@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
@@ -1,1262 +1,3432 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
4
  *
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
11
10
 
12
- export { BaseResource, CloudError };
11
+ export type WorkloadNetworkDhcpEntityUnion =
12
+ | WorkloadNetworkDhcpEntity
13
+ | WorkloadNetworkDhcpServer
14
+ | WorkloadNetworkDhcpRelay;
15
+ export type AddonPropertiesUnion =
16
+ | AddonProperties
17
+ | AddonSrmProperties
18
+ | AddonVrProperties
19
+ | AddonHcxProperties;
20
+ export type PlacementPolicyPropertiesUnion =
21
+ | PlacementPolicyProperties
22
+ | VmPlacementPolicyProperties
23
+ | VmHostPlacementPolicyProperties;
24
+ export type ScriptExecutionParameterUnion =
25
+ | ScriptExecutionParameter
26
+ | ScriptSecureStringExecutionParameter
27
+ | ScriptStringExecutionParameter
28
+ | PSCredentialExecutionParameter;
13
29
 
14
- /**
15
- * Subscription trial availability
16
- */
17
- export interface Trial {
30
+ /** Pageable list of operations */
31
+ export interface OperationList {
18
32
  /**
19
- * Trial status. Possible values include: 'TrialAvailable', 'TrialUsed', 'TrialDisabled'
20
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
33
+ * List of operations
34
+ * NOTE: This property will not be serialized. It can only be populated by the server.
21
35
  */
22
- readonly status?: TrialStatus;
36
+ readonly value?: Operation[];
23
37
  /**
24
- * Number of trial hosts available
25
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
38
+ * URL to get the next page if any
39
+ * NOTE: This property will not be serialized. It can only be populated by the server.
26
40
  */
27
- readonly availableHosts?: number;
41
+ readonly nextLink?: string;
28
42
  }
29
43
 
30
- /**
31
- * Subscription quotas
32
- */
33
- export interface Quota {
44
+ /** A REST API operation */
45
+ export interface Operation {
34
46
  /**
35
- * Remaining hosts quota by sku type
36
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
47
+ * Name of the operation being performed on this object
48
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
49
  */
38
- readonly hostsRemaining?: { [propertyName: string]: number };
50
+ readonly name?: string;
39
51
  /**
40
- * Host quota is active for current subscription. Possible values include: 'Enabled', 'Disabled'
41
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
52
+ * Contains the localized display information for this operation
53
+ * NOTE: This property will not be serialized. It can only be populated by the server.
42
54
  */
43
- readonly quotaEnabled?: QuotaEnabled;
55
+ readonly display?: OperationDisplay;
56
+ /** Gets or sets a value indicating whether the operation is a data action or not */
57
+ isDataAction?: boolean;
58
+ /** Origin of the operation */
59
+ origin?: string;
60
+ /** Properties of the operation */
61
+ properties?: OperationProperties;
44
62
  }
45
63
 
46
- /**
47
- * The core properties of ARM resources
48
- */
49
- export interface Resource extends BaseResource {
50
- /**
51
- * Resource ID.
52
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
53
- */
54
- readonly id?: string;
64
+ /** Contains the localized display information for this operation */
65
+ export interface OperationDisplay {
55
66
  /**
56
- * Resource name.
57
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
67
+ * Localized friendly form of the resource provider name
68
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
69
  */
59
- readonly name?: string;
70
+ readonly provider?: string;
60
71
  /**
61
- * Resource type.
62
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
72
+ * Localized friendly form of the resource type related to this operation
73
+ * NOTE: This property will not be serialized. It can only be populated by the server.
63
74
  */
64
- readonly type?: string;
65
- }
66
-
67
- /**
68
- * The resource model definition for a ARM tracked top level resource
69
- */
70
- export interface TrackedResource extends Resource {
75
+ readonly resource?: string;
71
76
  /**
72
- * Resource location
77
+ * Localized friendly name for the operation
78
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
79
  */
74
- location?: string;
80
+ readonly operation?: string;
75
81
  /**
76
- * Resource tags
82
+ * Localized friendly description for the operation
83
+ * NOTE: This property will not be serialized. It can only be populated by the server.
77
84
  */
78
- tags?: { [propertyName: string]: string };
85
+ readonly description?: string;
79
86
  }
80
87
 
81
- /**
82
- * The resource management error additional info.
83
- */
84
- export interface ErrorAdditionalInfo {
85
- /**
86
- * The additional info type.
87
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
88
- */
89
- readonly type?: string;
90
- /**
91
- * The additional info.
92
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
93
- */
94
- readonly info?: any;
88
+ /** Extra Operation properties */
89
+ export interface OperationProperties {
90
+ /** Service specifications of the operation */
91
+ serviceSpecification?: ServiceSpecification;
95
92
  }
96
93
 
97
- /**
98
- * The resource management error response.
99
- */
94
+ /** Service specification payload */
95
+ export interface ServiceSpecification {
96
+ /** Specifications of the Log for Azure Monitoring */
97
+ logSpecifications?: LogSpecification[];
98
+ /** Specifications of the Metrics for Azure Monitoring */
99
+ metricSpecifications?: MetricSpecification[];
100
+ }
101
+
102
+ /** Specifications of the Log for Azure Monitoring */
103
+ export interface LogSpecification {
104
+ /** Name of the log */
105
+ name?: string;
106
+ /** Localized friendly display name of the log */
107
+ displayName?: string;
108
+ /** Blob duration of the log */
109
+ blobDuration?: string;
110
+ }
111
+
112
+ /** Specifications of the Metrics for Azure Monitoring */
113
+ export interface MetricSpecification {
114
+ /** Name of the metric */
115
+ name?: string;
116
+ /** Localized friendly display name of the metric */
117
+ displayName?: string;
118
+ /** Localized friendly description of the metric */
119
+ displayDescription?: string;
120
+ /** Unit that makes sense for the metric */
121
+ unit?: string;
122
+ /** Name of the metric category that the metric belongs to. A metric can only belong to a single category. */
123
+ category?: string;
124
+ /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
125
+ aggregationType?: string;
126
+ /** Supported aggregation types */
127
+ supportedAggregationTypes?: string[];
128
+ /** Supported time grain types */
129
+ supportedTimeGrainTypes?: string[];
130
+ /** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */
131
+ fillGapWithZero?: boolean;
132
+ /** Dimensions of the metric */
133
+ dimensions?: MetricDimension[];
134
+ /** Whether or not the service is using regional MDM accounts. */
135
+ enableRegionalMdmAccount?: string;
136
+ /** The name of the MDM account. */
137
+ sourceMdmAccount?: string;
138
+ /** The name of the MDM namespace. */
139
+ sourceMdmNamespace?: string;
140
+ }
141
+
142
+ /** Specifications of the Dimension of metrics */
143
+ export interface MetricDimension {
144
+ /** Name of the dimension */
145
+ name?: string;
146
+ /** Localized friendly display name of the dimension */
147
+ displayName?: string;
148
+ /** Name of the dimension as it appears in MDM */
149
+ internalName?: string;
150
+ /** A boolean flag indicating whether this dimension should be included for the shoebox export scenario */
151
+ toBeExportedForShoebox?: boolean;
152
+ }
153
+
154
+ /** API error response */
155
+ export interface CloudError {
156
+ /** An error returned by the API */
157
+ error?: ErrorResponse;
158
+ }
159
+
160
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
100
161
  export interface ErrorResponse {
101
162
  /**
102
163
  * The error code.
103
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
164
+ * NOTE: This property will not be serialized. It can only be populated by the server.
104
165
  */
105
166
  readonly code?: string;
106
167
  /**
107
168
  * The error message.
108
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
169
+ * NOTE: This property will not be serialized. It can only be populated by the server.
109
170
  */
110
171
  readonly message?: string;
111
172
  /**
112
173
  * The error target.
113
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
174
+ * NOTE: This property will not be serialized. It can only be populated by the server.
114
175
  */
115
176
  readonly target?: string;
116
177
  /**
117
178
  * The error details.
118
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
179
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
180
  */
120
181
  readonly details?: ErrorResponse[];
121
182
  /**
122
183
  * The error additional info.
123
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
184
+ * NOTE: This property will not be serialized. It can only be populated by the server.
124
185
  */
125
186
  readonly additionalInfo?: ErrorAdditionalInfo[];
126
187
  }
127
188
 
128
- /**
129
- * Contains the localized display information for this operation
130
- */
131
- export interface OperationDisplay {
189
+ /** The resource management error additional info. */
190
+ export interface ErrorAdditionalInfo {
132
191
  /**
133
- * Localized friendly form of the resource provider name
134
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
192
+ * The additional info type.
193
+ * NOTE: This property will not be serialized. It can only be populated by the server.
135
194
  */
136
- readonly provider?: string;
195
+ readonly type?: string;
137
196
  /**
138
- * Localized friendly form of the resource type related to this operation
139
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
197
+ * The additional info.
198
+ * NOTE: This property will not be serialized. It can only be populated by the server.
140
199
  */
141
- readonly resource?: string;
200
+ readonly info?: Record<string, unknown>;
201
+ }
202
+
203
+ /** Subscription trial availability */
204
+ export interface Trial {
142
205
  /**
143
- * Localized friendly name for the operation
144
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
206
+ * Trial status
207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
145
208
  */
146
- readonly operation?: string;
209
+ readonly status?: TrialStatus;
147
210
  /**
148
- * Localized friendly description for the operation
149
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
211
+ * Number of trial hosts available
212
+ * NOTE: This property will not be serialized. It can only be populated by the server.
150
213
  */
151
- readonly description?: string;
214
+ readonly availableHosts?: number;
152
215
  }
153
216
 
154
- /**
155
- * A REST API operation
156
- */
157
- export interface Operation {
217
+ /** Subscription quotas */
218
+ export interface Quota {
158
219
  /**
159
- * Name of the operation being performed on this object
160
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
220
+ * Remaining hosts quota by sku type
221
+ * NOTE: This property will not be serialized. It can only be populated by the server.
161
222
  */
162
- readonly name?: string;
223
+ readonly hostsRemaining?: { [propertyName: string]: number };
163
224
  /**
164
- * Contains the localized display information for this operation
165
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
225
+ * Host quota is active for current subscription
226
+ * NOTE: This property will not be serialized. It can only be populated by the server.
166
227
  */
167
- readonly display?: OperationDisplay;
228
+ readonly quotaEnabled?: QuotaEnabled;
168
229
  }
169
230
 
170
- /**
171
- * ExpressRoute Circuit Authorization
172
- */
173
- export interface ExpressRouteAuthorization extends Resource {
174
- /**
175
- * The state of the ExpressRoute Circuit Authorization provisioning. Possible values include:
176
- * 'Succeeded', 'Failed', 'Updating'
177
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
178
- */
179
- readonly provisioningState?: ExpressRouteAuthorizationProvisioningState;
231
+ /** A paged list of private clouds */
232
+ export interface PrivateCloudList {
180
233
  /**
181
- * The ID of the ExpressRoute Circuit Authorization
182
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
234
+ * The items on the page
235
+ * NOTE: This property will not be serialized. It can only be populated by the server.
183
236
  */
184
- readonly expressRouteAuthorizationId?: string;
237
+ readonly value?: PrivateCloud[];
185
238
  /**
186
- * The key of the ExpressRoute Circuit Authorization
187
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
239
+ * URL to get the next page if any
240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
188
241
  */
189
- readonly expressRouteAuthorizationKey?: string;
242
+ readonly nextLink?: string;
190
243
  }
191
244
 
192
- /**
193
- * An ExpressRoute Circuit
194
- */
245
+ /** The resource model definition representing SKU */
246
+ export interface Sku {
247
+ /** The name of the SKU. */
248
+ name: string;
249
+ }
250
+
251
+ /** An ExpressRoute Circuit */
195
252
  export interface Circuit {
196
253
  /**
197
254
  * CIDR of primary subnet
198
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
255
+ * NOTE: This property will not be serialized. It can only be populated by the server.
199
256
  */
200
257
  readonly primarySubnet?: string;
201
258
  /**
202
259
  * CIDR of secondary subnet
203
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
204
261
  */
205
262
  readonly secondarySubnet?: string;
206
263
  /**
207
264
  * Identifier of the ExpressRoute Circuit (Microsoft Colo only)
208
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
265
+ * NOTE: This property will not be serialized. It can only be populated by the server.
209
266
  */
210
267
  readonly expressRouteID?: string;
211
268
  /**
212
269
  * ExpressRoute Circuit private peering identifier
213
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
214
271
  */
215
272
  readonly expressRoutePrivatePeeringID?: string;
216
273
  }
217
274
 
218
- /**
219
- * Endpoint addresses
220
- */
275
+ /** Endpoint addresses */
221
276
  export interface Endpoints {
222
277
  /**
223
278
  * Endpoint for the NSX-T Data Center manager
224
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
279
+ * NOTE: This property will not be serialized. It can only be populated by the server.
225
280
  */
226
281
  readonly nsxtManager?: string;
227
282
  /**
228
283
  * Endpoint for Virtual Center Server Appliance
229
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
284
+ * NOTE: This property will not be serialized. It can only be populated by the server.
230
285
  */
231
286
  readonly vcsa?: string;
232
287
  /**
233
288
  * Endpoint for the HCX Cloud Manager
234
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
289
+ * NOTE: This property will not be serialized. It can only be populated by the server.
235
290
  */
236
291
  readonly hcxCloudManager?: string;
237
292
  }
238
293
 
239
- /**
240
- * vCenter Single Sign On Identity Source
241
- */
242
- export interface IdentitySource {
294
+ /** The properties of a private cloud resource that may be updated */
295
+ export interface PrivateCloudUpdateProperties {
296
+ /** The default cluster used for management */
297
+ managementCluster?: ManagementCluster;
298
+ /** Connectivity to internet is enabled or disabled */
299
+ internet?: InternetEnum;
300
+ /** vCenter Single Sign On Identity Sources */
301
+ identitySources?: IdentitySource[];
302
+ /** Properties describing how the cloud is distributed across availability zones */
303
+ availability?: AvailabilityProperties;
304
+ /** Customer managed key encryption, can be enabled or disabled */
305
+ encryption?: Encryption;
306
+ }
307
+
308
+ /** The common properties of a cluster */
309
+ export interface CommonClusterProperties {
310
+ /** The cluster size */
311
+ clusterSize?: number;
243
312
  /**
244
- * The name of the identity source
313
+ * The state of the cluster provisioning
314
+ * NOTE: This property will not be serialized. It can only be populated by the server.
245
315
  */
246
- name?: string;
316
+ readonly provisioningState?: ClusterProvisioningState;
247
317
  /**
248
- * The domain's NetBIOS name
318
+ * The identity
319
+ * NOTE: This property will not be serialized. It can only be populated by the server.
249
320
  */
321
+ readonly clusterId?: number;
322
+ /** The hosts */
323
+ hosts?: string[];
324
+ }
325
+
326
+ /** vCenter Single Sign On Identity Source */
327
+ export interface IdentitySource {
328
+ /** The name of the identity source */
329
+ name?: string;
330
+ /** The domain's NetBIOS name */
250
331
  alias?: string;
251
- /**
252
- * The domain's dns name
253
- */
332
+ /** The domain's dns name */
254
333
  domain?: string;
255
- /**
256
- * The base distinguished name for users
257
- */
334
+ /** The base distinguished name for users */
258
335
  baseUserDN?: string;
259
- /**
260
- * The base distinguished name for groups
261
- */
336
+ /** The base distinguished name for groups */
262
337
  baseGroupDN?: string;
263
- /**
264
- * Primary server URL
265
- */
338
+ /** Primary server URL */
266
339
  primaryServer?: string;
267
- /**
268
- * Secondary server URL
269
- */
340
+ /** Secondary server URL */
270
341
  secondaryServer?: string;
271
- /**
272
- * Protect LDAP communication using SSL certificate (LDAPS). Possible values include: 'Enabled',
273
- * 'Disabled'
274
- */
342
+ /** Protect LDAP communication using SSL certificate (LDAPS) */
275
343
  ssl?: SslEnum;
276
- /**
277
- * The ID of an Active Directory user with a minimum of read-only access to Base DN for users and
278
- * group
279
- */
344
+ /** The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group */
280
345
  username?: string;
281
- /**
282
- * The password of the Active Directory user with a minimum of read-only access to Base DN for
283
- * users and groups.
284
- */
346
+ /** The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups. */
285
347
  password?: string;
286
348
  }
287
349
 
288
- /**
289
- * The resource model definition representing SKU
290
- */
291
- export interface Sku {
292
- /**
293
- * The name of the SKU.
294
- */
295
- name: string;
350
+ /** The properties describing private cloud availability zone distribution */
351
+ export interface AvailabilityProperties {
352
+ /** The availability strategy for the private cloud */
353
+ strategy?: AvailabilityStrategy;
354
+ /** The primary availability zone for the private cloud */
355
+ zone?: number;
356
+ /** The secondary availability zone for the private cloud */
357
+ secondaryZone?: number;
296
358
  }
297
359
 
298
- /**
299
- * A private cloud resource
300
- */
301
- export interface PrivateCloud extends TrackedResource {
360
+ /** The properties of customer managed encryption key */
361
+ export interface Encryption {
362
+ /** Status of customer managed encryption key */
363
+ status?: EncryptionState;
364
+ /** The key vault where the encryption key is stored */
365
+ keyVaultProperties?: EncryptionKeyVaultProperties;
366
+ }
367
+
368
+ /** An Encryption Key */
369
+ export interface EncryptionKeyVaultProperties {
370
+ /** The name of the key. */
371
+ keyName?: string;
372
+ /** The version of the key. */
373
+ keyVersion?: string;
374
+ /** The URL of the vault. */
375
+ keyVaultUrl?: string;
302
376
  /**
303
- * The private cloud SKU
377
+ * The state of key provided
378
+ * NOTE: This property will not be serialized. It can only be populated by the server.
304
379
  */
305
- sku: Sku;
380
+ readonly keyState?: EncryptionKeyStatus;
306
381
  /**
307
- * The default cluster used for management
382
+ * Property of the key if user provided or auto detected
383
+ * NOTE: This property will not be serialized. It can only be populated by the server.
308
384
  */
309
- managementCluster?: ManagementCluster;
385
+ readonly versionType?: EncryptionVersionType;
386
+ }
387
+
388
+ /** Identity for the virtual machine. */
389
+ export interface PrivateCloudIdentity {
310
390
  /**
311
- * Connectivity to internet is enabled or disabled. Possible values include: 'Enabled',
312
- * 'Disabled'
391
+ * The principal ID of private cloud identity. This property will only be provided for a system assigned identity.
392
+ * NOTE: This property will not be serialized. It can only be populated by the server.
313
393
  */
314
- internet?: InternetEnum;
394
+ readonly principalId?: string;
315
395
  /**
316
- * vCenter Single Sign On Identity Sources
396
+ * The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.
397
+ * NOTE: This property will not be serialized. It can only be populated by the server.
317
398
  */
318
- identitySources?: IdentitySource[];
399
+ readonly tenantId?: string;
400
+ /** The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud. */
401
+ type?: ResourceIdentityType;
402
+ }
403
+
404
+ /** The core properties of ARM resources */
405
+ export interface Resource {
319
406
  /**
320
- * The provisioning state. Possible values include: 'Succeeded', 'Failed', 'Cancelled',
321
- * 'Pending', 'Building', 'Deleting', 'Updating'
322
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
407
+ * Resource ID.
408
+ * NOTE: This property will not be serialized. It can only be populated by the server.
323
409
  */
324
- readonly provisioningState?: PrivateCloudProvisioningState;
410
+ readonly id?: string;
325
411
  /**
326
- * An ExpressRoute Circuit
412
+ * Resource name.
413
+ * NOTE: This property will not be serialized. It can only be populated by the server.
327
414
  */
328
- circuit?: Circuit;
415
+ readonly name?: string;
329
416
  /**
330
- * The endpoints
331
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
417
+ * Resource type.
418
+ * NOTE: This property will not be serialized. It can only be populated by the server.
332
419
  */
333
- readonly endpoints?: Endpoints;
420
+ readonly type?: string;
421
+ }
422
+
423
+ /** An update to a private cloud resource */
424
+ export interface PrivateCloudUpdate {
425
+ /** Resource tags */
426
+ tags?: { [propertyName: string]: string };
427
+ /** The identity of the private cloud, if configured. */
428
+ identity?: PrivateCloudIdentity;
429
+ /** The default cluster used for management */
430
+ managementCluster?: ManagementCluster;
431
+ /** Connectivity to internet is enabled or disabled */
432
+ internet?: InternetEnum;
433
+ /** vCenter Single Sign On Identity Sources */
434
+ identitySources?: IdentitySource[];
435
+ /** Properties describing how the cloud is distributed across availability zones */
436
+ availability?: AvailabilityProperties;
437
+ /** Customer managed key encryption, can be enabled or disabled */
438
+ encryption?: Encryption;
439
+ }
440
+
441
+ /** A paged list of clusters */
442
+ export interface ClusterList {
334
443
  /**
335
- * The block of addresses should be unique across VNet in your subscription as well as
336
- * on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0
337
- * and 255, and X is between 0 and 22
444
+ * The items on a page
445
+ * NOTE: This property will not be serialized. It can only be populated by the server.
338
446
  */
339
- networkBlock: string;
447
+ readonly value?: Cluster[];
340
448
  /**
341
- * Network used to access vCenter Server and NSX-T Manager
342
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
449
+ * URL to get the next page if any
450
+ * NOTE: This property will not be serialized. It can only be populated by the server.
343
451
  */
344
- readonly managementNetwork?: string;
452
+ readonly nextLink?: string;
453
+ }
454
+
455
+ /** An update of a cluster resource */
456
+ export interface ClusterUpdate {
457
+ /** The cluster size */
458
+ clusterSize?: number;
459
+ /** The hosts */
460
+ hosts?: string[];
461
+ }
462
+
463
+ /** A paged list of datastores */
464
+ export interface DatastoreList {
345
465
  /**
346
- * Used for virtual machine cold migration, cloning, and snapshot migration
347
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
466
+ * The items on a page
467
+ * NOTE: This property will not be serialized. It can only be populated by the server.
348
468
  */
349
- readonly provisioningNetwork?: string;
469
+ readonly value?: Datastore[];
350
470
  /**
351
- * Used for live migration of virtual machines
352
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
471
+ * URL to get the next page if any
472
+ * NOTE: This property will not be serialized. It can only be populated by the server.
353
473
  */
354
- readonly vmotionNetwork?: string;
474
+ readonly nextLink?: string;
475
+ }
476
+
477
+ /** An Azure NetApp Files volume from Microsoft.NetApp provider */
478
+ export interface NetAppVolume {
479
+ /** Azure resource ID of the NetApp volume */
480
+ id: string;
481
+ }
482
+
483
+ /** An iSCSI volume from Microsoft.StoragePool provider */
484
+ export interface DiskPoolVolume {
485
+ /** Azure resource ID of the iSCSI target */
486
+ targetId: string;
487
+ /** Name of the LUN to be used for datastore */
488
+ lunName: string;
489
+ /** Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN */
490
+ mountOption?: MountOptionEnum;
355
491
  /**
356
- * Optionally, set the vCenter admin password when the private cloud is created
492
+ * Device path
493
+ * NOTE: This property will not be serialized. It can only be populated by the server.
357
494
  */
358
- vcenterPassword?: string;
495
+ readonly path?: string;
496
+ }
497
+
498
+ /** Administrative credentials for accessing vCenter and NSX-T */
499
+ export interface AdminCredentials {
359
500
  /**
360
- * Optionally, set the NSX-T Manager password when the private cloud is created
501
+ * NSX-T Manager username
502
+ * NOTE: This property will not be serialized. It can only be populated by the server.
361
503
  */
362
- nsxtPassword?: string;
504
+ readonly nsxtUsername?: string;
363
505
  /**
364
- * Thumbprint of the vCenter Server SSL certificate
365
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
506
+ * NSX-T Manager password
507
+ * NOTE: This property will not be serialized. It can only be populated by the server.
366
508
  */
367
- readonly vcenterCertificateThumbprint?: string;
509
+ readonly nsxtPassword?: string;
368
510
  /**
369
- * Thumbprint of the NSX-T Manager SSL certificate
370
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
511
+ * vCenter admin username
512
+ * NOTE: This property will not be serialized. It can only be populated by the server.
371
513
  */
372
- readonly nsxtCertificateThumbprint?: string;
373
- }
374
-
375
- /**
376
- * The properties of a cluster that may be updated
377
- */
378
- export interface ClusterUpdateProperties {
514
+ readonly vcenterUsername?: string;
379
515
  /**
380
- * The cluster size
516
+ * vCenter admin password
517
+ * NOTE: This property will not be serialized. It can only be populated by the server.
381
518
  */
382
- clusterSize?: number;
519
+ readonly vcenterPassword?: string;
383
520
  }
384
521
 
385
- /**
386
- * The properties of a default cluster
387
- */
388
- export interface ManagementCluster extends ClusterUpdateProperties {
522
+ /** A paged list of HCX Enterprise Sites */
523
+ export interface HcxEnterpriseSiteList {
389
524
  /**
390
- * The identity
391
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
525
+ * The items on a page
526
+ * NOTE: This property will not be serialized. It can only be populated by the server.
392
527
  */
393
- readonly clusterId?: number;
528
+ readonly value?: HcxEnterpriseSite[];
394
529
  /**
395
- * The hosts
396
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
530
+ * URL to get the next page if any
531
+ * NOTE: This property will not be serialized. It can only be populated by the server.
397
532
  */
398
- readonly hosts?: string[];
533
+ readonly nextLink?: string;
399
534
  }
400
535
 
401
- /**
402
- * An update to a private cloud resource
403
- */
404
- export interface PrivateCloudUpdate {
536
+ /** A paged list of ExpressRoute Circuit Authorizations */
537
+ export interface ExpressRouteAuthorizationList {
405
538
  /**
406
- * Resource tags.
539
+ * The items on a page
540
+ * NOTE: This property will not be serialized. It can only be populated by the server.
407
541
  */
408
- tags?: { [propertyName: string]: string };
542
+ readonly value?: ExpressRouteAuthorization[];
409
543
  /**
410
- * The default cluster used for management
544
+ * URL to get the next page if any
545
+ * NOTE: This property will not be serialized. It can only be populated by the server.
411
546
  */
412
- managementCluster?: ManagementCluster;
547
+ readonly nextLink?: string;
548
+ }
549
+
550
+ /** A paged list of global reach connections */
551
+ export interface GlobalReachConnectionList {
413
552
  /**
414
- * Connectivity to internet is enabled or disabled. Possible values include: 'Enabled',
415
- * 'Disabled'
553
+ * The items on a page
554
+ * NOTE: This property will not be serialized. It can only be populated by the server.
416
555
  */
417
- internet?: InternetEnum;
556
+ readonly value?: GlobalReachConnection[];
418
557
  /**
419
- * vCenter Single Sign On Identity Sources
558
+ * URL to get the next page if any
559
+ * NOTE: This property will not be serialized. It can only be populated by the server.
420
560
  */
421
- identitySources?: IdentitySource[];
561
+ readonly nextLink?: string;
422
562
  }
423
563
 
424
- /**
425
- * A cluster resource
426
- */
427
- export interface Cluster extends Resource {
564
+ /** A list of NSX Segments */
565
+ export interface WorkloadNetworkSegmentsList {
428
566
  /**
429
- * The cluster SKU
567
+ * The items on the page
568
+ * NOTE: This property will not be serialized. It can only be populated by the server.
430
569
  */
431
- sku: Sku;
570
+ readonly value?: WorkloadNetworkSegment[];
432
571
  /**
433
- * The cluster size
572
+ * URL to get the next page if any
573
+ * NOTE: This property will not be serialized. It can only be populated by the server.
434
574
  */
435
- clusterSize?: number;
436
- /**
437
- * The identity
438
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
439
- */
440
- readonly clusterId?: number;
575
+ readonly nextLink?: string;
576
+ }
577
+
578
+ /** Subnet configuration for segment */
579
+ export interface WorkloadNetworkSegmentSubnet {
580
+ /** DHCP Range assigned for subnet. */
581
+ dhcpRanges?: string[];
582
+ /** Gateway address. */
583
+ gatewayAddress?: string;
584
+ }
585
+
586
+ /** Ports and any VIF attached to segment. */
587
+ export interface WorkloadNetworkSegmentPortVif {
588
+ /** Name of port or VIF attached to segment. */
589
+ portName?: string;
590
+ }
591
+
592
+ /** A list of NSX dhcp entities */
593
+ export interface WorkloadNetworkDhcpList {
441
594
  /**
442
- * The hosts
443
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
595
+ * The items on the page
596
+ * NOTE: This property will not be serialized. It can only be populated by the server.
444
597
  */
445
- readonly hosts?: string[];
598
+ readonly value?: WorkloadNetworkDhcp[];
446
599
  /**
447
- * The state of the cluster provisioning. Possible values include: 'Succeeded', 'Failed',
448
- * 'Cancelled', 'Deleting', 'Updating'
449
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
600
+ * URL to get the next page if any
601
+ * NOTE: This property will not be serialized. It can only be populated by the server.
450
602
  */
451
- readonly provisioningState?: ClusterProvisioningState;
603
+ readonly nextLink?: string;
452
604
  }
453
605
 
454
- /**
455
- * An update of a cluster resource
456
- */
457
- export interface ClusterUpdate {
606
+ /** Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to inherit from */
607
+ export interface WorkloadNetworkDhcpEntity {
608
+ /** Polymorphic discriminator, which specifies the different types this object can be */
609
+ dhcpType: "SERVER" | "RELAY";
610
+ /** Display name of the DHCP entity. */
611
+ displayName?: string;
458
612
  /**
459
- * The cluster size
613
+ * NSX Segments consuming DHCP.
614
+ * NOTE: This property will not be serialized. It can only be populated by the server.
460
615
  */
461
- clusterSize?: number;
616
+ readonly segments?: string[];
617
+ /**
618
+ * The provisioning state
619
+ * NOTE: This property will not be serialized. It can only be populated by the server.
620
+ */
621
+ readonly provisioningState?: WorkloadNetworkDhcpProvisioningState;
622
+ /** NSX revision number. */
623
+ revision?: number;
462
624
  }
463
625
 
464
- /**
465
- * Administrative credentials for accessing vCenter and NSX-T
466
- */
467
- export interface AdminCredentials {
626
+ /** A list of NSX Gateways */
627
+ export interface WorkloadNetworkGatewayList {
468
628
  /**
469
- * NSX-T Manager username
470
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
629
+ * The items on the page
630
+ * NOTE: This property will not be serialized. It can only be populated by the server.
471
631
  */
472
- readonly nsxtUsername?: string;
632
+ readonly value?: WorkloadNetworkGateway[];
473
633
  /**
474
- * NSX-T Manager password
475
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
634
+ * URL to get the next page if any
635
+ * NOTE: This property will not be serialized. It can only be populated by the server.
476
636
  */
477
- readonly nsxtPassword?: string;
637
+ readonly nextLink?: string;
638
+ }
639
+
640
+ /** A list of NSX Port Mirroring */
641
+ export interface WorkloadNetworkPortMirroringList {
478
642
  /**
479
- * vCenter admin username
480
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
643
+ * The items on the page
644
+ * NOTE: This property will not be serialized. It can only be populated by the server.
481
645
  */
482
- readonly vcenterUsername?: string;
646
+ readonly value?: WorkloadNetworkPortMirroring[];
483
647
  /**
484
- * vCenter admin password
485
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
648
+ * URL to get the next page if any
649
+ * NOTE: This property will not be serialized. It can only be populated by the server.
486
650
  */
487
- readonly vcenterPassword?: string;
651
+ readonly nextLink?: string;
488
652
  }
489
653
 
490
- /**
491
- * An HCX Enterprise Site resource
492
- */
493
- export interface HcxEnterpriseSite extends Resource {
654
+ /** A list of NSX VM Groups */
655
+ export interface WorkloadNetworkVMGroupsList {
494
656
  /**
495
- * The activation key
496
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
657
+ * The items on the page
658
+ * NOTE: This property will not be serialized. It can only be populated by the server.
497
659
  */
498
- readonly activationKey?: string;
660
+ readonly value?: WorkloadNetworkVMGroup[];
499
661
  /**
500
- * The status of the HCX Enterprise Site. Possible values include: 'Available', 'Consumed',
501
- * 'Deactivated', 'Deleted'
502
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
662
+ * URL to get the next page if any
663
+ * NOTE: This property will not be serialized. It can only be populated by the server.
503
664
  */
504
- readonly status?: HcxEnterpriseSiteStatus;
665
+ readonly nextLink?: string;
505
666
  }
506
667
 
507
- /**
508
- * Optional Parameters.
509
- */
510
- export interface ClustersUpdateOptionalParams extends msRest.RequestOptionsBase {
668
+ /** A list of NSX Virtual Machines */
669
+ export interface WorkloadNetworkVirtualMachinesList {
511
670
  /**
512
- * The cluster size
671
+ * The items on the page
672
+ * NOTE: This property will not be serialized. It can only be populated by the server.
513
673
  */
514
- clusterSize?: number;
515
- }
516
-
517
- /**
518
- * Optional Parameters.
519
- */
520
- export interface ClustersBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
674
+ readonly value?: WorkloadNetworkVirtualMachine[];
521
675
  /**
522
- * The cluster size
676
+ * URL to get the next page if any
677
+ * NOTE: This property will not be serialized. It can only be populated by the server.
523
678
  */
524
- clusterSize?: number;
525
- }
526
-
527
- /**
528
- * An interface representing AvsClientOptions.
529
- */
530
- export interface AvsClientOptions extends AzureServiceClientOptions {
531
- baseUri?: string;
679
+ readonly nextLink?: string;
532
680
  }
533
681
 
534
- /**
535
- * @interface
536
- * Pageable list of operations
537
- * @extends Array<Operation>
538
- */
539
- export interface OperationList extends Array<Operation> {
682
+ /** A list of NSX DNS Services */
683
+ export interface WorkloadNetworkDnsServicesList {
684
+ /**
685
+ * The items on the page
686
+ * NOTE: This property will not be serialized. It can only be populated by the server.
687
+ */
688
+ readonly value?: WorkloadNetworkDnsService[];
540
689
  /**
541
690
  * URL to get the next page if any
542
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
691
+ * NOTE: This property will not be serialized. It can only be populated by the server.
543
692
  */
544
693
  readonly nextLink?: string;
545
694
  }
546
695
 
547
- /**
548
- * @interface
549
- * A paged list of private clouds
550
- * @extends Array<PrivateCloud>
551
- */
552
- export interface PrivateCloudList extends Array<PrivateCloud> {
696
+ /** A list of NSX DNS Zones */
697
+ export interface WorkloadNetworkDnsZonesList {
698
+ /**
699
+ * The items on the page
700
+ * NOTE: This property will not be serialized. It can only be populated by the server.
701
+ */
702
+ readonly value?: WorkloadNetworkDnsZone[];
553
703
  /**
554
704
  * URL to get the next page if any
555
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
705
+ * NOTE: This property will not be serialized. It can only be populated by the server.
556
706
  */
557
707
  readonly nextLink?: string;
558
708
  }
559
709
 
560
- /**
561
- * @interface
562
- * A paged list of clusters
563
- * @extends Array<Cluster>
564
- */
565
- export interface ClusterList extends Array<Cluster> {
710
+ /** A list of NSX Public IP Blocks */
711
+ export interface WorkloadNetworkPublicIPsList {
712
+ /**
713
+ * The items on the page
714
+ * NOTE: This property will not be serialized. It can only be populated by the server.
715
+ */
716
+ readonly value?: WorkloadNetworkPublicIP[];
566
717
  /**
567
718
  * URL to get the next page if any
568
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
719
+ * NOTE: This property will not be serialized. It can only be populated by the server.
569
720
  */
570
721
  readonly nextLink?: string;
571
722
  }
572
723
 
573
- /**
574
- * @interface
575
- * A paged list of HCX Enterprise Sites
576
- * @extends Array<HcxEnterpriseSite>
577
- */
578
- export interface HcxEnterpriseSiteList extends Array<HcxEnterpriseSite> {
724
+ /** A paged list of cloud links */
725
+ export interface CloudLinkList {
726
+ /**
727
+ * The items on a page
728
+ * NOTE: This property will not be serialized. It can only be populated by the server.
729
+ */
730
+ readonly value?: CloudLink[];
579
731
  /**
580
732
  * URL to get the next page if any
581
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
733
+ * NOTE: This property will not be serialized. It can only be populated by the server.
582
734
  */
583
735
  readonly nextLink?: string;
584
736
  }
585
737
 
586
- /**
587
- * @interface
588
- * A paged list of ExpressRoute Circuit Authorizations
589
- * @extends Array<ExpressRouteAuthorization>
590
- */
591
- export interface ExpressRouteAuthorizationList extends Array<ExpressRouteAuthorization> {
738
+ /** A paged list of addons */
739
+ export interface AddonList {
740
+ /**
741
+ * The items on a page
742
+ * NOTE: This property will not be serialized. It can only be populated by the server.
743
+ */
744
+ readonly value?: Addon[];
592
745
  /**
593
746
  * URL to get the next page if any
594
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
747
+ * NOTE: This property will not be serialized. It can only be populated by the server.
595
748
  */
596
749
  readonly nextLink?: string;
597
750
  }
598
751
 
599
- /**
600
- * Defines values for TrialStatus.
601
- * Possible values include: 'TrialAvailable', 'TrialUsed', 'TrialDisabled'
602
- * @readonly
603
- * @enum {string}
604
- */
605
- export type TrialStatus = 'TrialAvailable' | 'TrialUsed' | 'TrialDisabled';
606
-
607
- /**
608
- * Defines values for QuotaEnabled.
609
- * Possible values include: 'Enabled', 'Disabled'
610
- * @readonly
611
- * @enum {string}
612
- */
613
- export type QuotaEnabled = 'Enabled' | 'Disabled';
614
-
615
- /**
616
- * Defines values for ExpressRouteAuthorizationProvisioningState.
617
- * Possible values include: 'Succeeded', 'Failed', 'Updating'
618
- * @readonly
619
- * @enum {string}
620
- */
621
- export type ExpressRouteAuthorizationProvisioningState = 'Succeeded' | 'Failed' | 'Updating';
622
-
623
- /**
624
- * Defines values for SslEnum.
625
- * Possible values include: 'Enabled', 'Disabled'
626
- * @readonly
627
- * @enum {string}
628
- */
629
- export type SslEnum = 'Enabled' | 'Disabled';
630
-
631
- /**
632
- * Defines values for PrivateCloudProvisioningState.
633
- * Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Pending', 'Building', 'Deleting',
634
- * 'Updating'
635
- * @readonly
636
- * @enum {string}
637
- */
638
- export type PrivateCloudProvisioningState = 'Succeeded' | 'Failed' | 'Cancelled' | 'Pending' | 'Building' | 'Deleting' | 'Updating';
639
-
640
- /**
641
- * Defines values for InternetEnum.
642
- * Possible values include: 'Enabled', 'Disabled'
643
- * @readonly
644
- * @enum {string}
645
- */
646
- export type InternetEnum = 'Enabled' | 'Disabled';
647
-
648
- /**
649
- * Defines values for ClusterProvisioningState.
650
- * Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Deleting', 'Updating'
651
- * @readonly
652
- * @enum {string}
653
- */
654
- export type ClusterProvisioningState = 'Succeeded' | 'Failed' | 'Cancelled' | 'Deleting' | 'Updating';
655
-
656
- /**
657
- * Defines values for HcxEnterpriseSiteStatus.
658
- * Possible values include: 'Available', 'Consumed', 'Deactivated', 'Deleted'
659
- * @readonly
660
- * @enum {string}
661
- */
662
- export type HcxEnterpriseSiteStatus = 'Available' | 'Consumed' | 'Deactivated' | 'Deleted';
663
-
664
- /**
665
- * Contains response data for the list operation.
666
- */
667
- export type OperationsListResponse = OperationList & {
752
+ /** The properties of an addon */
753
+ export interface AddonProperties {
754
+ /** Polymorphic discriminator, which specifies the different types this object can be */
755
+ addonType: "SRM" | "VR" | "HCX";
668
756
  /**
669
- * The underlying HTTP response.
757
+ * The state of the addon provisioning
758
+ * NOTE: This property will not be serialized. It can only be populated by the server.
670
759
  */
671
- _response: msRest.HttpResponse & {
672
- /**
673
- * The response body as text (string format)
674
- */
675
- bodyAsText: string;
676
-
677
- /**
678
- * The response body as parsed JSON or XML
679
- */
680
- parsedBody: OperationList;
681
- };
682
- };
760
+ readonly provisioningState?: AddonProvisioningState;
761
+ }
683
762
 
684
- /**
685
- * Contains response data for the listNext operation.
686
- */
687
- export type OperationsListNextResponse = OperationList & {
763
+ /** A list of Virtual Machines */
764
+ export interface VirtualMachinesList {
688
765
  /**
689
- * The underlying HTTP response.
766
+ * The items to be displayed on the page
767
+ * NOTE: This property will not be serialized. It can only be populated by the server.
690
768
  */
691
- _response: msRest.HttpResponse & {
692
- /**
693
- * The response body as text (string format)
694
- */
695
- bodyAsText: string;
696
-
697
- /**
698
- * The response body as parsed JSON or XML
699
- */
700
- parsedBody: OperationList;
701
- };
702
- };
703
-
704
- /**
705
- * Contains response data for the checkTrialAvailability operation.
706
- */
707
- export type LocationsCheckTrialAvailabilityResponse = Trial & {
769
+ readonly value?: VirtualMachine[];
708
770
  /**
709
- * The underlying HTTP response.
771
+ * URL to get the next page if any
772
+ * NOTE: This property will not be serialized. It can only be populated by the server.
710
773
  */
711
- _response: msRest.HttpResponse & {
712
- /**
713
- * The response body as text (string format)
714
- */
715
- bodyAsText: string;
774
+ readonly nextLink?: string;
775
+ }
716
776
 
717
- /**
718
- * The response body as parsed JSON or XML
719
- */
720
- parsedBody: Trial;
721
- };
722
- };
777
+ /** Set VM DRS-driven movement to restricted (enabled) or not (disabled) */
778
+ export interface VirtualMachineRestrictMovement {
779
+ /** Whether VM DRS-driven movement is restricted (enabled) or not (disabled) */
780
+ restrictMovement?: VirtualMachineRestrictMovementState;
781
+ }
723
782
 
724
- /**
725
- * Contains response data for the checkQuotaAvailability operation.
726
- */
727
- export type LocationsCheckQuotaAvailabilityResponse = Quota & {
783
+ /** Represents list of placement policies */
784
+ export interface PlacementPoliciesList {
728
785
  /**
729
- * The underlying HTTP response.
786
+ * The items on the page
787
+ * NOTE: This property will not be serialized. It can only be populated by the server.
730
788
  */
731
- _response: msRest.HttpResponse & {
732
- /**
733
- * The response body as text (string format)
734
- */
735
- bodyAsText: string;
736
-
737
- /**
738
- * The response body as parsed JSON or XML
739
- */
740
- parsedBody: Quota;
741
- };
742
- };
743
-
744
- /**
745
- * Contains response data for the list operation.
746
- */
747
- export type PrivateCloudsListResponse = PrivateCloudList & {
789
+ readonly value?: PlacementPolicy[];
748
790
  /**
749
- * The underlying HTTP response.
791
+ * URL to get the next page if any
792
+ * NOTE: This property will not be serialized. It can only be populated by the server.
750
793
  */
751
- _response: msRest.HttpResponse & {
752
- /**
753
- * The response body as text (string format)
754
- */
755
- bodyAsText: string;
756
-
757
- /**
758
- * The response body as parsed JSON or XML
759
- */
760
- parsedBody: PrivateCloudList;
761
- };
762
- };
794
+ readonly nextLink?: string;
795
+ }
763
796
 
764
- /**
765
- * Contains response data for the listInSubscription operation.
766
- */
767
- export type PrivateCloudsListInSubscriptionResponse = PrivateCloudList & {
797
+ /** Abstract placement policy properties */
798
+ export interface PlacementPolicyProperties {
799
+ /** Polymorphic discriminator, which specifies the different types this object can be */
800
+ type: "VmVm" | "VmHost";
801
+ /** Whether the placement policy is enabled or disabled */
802
+ state?: PlacementPolicyState;
803
+ /** Display name of the placement policy */
804
+ displayName?: string;
768
805
  /**
769
- * The underlying HTTP response.
806
+ * The provisioning state
807
+ * NOTE: This property will not be serialized. It can only be populated by the server.
770
808
  */
771
- _response: msRest.HttpResponse & {
772
- /**
773
- * The response body as text (string format)
774
- */
775
- bodyAsText: string;
809
+ readonly provisioningState?: PlacementPolicyProvisioningState;
810
+ }
776
811
 
777
- /**
778
- * The response body as parsed JSON or XML
779
- */
780
- parsedBody: PrivateCloudList;
781
- };
782
- };
812
+ /** An update of a DRS placement policy resource */
813
+ export interface PlacementPolicyUpdate {
814
+ /** Whether the placement policy is enabled or disabled */
815
+ state?: PlacementPolicyState;
816
+ /** Virtual machine members list */
817
+ vmMembers?: string[];
818
+ /** Host members list */
819
+ hostMembers?: string[];
820
+ }
783
821
 
784
- /**
785
- * Contains response data for the get operation.
786
- */
787
- export type PrivateCloudsGetResponse = PrivateCloud & {
822
+ /** A list of the available script packages */
823
+ export interface ScriptPackagesList {
788
824
  /**
789
- * The underlying HTTP response.
825
+ * List of script package resources
826
+ * NOTE: This property will not be serialized. It can only be populated by the server.
790
827
  */
791
- _response: msRest.HttpResponse & {
792
- /**
793
- * The response body as text (string format)
794
- */
795
- bodyAsText: string;
796
-
797
- /**
798
- * The response body as parsed JSON or XML
799
- */
800
- parsedBody: PrivateCloud;
801
- };
802
- };
803
-
804
- /**
805
- * Contains response data for the createOrUpdate operation.
806
- */
807
- export type PrivateCloudsCreateOrUpdateResponse = PrivateCloud & {
828
+ readonly value?: ScriptPackage[];
808
829
  /**
809
- * The underlying HTTP response.
830
+ * URL to get the next page if any
831
+ * NOTE: This property will not be serialized. It can only be populated by the server.
810
832
  */
811
- _response: msRest.HttpResponse & {
812
- /**
813
- * The response body as text (string format)
814
- */
815
- bodyAsText: string;
816
-
817
- /**
818
- * The response body as parsed JSON or XML
819
- */
820
- parsedBody: PrivateCloud;
821
- };
822
- };
833
+ readonly nextLink?: string;
834
+ }
823
835
 
824
- /**
825
- * Contains response data for the update operation.
826
- */
827
- export type PrivateCloudsUpdateResponse = PrivateCloud & {
836
+ /** Pageable list of scripts/cmdlets */
837
+ export interface ScriptCmdletsList {
828
838
  /**
829
- * The underlying HTTP response.
839
+ * List of scripts
840
+ * NOTE: This property will not be serialized. It can only be populated by the server.
830
841
  */
831
- _response: msRest.HttpResponse & {
832
- /**
833
- * The response body as text (string format)
834
- */
835
- bodyAsText: string;
836
-
837
- /**
838
- * The response body as parsed JSON or XML
839
- */
840
- parsedBody: PrivateCloud;
841
- };
842
- };
843
-
844
- /**
845
- * Contains response data for the listAdminCredentials operation.
846
- */
847
- export type PrivateCloudsListAdminCredentialsResponse = AdminCredentials & {
842
+ readonly value?: ScriptCmdlet[];
848
843
  /**
849
- * The underlying HTTP response.
844
+ * URL to get the next page if any
845
+ * NOTE: This property will not be serialized. It can only be populated by the server.
850
846
  */
851
- _response: msRest.HttpResponse & {
852
- /**
853
- * The response body as text (string format)
854
- */
855
- bodyAsText: string;
856
-
857
- /**
858
- * The response body as parsed JSON or XML
859
- */
860
- parsedBody: AdminCredentials;
861
- };
862
- };
847
+ readonly nextLink?: string;
848
+ }
863
849
 
864
- /**
865
- * Contains response data for the beginCreateOrUpdate operation.
866
- */
867
- export type PrivateCloudsBeginCreateOrUpdateResponse = PrivateCloud & {
850
+ /** An parameter that the script will accept */
851
+ export interface ScriptParameter {
868
852
  /**
869
- * The underlying HTTP response.
853
+ * The type of parameter the script is expecting. psCredential is a PSCredentialObject
854
+ * NOTE: This property will not be serialized. It can only be populated by the server.
870
855
  */
871
- _response: msRest.HttpResponse & {
872
- /**
873
- * The response body as text (string format)
874
- */
875
- bodyAsText: string;
876
-
877
- /**
878
- * The response body as parsed JSON or XML
879
- */
880
- parsedBody: PrivateCloud;
881
- };
882
- };
883
-
884
- /**
885
- * Contains response data for the beginUpdate operation.
886
- */
887
- export type PrivateCloudsBeginUpdateResponse = PrivateCloud & {
856
+ readonly type?: ScriptParameterTypes;
857
+ /** The parameter name that the script will expect a parameter value for */
858
+ name?: string;
888
859
  /**
889
- * The underlying HTTP response.
860
+ * User friendly description of the parameter
861
+ * NOTE: This property will not be serialized. It can only be populated by the server.
890
862
  */
891
- _response: msRest.HttpResponse & {
892
- /**
893
- * The response body as text (string format)
894
- */
895
- bodyAsText: string;
896
-
897
- /**
898
- * The response body as parsed JSON or XML
899
- */
900
- parsedBody: PrivateCloud;
901
- };
902
- };
903
-
904
- /**
905
- * Contains response data for the listNext operation.
906
- */
907
- export type PrivateCloudsListNextResponse = PrivateCloudList & {
863
+ readonly description?: string;
908
864
  /**
909
- * The underlying HTTP response.
865
+ * Should this parameter be visible to arm and passed in the parameters argument when executing
866
+ * NOTE: This property will not be serialized. It can only be populated by the server.
910
867
  */
911
- _response: msRest.HttpResponse & {
912
- /**
913
- * The response body as text (string format)
914
- */
915
- bodyAsText: string;
916
-
917
- /**
918
- * The response body as parsed JSON or XML
919
- */
920
- parsedBody: PrivateCloudList;
921
- };
922
- };
923
-
924
- /**
925
- * Contains response data for the listInSubscriptionNext operation.
926
- */
927
- export type PrivateCloudsListInSubscriptionNextResponse = PrivateCloudList & {
868
+ readonly visibility?: VisibilityParameterEnum;
928
869
  /**
929
- * The underlying HTTP response.
870
+ * Is this parameter required or optional
871
+ * NOTE: This property will not be serialized. It can only be populated by the server.
930
872
  */
931
- _response: msRest.HttpResponse & {
932
- /**
933
- * The response body as text (string format)
934
- */
935
- bodyAsText: string;
936
-
937
- /**
938
- * The response body as parsed JSON or XML
939
- */
940
- parsedBody: PrivateCloudList;
941
- };
942
- };
873
+ readonly optional?: OptionalParamEnum;
874
+ }
943
875
 
944
- /**
945
- * Contains response data for the list operation.
946
- */
947
- export type ClustersListResponse = ClusterList & {
876
+ /** Pageable list of script executions */
877
+ export interface ScriptExecutionsList {
948
878
  /**
949
- * The underlying HTTP response.
879
+ * List of scripts
880
+ * NOTE: This property will not be serialized. It can only be populated by the server.
950
881
  */
951
- _response: msRest.HttpResponse & {
952
- /**
953
- * The response body as text (string format)
954
- */
955
- bodyAsText: string;
956
-
957
- /**
958
- * The response body as parsed JSON or XML
959
- */
960
- parsedBody: ClusterList;
961
- };
962
- };
963
-
964
- /**
965
- * Contains response data for the get operation.
966
- */
967
- export type ClustersGetResponse = Cluster & {
882
+ readonly value?: ScriptExecution[];
968
883
  /**
969
- * The underlying HTTP response.
884
+ * URL to get the next page if any
885
+ * NOTE: This property will not be serialized. It can only be populated by the server.
970
886
  */
971
- _response: msRest.HttpResponse & {
972
- /**
973
- * The response body as text (string format)
974
- */
975
- bodyAsText: string;
887
+ readonly nextLink?: string;
888
+ }
976
889
 
977
- /**
978
- * The response body as parsed JSON or XML
979
- */
980
- parsedBody: Cluster;
981
- };
982
- };
890
+ /** The arguments passed in to the execution */
891
+ export interface ScriptExecutionParameter {
892
+ /** Polymorphic discriminator, which specifies the different types this object can be */
893
+ type: "SecureValue" | "Value" | "Credential";
894
+ /** The parameter name */
895
+ name: string;
896
+ }
983
897
 
984
- /**
985
- * Contains response data for the createOrUpdate operation.
986
- */
987
- export type ClustersCreateOrUpdateResponse = Cluster & {
898
+ /** The properties of a private cloud resource */
899
+ export type PrivateCloudProperties = PrivateCloudUpdateProperties & {
988
900
  /**
989
- * The underlying HTTP response.
901
+ * The provisioning state
902
+ * NOTE: This property will not be serialized. It can only be populated by the server.
990
903
  */
991
- _response: msRest.HttpResponse & {
992
- /**
993
- * The response body as text (string format)
994
- */
995
- bodyAsText: string;
996
-
997
- /**
998
- * The response body as parsed JSON or XML
999
- */
1000
- parsedBody: Cluster;
1001
- };
1002
- };
1003
-
1004
- /**
1005
- * Contains response data for the update operation.
1006
- */
1007
- export type ClustersUpdateResponse = Cluster & {
904
+ readonly provisioningState?: PrivateCloudProvisioningState;
905
+ /** An ExpressRoute Circuit */
906
+ circuit?: Circuit;
1008
907
  /**
1009
- * The underlying HTTP response.
908
+ * The endpoints
909
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1010
910
  */
1011
- _response: msRest.HttpResponse & {
1012
- /**
1013
- * The response body as text (string format)
1014
- */
1015
- bodyAsText: string;
1016
-
1017
- /**
1018
- * The response body as parsed JSON or XML
1019
- */
1020
- parsedBody: Cluster;
1021
- };
1022
- };
1023
-
1024
- /**
1025
- * Contains response data for the beginCreateOrUpdate operation.
1026
- */
1027
- export type ClustersBeginCreateOrUpdateResponse = Cluster & {
911
+ readonly endpoints?: Endpoints;
912
+ /** The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22 */
913
+ networkBlock: string;
1028
914
  /**
1029
- * The underlying HTTP response.
915
+ * Network used to access vCenter Server and NSX-T Manager
916
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1030
917
  */
1031
- _response: msRest.HttpResponse & {
1032
- /**
1033
- * The response body as text (string format)
1034
- */
1035
- bodyAsText: string;
1036
-
1037
- /**
1038
- * The response body as parsed JSON or XML
1039
- */
1040
- parsedBody: Cluster;
1041
- };
1042
- };
1043
-
1044
- /**
1045
- * Contains response data for the beginUpdate operation.
1046
- */
1047
- export type ClustersBeginUpdateResponse = Cluster & {
918
+ readonly managementNetwork?: string;
1048
919
  /**
1049
- * The underlying HTTP response.
920
+ * Used for virtual machine cold migration, cloning, and snapshot migration
921
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1050
922
  */
1051
- _response: msRest.HttpResponse & {
1052
- /**
1053
- * The response body as text (string format)
1054
- */
1055
- bodyAsText: string;
1056
-
1057
- /**
1058
- * The response body as parsed JSON or XML
1059
- */
1060
- parsedBody: Cluster;
1061
- };
1062
- };
1063
-
1064
- /**
1065
- * Contains response data for the listNext operation.
1066
- */
1067
- export type ClustersListNextResponse = ClusterList & {
923
+ readonly provisioningNetwork?: string;
1068
924
  /**
1069
- * The underlying HTTP response.
925
+ * Used for live migration of virtual machines
926
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1070
927
  */
1071
- _response: msRest.HttpResponse & {
1072
- /**
1073
- * The response body as text (string format)
1074
- */
1075
- bodyAsText: string;
1076
-
1077
- /**
1078
- * The response body as parsed JSON or XML
1079
- */
1080
- parsedBody: ClusterList;
1081
- };
1082
- };
1083
-
1084
- /**
1085
- * Contains response data for the list operation.
1086
- */
1087
- export type HcxEnterpriseSitesListResponse = HcxEnterpriseSiteList & {
928
+ readonly vmotionNetwork?: string;
929
+ /** Optionally, set the vCenter admin password when the private cloud is created */
930
+ vcenterPassword?: string;
931
+ /** Optionally, set the NSX-T Manager password when the private cloud is created */
932
+ nsxtPassword?: string;
1088
933
  /**
1089
- * The underlying HTTP response.
934
+ * Thumbprint of the vCenter Server SSL certificate
935
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1090
936
  */
1091
- _response: msRest.HttpResponse & {
1092
- /**
1093
- * The response body as text (string format)
1094
- */
1095
- bodyAsText: string;
1096
-
1097
- /**
1098
- * The response body as parsed JSON or XML
1099
- */
1100
- parsedBody: HcxEnterpriseSiteList;
1101
- };
1102
- };
1103
-
1104
- /**
1105
- * Contains response data for the get operation.
1106
- */
1107
- export type HcxEnterpriseSitesGetResponse = HcxEnterpriseSite & {
937
+ readonly vcenterCertificateThumbprint?: string;
1108
938
  /**
1109
- * The underlying HTTP response.
939
+ * Thumbprint of the NSX-T Manager SSL certificate
940
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1110
941
  */
1111
- _response: msRest.HttpResponse & {
1112
- /**
1113
- * The response body as text (string format)
1114
- */
1115
- bodyAsText: string;
1116
-
1117
- /**
1118
- * The response body as parsed JSON or XML
1119
- */
1120
- parsedBody: HcxEnterpriseSite;
1121
- };
1122
- };
1123
-
1124
- /**
1125
- * Contains response data for the createOrUpdate operation.
1126
- */
1127
- export type HcxEnterpriseSitesCreateOrUpdateResponse = HcxEnterpriseSite & {
942
+ readonly nsxtCertificateThumbprint?: string;
1128
943
  /**
1129
- * The underlying HTTP response.
944
+ * Array of cloud link IDs from other clouds that connect to this one
945
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1130
946
  */
1131
- _response: msRest.HttpResponse & {
1132
- /**
1133
- * The response body as text (string format)
1134
- */
1135
- bodyAsText: string;
1136
-
1137
- /**
1138
- * The response body as parsed JSON or XML
1139
- */
1140
- parsedBody: HcxEnterpriseSite;
1141
- };
947
+ readonly externalCloudLinks?: string[];
948
+ /** A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud */
949
+ secondaryCircuit?: Circuit;
1142
950
  };
1143
951
 
1144
- /**
1145
- * Contains response data for the listNext operation.
1146
- */
1147
- export type HcxEnterpriseSitesListNextResponse = HcxEnterpriseSiteList & {
1148
- /**
1149
- * The underlying HTTP response.
1150
- */
1151
- _response: msRest.HttpResponse & {
1152
- /**
1153
- * The response body as text (string format)
1154
- */
1155
- bodyAsText: string;
952
+ /** The properties of a management cluster */
953
+ export type ManagementCluster = CommonClusterProperties & {};
1156
954
 
1157
- /**
1158
- * The response body as parsed JSON or XML
1159
- */
1160
- parsedBody: HcxEnterpriseSiteList;
1161
- };
1162
- };
955
+ /** The properties of a cluster */
956
+ export type ClusterProperties = CommonClusterProperties & {};
1163
957
 
1164
- /**
1165
- * Contains response data for the list operation.
1166
- */
1167
- export type AuthorizationsListResponse = ExpressRouteAuthorizationList & {
958
+ /** The resource model definition for a ARM tracked top level resource */
959
+ export type TrackedResource = Resource & {
960
+ /** Resource location */
961
+ location?: string;
962
+ /** Resource tags */
963
+ tags?: { [propertyName: string]: string };
964
+ };
965
+
966
+ /** A cluster resource */
967
+ export type Cluster = Resource & {
968
+ /** The cluster SKU */
969
+ sku: Sku;
970
+ /** The cluster size */
971
+ clusterSize?: number;
972
+ /**
973
+ * The state of the cluster provisioning
974
+ * NOTE: This property will not be serialized. It can only be populated by the server.
975
+ */
976
+ readonly provisioningState?: ClusterProvisioningState;
977
+ /**
978
+ * The identity
979
+ * NOTE: This property will not be serialized. It can only be populated by the server.
980
+ */
981
+ readonly clusterId?: number;
982
+ /** The hosts */
983
+ hosts?: string[];
984
+ };
985
+
986
+ /** A datastore resource */
987
+ export type Datastore = Resource & {
988
+ /**
989
+ * The state of the datastore provisioning
990
+ * NOTE: This property will not be serialized. It can only be populated by the server.
991
+ */
992
+ readonly provisioningState?: DatastoreProvisioningState;
993
+ /** An Azure NetApp Files volume */
994
+ netAppVolume?: NetAppVolume;
995
+ /** An iSCSI volume */
996
+ diskPoolVolume?: DiskPoolVolume;
1168
997
  /**
1169
- * The underlying HTTP response.
998
+ * The operational status of the datastore
999
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1170
1000
  */
1171
- _response: msRest.HttpResponse & {
1172
- /**
1173
- * The response body as text (string format)
1174
- */
1175
- bodyAsText: string;
1001
+ readonly status?: DatastoreStatus;
1002
+ };
1176
1003
 
1177
- /**
1178
- * The response body as parsed JSON or XML
1179
- */
1180
- parsedBody: ExpressRouteAuthorizationList;
1181
- };
1004
+ /** An HCX Enterprise Site resource */
1005
+ export type HcxEnterpriseSite = Resource & {
1006
+ /**
1007
+ * The activation key
1008
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1009
+ */
1010
+ readonly activationKey?: string;
1011
+ /**
1012
+ * The status of the HCX Enterprise Site
1013
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1014
+ */
1015
+ readonly status?: HcxEnterpriseSiteStatus;
1182
1016
  };
1183
1017
 
1184
- /**
1185
- * Contains response data for the get operation.
1186
- */
1187
- export type AuthorizationsGetResponse = ExpressRouteAuthorization & {
1018
+ /** ExpressRoute Circuit Authorization */
1019
+ export type ExpressRouteAuthorization = Resource & {
1020
+ /**
1021
+ * The state of the ExpressRoute Circuit Authorization provisioning
1022
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1023
+ */
1024
+ readonly provisioningState?: ExpressRouteAuthorizationProvisioningState;
1188
1025
  /**
1189
- * The underlying HTTP response.
1026
+ * The ID of the ExpressRoute Circuit Authorization
1027
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1028
+ */
1029
+ readonly expressRouteAuthorizationId?: string;
1030
+ /**
1031
+ * The key of the ExpressRoute Circuit Authorization
1032
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1190
1033
  */
1191
- _response: msRest.HttpResponse & {
1192
- /**
1193
- * The response body as text (string format)
1194
- */
1195
- bodyAsText: string;
1034
+ readonly expressRouteAuthorizationKey?: string;
1035
+ /** The ID of the ExpressRoute Circuit */
1036
+ expressRouteId?: string;
1037
+ };
1196
1038
 
1197
- /**
1198
- * The response body as parsed JSON or XML
1199
- */
1200
- parsedBody: ExpressRouteAuthorization;
1201
- };
1039
+ /** A global reach connection resource */
1040
+ export type GlobalReachConnection = Resource & {
1041
+ /**
1042
+ * The state of the ExpressRoute Circuit Authorization provisioning
1043
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1044
+ */
1045
+ readonly provisioningState?: GlobalReachConnectionProvisioningState;
1046
+ /**
1047
+ * The network used for global reach carved out from the original network block provided for the private cloud
1048
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1049
+ */
1050
+ readonly addressPrefix?: string;
1051
+ /** Authorization key from the peer express route used for the global reach connection */
1052
+ authorizationKey?: string;
1053
+ /**
1054
+ * The connection status of the global reach connection
1055
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1056
+ */
1057
+ readonly circuitConnectionStatus?: GlobalReachConnectionStatus;
1058
+ /** Identifier of the ExpressRoute Circuit to peer with in the global reach connection */
1059
+ peerExpressRouteCircuit?: string;
1060
+ /** The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection */
1061
+ expressRouteId?: string;
1202
1062
  };
1203
1063
 
1204
- /**
1205
- * Contains response data for the createOrUpdate operation.
1206
- */
1207
- export type AuthorizationsCreateOrUpdateResponse = ExpressRouteAuthorization & {
1064
+ /** The resource model definition for a ARM proxy resource */
1065
+ export type ProxyResource = Resource & {};
1066
+
1067
+ /** A cloud link resource */
1068
+ export type CloudLink = Resource & {
1208
1069
  /**
1209
- * The underlying HTTP response.
1070
+ * The state of the cloud link.
1071
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1210
1072
  */
1211
- _response: msRest.HttpResponse & {
1212
- /**
1213
- * The response body as text (string format)
1214
- */
1215
- bodyAsText: string;
1073
+ readonly status?: CloudLinkStatus;
1074
+ /** Identifier of the other private cloud participating in the link. */
1075
+ linkedCloud?: string;
1076
+ };
1216
1077
 
1217
- /**
1218
- * The response body as parsed JSON or XML
1219
- */
1220
- parsedBody: ExpressRouteAuthorization;
1221
- };
1078
+ /** An addon resource */
1079
+ export type Addon = Resource & {
1080
+ /** The properties of an addon resource */
1081
+ properties?: AddonPropertiesUnion;
1222
1082
  };
1223
1083
 
1224
- /**
1225
- * Contains response data for the beginCreateOrUpdate operation.
1226
- */
1227
- export type AuthorizationsBeginCreateOrUpdateResponse = ExpressRouteAuthorization & {
1084
+ /** A vSphere Distributed Resource Scheduler (DRS) placement policy */
1085
+ export type PlacementPolicy = Resource & {
1086
+ /** placement policy properties */
1087
+ properties?: PlacementPolicyPropertiesUnion;
1088
+ };
1089
+
1090
+ /** NSX DHCP Server */
1091
+ export type WorkloadNetworkDhcpServer = WorkloadNetworkDhcpEntity & {
1092
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1093
+ dhcpType: "SERVER";
1094
+ /** DHCP Server Address. */
1095
+ serverAddress?: string;
1096
+ /** DHCP Server Lease Time. */
1097
+ leaseTime?: number;
1098
+ };
1099
+
1100
+ /** NSX DHCP Relay */
1101
+ export type WorkloadNetworkDhcpRelay = WorkloadNetworkDhcpEntity & {
1102
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1103
+ dhcpType: "RELAY";
1104
+ /** DHCP Relay Addresses. Max 3. */
1105
+ serverAddresses?: string[];
1106
+ };
1107
+
1108
+ /** The properties of a Site Recovery Manager (SRM) addon */
1109
+ export type AddonSrmProperties = AddonProperties & {
1110
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1111
+ addonType: "SRM";
1112
+ /** The Site Recovery Manager (SRM) license */
1113
+ licenseKey?: string;
1114
+ };
1115
+
1116
+ /** The properties of a vSphere Replication (VR) addon */
1117
+ export type AddonVrProperties = AddonProperties & {
1118
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1119
+ addonType: "VR";
1120
+ /** The vSphere Replication Server (VRS) count */
1121
+ vrsCount: number;
1122
+ };
1123
+
1124
+ /** The properties of an HCX addon */
1125
+ export type AddonHcxProperties = AddonProperties & {
1126
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1127
+ addonType: "HCX";
1128
+ /** The HCX offer, example VMware MaaS Cloud Provider (Enterprise) */
1129
+ offer: string;
1130
+ };
1131
+
1132
+ /** VM-VM placement policy properties */
1133
+ export type VmPlacementPolicyProperties = PlacementPolicyProperties & {
1134
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1135
+ type: "VmVm";
1136
+ /** Virtual machine members list */
1137
+ vmMembers: string[];
1138
+ /** placement policy affinity type */
1139
+ affinityType: AffinityType;
1140
+ };
1141
+
1142
+ /** VM-Host placement policy properties */
1143
+ export type VmHostPlacementPolicyProperties = PlacementPolicyProperties & {
1144
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1145
+ type: "VmHost";
1146
+ /** Virtual machine members list */
1147
+ vmMembers: string[];
1148
+ /** Host members list */
1149
+ hostMembers: string[];
1150
+ /** placement policy affinity type */
1151
+ affinityType: AffinityType;
1152
+ };
1153
+
1154
+ /** a plain text value execution parameter */
1155
+ export type ScriptSecureStringExecutionParameter = ScriptExecutionParameter & {
1156
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1157
+ type: "SecureValue";
1158
+ /** A secure value for the passed parameter, not to be stored in logs */
1159
+ secureValue?: string;
1160
+ };
1161
+
1162
+ /** a plain text value execution parameter */
1163
+ export type ScriptStringExecutionParameter = ScriptExecutionParameter & {
1164
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1165
+ type: "Value";
1166
+ /** The value for the passed parameter */
1167
+ value?: string;
1168
+ };
1169
+
1170
+ /** a powershell credential object */
1171
+ export type PSCredentialExecutionParameter = ScriptExecutionParameter & {
1172
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1173
+ type: "Credential";
1174
+ /** username for login */
1175
+ username?: string;
1176
+ /** password for login */
1177
+ password?: string;
1178
+ };
1179
+
1180
+ /** A private cloud resource */
1181
+ export type PrivateCloud = TrackedResource & {
1182
+ /** The private cloud SKU */
1183
+ sku: Sku;
1184
+ /** The identity of the private cloud, if configured. */
1185
+ identity?: PrivateCloudIdentity;
1186
+ /** The default cluster used for management */
1187
+ managementCluster?: ManagementCluster;
1188
+ /** Connectivity to internet is enabled or disabled */
1189
+ internet?: InternetEnum;
1190
+ /** vCenter Single Sign On Identity Sources */
1191
+ identitySources?: IdentitySource[];
1192
+ /** Properties describing how the cloud is distributed across availability zones */
1193
+ availability?: AvailabilityProperties;
1194
+ /** Customer managed key encryption, can be enabled or disabled */
1195
+ encryption?: Encryption;
1196
+ /**
1197
+ * The provisioning state
1198
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1199
+ */
1200
+ readonly provisioningState?: PrivateCloudProvisioningState;
1201
+ /** An ExpressRoute Circuit */
1202
+ circuit?: Circuit;
1203
+ /**
1204
+ * The endpoints
1205
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1206
+ */
1207
+ readonly endpoints?: Endpoints;
1208
+ /** The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22 */
1209
+ networkBlock?: string;
1210
+ /**
1211
+ * Network used to access vCenter Server and NSX-T Manager
1212
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1213
+ */
1214
+ readonly managementNetwork?: string;
1215
+ /**
1216
+ * Used for virtual machine cold migration, cloning, and snapshot migration
1217
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1218
+ */
1219
+ readonly provisioningNetwork?: string;
1220
+ /**
1221
+ * Used for live migration of virtual machines
1222
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1223
+ */
1224
+ readonly vmotionNetwork?: string;
1225
+ /** Optionally, set the vCenter admin password when the private cloud is created */
1226
+ vcenterPassword?: string;
1227
+ /** Optionally, set the NSX-T Manager password when the private cloud is created */
1228
+ nsxtPassword?: string;
1229
+ /**
1230
+ * Thumbprint of the vCenter Server SSL certificate
1231
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1232
+ */
1233
+ readonly vcenterCertificateThumbprint?: string;
1234
+ /**
1235
+ * Thumbprint of the NSX-T Manager SSL certificate
1236
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1237
+ */
1238
+ readonly nsxtCertificateThumbprint?: string;
1239
+ /**
1240
+ * Array of cloud link IDs from other clouds that connect to this one
1241
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1242
+ */
1243
+ readonly externalCloudLinks?: string[];
1244
+ /** A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud */
1245
+ secondaryCircuit?: Circuit;
1246
+ };
1247
+
1248
+ /** NSX Segment */
1249
+ export type WorkloadNetworkSegment = ProxyResource & {
1250
+ /** Display name of the segment. */
1251
+ displayName?: string;
1252
+ /** Gateway which to connect segment to. */
1253
+ connectedGateway?: string;
1254
+ /** Subnet which to connect segment to. */
1255
+ subnet?: WorkloadNetworkSegmentSubnet;
1256
+ /**
1257
+ * Port Vif which segment is associated with.
1258
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1259
+ */
1260
+ readonly portVif?: WorkloadNetworkSegmentPortVif[];
1261
+ /**
1262
+ * Segment status.
1263
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1264
+ */
1265
+ readonly status?: SegmentStatusEnum;
1228
1266
  /**
1229
- * The underlying HTTP response.
1267
+ * The provisioning state
1268
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1230
1269
  */
1231
- _response: msRest.HttpResponse & {
1232
- /**
1233
- * The response body as text (string format)
1234
- */
1235
- bodyAsText: string;
1270
+ readonly provisioningState?: WorkloadNetworkSegmentProvisioningState;
1271
+ /** NSX revision number. */
1272
+ revision?: number;
1273
+ };
1236
1274
 
1237
- /**
1238
- * The response body as parsed JSON or XML
1239
- */
1240
- parsedBody: ExpressRouteAuthorization;
1241
- };
1275
+ /** NSX DHCP */
1276
+ export type WorkloadNetworkDhcp = ProxyResource & {
1277
+ /** DHCP properties. */
1278
+ properties?: WorkloadNetworkDhcpEntityUnion;
1242
1279
  };
1243
1280
 
1244
- /**
1245
- * Contains response data for the listNext operation.
1246
- */
1247
- export type AuthorizationsListNextResponse = ExpressRouteAuthorizationList & {
1281
+ /** NSX Gateway. */
1282
+ export type WorkloadNetworkGateway = ProxyResource & {
1283
+ /** Display name of the DHCP entity. */
1284
+ displayName?: string;
1285
+ /**
1286
+ * NSX Gateway Path.
1287
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1288
+ */
1289
+ readonly path?: string;
1290
+ };
1291
+
1292
+ /** NSX Port Mirroring */
1293
+ export type WorkloadNetworkPortMirroring = ProxyResource & {
1294
+ /** Display name of the port mirroring profile. */
1295
+ displayName?: string;
1296
+ /** Direction of port mirroring profile. */
1297
+ direction?: PortMirroringDirectionEnum;
1298
+ /** Source VM Group. */
1299
+ source?: string;
1300
+ /** Destination VM Group. */
1301
+ destination?: string;
1302
+ /**
1303
+ * Port Mirroring Status.
1304
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1305
+ */
1306
+ readonly status?: PortMirroringStatusEnum;
1307
+ /**
1308
+ * The provisioning state
1309
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1310
+ */
1311
+ readonly provisioningState?: WorkloadNetworkPortMirroringProvisioningState;
1312
+ /** NSX revision number. */
1313
+ revision?: number;
1314
+ };
1315
+
1316
+ /** NSX VM Group */
1317
+ export type WorkloadNetworkVMGroup = ProxyResource & {
1318
+ /** Display name of the VM group. */
1319
+ displayName?: string;
1320
+ /** Virtual machine members of this group. */
1321
+ members?: string[];
1322
+ /**
1323
+ * VM Group status.
1324
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1325
+ */
1326
+ readonly status?: VMGroupStatusEnum;
1327
+ /**
1328
+ * The provisioning state
1329
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1330
+ */
1331
+ readonly provisioningState?: WorkloadNetworkVMGroupProvisioningState;
1332
+ /** NSX revision number. */
1333
+ revision?: number;
1334
+ };
1335
+
1336
+ /** NSX Virtual Machine */
1337
+ export type WorkloadNetworkVirtualMachine = ProxyResource & {
1338
+ /** Display name of the VM. */
1339
+ displayName?: string;
1340
+ /**
1341
+ * Virtual machine type.
1342
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1343
+ */
1344
+ readonly vmType?: VMTypeEnum;
1345
+ };
1346
+
1347
+ /** NSX DNS Service */
1348
+ export type WorkloadNetworkDnsService = ProxyResource & {
1349
+ /** Display name of the DNS Service. */
1350
+ displayName?: string;
1351
+ /** DNS service IP of the DNS Service. */
1352
+ dnsServiceIp?: string;
1353
+ /** Default DNS zone of the DNS Service. */
1354
+ defaultDnsZone?: string;
1355
+ /** FQDN zones of the DNS Service. */
1356
+ fqdnZones?: string[];
1357
+ /** DNS Service log level. */
1358
+ logLevel?: DnsServiceLogLevelEnum;
1359
+ /**
1360
+ * DNS Service status.
1361
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1362
+ */
1363
+ readonly status?: DnsServiceStatusEnum;
1364
+ /**
1365
+ * The provisioning state
1366
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1367
+ */
1368
+ readonly provisioningState?: WorkloadNetworkDnsServiceProvisioningState;
1369
+ /** NSX revision number. */
1370
+ revision?: number;
1371
+ };
1372
+
1373
+ /** NSX DNS Zone */
1374
+ export type WorkloadNetworkDnsZone = ProxyResource & {
1375
+ /** Display name of the DNS Zone. */
1376
+ displayName?: string;
1377
+ /** Domain names of the DNS Zone. */
1378
+ domain?: string[];
1379
+ /** DNS Server IP array of the DNS Zone. */
1380
+ dnsServerIps?: string[];
1381
+ /** Source IP of the DNS Zone. */
1382
+ sourceIp?: string;
1383
+ /** Number of DNS Services using the DNS zone. */
1384
+ dnsServices?: number;
1385
+ /**
1386
+ * The provisioning state
1387
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1388
+ */
1389
+ readonly provisioningState?: WorkloadNetworkDnsZoneProvisioningState;
1390
+ /** NSX revision number. */
1391
+ revision?: number;
1392
+ };
1393
+
1394
+ /** NSX Public IP Block */
1395
+ export type WorkloadNetworkPublicIP = ProxyResource & {
1396
+ /** Display name of the Public IP Block. */
1397
+ displayName?: string;
1398
+ /** Number of Public IPs requested. */
1399
+ numberOfPublicIPs?: number;
1400
+ /**
1401
+ * CIDR Block of the Public IP Block.
1402
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1403
+ */
1404
+ readonly publicIPBlock?: string;
1405
+ /**
1406
+ * The provisioning state
1407
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1408
+ */
1409
+ readonly provisioningState?: WorkloadNetworkPublicIPProvisioningState;
1410
+ };
1411
+
1412
+ /** Virtual Machine */
1413
+ export type VirtualMachine = ProxyResource & {
1414
+ /**
1415
+ * Display name of the VM.
1416
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1417
+ */
1418
+ readonly displayName?: string;
1419
+ /**
1420
+ * Virtual machine managed object reference id
1421
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1422
+ */
1423
+ readonly moRefId?: string;
1424
+ /**
1425
+ * Path to virtual machine's folder starting from datacenter virtual machine folder
1426
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1427
+ */
1428
+ readonly folderPath?: string;
1429
+ /**
1430
+ * Whether VM DRS-driven movement is restricted (enabled) or not (disabled)
1431
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1432
+ */
1433
+ readonly restrictMovement?: VirtualMachineRestrictMovementState;
1434
+ };
1435
+
1436
+ /** Script Package resources available for execution */
1437
+ export type ScriptPackage = ProxyResource & {
1248
1438
  /**
1249
- * The underlying HTTP response.
1439
+ * User friendly description of the package
1440
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1250
1441
  */
1251
- _response: msRest.HttpResponse & {
1252
- /**
1253
- * The response body as text (string format)
1254
- */
1255
- bodyAsText: string;
1442
+ readonly description?: string;
1443
+ /**
1444
+ * Module version
1445
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1446
+ */
1447
+ readonly version?: string;
1448
+ };
1449
+
1450
+ /** A cmdlet available for script execution */
1451
+ export type ScriptCmdlet = ProxyResource & {
1452
+ /**
1453
+ * Description of the scripts functionality
1454
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1455
+ */
1456
+ readonly description?: string;
1457
+ /**
1458
+ * Recommended time limit for execution
1459
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1460
+ */
1461
+ readonly timeout?: string;
1462
+ /**
1463
+ * Parameters the script will accept
1464
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1465
+ */
1466
+ readonly parameters?: ScriptParameter[];
1467
+ };
1256
1468
 
1257
- /**
1258
- * The response body as parsed JSON or XML
1259
- */
1260
- parsedBody: ExpressRouteAuthorizationList;
1261
- };
1469
+ /** An instance of a script executed by a user - custom or AVS */
1470
+ export type ScriptExecution = ProxyResource & {
1471
+ /** A reference to the script cmdlet resource if user is running a AVS script */
1472
+ scriptCmdletId?: string;
1473
+ /** Parameters the script will accept */
1474
+ parameters?: ScriptExecutionParameterUnion[];
1475
+ /** Parameters that will be hidden/not visible to ARM, such as passwords and credentials */
1476
+ hiddenParameters?: ScriptExecutionParameterUnion[];
1477
+ /** Error message if the script was able to run, but if the script itself had errors or powershell threw an exception */
1478
+ failureReason?: string;
1479
+ /** Time limit for execution */
1480
+ timeout?: string;
1481
+ /** Time to live for the resource. If not provided, will be available for 60 days */
1482
+ retention?: string;
1483
+ /**
1484
+ * Time the script execution was submitted
1485
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1486
+ */
1487
+ readonly submittedAt?: Date;
1488
+ /**
1489
+ * Time the script execution was started
1490
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1491
+ */
1492
+ readonly startedAt?: Date;
1493
+ /**
1494
+ * Time the script execution was finished
1495
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1496
+ */
1497
+ readonly finishedAt?: Date;
1498
+ /**
1499
+ * The state of the script execution resource
1500
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1501
+ */
1502
+ readonly provisioningState?: ScriptExecutionProvisioningState;
1503
+ /** Standard output stream from the powershell execution */
1504
+ output?: string[];
1505
+ /** User-defined dictionary. */
1506
+ namedOutputs?: { [propertyName: string]: Record<string, unknown> };
1507
+ /**
1508
+ * Standard information out stream from the powershell execution
1509
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1510
+ */
1511
+ readonly information?: string[];
1512
+ /**
1513
+ * Standard warning out stream from the powershell execution
1514
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1515
+ */
1516
+ readonly warnings?: string[];
1517
+ /**
1518
+ * Standard error output stream from the powershell execution
1519
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1520
+ */
1521
+ readonly errors?: string[];
1262
1522
  };
1523
+
1524
+ /** Known values of {@link TrialStatus} that the service accepts. */
1525
+ export enum KnownTrialStatus {
1526
+ TrialAvailable = "TrialAvailable",
1527
+ TrialUsed = "TrialUsed",
1528
+ TrialDisabled = "TrialDisabled"
1529
+ }
1530
+
1531
+ /**
1532
+ * Defines values for TrialStatus. \
1533
+ * {@link KnownTrialStatus} can be used interchangeably with TrialStatus,
1534
+ * this enum contains the known values that the service supports.
1535
+ * ### Known values supported by the service
1536
+ * **TrialAvailable** \
1537
+ * **TrialUsed** \
1538
+ * **TrialDisabled**
1539
+ */
1540
+ export type TrialStatus = string;
1541
+
1542
+ /** Known values of {@link QuotaEnabled} that the service accepts. */
1543
+ export enum KnownQuotaEnabled {
1544
+ Enabled = "Enabled",
1545
+ Disabled = "Disabled"
1546
+ }
1547
+
1548
+ /**
1549
+ * Defines values for QuotaEnabled. \
1550
+ * {@link KnownQuotaEnabled} can be used interchangeably with QuotaEnabled,
1551
+ * this enum contains the known values that the service supports.
1552
+ * ### Known values supported by the service
1553
+ * **Enabled** \
1554
+ * **Disabled**
1555
+ */
1556
+ export type QuotaEnabled = string;
1557
+
1558
+ /** Known values of {@link PrivateCloudProvisioningState} that the service accepts. */
1559
+ export enum KnownPrivateCloudProvisioningState {
1560
+ Succeeded = "Succeeded",
1561
+ Failed = "Failed",
1562
+ Cancelled = "Cancelled",
1563
+ Pending = "Pending",
1564
+ Building = "Building",
1565
+ Deleting = "Deleting",
1566
+ Updating = "Updating"
1567
+ }
1568
+
1569
+ /**
1570
+ * Defines values for PrivateCloudProvisioningState. \
1571
+ * {@link KnownPrivateCloudProvisioningState} can be used interchangeably with PrivateCloudProvisioningState,
1572
+ * this enum contains the known values that the service supports.
1573
+ * ### Known values supported by the service
1574
+ * **Succeeded** \
1575
+ * **Failed** \
1576
+ * **Cancelled** \
1577
+ * **Pending** \
1578
+ * **Building** \
1579
+ * **Deleting** \
1580
+ * **Updating**
1581
+ */
1582
+ export type PrivateCloudProvisioningState = string;
1583
+
1584
+ /** Known values of {@link ClusterProvisioningState} that the service accepts. */
1585
+ export enum KnownClusterProvisioningState {
1586
+ Succeeded = "Succeeded",
1587
+ Failed = "Failed",
1588
+ Cancelled = "Cancelled",
1589
+ Deleting = "Deleting",
1590
+ Updating = "Updating"
1591
+ }
1592
+
1593
+ /**
1594
+ * Defines values for ClusterProvisioningState. \
1595
+ * {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,
1596
+ * this enum contains the known values that the service supports.
1597
+ * ### Known values supported by the service
1598
+ * **Succeeded** \
1599
+ * **Failed** \
1600
+ * **Cancelled** \
1601
+ * **Deleting** \
1602
+ * **Updating**
1603
+ */
1604
+ export type ClusterProvisioningState = string;
1605
+
1606
+ /** Known values of {@link InternetEnum} that the service accepts. */
1607
+ export enum KnownInternetEnum {
1608
+ Enabled = "Enabled",
1609
+ Disabled = "Disabled"
1610
+ }
1611
+
1612
+ /**
1613
+ * Defines values for InternetEnum. \
1614
+ * {@link KnownInternetEnum} can be used interchangeably with InternetEnum,
1615
+ * this enum contains the known values that the service supports.
1616
+ * ### Known values supported by the service
1617
+ * **Enabled** \
1618
+ * **Disabled**
1619
+ */
1620
+ export type InternetEnum = string;
1621
+
1622
+ /** Known values of {@link SslEnum} that the service accepts. */
1623
+ export enum KnownSslEnum {
1624
+ Enabled = "Enabled",
1625
+ Disabled = "Disabled"
1626
+ }
1627
+
1628
+ /**
1629
+ * Defines values for SslEnum. \
1630
+ * {@link KnownSslEnum} can be used interchangeably with SslEnum,
1631
+ * this enum contains the known values that the service supports.
1632
+ * ### Known values supported by the service
1633
+ * **Enabled** \
1634
+ * **Disabled**
1635
+ */
1636
+ export type SslEnum = string;
1637
+
1638
+ /** Known values of {@link AvailabilityStrategy} that the service accepts. */
1639
+ export enum KnownAvailabilityStrategy {
1640
+ SingleZone = "SingleZone",
1641
+ DualZone = "DualZone"
1642
+ }
1643
+
1644
+ /**
1645
+ * Defines values for AvailabilityStrategy. \
1646
+ * {@link KnownAvailabilityStrategy} can be used interchangeably with AvailabilityStrategy,
1647
+ * this enum contains the known values that the service supports.
1648
+ * ### Known values supported by the service
1649
+ * **SingleZone** \
1650
+ * **DualZone**
1651
+ */
1652
+ export type AvailabilityStrategy = string;
1653
+
1654
+ /** Known values of {@link EncryptionState} that the service accepts. */
1655
+ export enum KnownEncryptionState {
1656
+ Enabled = "Enabled",
1657
+ Disabled = "Disabled"
1658
+ }
1659
+
1660
+ /**
1661
+ * Defines values for EncryptionState. \
1662
+ * {@link KnownEncryptionState} can be used interchangeably with EncryptionState,
1663
+ * this enum contains the known values that the service supports.
1664
+ * ### Known values supported by the service
1665
+ * **Enabled** \
1666
+ * **Disabled**
1667
+ */
1668
+ export type EncryptionState = string;
1669
+
1670
+ /** Known values of {@link EncryptionKeyStatus} that the service accepts. */
1671
+ export enum KnownEncryptionKeyStatus {
1672
+ Connected = "Connected",
1673
+ AccessDenied = "AccessDenied"
1674
+ }
1675
+
1676
+ /**
1677
+ * Defines values for EncryptionKeyStatus. \
1678
+ * {@link KnownEncryptionKeyStatus} can be used interchangeably with EncryptionKeyStatus,
1679
+ * this enum contains the known values that the service supports.
1680
+ * ### Known values supported by the service
1681
+ * **Connected** \
1682
+ * **AccessDenied**
1683
+ */
1684
+ export type EncryptionKeyStatus = string;
1685
+
1686
+ /** Known values of {@link EncryptionVersionType} that the service accepts. */
1687
+ export enum KnownEncryptionVersionType {
1688
+ Fixed = "Fixed",
1689
+ AutoDetected = "AutoDetected"
1690
+ }
1691
+
1692
+ /**
1693
+ * Defines values for EncryptionVersionType. \
1694
+ * {@link KnownEncryptionVersionType} can be used interchangeably with EncryptionVersionType,
1695
+ * this enum contains the known values that the service supports.
1696
+ * ### Known values supported by the service
1697
+ * **Fixed** \
1698
+ * **AutoDetected**
1699
+ */
1700
+ export type EncryptionVersionType = string;
1701
+
1702
+ /** Known values of {@link ResourceIdentityType} that the service accepts. */
1703
+ export enum KnownResourceIdentityType {
1704
+ SystemAssigned = "SystemAssigned",
1705
+ None = "None"
1706
+ }
1707
+
1708
+ /**
1709
+ * Defines values for ResourceIdentityType. \
1710
+ * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
1711
+ * this enum contains the known values that the service supports.
1712
+ * ### Known values supported by the service
1713
+ * **SystemAssigned** \
1714
+ * **None**
1715
+ */
1716
+ export type ResourceIdentityType = string;
1717
+
1718
+ /** Known values of {@link DatastoreProvisioningState} that the service accepts. */
1719
+ export enum KnownDatastoreProvisioningState {
1720
+ Succeeded = "Succeeded",
1721
+ Failed = "Failed",
1722
+ Cancelled = "Cancelled",
1723
+ Pending = "Pending",
1724
+ Creating = "Creating",
1725
+ Updating = "Updating",
1726
+ Deleting = "Deleting"
1727
+ }
1728
+
1729
+ /**
1730
+ * Defines values for DatastoreProvisioningState. \
1731
+ * {@link KnownDatastoreProvisioningState} can be used interchangeably with DatastoreProvisioningState,
1732
+ * this enum contains the known values that the service supports.
1733
+ * ### Known values supported by the service
1734
+ * **Succeeded** \
1735
+ * **Failed** \
1736
+ * **Cancelled** \
1737
+ * **Pending** \
1738
+ * **Creating** \
1739
+ * **Updating** \
1740
+ * **Deleting**
1741
+ */
1742
+ export type DatastoreProvisioningState = string;
1743
+
1744
+ /** Known values of {@link MountOptionEnum} that the service accepts. */
1745
+ export enum KnownMountOptionEnum {
1746
+ Mount = "MOUNT",
1747
+ Attach = "ATTACH"
1748
+ }
1749
+
1750
+ /**
1751
+ * Defines values for MountOptionEnum. \
1752
+ * {@link KnownMountOptionEnum} can be used interchangeably with MountOptionEnum,
1753
+ * this enum contains the known values that the service supports.
1754
+ * ### Known values supported by the service
1755
+ * **MOUNT** \
1756
+ * **ATTACH**
1757
+ */
1758
+ export type MountOptionEnum = string;
1759
+
1760
+ /** Known values of {@link DatastoreStatus} that the service accepts. */
1761
+ export enum KnownDatastoreStatus {
1762
+ Unknown = "Unknown",
1763
+ Accessible = "Accessible",
1764
+ Inaccessible = "Inaccessible",
1765
+ Attached = "Attached",
1766
+ Detached = "Detached",
1767
+ LostCommunication = "LostCommunication",
1768
+ DeadOrError = "DeadOrError"
1769
+ }
1770
+
1771
+ /**
1772
+ * Defines values for DatastoreStatus. \
1773
+ * {@link KnownDatastoreStatus} can be used interchangeably with DatastoreStatus,
1774
+ * this enum contains the known values that the service supports.
1775
+ * ### Known values supported by the service
1776
+ * **Unknown** \
1777
+ * **Accessible** \
1778
+ * **Inaccessible** \
1779
+ * **Attached** \
1780
+ * **Detached** \
1781
+ * **LostCommunication** \
1782
+ * **DeadOrError**
1783
+ */
1784
+ export type DatastoreStatus = string;
1785
+
1786
+ /** Known values of {@link HcxEnterpriseSiteStatus} that the service accepts. */
1787
+ export enum KnownHcxEnterpriseSiteStatus {
1788
+ Available = "Available",
1789
+ Consumed = "Consumed",
1790
+ Deactivated = "Deactivated",
1791
+ Deleted = "Deleted"
1792
+ }
1793
+
1794
+ /**
1795
+ * Defines values for HcxEnterpriseSiteStatus. \
1796
+ * {@link KnownHcxEnterpriseSiteStatus} can be used interchangeably with HcxEnterpriseSiteStatus,
1797
+ * this enum contains the known values that the service supports.
1798
+ * ### Known values supported by the service
1799
+ * **Available** \
1800
+ * **Consumed** \
1801
+ * **Deactivated** \
1802
+ * **Deleted**
1803
+ */
1804
+ export type HcxEnterpriseSiteStatus = string;
1805
+
1806
+ /** Known values of {@link ExpressRouteAuthorizationProvisioningState} that the service accepts. */
1807
+ export enum KnownExpressRouteAuthorizationProvisioningState {
1808
+ Succeeded = "Succeeded",
1809
+ Failed = "Failed",
1810
+ Updating = "Updating"
1811
+ }
1812
+
1813
+ /**
1814
+ * Defines values for ExpressRouteAuthorizationProvisioningState. \
1815
+ * {@link KnownExpressRouteAuthorizationProvisioningState} can be used interchangeably with ExpressRouteAuthorizationProvisioningState,
1816
+ * this enum contains the known values that the service supports.
1817
+ * ### Known values supported by the service
1818
+ * **Succeeded** \
1819
+ * **Failed** \
1820
+ * **Updating**
1821
+ */
1822
+ export type ExpressRouteAuthorizationProvisioningState = string;
1823
+
1824
+ /** Known values of {@link GlobalReachConnectionProvisioningState} that the service accepts. */
1825
+ export enum KnownGlobalReachConnectionProvisioningState {
1826
+ Succeeded = "Succeeded",
1827
+ Failed = "Failed",
1828
+ Updating = "Updating"
1829
+ }
1830
+
1831
+ /**
1832
+ * Defines values for GlobalReachConnectionProvisioningState. \
1833
+ * {@link KnownGlobalReachConnectionProvisioningState} can be used interchangeably with GlobalReachConnectionProvisioningState,
1834
+ * this enum contains the known values that the service supports.
1835
+ * ### Known values supported by the service
1836
+ * **Succeeded** \
1837
+ * **Failed** \
1838
+ * **Updating**
1839
+ */
1840
+ export type GlobalReachConnectionProvisioningState = string;
1841
+
1842
+ /** Known values of {@link GlobalReachConnectionStatus} that the service accepts. */
1843
+ export enum KnownGlobalReachConnectionStatus {
1844
+ Connected = "Connected",
1845
+ Connecting = "Connecting",
1846
+ Disconnected = "Disconnected"
1847
+ }
1848
+
1849
+ /**
1850
+ * Defines values for GlobalReachConnectionStatus. \
1851
+ * {@link KnownGlobalReachConnectionStatus} can be used interchangeably with GlobalReachConnectionStatus,
1852
+ * this enum contains the known values that the service supports.
1853
+ * ### Known values supported by the service
1854
+ * **Connected** \
1855
+ * **Connecting** \
1856
+ * **Disconnected**
1857
+ */
1858
+ export type GlobalReachConnectionStatus = string;
1859
+
1860
+ /** Known values of {@link SegmentStatusEnum} that the service accepts. */
1861
+ export enum KnownSegmentStatusEnum {
1862
+ Success = "SUCCESS",
1863
+ Failure = "FAILURE"
1864
+ }
1865
+
1866
+ /**
1867
+ * Defines values for SegmentStatusEnum. \
1868
+ * {@link KnownSegmentStatusEnum} can be used interchangeably with SegmentStatusEnum,
1869
+ * this enum contains the known values that the service supports.
1870
+ * ### Known values supported by the service
1871
+ * **SUCCESS** \
1872
+ * **FAILURE**
1873
+ */
1874
+ export type SegmentStatusEnum = string;
1875
+
1876
+ /** Known values of {@link WorkloadNetworkSegmentProvisioningState} that the service accepts. */
1877
+ export enum KnownWorkloadNetworkSegmentProvisioningState {
1878
+ Succeeded = "Succeeded",
1879
+ Failed = "Failed",
1880
+ Building = "Building",
1881
+ Deleting = "Deleting",
1882
+ Updating = "Updating"
1883
+ }
1884
+
1885
+ /**
1886
+ * Defines values for WorkloadNetworkSegmentProvisioningState. \
1887
+ * {@link KnownWorkloadNetworkSegmentProvisioningState} can be used interchangeably with WorkloadNetworkSegmentProvisioningState,
1888
+ * this enum contains the known values that the service supports.
1889
+ * ### Known values supported by the service
1890
+ * **Succeeded** \
1891
+ * **Failed** \
1892
+ * **Building** \
1893
+ * **Deleting** \
1894
+ * **Updating**
1895
+ */
1896
+ export type WorkloadNetworkSegmentProvisioningState = string;
1897
+
1898
+ /** Known values of {@link DhcpTypeEnum} that the service accepts. */
1899
+ export enum KnownDhcpTypeEnum {
1900
+ Server = "SERVER",
1901
+ Relay = "RELAY"
1902
+ }
1903
+
1904
+ /**
1905
+ * Defines values for DhcpTypeEnum. \
1906
+ * {@link KnownDhcpTypeEnum} can be used interchangeably with DhcpTypeEnum,
1907
+ * this enum contains the known values that the service supports.
1908
+ * ### Known values supported by the service
1909
+ * **SERVER** \
1910
+ * **RELAY**
1911
+ */
1912
+ export type DhcpTypeEnum = string;
1913
+
1914
+ /** Known values of {@link WorkloadNetworkDhcpProvisioningState} that the service accepts. */
1915
+ export enum KnownWorkloadNetworkDhcpProvisioningState {
1916
+ Succeeded = "Succeeded",
1917
+ Failed = "Failed",
1918
+ Building = "Building",
1919
+ Deleting = "Deleting",
1920
+ Updating = "Updating"
1921
+ }
1922
+
1923
+ /**
1924
+ * Defines values for WorkloadNetworkDhcpProvisioningState. \
1925
+ * {@link KnownWorkloadNetworkDhcpProvisioningState} can be used interchangeably with WorkloadNetworkDhcpProvisioningState,
1926
+ * this enum contains the known values that the service supports.
1927
+ * ### Known values supported by the service
1928
+ * **Succeeded** \
1929
+ * **Failed** \
1930
+ * **Building** \
1931
+ * **Deleting** \
1932
+ * **Updating**
1933
+ */
1934
+ export type WorkloadNetworkDhcpProvisioningState = string;
1935
+
1936
+ /** Known values of {@link PortMirroringDirectionEnum} that the service accepts. */
1937
+ export enum KnownPortMirroringDirectionEnum {
1938
+ Ingress = "INGRESS",
1939
+ Egress = "EGRESS",
1940
+ Bidirectional = "BIDIRECTIONAL"
1941
+ }
1942
+
1943
+ /**
1944
+ * Defines values for PortMirroringDirectionEnum. \
1945
+ * {@link KnownPortMirroringDirectionEnum} can be used interchangeably with PortMirroringDirectionEnum,
1946
+ * this enum contains the known values that the service supports.
1947
+ * ### Known values supported by the service
1948
+ * **INGRESS** \
1949
+ * **EGRESS** \
1950
+ * **BIDIRECTIONAL**
1951
+ */
1952
+ export type PortMirroringDirectionEnum = string;
1953
+
1954
+ /** Known values of {@link PortMirroringStatusEnum} that the service accepts. */
1955
+ export enum KnownPortMirroringStatusEnum {
1956
+ Success = "SUCCESS",
1957
+ Failure = "FAILURE"
1958
+ }
1959
+
1960
+ /**
1961
+ * Defines values for PortMirroringStatusEnum. \
1962
+ * {@link KnownPortMirroringStatusEnum} can be used interchangeably with PortMirroringStatusEnum,
1963
+ * this enum contains the known values that the service supports.
1964
+ * ### Known values supported by the service
1965
+ * **SUCCESS** \
1966
+ * **FAILURE**
1967
+ */
1968
+ export type PortMirroringStatusEnum = string;
1969
+
1970
+ /** Known values of {@link WorkloadNetworkPortMirroringProvisioningState} that the service accepts. */
1971
+ export enum KnownWorkloadNetworkPortMirroringProvisioningState {
1972
+ Succeeded = "Succeeded",
1973
+ Failed = "Failed",
1974
+ Building = "Building",
1975
+ Deleting = "Deleting",
1976
+ Updating = "Updating"
1977
+ }
1978
+
1979
+ /**
1980
+ * Defines values for WorkloadNetworkPortMirroringProvisioningState. \
1981
+ * {@link KnownWorkloadNetworkPortMirroringProvisioningState} can be used interchangeably with WorkloadNetworkPortMirroringProvisioningState,
1982
+ * this enum contains the known values that the service supports.
1983
+ * ### Known values supported by the service
1984
+ * **Succeeded** \
1985
+ * **Failed** \
1986
+ * **Building** \
1987
+ * **Deleting** \
1988
+ * **Updating**
1989
+ */
1990
+ export type WorkloadNetworkPortMirroringProvisioningState = string;
1991
+
1992
+ /** Known values of {@link VMGroupStatusEnum} that the service accepts. */
1993
+ export enum KnownVMGroupStatusEnum {
1994
+ Success = "SUCCESS",
1995
+ Failure = "FAILURE"
1996
+ }
1997
+
1998
+ /**
1999
+ * Defines values for VMGroupStatusEnum. \
2000
+ * {@link KnownVMGroupStatusEnum} can be used interchangeably with VMGroupStatusEnum,
2001
+ * this enum contains the known values that the service supports.
2002
+ * ### Known values supported by the service
2003
+ * **SUCCESS** \
2004
+ * **FAILURE**
2005
+ */
2006
+ export type VMGroupStatusEnum = string;
2007
+
2008
+ /** Known values of {@link WorkloadNetworkVMGroupProvisioningState} that the service accepts. */
2009
+ export enum KnownWorkloadNetworkVMGroupProvisioningState {
2010
+ Succeeded = "Succeeded",
2011
+ Failed = "Failed",
2012
+ Building = "Building",
2013
+ Deleting = "Deleting",
2014
+ Updating = "Updating"
2015
+ }
2016
+
2017
+ /**
2018
+ * Defines values for WorkloadNetworkVMGroupProvisioningState. \
2019
+ * {@link KnownWorkloadNetworkVMGroupProvisioningState} can be used interchangeably with WorkloadNetworkVMGroupProvisioningState,
2020
+ * this enum contains the known values that the service supports.
2021
+ * ### Known values supported by the service
2022
+ * **Succeeded** \
2023
+ * **Failed** \
2024
+ * **Building** \
2025
+ * **Deleting** \
2026
+ * **Updating**
2027
+ */
2028
+ export type WorkloadNetworkVMGroupProvisioningState = string;
2029
+
2030
+ /** Known values of {@link VMTypeEnum} that the service accepts. */
2031
+ export enum KnownVMTypeEnum {
2032
+ Regular = "REGULAR",
2033
+ Edge = "EDGE",
2034
+ Service = "SERVICE"
2035
+ }
2036
+
2037
+ /**
2038
+ * Defines values for VMTypeEnum. \
2039
+ * {@link KnownVMTypeEnum} can be used interchangeably with VMTypeEnum,
2040
+ * this enum contains the known values that the service supports.
2041
+ * ### Known values supported by the service
2042
+ * **REGULAR** \
2043
+ * **EDGE** \
2044
+ * **SERVICE**
2045
+ */
2046
+ export type VMTypeEnum = string;
2047
+
2048
+ /** Known values of {@link DnsServiceLogLevelEnum} that the service accepts. */
2049
+ export enum KnownDnsServiceLogLevelEnum {
2050
+ Debug = "DEBUG",
2051
+ Info = "INFO",
2052
+ Warning = "WARNING",
2053
+ Error = "ERROR",
2054
+ Fatal = "FATAL"
2055
+ }
2056
+
2057
+ /**
2058
+ * Defines values for DnsServiceLogLevelEnum. \
2059
+ * {@link KnownDnsServiceLogLevelEnum} can be used interchangeably with DnsServiceLogLevelEnum,
2060
+ * this enum contains the known values that the service supports.
2061
+ * ### Known values supported by the service
2062
+ * **DEBUG** \
2063
+ * **INFO** \
2064
+ * **WARNING** \
2065
+ * **ERROR** \
2066
+ * **FATAL**
2067
+ */
2068
+ export type DnsServiceLogLevelEnum = string;
2069
+
2070
+ /** Known values of {@link DnsServiceStatusEnum} that the service accepts. */
2071
+ export enum KnownDnsServiceStatusEnum {
2072
+ Success = "SUCCESS",
2073
+ Failure = "FAILURE"
2074
+ }
2075
+
2076
+ /**
2077
+ * Defines values for DnsServiceStatusEnum. \
2078
+ * {@link KnownDnsServiceStatusEnum} can be used interchangeably with DnsServiceStatusEnum,
2079
+ * this enum contains the known values that the service supports.
2080
+ * ### Known values supported by the service
2081
+ * **SUCCESS** \
2082
+ * **FAILURE**
2083
+ */
2084
+ export type DnsServiceStatusEnum = string;
2085
+
2086
+ /** Known values of {@link WorkloadNetworkDnsServiceProvisioningState} that the service accepts. */
2087
+ export enum KnownWorkloadNetworkDnsServiceProvisioningState {
2088
+ Succeeded = "Succeeded",
2089
+ Failed = "Failed",
2090
+ Building = "Building",
2091
+ Deleting = "Deleting",
2092
+ Updating = "Updating"
2093
+ }
2094
+
2095
+ /**
2096
+ * Defines values for WorkloadNetworkDnsServiceProvisioningState. \
2097
+ * {@link KnownWorkloadNetworkDnsServiceProvisioningState} can be used interchangeably with WorkloadNetworkDnsServiceProvisioningState,
2098
+ * this enum contains the known values that the service supports.
2099
+ * ### Known values supported by the service
2100
+ * **Succeeded** \
2101
+ * **Failed** \
2102
+ * **Building** \
2103
+ * **Deleting** \
2104
+ * **Updating**
2105
+ */
2106
+ export type WorkloadNetworkDnsServiceProvisioningState = string;
2107
+
2108
+ /** Known values of {@link WorkloadNetworkDnsZoneProvisioningState} that the service accepts. */
2109
+ export enum KnownWorkloadNetworkDnsZoneProvisioningState {
2110
+ Succeeded = "Succeeded",
2111
+ Failed = "Failed",
2112
+ Building = "Building",
2113
+ Deleting = "Deleting",
2114
+ Updating = "Updating"
2115
+ }
2116
+
2117
+ /**
2118
+ * Defines values for WorkloadNetworkDnsZoneProvisioningState. \
2119
+ * {@link KnownWorkloadNetworkDnsZoneProvisioningState} can be used interchangeably with WorkloadNetworkDnsZoneProvisioningState,
2120
+ * this enum contains the known values that the service supports.
2121
+ * ### Known values supported by the service
2122
+ * **Succeeded** \
2123
+ * **Failed** \
2124
+ * **Building** \
2125
+ * **Deleting** \
2126
+ * **Updating**
2127
+ */
2128
+ export type WorkloadNetworkDnsZoneProvisioningState = string;
2129
+
2130
+ /** Known values of {@link WorkloadNetworkPublicIPProvisioningState} that the service accepts. */
2131
+ export enum KnownWorkloadNetworkPublicIPProvisioningState {
2132
+ Succeeded = "Succeeded",
2133
+ Failed = "Failed",
2134
+ Building = "Building",
2135
+ Deleting = "Deleting",
2136
+ Updating = "Updating"
2137
+ }
2138
+
2139
+ /**
2140
+ * Defines values for WorkloadNetworkPublicIPProvisioningState. \
2141
+ * {@link KnownWorkloadNetworkPublicIPProvisioningState} can be used interchangeably with WorkloadNetworkPublicIPProvisioningState,
2142
+ * this enum contains the known values that the service supports.
2143
+ * ### Known values supported by the service
2144
+ * **Succeeded** \
2145
+ * **Failed** \
2146
+ * **Building** \
2147
+ * **Deleting** \
2148
+ * **Updating**
2149
+ */
2150
+ export type WorkloadNetworkPublicIPProvisioningState = string;
2151
+
2152
+ /** Known values of {@link CloudLinkStatus} that the service accepts. */
2153
+ export enum KnownCloudLinkStatus {
2154
+ Active = "Active",
2155
+ Building = "Building",
2156
+ Deleting = "Deleting",
2157
+ Failed = "Failed",
2158
+ Disconnected = "Disconnected"
2159
+ }
2160
+
2161
+ /**
2162
+ * Defines values for CloudLinkStatus. \
2163
+ * {@link KnownCloudLinkStatus} can be used interchangeably with CloudLinkStatus,
2164
+ * this enum contains the known values that the service supports.
2165
+ * ### Known values supported by the service
2166
+ * **Active** \
2167
+ * **Building** \
2168
+ * **Deleting** \
2169
+ * **Failed** \
2170
+ * **Disconnected**
2171
+ */
2172
+ export type CloudLinkStatus = string;
2173
+
2174
+ /** Known values of {@link AddonType} that the service accepts. */
2175
+ export enum KnownAddonType {
2176
+ SRM = "SRM",
2177
+ VR = "VR",
2178
+ HCX = "HCX"
2179
+ }
2180
+
2181
+ /**
2182
+ * Defines values for AddonType. \
2183
+ * {@link KnownAddonType} can be used interchangeably with AddonType,
2184
+ * this enum contains the known values that the service supports.
2185
+ * ### Known values supported by the service
2186
+ * **SRM** \
2187
+ * **VR** \
2188
+ * **HCX**
2189
+ */
2190
+ export type AddonType = string;
2191
+
2192
+ /** Known values of {@link AddonProvisioningState} that the service accepts. */
2193
+ export enum KnownAddonProvisioningState {
2194
+ Succeeded = "Succeeded",
2195
+ Failed = "Failed",
2196
+ Cancelled = "Cancelled",
2197
+ Building = "Building",
2198
+ Deleting = "Deleting",
2199
+ Updating = "Updating"
2200
+ }
2201
+
2202
+ /**
2203
+ * Defines values for AddonProvisioningState. \
2204
+ * {@link KnownAddonProvisioningState} can be used interchangeably with AddonProvisioningState,
2205
+ * this enum contains the known values that the service supports.
2206
+ * ### Known values supported by the service
2207
+ * **Succeeded** \
2208
+ * **Failed** \
2209
+ * **Cancelled** \
2210
+ * **Building** \
2211
+ * **Deleting** \
2212
+ * **Updating**
2213
+ */
2214
+ export type AddonProvisioningState = string;
2215
+
2216
+ /** Known values of {@link VirtualMachineRestrictMovementState} that the service accepts. */
2217
+ export enum KnownVirtualMachineRestrictMovementState {
2218
+ Enabled = "Enabled",
2219
+ Disabled = "Disabled"
2220
+ }
2221
+
2222
+ /**
2223
+ * Defines values for VirtualMachineRestrictMovementState. \
2224
+ * {@link KnownVirtualMachineRestrictMovementState} can be used interchangeably with VirtualMachineRestrictMovementState,
2225
+ * this enum contains the known values that the service supports.
2226
+ * ### Known values supported by the service
2227
+ * **Enabled** \
2228
+ * **Disabled**
2229
+ */
2230
+ export type VirtualMachineRestrictMovementState = string;
2231
+
2232
+ /** Known values of {@link PlacementPolicyType} that the service accepts. */
2233
+ export enum KnownPlacementPolicyType {
2234
+ VmVm = "VmVm",
2235
+ VmHost = "VmHost"
2236
+ }
2237
+
2238
+ /**
2239
+ * Defines values for PlacementPolicyType. \
2240
+ * {@link KnownPlacementPolicyType} can be used interchangeably with PlacementPolicyType,
2241
+ * this enum contains the known values that the service supports.
2242
+ * ### Known values supported by the service
2243
+ * **VmVm** \
2244
+ * **VmHost**
2245
+ */
2246
+ export type PlacementPolicyType = string;
2247
+
2248
+ /** Known values of {@link PlacementPolicyState} that the service accepts. */
2249
+ export enum KnownPlacementPolicyState {
2250
+ Enabled = "Enabled",
2251
+ Disabled = "Disabled"
2252
+ }
2253
+
2254
+ /**
2255
+ * Defines values for PlacementPolicyState. \
2256
+ * {@link KnownPlacementPolicyState} can be used interchangeably with PlacementPolicyState,
2257
+ * this enum contains the known values that the service supports.
2258
+ * ### Known values supported by the service
2259
+ * **Enabled** \
2260
+ * **Disabled**
2261
+ */
2262
+ export type PlacementPolicyState = string;
2263
+
2264
+ /** Known values of {@link PlacementPolicyProvisioningState} that the service accepts. */
2265
+ export enum KnownPlacementPolicyProvisioningState {
2266
+ Succeeded = "Succeeded",
2267
+ Failed = "Failed",
2268
+ Building = "Building",
2269
+ Deleting = "Deleting",
2270
+ Updating = "Updating"
2271
+ }
2272
+
2273
+ /**
2274
+ * Defines values for PlacementPolicyProvisioningState. \
2275
+ * {@link KnownPlacementPolicyProvisioningState} can be used interchangeably with PlacementPolicyProvisioningState,
2276
+ * this enum contains the known values that the service supports.
2277
+ * ### Known values supported by the service
2278
+ * **Succeeded** \
2279
+ * **Failed** \
2280
+ * **Building** \
2281
+ * **Deleting** \
2282
+ * **Updating**
2283
+ */
2284
+ export type PlacementPolicyProvisioningState = string;
2285
+
2286
+ /** Known values of {@link ScriptParameterTypes} that the service accepts. */
2287
+ export enum KnownScriptParameterTypes {
2288
+ String = "String",
2289
+ SecureString = "SecureString",
2290
+ Credential = "Credential",
2291
+ Int = "Int",
2292
+ Bool = "Bool",
2293
+ Float = "Float"
2294
+ }
2295
+
2296
+ /**
2297
+ * Defines values for ScriptParameterTypes. \
2298
+ * {@link KnownScriptParameterTypes} can be used interchangeably with ScriptParameterTypes,
2299
+ * this enum contains the known values that the service supports.
2300
+ * ### Known values supported by the service
2301
+ * **String** \
2302
+ * **SecureString** \
2303
+ * **Credential** \
2304
+ * **Int** \
2305
+ * **Bool** \
2306
+ * **Float**
2307
+ */
2308
+ export type ScriptParameterTypes = string;
2309
+
2310
+ /** Known values of {@link VisibilityParameterEnum} that the service accepts. */
2311
+ export enum KnownVisibilityParameterEnum {
2312
+ Visible = "Visible",
2313
+ Hidden = "Hidden"
2314
+ }
2315
+
2316
+ /**
2317
+ * Defines values for VisibilityParameterEnum. \
2318
+ * {@link KnownVisibilityParameterEnum} can be used interchangeably with VisibilityParameterEnum,
2319
+ * this enum contains the known values that the service supports.
2320
+ * ### Known values supported by the service
2321
+ * **Visible** \
2322
+ * **Hidden**
2323
+ */
2324
+ export type VisibilityParameterEnum = string;
2325
+
2326
+ /** Known values of {@link OptionalParamEnum} that the service accepts. */
2327
+ export enum KnownOptionalParamEnum {
2328
+ Optional = "Optional",
2329
+ Required = "Required"
2330
+ }
2331
+
2332
+ /**
2333
+ * Defines values for OptionalParamEnum. \
2334
+ * {@link KnownOptionalParamEnum} can be used interchangeably with OptionalParamEnum,
2335
+ * this enum contains the known values that the service supports.
2336
+ * ### Known values supported by the service
2337
+ * **Optional** \
2338
+ * **Required**
2339
+ */
2340
+ export type OptionalParamEnum = string;
2341
+
2342
+ /** Known values of {@link ScriptExecutionParameterType} that the service accepts. */
2343
+ export enum KnownScriptExecutionParameterType {
2344
+ Value = "Value",
2345
+ SecureValue = "SecureValue",
2346
+ Credential = "Credential"
2347
+ }
2348
+
2349
+ /**
2350
+ * Defines values for ScriptExecutionParameterType. \
2351
+ * {@link KnownScriptExecutionParameterType} can be used interchangeably with ScriptExecutionParameterType,
2352
+ * this enum contains the known values that the service supports.
2353
+ * ### Known values supported by the service
2354
+ * **Value** \
2355
+ * **SecureValue** \
2356
+ * **Credential**
2357
+ */
2358
+ export type ScriptExecutionParameterType = string;
2359
+
2360
+ /** Known values of {@link ScriptExecutionProvisioningState} that the service accepts. */
2361
+ export enum KnownScriptExecutionProvisioningState {
2362
+ Pending = "Pending",
2363
+ Running = "Running",
2364
+ Succeeded = "Succeeded",
2365
+ Failed = "Failed",
2366
+ Cancelling = "Cancelling",
2367
+ Cancelled = "Cancelled",
2368
+ Deleting = "Deleting"
2369
+ }
2370
+
2371
+ /**
2372
+ * Defines values for ScriptExecutionProvisioningState. \
2373
+ * {@link KnownScriptExecutionProvisioningState} can be used interchangeably with ScriptExecutionProvisioningState,
2374
+ * this enum contains the known values that the service supports.
2375
+ * ### Known values supported by the service
2376
+ * **Pending** \
2377
+ * **Running** \
2378
+ * **Succeeded** \
2379
+ * **Failed** \
2380
+ * **Cancelling** \
2381
+ * **Cancelled** \
2382
+ * **Deleting**
2383
+ */
2384
+ export type ScriptExecutionProvisioningState = string;
2385
+
2386
+ /** Known values of {@link ScriptOutputStreamType} that the service accepts. */
2387
+ export enum KnownScriptOutputStreamType {
2388
+ Information = "Information",
2389
+ Warning = "Warning",
2390
+ Output = "Output",
2391
+ Error = "Error"
2392
+ }
2393
+
2394
+ /**
2395
+ * Defines values for ScriptOutputStreamType. \
2396
+ * {@link KnownScriptOutputStreamType} can be used interchangeably with ScriptOutputStreamType,
2397
+ * this enum contains the known values that the service supports.
2398
+ * ### Known values supported by the service
2399
+ * **Information** \
2400
+ * **Warning** \
2401
+ * **Output** \
2402
+ * **Error**
2403
+ */
2404
+ export type ScriptOutputStreamType = string;
2405
+
2406
+ /** Known values of {@link AffinityType} that the service accepts. */
2407
+ export enum KnownAffinityType {
2408
+ Affinity = "Affinity",
2409
+ AntiAffinity = "AntiAffinity"
2410
+ }
2411
+
2412
+ /**
2413
+ * Defines values for AffinityType. \
2414
+ * {@link KnownAffinityType} can be used interchangeably with AffinityType,
2415
+ * this enum contains the known values that the service supports.
2416
+ * ### Known values supported by the service
2417
+ * **Affinity** \
2418
+ * **AntiAffinity**
2419
+ */
2420
+ export type AffinityType = string;
2421
+
2422
+ /** Optional parameters. */
2423
+ export interface OperationsListOptionalParams
2424
+ extends coreClient.OperationOptions {}
2425
+
2426
+ /** Contains response data for the list operation. */
2427
+ export type OperationsListResponse = OperationList;
2428
+
2429
+ /** Optional parameters. */
2430
+ export interface OperationsListNextOptionalParams
2431
+ extends coreClient.OperationOptions {}
2432
+
2433
+ /** Contains response data for the listNext operation. */
2434
+ export type OperationsListNextResponse = OperationList;
2435
+
2436
+ /** Optional parameters. */
2437
+ export interface LocationsCheckTrialAvailabilityOptionalParams
2438
+ extends coreClient.OperationOptions {}
2439
+
2440
+ /** Contains response data for the checkTrialAvailability operation. */
2441
+ export type LocationsCheckTrialAvailabilityResponse = Trial;
2442
+
2443
+ /** Optional parameters. */
2444
+ export interface LocationsCheckQuotaAvailabilityOptionalParams
2445
+ extends coreClient.OperationOptions {}
2446
+
2447
+ /** Contains response data for the checkQuotaAvailability operation. */
2448
+ export type LocationsCheckQuotaAvailabilityResponse = Quota;
2449
+
2450
+ /** Optional parameters. */
2451
+ export interface PrivateCloudsListOptionalParams
2452
+ extends coreClient.OperationOptions {}
2453
+
2454
+ /** Contains response data for the list operation. */
2455
+ export type PrivateCloudsListResponse = PrivateCloudList;
2456
+
2457
+ /** Optional parameters. */
2458
+ export interface PrivateCloudsListInSubscriptionOptionalParams
2459
+ extends coreClient.OperationOptions {}
2460
+
2461
+ /** Contains response data for the listInSubscription operation. */
2462
+ export type PrivateCloudsListInSubscriptionResponse = PrivateCloudList;
2463
+
2464
+ /** Optional parameters. */
2465
+ export interface PrivateCloudsGetOptionalParams
2466
+ extends coreClient.OperationOptions {}
2467
+
2468
+ /** Contains response data for the get operation. */
2469
+ export type PrivateCloudsGetResponse = PrivateCloud;
2470
+
2471
+ /** Optional parameters. */
2472
+ export interface PrivateCloudsCreateOrUpdateOptionalParams
2473
+ extends coreClient.OperationOptions {
2474
+ /** Delay to wait until next poll, in milliseconds. */
2475
+ updateIntervalInMs?: number;
2476
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2477
+ resumeFrom?: string;
2478
+ }
2479
+
2480
+ /** Contains response data for the createOrUpdate operation. */
2481
+ export type PrivateCloudsCreateOrUpdateResponse = PrivateCloud;
2482
+
2483
+ /** Optional parameters. */
2484
+ export interface PrivateCloudsUpdateOptionalParams
2485
+ extends coreClient.OperationOptions {
2486
+ /** Delay to wait until next poll, in milliseconds. */
2487
+ updateIntervalInMs?: number;
2488
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2489
+ resumeFrom?: string;
2490
+ }
2491
+
2492
+ /** Contains response data for the update operation. */
2493
+ export type PrivateCloudsUpdateResponse = PrivateCloud;
2494
+
2495
+ /** Optional parameters. */
2496
+ export interface PrivateCloudsDeleteOptionalParams
2497
+ extends coreClient.OperationOptions {
2498
+ /** Delay to wait until next poll, in milliseconds. */
2499
+ updateIntervalInMs?: number;
2500
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2501
+ resumeFrom?: string;
2502
+ }
2503
+
2504
+ /** Optional parameters. */
2505
+ export interface PrivateCloudsRotateVcenterPasswordOptionalParams
2506
+ extends coreClient.OperationOptions {
2507
+ /** Delay to wait until next poll, in milliseconds. */
2508
+ updateIntervalInMs?: number;
2509
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2510
+ resumeFrom?: string;
2511
+ }
2512
+
2513
+ /** Optional parameters. */
2514
+ export interface PrivateCloudsRotateNsxtPasswordOptionalParams
2515
+ extends coreClient.OperationOptions {
2516
+ /** Delay to wait until next poll, in milliseconds. */
2517
+ updateIntervalInMs?: number;
2518
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2519
+ resumeFrom?: string;
2520
+ }
2521
+
2522
+ /** Optional parameters. */
2523
+ export interface PrivateCloudsListAdminCredentialsOptionalParams
2524
+ extends coreClient.OperationOptions {}
2525
+
2526
+ /** Contains response data for the listAdminCredentials operation. */
2527
+ export type PrivateCloudsListAdminCredentialsResponse = AdminCredentials;
2528
+
2529
+ /** Optional parameters. */
2530
+ export interface PrivateCloudsListNextOptionalParams
2531
+ extends coreClient.OperationOptions {}
2532
+
2533
+ /** Contains response data for the listNext operation. */
2534
+ export type PrivateCloudsListNextResponse = PrivateCloudList;
2535
+
2536
+ /** Optional parameters. */
2537
+ export interface PrivateCloudsListInSubscriptionNextOptionalParams
2538
+ extends coreClient.OperationOptions {}
2539
+
2540
+ /** Contains response data for the listInSubscriptionNext operation. */
2541
+ export type PrivateCloudsListInSubscriptionNextResponse = PrivateCloudList;
2542
+
2543
+ /** Optional parameters. */
2544
+ export interface ClustersListOptionalParams
2545
+ extends coreClient.OperationOptions {}
2546
+
2547
+ /** Contains response data for the list operation. */
2548
+ export type ClustersListResponse = ClusterList;
2549
+
2550
+ /** Optional parameters. */
2551
+ export interface ClustersGetOptionalParams
2552
+ extends coreClient.OperationOptions {}
2553
+
2554
+ /** Contains response data for the get operation. */
2555
+ export type ClustersGetResponse = Cluster;
2556
+
2557
+ /** Optional parameters. */
2558
+ export interface ClustersCreateOrUpdateOptionalParams
2559
+ extends coreClient.OperationOptions {
2560
+ /** Delay to wait until next poll, in milliseconds. */
2561
+ updateIntervalInMs?: number;
2562
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2563
+ resumeFrom?: string;
2564
+ }
2565
+
2566
+ /** Contains response data for the createOrUpdate operation. */
2567
+ export type ClustersCreateOrUpdateResponse = Cluster;
2568
+
2569
+ /** Optional parameters. */
2570
+ export interface ClustersUpdateOptionalParams
2571
+ extends coreClient.OperationOptions {
2572
+ /** Delay to wait until next poll, in milliseconds. */
2573
+ updateIntervalInMs?: number;
2574
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2575
+ resumeFrom?: string;
2576
+ }
2577
+
2578
+ /** Contains response data for the update operation. */
2579
+ export type ClustersUpdateResponse = Cluster;
2580
+
2581
+ /** Optional parameters. */
2582
+ export interface ClustersDeleteOptionalParams
2583
+ extends coreClient.OperationOptions {
2584
+ /** Delay to wait until next poll, in milliseconds. */
2585
+ updateIntervalInMs?: number;
2586
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2587
+ resumeFrom?: string;
2588
+ }
2589
+
2590
+ /** Optional parameters. */
2591
+ export interface ClustersListNextOptionalParams
2592
+ extends coreClient.OperationOptions {}
2593
+
2594
+ /** Contains response data for the listNext operation. */
2595
+ export type ClustersListNextResponse = ClusterList;
2596
+
2597
+ /** Optional parameters. */
2598
+ export interface DatastoresListOptionalParams
2599
+ extends coreClient.OperationOptions {}
2600
+
2601
+ /** Contains response data for the list operation. */
2602
+ export type DatastoresListResponse = DatastoreList;
2603
+
2604
+ /** Optional parameters. */
2605
+ export interface DatastoresGetOptionalParams
2606
+ extends coreClient.OperationOptions {}
2607
+
2608
+ /** Contains response data for the get operation. */
2609
+ export type DatastoresGetResponse = Datastore;
2610
+
2611
+ /** Optional parameters. */
2612
+ export interface DatastoresCreateOrUpdateOptionalParams
2613
+ extends coreClient.OperationOptions {
2614
+ /** Delay to wait until next poll, in milliseconds. */
2615
+ updateIntervalInMs?: number;
2616
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2617
+ resumeFrom?: string;
2618
+ }
2619
+
2620
+ /** Contains response data for the createOrUpdate operation. */
2621
+ export type DatastoresCreateOrUpdateResponse = Datastore;
2622
+
2623
+ /** Optional parameters. */
2624
+ export interface DatastoresDeleteOptionalParams
2625
+ extends coreClient.OperationOptions {
2626
+ /** Delay to wait until next poll, in milliseconds. */
2627
+ updateIntervalInMs?: number;
2628
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2629
+ resumeFrom?: string;
2630
+ }
2631
+
2632
+ /** Optional parameters. */
2633
+ export interface DatastoresListNextOptionalParams
2634
+ extends coreClient.OperationOptions {}
2635
+
2636
+ /** Contains response data for the listNext operation. */
2637
+ export type DatastoresListNextResponse = DatastoreList;
2638
+
2639
+ /** Optional parameters. */
2640
+ export interface HcxEnterpriseSitesListOptionalParams
2641
+ extends coreClient.OperationOptions {}
2642
+
2643
+ /** Contains response data for the list operation. */
2644
+ export type HcxEnterpriseSitesListResponse = HcxEnterpriseSiteList;
2645
+
2646
+ /** Optional parameters. */
2647
+ export interface HcxEnterpriseSitesGetOptionalParams
2648
+ extends coreClient.OperationOptions {}
2649
+
2650
+ /** Contains response data for the get operation. */
2651
+ export type HcxEnterpriseSitesGetResponse = HcxEnterpriseSite;
2652
+
2653
+ /** Optional parameters. */
2654
+ export interface HcxEnterpriseSitesCreateOrUpdateOptionalParams
2655
+ extends coreClient.OperationOptions {}
2656
+
2657
+ /** Contains response data for the createOrUpdate operation. */
2658
+ export type HcxEnterpriseSitesCreateOrUpdateResponse = HcxEnterpriseSite;
2659
+
2660
+ /** Optional parameters. */
2661
+ export interface HcxEnterpriseSitesDeleteOptionalParams
2662
+ extends coreClient.OperationOptions {}
2663
+
2664
+ /** Optional parameters. */
2665
+ export interface HcxEnterpriseSitesListNextOptionalParams
2666
+ extends coreClient.OperationOptions {}
2667
+
2668
+ /** Contains response data for the listNext operation. */
2669
+ export type HcxEnterpriseSitesListNextResponse = HcxEnterpriseSiteList;
2670
+
2671
+ /** Optional parameters. */
2672
+ export interface AuthorizationsListOptionalParams
2673
+ extends coreClient.OperationOptions {}
2674
+
2675
+ /** Contains response data for the list operation. */
2676
+ export type AuthorizationsListResponse = ExpressRouteAuthorizationList;
2677
+
2678
+ /** Optional parameters. */
2679
+ export interface AuthorizationsGetOptionalParams
2680
+ extends coreClient.OperationOptions {}
2681
+
2682
+ /** Contains response data for the get operation. */
2683
+ export type AuthorizationsGetResponse = ExpressRouteAuthorization;
2684
+
2685
+ /** Optional parameters. */
2686
+ export interface AuthorizationsCreateOrUpdateOptionalParams
2687
+ extends coreClient.OperationOptions {
2688
+ /** Delay to wait until next poll, in milliseconds. */
2689
+ updateIntervalInMs?: number;
2690
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2691
+ resumeFrom?: string;
2692
+ }
2693
+
2694
+ /** Contains response data for the createOrUpdate operation. */
2695
+ export type AuthorizationsCreateOrUpdateResponse = ExpressRouteAuthorization;
2696
+
2697
+ /** Optional parameters. */
2698
+ export interface AuthorizationsDeleteOptionalParams
2699
+ extends coreClient.OperationOptions {
2700
+ /** Delay to wait until next poll, in milliseconds. */
2701
+ updateIntervalInMs?: number;
2702
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2703
+ resumeFrom?: string;
2704
+ }
2705
+
2706
+ /** Optional parameters. */
2707
+ export interface AuthorizationsListNextOptionalParams
2708
+ extends coreClient.OperationOptions {}
2709
+
2710
+ /** Contains response data for the listNext operation. */
2711
+ export type AuthorizationsListNextResponse = ExpressRouteAuthorizationList;
2712
+
2713
+ /** Optional parameters. */
2714
+ export interface GlobalReachConnectionsListOptionalParams
2715
+ extends coreClient.OperationOptions {}
2716
+
2717
+ /** Contains response data for the list operation. */
2718
+ export type GlobalReachConnectionsListResponse = GlobalReachConnectionList;
2719
+
2720
+ /** Optional parameters. */
2721
+ export interface GlobalReachConnectionsGetOptionalParams
2722
+ extends coreClient.OperationOptions {}
2723
+
2724
+ /** Contains response data for the get operation. */
2725
+ export type GlobalReachConnectionsGetResponse = GlobalReachConnection;
2726
+
2727
+ /** Optional parameters. */
2728
+ export interface GlobalReachConnectionsCreateOrUpdateOptionalParams
2729
+ extends coreClient.OperationOptions {
2730
+ /** Delay to wait until next poll, in milliseconds. */
2731
+ updateIntervalInMs?: number;
2732
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2733
+ resumeFrom?: string;
2734
+ }
2735
+
2736
+ /** Contains response data for the createOrUpdate operation. */
2737
+ export type GlobalReachConnectionsCreateOrUpdateResponse = GlobalReachConnection;
2738
+
2739
+ /** Optional parameters. */
2740
+ export interface GlobalReachConnectionsDeleteOptionalParams
2741
+ extends coreClient.OperationOptions {
2742
+ /** Delay to wait until next poll, in milliseconds. */
2743
+ updateIntervalInMs?: number;
2744
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2745
+ resumeFrom?: string;
2746
+ }
2747
+
2748
+ /** Optional parameters. */
2749
+ export interface GlobalReachConnectionsListNextOptionalParams
2750
+ extends coreClient.OperationOptions {}
2751
+
2752
+ /** Contains response data for the listNext operation. */
2753
+ export type GlobalReachConnectionsListNextResponse = GlobalReachConnectionList;
2754
+
2755
+ /** Optional parameters. */
2756
+ export interface WorkloadNetworksListSegmentsOptionalParams
2757
+ extends coreClient.OperationOptions {}
2758
+
2759
+ /** Contains response data for the listSegments operation. */
2760
+ export type WorkloadNetworksListSegmentsResponse = WorkloadNetworkSegmentsList;
2761
+
2762
+ /** Optional parameters. */
2763
+ export interface WorkloadNetworksGetSegmentOptionalParams
2764
+ extends coreClient.OperationOptions {}
2765
+
2766
+ /** Contains response data for the getSegment operation. */
2767
+ export type WorkloadNetworksGetSegmentResponse = WorkloadNetworkSegment;
2768
+
2769
+ /** Optional parameters. */
2770
+ export interface WorkloadNetworksCreateSegmentsOptionalParams
2771
+ extends coreClient.OperationOptions {
2772
+ /** Delay to wait until next poll, in milliseconds. */
2773
+ updateIntervalInMs?: number;
2774
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2775
+ resumeFrom?: string;
2776
+ }
2777
+
2778
+ /** Contains response data for the createSegments operation. */
2779
+ export type WorkloadNetworksCreateSegmentsResponse = WorkloadNetworkSegment;
2780
+
2781
+ /** Optional parameters. */
2782
+ export interface WorkloadNetworksUpdateSegmentsOptionalParams
2783
+ extends coreClient.OperationOptions {
2784
+ /** Delay to wait until next poll, in milliseconds. */
2785
+ updateIntervalInMs?: number;
2786
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2787
+ resumeFrom?: string;
2788
+ }
2789
+
2790
+ /** Contains response data for the updateSegments operation. */
2791
+ export type WorkloadNetworksUpdateSegmentsResponse = WorkloadNetworkSegment;
2792
+
2793
+ /** Optional parameters. */
2794
+ export interface WorkloadNetworksDeleteSegmentOptionalParams
2795
+ extends coreClient.OperationOptions {
2796
+ /** Delay to wait until next poll, in milliseconds. */
2797
+ updateIntervalInMs?: number;
2798
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2799
+ resumeFrom?: string;
2800
+ }
2801
+
2802
+ /** Optional parameters. */
2803
+ export interface WorkloadNetworksListDhcpOptionalParams
2804
+ extends coreClient.OperationOptions {}
2805
+
2806
+ /** Contains response data for the listDhcp operation. */
2807
+ export type WorkloadNetworksListDhcpResponse = WorkloadNetworkDhcpList;
2808
+
2809
+ /** Optional parameters. */
2810
+ export interface WorkloadNetworksGetDhcpOptionalParams
2811
+ extends coreClient.OperationOptions {}
2812
+
2813
+ /** Contains response data for the getDhcp operation. */
2814
+ export type WorkloadNetworksGetDhcpResponse = WorkloadNetworkDhcp;
2815
+
2816
+ /** Optional parameters. */
2817
+ export interface WorkloadNetworksCreateDhcpOptionalParams
2818
+ extends coreClient.OperationOptions {
2819
+ /** Delay to wait until next poll, in milliseconds. */
2820
+ updateIntervalInMs?: number;
2821
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2822
+ resumeFrom?: string;
2823
+ }
2824
+
2825
+ /** Contains response data for the createDhcp operation. */
2826
+ export type WorkloadNetworksCreateDhcpResponse = WorkloadNetworkDhcp;
2827
+
2828
+ /** Optional parameters. */
2829
+ export interface WorkloadNetworksUpdateDhcpOptionalParams
2830
+ extends coreClient.OperationOptions {
2831
+ /** Delay to wait until next poll, in milliseconds. */
2832
+ updateIntervalInMs?: number;
2833
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2834
+ resumeFrom?: string;
2835
+ }
2836
+
2837
+ /** Contains response data for the updateDhcp operation. */
2838
+ export type WorkloadNetworksUpdateDhcpResponse = WorkloadNetworkDhcp;
2839
+
2840
+ /** Optional parameters. */
2841
+ export interface WorkloadNetworksDeleteDhcpOptionalParams
2842
+ extends coreClient.OperationOptions {
2843
+ /** Delay to wait until next poll, in milliseconds. */
2844
+ updateIntervalInMs?: number;
2845
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2846
+ resumeFrom?: string;
2847
+ }
2848
+
2849
+ /** Optional parameters. */
2850
+ export interface WorkloadNetworksListGatewaysOptionalParams
2851
+ extends coreClient.OperationOptions {}
2852
+
2853
+ /** Contains response data for the listGateways operation. */
2854
+ export type WorkloadNetworksListGatewaysResponse = WorkloadNetworkGatewayList;
2855
+
2856
+ /** Optional parameters. */
2857
+ export interface WorkloadNetworksGetGatewayOptionalParams
2858
+ extends coreClient.OperationOptions {}
2859
+
2860
+ /** Contains response data for the getGateway operation. */
2861
+ export type WorkloadNetworksGetGatewayResponse = WorkloadNetworkGateway;
2862
+
2863
+ /** Optional parameters. */
2864
+ export interface WorkloadNetworksListPortMirroringOptionalParams
2865
+ extends coreClient.OperationOptions {}
2866
+
2867
+ /** Contains response data for the listPortMirroring operation. */
2868
+ export type WorkloadNetworksListPortMirroringResponse = WorkloadNetworkPortMirroringList;
2869
+
2870
+ /** Optional parameters. */
2871
+ export interface WorkloadNetworksGetPortMirroringOptionalParams
2872
+ extends coreClient.OperationOptions {}
2873
+
2874
+ /** Contains response data for the getPortMirroring operation. */
2875
+ export type WorkloadNetworksGetPortMirroringResponse = WorkloadNetworkPortMirroring;
2876
+
2877
+ /** Optional parameters. */
2878
+ export interface WorkloadNetworksCreatePortMirroringOptionalParams
2879
+ extends coreClient.OperationOptions {
2880
+ /** Delay to wait until next poll, in milliseconds. */
2881
+ updateIntervalInMs?: number;
2882
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2883
+ resumeFrom?: string;
2884
+ }
2885
+
2886
+ /** Contains response data for the createPortMirroring operation. */
2887
+ export type WorkloadNetworksCreatePortMirroringResponse = WorkloadNetworkPortMirroring;
2888
+
2889
+ /** Optional parameters. */
2890
+ export interface WorkloadNetworksUpdatePortMirroringOptionalParams
2891
+ extends coreClient.OperationOptions {
2892
+ /** Delay to wait until next poll, in milliseconds. */
2893
+ updateIntervalInMs?: number;
2894
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2895
+ resumeFrom?: string;
2896
+ }
2897
+
2898
+ /** Contains response data for the updatePortMirroring operation. */
2899
+ export type WorkloadNetworksUpdatePortMirroringResponse = WorkloadNetworkPortMirroring;
2900
+
2901
+ /** Optional parameters. */
2902
+ export interface WorkloadNetworksDeletePortMirroringOptionalParams
2903
+ extends coreClient.OperationOptions {
2904
+ /** Delay to wait until next poll, in milliseconds. */
2905
+ updateIntervalInMs?: number;
2906
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2907
+ resumeFrom?: string;
2908
+ }
2909
+
2910
+ /** Optional parameters. */
2911
+ export interface WorkloadNetworksListVMGroupsOptionalParams
2912
+ extends coreClient.OperationOptions {}
2913
+
2914
+ /** Contains response data for the listVMGroups operation. */
2915
+ export type WorkloadNetworksListVMGroupsResponse = WorkloadNetworkVMGroupsList;
2916
+
2917
+ /** Optional parameters. */
2918
+ export interface WorkloadNetworksGetVMGroupOptionalParams
2919
+ extends coreClient.OperationOptions {}
2920
+
2921
+ /** Contains response data for the getVMGroup operation. */
2922
+ export type WorkloadNetworksGetVMGroupResponse = WorkloadNetworkVMGroup;
2923
+
2924
+ /** Optional parameters. */
2925
+ export interface WorkloadNetworksCreateVMGroupOptionalParams
2926
+ extends coreClient.OperationOptions {
2927
+ /** Delay to wait until next poll, in milliseconds. */
2928
+ updateIntervalInMs?: number;
2929
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2930
+ resumeFrom?: string;
2931
+ }
2932
+
2933
+ /** Contains response data for the createVMGroup operation. */
2934
+ export type WorkloadNetworksCreateVMGroupResponse = WorkloadNetworkVMGroup;
2935
+
2936
+ /** Optional parameters. */
2937
+ export interface WorkloadNetworksUpdateVMGroupOptionalParams
2938
+ extends coreClient.OperationOptions {
2939
+ /** Delay to wait until next poll, in milliseconds. */
2940
+ updateIntervalInMs?: number;
2941
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2942
+ resumeFrom?: string;
2943
+ }
2944
+
2945
+ /** Contains response data for the updateVMGroup operation. */
2946
+ export type WorkloadNetworksUpdateVMGroupResponse = WorkloadNetworkVMGroup;
2947
+
2948
+ /** Optional parameters. */
2949
+ export interface WorkloadNetworksDeleteVMGroupOptionalParams
2950
+ extends coreClient.OperationOptions {
2951
+ /** Delay to wait until next poll, in milliseconds. */
2952
+ updateIntervalInMs?: number;
2953
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2954
+ resumeFrom?: string;
2955
+ }
2956
+
2957
+ /** Optional parameters. */
2958
+ export interface WorkloadNetworksListVirtualMachinesOptionalParams
2959
+ extends coreClient.OperationOptions {}
2960
+
2961
+ /** Contains response data for the listVirtualMachines operation. */
2962
+ export type WorkloadNetworksListVirtualMachinesResponse = WorkloadNetworkVirtualMachinesList;
2963
+
2964
+ /** Optional parameters. */
2965
+ export interface WorkloadNetworksGetVirtualMachineOptionalParams
2966
+ extends coreClient.OperationOptions {}
2967
+
2968
+ /** Contains response data for the getVirtualMachine operation. */
2969
+ export type WorkloadNetworksGetVirtualMachineResponse = WorkloadNetworkVirtualMachine;
2970
+
2971
+ /** Optional parameters. */
2972
+ export interface WorkloadNetworksListDnsServicesOptionalParams
2973
+ extends coreClient.OperationOptions {}
2974
+
2975
+ /** Contains response data for the listDnsServices operation. */
2976
+ export type WorkloadNetworksListDnsServicesResponse = WorkloadNetworkDnsServicesList;
2977
+
2978
+ /** Optional parameters. */
2979
+ export interface WorkloadNetworksGetDnsServiceOptionalParams
2980
+ extends coreClient.OperationOptions {}
2981
+
2982
+ /** Contains response data for the getDnsService operation. */
2983
+ export type WorkloadNetworksGetDnsServiceResponse = WorkloadNetworkDnsService;
2984
+
2985
+ /** Optional parameters. */
2986
+ export interface WorkloadNetworksCreateDnsServiceOptionalParams
2987
+ extends coreClient.OperationOptions {
2988
+ /** Delay to wait until next poll, in milliseconds. */
2989
+ updateIntervalInMs?: number;
2990
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2991
+ resumeFrom?: string;
2992
+ }
2993
+
2994
+ /** Contains response data for the createDnsService operation. */
2995
+ export type WorkloadNetworksCreateDnsServiceResponse = WorkloadNetworkDnsService;
2996
+
2997
+ /** Optional parameters. */
2998
+ export interface WorkloadNetworksUpdateDnsServiceOptionalParams
2999
+ extends coreClient.OperationOptions {
3000
+ /** Delay to wait until next poll, in milliseconds. */
3001
+ updateIntervalInMs?: number;
3002
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3003
+ resumeFrom?: string;
3004
+ }
3005
+
3006
+ /** Contains response data for the updateDnsService operation. */
3007
+ export type WorkloadNetworksUpdateDnsServiceResponse = WorkloadNetworkDnsService;
3008
+
3009
+ /** Optional parameters. */
3010
+ export interface WorkloadNetworksDeleteDnsServiceOptionalParams
3011
+ extends coreClient.OperationOptions {
3012
+ /** Delay to wait until next poll, in milliseconds. */
3013
+ updateIntervalInMs?: number;
3014
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3015
+ resumeFrom?: string;
3016
+ }
3017
+
3018
+ /** Optional parameters. */
3019
+ export interface WorkloadNetworksListDnsZonesOptionalParams
3020
+ extends coreClient.OperationOptions {}
3021
+
3022
+ /** Contains response data for the listDnsZones operation. */
3023
+ export type WorkloadNetworksListDnsZonesResponse = WorkloadNetworkDnsZonesList;
3024
+
3025
+ /** Optional parameters. */
3026
+ export interface WorkloadNetworksGetDnsZoneOptionalParams
3027
+ extends coreClient.OperationOptions {}
3028
+
3029
+ /** Contains response data for the getDnsZone operation. */
3030
+ export type WorkloadNetworksGetDnsZoneResponse = WorkloadNetworkDnsZone;
3031
+
3032
+ /** Optional parameters. */
3033
+ export interface WorkloadNetworksCreateDnsZoneOptionalParams
3034
+ extends coreClient.OperationOptions {
3035
+ /** Delay to wait until next poll, in milliseconds. */
3036
+ updateIntervalInMs?: number;
3037
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3038
+ resumeFrom?: string;
3039
+ }
3040
+
3041
+ /** Contains response data for the createDnsZone operation. */
3042
+ export type WorkloadNetworksCreateDnsZoneResponse = WorkloadNetworkDnsZone;
3043
+
3044
+ /** Optional parameters. */
3045
+ export interface WorkloadNetworksUpdateDnsZoneOptionalParams
3046
+ extends coreClient.OperationOptions {
3047
+ /** Delay to wait until next poll, in milliseconds. */
3048
+ updateIntervalInMs?: number;
3049
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3050
+ resumeFrom?: string;
3051
+ }
3052
+
3053
+ /** Contains response data for the updateDnsZone operation. */
3054
+ export type WorkloadNetworksUpdateDnsZoneResponse = WorkloadNetworkDnsZone;
3055
+
3056
+ /** Optional parameters. */
3057
+ export interface WorkloadNetworksDeleteDnsZoneOptionalParams
3058
+ extends coreClient.OperationOptions {
3059
+ /** Delay to wait until next poll, in milliseconds. */
3060
+ updateIntervalInMs?: number;
3061
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3062
+ resumeFrom?: string;
3063
+ }
3064
+
3065
+ /** Optional parameters. */
3066
+ export interface WorkloadNetworksListPublicIPsOptionalParams
3067
+ extends coreClient.OperationOptions {}
3068
+
3069
+ /** Contains response data for the listPublicIPs operation. */
3070
+ export type WorkloadNetworksListPublicIPsResponse = WorkloadNetworkPublicIPsList;
3071
+
3072
+ /** Optional parameters. */
3073
+ export interface WorkloadNetworksGetPublicIPOptionalParams
3074
+ extends coreClient.OperationOptions {}
3075
+
3076
+ /** Contains response data for the getPublicIP operation. */
3077
+ export type WorkloadNetworksGetPublicIPResponse = WorkloadNetworkPublicIP;
3078
+
3079
+ /** Optional parameters. */
3080
+ export interface WorkloadNetworksCreatePublicIPOptionalParams
3081
+ extends coreClient.OperationOptions {
3082
+ /** Delay to wait until next poll, in milliseconds. */
3083
+ updateIntervalInMs?: number;
3084
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3085
+ resumeFrom?: string;
3086
+ }
3087
+
3088
+ /** Contains response data for the createPublicIP operation. */
3089
+ export type WorkloadNetworksCreatePublicIPResponse = WorkloadNetworkPublicIP;
3090
+
3091
+ /** Optional parameters. */
3092
+ export interface WorkloadNetworksDeletePublicIPOptionalParams
3093
+ extends coreClient.OperationOptions {
3094
+ /** Delay to wait until next poll, in milliseconds. */
3095
+ updateIntervalInMs?: number;
3096
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3097
+ resumeFrom?: string;
3098
+ }
3099
+
3100
+ /** Optional parameters. */
3101
+ export interface WorkloadNetworksListSegmentsNextOptionalParams
3102
+ extends coreClient.OperationOptions {}
3103
+
3104
+ /** Contains response data for the listSegmentsNext operation. */
3105
+ export type WorkloadNetworksListSegmentsNextResponse = WorkloadNetworkSegmentsList;
3106
+
3107
+ /** Optional parameters. */
3108
+ export interface WorkloadNetworksListDhcpNextOptionalParams
3109
+ extends coreClient.OperationOptions {}
3110
+
3111
+ /** Contains response data for the listDhcpNext operation. */
3112
+ export type WorkloadNetworksListDhcpNextResponse = WorkloadNetworkDhcpList;
3113
+
3114
+ /** Optional parameters. */
3115
+ export interface WorkloadNetworksListGatewaysNextOptionalParams
3116
+ extends coreClient.OperationOptions {}
3117
+
3118
+ /** Contains response data for the listGatewaysNext operation. */
3119
+ export type WorkloadNetworksListGatewaysNextResponse = WorkloadNetworkGatewayList;
3120
+
3121
+ /** Optional parameters. */
3122
+ export interface WorkloadNetworksListPortMirroringNextOptionalParams
3123
+ extends coreClient.OperationOptions {}
3124
+
3125
+ /** Contains response data for the listPortMirroringNext operation. */
3126
+ export type WorkloadNetworksListPortMirroringNextResponse = WorkloadNetworkPortMirroringList;
3127
+
3128
+ /** Optional parameters. */
3129
+ export interface WorkloadNetworksListVMGroupsNextOptionalParams
3130
+ extends coreClient.OperationOptions {}
3131
+
3132
+ /** Contains response data for the listVMGroupsNext operation. */
3133
+ export type WorkloadNetworksListVMGroupsNextResponse = WorkloadNetworkVMGroupsList;
3134
+
3135
+ /** Optional parameters. */
3136
+ export interface WorkloadNetworksListVirtualMachinesNextOptionalParams
3137
+ extends coreClient.OperationOptions {}
3138
+
3139
+ /** Contains response data for the listVirtualMachinesNext operation. */
3140
+ export type WorkloadNetworksListVirtualMachinesNextResponse = WorkloadNetworkVirtualMachinesList;
3141
+
3142
+ /** Optional parameters. */
3143
+ export interface WorkloadNetworksListDnsServicesNextOptionalParams
3144
+ extends coreClient.OperationOptions {}
3145
+
3146
+ /** Contains response data for the listDnsServicesNext operation. */
3147
+ export type WorkloadNetworksListDnsServicesNextResponse = WorkloadNetworkDnsServicesList;
3148
+
3149
+ /** Optional parameters. */
3150
+ export interface WorkloadNetworksListDnsZonesNextOptionalParams
3151
+ extends coreClient.OperationOptions {}
3152
+
3153
+ /** Contains response data for the listDnsZonesNext operation. */
3154
+ export type WorkloadNetworksListDnsZonesNextResponse = WorkloadNetworkDnsZonesList;
3155
+
3156
+ /** Optional parameters. */
3157
+ export interface WorkloadNetworksListPublicIPsNextOptionalParams
3158
+ extends coreClient.OperationOptions {}
3159
+
3160
+ /** Contains response data for the listPublicIPsNext operation. */
3161
+ export type WorkloadNetworksListPublicIPsNextResponse = WorkloadNetworkPublicIPsList;
3162
+
3163
+ /** Optional parameters. */
3164
+ export interface CloudLinksListOptionalParams
3165
+ extends coreClient.OperationOptions {}
3166
+
3167
+ /** Contains response data for the list operation. */
3168
+ export type CloudLinksListResponse = CloudLinkList;
3169
+
3170
+ /** Optional parameters. */
3171
+ export interface CloudLinksGetOptionalParams
3172
+ extends coreClient.OperationOptions {}
3173
+
3174
+ /** Contains response data for the get operation. */
3175
+ export type CloudLinksGetResponse = CloudLink;
3176
+
3177
+ /** Optional parameters. */
3178
+ export interface CloudLinksCreateOrUpdateOptionalParams
3179
+ extends coreClient.OperationOptions {
3180
+ /** Delay to wait until next poll, in milliseconds. */
3181
+ updateIntervalInMs?: number;
3182
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3183
+ resumeFrom?: string;
3184
+ }
3185
+
3186
+ /** Contains response data for the createOrUpdate operation. */
3187
+ export type CloudLinksCreateOrUpdateResponse = CloudLink;
3188
+
3189
+ /** Optional parameters. */
3190
+ export interface CloudLinksDeleteOptionalParams
3191
+ extends coreClient.OperationOptions {
3192
+ /** Delay to wait until next poll, in milliseconds. */
3193
+ updateIntervalInMs?: number;
3194
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3195
+ resumeFrom?: string;
3196
+ }
3197
+
3198
+ /** Optional parameters. */
3199
+ export interface CloudLinksListNextOptionalParams
3200
+ extends coreClient.OperationOptions {}
3201
+
3202
+ /** Contains response data for the listNext operation. */
3203
+ export type CloudLinksListNextResponse = CloudLinkList;
3204
+
3205
+ /** Optional parameters. */
3206
+ export interface AddonsListOptionalParams extends coreClient.OperationOptions {}
3207
+
3208
+ /** Contains response data for the list operation. */
3209
+ export type AddonsListResponse = AddonList;
3210
+
3211
+ /** Optional parameters. */
3212
+ export interface AddonsGetOptionalParams extends coreClient.OperationOptions {}
3213
+
3214
+ /** Contains response data for the get operation. */
3215
+ export type AddonsGetResponse = Addon;
3216
+
3217
+ /** Optional parameters. */
3218
+ export interface AddonsCreateOrUpdateOptionalParams
3219
+ extends coreClient.OperationOptions {
3220
+ /** Delay to wait until next poll, in milliseconds. */
3221
+ updateIntervalInMs?: number;
3222
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3223
+ resumeFrom?: string;
3224
+ }
3225
+
3226
+ /** Contains response data for the createOrUpdate operation. */
3227
+ export type AddonsCreateOrUpdateResponse = Addon;
3228
+
3229
+ /** Optional parameters. */
3230
+ export interface AddonsDeleteOptionalParams
3231
+ extends coreClient.OperationOptions {
3232
+ /** Delay to wait until next poll, in milliseconds. */
3233
+ updateIntervalInMs?: number;
3234
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3235
+ resumeFrom?: string;
3236
+ }
3237
+
3238
+ /** Optional parameters. */
3239
+ export interface AddonsListNextOptionalParams
3240
+ extends coreClient.OperationOptions {}
3241
+
3242
+ /** Contains response data for the listNext operation. */
3243
+ export type AddonsListNextResponse = AddonList;
3244
+
3245
+ /** Optional parameters. */
3246
+ export interface VirtualMachinesListOptionalParams
3247
+ extends coreClient.OperationOptions {}
3248
+
3249
+ /** Contains response data for the list operation. */
3250
+ export type VirtualMachinesListResponse = VirtualMachinesList;
3251
+
3252
+ /** Optional parameters. */
3253
+ export interface VirtualMachinesGetOptionalParams
3254
+ extends coreClient.OperationOptions {}
3255
+
3256
+ /** Contains response data for the get operation. */
3257
+ export type VirtualMachinesGetResponse = VirtualMachine;
3258
+
3259
+ /** Optional parameters. */
3260
+ export interface VirtualMachinesRestrictMovementOptionalParams
3261
+ extends coreClient.OperationOptions {
3262
+ /** Delay to wait until next poll, in milliseconds. */
3263
+ updateIntervalInMs?: number;
3264
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3265
+ resumeFrom?: string;
3266
+ }
3267
+
3268
+ /** Optional parameters. */
3269
+ export interface VirtualMachinesListNextOptionalParams
3270
+ extends coreClient.OperationOptions {}
3271
+
3272
+ /** Contains response data for the listNext operation. */
3273
+ export type VirtualMachinesListNextResponse = VirtualMachinesList;
3274
+
3275
+ /** Optional parameters. */
3276
+ export interface PlacementPoliciesListOptionalParams
3277
+ extends coreClient.OperationOptions {}
3278
+
3279
+ /** Contains response data for the list operation. */
3280
+ export type PlacementPoliciesListResponse = PlacementPoliciesList;
3281
+
3282
+ /** Optional parameters. */
3283
+ export interface PlacementPoliciesGetOptionalParams
3284
+ extends coreClient.OperationOptions {}
3285
+
3286
+ /** Contains response data for the get operation. */
3287
+ export type PlacementPoliciesGetResponse = PlacementPolicy;
3288
+
3289
+ /** Optional parameters. */
3290
+ export interface PlacementPoliciesCreateOrUpdateOptionalParams
3291
+ extends coreClient.OperationOptions {
3292
+ /** Delay to wait until next poll, in milliseconds. */
3293
+ updateIntervalInMs?: number;
3294
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3295
+ resumeFrom?: string;
3296
+ }
3297
+
3298
+ /** Contains response data for the createOrUpdate operation. */
3299
+ export type PlacementPoliciesCreateOrUpdateResponse = PlacementPolicy;
3300
+
3301
+ /** Optional parameters. */
3302
+ export interface PlacementPoliciesUpdateOptionalParams
3303
+ extends coreClient.OperationOptions {
3304
+ /** Delay to wait until next poll, in milliseconds. */
3305
+ updateIntervalInMs?: number;
3306
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3307
+ resumeFrom?: string;
3308
+ }
3309
+
3310
+ /** Contains response data for the update operation. */
3311
+ export type PlacementPoliciesUpdateResponse = PlacementPolicy;
3312
+
3313
+ /** Optional parameters. */
3314
+ export interface PlacementPoliciesDeleteOptionalParams
3315
+ extends coreClient.OperationOptions {
3316
+ /** Delay to wait until next poll, in milliseconds. */
3317
+ updateIntervalInMs?: number;
3318
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3319
+ resumeFrom?: string;
3320
+ }
3321
+
3322
+ /** Optional parameters. */
3323
+ export interface PlacementPoliciesListNextOptionalParams
3324
+ extends coreClient.OperationOptions {}
3325
+
3326
+ /** Contains response data for the listNext operation. */
3327
+ export type PlacementPoliciesListNextResponse = PlacementPoliciesList;
3328
+
3329
+ /** Optional parameters. */
3330
+ export interface ScriptPackagesListOptionalParams
3331
+ extends coreClient.OperationOptions {}
3332
+
3333
+ /** Contains response data for the list operation. */
3334
+ export type ScriptPackagesListResponse = ScriptPackagesList;
3335
+
3336
+ /** Optional parameters. */
3337
+ export interface ScriptPackagesGetOptionalParams
3338
+ extends coreClient.OperationOptions {}
3339
+
3340
+ /** Contains response data for the get operation. */
3341
+ export type ScriptPackagesGetResponse = ScriptPackage;
3342
+
3343
+ /** Optional parameters. */
3344
+ export interface ScriptPackagesListNextOptionalParams
3345
+ extends coreClient.OperationOptions {}
3346
+
3347
+ /** Contains response data for the listNext operation. */
3348
+ export type ScriptPackagesListNextResponse = ScriptPackagesList;
3349
+
3350
+ /** Optional parameters. */
3351
+ export interface ScriptCmdletsListOptionalParams
3352
+ extends coreClient.OperationOptions {}
3353
+
3354
+ /** Contains response data for the list operation. */
3355
+ export type ScriptCmdletsListResponse = ScriptCmdletsList;
3356
+
3357
+ /** Optional parameters. */
3358
+ export interface ScriptCmdletsGetOptionalParams
3359
+ extends coreClient.OperationOptions {}
3360
+
3361
+ /** Contains response data for the get operation. */
3362
+ export type ScriptCmdletsGetResponse = ScriptCmdlet;
3363
+
3364
+ /** Optional parameters. */
3365
+ export interface ScriptCmdletsListNextOptionalParams
3366
+ extends coreClient.OperationOptions {}
3367
+
3368
+ /** Contains response data for the listNext operation. */
3369
+ export type ScriptCmdletsListNextResponse = ScriptCmdletsList;
3370
+
3371
+ /** Optional parameters. */
3372
+ export interface ScriptExecutionsListOptionalParams
3373
+ extends coreClient.OperationOptions {}
3374
+
3375
+ /** Contains response data for the list operation. */
3376
+ export type ScriptExecutionsListResponse = ScriptExecutionsList;
3377
+
3378
+ /** Optional parameters. */
3379
+ export interface ScriptExecutionsGetOptionalParams
3380
+ extends coreClient.OperationOptions {}
3381
+
3382
+ /** Contains response data for the get operation. */
3383
+ export type ScriptExecutionsGetResponse = ScriptExecution;
3384
+
3385
+ /** Optional parameters. */
3386
+ export interface ScriptExecutionsCreateOrUpdateOptionalParams
3387
+ extends coreClient.OperationOptions {
3388
+ /** Delay to wait until next poll, in milliseconds. */
3389
+ updateIntervalInMs?: number;
3390
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3391
+ resumeFrom?: string;
3392
+ }
3393
+
3394
+ /** Contains response data for the createOrUpdate operation. */
3395
+ export type ScriptExecutionsCreateOrUpdateResponse = ScriptExecution;
3396
+
3397
+ /** Optional parameters. */
3398
+ export interface ScriptExecutionsDeleteOptionalParams
3399
+ extends coreClient.OperationOptions {
3400
+ /** Delay to wait until next poll, in milliseconds. */
3401
+ updateIntervalInMs?: number;
3402
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3403
+ resumeFrom?: string;
3404
+ }
3405
+
3406
+ /** Optional parameters. */
3407
+ export interface ScriptExecutionsGetExecutionLogsOptionalParams
3408
+ extends coreClient.OperationOptions {
3409
+ /** Name of the desired output stream to return. If not provided, will return all. An empty array will return nothing */
3410
+ scriptOutputStreamType?: ScriptOutputStreamType[];
3411
+ }
3412
+
3413
+ /** Contains response data for the getExecutionLogs operation. */
3414
+ export type ScriptExecutionsGetExecutionLogsResponse = ScriptExecution;
3415
+
3416
+ /** Optional parameters. */
3417
+ export interface ScriptExecutionsListNextOptionalParams
3418
+ extends coreClient.OperationOptions {}
3419
+
3420
+ /** Contains response data for the listNext operation. */
3421
+ export type ScriptExecutionsListNextResponse = ScriptExecutionsList;
3422
+
3423
+ /** Optional parameters. */
3424
+ export interface AzureVMwareSolutionAPIOptionalParams
3425
+ extends coreClient.ServiceClientOptions {
3426
+ /** server parameter */
3427
+ $host?: string;
3428
+ /** Api Version */
3429
+ apiVersion?: string;
3430
+ /** Overrides client endpoint. */
3431
+ endpoint?: string;
3432
+ }