@azure/arm-resources 6.1.0 → 7.0.0-alpha.20250730.1

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 (229) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/browser/lroImpl.js +7 -3
  3. package/dist/browser/lroImpl.js.map +1 -1
  4. package/dist/browser/models/index.d.ts +12 -1202
  5. package/dist/browser/models/index.d.ts.map +1 -1
  6. package/dist/browser/models/index.js +0 -76
  7. package/dist/browser/models/index.js.map +1 -1
  8. package/dist/browser/models/mappers.d.ts +0 -42
  9. package/dist/browser/models/mappers.d.ts.map +1 -1
  10. package/dist/browser/models/mappers.js +254 -1752
  11. package/dist/browser/models/mappers.js.map +1 -1
  12. package/dist/browser/models/parameters.d.ts +14 -21
  13. package/dist/browser/models/parameters.d.ts.map +1 -1
  14. package/dist/browser/models/parameters.js +46 -98
  15. package/dist/browser/models/parameters.js.map +1 -1
  16. package/dist/browser/operations/index.d.ts +0 -2
  17. package/dist/browser/operations/index.d.ts.map +1 -1
  18. package/dist/browser/operations/index.js +0 -2
  19. package/dist/browser/operations/index.js.map +1 -1
  20. package/dist/browser/operations/operations.js +23 -40
  21. package/dist/browser/operations/operations.js.map +1 -1
  22. package/dist/browser/operations/providerResourceTypes.js +2 -1
  23. package/dist/browser/operations/providerResourceTypes.js.map +1 -1
  24. package/dist/browser/operations/providers.js +50 -84
  25. package/dist/browser/operations/providers.js.map +1 -1
  26. package/dist/browser/operations/resourceGroups.js +48 -55
  27. package/dist/browser/operations/resourceGroups.js.map +1 -1
  28. package/dist/browser/operations/resources.js +146 -140
  29. package/dist/browser/operations/resources.js.map +1 -1
  30. package/dist/browser/operations/tagsOperations.js +58 -60
  31. package/dist/browser/operations/tagsOperations.js.map +1 -1
  32. package/dist/browser/operationsInterfaces/index.d.ts +0 -2
  33. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  34. package/dist/browser/operationsInterfaces/index.js +0 -2
  35. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  36. package/dist/browser/pagingHelper.js +2 -4
  37. package/dist/browser/pagingHelper.js.map +1 -1
  38. package/dist/browser/resourceManagementClient.d.ts +1 -3
  39. package/dist/browser/resourceManagementClient.d.ts.map +1 -1
  40. package/dist/browser/resourceManagementClient.js +22 -10
  41. package/dist/browser/resourceManagementClient.js.map +1 -1
  42. package/dist/commonjs/lroImpl.js +7 -3
  43. package/dist/commonjs/lroImpl.js.map +1 -1
  44. package/dist/commonjs/models/index.d.ts +12 -1202
  45. package/dist/commonjs/models/index.d.ts.map +1 -1
  46. package/dist/commonjs/models/index.js +1 -77
  47. package/dist/commonjs/models/index.js.map +1 -1
  48. package/dist/commonjs/models/mappers.d.ts +0 -42
  49. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  50. package/dist/commonjs/models/mappers.js +256 -1754
  51. package/dist/commonjs/models/mappers.js.map +1 -1
  52. package/dist/commonjs/models/parameters.d.ts +14 -21
  53. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  54. package/dist/commonjs/models/parameters.js +46 -98
  55. package/dist/commonjs/models/parameters.js.map +1 -1
  56. package/dist/commonjs/operations/index.d.ts +0 -2
  57. package/dist/commonjs/operations/index.d.ts.map +1 -1
  58. package/dist/commonjs/operations/index.js +0 -2
  59. package/dist/commonjs/operations/index.js.map +1 -1
  60. package/dist/commonjs/operations/operations.js +23 -39
  61. package/dist/commonjs/operations/operations.js.map +1 -1
  62. package/dist/commonjs/operations/providerResourceTypes.js +2 -1
  63. package/dist/commonjs/operations/providerResourceTypes.js.map +1 -1
  64. package/dist/commonjs/operations/providers.js +50 -83
  65. package/dist/commonjs/operations/providers.js.map +1 -1
  66. package/dist/commonjs/operations/resourceGroups.js +48 -54
  67. package/dist/commonjs/operations/resourceGroups.js.map +1 -1
  68. package/dist/commonjs/operations/resources.js +146 -139
  69. package/dist/commonjs/operations/resources.js.map +1 -1
  70. package/dist/commonjs/operations/tagsOperations.js +58 -59
  71. package/dist/commonjs/operations/tagsOperations.js.map +1 -1
  72. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -2
  73. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  74. package/dist/commonjs/operationsInterfaces/index.js +0 -2
  75. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  76. package/dist/commonjs/pagingHelper.js +2 -4
  77. package/dist/commonjs/pagingHelper.js.map +1 -1
  78. package/dist/commonjs/resourceManagementClient.d.ts +1 -3
  79. package/dist/commonjs/resourceManagementClient.d.ts.map +1 -1
  80. package/dist/commonjs/resourceManagementClient.js +21 -9
  81. package/dist/commonjs/resourceManagementClient.js.map +1 -1
  82. package/dist/commonjs/tsdoc-metadata.json +11 -11
  83. package/dist/esm/lroImpl.js +7 -3
  84. package/dist/esm/lroImpl.js.map +1 -1
  85. package/dist/esm/models/index.d.ts +12 -1202
  86. package/dist/esm/models/index.d.ts.map +1 -1
  87. package/dist/esm/models/index.js +0 -76
  88. package/dist/esm/models/index.js.map +1 -1
  89. package/dist/esm/models/mappers.d.ts +0 -42
  90. package/dist/esm/models/mappers.d.ts.map +1 -1
  91. package/dist/esm/models/mappers.js +254 -1752
  92. package/dist/esm/models/mappers.js.map +1 -1
  93. package/dist/esm/models/parameters.d.ts +14 -21
  94. package/dist/esm/models/parameters.d.ts.map +1 -1
  95. package/dist/esm/models/parameters.js +46 -98
  96. package/dist/esm/models/parameters.js.map +1 -1
  97. package/dist/esm/operations/index.d.ts +0 -2
  98. package/dist/esm/operations/index.d.ts.map +1 -1
  99. package/dist/esm/operations/index.js +0 -2
  100. package/dist/esm/operations/index.js.map +1 -1
  101. package/dist/esm/operations/operations.js +23 -40
  102. package/dist/esm/operations/operations.js.map +1 -1
  103. package/dist/esm/operations/providerResourceTypes.js +2 -1
  104. package/dist/esm/operations/providerResourceTypes.js.map +1 -1
  105. package/dist/esm/operations/providers.js +50 -84
  106. package/dist/esm/operations/providers.js.map +1 -1
  107. package/dist/esm/operations/resourceGroups.js +48 -55
  108. package/dist/esm/operations/resourceGroups.js.map +1 -1
  109. package/dist/esm/operations/resources.js +146 -140
  110. package/dist/esm/operations/resources.js.map +1 -1
  111. package/dist/esm/operations/tagsOperations.js +58 -60
  112. package/dist/esm/operations/tagsOperations.js.map +1 -1
  113. package/dist/esm/operationsInterfaces/index.d.ts +0 -2
  114. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  115. package/dist/esm/operationsInterfaces/index.js +0 -2
  116. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  117. package/dist/esm/pagingHelper.js +2 -4
  118. package/dist/esm/pagingHelper.js.map +1 -1
  119. package/dist/esm/resourceManagementClient.d.ts +1 -3
  120. package/dist/esm/resourceManagementClient.d.ts.map +1 -1
  121. package/dist/esm/resourceManagementClient.js +22 -10
  122. package/dist/esm/resourceManagementClient.js.map +1 -1
  123. package/dist/react-native/lroImpl.js +7 -3
  124. package/dist/react-native/lroImpl.js.map +1 -1
  125. package/dist/react-native/models/index.d.ts +12 -1202
  126. package/dist/react-native/models/index.d.ts.map +1 -1
  127. package/dist/react-native/models/index.js +0 -76
  128. package/dist/react-native/models/index.js.map +1 -1
  129. package/dist/react-native/models/mappers.d.ts +0 -42
  130. package/dist/react-native/models/mappers.d.ts.map +1 -1
  131. package/dist/react-native/models/mappers.js +254 -1752
  132. package/dist/react-native/models/mappers.js.map +1 -1
  133. package/dist/react-native/models/parameters.d.ts +14 -21
  134. package/dist/react-native/models/parameters.d.ts.map +1 -1
  135. package/dist/react-native/models/parameters.js +46 -98
  136. package/dist/react-native/models/parameters.js.map +1 -1
  137. package/dist/react-native/operations/index.d.ts +0 -2
  138. package/dist/react-native/operations/index.d.ts.map +1 -1
  139. package/dist/react-native/operations/index.js +0 -2
  140. package/dist/react-native/operations/index.js.map +1 -1
  141. package/dist/react-native/operations/operations.js +23 -40
  142. package/dist/react-native/operations/operations.js.map +1 -1
  143. package/dist/react-native/operations/providerResourceTypes.js +2 -1
  144. package/dist/react-native/operations/providerResourceTypes.js.map +1 -1
  145. package/dist/react-native/operations/providers.js +50 -84
  146. package/dist/react-native/operations/providers.js.map +1 -1
  147. package/dist/react-native/operations/resourceGroups.js +48 -55
  148. package/dist/react-native/operations/resourceGroups.js.map +1 -1
  149. package/dist/react-native/operations/resources.js +146 -140
  150. package/dist/react-native/operations/resources.js.map +1 -1
  151. package/dist/react-native/operations/tagsOperations.js +58 -60
  152. package/dist/react-native/operations/tagsOperations.js.map +1 -1
  153. package/dist/react-native/operationsInterfaces/index.d.ts +0 -2
  154. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  155. package/dist/react-native/operationsInterfaces/index.js +0 -2
  156. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  157. package/dist/react-native/pagingHelper.js +2 -4
  158. package/dist/react-native/pagingHelper.js.map +1 -1
  159. package/dist/react-native/resourceManagementClient.d.ts +1 -3
  160. package/dist/react-native/resourceManagementClient.d.ts.map +1 -1
  161. package/dist/react-native/resourceManagementClient.js +22 -10
  162. package/dist/react-native/resourceManagementClient.js.map +1 -1
  163. package/package.json +8 -8
  164. package/review/arm-resources-node.api.md +942 -0
  165. package/dist/browser/operations/deploymentOperations.d.ts +0 -168
  166. package/dist/browser/operations/deploymentOperations.d.ts.map +0 -1
  167. package/dist/browser/operations/deploymentOperations.js +0 -782
  168. package/dist/browser/operations/deploymentOperations.js.map +0 -1
  169. package/dist/browser/operations/deployments.d.ts +0 -628
  170. package/dist/browser/operations/deployments.d.ts.map +0 -1
  171. package/dist/browser/operations/deployments.js +0 -2766
  172. package/dist/browser/operations/deployments.js.map +0 -1
  173. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts +0 -77
  174. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  175. package/dist/browser/operationsInterfaces/deploymentOperations.js +0 -9
  176. package/dist/browser/operationsInterfaces/deploymentOperations.js.map +0 -1
  177. package/dist/browser/operationsInterfaces/deployments.d.ts +0 -545
  178. package/dist/browser/operationsInterfaces/deployments.d.ts.map +0 -1
  179. package/dist/browser/operationsInterfaces/deployments.js +0 -9
  180. package/dist/browser/operationsInterfaces/deployments.js.map +0 -1
  181. package/dist/commonjs/operations/deploymentOperations.d.ts +0 -168
  182. package/dist/commonjs/operations/deploymentOperations.d.ts.map +0 -1
  183. package/dist/commonjs/operations/deploymentOperations.js +0 -786
  184. package/dist/commonjs/operations/deploymentOperations.js.map +0 -1
  185. package/dist/commonjs/operations/deployments.d.ts +0 -628
  186. package/dist/commonjs/operations/deployments.d.ts.map +0 -1
  187. package/dist/commonjs/operations/deployments.js +0 -2770
  188. package/dist/commonjs/operations/deployments.js.map +0 -1
  189. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts +0 -77
  190. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  191. package/dist/commonjs/operationsInterfaces/deploymentOperations.js +0 -10
  192. package/dist/commonjs/operationsInterfaces/deploymentOperations.js.map +0 -1
  193. package/dist/commonjs/operationsInterfaces/deployments.d.ts +0 -545
  194. package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +0 -1
  195. package/dist/commonjs/operationsInterfaces/deployments.js +0 -10
  196. package/dist/commonjs/operationsInterfaces/deployments.js.map +0 -1
  197. package/dist/esm/operations/deploymentOperations.d.ts +0 -168
  198. package/dist/esm/operations/deploymentOperations.d.ts.map +0 -1
  199. package/dist/esm/operations/deploymentOperations.js +0 -782
  200. package/dist/esm/operations/deploymentOperations.js.map +0 -1
  201. package/dist/esm/operations/deployments.d.ts +0 -628
  202. package/dist/esm/operations/deployments.d.ts.map +0 -1
  203. package/dist/esm/operations/deployments.js +0 -2766
  204. package/dist/esm/operations/deployments.js.map +0 -1
  205. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts +0 -77
  206. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  207. package/dist/esm/operationsInterfaces/deploymentOperations.js +0 -9
  208. package/dist/esm/operationsInterfaces/deploymentOperations.js.map +0 -1
  209. package/dist/esm/operationsInterfaces/deployments.d.ts +0 -545
  210. package/dist/esm/operationsInterfaces/deployments.d.ts.map +0 -1
  211. package/dist/esm/operationsInterfaces/deployments.js +0 -9
  212. package/dist/esm/operationsInterfaces/deployments.js.map +0 -1
  213. package/dist/react-native/operations/deploymentOperations.d.ts +0 -168
  214. package/dist/react-native/operations/deploymentOperations.d.ts.map +0 -1
  215. package/dist/react-native/operations/deploymentOperations.js +0 -782
  216. package/dist/react-native/operations/deploymentOperations.js.map +0 -1
  217. package/dist/react-native/operations/deployments.d.ts +0 -628
  218. package/dist/react-native/operations/deployments.d.ts.map +0 -1
  219. package/dist/react-native/operations/deployments.js +0 -2766
  220. package/dist/react-native/operations/deployments.js.map +0 -1
  221. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts +0 -77
  222. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  223. package/dist/react-native/operationsInterfaces/deploymentOperations.js +0 -9
  224. package/dist/react-native/operationsInterfaces/deploymentOperations.js.map +0 -1
  225. package/dist/react-native/operationsInterfaces/deployments.d.ts +0 -545
  226. package/dist/react-native/operationsInterfaces/deployments.d.ts.map +0 -1
  227. package/dist/react-native/operationsInterfaces/deployments.js +0 -9
  228. package/dist/react-native/operationsInterfaces/deployments.js.map +0 -1
  229. package/review/arm-resources.api.md +0 -1935
