@azure/arm-resources 5.2.1-alpha.20250210.1 → 5.2.1-alpha.20250218.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 (572) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js.map +1 -0
  7. package/dist/browser/models/index.js.map +1 -0
  8. package/dist/browser/models/mappers.js.map +1 -0
  9. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/{dist-esm/src → dist/browser}/operations/deploymentOperations.d.ts +3 -3
  12. package/dist/browser/operations/deploymentOperations.d.ts.map +1 -0
  13. package/{dist-esm/src → dist/browser}/operations/deploymentOperations.js +3 -3
  14. package/dist/browser/operations/deploymentOperations.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/operations/deployments.d.ts +3 -3
  16. package/dist/browser/operations/deployments.d.ts.map +1 -0
  17. package/{dist-esm/src → dist/browser}/operations/deployments.js +693 -769
  18. package/dist/browser/operations/deployments.js.map +1 -0
  19. package/dist/browser/operations/index.d.ts +9 -0
  20. package/dist/browser/operations/index.d.ts.map +1 -0
  21. package/dist/browser/operations/index.js +16 -0
  22. package/dist/browser/operations/index.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  24. package/dist/browser/operations/operations.d.ts.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  26. package/dist/browser/operations/operations.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/providerResourceTypes.d.ts +3 -3
  28. package/dist/browser/operations/providerResourceTypes.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/providerResourceTypes.js +2 -2
  30. package/dist/browser/operations/providerResourceTypes.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/providers.d.ts +3 -3
  32. package/dist/browser/operations/providers.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/providers.js +3 -3
  34. package/dist/browser/operations/providers.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/resourceGroups.d.ts +3 -3
  36. package/dist/browser/operations/resourceGroups.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/resourceGroups.js +78 -86
  38. package/dist/browser/operations/resourceGroups.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operations/resources.d.ts +3 -3
  40. package/dist/browser/operations/resources.d.ts.map +1 -0
  41. package/{dist-esm/src → dist/browser}/operations/resources.js +319 -351
  42. package/dist/browser/operations/resources.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operations/tagsOperations.d.ts +3 -3
  44. package/dist/browser/operations/tagsOperations.d.ts.map +1 -0
  45. package/{dist-esm/src → dist/browser}/operations/tagsOperations.js +3 -3
  46. package/dist/browser/operations/tagsOperations.js.map +1 -0
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/deploymentOperations.d.ts +1 -1
  48. package/dist/browser/operationsInterfaces/deploymentOperations.d.ts.map +1 -0
  49. package/dist/browser/operationsInterfaces/deploymentOperations.js.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/deployments.d.ts +1 -1
  51. package/dist/browser/operationsInterfaces/deployments.d.ts.map +1 -0
  52. package/dist/browser/operationsInterfaces/deployments.js.map +1 -0
  53. package/dist/browser/operationsInterfaces/index.d.ts +9 -0
  54. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  55. package/dist/browser/operationsInterfaces/index.js +16 -0
  56. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  57. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  59. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/providerResourceTypes.d.ts +1 -1
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/providerResourceTypes.d.ts.map +1 -1
  62. package/dist/browser/operationsInterfaces/providerResourceTypes.js.map +1 -0
  63. package/{dist-esm/src → dist/browser}/operationsInterfaces/providers.d.ts +1 -1
  64. package/dist/browser/operationsInterfaces/providers.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/providers.js.map +1 -0
  66. package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceGroups.d.ts +1 -1
  67. package/dist/browser/operationsInterfaces/resourceGroups.d.ts.map +1 -0
  68. package/dist/browser/operationsInterfaces/resourceGroups.js.map +1 -0
  69. package/{dist-esm/src → dist/browser}/operationsInterfaces/resources.d.ts +1 -1
  70. package/dist/browser/operationsInterfaces/resources.d.ts.map +1 -0
  71. package/dist/browser/operationsInterfaces/resources.js.map +1 -0
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/tagsOperations.d.ts +1 -1
  73. package/dist/browser/operationsInterfaces/tagsOperations.d.ts.map +1 -0
  74. package/dist/browser/operationsInterfaces/tagsOperations.js.map +1 -0
  75. package/dist/browser/package.json +3 -0
  76. package/dist/browser/pagingHelper.js.map +1 -0
  77. package/{dist-esm/src → dist/browser}/resourceManagementClient.d.ts +2 -2
  78. package/dist/browser/resourceManagementClient.d.ts.map +1 -0
  79. package/{dist-esm/src → dist/browser}/resourceManagementClient.js +15 -18
  80. package/dist/browser/resourceManagementClient.js.map +1 -0
  81. package/dist/commonjs/index.d.ts +5 -0
  82. package/dist/commonjs/index.d.ts.map +1 -0
  83. package/dist/commonjs/index.js +19 -0
  84. package/dist/commonjs/index.js.map +1 -0
  85. package/dist/commonjs/lroImpl.d.ts +11 -0
  86. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  87. package/dist/commonjs/lroImpl.js +17 -0
  88. package/dist/commonjs/lroImpl.js.map +1 -0
  89. package/dist/commonjs/models/index.d.ts +1977 -0
  90. package/dist/commonjs/models/index.d.ts.map +1 -0
  91. package/dist/commonjs/models/index.js +105 -0
  92. package/dist/commonjs/models/index.js.map +1 -0
  93. package/dist/commonjs/models/mappers.d.ts +88 -0
  94. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  95. package/dist/commonjs/models/mappers.js +2753 -0
  96. package/dist/commonjs/models/mappers.js.map +1 -0
  97. package/dist/commonjs/models/parameters.d.ts +40 -0
  98. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  99. package/dist/commonjs/models/parameters.js +349 -0
  100. package/dist/commonjs/models/parameters.js.map +1 -0
  101. package/dist/commonjs/operations/deploymentOperations.d.ts +168 -0
  102. package/dist/commonjs/operations/deploymentOperations.d.ts.map +1 -0
  103. package/dist/commonjs/operations/deploymentOperations.js +786 -0
  104. package/dist/commonjs/operations/deploymentOperations.js.map +1 -0
  105. package/dist/commonjs/operations/deployments.d.ts +628 -0
  106. package/dist/commonjs/operations/deployments.d.ts.map +1 -0
  107. package/dist/commonjs/operations/deployments.js +2770 -0
  108. package/dist/commonjs/operations/deployments.js.map +1 -0
  109. package/dist/commonjs/operations/index.d.ts +9 -0
  110. package/dist/commonjs/operations/index.d.ts.map +1 -0
  111. package/dist/commonjs/operations/index.js +19 -0
  112. package/dist/commonjs/operations/index.js.map +1 -0
  113. package/dist/commonjs/operations/operations.d.ts +32 -0
  114. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  115. package/dist/commonjs/operations/operations.js +137 -0
  116. package/dist/commonjs/operations/operations.js.map +1 -0
  117. package/dist/commonjs/operations/providerResourceTypes.d.ts +19 -0
  118. package/dist/commonjs/operations/providerResourceTypes.d.ts.map +1 -0
  119. package/dist/commonjs/operations/providerResourceTypes.js +56 -0
  120. package/dist/commonjs/operations/providerResourceTypes.js.map +1 -0
  121. package/dist/commonjs/operations/providers.d.ts +87 -0
  122. package/dist/commonjs/operations/providers.d.ts.map +1 -0
  123. package/dist/commonjs/operations/providers.js +413 -0
  124. package/dist/commonjs/operations/providers.js.map +1 -0
  125. package/dist/commonjs/operations/resourceGroups.d.ts +91 -0
  126. package/dist/commonjs/operations/resourceGroups.d.ts.map +1 -0
  127. package/dist/commonjs/operations/resourceGroups.js +422 -0
  128. package/dist/commonjs/operations/resourceGroups.js.map +1 -0
  129. package/dist/commonjs/operations/resources.d.ts +278 -0
  130. package/dist/commonjs/operations/resources.d.ts.map +1 -0
  131. package/dist/commonjs/operations/resources.js +1132 -0
  132. package/dist/commonjs/operations/resources.js.map +1 -0
  133. package/dist/commonjs/operations/tagsOperations.d.ts +102 -0
  134. package/dist/commonjs/operations/tagsOperations.d.ts.map +1 -0
  135. package/dist/commonjs/operations/tagsOperations.js +379 -0
  136. package/dist/commonjs/operations/tagsOperations.js.map +1 -0
  137. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts +77 -0
  138. package/dist/commonjs/operationsInterfaces/deploymentOperations.d.ts.map +1 -0
  139. package/dist/commonjs/operationsInterfaces/deploymentOperations.js +10 -0
  140. package/dist/commonjs/operationsInterfaces/deploymentOperations.js.map +1 -0
  141. package/dist/commonjs/operationsInterfaces/deployments.d.ts +545 -0
  142. package/dist/commonjs/operationsInterfaces/deployments.d.ts.map +1 -0
  143. package/dist/commonjs/operationsInterfaces/deployments.js +10 -0
  144. package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -0
  145. package/dist/commonjs/operationsInterfaces/index.d.ts +9 -0
  146. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  147. package/dist/commonjs/operationsInterfaces/index.js +19 -0
  148. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  149. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  150. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  151. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  152. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  153. package/dist/commonjs/operationsInterfaces/providerResourceTypes.d.ts +11 -0
  154. package/dist/commonjs/operationsInterfaces/providerResourceTypes.d.ts.map +1 -0
  155. package/dist/commonjs/operationsInterfaces/providerResourceTypes.js +10 -0
  156. package/dist/commonjs/operationsInterfaces/providerResourceTypes.js.map +1 -0
  157. package/dist/commonjs/operationsInterfaces/providers.d.ts +53 -0
  158. package/dist/commonjs/operationsInterfaces/providers.d.ts.map +1 -0
  159. package/dist/commonjs/operationsInterfaces/providers.js +10 -0
  160. package/dist/commonjs/operationsInterfaces/providers.js.map +1 -0
  161. package/dist/commonjs/operationsInterfaces/resourceGroups.d.ts +70 -0
  162. package/dist/commonjs/operationsInterfaces/resourceGroups.d.ts.map +1 -0
  163. package/dist/commonjs/operationsInterfaces/resourceGroups.js +10 -0
  164. package/dist/commonjs/operationsInterfaces/resourceGroups.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/resources.d.ts +242 -0
  166. package/dist/commonjs/operationsInterfaces/resources.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/resources.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/resources.js.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/tagsOperations.d.ts +78 -0
  170. package/dist/commonjs/operationsInterfaces/tagsOperations.d.ts.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/tagsOperations.js +10 -0
  172. package/dist/commonjs/operationsInterfaces/tagsOperations.js.map +1 -0
  173. package/dist/commonjs/package.json +3 -0
  174. package/dist/commonjs/pagingHelper.d.ts +13 -0
  175. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  176. package/dist/commonjs/pagingHelper.js +36 -0
  177. package/dist/commonjs/pagingHelper.js.map +1 -0
  178. package/dist/commonjs/resourceManagementClient.d.ts +27 -0
  179. package/dist/commonjs/resourceManagementClient.d.ts.map +1 -0
  180. package/dist/commonjs/resourceManagementClient.js +109 -0
  181. package/dist/commonjs/resourceManagementClient.js.map +1 -0
  182. package/dist/esm/index.d.ts +5 -0
  183. package/dist/esm/index.d.ts.map +1 -0
  184. package/{src/index.ts → dist/esm/index.js} +5 -5
  185. package/dist/esm/index.js.map +1 -0
  186. package/dist/esm/lroImpl.d.ts +11 -0
  187. package/dist/esm/lroImpl.d.ts.map +1 -0
  188. package/dist/esm/lroImpl.js +14 -0
  189. package/dist/esm/lroImpl.js.map +1 -0
  190. package/dist/esm/models/index.d.ts +1977 -0
  191. package/dist/esm/models/index.d.ts.map +1 -0
  192. package/dist/esm/models/index.js +102 -0
  193. package/dist/esm/models/index.js.map +1 -0
  194. package/dist/esm/models/mappers.d.ts +88 -0
  195. package/dist/esm/models/mappers.d.ts.map +1 -0
  196. package/dist/esm/models/mappers.js +2749 -0
  197. package/dist/esm/models/mappers.js.map +1 -0
  198. package/dist/esm/models/parameters.d.ts +40 -0
  199. package/dist/esm/models/parameters.d.ts.map +1 -0
  200. package/dist/esm/models/parameters.js +346 -0
  201. package/dist/esm/models/parameters.js.map +1 -0
  202. package/dist/esm/operations/deploymentOperations.d.ts +168 -0
  203. package/dist/esm/operations/deploymentOperations.d.ts.map +1 -0
  204. package/dist/esm/operations/deploymentOperations.js +782 -0
  205. package/dist/esm/operations/deploymentOperations.js.map +1 -0
  206. package/dist/esm/operations/deployments.d.ts +628 -0
  207. package/dist/esm/operations/deployments.d.ts.map +1 -0
  208. package/dist/esm/operations/deployments.js +2766 -0
  209. package/dist/esm/operations/deployments.js.map +1 -0
  210. package/dist/esm/operations/index.d.ts +9 -0
  211. package/dist/esm/operations/index.d.ts.map +1 -0
  212. package/dist/esm/operations/index.js +16 -0
  213. package/dist/esm/operations/index.js.map +1 -0
  214. package/dist/esm/operations/operations.d.ts +32 -0
  215. package/dist/esm/operations/operations.d.ts.map +1 -0
  216. package/dist/esm/operations/operations.js +133 -0
  217. package/dist/esm/operations/operations.js.map +1 -0
  218. package/dist/esm/operations/providerResourceTypes.d.ts +19 -0
  219. package/dist/esm/operations/providerResourceTypes.d.ts.map +1 -0
  220. package/dist/esm/operations/providerResourceTypes.js +51 -0
  221. package/dist/esm/operations/providerResourceTypes.js.map +1 -0
  222. package/dist/esm/operations/providers.d.ts +87 -0
  223. package/dist/esm/operations/providers.d.ts.map +1 -0
  224. package/dist/esm/operations/providers.js +409 -0
  225. package/dist/esm/operations/providers.js.map +1 -0
  226. package/dist/esm/operations/resourceGroups.d.ts +91 -0
  227. package/dist/esm/operations/resourceGroups.d.ts.map +1 -0
  228. package/dist/esm/operations/resourceGroups.js +418 -0
  229. package/dist/esm/operations/resourceGroups.js.map +1 -0
  230. package/dist/esm/operations/resources.d.ts +278 -0
  231. package/dist/esm/operations/resources.d.ts.map +1 -0
  232. package/dist/esm/operations/resources.js +1128 -0
  233. package/dist/esm/operations/resources.js.map +1 -0
  234. package/dist/esm/operations/tagsOperations.d.ts +102 -0
  235. package/dist/esm/operations/tagsOperations.d.ts.map +1 -0
  236. package/dist/esm/operations/tagsOperations.js +375 -0
  237. package/dist/esm/operations/tagsOperations.js.map +1 -0
  238. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts +77 -0
  239. package/dist/esm/operationsInterfaces/deploymentOperations.d.ts.map +1 -0
  240. package/dist/esm/operationsInterfaces/deploymentOperations.js +9 -0
  241. package/dist/esm/operationsInterfaces/deploymentOperations.js.map +1 -0
  242. package/dist/esm/operationsInterfaces/deployments.d.ts +545 -0
  243. package/dist/esm/operationsInterfaces/deployments.d.ts.map +1 -0
  244. package/dist/esm/operationsInterfaces/deployments.js +9 -0
  245. package/dist/esm/operationsInterfaces/deployments.js.map +1 -0
  246. package/dist/esm/operationsInterfaces/index.d.ts +9 -0
  247. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  248. package/dist/esm/operationsInterfaces/index.js +16 -0
  249. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  250. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  251. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  252. package/dist/esm/operationsInterfaces/operations.js +9 -0
  253. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  254. package/dist/esm/operationsInterfaces/providerResourceTypes.d.ts +11 -0
  255. package/dist/esm/operationsInterfaces/providerResourceTypes.d.ts.map +1 -0
  256. package/dist/esm/operationsInterfaces/providerResourceTypes.js +9 -0
  257. package/dist/esm/operationsInterfaces/providerResourceTypes.js.map +1 -0
  258. package/dist/esm/operationsInterfaces/providers.d.ts +53 -0
  259. package/dist/esm/operationsInterfaces/providers.d.ts.map +1 -0
  260. package/dist/esm/operationsInterfaces/providers.js +9 -0
  261. package/dist/esm/operationsInterfaces/providers.js.map +1 -0
  262. package/dist/esm/operationsInterfaces/resourceGroups.d.ts +70 -0
  263. package/dist/esm/operationsInterfaces/resourceGroups.d.ts.map +1 -0
  264. package/dist/esm/operationsInterfaces/resourceGroups.js +9 -0
  265. package/dist/esm/operationsInterfaces/resourceGroups.js.map +1 -0
  266. package/dist/esm/operationsInterfaces/resources.d.ts +242 -0
  267. package/dist/esm/operationsInterfaces/resources.d.ts.map +1 -0
  268. package/dist/esm/operationsInterfaces/resources.js +9 -0
  269. package/dist/esm/operationsInterfaces/resources.js.map +1 -0
  270. package/dist/esm/operationsInterfaces/tagsOperations.d.ts +78 -0
  271. package/dist/esm/operationsInterfaces/tagsOperations.d.ts.map +1 -0
  272. package/dist/esm/operationsInterfaces/tagsOperations.js +9 -0
  273. package/dist/esm/operationsInterfaces/tagsOperations.js.map +1 -0
  274. package/dist/esm/package.json +3 -0
  275. package/dist/esm/pagingHelper.d.ts +13 -0
  276. package/dist/esm/pagingHelper.d.ts.map +1 -0
  277. package/dist/esm/pagingHelper.js +32 -0
  278. package/dist/esm/pagingHelper.js.map +1 -0
  279. package/dist/esm/resourceManagementClient.d.ts +27 -0
  280. package/dist/esm/resourceManagementClient.d.ts.map +1 -0
  281. package/dist/esm/resourceManagementClient.js +104 -0
  282. package/dist/esm/resourceManagementClient.js.map +1 -0
  283. package/dist/react-native/index.d.ts +5 -0
  284. package/dist/react-native/index.d.ts.map +1 -0
  285. package/dist/react-native/index.js +13 -0
  286. package/dist/react-native/index.js.map +1 -0
  287. package/dist/react-native/lroImpl.d.ts +11 -0
  288. package/dist/react-native/lroImpl.d.ts.map +1 -0
  289. package/dist/react-native/lroImpl.js +14 -0
  290. package/dist/react-native/lroImpl.js.map +1 -0
  291. package/dist/react-native/models/index.d.ts +1977 -0
  292. package/dist/react-native/models/index.d.ts.map +1 -0
  293. package/dist/react-native/models/index.js +102 -0
  294. package/dist/react-native/models/index.js.map +1 -0
  295. package/dist/react-native/models/mappers.d.ts +88 -0
  296. package/dist/react-native/models/mappers.d.ts.map +1 -0
  297. package/dist/react-native/models/mappers.js +2749 -0
  298. package/dist/react-native/models/mappers.js.map +1 -0
  299. package/dist/react-native/models/parameters.d.ts +40 -0
  300. package/dist/react-native/models/parameters.d.ts.map +1 -0
  301. package/dist/react-native/models/parameters.js +346 -0
  302. package/dist/react-native/models/parameters.js.map +1 -0
  303. package/dist/react-native/operations/deploymentOperations.d.ts +168 -0
  304. package/dist/react-native/operations/deploymentOperations.d.ts.map +1 -0
  305. package/dist/react-native/operations/deploymentOperations.js +782 -0
  306. package/dist/react-native/operations/deploymentOperations.js.map +1 -0
  307. package/dist/react-native/operations/deployments.d.ts +628 -0
  308. package/dist/react-native/operations/deployments.d.ts.map +1 -0
  309. package/dist/react-native/operations/deployments.js +2766 -0
  310. package/dist/react-native/operations/deployments.js.map +1 -0
  311. package/dist/react-native/operations/index.d.ts +9 -0
  312. package/dist/react-native/operations/index.d.ts.map +1 -0
  313. package/dist/react-native/operations/index.js +16 -0
  314. package/dist/react-native/operations/index.js.map +1 -0
  315. package/dist/react-native/operations/operations.d.ts +32 -0
  316. package/dist/react-native/operations/operations.d.ts.map +1 -0
  317. package/dist/react-native/operations/operations.js +133 -0
  318. package/dist/react-native/operations/operations.js.map +1 -0
  319. package/dist/react-native/operations/providerResourceTypes.d.ts +19 -0
  320. package/dist/react-native/operations/providerResourceTypes.d.ts.map +1 -0
  321. package/dist/react-native/operations/providerResourceTypes.js +51 -0
  322. package/dist/react-native/operations/providerResourceTypes.js.map +1 -0
  323. package/dist/react-native/operations/providers.d.ts +87 -0
  324. package/dist/react-native/operations/providers.d.ts.map +1 -0
  325. package/dist/react-native/operations/providers.js +409 -0
  326. package/dist/react-native/operations/providers.js.map +1 -0
  327. package/dist/react-native/operations/resourceGroups.d.ts +91 -0
  328. package/dist/react-native/operations/resourceGroups.d.ts.map +1 -0
  329. package/dist/react-native/operations/resourceGroups.js +418 -0
  330. package/dist/react-native/operations/resourceGroups.js.map +1 -0
  331. package/dist/react-native/operations/resources.d.ts +278 -0
  332. package/dist/react-native/operations/resources.d.ts.map +1 -0
  333. package/dist/react-native/operations/resources.js +1128 -0
  334. package/dist/react-native/operations/resources.js.map +1 -0
  335. package/dist/react-native/operations/tagsOperations.d.ts +102 -0
  336. package/dist/react-native/operations/tagsOperations.d.ts.map +1 -0
  337. package/dist/react-native/operations/tagsOperations.js +375 -0
  338. package/dist/react-native/operations/tagsOperations.js.map +1 -0
  339. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts +77 -0
  340. package/dist/react-native/operationsInterfaces/deploymentOperations.d.ts.map +1 -0
  341. package/dist/react-native/operationsInterfaces/deploymentOperations.js +9 -0
  342. package/dist/react-native/operationsInterfaces/deploymentOperations.js.map +1 -0
  343. package/dist/react-native/operationsInterfaces/deployments.d.ts +545 -0
  344. package/dist/react-native/operationsInterfaces/deployments.d.ts.map +1 -0
  345. package/dist/react-native/operationsInterfaces/deployments.js +9 -0
  346. package/dist/react-native/operationsInterfaces/deployments.js.map +1 -0
  347. package/dist/react-native/operationsInterfaces/index.d.ts +9 -0
  348. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  349. package/dist/react-native/operationsInterfaces/index.js +16 -0
  350. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  351. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  352. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  353. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  354. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  355. package/dist/react-native/operationsInterfaces/providerResourceTypes.d.ts +11 -0
  356. package/dist/react-native/operationsInterfaces/providerResourceTypes.d.ts.map +1 -0
  357. package/dist/react-native/operationsInterfaces/providerResourceTypes.js +9 -0
  358. package/dist/react-native/operationsInterfaces/providerResourceTypes.js.map +1 -0
  359. package/dist/react-native/operationsInterfaces/providers.d.ts +53 -0
  360. package/dist/react-native/operationsInterfaces/providers.d.ts.map +1 -0
  361. package/dist/react-native/operationsInterfaces/providers.js +9 -0
  362. package/dist/react-native/operationsInterfaces/providers.js.map +1 -0
  363. package/dist/react-native/operationsInterfaces/resourceGroups.d.ts +70 -0
  364. package/dist/react-native/operationsInterfaces/resourceGroups.d.ts.map +1 -0
  365. package/dist/react-native/operationsInterfaces/resourceGroups.js +9 -0
  366. package/dist/react-native/operationsInterfaces/resourceGroups.js.map +1 -0
  367. package/dist/react-native/operationsInterfaces/resources.d.ts +242 -0
  368. package/dist/react-native/operationsInterfaces/resources.d.ts.map +1 -0
  369. package/dist/react-native/operationsInterfaces/resources.js +9 -0
  370. package/dist/react-native/operationsInterfaces/resources.js.map +1 -0
  371. package/dist/react-native/operationsInterfaces/tagsOperations.d.ts +78 -0
  372. package/dist/react-native/operationsInterfaces/tagsOperations.d.ts.map +1 -0
  373. package/dist/react-native/operationsInterfaces/tagsOperations.js +9 -0
  374. package/dist/react-native/operationsInterfaces/tagsOperations.js.map +1 -0
  375. package/dist/react-native/package.json +3 -0
  376. package/dist/react-native/pagingHelper.d.ts +13 -0
  377. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  378. package/dist/react-native/pagingHelper.js +32 -0
  379. package/dist/react-native/pagingHelper.js.map +1 -0
  380. package/dist/react-native/resourceManagementClient.d.ts +27 -0
  381. package/dist/react-native/resourceManagementClient.d.ts.map +1 -0
  382. package/dist/react-native/resourceManagementClient.js +104 -0
  383. package/dist/react-native/resourceManagementClient.js.map +1 -0
  384. package/package.json +67 -36
  385. package/dist/index.js +0 -9600
  386. package/dist/index.js.map +0 -1
  387. package/dist/index.min.js +0 -1
  388. package/dist/index.min.js.map +0 -1
  389. package/dist-esm/samples-dev/deploymentsCalculateTemplateHashSample.d.ts +0 -2
  390. package/dist-esm/samples-dev/deploymentsCalculateTemplateHashSample.d.ts.map +0 -1
  391. package/dist-esm/samples-dev/deploymentsCalculateTemplateHashSample.js +0 -48
  392. package/dist-esm/samples-dev/deploymentsCalculateTemplateHashSample.js.map +0 -1
  393. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtManagementGroupScopeSample.d.ts +0 -2
  394. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtManagementGroupScopeSample.d.ts.map +0 -1
  395. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtManagementGroupScopeSample.js +0 -37
  396. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtManagementGroupScopeSample.js.map +0 -1
  397. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtScopeSample.d.ts +0 -2
  398. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtScopeSample.d.ts.map +0 -1
  399. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtScopeSample.js +0 -38
  400. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtScopeSample.js.map +0 -1
  401. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtSubscriptionScopeSample.d.ts +0 -2
  402. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtSubscriptionScopeSample.d.ts.map +0 -1
  403. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtSubscriptionScopeSample.js +0 -38
  404. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtSubscriptionScopeSample.js.map +0 -1
  405. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtTenantScopeSample.d.ts +0 -2
  406. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtTenantScopeSample.d.ts.map +0 -1
  407. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtTenantScopeSample.js +0 -37
  408. package/dist-esm/samples-dev/deploymentsCreateOrUpdateAtTenantScopeSample.js.map +0 -1
  409. package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.d.ts +0 -2
  410. package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.d.ts.map +0 -1
  411. package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.js +0 -121
  412. package/dist-esm/samples-dev/deploymentsCreateOrUpdateSample.js.map +0 -1
  413. package/dist-esm/samples-dev/deploymentsWhatIfAtManagementGroupScopeSample.d.ts +0 -2
  414. package/dist-esm/samples-dev/deploymentsWhatIfAtManagementGroupScopeSample.d.ts.map +0 -1
  415. package/dist-esm/samples-dev/deploymentsWhatIfAtManagementGroupScopeSample.js +0 -33
  416. package/dist-esm/samples-dev/deploymentsWhatIfAtManagementGroupScopeSample.js.map +0 -1
  417. package/dist-esm/samples-dev/deploymentsWhatIfAtSubscriptionScopeSample.d.ts +0 -2
  418. package/dist-esm/samples-dev/deploymentsWhatIfAtSubscriptionScopeSample.d.ts.map +0 -1
  419. package/dist-esm/samples-dev/deploymentsWhatIfAtSubscriptionScopeSample.js +0 -32
  420. package/dist-esm/samples-dev/deploymentsWhatIfAtSubscriptionScopeSample.js.map +0 -1
  421. package/dist-esm/samples-dev/deploymentsWhatIfAtTenantScopeSample.d.ts +0 -2
  422. package/dist-esm/samples-dev/deploymentsWhatIfAtTenantScopeSample.d.ts.map +0 -1
  423. package/dist-esm/samples-dev/deploymentsWhatIfAtTenantScopeSample.js +0 -32
  424. package/dist-esm/samples-dev/deploymentsWhatIfAtTenantScopeSample.js.map +0 -1
  425. package/dist-esm/samples-dev/deploymentsWhatIfSample.d.ts +0 -2
  426. package/dist-esm/samples-dev/deploymentsWhatIfSample.d.ts.map +0 -1
  427. package/dist-esm/samples-dev/deploymentsWhatIfSample.js +0 -32
  428. package/dist-esm/samples-dev/deploymentsWhatIfSample.js.map +0 -1
  429. package/dist-esm/samples-dev/providerResourceTypesListSample.d.ts +0 -2
  430. package/dist-esm/samples-dev/providerResourceTypesListSample.d.ts.map +0 -1
  431. package/dist-esm/samples-dev/providerResourceTypesListSample.js +0 -35
  432. package/dist-esm/samples-dev/providerResourceTypesListSample.js.map +0 -1
  433. package/dist-esm/samples-dev/providersGetAtTenantScopeSample.d.ts +0 -2
  434. package/dist-esm/samples-dev/providersGetAtTenantScopeSample.d.ts.map +0 -1
  435. package/dist-esm/samples-dev/providersGetAtTenantScopeSample.js +0 -30
  436. package/dist-esm/samples-dev/providersGetAtTenantScopeSample.js.map +0 -1
  437. package/dist-esm/samples-dev/providersGetSample.d.ts +0 -2
  438. package/dist-esm/samples-dev/providersGetSample.d.ts.map +0 -1
  439. package/dist-esm/samples-dev/providersGetSample.js +0 -35
  440. package/dist-esm/samples-dev/providersGetSample.js.map +0 -1
  441. package/dist-esm/samples-dev/providersListSample.d.ts +0 -2
  442. package/dist-esm/samples-dev/providersListSample.d.ts.map +0 -1
  443. package/dist-esm/samples-dev/providersListSample.js +0 -50
  444. package/dist-esm/samples-dev/providersListSample.js.map +0 -1
  445. package/dist-esm/samples-dev/providersProviderPermissionsSample.d.ts +0 -2
  446. package/dist-esm/samples-dev/providersProviderPermissionsSample.d.ts.map +0 -1
  447. package/dist-esm/samples-dev/providersProviderPermissionsSample.js +0 -35
  448. package/dist-esm/samples-dev/providersProviderPermissionsSample.js.map +0 -1
  449. package/dist-esm/samples-dev/resourceGroupsCreateOrUpdateSample.d.ts +0 -2
  450. package/dist-esm/samples-dev/resourceGroupsCreateOrUpdateSample.d.ts.map +0 -1
  451. package/dist-esm/samples-dev/resourceGroupsCreateOrUpdateSample.js +0 -29
  452. package/dist-esm/samples-dev/resourceGroupsCreateOrUpdateSample.js.map +0 -1
  453. package/dist-esm/samples-dev/resourceGroupsDeleteSample.d.ts +0 -2
  454. package/dist-esm/samples-dev/resourceGroupsDeleteSample.d.ts.map +0 -1
  455. package/dist-esm/samples-dev/resourceGroupsDeleteSample.js +0 -49
  456. package/dist-esm/samples-dev/resourceGroupsDeleteSample.js.map +0 -1
  457. package/dist-esm/samples-dev/resourceGroupsExportTemplateSample.d.ts +0 -2
  458. package/dist-esm/samples-dev/resourceGroupsExportTemplateSample.d.ts.map +0 -1
  459. package/dist-esm/samples-dev/resourceGroupsExportTemplateSample.js +0 -55
  460. package/dist-esm/samples-dev/resourceGroupsExportTemplateSample.js.map +0 -1
  461. package/dist-esm/samples-dev/tagsCreateOrUpdateAtScopeSample.d.ts +0 -2
  462. package/dist-esm/samples-dev/tagsCreateOrUpdateAtScopeSample.d.ts.map +0 -1
  463. package/dist-esm/samples-dev/tagsCreateOrUpdateAtScopeSample.js +0 -51
  464. package/dist-esm/samples-dev/tagsCreateOrUpdateAtScopeSample.js.map +0 -1
  465. package/dist-esm/samples-dev/tagsGetAtScopeSample.d.ts +0 -2
  466. package/dist-esm/samples-dev/tagsGetAtScopeSample.d.ts.map +0 -1
  467. package/dist-esm/samples-dev/tagsGetAtScopeSample.js +0 -52
  468. package/dist-esm/samples-dev/tagsGetAtScopeSample.js.map +0 -1
  469. package/dist-esm/src/index.d.ts +0 -5
  470. package/dist-esm/src/index.js.map +0 -1
  471. package/dist-esm/src/lroImpl.js.map +0 -1
  472. package/dist-esm/src/models/index.js.map +0 -1
  473. package/dist-esm/src/models/mappers.js.map +0 -1
  474. package/dist-esm/src/models/parameters.js.map +0 -1
  475. package/dist-esm/src/operations/deploymentOperations.d.ts.map +0 -1
  476. package/dist-esm/src/operations/deploymentOperations.js.map +0 -1
  477. package/dist-esm/src/operations/deployments.d.ts.map +0 -1
  478. package/dist-esm/src/operations/deployments.js.map +0 -1
  479. package/dist-esm/src/operations/index.d.ts +0 -9
  480. package/dist-esm/src/operations/index.d.ts.map +0 -1
  481. package/dist-esm/src/operations/index.js +0 -16
  482. package/dist-esm/src/operations/index.js.map +0 -1
  483. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  484. package/dist-esm/src/operations/operations.js.map +0 -1
  485. package/dist-esm/src/operations/providerResourceTypes.d.ts.map +0 -1
  486. package/dist-esm/src/operations/providerResourceTypes.js.map +0 -1
  487. package/dist-esm/src/operations/providers.d.ts.map +0 -1
  488. package/dist-esm/src/operations/providers.js.map +0 -1
  489. package/dist-esm/src/operations/resourceGroups.d.ts.map +0 -1
  490. package/dist-esm/src/operations/resourceGroups.js.map +0 -1
  491. package/dist-esm/src/operations/resources.d.ts.map +0 -1
  492. package/dist-esm/src/operations/resources.js.map +0 -1
  493. package/dist-esm/src/operations/tagsOperations.d.ts.map +0 -1
  494. package/dist-esm/src/operations/tagsOperations.js.map +0 -1
  495. package/dist-esm/src/operationsInterfaces/deploymentOperations.d.ts.map +0 -1
  496. package/dist-esm/src/operationsInterfaces/deploymentOperations.js.map +0 -1
  497. package/dist-esm/src/operationsInterfaces/deployments.d.ts.map +0 -1
  498. package/dist-esm/src/operationsInterfaces/deployments.js.map +0 -1
  499. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -9
  500. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  501. package/dist-esm/src/operationsInterfaces/index.js +0 -16
  502. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  503. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  504. package/dist-esm/src/operationsInterfaces/providerResourceTypes.js.map +0 -1
  505. package/dist-esm/src/operationsInterfaces/providers.d.ts.map +0 -1
  506. package/dist-esm/src/operationsInterfaces/providers.js.map +0 -1
  507. package/dist-esm/src/operationsInterfaces/resourceGroups.d.ts.map +0 -1
  508. package/dist-esm/src/operationsInterfaces/resourceGroups.js.map +0 -1
  509. package/dist-esm/src/operationsInterfaces/resources.d.ts.map +0 -1
  510. package/dist-esm/src/operationsInterfaces/resources.js.map +0 -1
  511. package/dist-esm/src/operationsInterfaces/tagsOperations.d.ts.map +0 -1
  512. package/dist-esm/src/operationsInterfaces/tagsOperations.js.map +0 -1
  513. package/dist-esm/src/pagingHelper.js.map +0 -1
  514. package/dist-esm/src/resourceManagementClient.d.ts.map +0 -1
  515. package/dist-esm/src/resourceManagementClient.js.map +0 -1
  516. package/dist-esm/test/cae_mock_test.d.ts +0 -2
  517. package/dist-esm/test/cae_mock_test.d.ts.map +0 -1
  518. package/dist-esm/test/cae_mock_test.js +0 -120
  519. package/dist-esm/test/cae_mock_test.js.map +0 -1
  520. package/dist-esm/test/resources_examples.d.ts +0 -4
  521. package/dist-esm/test/resources_examples.d.ts.map +0 -1
  522. package/dist-esm/test/resources_examples.js +0 -225
  523. package/dist-esm/test/resources_examples.js.map +0 -1
  524. package/src/lroImpl.ts +0 -38
  525. package/src/models/index.ts +0 -2347
  526. package/src/models/mappers.ts +0 -2852
  527. package/src/models/parameters.ts +0 -402
  528. package/src/operations/deploymentOperations.ts +0 -1016
  529. package/src/operations/deployments.ts +0 -3849
  530. package/src/operations/index.ts +0 -16
  531. package/src/operations/operations.ts +0 -149
  532. package/src/operations/providerResourceTypes.ts +0 -69
  533. package/src/operations/providers.ts +0 -493
  534. package/src/operations/resourceGroups.ts +0 -546
  535. package/src/operations/resources.ts +0 -1568
  536. package/src/operations/tagsOperations.ts +0 -463
  537. package/src/operationsInterfaces/deploymentOperations.ts +0 -144
  538. package/src/operationsInterfaces/deployments.ts +0 -957
  539. package/src/operationsInterfaces/index.ts +0 -16
  540. package/src/operationsInterfaces/operations.ts +0 -22
  541. package/src/operationsInterfaces/providerResourceTypes.ts +0 -25
  542. package/src/operationsInterfaces/providers.ts +0 -100
  543. package/src/operationsInterfaces/resourceGroups.ts +0 -130
  544. package/src/operationsInterfaces/resources.ts +0 -422
  545. package/src/operationsInterfaces/tagsOperations.ts +0 -132
  546. package/src/pagingHelper.ts +0 -39
  547. package/src/resourceManagementClient.ts +0 -172
  548. package/tsconfig.json +0 -33
  549. package/types/arm-resources.d.ts +0 -3398
  550. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  551. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  552. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  553. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  554. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  555. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  556. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  557. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  558. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  559. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  560. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  561. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deploymentOperations.js +0 -0
  562. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deployments.js +0 -0
  563. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  564. /package/{dist-esm/src → dist/browser}/operationsInterfaces/providerResourceTypes.js +0 -0
  565. /package/{dist-esm/src → dist/browser}/operationsInterfaces/providers.js +0 -0
  566. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourceGroups.js +0 -0
  567. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resources.js +0 -0
  568. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tagsOperations.js +0 -0
  569. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  570. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  571. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  572. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,957 +0,0 @@
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
-
9
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
10
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
11
- import {
12
- DeploymentExtended,
13
- DeploymentsListAtScopeOptionalParams,
14
- DeploymentsListAtTenantScopeOptionalParams,
15
- DeploymentsListAtManagementGroupScopeOptionalParams,
16
- DeploymentsListAtSubscriptionScopeOptionalParams,
17
- DeploymentsListByResourceGroupOptionalParams,
18
- DeploymentsDeleteAtScopeOptionalParams,
19
- DeploymentsCheckExistenceAtScopeOptionalParams,
20
- DeploymentsCheckExistenceAtScopeResponse,
21
- Deployment,
22
- DeploymentsCreateOrUpdateAtScopeOptionalParams,
23
- DeploymentsCreateOrUpdateAtScopeResponse,
24
- DeploymentsGetAtScopeOptionalParams,
25
- DeploymentsGetAtScopeResponse,
26
- DeploymentsCancelAtScopeOptionalParams,
27
- DeploymentsValidateAtScopeOptionalParams,
28
- DeploymentsValidateAtScopeResponse,
29
- DeploymentsExportTemplateAtScopeOptionalParams,
30
- DeploymentsExportTemplateAtScopeResponse,
31
- DeploymentsDeleteAtTenantScopeOptionalParams,
32
- DeploymentsCheckExistenceAtTenantScopeOptionalParams,
33
- DeploymentsCheckExistenceAtTenantScopeResponse,
34
- ScopedDeployment,
35
- DeploymentsCreateOrUpdateAtTenantScopeOptionalParams,
36
- DeploymentsCreateOrUpdateAtTenantScopeResponse,
37
- DeploymentsGetAtTenantScopeOptionalParams,
38
- DeploymentsGetAtTenantScopeResponse,
39
- DeploymentsCancelAtTenantScopeOptionalParams,
40
- DeploymentsValidateAtTenantScopeOptionalParams,
41
- DeploymentsValidateAtTenantScopeResponse,
42
- ScopedDeploymentWhatIf,
43
- DeploymentsWhatIfAtTenantScopeOptionalParams,
44
- DeploymentsWhatIfAtTenantScopeResponse,
45
- DeploymentsExportTemplateAtTenantScopeOptionalParams,
46
- DeploymentsExportTemplateAtTenantScopeResponse,
47
- DeploymentsDeleteAtManagementGroupScopeOptionalParams,
48
- DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams,
49
- DeploymentsCheckExistenceAtManagementGroupScopeResponse,
50
- DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams,
51
- DeploymentsCreateOrUpdateAtManagementGroupScopeResponse,
52
- DeploymentsGetAtManagementGroupScopeOptionalParams,
53
- DeploymentsGetAtManagementGroupScopeResponse,
54
- DeploymentsCancelAtManagementGroupScopeOptionalParams,
55
- DeploymentsValidateAtManagementGroupScopeOptionalParams,
56
- DeploymentsValidateAtManagementGroupScopeResponse,
57
- DeploymentsWhatIfAtManagementGroupScopeOptionalParams,
58
- DeploymentsWhatIfAtManagementGroupScopeResponse,
59
- DeploymentsExportTemplateAtManagementGroupScopeOptionalParams,
60
- DeploymentsExportTemplateAtManagementGroupScopeResponse,
61
- DeploymentsDeleteAtSubscriptionScopeOptionalParams,
62
- DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams,
63
- DeploymentsCheckExistenceAtSubscriptionScopeResponse,
64
- DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams,
65
- DeploymentsCreateOrUpdateAtSubscriptionScopeResponse,
66
- DeploymentsGetAtSubscriptionScopeOptionalParams,
67
- DeploymentsGetAtSubscriptionScopeResponse,
68
- DeploymentsCancelAtSubscriptionScopeOptionalParams,
69
- DeploymentsValidateAtSubscriptionScopeOptionalParams,
70
- DeploymentsValidateAtSubscriptionScopeResponse,
71
- DeploymentWhatIf,
72
- DeploymentsWhatIfAtSubscriptionScopeOptionalParams,
73
- DeploymentsWhatIfAtSubscriptionScopeResponse,
74
- DeploymentsExportTemplateAtSubscriptionScopeOptionalParams,
75
- DeploymentsExportTemplateAtSubscriptionScopeResponse,
76
- DeploymentsDeleteOptionalParams,
77
- DeploymentsCheckExistenceOptionalParams,
78
- DeploymentsCheckExistenceResponse,
79
- DeploymentsCreateOrUpdateOptionalParams,
80
- DeploymentsCreateOrUpdateResponse,
81
- DeploymentsGetOptionalParams,
82
- DeploymentsGetResponse,
83
- DeploymentsCancelOptionalParams,
84
- DeploymentsValidateOptionalParams,
85
- DeploymentsValidateResponse,
86
- DeploymentsWhatIfOptionalParams,
87
- DeploymentsWhatIfResponse,
88
- DeploymentsExportTemplateOptionalParams,
89
- DeploymentsExportTemplateResponse,
90
- DeploymentsCalculateTemplateHashOptionalParams,
91
- DeploymentsCalculateTemplateHashResponse
92
- } from "../models";
93
-
94
- /// <reference lib="esnext.asynciterable" />
95
- /** Interface representing a Deployments. */
96
- export interface Deployments {
97
- /**
98
- * Get all the deployments at the given scope.
99
- * @param scope The resource scope.
100
- * @param options The options parameters.
101
- */
102
- listAtScope(
103
- scope: string,
104
- options?: DeploymentsListAtScopeOptionalParams
105
- ): PagedAsyncIterableIterator<DeploymentExtended>;
106
- /**
107
- * Get all the deployments at the tenant scope.
108
- * @param options The options parameters.
109
- */
110
- listAtTenantScope(
111
- options?: DeploymentsListAtTenantScopeOptionalParams
112
- ): PagedAsyncIterableIterator<DeploymentExtended>;
113
- /**
114
- * Get all the deployments for a management group.
115
- * @param groupId The management group ID.
116
- * @param options The options parameters.
117
- */
118
- listAtManagementGroupScope(
119
- groupId: string,
120
- options?: DeploymentsListAtManagementGroupScopeOptionalParams
121
- ): PagedAsyncIterableIterator<DeploymentExtended>;
122
- /**
123
- * Get all the deployments for a subscription.
124
- * @param options The options parameters.
125
- */
126
- listAtSubscriptionScope(
127
- options?: DeploymentsListAtSubscriptionScopeOptionalParams
128
- ): PagedAsyncIterableIterator<DeploymentExtended>;
129
- /**
130
- * Get all the deployments for a resource group.
131
- * @param resourceGroupName The name of the resource group with the deployments to get. The name is
132
- * case insensitive.
133
- * @param options The options parameters.
134
- */
135
- listByResourceGroup(
136
- resourceGroupName: string,
137
- options?: DeploymentsListByResourceGroupOptionalParams
138
- ): PagedAsyncIterableIterator<DeploymentExtended>;
139
- /**
140
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
141
- * removes the associated deployment operations. This is an asynchronous operation that returns a
142
- * status of 202 until the template deployment is successfully deleted. The Location response header
143
- * contains the URI that is used to obtain the status of the process. While the process is running, a
144
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
145
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
146
- * URI in the Location header returns an error-level status code.
147
- * @param scope The resource scope.
148
- * @param deploymentName The name of the deployment.
149
- * @param options The options parameters.
150
- */
151
- beginDeleteAtScope(
152
- scope: string,
153
- deploymentName: string,
154
- options?: DeploymentsDeleteAtScopeOptionalParams
155
- ): Promise<SimplePollerLike<OperationState<void>, void>>;
156
- /**
157
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
158
- * removes the associated deployment operations. This is an asynchronous operation that returns a
159
- * status of 202 until the template deployment is successfully deleted. The Location response header
160
- * contains the URI that is used to obtain the status of the process. While the process is running, a
161
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
162
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
163
- * URI in the Location header returns an error-level status code.
164
- * @param scope The resource scope.
165
- * @param deploymentName The name of the deployment.
166
- * @param options The options parameters.
167
- */
168
- beginDeleteAtScopeAndWait(
169
- scope: string,
170
- deploymentName: string,
171
- options?: DeploymentsDeleteAtScopeOptionalParams
172
- ): Promise<void>;
173
- /**
174
- * Checks whether the deployment exists.
175
- * @param scope The resource scope.
176
- * @param deploymentName The name of the deployment.
177
- * @param options The options parameters.
178
- */
179
- checkExistenceAtScope(
180
- scope: string,
181
- deploymentName: string,
182
- options?: DeploymentsCheckExistenceAtScopeOptionalParams
183
- ): Promise<DeploymentsCheckExistenceAtScopeResponse>;
184
- /**
185
- * You can provide the template and parameters directly in the request or link to JSON files.
186
- * @param scope The resource scope.
187
- * @param deploymentName The name of the deployment.
188
- * @param parameters Additional parameters supplied to the operation.
189
- * @param options The options parameters.
190
- */
191
- beginCreateOrUpdateAtScope(
192
- scope: string,
193
- deploymentName: string,
194
- parameters: Deployment,
195
- options?: DeploymentsCreateOrUpdateAtScopeOptionalParams
196
- ): Promise<
197
- SimplePollerLike<
198
- OperationState<DeploymentsCreateOrUpdateAtScopeResponse>,
199
- DeploymentsCreateOrUpdateAtScopeResponse
200
- >
201
- >;
202
- /**
203
- * You can provide the template and parameters directly in the request or link to JSON files.
204
- * @param scope The resource scope.
205
- * @param deploymentName The name of the deployment.
206
- * @param parameters Additional parameters supplied to the operation.
207
- * @param options The options parameters.
208
- */
209
- beginCreateOrUpdateAtScopeAndWait(
210
- scope: string,
211
- deploymentName: string,
212
- parameters: Deployment,
213
- options?: DeploymentsCreateOrUpdateAtScopeOptionalParams
214
- ): Promise<DeploymentsCreateOrUpdateAtScopeResponse>;
215
- /**
216
- * Gets a deployment.
217
- * @param scope The resource scope.
218
- * @param deploymentName The name of the deployment.
219
- * @param options The options parameters.
220
- */
221
- getAtScope(
222
- scope: string,
223
- deploymentName: string,
224
- options?: DeploymentsGetAtScopeOptionalParams
225
- ): Promise<DeploymentsGetAtScopeResponse>;
226
- /**
227
- * You can cancel a deployment only if the provisioningState is Accepted or Running. After the
228
- * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment
229
- * stops the currently running template deployment and leaves the resources partially deployed.
230
- * @param scope The resource scope.
231
- * @param deploymentName The name of the deployment.
232
- * @param options The options parameters.
233
- */
234
- cancelAtScope(
235
- scope: string,
236
- deploymentName: string,
237
- options?: DeploymentsCancelAtScopeOptionalParams
238
- ): Promise<void>;
239
- /**
240
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
241
- * Resource Manager..
242
- * @param scope The resource scope.
243
- * @param deploymentName The name of the deployment.
244
- * @param parameters Parameters to validate.
245
- * @param options The options parameters.
246
- */
247
- beginValidateAtScope(
248
- scope: string,
249
- deploymentName: string,
250
- parameters: Deployment,
251
- options?: DeploymentsValidateAtScopeOptionalParams
252
- ): Promise<
253
- SimplePollerLike<
254
- OperationState<DeploymentsValidateAtScopeResponse>,
255
- DeploymentsValidateAtScopeResponse
256
- >
257
- >;
258
- /**
259
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
260
- * Resource Manager..
261
- * @param scope The resource scope.
262
- * @param deploymentName The name of the deployment.
263
- * @param parameters Parameters to validate.
264
- * @param options The options parameters.
265
- */
266
- beginValidateAtScopeAndWait(
267
- scope: string,
268
- deploymentName: string,
269
- parameters: Deployment,
270
- options?: DeploymentsValidateAtScopeOptionalParams
271
- ): Promise<DeploymentsValidateAtScopeResponse>;
272
- /**
273
- * Exports the template used for specified deployment.
274
- * @param scope The resource scope.
275
- * @param deploymentName The name of the deployment.
276
- * @param options The options parameters.
277
- */
278
- exportTemplateAtScope(
279
- scope: string,
280
- deploymentName: string,
281
- options?: DeploymentsExportTemplateAtScopeOptionalParams
282
- ): Promise<DeploymentsExportTemplateAtScopeResponse>;
283
- /**
284
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
285
- * removes the associated deployment operations. This is an asynchronous operation that returns a
286
- * status of 202 until the template deployment is successfully deleted. The Location response header
287
- * contains the URI that is used to obtain the status of the process. While the process is running, a
288
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
289
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
290
- * URI in the Location header returns an error-level status code.
291
- * @param deploymentName The name of the deployment.
292
- * @param options The options parameters.
293
- */
294
- beginDeleteAtTenantScope(
295
- deploymentName: string,
296
- options?: DeploymentsDeleteAtTenantScopeOptionalParams
297
- ): Promise<SimplePollerLike<OperationState<void>, void>>;
298
- /**
299
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
300
- * removes the associated deployment operations. This is an asynchronous operation that returns a
301
- * status of 202 until the template deployment is successfully deleted. The Location response header
302
- * contains the URI that is used to obtain the status of the process. While the process is running, a
303
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
304
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
305
- * URI in the Location header returns an error-level status code.
306
- * @param deploymentName The name of the deployment.
307
- * @param options The options parameters.
308
- */
309
- beginDeleteAtTenantScopeAndWait(
310
- deploymentName: string,
311
- options?: DeploymentsDeleteAtTenantScopeOptionalParams
312
- ): Promise<void>;
313
- /**
314
- * Checks whether the deployment exists.
315
- * @param deploymentName The name of the deployment.
316
- * @param options The options parameters.
317
- */
318
- checkExistenceAtTenantScope(
319
- deploymentName: string,
320
- options?: DeploymentsCheckExistenceAtTenantScopeOptionalParams
321
- ): Promise<DeploymentsCheckExistenceAtTenantScopeResponse>;
322
- /**
323
- * You can provide the template and parameters directly in the request or link to JSON files.
324
- * @param deploymentName The name of the deployment.
325
- * @param parameters Additional parameters supplied to the operation.
326
- * @param options The options parameters.
327
- */
328
- beginCreateOrUpdateAtTenantScope(
329
- deploymentName: string,
330
- parameters: ScopedDeployment,
331
- options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams
332
- ): Promise<
333
- SimplePollerLike<
334
- OperationState<DeploymentsCreateOrUpdateAtTenantScopeResponse>,
335
- DeploymentsCreateOrUpdateAtTenantScopeResponse
336
- >
337
- >;
338
- /**
339
- * You can provide the template and parameters directly in the request or link to JSON files.
340
- * @param deploymentName The name of the deployment.
341
- * @param parameters Additional parameters supplied to the operation.
342
- * @param options The options parameters.
343
- */
344
- beginCreateOrUpdateAtTenantScopeAndWait(
345
- deploymentName: string,
346
- parameters: ScopedDeployment,
347
- options?: DeploymentsCreateOrUpdateAtTenantScopeOptionalParams
348
- ): Promise<DeploymentsCreateOrUpdateAtTenantScopeResponse>;
349
- /**
350
- * Gets a deployment.
351
- * @param deploymentName The name of the deployment.
352
- * @param options The options parameters.
353
- */
354
- getAtTenantScope(
355
- deploymentName: string,
356
- options?: DeploymentsGetAtTenantScopeOptionalParams
357
- ): Promise<DeploymentsGetAtTenantScopeResponse>;
358
- /**
359
- * You can cancel a deployment only if the provisioningState is Accepted or Running. After the
360
- * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment
361
- * stops the currently running template deployment and leaves the resources partially deployed.
362
- * @param deploymentName The name of the deployment.
363
- * @param options The options parameters.
364
- */
365
- cancelAtTenantScope(
366
- deploymentName: string,
367
- options?: DeploymentsCancelAtTenantScopeOptionalParams
368
- ): Promise<void>;
369
- /**
370
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
371
- * Resource Manager..
372
- * @param deploymentName The name of the deployment.
373
- * @param parameters Parameters to validate.
374
- * @param options The options parameters.
375
- */
376
- beginValidateAtTenantScope(
377
- deploymentName: string,
378
- parameters: ScopedDeployment,
379
- options?: DeploymentsValidateAtTenantScopeOptionalParams
380
- ): Promise<
381
- SimplePollerLike<
382
- OperationState<DeploymentsValidateAtTenantScopeResponse>,
383
- DeploymentsValidateAtTenantScopeResponse
384
- >
385
- >;
386
- /**
387
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
388
- * Resource Manager..
389
- * @param deploymentName The name of the deployment.
390
- * @param parameters Parameters to validate.
391
- * @param options The options parameters.
392
- */
393
- beginValidateAtTenantScopeAndWait(
394
- deploymentName: string,
395
- parameters: ScopedDeployment,
396
- options?: DeploymentsValidateAtTenantScopeOptionalParams
397
- ): Promise<DeploymentsValidateAtTenantScopeResponse>;
398
- /**
399
- * Returns changes that will be made by the deployment if executed at the scope of the tenant group.
400
- * @param deploymentName The name of the deployment.
401
- * @param parameters Parameters to validate.
402
- * @param options The options parameters.
403
- */
404
- beginWhatIfAtTenantScope(
405
- deploymentName: string,
406
- parameters: ScopedDeploymentWhatIf,
407
- options?: DeploymentsWhatIfAtTenantScopeOptionalParams
408
- ): Promise<
409
- SimplePollerLike<
410
- OperationState<DeploymentsWhatIfAtTenantScopeResponse>,
411
- DeploymentsWhatIfAtTenantScopeResponse
412
- >
413
- >;
414
- /**
415
- * Returns changes that will be made by the deployment if executed at the scope of the tenant group.
416
- * @param deploymentName The name of the deployment.
417
- * @param parameters Parameters to validate.
418
- * @param options The options parameters.
419
- */
420
- beginWhatIfAtTenantScopeAndWait(
421
- deploymentName: string,
422
- parameters: ScopedDeploymentWhatIf,
423
- options?: DeploymentsWhatIfAtTenantScopeOptionalParams
424
- ): Promise<DeploymentsWhatIfAtTenantScopeResponse>;
425
- /**
426
- * Exports the template used for specified deployment.
427
- * @param deploymentName The name of the deployment.
428
- * @param options The options parameters.
429
- */
430
- exportTemplateAtTenantScope(
431
- deploymentName: string,
432
- options?: DeploymentsExportTemplateAtTenantScopeOptionalParams
433
- ): Promise<DeploymentsExportTemplateAtTenantScopeResponse>;
434
- /**
435
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
436
- * removes the associated deployment operations. This is an asynchronous operation that returns a
437
- * status of 202 until the template deployment is successfully deleted. The Location response header
438
- * contains the URI that is used to obtain the status of the process. While the process is running, a
439
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
440
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
441
- * URI in the Location header returns an error-level status code.
442
- * @param groupId The management group ID.
443
- * @param deploymentName The name of the deployment.
444
- * @param options The options parameters.
445
- */
446
- beginDeleteAtManagementGroupScope(
447
- groupId: string,
448
- deploymentName: string,
449
- options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams
450
- ): Promise<SimplePollerLike<OperationState<void>, void>>;
451
- /**
452
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
453
- * removes the associated deployment operations. This is an asynchronous operation that returns a
454
- * status of 202 until the template deployment is successfully deleted. The Location response header
455
- * contains the URI that is used to obtain the status of the process. While the process is running, a
456
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
457
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
458
- * URI in the Location header returns an error-level status code.
459
- * @param groupId The management group ID.
460
- * @param deploymentName The name of the deployment.
461
- * @param options The options parameters.
462
- */
463
- beginDeleteAtManagementGroupScopeAndWait(
464
- groupId: string,
465
- deploymentName: string,
466
- options?: DeploymentsDeleteAtManagementGroupScopeOptionalParams
467
- ): Promise<void>;
468
- /**
469
- * Checks whether the deployment exists.
470
- * @param groupId The management group ID.
471
- * @param deploymentName The name of the deployment.
472
- * @param options The options parameters.
473
- */
474
- checkExistenceAtManagementGroupScope(
475
- groupId: string,
476
- deploymentName: string,
477
- options?: DeploymentsCheckExistenceAtManagementGroupScopeOptionalParams
478
- ): Promise<DeploymentsCheckExistenceAtManagementGroupScopeResponse>;
479
- /**
480
- * You can provide the template and parameters directly in the request or link to JSON files.
481
- * @param groupId The management group ID.
482
- * @param deploymentName The name of the deployment.
483
- * @param parameters Additional parameters supplied to the operation.
484
- * @param options The options parameters.
485
- */
486
- beginCreateOrUpdateAtManagementGroupScope(
487
- groupId: string,
488
- deploymentName: string,
489
- parameters: ScopedDeployment,
490
- options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams
491
- ): Promise<
492
- SimplePollerLike<
493
- OperationState<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>,
494
- DeploymentsCreateOrUpdateAtManagementGroupScopeResponse
495
- >
496
- >;
497
- /**
498
- * You can provide the template and parameters directly in the request or link to JSON files.
499
- * @param groupId The management group ID.
500
- * @param deploymentName The name of the deployment.
501
- * @param parameters Additional parameters supplied to the operation.
502
- * @param options The options parameters.
503
- */
504
- beginCreateOrUpdateAtManagementGroupScopeAndWait(
505
- groupId: string,
506
- deploymentName: string,
507
- parameters: ScopedDeployment,
508
- options?: DeploymentsCreateOrUpdateAtManagementGroupScopeOptionalParams
509
- ): Promise<DeploymentsCreateOrUpdateAtManagementGroupScopeResponse>;
510
- /**
511
- * Gets a deployment.
512
- * @param groupId The management group ID.
513
- * @param deploymentName The name of the deployment.
514
- * @param options The options parameters.
515
- */
516
- getAtManagementGroupScope(
517
- groupId: string,
518
- deploymentName: string,
519
- options?: DeploymentsGetAtManagementGroupScopeOptionalParams
520
- ): Promise<DeploymentsGetAtManagementGroupScopeResponse>;
521
- /**
522
- * You can cancel a deployment only if the provisioningState is Accepted or Running. After the
523
- * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment
524
- * stops the currently running template deployment and leaves the resources partially deployed.
525
- * @param groupId The management group ID.
526
- * @param deploymentName The name of the deployment.
527
- * @param options The options parameters.
528
- */
529
- cancelAtManagementGroupScope(
530
- groupId: string,
531
- deploymentName: string,
532
- options?: DeploymentsCancelAtManagementGroupScopeOptionalParams
533
- ): Promise<void>;
534
- /**
535
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
536
- * Resource Manager..
537
- * @param groupId The management group ID.
538
- * @param deploymentName The name of the deployment.
539
- * @param parameters Parameters to validate.
540
- * @param options The options parameters.
541
- */
542
- beginValidateAtManagementGroupScope(
543
- groupId: string,
544
- deploymentName: string,
545
- parameters: ScopedDeployment,
546
- options?: DeploymentsValidateAtManagementGroupScopeOptionalParams
547
- ): Promise<
548
- SimplePollerLike<
549
- OperationState<DeploymentsValidateAtManagementGroupScopeResponse>,
550
- DeploymentsValidateAtManagementGroupScopeResponse
551
- >
552
- >;
553
- /**
554
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
555
- * Resource Manager..
556
- * @param groupId The management group ID.
557
- * @param deploymentName The name of the deployment.
558
- * @param parameters Parameters to validate.
559
- * @param options The options parameters.
560
- */
561
- beginValidateAtManagementGroupScopeAndWait(
562
- groupId: string,
563
- deploymentName: string,
564
- parameters: ScopedDeployment,
565
- options?: DeploymentsValidateAtManagementGroupScopeOptionalParams
566
- ): Promise<DeploymentsValidateAtManagementGroupScopeResponse>;
567
- /**
568
- * Returns changes that will be made by the deployment if executed at the scope of the management
569
- * group.
570
- * @param groupId The management group ID.
571
- * @param deploymentName The name of the deployment.
572
- * @param parameters Parameters to validate.
573
- * @param options The options parameters.
574
- */
575
- beginWhatIfAtManagementGroupScope(
576
- groupId: string,
577
- deploymentName: string,
578
- parameters: ScopedDeploymentWhatIf,
579
- options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams
580
- ): Promise<
581
- SimplePollerLike<
582
- OperationState<DeploymentsWhatIfAtManagementGroupScopeResponse>,
583
- DeploymentsWhatIfAtManagementGroupScopeResponse
584
- >
585
- >;
586
- /**
587
- * Returns changes that will be made by the deployment if executed at the scope of the management
588
- * group.
589
- * @param groupId The management group ID.
590
- * @param deploymentName The name of the deployment.
591
- * @param parameters Parameters to validate.
592
- * @param options The options parameters.
593
- */
594
- beginWhatIfAtManagementGroupScopeAndWait(
595
- groupId: string,
596
- deploymentName: string,
597
- parameters: ScopedDeploymentWhatIf,
598
- options?: DeploymentsWhatIfAtManagementGroupScopeOptionalParams
599
- ): Promise<DeploymentsWhatIfAtManagementGroupScopeResponse>;
600
- /**
601
- * Exports the template used for specified deployment.
602
- * @param groupId The management group ID.
603
- * @param deploymentName The name of the deployment.
604
- * @param options The options parameters.
605
- */
606
- exportTemplateAtManagementGroupScope(
607
- groupId: string,
608
- deploymentName: string,
609
- options?: DeploymentsExportTemplateAtManagementGroupScopeOptionalParams
610
- ): Promise<DeploymentsExportTemplateAtManagementGroupScopeResponse>;
611
- /**
612
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
613
- * removes the associated deployment operations. This is an asynchronous operation that returns a
614
- * status of 202 until the template deployment is successfully deleted. The Location response header
615
- * contains the URI that is used to obtain the status of the process. While the process is running, a
616
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
617
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
618
- * URI in the Location header returns an error-level status code.
619
- * @param deploymentName The name of the deployment.
620
- * @param options The options parameters.
621
- */
622
- beginDeleteAtSubscriptionScope(
623
- deploymentName: string,
624
- options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams
625
- ): Promise<SimplePollerLike<OperationState<void>, void>>;
626
- /**
627
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
628
- * removes the associated deployment operations. This is an asynchronous operation that returns a
629
- * status of 202 until the template deployment is successfully deleted. The Location response header
630
- * contains the URI that is used to obtain the status of the process. While the process is running, a
631
- * call to the URI in the Location header returns a status of 202. When the process finishes, the URI
632
- * in the Location header returns a status of 204 on success. If the asynchronous request failed, the
633
- * URI in the Location header returns an error-level status code.
634
- * @param deploymentName The name of the deployment.
635
- * @param options The options parameters.
636
- */
637
- beginDeleteAtSubscriptionScopeAndWait(
638
- deploymentName: string,
639
- options?: DeploymentsDeleteAtSubscriptionScopeOptionalParams
640
- ): Promise<void>;
641
- /**
642
- * Checks whether the deployment exists.
643
- * @param deploymentName The name of the deployment.
644
- * @param options The options parameters.
645
- */
646
- checkExistenceAtSubscriptionScope(
647
- deploymentName: string,
648
- options?: DeploymentsCheckExistenceAtSubscriptionScopeOptionalParams
649
- ): Promise<DeploymentsCheckExistenceAtSubscriptionScopeResponse>;
650
- /**
651
- * You can provide the template and parameters directly in the request or link to JSON files.
652
- * @param deploymentName The name of the deployment.
653
- * @param parameters Additional parameters supplied to the operation.
654
- * @param options The options parameters.
655
- */
656
- beginCreateOrUpdateAtSubscriptionScope(
657
- deploymentName: string,
658
- parameters: Deployment,
659
- options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams
660
- ): Promise<
661
- SimplePollerLike<
662
- OperationState<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>,
663
- DeploymentsCreateOrUpdateAtSubscriptionScopeResponse
664
- >
665
- >;
666
- /**
667
- * You can provide the template and parameters directly in the request or link to JSON files.
668
- * @param deploymentName The name of the deployment.
669
- * @param parameters Additional parameters supplied to the operation.
670
- * @param options The options parameters.
671
- */
672
- beginCreateOrUpdateAtSubscriptionScopeAndWait(
673
- deploymentName: string,
674
- parameters: Deployment,
675
- options?: DeploymentsCreateOrUpdateAtSubscriptionScopeOptionalParams
676
- ): Promise<DeploymentsCreateOrUpdateAtSubscriptionScopeResponse>;
677
- /**
678
- * Gets a deployment.
679
- * @param deploymentName The name of the deployment.
680
- * @param options The options parameters.
681
- */
682
- getAtSubscriptionScope(
683
- deploymentName: string,
684
- options?: DeploymentsGetAtSubscriptionScopeOptionalParams
685
- ): Promise<DeploymentsGetAtSubscriptionScopeResponse>;
686
- /**
687
- * You can cancel a deployment only if the provisioningState is Accepted or Running. After the
688
- * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment
689
- * stops the currently running template deployment and leaves the resources partially deployed.
690
- * @param deploymentName The name of the deployment.
691
- * @param options The options parameters.
692
- */
693
- cancelAtSubscriptionScope(
694
- deploymentName: string,
695
- options?: DeploymentsCancelAtSubscriptionScopeOptionalParams
696
- ): Promise<void>;
697
- /**
698
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
699
- * Resource Manager..
700
- * @param deploymentName The name of the deployment.
701
- * @param parameters Parameters to validate.
702
- * @param options The options parameters.
703
- */
704
- beginValidateAtSubscriptionScope(
705
- deploymentName: string,
706
- parameters: Deployment,
707
- options?: DeploymentsValidateAtSubscriptionScopeOptionalParams
708
- ): Promise<
709
- SimplePollerLike<
710
- OperationState<DeploymentsValidateAtSubscriptionScopeResponse>,
711
- DeploymentsValidateAtSubscriptionScopeResponse
712
- >
713
- >;
714
- /**
715
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
716
- * Resource Manager..
717
- * @param deploymentName The name of the deployment.
718
- * @param parameters Parameters to validate.
719
- * @param options The options parameters.
720
- */
721
- beginValidateAtSubscriptionScopeAndWait(
722
- deploymentName: string,
723
- parameters: Deployment,
724
- options?: DeploymentsValidateAtSubscriptionScopeOptionalParams
725
- ): Promise<DeploymentsValidateAtSubscriptionScopeResponse>;
726
- /**
727
- * Returns changes that will be made by the deployment if executed at the scope of the subscription.
728
- * @param deploymentName The name of the deployment.
729
- * @param parameters Parameters to What If.
730
- * @param options The options parameters.
731
- */
732
- beginWhatIfAtSubscriptionScope(
733
- deploymentName: string,
734
- parameters: DeploymentWhatIf,
735
- options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams
736
- ): Promise<
737
- SimplePollerLike<
738
- OperationState<DeploymentsWhatIfAtSubscriptionScopeResponse>,
739
- DeploymentsWhatIfAtSubscriptionScopeResponse
740
- >
741
- >;
742
- /**
743
- * Returns changes that will be made by the deployment if executed at the scope of the subscription.
744
- * @param deploymentName The name of the deployment.
745
- * @param parameters Parameters to What If.
746
- * @param options The options parameters.
747
- */
748
- beginWhatIfAtSubscriptionScopeAndWait(
749
- deploymentName: string,
750
- parameters: DeploymentWhatIf,
751
- options?: DeploymentsWhatIfAtSubscriptionScopeOptionalParams
752
- ): Promise<DeploymentsWhatIfAtSubscriptionScopeResponse>;
753
- /**
754
- * Exports the template used for specified deployment.
755
- * @param deploymentName The name of the deployment.
756
- * @param options The options parameters.
757
- */
758
- exportTemplateAtSubscriptionScope(
759
- deploymentName: string,
760
- options?: DeploymentsExportTemplateAtSubscriptionScopeOptionalParams
761
- ): Promise<DeploymentsExportTemplateAtSubscriptionScopeResponse>;
762
- /**
763
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
764
- * removes the associated deployment operations. Deleting a template deployment does not affect the
765
- * state of the resource group. This is an asynchronous operation that returns a status of 202 until
766
- * the template deployment is successfully deleted. The Location response header contains the URI that
767
- * is used to obtain the status of the process. While the process is running, a call to the URI in the
768
- * Location header returns a status of 202. When the process finishes, the URI in the Location header
769
- * returns a status of 204 on success. If the asynchronous request failed, the URI in the Location
770
- * header returns an error-level status code.
771
- * @param resourceGroupName The name of the resource group with the deployment to delete. The name is
772
- * case insensitive.
773
- * @param deploymentName The name of the deployment.
774
- * @param options The options parameters.
775
- */
776
- beginDelete(
777
- resourceGroupName: string,
778
- deploymentName: string,
779
- options?: DeploymentsDeleteOptionalParams
780
- ): Promise<SimplePollerLike<OperationState<void>, void>>;
781
- /**
782
- * A template deployment that is currently running cannot be deleted. Deleting a template deployment
783
- * removes the associated deployment operations. Deleting a template deployment does not affect the
784
- * state of the resource group. This is an asynchronous operation that returns a status of 202 until
785
- * the template deployment is successfully deleted. The Location response header contains the URI that
786
- * is used to obtain the status of the process. While the process is running, a call to the URI in the
787
- * Location header returns a status of 202. When the process finishes, the URI in the Location header
788
- * returns a status of 204 on success. If the asynchronous request failed, the URI in the Location
789
- * header returns an error-level status code.
790
- * @param resourceGroupName The name of the resource group with the deployment to delete. The name is
791
- * case insensitive.
792
- * @param deploymentName The name of the deployment.
793
- * @param options The options parameters.
794
- */
795
- beginDeleteAndWait(
796
- resourceGroupName: string,
797
- deploymentName: string,
798
- options?: DeploymentsDeleteOptionalParams
799
- ): Promise<void>;
800
- /**
801
- * Checks whether the deployment exists.
802
- * @param resourceGroupName The name of the resource group with the deployment to check. The name is
803
- * case insensitive.
804
- * @param deploymentName The name of the deployment.
805
- * @param options The options parameters.
806
- */
807
- checkExistence(
808
- resourceGroupName: string,
809
- deploymentName: string,
810
- options?: DeploymentsCheckExistenceOptionalParams
811
- ): Promise<DeploymentsCheckExistenceResponse>;
812
- /**
813
- * You can provide the template and parameters directly in the request or link to JSON files.
814
- * @param resourceGroupName The name of the resource group to deploy the resources to. The name is case
815
- * insensitive. The resource group must already exist.
816
- * @param deploymentName The name of the deployment.
817
- * @param parameters Additional parameters supplied to the operation.
818
- * @param options The options parameters.
819
- */
820
- beginCreateOrUpdate(
821
- resourceGroupName: string,
822
- deploymentName: string,
823
- parameters: Deployment,
824
- options?: DeploymentsCreateOrUpdateOptionalParams
825
- ): Promise<
826
- SimplePollerLike<
827
- OperationState<DeploymentsCreateOrUpdateResponse>,
828
- DeploymentsCreateOrUpdateResponse
829
- >
830
- >;
831
- /**
832
- * You can provide the template and parameters directly in the request or link to JSON files.
833
- * @param resourceGroupName The name of the resource group to deploy the resources to. The name is case
834
- * insensitive. The resource group must already exist.
835
- * @param deploymentName The name of the deployment.
836
- * @param parameters Additional parameters supplied to the operation.
837
- * @param options The options parameters.
838
- */
839
- beginCreateOrUpdateAndWait(
840
- resourceGroupName: string,
841
- deploymentName: string,
842
- parameters: Deployment,
843
- options?: DeploymentsCreateOrUpdateOptionalParams
844
- ): Promise<DeploymentsCreateOrUpdateResponse>;
845
- /**
846
- * Gets a deployment.
847
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
848
- * @param deploymentName The name of the deployment.
849
- * @param options The options parameters.
850
- */
851
- get(
852
- resourceGroupName: string,
853
- deploymentName: string,
854
- options?: DeploymentsGetOptionalParams
855
- ): Promise<DeploymentsGetResponse>;
856
- /**
857
- * You can cancel a deployment only if the provisioningState is Accepted or Running. After the
858
- * deployment is canceled, the provisioningState is set to Canceled. Canceling a template deployment
859
- * stops the currently running template deployment and leaves the resource group partially deployed.
860
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
861
- * @param deploymentName The name of the deployment.
862
- * @param options The options parameters.
863
- */
864
- cancel(
865
- resourceGroupName: string,
866
- deploymentName: string,
867
- options?: DeploymentsCancelOptionalParams
868
- ): Promise<void>;
869
- /**
870
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
871
- * Resource Manager..
872
- * @param resourceGroupName The name of the resource group the template will be deployed to. The name
873
- * is case insensitive.
874
- * @param deploymentName The name of the deployment.
875
- * @param parameters Parameters to validate.
876
- * @param options The options parameters.
877
- */
878
- beginValidate(
879
- resourceGroupName: string,
880
- deploymentName: string,
881
- parameters: Deployment,
882
- options?: DeploymentsValidateOptionalParams
883
- ): Promise<
884
- SimplePollerLike<
885
- OperationState<DeploymentsValidateResponse>,
886
- DeploymentsValidateResponse
887
- >
888
- >;
889
- /**
890
- * Validates whether the specified template is syntactically correct and will be accepted by Azure
891
- * Resource Manager..
892
- * @param resourceGroupName The name of the resource group the template will be deployed to. The name
893
- * is case insensitive.
894
- * @param deploymentName The name of the deployment.
895
- * @param parameters Parameters to validate.
896
- * @param options The options parameters.
897
- */
898
- beginValidateAndWait(
899
- resourceGroupName: string,
900
- deploymentName: string,
901
- parameters: Deployment,
902
- options?: DeploymentsValidateOptionalParams
903
- ): Promise<DeploymentsValidateResponse>;
904
- /**
905
- * Returns changes that will be made by the deployment if executed at the scope of the resource group.
906
- * @param resourceGroupName The name of the resource group the template will be deployed to. The name
907
- * is case insensitive.
908
- * @param deploymentName The name of the deployment.
909
- * @param parameters Parameters to validate.
910
- * @param options The options parameters.
911
- */
912
- beginWhatIf(
913
- resourceGroupName: string,
914
- deploymentName: string,
915
- parameters: DeploymentWhatIf,
916
- options?: DeploymentsWhatIfOptionalParams
917
- ): Promise<
918
- SimplePollerLike<
919
- OperationState<DeploymentsWhatIfResponse>,
920
- DeploymentsWhatIfResponse
921
- >
922
- >;
923
- /**
924
- * Returns changes that will be made by the deployment if executed at the scope of the resource group.
925
- * @param resourceGroupName The name of the resource group the template will be deployed to. The name
926
- * is case insensitive.
927
- * @param deploymentName The name of the deployment.
928
- * @param parameters Parameters to validate.
929
- * @param options The options parameters.
930
- */
931
- beginWhatIfAndWait(
932
- resourceGroupName: string,
933
- deploymentName: string,
934
- parameters: DeploymentWhatIf,
935
- options?: DeploymentsWhatIfOptionalParams
936
- ): Promise<DeploymentsWhatIfResponse>;
937
- /**
938
- * Exports the template used for specified deployment.
939
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
940
- * @param deploymentName The name of the deployment.
941
- * @param options The options parameters.
942
- */
943
- exportTemplate(
944
- resourceGroupName: string,
945
- deploymentName: string,
946
- options?: DeploymentsExportTemplateOptionalParams
947
- ): Promise<DeploymentsExportTemplateResponse>;
948
- /**
949
- * Calculate the hash of the given template.
950
- * @param template The template provided to calculate hash.
951
- * @param options The options parameters.
952
- */
953
- calculateTemplateHash(
954
- template: Record<string, unknown>,
955
- options?: DeploymentsCalculateTemplateHashOptionalParams
956
- ): Promise<DeploymentsCalculateTemplateHashResponse>;
957
- }