@azure/arm-avs 1.0.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +72 -73
  4. package/dist/index.js +11681 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/azureVMwareSolutionAPI.d.ts +33 -0
  9. package/dist-esm/src/azureVMwareSolutionAPI.d.ts.map +1 -0
  10. package/dist-esm/src/azureVMwareSolutionAPI.js +66 -0
  11. package/dist-esm/src/azureVMwareSolutionAPI.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +2962 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +363 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +115 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/dist-esm/src/models/mappers.js +3114 -0
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +53 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +409 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/addons.d.ts +81 -0
  33. package/dist-esm/src/operations/addons.d.ts.map +1 -0
  34. package/dist-esm/src/operations/addons.js +331 -0
  35. package/dist-esm/src/operations/addons.js.map +1 -0
  36. package/dist-esm/src/operations/authorizations.d.ts +81 -0
  37. package/dist-esm/src/operations/authorizations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/authorizations.js +337 -0
  39. package/dist-esm/src/operations/authorizations.js.map +1 -0
  40. package/dist-esm/src/operations/cloudLinks.d.ts +81 -0
  41. package/dist-esm/src/operations/cloudLinks.d.ts.map +1 -0
  42. package/dist-esm/src/operations/cloudLinks.js +337 -0
  43. package/dist-esm/src/operations/cloudLinks.js.map +1 -0
  44. package/dist-esm/src/operations/clusters.d.ts +99 -0
  45. package/dist-esm/src/operations/clusters.d.ts.map +1 -0
  46. package/dist-esm/src/operations/clusters.js +423 -0
  47. package/dist-esm/src/operations/clusters.js.map +1 -0
  48. package/dist-esm/src/operations/datastores.d.ts +89 -0
  49. package/dist-esm/src/operations/datastores.d.ts.map +1 -0
  50. package/dist-esm/src/operations/datastores.js +363 -0
  51. package/dist-esm/src/operations/datastores.js.map +1 -0
  52. package/dist-esm/src/operations/globalReachConnections.d.ts +81 -0
  53. package/dist-esm/src/operations/globalReachConnections.d.ts.map +1 -0
  54. package/dist-esm/src/operations/globalReachConnections.js +347 -0
  55. package/dist-esm/src/operations/globalReachConnections.js.map +1 -0
  56. package/dist-esm/src/operations/hcxEnterpriseSites.d.ts +63 -0
  57. package/dist-esm/src/operations/hcxEnterpriseSites.d.ts.map +1 -0
  58. package/dist-esm/src/operations/hcxEnterpriseSites.js +244 -0
  59. package/dist-esm/src/operations/hcxEnterpriseSites.js.map +1 -0
  60. package/dist-esm/src/operations/index.d.ts +17 -0
  61. package/dist-esm/src/operations/index.d.ts.map +1 -0
  62. package/dist-esm/src/operations/index.js +24 -0
  63. package/dist-esm/src/operations/index.js.map +1 -0
  64. package/dist-esm/src/operations/locations.d.ts +25 -0
  65. package/dist-esm/src/operations/locations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/locations.js +79 -0
  67. package/dist-esm/src/operations/locations.js.map +1 -0
  68. package/dist-esm/src/operations/operations.d.ts +32 -0
  69. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  70. package/dist-esm/src/operations/operations.js +120 -0
  71. package/dist-esm/src/operations/operations.js.map +1 -0
  72. package/dist-esm/src/operations/placementPolicies.d.ts +116 -0
  73. package/dist-esm/src/operations/placementPolicies.d.ts.map +1 -0
  74. package/dist-esm/src/operations/placementPolicies.js +466 -0
  75. package/dist-esm/src/operations/placementPolicies.js.map +1 -0
  76. package/dist-esm/src/operations/privateClouds.d.ts +142 -0
  77. package/dist-esm/src/operations/privateClouds.d.ts.map +1 -0
  78. package/dist-esm/src/operations/privateClouds.js +672 -0
  79. package/dist-esm/src/operations/privateClouds.js.map +1 -0
  80. package/dist-esm/src/operations/scriptCmdlets.d.ts +53 -0
  81. package/dist-esm/src/operations/scriptCmdlets.d.ts.map +1 -0
  82. package/dist-esm/src/operations/scriptCmdlets.js +191 -0
  83. package/dist-esm/src/operations/scriptCmdlets.js.map +1 -0
  84. package/dist-esm/src/operations/scriptExecutions.d.ts +89 -0
  85. package/dist-esm/src/operations/scriptExecutions.d.ts.map +1 -0
  86. package/dist-esm/src/operations/scriptExecutions.js +371 -0
  87. package/dist-esm/src/operations/scriptExecutions.js.map +1 -0
  88. package/dist-esm/src/operations/scriptPackages.d.ts +46 -0
  89. package/dist-esm/src/operations/scriptPackages.d.ts.map +1 -0
  90. package/dist-esm/src/operations/scriptPackages.js +169 -0
  91. package/dist-esm/src/operations/scriptPackages.js.map +1 -0
  92. package/dist-esm/src/operations/virtualMachines.d.ts +71 -0
  93. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
  94. package/dist-esm/src/operations/virtualMachines.js +272 -0
  95. package/dist-esm/src/operations/virtualMachines.js.map +1 -0
  96. package/dist-esm/src/operations/workloadNetworks.d.ts +661 -0
  97. package/dist-esm/src/operations/workloadNetworks.d.ts.map +1 -0
  98. package/dist-esm/src/operations/workloadNetworks.js +3049 -0
  99. package/dist-esm/src/operations/workloadNetworks.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/addons.d.ts +56 -0
  101. package/dist-esm/src/operationsInterfaces/addons.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/addons.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/addons.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/authorizations.d.ts +56 -0
  105. package/dist-esm/src/operationsInterfaces/authorizations.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/authorizations.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/authorizations.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/cloudLinks.d.ts +56 -0
  109. package/dist-esm/src/operationsInterfaces/cloudLinks.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/cloudLinks.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/cloudLinks.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/clusters.d.ts +74 -0
  113. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/datastores.d.ts +62 -0
  117. package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/datastores.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/datastores.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/globalReachConnections.d.ts +56 -0
  121. package/dist-esm/src/operationsInterfaces/globalReachConnections.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/globalReachConnections.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/globalReachConnections.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.d.ts +38 -0
  125. package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
  129. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/index.js +24 -0
  131. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/locations.d.ts +17 -0
  133. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/locations.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  137. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/placementPolicies.d.ts +89 -0
  141. package/dist-esm/src/operationsInterfaces/placementPolicies.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/placementPolicies.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/placementPolicies.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/privateClouds.d.ts +106 -0
  145. package/dist-esm/src/operationsInterfaces/privateClouds.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/privateClouds.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/privateClouds.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/scriptCmdlets.d.ts +25 -0
  149. package/dist-esm/src/operationsInterfaces/scriptCmdlets.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/scriptCmdlets.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/scriptCmdlets.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/scriptExecutions.d.ts +64 -0
  153. package/dist-esm/src/operationsInterfaces/scriptExecutions.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/scriptExecutions.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/scriptExecutions.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/scriptPackages.d.ts +21 -0
  157. package/dist-esm/src/operationsInterfaces/scriptPackages.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/scriptPackages.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/scriptPackages.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +44 -0
  161. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts +500 -0
  165. package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/workloadNetworks.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/workloadNetworks.js.map +1 -0
  168. package/dist-esm/test/sampleTest.d.ts +2 -0
  169. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  170. package/dist-esm/test/sampleTest.js +40 -0
  171. package/dist-esm/test/sampleTest.js.map +1 -0
  172. package/package.json +65 -31
  173. package/review/arm-avs.api.md +2534 -0
  174. package/rollup.config.js +181 -30
  175. package/src/azureVMwareSolutionAPI.ts +139 -0
  176. package/src/index.ts +12 -0
  177. package/src/lroImpl.ts +34 -0
  178. package/src/models/index.ts +3101 -931
  179. package/src/models/mappers.ts +2874 -387
  180. package/src/models/parameters.ts +407 -44
  181. package/src/operations/addons.ts +472 -0
  182. package/src/operations/authorizations.ts +341 -196
  183. package/src/operations/cloudLinks.ts +478 -0
  184. package/src/operations/clusters.ts +444 -238
  185. package/src/operations/datastores.ts +525 -0
  186. package/src/operations/globalReachConnections.ts +488 -0
  187. package/src/operations/hcxEnterpriseSites.ts +200 -210
  188. package/src/operations/index.ts +13 -5
  189. package/src/operations/locations.ts +56 -83
  190. package/src/operations/operations.ts +87 -73
  191. package/src/operations/placementPolicies.ts +677 -0
  192. package/src/operations/privateClouds.ts +705 -319
  193. package/src/operations/scriptCmdlets.ts +266 -0
  194. package/src/operations/scriptExecutions.ts +524 -0
  195. package/src/operations/scriptPackages.ts +229 -0
  196. package/src/operations/virtualMachines.ts +390 -0
  197. package/src/operations/workloadNetworks.ts +4398 -0
  198. package/src/operationsInterfaces/addons.ts +109 -0
  199. package/src/operationsInterfaces/authorizations.ts +109 -0
  200. package/src/operationsInterfaces/cloudLinks.ts +109 -0
  201. package/src/operationsInterfaces/clusters.ts +147 -0
  202. package/src/operationsInterfaces/datastores.ts +121 -0
  203. package/src/operationsInterfaces/globalReachConnections.ts +109 -0
  204. package/src/operationsInterfaces/hcxEnterpriseSites.ts +75 -0
  205. package/src/operationsInterfaces/index.ts +24 -0
  206. package/src/operationsInterfaces/locations.ts +36 -0
  207. package/src/operationsInterfaces/operations.ts +22 -0
  208. package/src/operationsInterfaces/placementPolicies.ts +170 -0
  209. package/src/operationsInterfaces/privateClouds.ts +198 -0
  210. package/src/operationsInterfaces/scriptCmdlets.ts +50 -0
  211. package/src/operationsInterfaces/scriptExecutions.ts +124 -0
  212. package/src/operationsInterfaces/scriptPackages.ts +44 -0
  213. package/src/operationsInterfaces/virtualMachines.ts +85 -0
  214. package/src/operationsInterfaces/workloadNetworks.ts +951 -0
  215. package/tsconfig.json +3 -3
  216. package/types/arm-avs.d.ts +4645 -0
  217. package/types/tsdoc-metadata.json +11 -0
  218. package/dist/arm-avs.js +0 -2585
  219. package/dist/arm-avs.js.map +0 -1
  220. package/dist/arm-avs.min.js +0 -1
  221. package/dist/arm-avs.min.js.map +0 -1
  222. package/esm/avsClient.d.ts +0 -23
  223. package/esm/avsClient.d.ts.map +0 -1
  224. package/esm/avsClient.js +0 -38
  225. package/esm/avsClient.js.map +0 -1
  226. package/esm/avsClientContext.d.ts +0 -16
  227. package/esm/avsClientContext.d.ts.map +0 -1
  228. package/esm/avsClientContext.js +0 -56
  229. package/esm/avsClientContext.js.map +0 -1
  230. package/esm/models/authorizationsMappers.d.ts +0 -2
  231. package/esm/models/authorizationsMappers.d.ts.map +0 -1
  232. package/esm/models/authorizationsMappers.js +0 -9
  233. package/esm/models/authorizationsMappers.js.map +0 -1
  234. package/esm/models/clustersMappers.d.ts +0 -2
  235. package/esm/models/clustersMappers.d.ts.map +0 -1
  236. package/esm/models/clustersMappers.js +0 -9
  237. package/esm/models/clustersMappers.js.map +0 -1
  238. package/esm/models/hcxEnterpriseSitesMappers.d.ts +0 -2
  239. package/esm/models/hcxEnterpriseSitesMappers.d.ts.map +0 -1
  240. package/esm/models/hcxEnterpriseSitesMappers.js +0 -9
  241. package/esm/models/hcxEnterpriseSitesMappers.js.map +0 -1
  242. package/esm/models/index.d.ts +0 -1163
  243. package/esm/models/index.d.ts.map +0 -1
  244. package/esm/models/index.js +0 -8
  245. package/esm/models/index.js.map +0 -1
  246. package/esm/models/locationsMappers.d.ts +0 -2
  247. package/esm/models/locationsMappers.d.ts.map +0 -1
  248. package/esm/models/locationsMappers.js +0 -9
  249. package/esm/models/locationsMappers.js.map +0 -1
  250. package/esm/models/mappers.d.ts +0 -30
  251. package/esm/models/mappers.d.ts.map +0 -1
  252. package/esm/models/mappers.js +0 -881
  253. package/esm/models/mappers.js.map +0 -1
  254. package/esm/models/operationsMappers.d.ts +0 -2
  255. package/esm/models/operationsMappers.d.ts.map +0 -1
  256. package/esm/models/operationsMappers.js +0 -9
  257. package/esm/models/operationsMappers.js.map +0 -1
  258. package/esm/models/parameters.d.ts +0 -12
  259. package/esm/models/parameters.d.ts.map +0 -1
  260. package/esm/models/parameters.js +0 -122
  261. package/esm/models/parameters.js.map +0 -1
  262. package/esm/models/privateCloudsMappers.d.ts +0 -2
  263. package/esm/models/privateCloudsMappers.d.ts.map +0 -1
  264. package/esm/models/privateCloudsMappers.js +0 -9
  265. package/esm/models/privateCloudsMappers.js.map +0 -1
  266. package/esm/operations/authorizations.d.ts +0 -115
  267. package/esm/operations/authorizations.d.ts.map +0 -1
  268. package/esm/operations/authorizations.js +0 -239
  269. package/esm/operations/authorizations.js.map +0 -1
  270. package/esm/operations/clusters.d.ts +0 -133
  271. package/esm/operations/clusters.d.ts.map +0 -1
  272. package/esm/operations/clusters.js +0 -299
  273. package/esm/operations/clusters.js.map +0 -1
  274. package/esm/operations/hcxEnterpriseSites.d.ts +0 -127
  275. package/esm/operations/hcxEnterpriseSites.d.ts.map +0 -1
  276. package/esm/operations/hcxEnterpriseSites.js +0 -196
  277. package/esm/operations/hcxEnterpriseSites.js.map +0 -1
  278. package/esm/operations/index.d.ts +0 -7
  279. package/esm/operations/index.d.ts.map +0 -1
  280. package/esm/operations/index.js +0 -16
  281. package/esm/operations/index.js.map +0 -1
  282. package/esm/operations/locations.d.ts +0 -49
  283. package/esm/operations/locations.d.ts.map +0 -1
  284. package/esm/operations/locations.js +0 -85
  285. package/esm/operations/locations.js.map +0 -1
  286. package/esm/operations/operations.d.ts +0 -46
  287. package/esm/operations/operations.d.ts.map +0 -1
  288. package/esm/operations/operations.js +0 -77
  289. package/esm/operations/operations.js.map +0 -1
  290. package/esm/operations/privateClouds.d.ts +0 -177
  291. package/esm/operations/privateClouds.d.ts.map +0 -1
  292. package/esm/operations/privateClouds.js +0 -365
  293. package/esm/operations/privateClouds.js.map +0 -1
  294. package/src/avsClient.ts +0 -52
  295. package/src/avsClientContext.ts +0 -62
  296. package/src/models/authorizationsMappers.ts +0 -27
  297. package/src/models/clustersMappers.ts +0 -28
  298. package/src/models/hcxEnterpriseSitesMappers.ts +0 -27
  299. package/src/models/locationsMappers.ts +0 -15
  300. package/src/models/operationsMappers.ts +0 -16
  301. package/src/models/privateCloudsMappers.ts +0 -29