@@ -1,628 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Deployments } from "../operationsInterfaces/index.js";
3
- import { ResourceManagementClient } from "../resourceManagementClient.js";
4
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
- import { DeploymentExtended, DeploymentsListAtScopeOptionalParams, DeploymentsListAtTenantScopeOptionalParams, DeploymentsListAtManagementGroupScopeOptionalParams, DeploymentsListAtSubscriptionScopeOptionalParams, DeploymentsListByResourceGroupOptionalParams, DeploymentsDeleteAtScopeOptionalParams, DeploymentsCheckExistenceAtScopeOptionalParams, DeploymentsCheckExistenceAtScopeResponse, Deployment, DeploymentsCreateOrUpdateAtScopeOptionalParams, DeploymentsCreateOrUpdateAtScopeResponse, DeploymentsGetAtScopeOptionalParams, DeploymentsGetAtScopeResponse, DeploymentsCancelAtScopeOptionalParams, DeploymentsValidateAtScopeOptionalParams, DeploymentsValidateAtScopeResponse, DeploymentsExportTemplateAtScopeOptionalParams, DeploymentsExportTemplateAtScopeResponse, DeploymentsDeleteAtTenantScopeOptionalParams, DeploymentsCheckExistenceAtTenantScopeOptionalParams, DeploymentsCheckExistenceAtTenantScopeResponse, ScopedDeployment, DeploymentsCreateOrUpdateAtTenantScopeOptionalParams, DeploymentsCreateOrUpdateAtTenantScopeResponse, DeploymentsGetAtTenantScopeOptionalParams, DeploymentsGetAtTenantScopeResponse, DeploymentsCancelAtTenantScopeOptionalParams, DeploymentsValidateAtTenantScopeOptionalParams, DeploymentsValidateAtTenantScopeResponse, ScopedDeploymentWhatIf, DeploymentsWhatIfAtTenantScopeOptionalParams, DeploymentsWhatIfAtTenantScopeResponse, DeploymentsExportTemplateAtTenantScopeOptionalParams, DeploymentsExportTemplateAtTenantScopeResponse, DeploymentsDeleteAtManagementGroupScopeOptionalParams, DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams, DeploymentsCheckExistenceAtManagementGroupScopeResponse, DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams, DeploymentsCreateOrUpdateAtManagementGroupScopeResponse, DeploymentsGetAtManagementGroupScopeOptionalParams, DeploymentsGetAtManagementGroupScopeResponse, DeploymentsCancelAtManagementGroupScopeOptionalParams, DeploymentsValidateAtManagementGroupScopeOptionalParams, DeploymentsValidateAtManagementGroupScopeResponse, DeploymentsWhatIfAtManagementGroupScopeOptionalParams, DeploymentsWhatIfAtManagementGroupScopeResponse, DeploymentsExportTemplateAtManagementGroupScopeOptionalParams, DeploymentsExportTemplateAtManagementGroupScopeResponse, DeploymentsDeleteAtSubscriptionScopeOptionalParams, DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams, DeploymentsCheckExistenceAtSubscriptionScopeResponse, DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams, DeploymentsCreateOrUpdateAtSubscriptionScopeResponse, DeploymentsGetAtSubscriptionScopeOptionalParams, DeploymentsGetAtSubscriptionScopeResponse, DeploymentsCancelAtSubscriptionScopeOptionalParams, DeploymentsValidateAtSubscriptionScopeOptionalParams, DeploymentsValidateAtSubscriptionScopeResponse, DeploymentWhatIf, DeploymentsWhatIfAtSubscriptionScopeOptionalParams, DeploymentsWhatIfAtSubscriptionScopeResponse, DeploymentsExportTemplateAtSubscriptionScopeOptionalParams, DeploymentsExportTemplateAtSubscriptionScopeResponse, DeploymentsDeleteOptionalParams, DeploymentsCheckExistenceOptionalParams, DeploymentsCheckExistenceResponse, DeploymentsCreateOrUpdateOptionalParams, DeploymentsCreateOrUpdateResponse, DeploymentsGetOptionalParams, DeploymentsGetResponse, DeploymentsCancelOptionalParams, DeploymentsValidateOptionalParams, DeploymentsValidateResponse, DeploymentsWhatIfOptionalParams, DeploymentsWhatIfResponse, DeploymentsExportTemplateOptionalParams, DeploymentsExportTemplateResponse, DeploymentsCalculateTemplateHashOptionalParams, DeploymentsCalculateTemplateHashResponse } from "../models/index.js";
6
- /** Class containing Deployments operations. */
7
- export declare class DeploymentsImpl implements Deployments {
8
- private readonly client;
9
- /**
10
- * Initialize a new instance of the class Deployments class.
11
- * @param client Reference to the service client
12
- */
13
- constructor(client: ResourceManagementClient);
14
- /**
15
- * Get all the deployments at the given scope.
16
- * @param scope The resource scope.
17
- * @param options The options parameters.
18
- */
19
- listAtScope(scope: string, options?: DeploymentsListAtScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
20
- private listAtScopePagingPage;
21
- private listAtScopePagingAll;
22
- /**
23
- * Get all the deployments at the tenant scope.
24
- * @param options The options parameters.
25
- */
26
- listAtTenantScope(options?: DeploymentsListAtTenantScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
27
- private listAtTenantScopePagingPage;
28
- private listAtTenantScopePagingAll;
29
- /**
30
- * Get all the deployments for a management group.
31
- * @param groupId The management group ID.
32
- * @param options The options parameters.
33
- */
34
- listAtManagementGroupScope(groupId: string, options?: DeploymentsListAtManagementGroupScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
35
- private listAtManagementGroupScopePagingPage;
36
- private listAtManagementGroupScopePagingAll;
37
- /**
38
- * Get all the deployments for a subscription.
39
- * @param options The options parameters.
40
- */
41
- listAtSubscriptionScope(options?: DeploymentsListAtSubscriptionScopeOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
42
- private listAtSubscriptionScopePagingPage;
43
- private listAtSubscriptionScopePagingAll;
44
- /**
45
- * Get all the deployments for a resource group.
46
- * @param resourceGroupName The name of the resource group with the deployments to get. The name is
47
- * case insensitive.
48
- * @param options The options parameters.
49
- */
50
- listByResourceGroup(resourceGroupName: string, options?: DeploymentsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DeploymentExtended>;
51
- private listByResourceGroupPagingPage;
52
- private listByResourceGroupPagingAll;
53
- /**
54
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
55
- * removes the associated deployment operations. This is an asynchronous operation that returns a
56
- * status of 202 until the template deployment is successfully deleted. The Location response header
57
- * contains the URI that is used to obtain the status of the process. While the process is running, a
58
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
59
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
60
- * URI in the Location header returns an error-level status code.
61
- * @param scope The resource scope.
62
- * @param deploymentName The name of the deployment.
63
- * @param options The options parameters.
64
- */
65
- beginDeleteAtScope(scope: string, deploymentName: string, options?: DeploymentsDeleteAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
66
- /**
67
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
68
- * removes the associated deployment operations. This is an asynchronous operation that returns a
69
- * status of 202 until the template deployment is successfully deleted. The Location response header
70
- * contains the URI that is used to obtain the status of the process. While the process is running, a
71
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
72
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
73
- * URI in the Location header returns an error-level status code.
74
- * @param scope The resource scope.
75
- * @param deploymentName The name of the deployment.
76
- * @param options The options parameters.
77
- */
78
- beginDeleteAtScopeAndWait(scope: string, deploymentName: string, options?: DeploymentsDeleteAtScopeOptionalParams): Promise<void>;
79
- /**
80
- * Checks whether the deployment exists.
81
- * @param scope The resource scope.
82
- * @param deploymentName The name of the deployment.
83
- * @param options The options parameters.
84
- */
85
- checkExistenceAtScope(scope: string, deploymentName: string, options?: DeploymentsCheckExistenceAtScopeOptionalParams): Promise<DeploymentsCheckExistenceAtScopeResponse>;
86
- /**
87
- * You can provide the template and parameters directly in the request or link to JSON files.
88
- * @param scope The resource scope.
89
- * @param deploymentName The name of the deployment.
90
- * @param parameters Additional parameters supplied to the operation.
91
- * @param options The options parameters.
92
- */
93
- beginCreateOrUpdateAtScope(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtScopeResponse>, DeploymentsCreateOrUpdateAtScopeResponse>>;
94
- /**
95
- * You can provide the template and parameters directly in the request or link to JSON files.
96
- * @param scope The resource scope.
97
- * @param deploymentName The name of the deployment.
98
- * @param parameters Additional parameters supplied to the operation.
99
- * @param options The options parameters.
100
- */
101
- beginCreateOrUpdateAtScopeAndWait(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtScopeResponse>;
102
- /**
103
- * Gets a deployment.
104
- * @param scope The resource scope.
105
- * @param deploymentName The name of the deployment.
106
- * @param options The options parameters.
107
- */
108
- getAtScope(scope: string, deploymentName: string, options?: DeploymentsGetAtScopeOptionalParams): Promise<DeploymentsGetAtScopeResponse>;
109
- /**
110
- * You can cancel a deployment only if the provisioningState is Accepted or Running. After the
111
- * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment
112
- * stops the currently running template deployment and leaves the resources partially deployed.
113
- * @param scope The resource scope.
114
- * @param deploymentName The name of the deployment.
115
- * @param options The options parameters.
116
- */
117
- cancelAtScope(scope: string, deploymentName: string, options?: DeploymentsCancelAtScopeOptionalParams): Promise<void>;
118
- /**
119
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
120
- * Resource Manager..
121
- * @param scope The resource scope.
122
- * @param deploymentName The name of the deployment.
123
- * @param parameters Parameters to validate.
124
- * @param options The options parameters.
125
- */
126
- beginValidateAtScope(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtScopeResponse>, DeploymentsValidateAtScopeResponse>>;
127
- /**
128
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
129
- * Resource Manager..
130
- * @param scope The resource scope.
131
- * @param deploymentName The name of the deployment.
132
- * @param parameters Parameters to validate.
133
- * @param options The options parameters.
134
- */
135
- beginValidateAtScopeAndWait(scope: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtScopeOptionalParams): Promise<DeploymentsValidateAtScopeResponse>;
136
- /**
137
- * Exports the template used for specified deployment.
138
- * @param scope The resource scope.
139
- * @param deploymentName The name of the deployment.
140
- * @param options The options parameters.
141
- */
142
- exportTemplateAtScope(scope: string, deploymentName: string, options?: DeploymentsExportTemplateAtScopeOptionalParams): Promise<DeploymentsExportTemplateAtScopeResponse>;
143
- /**
144
- * Get all the deployments at the given scope.
145
- * @param scope The resource scope.
146
- * @param options The options parameters.
147
- */
148
- private _listAtScope;
149
- /**
150
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
151
- * removes the associated deployment operations. This is an asynchronous operation that returns a
152
- * status of 202 until the template deployment is successfully deleted. The Location response header
153
- * contains the URI that is used to obtain the status of the process. While the process is running, a
154
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
155
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
156
- * URI in the Location header returns an error-level status code.
157
- * @param deploymentName The name of the deployment.
158
- * @param options The options parameters.
159
- */
160
- beginDeleteAtTenantScope(deploymentName: string, options?: DeploymentsDeleteAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
161
- /**
162
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
163
- * removes the associated deployment operations. This is an asynchronous operation that returns a
164
- * status of 202 until the template deployment is successfully deleted. The Location response header
165
- * contains the URI that is used to obtain the status of the process. While the process is running, a
166
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
167
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
168
- * URI in the Location header returns an error-level status code.
169
- * @param deploymentName The name of the deployment.
170
- * @param options The options parameters.
171
- */
172
- beginDeleteAtTenantScopeAndWait(deploymentName: string, options?: DeploymentsDeleteAtTenantScopeOptionalParams): Promise<void>;
173
- /**
174
- * Checks whether the deployment exists.
175
- * @param deploymentName The name of the deployment.
176
- * @param options The options parameters.
177
- */
178
- checkExistenceAtTenantScope(deploymentName: string, options?: DeploymentsCheckExistenceAtTenantScopeOptionalParams): Promise<DeploymentsCheckExistenceAtTenantScopeResponse>;
179
- /**
180
- * You can provide the template and parameters directly in the request or link to JSON files.
181
- * @param deploymentName The name of the deployment.
182
- * @param parameters Additional parameters supplied to the operation.
183
- * @param options The options parameters.
184
- */
185
- beginCreateOrUpdateAtTenantScope(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtTenantScopeResponse>, DeploymentsCreateOrUpdateAtTenantScopeResponse>>;
186
- /**
187
- * You can provide the template and parameters directly in the request or link to JSON files.
188
- * @param deploymentName The name of the deployment.
189
- * @param parameters Additional parameters supplied to the operation.
190
- * @param options The options parameters.
191
- */
192
- beginCreateOrUpdateAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtTenantScopeResponse>;
193
- /**
194
- * Gets a deployment.
195
- * @param deploymentName The name of the deployment.
196
- * @param options The options parameters.
197
- */
198
- getAtTenantScope(deploymentName: string, options?: DeploymentsGetAtTenantScopeOptionalParams): Promise<DeploymentsGetAtTenantScopeResponse>;
199
- /**
200
- * You can cancel a deployment only if the provisioningState is Accepted or Running. After the
201
- * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment
202
- * stops the currently running template deployment and leaves the resources partially deployed.
203
- * @param deploymentName The name of the deployment.
204
- * @param options The options parameters.
205
- */
206
- cancelAtTenantScope(deploymentName: string, options?: DeploymentsCancelAtTenantScopeOptionalParams): Promise<void>;
207
- /**
208
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
209
- * Resource Manager..
210
- * @param deploymentName The name of the deployment.
211
- * @param parameters Parameters to validate.
212
- * @param options The options parameters.
213
- */
214
- beginValidateAtTenantScope(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtTenantScopeResponse>, DeploymentsValidateAtTenantScopeResponse>>;
215
- /**
216
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
217
- * Resource Manager..
218
- * @param deploymentName The name of the deployment.
219
- * @param parameters Parameters to validate.
220
- * @param options The options parameters.
221
- */
222
- beginValidateAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtTenantScopeOptionalParams): Promise<DeploymentsValidateAtTenantScopeResponse>;
223
- /**
224
- * Returns changes that will be made by the deployment if executed at the scope of the tenant group.
225
- * @param deploymentName The name of the deployment.
226
- * @param parameters Parameters to validate.
227
- * @param options The options parameters.
228
- */
229
- beginWhatIfAtTenantScope(deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtTenantScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfAtTenantScopeResponse>, DeploymentsWhatIfAtTenantScopeResponse>>;
230
- /**
231
- * Returns changes that will be made by the deployment if executed at the scope of the tenant group.
232
- * @param deploymentName The name of the deployment.
233
- * @param parameters Parameters to validate.
234
- * @param options The options parameters.
235
- */
236
- beginWhatIfAtTenantScopeAndWait(deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtTenantScopeOptionalParams): Promise<DeploymentsWhatIfAtTenantScopeResponse>;
237
- /**
238
- * Exports the template used for specified deployment.
239
- * @param deploymentName The name of the deployment.
240
- * @param options The options parameters.
241
- */
242
- exportTemplateAtTenantScope(deploymentName: string, options?: DeploymentsExportTemplateAtTenantScopeOptionalParams): Promise<DeploymentsExportTemplateAtTenantScopeResponse>;
243
- /**
244
- * Get all the deployments at the tenant scope.
245
- * @param options The options parameters.
246
- */
247
- private _listAtTenantScope;
248
- /**
249
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
250
- * removes the associated deployment operations. This is an asynchronous operation that returns a
251
- * status of 202 until the template deployment is successfully deleted. The Location response header
252
- * contains the URI that is used to obtain the status of the process. While the process is running, a
253
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
254
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
255
- * URI in the Location header returns an error-level status code.
256
- * @param groupId The management group ID.
257
- * @param deploymentName The name of the deployment.
258
- * @param options The options parameters.
259
- */
260
- beginDeleteAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
261
- /**
262
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
263
- * removes the associated deployment operations. This is an asynchronous operation that returns a
264
- * status of 202 until the template deployment is successfully deleted. The Location response header
265
- * contains the URI that is used to obtain the status of the process. While the process is running, a
266
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
267
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
268
- * URI in the Location header returns an error-level status code.
269
- * @param groupId The management group ID.
270
- * @param deploymentName The name of the deployment.
271
- * @param options The options parameters.
272
- */
273
- beginDeleteAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams): Promise<void>;
274
- /**
275
- * Checks whether the deployment exists.
276
- * @param groupId The management group ID.
277
- * @param deploymentName The name of the deployment.
278
- * @param options The options parameters.
279
- */
280
- checkExistenceAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams): Promise<DeploymentsCheckExistenceAtManagementGroupScopeResponse>;
281
- /**
282
- * You can provide the template and parameters directly in the request or link to JSON files.
283
- * @param groupId The management group ID.
284
- * @param deploymentName The name of the deployment.
285
- * @param parameters Additional parameters supplied to the operation.
286
- * @param options The options parameters.
287
- */
288
- beginCreateOrUpdateAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>, DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>>;
289
- /**
290
- * You can provide the template and parameters directly in the request or link to JSON files.
291
- * @param groupId The management group ID.
292
- * @param deploymentName The name of the deployment.
293
- * @param parameters Additional parameters supplied to the operation.
294
- * @param options The options parameters.
295
- */
296
- beginCreateOrUpdateAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>;
297
- /**
298
- * Gets a deployment.
299
- * @param groupId The management group ID.
300
- * @param deploymentName The name of the deployment.
301
- * @param options The options parameters.
302
- */
303
- getAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsGetAtManagementGroupScopeOptionalParams): Promise<DeploymentsGetAtManagementGroupScopeResponse>;
304
- /**
305
- * You can cancel a deployment only if the provisioningState is Accepted or Running. After the
306
- * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment
307
- * stops the currently running template deployment and leaves the resources partially deployed.
308
- * @param groupId The management group ID.
309
- * @param deploymentName The name of the deployment.
310
- * @param options The options parameters.
311
- */
312
- cancelAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsCancelAtManagementGroupScopeOptionalParams): Promise<void>;
313
- /**
314
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
315
- * Resource Manager..
316
- * @param groupId The management group ID.
317
- * @param deploymentName The name of the deployment.
318
- * @param parameters Parameters to validate.
319
- * @param options The options parameters.
320
- */
321
- beginValidateAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtManagementGroupScopeResponse>, DeploymentsValidateAtManagementGroupScopeResponse>>;
322
- /**
323
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
324
- * Resource Manager..
325
- * @param groupId The management group ID.
326
- * @param deploymentName The name of the deployment.
327
- * @param parameters Parameters to validate.
328
- * @param options The options parameters.
329
- */
330
- beginValidateAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeployment, options?: DeploymentsValidateAtManagementGroupScopeOptionalParams): Promise<DeploymentsValidateAtManagementGroupScopeResponse>;
331
- /**
332
- * Returns changes that will be made by the deployment if executed at the scope of the management
333
- * group.
334
- * @param groupId The management group ID.
335
- * @param deploymentName The name of the deployment.
336
- * @param parameters Parameters to validate.
337
- * @param options The options parameters.
338
- */
339
- beginWhatIfAtManagementGroupScope(groupId: string, deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfAtManagementGroupScopeResponse>, DeploymentsWhatIfAtManagementGroupScopeResponse>>;
340
- /**
341
- * Returns changes that will be made by the deployment if executed at the scope of the management
342
- * group.
343
- * @param groupId The management group ID.
344
- * @param deploymentName The name of the deployment.
345
- * @param parameters Parameters to validate.
346
- * @param options The options parameters.
347
- */
348
- beginWhatIfAtManagementGroupScopeAndWait(groupId: string, deploymentName: string, parameters: ScopedDeploymentWhatIf, options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams): Promise<DeploymentsWhatIfAtManagementGroupScopeResponse>;
349
- /**
350
- * Exports the template used for specified deployment.
351
- * @param groupId The management group ID.
352
- * @param deploymentName The name of the deployment.
353
- * @param options The options parameters.
354
- */
355
- exportTemplateAtManagementGroupScope(groupId: string, deploymentName: string, options?: DeploymentsExportTemplateAtManagementGroupScopeOptionalParams): Promise<DeploymentsExportTemplateAtManagementGroupScopeResponse>;
356
- /**
357
- * Get all the deployments for a management group.
358
- * @param groupId The management group ID.
359
- * @param options The options parameters.
360
- */
361
- private _listAtManagementGroupScope;
362
- /**
363
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
364
- * removes the associated deployment operations. This is an asynchronous operation that returns a
365
- * status of 202 until the template deployment is successfully deleted. The Location response header
366
- * contains the URI that is used to obtain the status of the process. While the process is running, a
367
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
368
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
369
- * URI in the Location header returns an error-level status code.
370
- * @param deploymentName The name of the deployment.
371
- * @param options The options parameters.
372
- */
373
- beginDeleteAtSubscriptionScope(deploymentName: string, options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
374
- /**
375
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
376
- * removes the associated deployment operations. This is an asynchronous operation that returns a
377
- * status of 202 until the template deployment is successfully deleted. The Location response header
378
- * contains the URI that is used to obtain the status of the process. While the process is running, a
379
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
380
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
381
- * URI in the Location header returns an error-level status code.
382
- * @param deploymentName The name of the deployment.
383
- * @param options The options parameters.
384
- */
385
- beginDeleteAtSubscriptionScopeAndWait(deploymentName: string, options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams): Promise<void>;
386
- /**
387
- * Checks whether the deployment exists.
388
- * @param deploymentName The name of the deployment.
389
- * @param options The options parameters.
390
- */
391
- checkExistenceAtSubscriptionScope(deploymentName: string, options?: DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams): Promise<DeploymentsCheckExistenceAtSubscriptionScopeResponse>;
392
- /**
393
- * You can provide the template and parameters directly in the request or link to JSON files.
394
- * @param deploymentName The name of the deployment.
395
- * @param parameters Additional parameters supplied to the operation.
396
- * @param options The options parameters.
397
- */
398
- beginCreateOrUpdateAtSubscriptionScope(deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>, DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>>;
399
- /**
400
- * You can provide the template and parameters directly in the request or link to JSON files.
401
- * @param deploymentName The name of the deployment.
402
- * @param parameters Additional parameters supplied to the operation.
403
- * @param options The options parameters.
404
- */
405
- beginCreateOrUpdateAtSubscriptionScopeAndWait(deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams): Promise<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>;
406
- /**
407
- * Gets a deployment.
408
- * @param deploymentName The name of the deployment.
409
- * @param options The options parameters.
410
- */
411
- getAtSubscriptionScope(deploymentName: string, options?: DeploymentsGetAtSubscriptionScopeOptionalParams): Promise<DeploymentsGetAtSubscriptionScopeResponse>;
412
- /**
413
- * You can cancel a deployment only if the provisioningState is Accepted or Running. After the
414
- * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment
415
- * stops the currently running template deployment and leaves the resources partially deployed.
416
- * @param deploymentName The name of the deployment.
417
- * @param options The options parameters.
418
- */
419
- cancelAtSubscriptionScope(deploymentName: string, options?: DeploymentsCancelAtSubscriptionScopeOptionalParams): Promise<void>;
420
- /**
421
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
422
- * Resource Manager..
423
- * @param deploymentName The name of the deployment.
424
- * @param parameters Parameters to validate.
425
- * @param options The options parameters.
426
- */
427
- beginValidateAtSubscriptionScope(deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateAtSubscriptionScopeResponse>, DeploymentsValidateAtSubscriptionScopeResponse>>;
428
- /**
429
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
430
- * Resource Manager..
431
- * @param deploymentName The name of the deployment.
432
- * @param parameters Parameters to validate.
433
- * @param options The options parameters.
434
- */
435
- beginValidateAtSubscriptionScopeAndWait(deploymentName: string, parameters: Deployment, options?: DeploymentsValidateAtSubscriptionScopeOptionalParams): Promise<DeploymentsValidateAtSubscriptionScopeResponse>;
436
- /**
437
- * Returns changes that will be made by the deployment if executed at the scope of the subscription.
438
- * @param deploymentName The name of the deployment.
439
- * @param parameters Parameters to What If.
440
- * @param options The options parameters.
441
- */
442
- beginWhatIfAtSubscriptionScope(deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfAtSubscriptionScopeResponse>, DeploymentsWhatIfAtSubscriptionScopeResponse>>;
443
- /**
444
- * Returns changes that will be made by the deployment if executed at the scope of the subscription.
445
- * @param deploymentName The name of the deployment.
446
- * @param parameters Parameters to What If.
447
- * @param options The options parameters.
448
- */
449
- beginWhatIfAtSubscriptionScopeAndWait(deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams): Promise<DeploymentsWhatIfAtSubscriptionScopeResponse>;
450
- /**
451
- * Exports the template used for specified deployment.
452
- * @param deploymentName The name of the deployment.
453
- * @param options The options parameters.
454
- */
455
- exportTemplateAtSubscriptionScope(deploymentName: string, options?: DeploymentsExportTemplateAtSubscriptionScopeOptionalParams): Promise<DeploymentsExportTemplateAtSubscriptionScopeResponse>;
456
- /**
457
- * Get all the deployments for a subscription.
458
- * @param options The options parameters.
459
- */
460
- private _listAtSubscriptionScope;
461
- /**
462
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
463
- * removes the associated deployment operations. Deleting a template deployment does not affect the
464
- * state of the resource group. This is an asynchronous operation that returns a status of 202 until
465
- * the template deployment is successfully deleted. The Location response header contains the URI that
466
- * is used to obtain the status of the process. While the process is running, a call to the URI in the
467
- * Location header returns a status of 202. When the process finishes, the URI in the Location header
468
- * returns a status of 204 on success. If the asynchronous request failed, the URI in the Location
469
- * header returns an error-level status code.
470
- * @param resourceGroupName The name of the resource group with the deployment to delete. The name is
471
- * case insensitive.
472
- * @param deploymentName The name of the deployment.
473
- * @param options The options parameters.
474
- */
475
- beginDelete(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
476
- /**
477
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
478
- * removes the associated deployment operations. Deleting a template deployment does not affect the
479
- * state of the resource group. This is an asynchronous operation that returns a status of 202 until
480
- * the template deployment is successfully deleted. The Location response header contains the URI that
481
- * is used to obtain the status of the process. While the process is running, a call to the URI in the
482
- * Location header returns a status of 202. When the process finishes, the URI in the Location header
483
- * returns a status of 204 on success. If the asynchronous request failed, the URI in the Location
484
- * header returns an error-level status code.
485
- * @param resourceGroupName The name of the resource group with the deployment to delete. The name is
486
- * case insensitive.
487
- * @param deploymentName The name of the deployment.
488
- * @param options The options parameters.
489
- */
490
- beginDeleteAndWait(resourceGroupName: string, deploymentName: string, options?: DeploymentsDeleteOptionalParams): Promise<void>;
491
- /**
492
- * Checks whether the deployment exists.
493
- * @param resourceGroupName The name of the resource group with the deployment to check. The name is
494
- * case insensitive.
495
- * @param deploymentName The name of the deployment.
496
- * @param options The options parameters.
497
- */
498
- checkExistence(resourceGroupName: string, deploymentName: string, options?: DeploymentsCheckExistenceOptionalParams): Promise<DeploymentsCheckExistenceResponse>;
499
- /**
500
- * You can provide the template and parameters directly in the request or link to JSON files.
501
- * @param resourceGroupName The name of the resource group to deploy the resources to. The name is case
502
- * insensitive. The resource group must already exist.
503
- * @param deploymentName The name of the deployment.
504
- * @param parameters Additional parameters supplied to the operation.
505
- * @param options The options parameters.
506
- */
507
- beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsCreateOrUpdateResponse>, DeploymentsCreateOrUpdateResponse>>;
508
- /**
509
- * You can provide the template and parameters directly in the request or link to JSON files.
510
- * @param resourceGroupName The name of the resource group to deploy the resources to. The name is case
511
- * insensitive. The resource group must already exist.
512
- * @param deploymentName The name of the deployment.
513
- * @param parameters Additional parameters supplied to the operation.
514
- * @param options The options parameters.
515
- */
516
- beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsCreateOrUpdateOptionalParams): Promise<DeploymentsCreateOrUpdateResponse>;
517
- /**
518
- * Gets a deployment.
519
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
520
- * @param deploymentName The name of the deployment.
521
- * @param options The options parameters.
522
- */
523
- get(resourceGroupName: string, deploymentName: string, options?: DeploymentsGetOptionalParams): Promise<DeploymentsGetResponse>;
524
- /**
525
- * You can cancel a deployment only if the provisioningState is Accepted or Running. After the
526
- * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment
527
- * stops the currently running template deployment and leaves the resource group partially deployed.
528
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
529
- * @param deploymentName The name of the deployment.
530
- * @param options The options parameters.
531
- */
532
- cancel(resourceGroupName: string, deploymentName: string, options?: DeploymentsCancelOptionalParams): Promise<void>;
533
- /**
534
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
535
- * Resource Manager..
536
- * @param resourceGroupName The name of the resource group the template will be deployed to. The name
537
- * is case insensitive.
538
- * @param deploymentName The name of the deployment.
539
- * @param parameters Parameters to validate.
540
- * @param options The options parameters.
541
- */
542
- beginValidate(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsValidateResponse>, DeploymentsValidateResponse>>;
543
- /**
544
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
545
- * Resource Manager..
546
- * @param resourceGroupName The name of the resource group the template will be deployed to. The name
547
- * is case insensitive.
548
- * @param deploymentName The name of the deployment.
549
- * @param parameters Parameters to validate.
550
- * @param options The options parameters.
551
- */
552
- beginValidateAndWait(resourceGroupName: string, deploymentName: string, parameters: Deployment, options?: DeploymentsValidateOptionalParams): Promise<DeploymentsValidateResponse>;
553
- /**
554
- * Returns changes that will be made by the deployment if executed at the scope of the resource group.
555
- * @param resourceGroupName The name of the resource group the template will be deployed to. The name
556
- * is case insensitive.
557
- * @param deploymentName The name of the deployment.
558
- * @param parameters Parameters to validate.
559
- * @param options The options parameters.
560
- */
561
- beginWhatIf(resourceGroupName: string, deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfOptionalParams): Promise<SimplePollerLike<OperationState<DeploymentsWhatIfResponse>, DeploymentsWhatIfResponse>>;
562
- /**
563
- * Returns changes that will be made by the deployment if executed at the scope of the resource group.
564
- * @param resourceGroupName The name of the resource group the template will be deployed to. The name
565
- * is case insensitive.
566
- * @param deploymentName The name of the deployment.
567
- * @param parameters Parameters to validate.
568
- * @param options The options parameters.
569
- */
570
- beginWhatIfAndWait(resourceGroupName: string, deploymentName: string, parameters: DeploymentWhatIf, options?: DeploymentsWhatIfOptionalParams): Promise<DeploymentsWhatIfResponse>;
571
- /**
572
- * Exports the template used for specified deployment.
573
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
574
- * @param deploymentName The name of the deployment.
575
- * @param options The options parameters.
576
- */
577
- exportTemplate(resourceGroupName: string, deploymentName: string, options?: DeploymentsExportTemplateOptionalParams): Promise<DeploymentsExportTemplateResponse>;
578
- /**
579
- * Get all the deployments for a resource group.
580
- * @param resourceGroupName The name of the resource group with the deployments to get. The name is
581
- * case insensitive.
582
- * @param options The options parameters.
583
- */
584
- private _listByResourceGroup;
585
- /**
586
- * Calculate the hash of the given template.
587
- * @param template The template provided to calculate hash.
588
- * @param options The options parameters.
589
- */
590
- calculateTemplateHash(template: Record<string, unknown>, options?: DeploymentsCalculateTemplateHashOptionalParams): Promise<DeploymentsCalculateTemplateHashResponse>;
591
- /**
592
- * ListAtScopeNext
593
- * @param scope The resource scope.
594
- * @param nextLink The nextLink from the previous successful call to the ListAtScope method.
595
- * @param options The options parameters.
596
- */
597
- private _listAtScopeNext;
598
- /**
599
- * ListAtTenantScopeNext
600
- * @param nextLink The nextLink from the previous successful call to the ListAtTenantScope method.
601
- * @param options The options parameters.
602
- */
603
- private _listAtTenantScopeNext;
604
- /**
605
- * ListAtManagementGroupScopeNext
606
- * @param groupId The management group ID.
607
- * @param nextLink The nextLink from the previous successful call to the ListAtManagementGroupScope
608
- * method.
609
- * @param options The options parameters.
610
- */
611
- private _listAtManagementGroupScopeNext;
612
- /**
613
- * ListAtSubscriptionScopeNext
614
- * @param nextLink The nextLink from the previous successful call to the ListAtSubscriptionScope
615
- * method.
616
- * @param options The options parameters.
617
- */
618
- private _listAtSubscriptionScopeNext;
619
- /**
620
- * ListByResourceGroupNext
621
- * @param resourceGroupName The name of the resource group with the deployments to get. The name is
622
- * case insensitive.
623
- * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
624
- * @param options The options parameters.
625
- */
626
- private _listByResourceGroupNext;
627
- }
628
- //# sourceMappingURL=deployments.d.ts.map