@azure/arm-relay 2.2.1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +69 -80
  4. package/dist/index.js +2907 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +493 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +9 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +23 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +369 -416
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +20 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +169 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/hybridConnections.d.ts +137 -0
  29. package/dist-esm/src/operations/hybridConnections.d.ts.map +1 -0
  30. package/dist-esm/src/operations/hybridConnections.js +571 -0
  31. package/dist-esm/src/operations/hybridConnections.js.map +1 -0
  32. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  33. package/dist-esm/src/operations/index.d.ts.map +1 -0
  34. package/{esm → dist-esm/src}/operations/index.js +3 -5
  35. package/dist-esm/src/operations/index.js.map +1 -0
  36. package/dist-esm/src/operations/namespaces.d.ts +174 -0
  37. package/dist-esm/src/operations/namespaces.d.ts.map +1 -0
  38. package/dist-esm/src/operations/namespaces.js +771 -0
  39. package/dist-esm/src/operations/namespaces.js.map +1 -0
  40. package/dist-esm/src/operations/operations.d.ts +32 -0
  41. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/operations.js +120 -0
  43. package/dist-esm/src/operations/operations.js.map +1 -0
  44. package/dist-esm/src/operations/wCFRelays.d.ts +137 -0
  45. package/dist-esm/src/operations/wCFRelays.d.ts.map +1 -0
  46. package/dist-esm/src/operations/wCFRelays.js +554 -0
  47. package/dist-esm/src/operations/wCFRelays.js.map +1 -0
  48. package/dist-esm/src/operationsInterfaces/hybridConnections.d.ts +93 -0
  49. package/dist-esm/src/operationsInterfaces/hybridConnections.d.ts.map +1 -0
  50. package/dist-esm/src/operationsInterfaces/hybridConnections.js +9 -0
  51. package/dist-esm/src/operationsInterfaces/hybridConnections.js.map +1 -0
  52. package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
  53. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  54. package/dist-esm/src/operationsInterfaces/index.js +12 -0
  55. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/namespaces.d.ts +121 -0
  57. package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/namespaces.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/namespaces.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  61. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  63. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/wCFRelays.d.ts +93 -0
  65. package/dist-esm/src/operationsInterfaces/wCFRelays.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/wCFRelays.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/wCFRelays.js.map +1 -0
  68. package/dist-esm/src/relayAPI.d.ts +22 -0
  69. package/dist-esm/src/relayAPI.d.ts.map +1 -0
  70. package/dist-esm/src/relayAPI.js +55 -0
  71. package/dist-esm/src/relayAPI.js.map +1 -0
  72. package/dist-esm/test/relay_examples.d.ts +4 -0
  73. package/dist-esm/test/relay_examples.d.ts.map +1 -0
  74. package/dist-esm/test/relay_examples.js +240 -0
  75. package/dist-esm/test/relay_examples.js.map +1 -0
  76. package/package.json +68 -33
  77. package/review/arm-relay.api.md +539 -0
  78. package/rollup.config.js +184 -27
  79. package/src/index.ts +12 -0
  80. package/src/lroImpl.ts +34 -0
  81. package/src/models/index.ts +470 -1163
  82. package/src/models/mappers.ts +366 -413
  83. package/src/models/parameters.ts +126 -46
  84. package/src/operations/hybridConnections.ts +473 -492
  85. package/src/operations/index.ts +3 -5
  86. package/src/operations/namespaces.ts +702 -651
  87. package/src/operations/operations.ts +87 -73
  88. package/src/operations/wCFRelays.ts +470 -507
  89. package/src/operationsInterfaces/hybridConnections.ts +179 -0
  90. package/src/operationsInterfaces/index.ts +12 -0
  91. package/src/operationsInterfaces/namespaces.ts +228 -0
  92. package/src/operationsInterfaces/operations.ts +22 -0
  93. package/src/operationsInterfaces/wCFRelays.ts +179 -0
  94. package/src/relayAPI.ts +92 -0
  95. package/tsconfig.json +4 -4
  96. package/types/arm-relay.d.ts +931 -0
  97. package/types/tsdoc-metadata.json +11 -0
  98. package/dist/arm-relay.js +0 -2603
  99. package/dist/arm-relay.js.map +0 -1
  100. package/dist/arm-relay.min.js +0 -1
  101. package/dist/arm-relay.min.js.map +0 -1
  102. package/esm/models/hybridConnectionsMappers.d.ts +0 -2
  103. package/esm/models/hybridConnectionsMappers.d.ts.map +0 -1
  104. package/esm/models/hybridConnectionsMappers.js +0 -11
  105. package/esm/models/hybridConnectionsMappers.js.map +0 -1
  106. package/esm/models/index.d.ts +0 -1231
  107. package/esm/models/index.d.ts.map +0 -1
  108. package/esm/models/index.js +0 -10
  109. package/esm/models/index.js.map +0 -1
  110. package/esm/models/mappers.d.ts +0 -25
  111. package/esm/models/mappers.d.ts.map +0 -1
  112. package/esm/models/mappers.js.map +0 -1
  113. package/esm/models/namespacesMappers.d.ts +0 -2
  114. package/esm/models/namespacesMappers.d.ts.map +0 -1
  115. package/esm/models/namespacesMappers.js +0 -11
  116. package/esm/models/namespacesMappers.js.map +0 -1
  117. package/esm/models/operationsMappers.d.ts +0 -2
  118. package/esm/models/operationsMappers.d.ts.map +0 -1
  119. package/esm/models/operationsMappers.js +0 -11
  120. package/esm/models/operationsMappers.js.map +0 -1
  121. package/esm/models/parameters.d.ts +0 -11
  122. package/esm/models/parameters.d.ts.map +0 -1
  123. package/esm/models/parameters.js +0 -118
  124. package/esm/models/parameters.js.map +0 -1
  125. package/esm/models/wCFRelaysMappers.d.ts +0 -2
  126. package/esm/models/wCFRelaysMappers.d.ts.map +0 -1
  127. package/esm/models/wCFRelaysMappers.js +0 -11
  128. package/esm/models/wCFRelaysMappers.js.map +0 -1
  129. package/esm/operations/hybridConnections.d.ts +0 -310
  130. package/esm/operations/hybridConnections.d.ts.map +0 -1
  131. package/esm/operations/hybridConnections.js +0 -431
  132. package/esm/operations/hybridConnections.js.map +0 -1
  133. package/esm/operations/index.d.ts.map +0 -1
  134. package/esm/operations/index.js.map +0 -1
  135. package/esm/operations/namespaces.d.ts +0 -348
  136. package/esm/operations/namespaces.d.ts.map +0 -1
  137. package/esm/operations/namespaces.js +0 -579
  138. package/esm/operations/namespaces.js.map +0 -1
  139. package/esm/operations/operations.d.ts +0 -46
  140. package/esm/operations/operations.d.ts.map +0 -1
  141. package/esm/operations/operations.js +0 -77
  142. package/esm/operations/operations.js.map +0 -1
  143. package/esm/operations/wCFRelays.d.ts +0 -310
  144. package/esm/operations/wCFRelays.d.ts.map +0 -1
  145. package/esm/operations/wCFRelays.js +0 -432
  146. package/esm/operations/wCFRelays.js.map +0 -1
  147. package/esm/relayManagementClient.d.ts +0 -28
  148. package/esm/relayManagementClient.d.ts.map +0 -1
  149. package/esm/relayManagementClient.js +0 -42
  150. package/esm/relayManagementClient.js.map +0 -1
  151. package/esm/relayManagementClientContext.d.ts +0 -23
  152. package/esm/relayManagementClientContext.d.ts.map +0 -1
  153. package/esm/relayManagementClientContext.js +0 -62
  154. package/esm/relayManagementClientContext.js.map +0 -1
  155. package/src/models/hybridConnectionsMappers.ts +0 -28
  156. package/src/models/namespacesMappers.ts +0 -30
  157. package/src/models/operationsMappers.ts +0 -17
  158. package/src/models/wCFRelaysMappers.ts +0 -29
  159. package/src/relayManagementClient.ts +0 -55
  160. package/src/relayManagementClientContext.ts +0 -69
