@azure/arm-domainservices 0.1.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +21 -21
  4. package/README.md +98 -96
  5. package/dist/index.js +2502 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.min.js +1 -0
  8. package/dist/index.min.js.map +1 -0
  9. package/dist-esm/src/domainServicesResourceProvider.d.ts +22 -0
  10. package/dist-esm/src/domainServicesResourceProvider.d.ts.map +1 -0
  11. package/dist-esm/src/domainServicesResourceProvider.js +55 -0
  12. package/dist-esm/src/domainServicesResourceProvider.js.map +1 -0
  13. package/dist-esm/src/index.d.ts +5 -0
  14. package/dist-esm/src/index.d.ts.map +1 -0
  15. package/dist-esm/src/index.js +12 -0
  16. package/dist-esm/src/index.js.map +1 -0
  17. package/dist-esm/src/lroImpl.d.ts +16 -0
  18. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  19. package/dist-esm/src/lroImpl.js +29 -0
  20. package/dist-esm/src/lroImpl.js.map +1 -0
  21. package/dist-esm/src/models/index.d.ts +768 -0
  22. package/dist-esm/src/models/index.d.ts.map +1 -0
  23. package/dist-esm/src/models/index.js +98 -0
  24. package/dist-esm/src/models/index.js.map +1 -0
  25. package/dist-esm/src/models/mappers.d.ts +27 -0
  26. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  27. package/dist-esm/src/models/mappers.js +1015 -0
  28. package/dist-esm/src/models/mappers.js.map +1 -0
  29. package/dist-esm/src/models/parameters.d.ts +13 -0
  30. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  31. package/dist-esm/src/models/parameters.js +117 -0
  32. package/dist-esm/src/models/parameters.js.map +1 -0
  33. package/dist-esm/src/operations/domainServiceOperations.d.ts +32 -0
  34. package/dist-esm/src/operations/domainServiceOperations.d.ts.map +1 -0
  35. package/dist-esm/src/operations/domainServiceOperations.js +120 -0
  36. package/dist-esm/src/operations/domainServiceOperations.js.map +1 -0
  37. package/dist-esm/src/operations/domainServices.d.ts +127 -0
  38. package/dist-esm/src/operations/domainServices.d.ts.map +1 -0
  39. package/dist-esm/src/operations/domainServices.js +520 -0
  40. package/dist-esm/src/operations/domainServices.js.map +1 -0
  41. package/dist-esm/src/operations/index.d.ts +5 -0
  42. package/dist-esm/src/operations/index.d.ts.map +1 -0
  43. package/dist-esm/src/operations/index.js +12 -0
  44. package/dist-esm/src/operations/index.js.map +1 -0
  45. package/dist-esm/src/operations/ouContainerOperationGrp.d.ts +111 -0
  46. package/dist-esm/src/operations/ouContainerOperationGrp.d.ts.map +1 -0
  47. package/dist-esm/src/operations/ouContainerOperationGrp.js +441 -0
  48. package/dist-esm/src/operations/ouContainerOperationGrp.js.map +1 -0
  49. package/dist-esm/src/operations/ouContainerOperations.d.ts +32 -0
  50. package/dist-esm/src/operations/ouContainerOperations.d.ts.map +1 -0
  51. package/dist-esm/src/operations/ouContainerOperations.js +120 -0
  52. package/dist-esm/src/operations/ouContainerOperations.js.map +1 -0
  53. package/dist-esm/src/operationsInterfaces/domainServiceOperations.d.ts +11 -0
  54. package/dist-esm/src/operationsInterfaces/domainServiceOperations.d.ts.map +1 -0
  55. package/dist-esm/src/operationsInterfaces/domainServiceOperations.js +9 -0
  56. package/dist-esm/src/operationsInterfaces/domainServiceOperations.js.map +1 -0
  57. package/dist-esm/src/operationsInterfaces/domainServices.d.ts +87 -0
  58. package/dist-esm/src/operationsInterfaces/domainServices.d.ts.map +1 -0
  59. package/dist-esm/src/operationsInterfaces/domainServices.js +9 -0
  60. package/dist-esm/src/operationsInterfaces/domainServices.js.map +1 -0
  61. package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
  62. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  63. package/dist-esm/src/operationsInterfaces/index.js +12 -0
  64. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  65. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.d.ts +84 -0
  66. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.d.ts.map +1 -0
  67. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.js +9 -0
  68. package/dist-esm/src/operationsInterfaces/ouContainerOperationGrp.js.map +1 -0
  69. package/dist-esm/src/operationsInterfaces/ouContainerOperations.d.ts +11 -0
  70. package/dist-esm/src/operationsInterfaces/ouContainerOperations.d.ts.map +1 -0
  71. package/dist-esm/src/operationsInterfaces/ouContainerOperations.js +9 -0
  72. package/dist-esm/src/operationsInterfaces/ouContainerOperations.js.map +1 -0
  73. package/dist-esm/test/sampleTest.d.ts +2 -0
  74. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  75. package/dist-esm/test/sampleTest.js +40 -0
  76. package/dist-esm/test/sampleTest.js.map +1 -0
  77. package/package.json +71 -34
  78. package/review/arm-domainservices.api.md +591 -0
  79. package/rollup.config.js +184 -27
  80. package/src/domainServicesResourceProvider.ts +92 -0
  81. package/src/index.ts +12 -0
  82. package/src/lroImpl.ts +34 -0
  83. package/src/models/index.ts +868 -0
  84. package/src/models/mappers.ts +1069 -0
  85. package/src/models/parameters.ts +136 -0
  86. package/src/operations/domainServiceOperations.ts +137 -0
  87. package/src/operations/domainServices.ts +690 -0
  88. package/{lib → src}/operations/index.ts +5 -5
  89. package/src/operations/ouContainerOperationGrp.ts +632 -0
  90. package/src/operations/ouContainerOperations.ts +137 -0
  91. package/src/operationsInterfaces/domainServiceOperations.ts +25 -0
  92. package/src/operationsInterfaces/domainServices.ts +154 -0
  93. package/src/operationsInterfaces/index.ts +12 -0
  94. package/src/operationsInterfaces/ouContainerOperationGrp.ts +157 -0
  95. package/src/operationsInterfaces/ouContainerOperations.ts +25 -0
  96. package/tsconfig.json +4 -4
  97. package/types/arm-domainservices.d.ts +1062 -0
  98. package/types/tsdoc-metadata.json +11 -0
  99. package/dist/arm-domainservices.js +0 -1223
  100. package/dist/arm-domainservices.js.map +0 -1
  101. package/dist/arm-domainservices.min.js +0 -1
  102. package/dist/arm-domainservices.min.js.map +0 -1
  103. package/esm/domainservicesManagementClient.d.ts +0 -20
  104. package/esm/domainservicesManagementClient.d.ts.map +0 -1
  105. package/esm/domainservicesManagementClient.js +0 -35
  106. package/esm/domainservicesManagementClient.js.map +0 -1
  107. package/esm/domainservicesManagementClientContext.d.ts +0 -17
  108. package/esm/domainservicesManagementClientContext.d.ts.map +0 -1
  109. package/esm/domainservicesManagementClientContext.js +0 -57
  110. package/esm/domainservicesManagementClientContext.js.map +0 -1
  111. package/esm/models/domainServiceOperationsMappers.d.ts +0 -2
  112. package/esm/models/domainServiceOperationsMappers.d.ts.map +0 -1
  113. package/esm/models/domainServiceOperationsMappers.js +0 -11
  114. package/esm/models/domainServiceOperationsMappers.js.map +0 -1
  115. package/esm/models/domainServicesMappers.d.ts +0 -2
  116. package/esm/models/domainServicesMappers.d.ts.map +0 -1
  117. package/esm/models/domainServicesMappers.js +0 -11
  118. package/esm/models/domainServicesMappers.js.map +0 -1
  119. package/esm/models/index.d.ts +0 -693
  120. package/esm/models/index.d.ts.map +0 -1
  121. package/esm/models/index.js +0 -10
  122. package/esm/models/index.js.map +0 -1
  123. package/esm/models/mappers.d.ts +0 -15
  124. package/esm/models/mappers.d.ts.map +0 -1
  125. package/esm/models/mappers.js +0 -498
  126. package/esm/models/mappers.js.map +0 -1
  127. package/esm/models/parameters.d.ts +0 -8
  128. package/esm/models/parameters.d.ts.map +0 -1
  129. package/esm/models/parameters.js +0 -76
  130. package/esm/models/parameters.js.map +0 -1
  131. package/esm/operations/domainServiceOperations.d.ts +0 -46
  132. package/esm/operations/domainServiceOperations.d.ts.map +0 -1
  133. package/esm/operations/domainServiceOperations.js +0 -77
  134. package/esm/operations/domainServiceOperations.js.map +0 -1
  135. package/esm/operations/domainServices.d.ts +0 -189
  136. package/esm/operations/domainServices.d.ts.map +0 -1
  137. package/esm/operations/domainServices.js +0 -356
  138. package/esm/operations/domainServices.js.map +0 -1
  139. package/esm/operations/index.d.ts +0 -3
  140. package/esm/operations/index.d.ts.map +0 -1
  141. package/esm/operations/index.js +0 -12
  142. package/esm/operations/index.js.map +0 -1
  143. package/lib/domainservicesManagementClient.ts +0 -45
  144. package/lib/domainservicesManagementClientContext.ts +0 -63
  145. package/lib/models/domainServiceOperationsMappers.ts +0 -17
  146. package/lib/models/domainServicesMappers.ts +0 -23
  147. package/lib/models/index.ts +0 -736
  148. package/lib/models/mappers.ts +0 -526
  149. package/lib/models/parameters.ts +0 -78
  150. package/lib/operations/domainServiceOperations.ts +0 -123
  151. package/lib/operations/domainServices.ts +0 -513
