@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,1163 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * Subscription trial availability
6
- */
7
- export interface Trial {
8
- /**
9
- * Trial status. Possible values include: 'TrialAvailable', 'TrialUsed', 'TrialDisabled'
10
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
11
- */
12
- readonly status?: TrialStatus;
13
- /**
14
- * Number of trial hosts available
15
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
16
- */
17
- readonly availableHosts?: number;
18
- }
19
- /**
20
- * Subscription quotas
21
- */
22
- export interface Quota {
23
- /**
24
- * Remaining hosts quota by sku type
25
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
26
- */
27
- readonly hostsRemaining?: {
28
- [propertyName: string]: number;
29
- };
30
- /**
31
- * Host quota is active for current subscription. Possible values include: 'Enabled', 'Disabled'
32
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
33
- */
34
- readonly quotaEnabled?: QuotaEnabled;
35
- }
36
- /**
37
- * The core properties of ARM resources
38
- */
39
- export interface Resource extends BaseResource {
40
- /**
41
- * Resource ID.
42
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
43
- */
44
- readonly id?: string;
45
- /**
46
- * Resource name.
47
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
48
- */
49
- readonly name?: string;
50
- /**
51
- * Resource type.
52
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
53
- */
54
- readonly type?: string;
55
- }
56
- /**
57
- * The resource model definition for a ARM tracked top level resource
58
- */
59
- export interface TrackedResource extends Resource {
60
- /**
61
- * Resource location
62
- */
63
- location?: string;
64
- /**
65
- * Resource tags
66
- */
67
- tags?: {
68
- [propertyName: string]: string;
69
- };
70
- }
71
- /**
72
- * The resource management error additional info.
73
- */
74
- export interface ErrorAdditionalInfo {
75
- /**
76
- * The additional info type.
77
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
78
- */
79
- readonly type?: string;
80
- /**
81
- * The additional info.
82
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
83
- */
84
- readonly info?: any;
85
- }
86
- /**
87
- * The resource management error response.
88
- */
89
- export interface ErrorResponse {
90
- /**
91
- * The error code.
92
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
93
- */
94
- readonly code?: string;
95
- /**
96
- * The error message.
97
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
98
- */
99
- readonly message?: string;
100
- /**
101
- * The error target.
102
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
103
- */
104
- readonly target?: string;
105
- /**
106
- * The error details.
107
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
108
- */
109
- readonly details?: ErrorResponse[];
110
- /**
111
- * The error additional info.
112
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
113
- */
114
- readonly additionalInfo?: ErrorAdditionalInfo[];
115
- }
116
- /**
117
- * Contains the localized display information for this operation
118
- */
119
- export interface OperationDisplay {
120
- /**
121
- * Localized friendly form of the resource provider name
122
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
123
- */
124
- readonly provider?: string;
125
- /**
126
- * Localized friendly form of the resource type related to this operation
127
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
128
- */
129
- readonly resource?: string;
130
- /**
131
- * Localized friendly name for the operation
132
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
133
- */
134
- readonly operation?: string;
135
- /**
136
- * Localized friendly description for the operation
137
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
138
- */
139
- readonly description?: string;
140
- }
141
- /**
142
- * A REST API operation
143
- */
144
- export interface Operation {
145
- /**
146
- * Name of the operation being performed on this object
147
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
148
- */
149
- readonly name?: string;
150
- /**
151
- * Contains the localized display information for this operation
152
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
153
- */
154
- readonly display?: OperationDisplay;
155
- }
156
- /**
157
- * ExpressRoute Circuit Authorization
158
- */
159
- export interface ExpressRouteAuthorization extends Resource {
160
- /**
161
- * The state of the ExpressRoute Circuit Authorization provisioning. Possible values include:
162
- * 'Succeeded', 'Failed', 'Updating'
163
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
164
- */
165
- readonly provisioningState?: ExpressRouteAuthorizationProvisioningState;
166
- /**
167
- * The ID of the ExpressRoute Circuit Authorization
168
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
169
- */
170
- readonly expressRouteAuthorizationId?: string;
171
- /**
172
- * The key of the ExpressRoute Circuit Authorization
173
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
174
- */
175
- readonly expressRouteAuthorizationKey?: string;
176
- }
177
- /**
178
- * An ExpressRoute Circuit
179
- */
180
- export interface Circuit {
181
- /**
182
- * CIDR of primary subnet
183
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
184
- */
185
- readonly primarySubnet?: string;
186
- /**
187
- * CIDR of secondary subnet
188
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
189
- */
190
- readonly secondarySubnet?: string;
191
- /**
192
- * Identifier of the ExpressRoute Circuit (Microsoft Colo only)
193
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
194
- */
195
- readonly expressRouteID?: string;
196
- /**
197
- * ExpressRoute Circuit private peering identifier
198
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
199
- */
200
- readonly expressRoutePrivatePeeringID?: string;
201
- }
202
- /**
203
- * Endpoint addresses
204
- */
205
- export interface Endpoints {
206
- /**
207
- * Endpoint for the NSX-T Data Center manager
208
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
209
- */
210
- readonly nsxtManager?: string;
211
- /**
212
- * Endpoint for Virtual Center Server Appliance
213
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
214
- */
215
- readonly vcsa?: string;
216
- /**
217
- * Endpoint for the HCX Cloud Manager
218
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
219
- */
220
- readonly hcxCloudManager?: string;
221
- }
222
- /**
223
- * vCenter Single Sign On Identity Source
224
- */
225
- export interface IdentitySource {
226
- /**
227
- * The name of the identity source
228
- */
229
- name?: string;
230
- /**
231
- * The domain's NetBIOS name
232
- */
233
- alias?: string;
234
- /**
235
- * The domain's dns name
236
- */
237
- domain?: string;
238
- /**
239
- * The base distinguished name for users
240
- */
241
- baseUserDN?: string;
242
- /**
243
- * The base distinguished name for groups
244
- */
245
- baseGroupDN?: string;
246
- /**
247
- * Primary server URL
248
- */
249
- primaryServer?: string;
250
- /**
251
- * Secondary server URL
252
- */
253
- secondaryServer?: string;
254
- /**
255
- * Protect LDAP communication using SSL certificate (LDAPS). Possible values include: 'Enabled',
256
- * 'Disabled'
257
- */
258
- ssl?: SslEnum;
259
- /**
260
- * The ID of an Active Directory user with a minimum of read-only access to Base DN for users and
261
- * group
262
- */
263
- username?: string;
264
- /**
265
- * The password of the Active Directory user with a minimum of read-only access to Base DN for
266
- * users and groups.
267
- */
268
- password?: string;
269
- }
270
- /**
271
- * The resource model definition representing SKU
272
- */
273
- export interface Sku {
274
- /**
275
- * The name of the SKU.
276
- */
277
- name: string;
278
- }
279
- /**
280
- * A private cloud resource
281
- */
282
- export interface PrivateCloud extends TrackedResource {
283
- /**
284
- * The private cloud SKU
285
- */
286
- sku: Sku;
287
- /**
288
- * The default cluster used for management
289
- */
290
- managementCluster?: ManagementCluster;
291
- /**
292
- * Connectivity to internet is enabled or disabled. Possible values include: 'Enabled',
293
- * 'Disabled'
294
- */
295
- internet?: InternetEnum;
296
- /**
297
- * vCenter Single Sign On Identity Sources
298
- */
299
- identitySources?: IdentitySource[];
300
- /**
301
- * The provisioning state. Possible values include: 'Succeeded', 'Failed', 'Cancelled',
302
- * 'Pending', 'Building', 'Deleting', 'Updating'
303
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
304
- */
305
- readonly provisioningState?: PrivateCloudProvisioningState;
306
- /**
307
- * An ExpressRoute Circuit
308
- */
309
- circuit?: Circuit;
310
- /**
311
- * The endpoints
312
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
313
- */
314
- readonly endpoints?: Endpoints;
315
- /**
316
- * The block of addresses should be unique across VNet in your subscription as well as
317
- * on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0
318
- * and 255, and X is between 0 and 22
319
- */
320
- networkBlock: string;
321
- /**
322
- * Network used to access vCenter Server and NSX-T Manager
323
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
324
- */
325
- readonly managementNetwork?: string;
326
- /**
327
- * Used for virtual machine cold migration, cloning, and snapshot migration
328
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
329
- */
330
- readonly provisioningNetwork?: string;
331
- /**
332
- * Used for live migration of virtual machines
333
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
334
- */
335
- readonly vmotionNetwork?: string;
336
- /**
337
- * Optionally, set the vCenter admin password when the private cloud is created
338
- */
339
- vcenterPassword?: string;
340
- /**
341
- * Optionally, set the NSX-T Manager password when the private cloud is created
342
- */
343
- nsxtPassword?: string;
344
- /**
345
- * Thumbprint of the vCenter Server SSL certificate
346
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
347
- */
348
- readonly vcenterCertificateThumbprint?: string;
349
- /**
350
- * Thumbprint of the NSX-T Manager SSL certificate
351
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
352
- */
353
- readonly nsxtCertificateThumbprint?: string;
354
- }
355
- /**
356
- * The properties of a cluster that may be updated
357
- */
358
- export interface ClusterUpdateProperties {
359
- /**
360
- * The cluster size
361
- */
362
- clusterSize?: number;
363
- }
364
- /**
365
- * The properties of a default cluster
366
- */
367
- export interface ManagementCluster extends ClusterUpdateProperties {
368
- /**
369
- * The identity
370
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
371
- */
372
- readonly clusterId?: number;
373
- /**
374
- * The hosts
375
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
376
- */
377
- readonly hosts?: string[];
378
- }
379
- /**
380
- * An update to a private cloud resource
381
- */
382
- export interface PrivateCloudUpdate {
383
- /**
384
- * Resource tags.
385
- */
386
- tags?: {
387
- [propertyName: string]: string;
388
- };
389
- /**
390
- * The default cluster used for management
391
- */
392
- managementCluster?: ManagementCluster;
393
- /**
394
- * Connectivity to internet is enabled or disabled. Possible values include: 'Enabled',
395
- * 'Disabled'
396
- */
397
- internet?: InternetEnum;
398
- /**
399
- * vCenter Single Sign On Identity Sources
400
- */
401
- identitySources?: IdentitySource[];
402
- }
403
- /**
404
- * A cluster resource
405
- */
406
- export interface Cluster extends Resource {
407
- /**
408
- * The cluster SKU
409
- */
410
- sku: Sku;
411
- /**
412
- * The cluster size
413
- */
414
- clusterSize?: number;
415
- /**
416
- * The identity
417
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
418
- */
419
- readonly clusterId?: number;
420
- /**
421
- * The hosts
422
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
423
- */
424
- readonly hosts?: string[];
425
- /**
426
- * The state of the cluster provisioning. Possible values include: 'Succeeded', 'Failed',
427
- * 'Cancelled', 'Deleting', 'Updating'
428
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
429
- */
430
- readonly provisioningState?: ClusterProvisioningState;
431
- }
432
- /**
433
- * An update of a cluster resource
434
- */
435
- export interface ClusterUpdate {
436
- /**
437
- * The cluster size
438
- */
439
- clusterSize?: number;
440
- }
441
- /**
442
- * Administrative credentials for accessing vCenter and NSX-T
443
- */
444
- export interface AdminCredentials {
445
- /**
446
- * NSX-T Manager username
447
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
448
- */
449
- readonly nsxtUsername?: string;
450
- /**
451
- * NSX-T Manager password
452
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
453
- */
454
- readonly nsxtPassword?: string;
455
- /**
456
- * vCenter admin username
457
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
458
- */
459
- readonly vcenterUsername?: string;
460
- /**
461
- * vCenter admin password
462
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
463
- */
464
- readonly vcenterPassword?: string;
465
- }
466
- /**
467
- * An HCX Enterprise Site resource
468
- */
469
- export interface HcxEnterpriseSite extends Resource {
470
- /**
471
- * The activation key
472
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
473
- */
474
- readonly activationKey?: string;
475
- /**
476
- * The status of the HCX Enterprise Site. Possible values include: 'Available', 'Consumed',
477
- * 'Deactivated', 'Deleted'
478
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
479
- */
480
- readonly status?: HcxEnterpriseSiteStatus;
481
- }
482
- /**
483
- * Optional Parameters.
484
- */
485
- export interface ClustersUpdateOptionalParams extends msRest.RequestOptionsBase {
486
- /**
487
- * The cluster size
488
- */
489
- clusterSize?: number;
490
- }
491
- /**
492
- * Optional Parameters.
493
- */
494
- export interface ClustersBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
495
- /**
496
- * The cluster size
497
- */
498
- clusterSize?: number;
499
- }
500
- /**
501
- * An interface representing AvsClientOptions.
502
- */
503
- export interface AvsClientOptions extends AzureServiceClientOptions {
504
- baseUri?: string;
505
- }
506
- /**
507
- * @interface
508
- * Pageable list of operations
509
- * @extends Array<Operation>
510
- */
511
- export interface OperationList extends Array<Operation> {
512
- /**
513
- * URL to get the next page if any
514
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
515
- */
516
- readonly nextLink?: string;
517
- }
518
- /**
519
- * @interface
520
- * A paged list of private clouds
521
- * @extends Array<PrivateCloud>
522
- */
523
- export interface PrivateCloudList extends Array<PrivateCloud> {
524
- /**
525
- * URL to get the next page if any
526
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
527
- */
528
- readonly nextLink?: string;
529
- }
530
- /**
531
- * @interface
532
- * A paged list of clusters
533
- * @extends Array<Cluster>
534
- */
535
- export interface ClusterList extends Array<Cluster> {
536
- /**
537
- * URL to get the next page if any
538
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
539
- */
540
- readonly nextLink?: string;
541
- }
542
- /**
543
- * @interface
544
- * A paged list of HCX Enterprise Sites
545
- * @extends Array<HcxEnterpriseSite>
546
- */
547
- export interface HcxEnterpriseSiteList extends Array<HcxEnterpriseSite> {
548
- /**
549
- * URL to get the next page if any
550
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
551
- */
552
- readonly nextLink?: string;
553
- }
554
- /**
555
- * @interface
556
- * A paged list of ExpressRoute Circuit Authorizations
557
- * @extends Array<ExpressRouteAuthorization>
558
- */
559
- export interface ExpressRouteAuthorizationList extends Array<ExpressRouteAuthorization> {
560
- /**
561
- * URL to get the next page if any
562
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
563
- */
564
- readonly nextLink?: string;
565
- }
566
- /**
567
- * Defines values for TrialStatus.
568
- * Possible values include: 'TrialAvailable', 'TrialUsed', 'TrialDisabled'
569
- * @readonly
570
- * @enum {string}
571
- */
572
- export declare type TrialStatus = 'TrialAvailable' | 'TrialUsed' | 'TrialDisabled';
573
- /**
574
- * Defines values for QuotaEnabled.
575
- * Possible values include: 'Enabled', 'Disabled'
576
- * @readonly
577
- * @enum {string}
578
- */
579
- export declare type QuotaEnabled = 'Enabled' | 'Disabled';
580
- /**
581
- * Defines values for ExpressRouteAuthorizationProvisioningState.
582
- * Possible values include: 'Succeeded', 'Failed', 'Updating'
583
- * @readonly
584
- * @enum {string}
585
- */
586
- export declare type ExpressRouteAuthorizationProvisioningState = 'Succeeded' | 'Failed' | 'Updating';
587
- /**
588
- * Defines values for SslEnum.
589
- * Possible values include: 'Enabled', 'Disabled'
590
- * @readonly
591
- * @enum {string}
592
- */
593
- export declare type SslEnum = 'Enabled' | 'Disabled';
594
- /**
595
- * Defines values for PrivateCloudProvisioningState.
596
- * Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Pending', 'Building', 'Deleting',
597
- * 'Updating'
598
- * @readonly
599
- * @enum {string}
600
- */
601
- export declare type PrivateCloudProvisioningState = 'Succeeded' | 'Failed' | 'Cancelled' | 'Pending' | 'Building' | 'Deleting' | 'Updating';
602
- /**
603
- * Defines values for InternetEnum.
604
- * Possible values include: 'Enabled', 'Disabled'
605
- * @readonly
606
- * @enum {string}
607
- */
608
- export declare type InternetEnum = 'Enabled' | 'Disabled';
609
- /**
610
- * Defines values for ClusterProvisioningState.
611
- * Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Deleting', 'Updating'
612
- * @readonly
613
- * @enum {string}
614
- */
615
- export declare type ClusterProvisioningState = 'Succeeded' | 'Failed' | 'Cancelled' | 'Deleting' | 'Updating';
616
- /**
617
- * Defines values for HcxEnterpriseSiteStatus.
618
- * Possible values include: 'Available', 'Consumed', 'Deactivated', 'Deleted'
619
- * @readonly
620
- * @enum {string}
621
- */
622
- export declare type HcxEnterpriseSiteStatus = 'Available' | 'Consumed' | 'Deactivated' | 'Deleted';
623
- /**
624
- * Contains response data for the list operation.
625
- */
626
- export declare type OperationsListResponse = OperationList & {
627
- /**
628
- * The underlying HTTP response.
629
- */
630
- _response: msRest.HttpResponse & {
631
- /**
632
- * The response body as text (string format)
633
- */
634
- bodyAsText: string;
635
- /**
636
- * The response body as parsed JSON or XML
637
- */
638
- parsedBody: OperationList;
639
- };
640
- };
641
- /**
642
- * Contains response data for the listNext operation.
643
- */
644
- export declare type OperationsListNextResponse = OperationList & {
645
- /**
646
- * The underlying HTTP response.
647
- */
648
- _response: msRest.HttpResponse & {
649
- /**
650
- * The response body as text (string format)
651
- */
652
- bodyAsText: string;
653
- /**
654
- * The response body as parsed JSON or XML
655
- */
656
- parsedBody: OperationList;
657
- };
658
- };
659
- /**
660
- * Contains response data for the checkTrialAvailability operation.
661
- */
662
- export declare type LocationsCheckTrialAvailabilityResponse = Trial & {
663
- /**
664
- * The underlying HTTP response.
665
- */
666
- _response: msRest.HttpResponse & {
667
- /**
668
- * The response body as text (string format)
669
- */
670
- bodyAsText: string;
671
- /**
672
- * The response body as parsed JSON or XML
673
- */
674
- parsedBody: Trial;
675
- };
676
- };
677
- /**
678
- * Contains response data for the checkQuotaAvailability operation.
679
- */
680
- export declare type LocationsCheckQuotaAvailabilityResponse = Quota & {
681
- /**
682
- * The underlying HTTP response.
683
- */
684
- _response: msRest.HttpResponse & {
685
- /**
686
- * The response body as text (string format)
687
- */
688
- bodyAsText: string;
689
- /**
690
- * The response body as parsed JSON or XML
691
- */
692
- parsedBody: Quota;
693
- };
694
- };
695
- /**
696
- * Contains response data for the list operation.
697
- */
698
- export declare type PrivateCloudsListResponse = PrivateCloudList & {
699
- /**
700
- * The underlying HTTP response.
701
- */
702
- _response: msRest.HttpResponse & {
703
- /**
704
- * The response body as text (string format)
705
- */
706
- bodyAsText: string;
707
- /**
708
- * The response body as parsed JSON or XML
709
- */
710
- parsedBody: PrivateCloudList;
711
- };
712
- };
713
- /**
714
- * Contains response data for the listInSubscription operation.
715
- */
716
- export declare type PrivateCloudsListInSubscriptionResponse = PrivateCloudList & {
717
- /**
718
- * The underlying HTTP response.
719
- */
720
- _response: msRest.HttpResponse & {
721
- /**
722
- * The response body as text (string format)
723
- */
724
- bodyAsText: string;
725
- /**
726
- * The response body as parsed JSON or XML
727
- */
728
- parsedBody: PrivateCloudList;
729
- };
730
- };
731
- /**
732
- * Contains response data for the get operation.
733
- */
734
- export declare type PrivateCloudsGetResponse = PrivateCloud & {
735
- /**
736
- * The underlying HTTP response.
737
- */
738
- _response: msRest.HttpResponse & {
739
- /**
740
- * The response body as text (string format)
741
- */
742
- bodyAsText: string;
743
- /**
744
- * The response body as parsed JSON or XML
745
- */
746
- parsedBody: PrivateCloud;
747
- };
748
- };
749
- /**
750
- * Contains response data for the createOrUpdate operation.
751
- */
752
- export declare type PrivateCloudsCreateOrUpdateResponse = PrivateCloud & {
753
- /**
754
- * The underlying HTTP response.
755
- */
756
- _response: msRest.HttpResponse & {
757
- /**
758
- * The response body as text (string format)
759
- */
760
- bodyAsText: string;
761
- /**
762
- * The response body as parsed JSON or XML
763
- */
764
- parsedBody: PrivateCloud;
765
- };
766
- };
767
- /**
768
- * Contains response data for the update operation.
769
- */
770
- export declare type PrivateCloudsUpdateResponse = PrivateCloud & {
771
- /**
772
- * The underlying HTTP response.
773
- */
774
- _response: msRest.HttpResponse & {
775
- /**
776
- * The response body as text (string format)
777
- */
778
- bodyAsText: string;
779
- /**
780
- * The response body as parsed JSON or XML
781
- */
782
- parsedBody: PrivateCloud;
783
- };
784
- };
785
- /**
786
- * Contains response data for the listAdminCredentials operation.
787
- */
788
- export declare type PrivateCloudsListAdminCredentialsResponse = AdminCredentials & {
789
- /**
790
- * The underlying HTTP response.
791
- */
792
- _response: msRest.HttpResponse & {
793
- /**
794
- * The response body as text (string format)
795
- */
796
- bodyAsText: string;
797
- /**
798
- * The response body as parsed JSON or XML
799
- */
800
- parsedBody: AdminCredentials;
801
- };
802
- };
803
- /**
804
- * Contains response data for the beginCreateOrUpdate operation.
805
- */
806
- export declare type PrivateCloudsBeginCreateOrUpdateResponse = PrivateCloud & {
807
- /**
808
- * The underlying HTTP response.
809
- */
810
- _response: msRest.HttpResponse & {
811
- /**
812
- * The response body as text (string format)
813
- */
814
- bodyAsText: string;
815
- /**
816
- * The response body as parsed JSON or XML
817
- */
818
- parsedBody: PrivateCloud;
819
- };
820
- };
821
- /**
822
- * Contains response data for the beginUpdate operation.
823
- */
824
- export declare type PrivateCloudsBeginUpdateResponse = PrivateCloud & {
825
- /**
826
- * The underlying HTTP response.
827
- */
828
- _response: msRest.HttpResponse & {
829
- /**
830
- * The response body as text (string format)
831
- */
832
- bodyAsText: string;
833
- /**
834
- * The response body as parsed JSON or XML
835
- */
836
- parsedBody: PrivateCloud;
837
- };
838
- };
839
- /**
840
- * Contains response data for the listNext operation.
841
- */
842
- export declare type PrivateCloudsListNextResponse = PrivateCloudList & {
843
- /**
844
- * The underlying HTTP response.
845
- */
846
- _response: msRest.HttpResponse & {
847
- /**
848
- * The response body as text (string format)
849
- */
850
- bodyAsText: string;
851
- /**
852
- * The response body as parsed JSON or XML
853
- */
854
- parsedBody: PrivateCloudList;
855
- };
856
- };
857
- /**
858
- * Contains response data for the listInSubscriptionNext operation.
859
- */
860
- export declare type PrivateCloudsListInSubscriptionNextResponse = PrivateCloudList & {
861
- /**
862
- * The underlying HTTP response.
863
- */
864
- _response: msRest.HttpResponse & {
865
- /**
866
- * The response body as text (string format)
867
- */
868
- bodyAsText: string;
869
- /**
870
- * The response body as parsed JSON or XML
871
- */
872
- parsedBody: PrivateCloudList;
873
- };
874
- };
875
- /**
876
- * Contains response data for the list operation.
877
- */
878
- export declare type ClustersListResponse = ClusterList & {
879
- /**
880
- * The underlying HTTP response.
881
- */
882
- _response: msRest.HttpResponse & {
883
- /**
884
- * The response body as text (string format)
885
- */
886
- bodyAsText: string;
887
- /**
888
- * The response body as parsed JSON or XML
889
- */
890
- parsedBody: ClusterList;
891
- };
892
- };
893
- /**
894
- * Contains response data for the get operation.
895
- */
896
- export declare type ClustersGetResponse = Cluster & {
897
- /**
898
- * The underlying HTTP response.
899
- */
900
- _response: msRest.HttpResponse & {
901
- /**
902
- * The response body as text (string format)
903
- */
904
- bodyAsText: string;
905
- /**
906
- * The response body as parsed JSON or XML
907
- */
908
- parsedBody: Cluster;
909
- };
910
- };
911
- /**
912
- * Contains response data for the createOrUpdate operation.
913
- */
914
- export declare type ClustersCreateOrUpdateResponse = Cluster & {
915
- /**
916
- * The underlying HTTP response.
917
- */
918
- _response: msRest.HttpResponse & {
919
- /**
920
- * The response body as text (string format)
921
- */
922
- bodyAsText: string;
923
- /**
924
- * The response body as parsed JSON or XML
925
- */
926
- parsedBody: Cluster;
927
- };
928
- };
929
- /**
930
- * Contains response data for the update operation.
931
- */
932
- export declare type ClustersUpdateResponse = Cluster & {
933
- /**
934
- * The underlying HTTP response.
935
- */
936
- _response: msRest.HttpResponse & {
937
- /**
938
- * The response body as text (string format)
939
- */
940
- bodyAsText: string;
941
- /**
942
- * The response body as parsed JSON or XML
943
- */
944
- parsedBody: Cluster;
945
- };
946
- };
947
- /**
948
- * Contains response data for the beginCreateOrUpdate operation.
949
- */
950
- export declare type ClustersBeginCreateOrUpdateResponse = Cluster & {
951
- /**
952
- * The underlying HTTP response.
953
- */
954
- _response: msRest.HttpResponse & {
955
- /**
956
- * The response body as text (string format)
957
- */
958
- bodyAsText: string;
959
- /**
960
- * The response body as parsed JSON or XML
961
- */
962
- parsedBody: Cluster;
963
- };
964
- };
965
- /**
966
- * Contains response data for the beginUpdate operation.
967
- */
968
- export declare type ClustersBeginUpdateResponse = Cluster & {
969
- /**
970
- * The underlying HTTP response.
971
- */
972
- _response: msRest.HttpResponse & {
973
- /**
974
- * The response body as text (string format)
975
- */
976
- bodyAsText: string;
977
- /**
978
- * The response body as parsed JSON or XML
979
- */
980
- parsedBody: Cluster;
981
- };
982
- };
983
- /**
984
- * Contains response data for the listNext operation.
985
- */
986
- export declare type ClustersListNextResponse = ClusterList & {
987
- /**
988
- * The underlying HTTP response.
989
- */
990
- _response: msRest.HttpResponse & {
991
- /**
992
- * The response body as text (string format)
993
- */
994
- bodyAsText: string;
995
- /**
996
- * The response body as parsed JSON or XML
997
- */
998
- parsedBody: ClusterList;
999
- };
1000
- };
1001
- /**
1002
- * Contains response data for the list operation.
1003
- */
1004
- export declare type HcxEnterpriseSitesListResponse = HcxEnterpriseSiteList & {
1005
- /**
1006
- * The underlying HTTP response.
1007
- */
1008
- _response: msRest.HttpResponse & {
1009
- /**
1010
- * The response body as text (string format)
1011
- */
1012
- bodyAsText: string;
1013
- /**
1014
- * The response body as parsed JSON or XML
1015
- */
1016
- parsedBody: HcxEnterpriseSiteList;
1017
- };
1018
- };
1019
- /**
1020
- * Contains response data for the get operation.
1021
- */
1022
- export declare type HcxEnterpriseSitesGetResponse = HcxEnterpriseSite & {
1023
- /**
1024
- * The underlying HTTP response.
1025
- */
1026
- _response: msRest.HttpResponse & {
1027
- /**
1028
- * The response body as text (string format)
1029
- */
1030
- bodyAsText: string;
1031
- /**
1032
- * The response body as parsed JSON or XML
1033
- */
1034
- parsedBody: HcxEnterpriseSite;
1035
- };
1036
- };
1037
- /**
1038
- * Contains response data for the createOrUpdate operation.
1039
- */
1040
- export declare type HcxEnterpriseSitesCreateOrUpdateResponse = HcxEnterpriseSite & {
1041
- /**
1042
- * The underlying HTTP response.
1043
- */
1044
- _response: msRest.HttpResponse & {
1045
- /**
1046
- * The response body as text (string format)
1047
- */
1048
- bodyAsText: string;
1049
- /**
1050
- * The response body as parsed JSON or XML
1051
- */
1052
- parsedBody: HcxEnterpriseSite;
1053
- };
1054
- };
1055
- /**
1056
- * Contains response data for the listNext operation.
1057
- */
1058
- export declare type HcxEnterpriseSitesListNextResponse = HcxEnterpriseSiteList & {
1059
- /**
1060
- * The underlying HTTP response.
1061
- */
1062
- _response: msRest.HttpResponse & {
1063
- /**
1064
- * The response body as text (string format)
1065
- */
1066
- bodyAsText: string;
1067
- /**
1068
- * The response body as parsed JSON or XML
1069
- */
1070
- parsedBody: HcxEnterpriseSiteList;
1071
- };
1072
- };
1073
- /**
1074
- * Contains response data for the list operation.
1075
- */
1076
- export declare type AuthorizationsListResponse = ExpressRouteAuthorizationList & {
1077
- /**
1078
- * The underlying HTTP response.
1079
- */
1080
- _response: msRest.HttpResponse & {
1081
- /**
1082
- * The response body as text (string format)
1083
- */
1084
- bodyAsText: string;
1085
- /**
1086
- * The response body as parsed JSON or XML
1087
- */
1088
- parsedBody: ExpressRouteAuthorizationList;
1089
- };
1090
- };
1091
- /**
1092
- * Contains response data for the get operation.
1093
- */
1094
- export declare type AuthorizationsGetResponse = ExpressRouteAuthorization & {
1095
- /**
1096
- * The underlying HTTP response.
1097
- */
1098
- _response: msRest.HttpResponse & {
1099
- /**
1100
- * The response body as text (string format)
1101
- */
1102
- bodyAsText: string;
1103
- /**
1104
- * The response body as parsed JSON or XML
1105
- */
1106
- parsedBody: ExpressRouteAuthorization;
1107
- };
1108
- };
1109
- /**
1110
- * Contains response data for the createOrUpdate operation.
1111
- */
1112
- export declare type AuthorizationsCreateOrUpdateResponse = ExpressRouteAuthorization & {
1113
- /**
1114
- * The underlying HTTP response.
1115
- */
1116
- _response: msRest.HttpResponse & {
1117
- /**
1118
- * The response body as text (string format)
1119
- */
1120
- bodyAsText: string;
1121
- /**
1122
- * The response body as parsed JSON or XML
1123
- */
1124
- parsedBody: ExpressRouteAuthorization;
1125
- };
1126
- };
1127
- /**
1128
- * Contains response data for the beginCreateOrUpdate operation.
1129
- */
1130
- export declare type AuthorizationsBeginCreateOrUpdateResponse = ExpressRouteAuthorization & {
1131
- /**
1132
- * The underlying HTTP response.
1133
- */
1134
- _response: msRest.HttpResponse & {
1135
- /**
1136
- * The response body as text (string format)
1137
- */
1138
- bodyAsText: string;
1139
- /**
1140
- * The response body as parsed JSON or XML
1141
- */
1142
- parsedBody: ExpressRouteAuthorization;
1143
- };
1144
- };
1145
- /**
1146
- * Contains response data for the listNext operation.
1147
- */
1148
- export declare type AuthorizationsListNextResponse = ExpressRouteAuthorizationList & {
1149
- /**
1150
- * The underlying HTTP response.
1151
- */
1152
- _response: msRest.HttpResponse & {
1153
- /**
1154
- * The response body as text (string format)
1155
- */
1156
- bodyAsText: string;
1157
- /**
1158
- * The response body as parsed JSON or XML
1159
- */
1160
- parsedBody: ExpressRouteAuthorizationList;
1161
- };
1162
- };
1163
- //# sourceMappingURL=index.d.ts.map