@@ -1,77 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Mappers from "../models/operationsMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a Operations. */
14
- var Operations = /** @class */ (function () {
15
- /**
16
- * Create a Operations.
17
- * @param {RelayManagementClientContext} client Reference to the service client.
18
- */
19
- function Operations(client) {
20
- this.client = client;
21
- }
22
- Operations.prototype.list = function (options, callback) {
23
- return this.client.sendOperationRequest({
24
- options: options
25
- }, listOperationSpec, callback);
26
- };
27
- Operations.prototype.listNext = function (nextPageLink, options, callback) {
28
- return this.client.sendOperationRequest({
29
- nextPageLink: nextPageLink,
30
- options: options
31
- }, listNextOperationSpec, callback);
32
- };
33
- return Operations;
34
- }());
35
- export { Operations };
36
- // Operation Specifications
37
- var serializer = new msRest.Serializer(Mappers);
38
- var listOperationSpec = {
39
- httpMethod: "GET",
40
- path: "providers/Microsoft.Relay/operations",
41
- queryParameters: [
42
- Parameters.apiVersion
43
- ],
44
- headerParameters: [
45
- Parameters.acceptLanguage
46
- ],
47
- responses: {
48
- 200: {
49
- bodyMapper: Mappers.OperationListResult
50
- },
51
- default: {
52
- bodyMapper: Mappers.ErrorResponse
53
- }
54
- },
55
- serializer: serializer
56
- };
57
- var listNextOperationSpec = {
58
- httpMethod: "GET",
59
- baseUrl: "https://management.azure.com",
60
- path: "{nextLink}",
61
- urlParameters: [
62
- Parameters.nextPageLink
63
- ],
64
- headerParameters: [
65
- Parameters.acceptLanguage
66
- ],
67
- responses: {
68
- 200: {
69
- bodyMapper: Mappers.OperationListResult
70
- },
71
- default: {
72
- bodyMapper: Mappers.ErrorResponse
73
- }
74
- },
75
- serializer: serializer
76
- };
77
- //# sourceMappingURL=operations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,6BAA6B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,uCAAuC;AACvC;IAGE;;;OAGG;IACH,oBAAY,MAAoC;QAC9C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAiBD,yBAAI,GAAJ,UAAK,OAAwF,EAAE,QAA6D;QAC1J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAA2C,CAAC;IACxD,CAAC;IAoBD,6BAAQ,GAAR,UAAS,YAAoB,EAAE,OAAwF,EAAE,QAA6D;QACpL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,qBAAqB,EACrB,QAAQ,CAA+C,CAAC;IAC5D,CAAC;IACH,iBAAC;AAAD,CAAC,AA9DD,IA8DC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,sCAAsC;IAC5C,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,qBAAqB,GAAyB;IAClD,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
@@ -1,310 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { RelayManagementClientContext } from "../relayManagementClientContext";
4
- /** Class representing a WCFRelays. */
5
- export declare class WCFRelays {
6
- private readonly client;
7
- /**
8
- * Create a WCFRelays.
9
- * @param {RelayManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: RelayManagementClientContext);
12
- /**
13
- * Lists the WCF relays within the namespace.
14
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
15
- * @param namespaceName The namespace name
16
- * @param [options] The optional parameters
17
- * @returns Promise<Models.WCFRelaysListByNamespaceResponse>
18
- */
19
- listByNamespace(resourceGroupName: string, namespaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.WCFRelaysListByNamespaceResponse>;
20
- /**
21
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
22
- * @param namespaceName The namespace name
23
- * @param callback The callback
24
- */
25
- listByNamespace(resourceGroupName: string, namespaceName: string, callback: msRest.ServiceCallback<Models.WcfRelaysListResult>): void;
26
- /**
27
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
28
- * @param namespaceName The namespace name
29
- * @param options The optional parameters
30
- * @param callback The callback
31
- */
32
- listByNamespace(resourceGroupName: string, namespaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WcfRelaysListResult>): void;
33
- /**
34
- * Creates or updates a WCF relay. This operation is idempotent.
35
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
36
- * @param namespaceName The namespace name
37
- * @param relayName The relay name.
38
- * @param parameters Parameters supplied to create a WCF relay.
39
- * @param [options] The optional parameters
40
- * @returns Promise<Models.WCFRelaysCreateOrUpdateResponse>
41
- */
42
- createOrUpdate(resourceGroupName: string, namespaceName: string, relayName: string, parameters: Models.WcfRelay, options?: msRest.RequestOptionsBase): Promise<Models.WCFRelaysCreateOrUpdateResponse>;
43
- /**
44
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
45
- * @param namespaceName The namespace name
46
- * @param relayName The relay name.
47
- * @param parameters Parameters supplied to create a WCF relay.
48
- * @param callback The callback
49
- */
50
- createOrUpdate(resourceGroupName: string, namespaceName: string, relayName: string, parameters: Models.WcfRelay, callback: msRest.ServiceCallback<Models.WcfRelay>): void;
51
- /**
52
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
53
- * @param namespaceName The namespace name
54
- * @param relayName The relay name.
55
- * @param parameters Parameters supplied to create a WCF relay.
56
- * @param options The optional parameters
57
- * @param callback The callback
58
- */
59
- createOrUpdate(resourceGroupName: string, namespaceName: string, relayName: string, parameters: Models.WcfRelay, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WcfRelay>): void;
60
- /**
61
- * Deletes a WCF relay.
62
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
63
- * @param namespaceName The namespace name
64
- * @param relayName The relay name.
65
- * @param [options] The optional parameters
66
- * @returns Promise<msRest.RestResponse>
67
- */
68
- deleteMethod(resourceGroupName: string, namespaceName: string, relayName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
69
- /**
70
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
71
- * @param namespaceName The namespace name
72
- * @param relayName The relay name.
73
- * @param callback The callback
74
- */
75
- deleteMethod(resourceGroupName: string, namespaceName: string, relayName: string, callback: msRest.ServiceCallback<void>): void;
76
- /**
77
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
78
- * @param namespaceName The namespace name
79
- * @param relayName The relay name.
80
- * @param options The optional parameters
81
- * @param callback The callback
82
- */
83
- deleteMethod(resourceGroupName: string, namespaceName: string, relayName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
84
- /**
85
- * Returns the description for the specified WCF relay.
86
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
87
- * @param namespaceName The namespace name
88
- * @param relayName The relay name.
89
- * @param [options] The optional parameters
90
- * @returns Promise<Models.WCFRelaysGetResponse>
91
- */
92
- get(resourceGroupName: string, namespaceName: string, relayName: string, options?: msRest.RequestOptionsBase): Promise<Models.WCFRelaysGetResponse>;
93
- /**
94
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
95
- * @param namespaceName The namespace name
96
- * @param relayName The relay name.
97
- * @param callback The callback
98
- */
99
- get(resourceGroupName: string, namespaceName: string, relayName: string, callback: msRest.ServiceCallback<Models.WcfRelay>): void;
100
- /**
101
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
102
- * @param namespaceName The namespace name
103
- * @param relayName The relay name.
104
- * @param options The optional parameters
105
- * @param callback The callback
106
- */
107
- get(resourceGroupName: string, namespaceName: string, relayName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WcfRelay>): void;
108
- /**
109
- * Authorization rules for a WCF relay.
110
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
111
- * @param namespaceName The namespace name
112
- * @param relayName The relay name.
113
- * @param [options] The optional parameters
114
- * @returns Promise<Models.WCFRelaysListAuthorizationRulesResponse>
115
- */
116
- listAuthorizationRules(resourceGroupName: string, namespaceName: string, relayName: string, options?: msRest.RequestOptionsBase): Promise<Models.WCFRelaysListAuthorizationRulesResponse>;
117
- /**
118
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
119
- * @param namespaceName The namespace name
120
- * @param relayName The relay name.
121
- * @param callback The callback
122
- */
123
- listAuthorizationRules(resourceGroupName: string, namespaceName: string, relayName: string, callback: msRest.ServiceCallback<Models.AuthorizationRuleListResult>): void;
124
- /**
125
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
126
- * @param namespaceName The namespace name
127
- * @param relayName The relay name.
128
- * @param options The optional parameters
129
- * @param callback The callback
130
- */
131
- listAuthorizationRules(resourceGroupName: string, namespaceName: string, relayName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AuthorizationRuleListResult>): void;
132
- /**
133
- * Creates or updates an authorization rule for a WCF relay.
134
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
135
- * @param namespaceName The namespace name
136
- * @param relayName The relay name.
137
- * @param authorizationRuleName The authorization rule name.
138
- * @param parameters The authorization rule parameters.
139
- * @param [options] The optional parameters
140
- * @returns Promise<Models.WCFRelaysCreateOrUpdateAuthorizationRuleResponse>
141
- */
142
- createOrUpdateAuthorizationRule(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, parameters: Models.AuthorizationRule, options?: msRest.RequestOptionsBase): Promise<Models.WCFRelaysCreateOrUpdateAuthorizationRuleResponse>;
143
- /**
144
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
145
- * @param namespaceName The namespace name
146
- * @param relayName The relay name.
147
- * @param authorizationRuleName The authorization rule name.
148
- * @param parameters The authorization rule parameters.
149
- * @param callback The callback
150
- */
151
- createOrUpdateAuthorizationRule(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, parameters: Models.AuthorizationRule, callback: msRest.ServiceCallback<Models.AuthorizationRule>): void;
152
- /**
153
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
154
- * @param namespaceName The namespace name
155
- * @param relayName The relay name.
156
- * @param authorizationRuleName The authorization rule name.
157
- * @param parameters The authorization rule parameters.
158
- * @param options The optional parameters
159
- * @param callback The callback
160
- */
161
- createOrUpdateAuthorizationRule(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, parameters: Models.AuthorizationRule, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AuthorizationRule>): void;
162
- /**
163
- * Deletes a WCF relay authorization rule.
164
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
165
- * @param namespaceName The namespace name
166
- * @param relayName The relay name.
167
- * @param authorizationRuleName The authorization rule name.
168
- * @param [options] The optional parameters
169
- * @returns Promise<msRest.RestResponse>
170
- */
171
- deleteAuthorizationRule(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
172
- /**
173
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
174
- * @param namespaceName The namespace name
175
- * @param relayName The relay name.
176
- * @param authorizationRuleName The authorization rule name.
177
- * @param callback The callback
178
- */
179
- deleteAuthorizationRule(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, callback: msRest.ServiceCallback<void>): void;
180
- /**
181
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
182
- * @param namespaceName The namespace name
183
- * @param relayName The relay name.
184
- * @param authorizationRuleName The authorization rule name.
185
- * @param options The optional parameters
186
- * @param callback The callback
187
- */
188
- deleteAuthorizationRule(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
189
- /**
190
- * Get authorizationRule for a WCF relay by name.
191
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
192
- * @param namespaceName The namespace name
193
- * @param relayName The relay name.
194
- * @param authorizationRuleName The authorization rule name.
195
- * @param [options] The optional parameters
196
- * @returns Promise<Models.WCFRelaysGetAuthorizationRuleResponse>
197
- */
198
- getAuthorizationRule(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, options?: msRest.RequestOptionsBase): Promise<Models.WCFRelaysGetAuthorizationRuleResponse>;
199
- /**
200
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
201
- * @param namespaceName The namespace name
202
- * @param relayName The relay name.
203
- * @param authorizationRuleName The authorization rule name.
204
- * @param callback The callback
205
- */
206
- getAuthorizationRule(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, callback: msRest.ServiceCallback<Models.AuthorizationRule>): void;
207
- /**
208
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
209
- * @param namespaceName The namespace name
210
- * @param relayName The relay name.
211
- * @param authorizationRuleName The authorization rule name.
212
- * @param options The optional parameters
213
- * @param callback The callback
214
- */
215
- getAuthorizationRule(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AuthorizationRule>): void;
216
- /**
217
- * Primary and secondary connection strings to the WCF relay.
218
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
219
- * @param namespaceName The namespace name
220
- * @param relayName The relay name.
221
- * @param authorizationRuleName The authorization rule name.
222
- * @param [options] The optional parameters
223
- * @returns Promise<Models.WCFRelaysListKeysResponse>
224
- */
225
- listKeys(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, options?: msRest.RequestOptionsBase): Promise<Models.WCFRelaysListKeysResponse>;
226
- /**
227
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
228
- * @param namespaceName The namespace name
229
- * @param relayName The relay name.
230
- * @param authorizationRuleName The authorization rule name.
231
- * @param callback The callback
232
- */
233
- listKeys(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, callback: msRest.ServiceCallback<Models.AccessKeys>): void;
234
- /**
235
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
236
- * @param namespaceName The namespace name
237
- * @param relayName The relay name.
238
- * @param authorizationRuleName The authorization rule name.
239
- * @param options The optional parameters
240
- * @param callback The callback
241
- */
242
- listKeys(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AccessKeys>): void;
243
- /**
244
- * Regenerates the primary or secondary connection strings to the WCF relay.
245
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
246
- * @param namespaceName The namespace name
247
- * @param relayName The relay name.
248
- * @param authorizationRuleName The authorization rule name.
249
- * @param parameters Parameters supplied to regenerate authorization rule.
250
- * @param [options] The optional parameters
251
- * @returns Promise<Models.WCFRelaysRegenerateKeysResponse>
252
- */
253
- regenerateKeys(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, parameters: Models.RegenerateAccessKeyParameters, options?: msRest.RequestOptionsBase): Promise<Models.WCFRelaysRegenerateKeysResponse>;
254
- /**
255
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
256
- * @param namespaceName The namespace name
257
- * @param relayName The relay name.
258
- * @param authorizationRuleName The authorization rule name.
259
- * @param parameters Parameters supplied to regenerate authorization rule.
260
- * @param callback The callback
261
- */
262
- regenerateKeys(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, parameters: Models.RegenerateAccessKeyParameters, callback: msRest.ServiceCallback<Models.AccessKeys>): void;
263
- /**
264
- * @param resourceGroupName Name of the Resource group within the Azure subscription.
265
- * @param namespaceName The namespace name
266
- * @param relayName The relay name.
267
- * @param authorizationRuleName The authorization rule name.
268
- * @param parameters Parameters supplied to regenerate authorization rule.
269
- * @param options The optional parameters
270
- * @param callback The callback
271
- */
272
- regenerateKeys(resourceGroupName: string, namespaceName: string, relayName: string, authorizationRuleName: string, parameters: Models.RegenerateAccessKeyParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AccessKeys>): void;
273
- /**
274
- * Lists the WCF relays within the namespace.
275
- * @param nextPageLink The NextLink from the previous successful call to List operation.
276
- * @param [options] The optional parameters
277
- * @returns Promise<Models.WCFRelaysListByNamespaceNextResponse>
278
- */
279
- listByNamespaceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WCFRelaysListByNamespaceNextResponse>;
280
- /**
281
- * @param nextPageLink The NextLink from the previous successful call to List operation.
282
- * @param callback The callback
283
- */
284
- listByNamespaceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.WcfRelaysListResult>): void;
285
- /**
286
- * @param nextPageLink The NextLink from the previous successful call to List operation.
287
- * @param options The optional parameters
288
- * @param callback The callback
289
- */
290
- listByNamespaceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.WcfRelaysListResult>): void;
291
- /**
292
- * Authorization rules for a WCF relay.
293
- * @param nextPageLink The NextLink from the previous successful call to List operation.
294
- * @param [options] The optional parameters
295
- * @returns Promise<Models.WCFRelaysListAuthorizationRulesNextResponse>
296
- */
297
- listAuthorizationRulesNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WCFRelaysListAuthorizationRulesNextResponse>;
298
- /**
299
- * @param nextPageLink The NextLink from the previous successful call to List operation.
300
- * @param callback The callback
301
- */
302
- listAuthorizationRulesNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.AuthorizationRuleListResult>): void;
303
- /**
304
- * @param nextPageLink The NextLink from the previous successful call to List operation.
305
- * @param options The optional parameters
306
- * @param callback The callback
307
- */
308
- listAuthorizationRulesNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AuthorizationRuleListResult>): void;
309
- }
310
- //# sourceMappingURL=wCFRelays.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wCFRelays.d.ts","sourceRoot":"","sources":["../../src/operations/wCFRelays.ts"],"names":[],"mappings":"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"}