@@ -0,0 +1,111 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { OuContainerOperationGrp } from "../operationsInterfaces";
3
+ import { DomainServicesResourceProvider } from "../domainServicesResourceProvider";
4
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
5
+ import { OuContainer, OuContainerListOptionalParams, OuContainerGetOptionalParams, OuContainerGetResponse, ContainerAccount, OuContainerCreateOptionalParams, OuContainerCreateResponse, OuContainerDeleteOptionalParams, OuContainerUpdateOptionalParams, OuContainerUpdateResponse } from "../models";
6
+ /** Class containing OuContainerOperationGrp operations. */
7
+ export declare class OuContainerOperationGrpImpl implements OuContainerOperationGrp {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class OuContainerOperationGrp class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: DomainServicesResourceProvider);
14
+ /**
15
+ * The List of OuContainers in DomainService instance.
16
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
17
+ * case insensitive.
18
+ * @param domainServiceName The name of the domain service.
19
+ * @param options The options parameters.
20
+ */
21
+ list(resourceGroupName: string, domainServiceName: string, options?: OuContainerListOptionalParams): PagedAsyncIterableIterator<OuContainer>;
22
+ private listPagingPage;
23
+ private listPagingAll;
24
+ /**
25
+ * The List of OuContainers in DomainService instance.
26
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
27
+ * case insensitive.
28
+ * @param domainServiceName The name of the domain service.
29
+ * @param options The options parameters.
30
+ */
31
+ private _list;
32
+ /**
33
+ * Get OuContainer in DomainService instance.
34
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
35
+ * case insensitive.
36
+ * @param domainServiceName The name of the domain service.
37
+ * @param ouContainerName The name of the OuContainer.
38
+ * @param options The options parameters.
39
+ */
40
+ get(resourceGroupName: string, domainServiceName: string, ouContainerName: string, options?: OuContainerGetOptionalParams): Promise<OuContainerGetResponse>;
41
+ /**
42
+ * The Create OuContainer operation creates a new OuContainer under the specified Domain Service
43
+ * instance.
44
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
45
+ * case insensitive.
46
+ * @param domainServiceName The name of the domain service.
47
+ * @param ouContainerName The name of the OuContainer.
48
+ * @param containerAccount Container Account Description.
49
+ * @param options The options parameters.
50
+ */
51
+ beginCreate(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerCreateOptionalParams): Promise<PollerLike<PollOperationState<OuContainerCreateResponse>, OuContainerCreateResponse>>;
52
+ /**
53
+ * The Create OuContainer operation creates a new OuContainer under the specified Domain Service
54
+ * instance.
55
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
56
+ * case insensitive.
57
+ * @param domainServiceName The name of the domain service.
58
+ * @param ouContainerName The name of the OuContainer.
59
+ * @param containerAccount Container Account Description.
60
+ * @param options The options parameters.
61
+ */
62
+ beginCreateAndWait(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerCreateOptionalParams): Promise<OuContainerCreateResponse>;
63
+ /**
64
+ * The Delete OuContainer operation deletes specified OuContainer.
65
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
66
+ * case insensitive.
67
+ * @param domainServiceName The name of the domain service.
68
+ * @param ouContainerName The name of the OuContainer.
69
+ * @param options The options parameters.
70
+ */
71
+ beginDelete(resourceGroupName: string, domainServiceName: string, ouContainerName: string, options?: OuContainerDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
72
+ /**
73
+ * The Delete OuContainer operation deletes specified OuContainer.
74
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
75
+ * case insensitive.
76
+ * @param domainServiceName The name of the domain service.
77
+ * @param ouContainerName The name of the OuContainer.
78
+ * @param options The options parameters.
79
+ */
80
+ beginDeleteAndWait(resourceGroupName: string, domainServiceName: string, ouContainerName: string, options?: OuContainerDeleteOptionalParams): Promise<void>;
81
+ /**
82
+ * The Update OuContainer operation can be used to update the existing OuContainers.
83
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
84
+ * case insensitive.
85
+ * @param domainServiceName The name of the domain service.
86
+ * @param ouContainerName The name of the OuContainer.
87
+ * @param containerAccount Container Account Description.
88
+ * @param options The options parameters.
89
+ */
90
+ beginUpdate(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerUpdateOptionalParams): Promise<PollerLike<PollOperationState<OuContainerUpdateResponse>, OuContainerUpdateResponse>>;
91
+ /**
92
+ * The Update OuContainer operation can be used to update the existing OuContainers.
93
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
94
+ * case insensitive.
95
+ * @param domainServiceName The name of the domain service.
96
+ * @param ouContainerName The name of the OuContainer.
97
+ * @param containerAccount Container Account Description.
98
+ * @param options The options parameters.
99
+ */
100
+ beginUpdateAndWait(resourceGroupName: string, domainServiceName: string, ouContainerName: string, containerAccount: ContainerAccount, options?: OuContainerUpdateOptionalParams): Promise<OuContainerUpdateResponse>;
101
+ /**
102
+ * ListNext
103
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
104
+ * case insensitive.
105
+ * @param domainServiceName The name of the domain service.
106
+ * @param nextLink The nextLink from the previous successful call to the List method.
107
+ * @param options The options parameters.
108
+ */
109
+ private _listNext;
110
+ }
111
+ //# sourceMappingURL=ouContainerOperationGrp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ouContainerOperationGrp.d.ts","sourceRoot":"","sources":["../../../src/operations/ouContainerOperationGrp.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAIlE,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,WAAW,EAEX,6BAA6B,EAE7B,4BAA4B,EAC5B,sBAAsB,EACtB,gBAAgB,EAChB,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,+BAA+B,EAC/B,yBAAyB,EAE1B,MAAM,WAAW,CAAC;AAGnB,2DAA2D;AAC3D,qBAAa,2BAA4B,YAAW,uBAAuB;IACzE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;;OAMG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,WAAW,CAAC;YAuB3B,cAAc;YAwBd,aAAa;IAc5B;;;;;;OAMG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;;;;;OASG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,yBAAyB,CAAC,EAC7C,yBAAyB,CAC1B,CACF;IAyDD;;;;;;;;;OASG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAWrC;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAmDtD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;;;OAQG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,yBAAyB,CAAC,EAC7C,yBAAyB,CAC1B,CACF;IAyDD;;;;;;;;OAQG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAWrC;;;;;;;OAOG;IACH,OAAO,CAAC,SAAS;CAWlB"}
@@ -0,0 +1,441 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
9
+ import * as coreClient from "@azure/core-client";
10
+ import * as Mappers from "../models/mappers";
11
+ import * as Parameters from "../models/parameters";
12
+ import { LroEngine } from "@azure/core-lro";
13
+ import { LroImpl } from "../lroImpl";
14
+ /// <reference lib="esnext.asynciterable" />
15
+ /** Class containing OuContainerOperationGrp operations. */
16
+ export class OuContainerOperationGrpImpl {
17
+ /**
18
+ * Initialize a new instance of the class OuContainerOperationGrp class.
19
+ * @param client Reference to the service client
20
+ */
21
+ constructor(client) {
22
+ this.client = client;
23
+ }
24
+ /**
25
+ * The List of OuContainers in DomainService instance.
26
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
27
+ * case insensitive.
28
+ * @param domainServiceName The name of the domain service.
29
+ * @param options The options parameters.
30
+ */
31
+ list(resourceGroupName, domainServiceName, options) {
32
+ const iter = this.listPagingAll(resourceGroupName, domainServiceName, options);
33
+ return {
34
+ next() {
35
+ return iter.next();
36
+ },
37
+ [Symbol.asyncIterator]() {
38
+ return this;
39
+ },
40
+ byPage: () => {
41
+ return this.listPagingPage(resourceGroupName, domainServiceName, options);
42
+ }
43
+ };
44
+ }
45
+ listPagingPage(resourceGroupName, domainServiceName, options) {
46
+ return __asyncGenerator(this, arguments, function* listPagingPage_1() {
47
+ let result = yield __await(this._list(resourceGroupName, domainServiceName, options));
48
+ yield yield __await(result.value || []);
49
+ let continuationToken = result.nextLink;
50
+ while (continuationToken) {
51
+ result = yield __await(this._listNext(resourceGroupName, domainServiceName, continuationToken, options));
52
+ continuationToken = result.nextLink;
53
+ yield yield __await(result.value || []);
54
+ }
55
+ });
56
+ }
57
+ listPagingAll(resourceGroupName, domainServiceName, options) {
58
+ return __asyncGenerator(this, arguments, function* listPagingAll_1() {
59
+ var e_1, _a;
60
+ try {
61
+ for (var _b = __asyncValues(this.listPagingPage(resourceGroupName, domainServiceName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
62
+ const page = _c.value;
63
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
64
+ }
65
+ }
66
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
67
+ finally {
68
+ try {
69
+ if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
70
+ }
71
+ finally { if (e_1) throw e_1.error; }
72
+ }
73
+ });
74
+ }
75
+ /**
76
+ * The List of OuContainers in DomainService instance.
77
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
78
+ * case insensitive.
79
+ * @param domainServiceName The name of the domain service.
80
+ * @param options The options parameters.
81
+ */
82
+ _list(resourceGroupName, domainServiceName, options) {
83
+ return this.client.sendOperationRequest({ resourceGroupName, domainServiceName, options }, listOperationSpec);
84
+ }
85
+ /**
86
+ * Get OuContainer in DomainService instance.
87
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
88
+ * case insensitive.
89
+ * @param domainServiceName The name of the domain service.
90
+ * @param ouContainerName The name of the OuContainer.
91
+ * @param options The options parameters.
92
+ */
93
+ get(resourceGroupName, domainServiceName, ouContainerName, options) {
94
+ return this.client.sendOperationRequest({ resourceGroupName, domainServiceName, ouContainerName, options }, getOperationSpec);
95
+ }
96
+ /**
97
+ * The Create OuContainer operation creates a new OuContainer under the specified Domain Service
98
+ * instance.
99
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
100
+ * case insensitive.
101
+ * @param domainServiceName The name of the domain service.
102
+ * @param ouContainerName The name of the OuContainer.
103
+ * @param containerAccount Container Account Description.
104
+ * @param options The options parameters.
105
+ */
106
+ beginCreate(resourceGroupName, domainServiceName, ouContainerName, containerAccount, options) {
107
+ return __awaiter(this, void 0, void 0, function* () {
108
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
109
+ return this.client.sendOperationRequest(args, spec);
110
+ });
111
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
112
+ var _a;
113
+ let currentRawResponse = undefined;
114
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
115
+ const callback = (rawResponse, flatResponse) => {
116
+ currentRawResponse = rawResponse;
117
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
118
+ };
119
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
120
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
121
+ return {
122
+ flatResponse,
123
+ rawResponse: {
124
+ statusCode: currentRawResponse.status,
125
+ body: currentRawResponse.parsedBody,
126
+ headers: currentRawResponse.headers.toJSON()
127
+ }
128
+ };
129
+ });
130
+ const lro = new LroImpl(sendOperation, {
131
+ resourceGroupName,
132
+ domainServiceName,
133
+ ouContainerName,
134
+ containerAccount,
135
+ options
136
+ }, createOperationSpec);
137
+ return new LroEngine(lro, {
138
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
139
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
140
+ });
141
+ });
142
+ }
143
+ /**
144
+ * The Create OuContainer operation creates a new OuContainer under the specified Domain Service
145
+ * instance.
146
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
147
+ * case insensitive.
148
+ * @param domainServiceName The name of the domain service.
149
+ * @param ouContainerName The name of the OuContainer.
150
+ * @param containerAccount Container Account Description.
151
+ * @param options The options parameters.
152
+ */
153
+ beginCreateAndWait(resourceGroupName, domainServiceName, ouContainerName, containerAccount, options) {
154
+ return __awaiter(this, void 0, void 0, function* () {
155
+ const poller = yield this.beginCreate(resourceGroupName, domainServiceName, ouContainerName, containerAccount, options);
156
+ return poller.pollUntilDone();
157
+ });
158
+ }
159
+ /**
160
+ * The Delete OuContainer operation deletes specified OuContainer.
161
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
162
+ * case insensitive.
163
+ * @param domainServiceName The name of the domain service.
164
+ * @param ouContainerName The name of the OuContainer.
165
+ * @param options The options parameters.
166
+ */
167
+ beginDelete(resourceGroupName, domainServiceName, ouContainerName, options) {
168
+ return __awaiter(this, void 0, void 0, function* () {
169
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
170
+ return this.client.sendOperationRequest(args, spec);
171
+ });
172
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
173
+ var _a;
174
+ let currentRawResponse = undefined;
175
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
176
+ const callback = (rawResponse, flatResponse) => {
177
+ currentRawResponse = rawResponse;
178
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
179
+ };
180
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
181
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
182
+ return {
183
+ flatResponse,
184
+ rawResponse: {
185
+ statusCode: currentRawResponse.status,
186
+ body: currentRawResponse.parsedBody,
187
+ headers: currentRawResponse.headers.toJSON()
188
+ }
189
+ };
190
+ });
191
+ const lro = new LroImpl(sendOperation, { resourceGroupName, domainServiceName, ouContainerName, options }, deleteOperationSpec);
192
+ return new LroEngine(lro, {
193
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
194
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
195
+ });
196
+ });
197
+ }
198
+ /**
199
+ * The Delete OuContainer operation deletes specified OuContainer.
200
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
201
+ * case insensitive.
202
+ * @param domainServiceName The name of the domain service.
203
+ * @param ouContainerName The name of the OuContainer.
204
+ * @param options The options parameters.
205
+ */
206
+ beginDeleteAndWait(resourceGroupName, domainServiceName, ouContainerName, options) {
207
+ return __awaiter(this, void 0, void 0, function* () {
208
+ const poller = yield this.beginDelete(resourceGroupName, domainServiceName, ouContainerName, options);
209
+ return poller.pollUntilDone();
210
+ });
211
+ }
212
+ /**
213
+ * The Update OuContainer operation can be used to update the existing OuContainers.
214
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
215
+ * case insensitive.
216
+ * @param domainServiceName The name of the domain service.
217
+ * @param ouContainerName The name of the OuContainer.
218
+ * @param containerAccount Container Account Description.
219
+ * @param options The options parameters.
220
+ */
221
+ beginUpdate(resourceGroupName, domainServiceName, ouContainerName, containerAccount, options) {
222
+ return __awaiter(this, void 0, void 0, function* () {
223
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
224
+ return this.client.sendOperationRequest(args, spec);
225
+ });
226
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
227
+ var _a;
228
+ let currentRawResponse = undefined;
229
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
230
+ const callback = (rawResponse, flatResponse) => {
231
+ currentRawResponse = rawResponse;
232
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
233
+ };
234
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
235
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
236
+ return {
237
+ flatResponse,
238
+ rawResponse: {
239
+ statusCode: currentRawResponse.status,
240
+ body: currentRawResponse.parsedBody,
241
+ headers: currentRawResponse.headers.toJSON()
242
+ }
243
+ };
244
+ });
245
+ const lro = new LroImpl(sendOperation, {
246
+ resourceGroupName,
247
+ domainServiceName,
248
+ ouContainerName,
249
+ containerAccount,
250
+ options
251
+ }, updateOperationSpec);
252
+ return new LroEngine(lro, {
253
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
254
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
255
+ });
256
+ });
257
+ }
258
+ /**
259
+ * The Update OuContainer operation can be used to update the existing OuContainers.
260
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
261
+ * case insensitive.
262
+ * @param domainServiceName The name of the domain service.
263
+ * @param ouContainerName The name of the OuContainer.
264
+ * @param containerAccount Container Account Description.
265
+ * @param options The options parameters.
266
+ */
267
+ beginUpdateAndWait(resourceGroupName, domainServiceName, ouContainerName, containerAccount, options) {
268
+ return __awaiter(this, void 0, void 0, function* () {
269
+ const poller = yield this.beginUpdate(resourceGroupName, domainServiceName, ouContainerName, containerAccount, options);
270
+ return poller.pollUntilDone();
271
+ });
272
+ }
273
+ /**
274
+ * ListNext
275
+ * @param resourceGroupName The name of the resource group within the user's subscription. The name is
276
+ * case insensitive.
277
+ * @param domainServiceName The name of the domain service.
278
+ * @param nextLink The nextLink from the previous successful call to the List method.
279
+ * @param options The options parameters.
280
+ */
281
+ _listNext(resourceGroupName, domainServiceName, nextLink, options) {
282
+ return this.client.sendOperationRequest({ resourceGroupName, domainServiceName, nextLink, options }, listNextOperationSpec);
283
+ }
284
+ }
285
+ // Operation Specifications
286
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
287
+ const listOperationSpec = {
288
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer",
289
+ httpMethod: "GET",
290
+ responses: {
291
+ 200: {
292
+ bodyMapper: Mappers.OuContainerListResult
293
+ },
294
+ default: {
295
+ bodyMapper: Mappers.CloudError
296
+ }
297
+ },
298
+ queryParameters: [Parameters.apiVersion],
299
+ urlParameters: [
300
+ Parameters.$host,
301
+ Parameters.subscriptionId,
302
+ Parameters.resourceGroupName,
303
+ Parameters.domainServiceName
304
+ ],
305
+ headerParameters: [Parameters.accept],
306
+ serializer
307
+ };
308
+ const getOperationSpec = {
309
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
310
+ httpMethod: "GET",
311
+ responses: {
312
+ 200: {
313
+ bodyMapper: Mappers.OuContainer
314
+ },
315
+ default: {
316
+ bodyMapper: Mappers.CloudError
317
+ }
318
+ },
319
+ queryParameters: [Parameters.apiVersion],
320
+ urlParameters: [
321
+ Parameters.$host,
322
+ Parameters.subscriptionId,
323
+ Parameters.resourceGroupName,
324
+ Parameters.domainServiceName,
325
+ Parameters.ouContainerName
326
+ ],
327
+ headerParameters: [Parameters.accept],
328
+ serializer
329
+ };
330
+ const createOperationSpec = {
331
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
332
+ httpMethod: "PUT",
333
+ responses: {
334
+ 200: {
335
+ bodyMapper: Mappers.OuContainer
336
+ },
337
+ 201: {
338
+ bodyMapper: Mappers.OuContainer
339
+ },
340
+ 202: {
341
+ bodyMapper: Mappers.OuContainer
342
+ },
343
+ 204: {
344
+ bodyMapper: Mappers.OuContainer
345
+ },
346
+ default: {
347
+ bodyMapper: Mappers.CloudError
348
+ }
349
+ },
350
+ requestBody: Parameters.containerAccount,
351
+ queryParameters: [Parameters.apiVersion],
352
+ urlParameters: [
353
+ Parameters.$host,
354
+ Parameters.subscriptionId,
355
+ Parameters.resourceGroupName,
356
+ Parameters.domainServiceName,
357
+ Parameters.ouContainerName
358
+ ],
359
+ headerParameters: [Parameters.accept, Parameters.contentType],
360
+ mediaType: "json",
361
+ serializer
362
+ };
363
+ const deleteOperationSpec = {
364
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
365
+ httpMethod: "DELETE",
366
+ responses: {
367
+ 200: {},
368
+ 201: {},
369
+ 202: {},
370
+ 204: {},
371
+ default: {
372
+ bodyMapper: Mappers.CloudError
373
+ }
374
+ },
375
+ queryParameters: [Parameters.apiVersion],
376
+ urlParameters: [
377
+ Parameters.$host,
378
+ Parameters.subscriptionId,
379
+ Parameters.resourceGroupName,
380
+ Parameters.domainServiceName,
381
+ Parameters.ouContainerName
382
+ ],
383
+ headerParameters: [Parameters.accept],
384
+ serializer
385
+ };
386
+ const updateOperationSpec = {
387
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Aad/domainServices/{domainServiceName}/ouContainer/{ouContainerName}",
388
+ httpMethod: "PATCH",
389
+ responses: {
390
+ 200: {
391
+ bodyMapper: Mappers.OuContainer
392
+ },
393
+ 201: {
394
+ bodyMapper: Mappers.OuContainer
395
+ },
396
+ 202: {
397
+ bodyMapper: Mappers.OuContainer
398
+ },
399
+ 204: {
400
+ bodyMapper: Mappers.OuContainer
401
+ },
402
+ default: {
403
+ bodyMapper: Mappers.CloudError
404
+ }
405
+ },
406
+ requestBody: Parameters.containerAccount,
407
+ queryParameters: [Parameters.apiVersion],
408
+ urlParameters: [
409
+ Parameters.$host,
410
+ Parameters.subscriptionId,
411
+ Parameters.resourceGroupName,
412
+ Parameters.domainServiceName,
413
+ Parameters.ouContainerName
414
+ ],
415
+ headerParameters: [Parameters.accept, Parameters.contentType],
416
+ mediaType: "json",
417
+ serializer
418
+ };
419
+ const listNextOperationSpec = {
420
+ path: "{nextLink}",
421
+ httpMethod: "GET",
422
+ responses: {
423
+ 200: {
424
+ bodyMapper: Mappers.OuContainerListResult
425
+ },
426
+ default: {
427
+ bodyMapper: Mappers.CloudError
428
+ }
429
+ },
430
+ queryParameters: [Parameters.apiVersion],
431
+ urlParameters: [
432
+ Parameters.$host,
433
+ Parameters.nextLink,
434
+ Parameters.subscriptionId,
435
+ Parameters.resourceGroupName,
436
+ Parameters.domainServiceName
437
+ ],
438
+ headerParameters: [Parameters.accept],
439
+ serializer
440
+ };
441
+ //# sourceMappingURL=ouContainerOperationGrp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ouContainerOperationGrp.js","sourceRoot":"","sources":["../../../src/operations/ouContainerOperationGrp.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,32 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { OuContainerOperations } from "../operationsInterfaces";
3
+ import { DomainServicesResourceProvider } from "../domainServicesResourceProvider";
4
+ import { OperationEntity, OuContainerOperationsListOptionalParams } from "../models";
5
+ /** Class containing OuContainerOperations operations. */
6
+ export declare class OuContainerOperationsImpl implements OuContainerOperations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class OuContainerOperations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: DomainServicesResourceProvider);
13
+ /**
14
+ * Lists all the available OuContainer operations.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: OuContainerOperationsListOptionalParams): PagedAsyncIterableIterator<OperationEntity>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * Lists all the available OuContainer operations.
22
+ * @param options The options parameters.
23
+ */
24
+ private _list;
25
+ /**
26
+ * ListNext
27
+ * @param nextLink The nextLink from the previous successful call to the List method.
28
+ * @param options The options parameters.
29
+ */
30
+ private _listNext;
31
+ }
32
+ //# sourceMappingURL=ouContainerOperations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ouContainerOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/ouContainerOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAIhE,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EACL,eAAe,EAEf,uCAAuC,EAGxC,MAAM,WAAW,CAAC;AAGnB,yDAAyD;AACzD,qBAAa,yBAA0B,YAAW,qBAAqB;IACrE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,eAAe,CAAC;YAe/B,cAAc;YAad,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}