@@ -0,0 +1,9 @@
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
+ export {};
9
+ //# sourceMappingURL=scriptExecutions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scriptExecutions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/scriptExecutions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,21 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { ScriptPackage, ScriptPackagesListOptionalParams, ScriptPackagesGetOptionalParams, ScriptPackagesGetResponse } from "../models";
3
+ /** Interface representing a ScriptPackages. */
4
+ export interface ScriptPackages {
5
+ /**
6
+ * List script packages available to run on the private cloud
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param privateCloudName Name of the private cloud
9
+ * @param options The options parameters.
10
+ */
11
+ list(resourceGroupName: string, privateCloudName: string, options?: ScriptPackagesListOptionalParams): PagedAsyncIterableIterator<ScriptPackage>;
12
+ /**
13
+ * Get a script package available to run on a private cloud
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param privateCloudName Name of the private cloud
16
+ * @param scriptPackageName Name of the script package in the private cloud
17
+ * @param options The options parameters.
18
+ */
19
+ get(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptPackagesGetOptionalParams): Promise<ScriptPackagesGetResponse>;
20
+ }
21
+ //# sourceMappingURL=scriptPackages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scriptPackages.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/scriptPackages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,aAAa,EACb,gCAAgC,EAChC,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,WAAW,CAAC;AAGnB,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACvC"}
@@ -0,0 +1,9 @@
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
+ export {};
9
+ //# sourceMappingURL=scriptPackages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scriptPackages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/scriptPackages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,44 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { VirtualMachine, VirtualMachinesListOptionalParams, VirtualMachinesGetOptionalParams, VirtualMachinesGetResponse, VirtualMachineRestrictMovement, VirtualMachinesRestrictMovementOptionalParams } from "../models";
4
+ /** Interface representing a VirtualMachines. */
5
+ export interface VirtualMachines {
6
+ /**
7
+ * List of virtual machines in a private cloud cluster
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param privateCloudName Name of the private cloud
10
+ * @param clusterName Name of the cluster in the private cloud
11
+ * @param options The options parameters.
12
+ */
13
+ list(resourceGroupName: string, privateCloudName: string, clusterName: string, options?: VirtualMachinesListOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
14
+ /**
15
+ * Get a virtual machine by id in a private cloud cluster
16
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
+ * @param privateCloudName Name of the private cloud
18
+ * @param clusterName Name of the cluster in the private cloud
19
+ * @param virtualMachineId Virtual Machine identifier
20
+ * @param options The options parameters.
21
+ */
22
+ get(resourceGroupName: string, privateCloudName: string, clusterName: string, virtualMachineId: string, options?: VirtualMachinesGetOptionalParams): Promise<VirtualMachinesGetResponse>;
23
+ /**
24
+ * Enable or disable DRS-driven VM movement restriction
25
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
+ * @param privateCloudName Name of the private cloud
27
+ * @param clusterName Name of the cluster in the private cloud
28
+ * @param virtualMachineId Virtual Machine identifier
29
+ * @param restrictMovement Whether VM DRS-driven movement is restricted (Enabled) or not (Disabled)
30
+ * @param options The options parameters.
31
+ */
32
+ beginRestrictMovement(resourceGroupName: string, privateCloudName: string, clusterName: string, virtualMachineId: string, restrictMovement: VirtualMachineRestrictMovement, options?: VirtualMachinesRestrictMovementOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
33
+ /**
34
+ * Enable or disable DRS-driven VM movement restriction
35
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
36
+ * @param privateCloudName Name of the private cloud
37
+ * @param clusterName Name of the cluster in the private cloud
38
+ * @param virtualMachineId Virtual Machine identifier
39
+ * @param restrictMovement Whether VM DRS-driven movement is restricted (Enabled) or not (Disabled)
40
+ * @param options The options parameters.
41
+ */
42
+ beginRestrictMovementAndWait(resourceGroupName: string, privateCloudName: string, clusterName: string, virtualMachineId: string, restrictMovement: VirtualMachineRestrictMovement, options?: VirtualMachinesRestrictMovementOptionalParams): Promise<void>;
43
+ }
44
+ //# sourceMappingURL=virtualMachines.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualMachines.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualMachines.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,cAAc,EACd,iCAAiC,EACjC,gCAAgC,EAChC,0BAA0B,EAC1B,8BAA8B,EAC9B,6CAA6C,EAC9C,MAAM,WAAW,CAAC;AAGnB,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC9C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;;OAQG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,8BAA8B,EAChD,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;;;OAQG;IACH,4BAA4B,CAC1B,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,8BAA8B,EAChD,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,9 @@
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
+ export {};
9
+ //# sourceMappingURL=virtualMachines.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualMachines.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualMachines.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,500 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { WorkloadNetworkSegment, WorkloadNetworksListSegmentsOptionalParams, WorkloadNetworkDhcp, WorkloadNetworksListDhcpOptionalParams, WorkloadNetworkGateway, WorkloadNetworksListGatewaysOptionalParams, WorkloadNetworkPortMirroring, WorkloadNetworksListPortMirroringOptionalParams, WorkloadNetworkVMGroup, WorkloadNetworksListVMGroupsOptionalParams, WorkloadNetworkVirtualMachine, WorkloadNetworksListVirtualMachinesOptionalParams, WorkloadNetworkDnsService, WorkloadNetworksListDnsServicesOptionalParams, WorkloadNetworkDnsZone, WorkloadNetworksListDnsZonesOptionalParams, WorkloadNetworkPublicIP, WorkloadNetworksListPublicIPsOptionalParams, WorkloadNetworksGetSegmentOptionalParams, WorkloadNetworksGetSegmentResponse, WorkloadNetworksCreateSegmentsOptionalParams, WorkloadNetworksCreateSegmentsResponse, WorkloadNetworksUpdateSegmentsOptionalParams, WorkloadNetworksUpdateSegmentsResponse, WorkloadNetworksDeleteSegmentOptionalParams, WorkloadNetworksGetDhcpOptionalParams, WorkloadNetworksGetDhcpResponse, WorkloadNetworksCreateDhcpOptionalParams, WorkloadNetworksCreateDhcpResponse, WorkloadNetworksUpdateDhcpOptionalParams, WorkloadNetworksUpdateDhcpResponse, WorkloadNetworksDeleteDhcpOptionalParams, WorkloadNetworksGetGatewayOptionalParams, WorkloadNetworksGetGatewayResponse, WorkloadNetworksGetPortMirroringOptionalParams, WorkloadNetworksGetPortMirroringResponse, WorkloadNetworksCreatePortMirroringOptionalParams, WorkloadNetworksCreatePortMirroringResponse, WorkloadNetworksUpdatePortMirroringOptionalParams, WorkloadNetworksUpdatePortMirroringResponse, WorkloadNetworksDeletePortMirroringOptionalParams, WorkloadNetworksGetVMGroupOptionalParams, WorkloadNetworksGetVMGroupResponse, WorkloadNetworksCreateVMGroupOptionalParams, WorkloadNetworksCreateVMGroupResponse, WorkloadNetworksUpdateVMGroupOptionalParams, WorkloadNetworksUpdateVMGroupResponse, WorkloadNetworksDeleteVMGroupOptionalParams, WorkloadNetworksGetVirtualMachineOptionalParams, WorkloadNetworksGetVirtualMachineResponse, WorkloadNetworksGetDnsServiceOptionalParams, WorkloadNetworksGetDnsServiceResponse, WorkloadNetworksCreateDnsServiceOptionalParams, WorkloadNetworksCreateDnsServiceResponse, WorkloadNetworksUpdateDnsServiceOptionalParams, WorkloadNetworksUpdateDnsServiceResponse, WorkloadNetworksDeleteDnsServiceOptionalParams, WorkloadNetworksGetDnsZoneOptionalParams, WorkloadNetworksGetDnsZoneResponse, WorkloadNetworksCreateDnsZoneOptionalParams, WorkloadNetworksCreateDnsZoneResponse, WorkloadNetworksUpdateDnsZoneOptionalParams, WorkloadNetworksUpdateDnsZoneResponse, WorkloadNetworksDeleteDnsZoneOptionalParams, WorkloadNetworksGetPublicIPOptionalParams, WorkloadNetworksGetPublicIPResponse, WorkloadNetworksCreatePublicIPOptionalParams, WorkloadNetworksCreatePublicIPResponse, WorkloadNetworksDeletePublicIPOptionalParams } from "../models";
4
+ /** Interface representing a WorkloadNetworks. */
5
+ export interface WorkloadNetworks {
6
+ /**
7
+ * List of segments in a private cloud workload network.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param privateCloudName Name of the private cloud
10
+ * @param options The options parameters.
11
+ */
12
+ listSegments(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListSegmentsOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkSegment>;
13
+ /**
14
+ * List dhcp in a private cloud workload network.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param privateCloudName Name of the private cloud
17
+ * @param options The options parameters.
18
+ */
19
+ listDhcp(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListDhcpOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkDhcp>;
20
+ /**
21
+ * List of gateways in a private cloud workload network.
22
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
+ * @param privateCloudName Name of the private cloud
24
+ * @param options The options parameters.
25
+ */
26
+ listGateways(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListGatewaysOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkGateway>;
27
+ /**
28
+ * List of port mirroring profiles in a private cloud workload network.
29
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
30
+ * @param privateCloudName Name of the private cloud
31
+ * @param options The options parameters.
32
+ */
33
+ listPortMirroring(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListPortMirroringOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkPortMirroring>;
34
+ /**
35
+ * List of vm groups in a private cloud workload network.
36
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
+ * @param privateCloudName Name of the private cloud
38
+ * @param options The options parameters.
39
+ */
40
+ listVMGroups(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListVMGroupsOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkVMGroup>;
41
+ /**
42
+ * List of virtual machines in a private cloud workload network.
43
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
44
+ * @param privateCloudName Name of the private cloud
45
+ * @param options The options parameters.
46
+ */
47
+ listVirtualMachines(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListVirtualMachinesOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkVirtualMachine>;
48
+ /**
49
+ * List of DNS services in a private cloud workload network.
50
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
51
+ * @param privateCloudName Name of the private cloud
52
+ * @param options The options parameters.
53
+ */
54
+ listDnsServices(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListDnsServicesOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkDnsService>;
55
+ /**
56
+ * List of DNS zones in a private cloud workload network.
57
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
58
+ * @param privateCloudName Name of the private cloud
59
+ * @param options The options parameters.
60
+ */
61
+ listDnsZones(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListDnsZonesOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkDnsZone>;
62
+ /**
63
+ * List of Public IP Blocks in a private cloud workload network.
64
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
65
+ * @param privateCloudName Name of the private cloud
66
+ * @param options The options parameters.
67
+ */
68
+ listPublicIPs(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListPublicIPsOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkPublicIP>;
69
+ /**
70
+ * Get a segment by id in a private cloud workload network.
71
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
72
+ * @param privateCloudName Name of the private cloud
73
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
74
+ * @param options The options parameters.
75
+ */
76
+ getSegment(resourceGroupName: string, privateCloudName: string, segmentId: string, options?: WorkloadNetworksGetSegmentOptionalParams): Promise<WorkloadNetworksGetSegmentResponse>;
77
+ /**
78
+ * Create a segment by id in a private cloud workload network.
79
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
80
+ * @param privateCloudName Name of the private cloud
81
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
82
+ * @param workloadNetworkSegment NSX Segment
83
+ * @param options The options parameters.
84
+ */
85
+ beginCreateSegments(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment: WorkloadNetworkSegment, options?: WorkloadNetworksCreateSegmentsOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreateSegmentsResponse>, WorkloadNetworksCreateSegmentsResponse>>;
86
+ /**
87
+ * Create a segment by id in a private cloud workload network.
88
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
89
+ * @param privateCloudName Name of the private cloud
90
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
91
+ * @param workloadNetworkSegment NSX Segment
92
+ * @param options The options parameters.
93
+ */
94
+ beginCreateSegmentsAndWait(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment: WorkloadNetworkSegment, options?: WorkloadNetworksCreateSegmentsOptionalParams): Promise<WorkloadNetworksCreateSegmentsResponse>;
95
+ /**
96
+ * Create or update a segment by id in a private cloud workload network.
97
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
98
+ * @param privateCloudName Name of the private cloud
99
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
100
+ * @param workloadNetworkSegment NSX Segment
101
+ * @param options The options parameters.
102
+ */
103
+ beginUpdateSegments(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment: WorkloadNetworkSegment, options?: WorkloadNetworksUpdateSegmentsOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdateSegmentsResponse>, WorkloadNetworksUpdateSegmentsResponse>>;
104
+ /**
105
+ * Create or update a segment by id in a private cloud workload network.
106
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
107
+ * @param privateCloudName Name of the private cloud
108
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
109
+ * @param workloadNetworkSegment NSX Segment
110
+ * @param options The options parameters.
111
+ */
112
+ beginUpdateSegmentsAndWait(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment: WorkloadNetworkSegment, options?: WorkloadNetworksUpdateSegmentsOptionalParams): Promise<WorkloadNetworksUpdateSegmentsResponse>;
113
+ /**
114
+ * Delete a segment by id in a private cloud workload network.
115
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
116
+ * @param privateCloudName Name of the private cloud
117
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
118
+ * @param options The options parameters.
119
+ */
120
+ beginDeleteSegment(resourceGroupName: string, privateCloudName: string, segmentId: string, options?: WorkloadNetworksDeleteSegmentOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
121
+ /**
122
+ * Delete a segment by id in a private cloud workload network.
123
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
124
+ * @param privateCloudName Name of the private cloud
125
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
126
+ * @param options The options parameters.
127
+ */
128
+ beginDeleteSegmentAndWait(resourceGroupName: string, privateCloudName: string, segmentId: string, options?: WorkloadNetworksDeleteSegmentOptionalParams): Promise<void>;
129
+ /**
130
+ * Get dhcp by id in a private cloud workload network.
131
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
132
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
133
+ * @param privateCloudName Name of the private cloud
134
+ * @param options The options parameters.
135
+ */
136
+ getDhcp(resourceGroupName: string, dhcpId: string, privateCloudName: string, options?: WorkloadNetworksGetDhcpOptionalParams): Promise<WorkloadNetworksGetDhcpResponse>;
137
+ /**
138
+ * Create dhcp by id in a private cloud workload network.
139
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
140
+ * @param privateCloudName Name of the private cloud
141
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
142
+ * @param workloadNetworkDhcp NSX DHCP
143
+ * @param options The options parameters.
144
+ */
145
+ beginCreateDhcp(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp: WorkloadNetworkDhcp, options?: WorkloadNetworksCreateDhcpOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreateDhcpResponse>, WorkloadNetworksCreateDhcpResponse>>;
146
+ /**
147
+ * Create dhcp by id in a private cloud workload network.
148
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
149
+ * @param privateCloudName Name of the private cloud
150
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
151
+ * @param workloadNetworkDhcp NSX DHCP
152
+ * @param options The options parameters.
153
+ */
154
+ beginCreateDhcpAndWait(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp: WorkloadNetworkDhcp, options?: WorkloadNetworksCreateDhcpOptionalParams): Promise<WorkloadNetworksCreateDhcpResponse>;
155
+ /**
156
+ * Create or update dhcp by id in a private cloud workload network.
157
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
158
+ * @param privateCloudName Name of the private cloud
159
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
160
+ * @param workloadNetworkDhcp NSX DHCP
161
+ * @param options The options parameters.
162
+ */
163
+ beginUpdateDhcp(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp: WorkloadNetworkDhcp, options?: WorkloadNetworksUpdateDhcpOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdateDhcpResponse>, WorkloadNetworksUpdateDhcpResponse>>;
164
+ /**
165
+ * Create or update dhcp by id in a private cloud workload network.
166
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
167
+ * @param privateCloudName Name of the private cloud
168
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
169
+ * @param workloadNetworkDhcp NSX DHCP
170
+ * @param options The options parameters.
171
+ */
172
+ beginUpdateDhcpAndWait(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp: WorkloadNetworkDhcp, options?: WorkloadNetworksUpdateDhcpOptionalParams): Promise<WorkloadNetworksUpdateDhcpResponse>;
173
+ /**
174
+ * Delete dhcp by id in a private cloud workload network.
175
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
176
+ * @param privateCloudName Name of the private cloud
177
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
178
+ * @param options The options parameters.
179
+ */
180
+ beginDeleteDhcp(resourceGroupName: string, privateCloudName: string, dhcpId: string, options?: WorkloadNetworksDeleteDhcpOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
181
+ /**
182
+ * Delete dhcp by id in a private cloud workload network.
183
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
184
+ * @param privateCloudName Name of the private cloud
185
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
186
+ * @param options The options parameters.
187
+ */
188
+ beginDeleteDhcpAndWait(resourceGroupName: string, privateCloudName: string, dhcpId: string, options?: WorkloadNetworksDeleteDhcpOptionalParams): Promise<void>;
189
+ /**
190
+ * Get a gateway by id in a private cloud workload network.
191
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
192
+ * @param privateCloudName Name of the private cloud
193
+ * @param gatewayId NSX Gateway identifier. Generally the same as the Gateway's display name
194
+ * @param options The options parameters.
195
+ */
196
+ getGateway(resourceGroupName: string, privateCloudName: string, gatewayId: string, options?: WorkloadNetworksGetGatewayOptionalParams): Promise<WorkloadNetworksGetGatewayResponse>;
197
+ /**
198
+ * Get a port mirroring profile by id in a private cloud workload network.
199
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
200
+ * @param privateCloudName Name of the private cloud
201
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
202
+ * display name
203
+ * @param options The options parameters.
204
+ */
205
+ getPortMirroring(resourceGroupName: string, privateCloudName: string, portMirroringId: string, options?: WorkloadNetworksGetPortMirroringOptionalParams): Promise<WorkloadNetworksGetPortMirroringResponse>;
206
+ /**
207
+ * Create a port mirroring profile by id in a private cloud workload network.
208
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
209
+ * @param privateCloudName Name of the private cloud
210
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
211
+ * display name
212
+ * @param workloadNetworkPortMirroring NSX port mirroring
213
+ * @param options The options parameters.
214
+ */
215
+ beginCreatePortMirroring(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring: WorkloadNetworkPortMirroring, options?: WorkloadNetworksCreatePortMirroringOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreatePortMirroringResponse>, WorkloadNetworksCreatePortMirroringResponse>>;
216
+ /**
217
+ * Create a port mirroring profile by id in a private cloud workload network.
218
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
219
+ * @param privateCloudName Name of the private cloud
220
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
221
+ * display name
222
+ * @param workloadNetworkPortMirroring NSX port mirroring
223
+ * @param options The options parameters.
224
+ */
225
+ beginCreatePortMirroringAndWait(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring: WorkloadNetworkPortMirroring, options?: WorkloadNetworksCreatePortMirroringOptionalParams): Promise<WorkloadNetworksCreatePortMirroringResponse>;
226
+ /**
227
+ * Create or update a port mirroring profile by id in a private cloud workload network.
228
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
229
+ * @param privateCloudName Name of the private cloud
230
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
231
+ * display name
232
+ * @param workloadNetworkPortMirroring NSX port mirroring
233
+ * @param options The options parameters.
234
+ */
235
+ beginUpdatePortMirroring(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring: WorkloadNetworkPortMirroring, options?: WorkloadNetworksUpdatePortMirroringOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdatePortMirroringResponse>, WorkloadNetworksUpdatePortMirroringResponse>>;
236
+ /**
237
+ * Create or update a port mirroring profile by id in a private cloud workload network.
238
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
239
+ * @param privateCloudName Name of the private cloud
240
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
241
+ * display name
242
+ * @param workloadNetworkPortMirroring NSX port mirroring
243
+ * @param options The options parameters.
244
+ */
245
+ beginUpdatePortMirroringAndWait(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring: WorkloadNetworkPortMirroring, options?: WorkloadNetworksUpdatePortMirroringOptionalParams): Promise<WorkloadNetworksUpdatePortMirroringResponse>;
246
+ /**
247
+ * Delete a port mirroring profile by id in a private cloud workload network.
248
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
249
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
250
+ * display name
251
+ * @param privateCloudName Name of the private cloud
252
+ * @param options The options parameters.
253
+ */
254
+ beginDeletePortMirroring(resourceGroupName: string, portMirroringId: string, privateCloudName: string, options?: WorkloadNetworksDeletePortMirroringOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
255
+ /**
256
+ * Delete a port mirroring profile by id in a private cloud workload network.
257
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
258
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
259
+ * display name
260
+ * @param privateCloudName Name of the private cloud
261
+ * @param options The options parameters.
262
+ */
263
+ beginDeletePortMirroringAndWait(resourceGroupName: string, portMirroringId: string, privateCloudName: string, options?: WorkloadNetworksDeletePortMirroringOptionalParams): Promise<void>;
264
+ /**
265
+ * Get a vm group by id in a private cloud workload network.
266
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
267
+ * @param privateCloudName Name of the private cloud
268
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
269
+ * @param options The options parameters.
270
+ */
271
+ getVMGroup(resourceGroupName: string, privateCloudName: string, vmGroupId: string, options?: WorkloadNetworksGetVMGroupOptionalParams): Promise<WorkloadNetworksGetVMGroupResponse>;
272
+ /**
273
+ * Create a vm group by id in a private cloud workload network.
274
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
275
+ * @param privateCloudName Name of the private cloud
276
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
277
+ * @param workloadNetworkVMGroup NSX VM Group
278
+ * @param options The options parameters.
279
+ */
280
+ beginCreateVMGroup(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup: WorkloadNetworkVMGroup, options?: WorkloadNetworksCreateVMGroupOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreateVMGroupResponse>, WorkloadNetworksCreateVMGroupResponse>>;
281
+ /**
282
+ * Create a vm group by id in a private cloud workload network.
283
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
284
+ * @param privateCloudName Name of the private cloud
285
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
286
+ * @param workloadNetworkVMGroup NSX VM Group
287
+ * @param options The options parameters.
288
+ */
289
+ beginCreateVMGroupAndWait(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup: WorkloadNetworkVMGroup, options?: WorkloadNetworksCreateVMGroupOptionalParams): Promise<WorkloadNetworksCreateVMGroupResponse>;
290
+ /**
291
+ * Create or update a vm group by id in a private cloud workload network.
292
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
293
+ * @param privateCloudName Name of the private cloud
294
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
295
+ * @param workloadNetworkVMGroup NSX VM Group
296
+ * @param options The options parameters.
297
+ */
298
+ beginUpdateVMGroup(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup: WorkloadNetworkVMGroup, options?: WorkloadNetworksUpdateVMGroupOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdateVMGroupResponse>, WorkloadNetworksUpdateVMGroupResponse>>;
299
+ /**
300
+ * Create or update a vm group by id in a private cloud workload network.
301
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
302
+ * @param privateCloudName Name of the private cloud
303
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
304
+ * @param workloadNetworkVMGroup NSX VM Group
305
+ * @param options The options parameters.
306
+ */
307
+ beginUpdateVMGroupAndWait(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup: WorkloadNetworkVMGroup, options?: WorkloadNetworksUpdateVMGroupOptionalParams): Promise<WorkloadNetworksUpdateVMGroupResponse>;
308
+ /**
309
+ * Delete a vm group by id in a private cloud workload network.
310
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
311
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
312
+ * @param privateCloudName Name of the private cloud
313
+ * @param options The options parameters.
314
+ */
315
+ beginDeleteVMGroup(resourceGroupName: string, vmGroupId: string, privateCloudName: string, options?: WorkloadNetworksDeleteVMGroupOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
316
+ /**
317
+ * Delete a vm group by id in a private cloud workload network.
318
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
319
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
320
+ * @param privateCloudName Name of the private cloud
321
+ * @param options The options parameters.
322
+ */
323
+ beginDeleteVMGroupAndWait(resourceGroupName: string, vmGroupId: string, privateCloudName: string, options?: WorkloadNetworksDeleteVMGroupOptionalParams): Promise<void>;
324
+ /**
325
+ * Get a virtual machine by id in a private cloud workload network.
326
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
327
+ * @param privateCloudName Name of the private cloud
328
+ * @param virtualMachineId Virtual Machine identifier
329
+ * @param options The options parameters.
330
+ */
331
+ getVirtualMachine(resourceGroupName: string, privateCloudName: string, virtualMachineId: string, options?: WorkloadNetworksGetVirtualMachineOptionalParams): Promise<WorkloadNetworksGetVirtualMachineResponse>;
332
+ /**
333
+ * Get a DNS service by id in a private cloud workload network.
334
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
335
+ * @param privateCloudName Name of the private cloud
336
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
337
+ * @param options The options parameters.
338
+ */
339
+ getDnsService(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, options?: WorkloadNetworksGetDnsServiceOptionalParams): Promise<WorkloadNetworksGetDnsServiceResponse>;
340
+ /**
341
+ * Create a DNS service by id in a private cloud workload network.
342
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
343
+ * @param privateCloudName Name of the private cloud
344
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
345
+ * @param workloadNetworkDnsService NSX DNS Service
346
+ * @param options The options parameters.
347
+ */
348
+ beginCreateDnsService(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService: WorkloadNetworkDnsService, options?: WorkloadNetworksCreateDnsServiceOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreateDnsServiceResponse>, WorkloadNetworksCreateDnsServiceResponse>>;
349
+ /**
350
+ * Create a DNS service by id in a private cloud workload network.
351
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
352
+ * @param privateCloudName Name of the private cloud
353
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
354
+ * @param workloadNetworkDnsService NSX DNS Service
355
+ * @param options The options parameters.
356
+ */
357
+ beginCreateDnsServiceAndWait(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService: WorkloadNetworkDnsService, options?: WorkloadNetworksCreateDnsServiceOptionalParams): Promise<WorkloadNetworksCreateDnsServiceResponse>;
358
+ /**
359
+ * Create or update a DNS service by id in a private cloud workload network.
360
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
361
+ * @param privateCloudName Name of the private cloud
362
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
363
+ * @param workloadNetworkDnsService NSX DNS Service
364
+ * @param options The options parameters.
365
+ */
366
+ beginUpdateDnsService(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService: WorkloadNetworkDnsService, options?: WorkloadNetworksUpdateDnsServiceOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdateDnsServiceResponse>, WorkloadNetworksUpdateDnsServiceResponse>>;
367
+ /**
368
+ * Create or update a DNS service by id in a private cloud workload network.
369
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
370
+ * @param privateCloudName Name of the private cloud
371
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
372
+ * @param workloadNetworkDnsService NSX DNS Service
373
+ * @param options The options parameters.
374
+ */
375
+ beginUpdateDnsServiceAndWait(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService: WorkloadNetworkDnsService, options?: WorkloadNetworksUpdateDnsServiceOptionalParams): Promise<WorkloadNetworksUpdateDnsServiceResponse>;
376
+ /**
377
+ * Delete a DNS service by id in a private cloud workload network.
378
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
379
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
380
+ * @param privateCloudName Name of the private cloud
381
+ * @param options The options parameters.
382
+ */
383
+ beginDeleteDnsService(resourceGroupName: string, dnsServiceId: string, privateCloudName: string, options?: WorkloadNetworksDeleteDnsServiceOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
384
+ /**
385
+ * Delete a DNS service by id in a private cloud workload network.
386
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
387
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
388
+ * @param privateCloudName Name of the private cloud
389
+ * @param options The options parameters.
390
+ */
391
+ beginDeleteDnsServiceAndWait(resourceGroupName: string, dnsServiceId: string, privateCloudName: string, options?: WorkloadNetworksDeleteDnsServiceOptionalParams): Promise<void>;
392
+ /**
393
+ * Get a DNS zone by id in a private cloud workload network.
394
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
395
+ * @param privateCloudName Name of the private cloud
396
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
397
+ * @param options The options parameters.
398
+ */
399
+ getDnsZone(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, options?: WorkloadNetworksGetDnsZoneOptionalParams): Promise<WorkloadNetworksGetDnsZoneResponse>;
400
+ /**
401
+ * Create a DNS zone by id in a private cloud workload network.
402
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
403
+ * @param privateCloudName Name of the private cloud
404
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
405
+ * @param workloadNetworkDnsZone NSX DNS Zone
406
+ * @param options The options parameters.
407
+ */
408
+ beginCreateDnsZone(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone: WorkloadNetworkDnsZone, options?: WorkloadNetworksCreateDnsZoneOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreateDnsZoneResponse>, WorkloadNetworksCreateDnsZoneResponse>>;
409
+ /**
410
+ * Create a DNS zone by id in a private cloud workload network.
411
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
412
+ * @param privateCloudName Name of the private cloud
413
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
414
+ * @param workloadNetworkDnsZone NSX DNS Zone
415
+ * @param options The options parameters.
416
+ */
417
+ beginCreateDnsZoneAndWait(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone: WorkloadNetworkDnsZone, options?: WorkloadNetworksCreateDnsZoneOptionalParams): Promise<WorkloadNetworksCreateDnsZoneResponse>;
418
+ /**
419
+ * Create or update a DNS zone by id in a private cloud workload network.
420
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
421
+ * @param privateCloudName Name of the private cloud
422
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
423
+ * @param workloadNetworkDnsZone NSX DNS Zone
424
+ * @param options The options parameters.
425
+ */
426
+ beginUpdateDnsZone(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone: WorkloadNetworkDnsZone, options?: WorkloadNetworksUpdateDnsZoneOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdateDnsZoneResponse>, WorkloadNetworksUpdateDnsZoneResponse>>;
427
+ /**
428
+ * Create or update a DNS zone by id in a private cloud workload network.
429
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
430
+ * @param privateCloudName Name of the private cloud
431
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
432
+ * @param workloadNetworkDnsZone NSX DNS Zone
433
+ * @param options The options parameters.
434
+ */
435
+ beginUpdateDnsZoneAndWait(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone: WorkloadNetworkDnsZone, options?: WorkloadNetworksUpdateDnsZoneOptionalParams): Promise<WorkloadNetworksUpdateDnsZoneResponse>;
436
+ /**
437
+ * Delete a DNS zone by id in a private cloud workload network.
438
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
439
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
440
+ * @param privateCloudName Name of the private cloud
441
+ * @param options The options parameters.
442
+ */
443
+ beginDeleteDnsZone(resourceGroupName: string, dnsZoneId: string, privateCloudName: string, options?: WorkloadNetworksDeleteDnsZoneOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
444
+ /**
445
+ * Delete a DNS zone by id in a private cloud workload network.
446
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
447
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
448
+ * @param privateCloudName Name of the private cloud
449
+ * @param options The options parameters.
450
+ */
451
+ beginDeleteDnsZoneAndWait(resourceGroupName: string, dnsZoneId: string, privateCloudName: string, options?: WorkloadNetworksDeleteDnsZoneOptionalParams): Promise<void>;
452
+ /**
453
+ * Get a Public IP Block by id in a private cloud workload network.
454
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
455
+ * @param privateCloudName Name of the private cloud
456
+ * @param publicIPId NSX Public IP Block identifier. Generally the same as the Public IP Block's
457
+ * display name
458
+ * @param options The options parameters.
459
+ */
460
+ getPublicIP(resourceGroupName: string, privateCloudName: string, publicIPId: string, options?: WorkloadNetworksGetPublicIPOptionalParams): Promise<WorkloadNetworksGetPublicIPResponse>;
461
+ /**
462
+ * Create a Public IP Block by id in a private cloud workload network.
463
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
464
+ * @param privateCloudName Name of the private cloud
465
+ * @param publicIPId NSX Public IP Block identifier. Generally the same as the Public IP Block's
466
+ * display name
467
+ * @param workloadNetworkPublicIP NSX Public IP Block
468
+ * @param options The options parameters.
469
+ */
470
+ beginCreatePublicIP(resourceGroupName: string, privateCloudName: string, publicIPId: string, workloadNetworkPublicIP: WorkloadNetworkPublicIP, options?: WorkloadNetworksCreatePublicIPOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreatePublicIPResponse>, WorkloadNetworksCreatePublicIPResponse>>;
471
+ /**
472
+ * Create a Public IP Block by id in a private cloud workload network.
473
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
474
+ * @param privateCloudName Name of the private cloud
475
+ * @param publicIPId NSX Public IP Block identifier. Generally the same as the Public IP Block's
476
+ * display name
477
+ * @param workloadNetworkPublicIP NSX Public IP Block
478
+ * @param options The options parameters.
479
+ */
480
+ beginCreatePublicIPAndWait(resourceGroupName: string, privateCloudName: string, publicIPId: string, workloadNetworkPublicIP: WorkloadNetworkPublicIP, options?: WorkloadNetworksCreatePublicIPOptionalParams): Promise<WorkloadNetworksCreatePublicIPResponse>;
481
+ /**
482
+ * Delete a Public IP Block by id in a private cloud workload network.
483
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
484
+ * @param publicIPId NSX Public IP Block identifier. Generally the same as the Public IP Block's
485
+ * display name
486
+ * @param privateCloudName Name of the private cloud
487
+ * @param options The options parameters.
488
+ */
489
+ beginDeletePublicIP(resourceGroupName: string, publicIPId: string, privateCloudName: string, options?: WorkloadNetworksDeletePublicIPOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
490
+ /**
491
+ * Delete a Public IP Block by id in a private cloud workload network.
492
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
493
+ * @param publicIPId NSX Public IP Block identifier. Generally the same as the Public IP Block's
494
+ * display name
495
+ * @param privateCloudName Name of the private cloud
496
+ * @param options The options parameters.
497
+ */
498
+ beginDeletePublicIPAndWait(resourceGroupName: string, publicIPId: string, privateCloudName: string, options?: WorkloadNetworksDeletePublicIPOptionalParams): Promise<void>;
499
+ }
500
+ //# sourceMappingURL=workloadNetworks.d.ts.map