@azure/arm-vmwarecloudsimple 1.1.1 → 2.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 (283) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  4. package/dist/index.js +5683 -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/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1328 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +44 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +59 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1185 -834
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +35 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/parameters.js +157 -106
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/customizationPolicies.d.ts +46 -0
  29. package/dist-esm/src/operations/customizationPolicies.d.ts.map +1 -0
  30. package/dist-esm/src/operations/customizationPolicies.js +169 -0
  31. package/dist-esm/src/operations/customizationPolicies.js.map +1 -0
  32. package/dist-esm/src/operations/dedicatedCloudNodes.d.ts +92 -0
  33. package/dist-esm/src/operations/dedicatedCloudNodes.d.ts.map +1 -0
  34. package/dist-esm/src/operations/dedicatedCloudNodes.js +446 -0
  35. package/dist-esm/src/operations/dedicatedCloudNodes.js.map +1 -0
  36. package/dist-esm/src/operations/dedicatedCloudServices.d.ts +91 -0
  37. package/dist-esm/src/operations/dedicatedCloudServices.d.ts.map +1 -0
  38. package/dist-esm/src/operations/dedicatedCloudServices.js +431 -0
  39. package/dist-esm/src/operations/dedicatedCloudServices.js.map +1 -0
  40. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  41. package/dist-esm/src/operations/index.d.ts.map +1 -0
  42. package/{esm → dist-esm/src}/operations/index.js +4 -5
  43. package/dist-esm/src/operations/index.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +39 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +155 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/privateClouds.d.ts +42 -0
  49. package/dist-esm/src/operations/privateClouds.d.ts.map +1 -0
  50. package/dist-esm/src/operations/privateClouds.js +162 -0
  51. package/dist-esm/src/operations/privateClouds.js.map +1 -0
  52. package/dist-esm/src/operations/resourcePools.d.ts +46 -0
  53. package/dist-esm/src/operations/resourcePools.d.ts.map +1 -0
  54. package/dist-esm/src/operations/resourcePools.js +169 -0
  55. package/dist-esm/src/operations/resourcePools.js.map +1 -0
  56. package/dist-esm/src/operations/skusAvailability.d.ts +35 -0
  57. package/dist-esm/src/operations/skusAvailability.d.ts.map +1 -0
  58. package/dist-esm/src/operations/skusAvailability.js +132 -0
  59. package/dist-esm/src/operations/skusAvailability.js.map +1 -0
  60. package/dist-esm/src/operations/usages.d.ts +35 -0
  61. package/dist-esm/src/operations/usages.d.ts.map +1 -0
  62. package/dist-esm/src/operations/usages.js +132 -0
  63. package/dist-esm/src/operations/usages.js.map +1 -0
  64. package/dist-esm/src/operations/virtualMachineTemplates.d.ts +49 -0
  65. package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +1 -0
  66. package/dist-esm/src/operations/virtualMachineTemplates.js +172 -0
  67. package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -0
  68. package/dist-esm/src/operations/virtualMachines.d.ts +135 -0
  69. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
  70. package/dist-esm/src/operations/virtualMachines.js +687 -0
  71. package/dist-esm/src/operations/virtualMachines.js.map +1 -0
  72. package/dist-esm/src/operations/virtualNetworks.d.ts +49 -0
  73. package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -0
  74. package/dist-esm/src/operations/virtualNetworks.js +172 -0
  75. package/dist-esm/src/operations/virtualNetworks.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/customizationPolicies.d.ts +21 -0
  77. package/dist-esm/src/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/customizationPolicies.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/customizationPolicies.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.d.ts +56 -0
  81. package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.d.ts +55 -0
  85. package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
  89. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/index.js +19 -0
  91. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -0
  93. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/privateClouds.d.ts +19 -0
  97. package/dist-esm/src/operationsInterfaces/privateClouds.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/privateClouds.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/privateClouds.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/resourcePools.d.ts +21 -0
  101. package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/resourcePools.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/resourcePools.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/skusAvailability.d.ts +12 -0
  105. package/dist-esm/src/operationsInterfaces/skusAvailability.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/skusAvailability.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/skusAvailability.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
  109. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/usages.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +22 -0
  113. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +99 -0
  117. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +22 -0
  121. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/virtualNetworks.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +1 -0
  124. package/dist-esm/src/vMwareCloudSimple.d.ts +30 -0
  125. package/dist-esm/src/vMwareCloudSimple.d.ts.map +1 -0
  126. package/dist-esm/src/vMwareCloudSimple.js +66 -0
  127. package/dist-esm/src/vMwareCloudSimple.js.map +1 -0
  128. package/dist-esm/test/sampleTest.d.ts +2 -0
  129. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  130. package/dist-esm/test/sampleTest.js +40 -0
  131. package/dist-esm/test/sampleTest.js.map +1 -0
  132. package/package.json +70 -32
  133. package/review/arm-vmwarecloudsimple.api.md +1140 -0
  134. package/rollup.config.js +181 -30
  135. package/src/index.ts +12 -0
  136. package/src/lroImpl.ts +34 -0
  137. package/src/models/index.ts +1155 -1956
  138. package/src/models/mappers.ts +1229 -846
  139. package/src/models/parameters.ts +200 -107
  140. package/src/operations/customizationPolicies.ts +217 -0
  141. package/src/operations/dedicatedCloudNodes.ts +391 -317
  142. package/src/operations/dedicatedCloudServices.ts +372 -319
  143. package/src/operations/index.ts +4 -5
  144. package/src/operations/operations.ts +117 -125
  145. package/src/operations/privateClouds.ts +131 -123
  146. package/src/operations/resourcePools.ts +145 -129
  147. package/src/operations/skusAvailability.ts +109 -85
  148. package/src/operations/usages.ts +109 -85
  149. package/src/operations/virtualMachineTemplates.ts +162 -132
  150. package/src/operations/virtualMachines.ts +705 -403
  151. package/src/operations/virtualNetworks.ts +163 -136
  152. package/src/operationsInterfaces/customizationPolicies.ts +44 -0
  153. package/src/operationsInterfaces/dedicatedCloudNodes.ts +110 -0
  154. package/src/operationsInterfaces/dedicatedCloudServices.ts +103 -0
  155. package/src/operationsInterfaces/index.ts +19 -0
  156. package/src/operationsInterfaces/operations.ts +38 -0
  157. package/src/operationsInterfaces/privateClouds.ts +40 -0
  158. package/src/operationsInterfaces/resourcePools.ts +44 -0
  159. package/src/operationsInterfaces/skusAvailability.ts +24 -0
  160. package/src/operationsInterfaces/usages.ts +24 -0
  161. package/src/operationsInterfaces/virtualMachineTemplates.ts +46 -0
  162. package/src/operationsInterfaces/virtualMachines.ts +191 -0
  163. package/src/operationsInterfaces/virtualNetworks.ts +46 -0
  164. package/src/vMwareCloudSimple.ts +126 -0
  165. package/tsconfig.json +3 -3
  166. package/types/arm-vmwarecloudsimple.d.ts +1861 -0
  167. package/types/tsdoc-metadata.json +11 -0
  168. package/dist/arm-vmwarecloudsimple.js +0 -4540
  169. package/dist/arm-vmwarecloudsimple.js.map +0 -1
  170. package/dist/arm-vmwarecloudsimple.min.js +0 -1
  171. package/dist/arm-vmwarecloudsimple.min.js.map +0 -1
  172. package/esm/models/dedicatedCloudNodesMappers.d.ts +0 -2
  173. package/esm/models/dedicatedCloudNodesMappers.d.ts.map +0 -1
  174. package/esm/models/dedicatedCloudNodesMappers.js +0 -9
  175. package/esm/models/dedicatedCloudNodesMappers.js.map +0 -1
  176. package/esm/models/dedicatedCloudServicesMappers.d.ts +0 -2
  177. package/esm/models/dedicatedCloudServicesMappers.d.ts.map +0 -1
  178. package/esm/models/dedicatedCloudServicesMappers.js +0 -9
  179. package/esm/models/dedicatedCloudServicesMappers.js.map +0 -1
  180. package/esm/models/index.d.ts +0 -2190
  181. package/esm/models/index.d.ts.map +0 -1
  182. package/esm/models/index.js +0 -8
  183. package/esm/models/index.js.map +0 -1
  184. package/esm/models/mappers.d.ts +0 -46
  185. package/esm/models/mappers.d.ts.map +0 -1
  186. package/esm/models/mappers.js.map +0 -1
  187. package/esm/models/operationsMappers.d.ts +0 -2
  188. package/esm/models/operationsMappers.d.ts.map +0 -1
  189. package/esm/models/operationsMappers.js +0 -9
  190. package/esm/models/operationsMappers.js.map +0 -1
  191. package/esm/models/parameters.d.ts +0 -24
  192. package/esm/models/parameters.d.ts.map +0 -1
  193. package/esm/models/parameters.js.map +0 -1
  194. package/esm/models/privateCloudsMappers.d.ts +0 -2
  195. package/esm/models/privateCloudsMappers.d.ts.map +0 -1
  196. package/esm/models/privateCloudsMappers.js +0 -9
  197. package/esm/models/privateCloudsMappers.js.map +0 -1
  198. package/esm/models/resourcePoolsMappers.d.ts +0 -2
  199. package/esm/models/resourcePoolsMappers.d.ts.map +0 -1
  200. package/esm/models/resourcePoolsMappers.js +0 -9
  201. package/esm/models/resourcePoolsMappers.js.map +0 -1
  202. package/esm/models/skusAvailabilityMappers.d.ts +0 -2
  203. package/esm/models/skusAvailabilityMappers.d.ts.map +0 -1
  204. package/esm/models/skusAvailabilityMappers.js +0 -9
  205. package/esm/models/skusAvailabilityMappers.js.map +0 -1
  206. package/esm/models/usagesMappers.d.ts +0 -2
  207. package/esm/models/usagesMappers.d.ts.map +0 -1
  208. package/esm/models/usagesMappers.js +0 -9
  209. package/esm/models/usagesMappers.js.map +0 -1
  210. package/esm/models/virtualMachineTemplatesMappers.d.ts +0 -2
  211. package/esm/models/virtualMachineTemplatesMappers.d.ts.map +0 -1
  212. package/esm/models/virtualMachineTemplatesMappers.js +0 -9
  213. package/esm/models/virtualMachineTemplatesMappers.js.map +0 -1
  214. package/esm/models/virtualMachinesMappers.d.ts +0 -2
  215. package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
  216. package/esm/models/virtualMachinesMappers.js +0 -9
  217. package/esm/models/virtualMachinesMappers.js.map +0 -1
  218. package/esm/models/virtualNetworksMappers.d.ts +0 -2
  219. package/esm/models/virtualNetworksMappers.d.ts.map +0 -1
  220. package/esm/models/virtualNetworksMappers.js +0 -9
  221. package/esm/models/virtualNetworksMappers.js.map +0 -1
  222. package/esm/operations/dedicatedCloudNodes.d.ts +0 -173
  223. package/esm/operations/dedicatedCloudNodes.d.ts.map +0 -1
  224. package/esm/operations/dedicatedCloudNodes.js +0 -304
  225. package/esm/operations/dedicatedCloudNodes.js.map +0 -1
  226. package/esm/operations/dedicatedCloudServices.d.ts +0 -174
  227. package/esm/operations/dedicatedCloudServices.d.ts.map +0 -1
  228. package/esm/operations/dedicatedCloudServices.js +0 -300
  229. package/esm/operations/dedicatedCloudServices.js.map +0 -1
  230. package/esm/operations/index.d.ts.map +0 -1
  231. package/esm/operations/index.js.map +0 -1
  232. package/esm/operations/operations.d.ts +0 -70
  233. package/esm/operations/operations.d.ts.map +0 -1
  234. package/esm/operations/operations.js +0 -116
  235. package/esm/operations/operations.js.map +0 -1
  236. package/esm/operations/privateClouds.d.ts +0 -73
  237. package/esm/operations/privateClouds.d.ts.map +0 -1
  238. package/esm/operations/privateClouds.js +0 -113
  239. package/esm/operations/privateClouds.js.map +0 -1
  240. package/esm/operations/resourcePools.d.ts +0 -79
  241. package/esm/operations/resourcePools.d.ts.map +0 -1
  242. package/esm/operations/resourcePools.js +0 -117
  243. package/esm/operations/resourcePools.js.map +0 -1
  244. package/esm/operations/skusAvailability.d.ts +0 -51
  245. package/esm/operations/skusAvailability.d.ts.map +0 -1
  246. package/esm/operations/skusAvailability.js +0 -83
  247. package/esm/operations/skusAvailability.js.map +0 -1
  248. package/esm/operations/usages.d.ts +0 -51
  249. package/esm/operations/usages.d.ts.map +0 -1
  250. package/esm/operations/usages.js +0 -83
  251. package/esm/operations/usages.js.map +0 -1
  252. package/esm/operations/virtualMachineTemplates.d.ts +0 -82
  253. package/esm/operations/virtualMachineTemplates.d.ts.map +0 -1
  254. package/esm/operations/virtualMachineTemplates.js +0 -119
  255. package/esm/operations/virtualMachineTemplates.js.map +0 -1
  256. package/esm/operations/virtualMachines.d.ts +0 -201
  257. package/esm/operations/virtualMachines.d.ts.map +0 -1
  258. package/esm/operations/virtualMachines.js +0 -472
  259. package/esm/operations/virtualMachines.js.map +0 -1
  260. package/esm/operations/virtualNetworks.d.ts +0 -85
  261. package/esm/operations/virtualNetworks.d.ts.map +0 -1
  262. package/esm/operations/virtualNetworks.js +0 -119
  263. package/esm/operations/virtualNetworks.js.map +0 -1
  264. package/esm/vMwareCloudSimpleClient.d.ts +0 -34
  265. package/esm/vMwareCloudSimpleClient.d.ts.map +0 -1
  266. package/esm/vMwareCloudSimpleClient.js +0 -48
  267. package/esm/vMwareCloudSimpleClient.js.map +0 -1
  268. package/esm/vMwareCloudSimpleClientContext.d.ts +0 -24
  269. package/esm/vMwareCloudSimpleClientContext.d.ts.map +0 -1
  270. package/esm/vMwareCloudSimpleClientContext.js +0 -66
  271. package/esm/vMwareCloudSimpleClientContext.js.map +0 -1
  272. package/src/models/dedicatedCloudNodesMappers.ts +0 -26
  273. package/src/models/dedicatedCloudServicesMappers.ts +0 -25
  274. package/src/models/operationsMappers.ts +0 -20
  275. package/src/models/privateCloudsMappers.ts +0 -20
  276. package/src/models/resourcePoolsMappers.ts +0 -14
  277. package/src/models/skusAvailabilityMappers.ts +0 -14
  278. package/src/models/usagesMappers.ts +0 -15
  279. package/src/models/virtualMachineTemplatesMappers.ts +0 -18
  280. package/src/models/virtualMachinesMappers.ts +0 -29
  281. package/src/models/virtualNetworksMappers.ts +0 -14
  282. package/src/vMwareCloudSimpleClient.ts +0 -67
  283. package/src/vMwareCloudSimpleClientContext.ts +0 -74
@@ -1,2190 +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
- * Resource provider available operation display model
6
- */
7
- export interface AvailableOperationDisplay {
8
- /**
9
- * Description of the operation for display purposes
10
- */
11
- description?: string;
12
- /**
13
- * Name of the operation for display purposes
14
- */
15
- operation?: string;
16
- /**
17
- * Name of the provider for display purposes
18
- */
19
- provider?: string;
20
- /**
21
- * Name of the resource type for display purposes
22
- */
23
- resource?: string;
24
- }
25
- /**
26
- * Available operation display property service specification metrics item
27
- */
28
- export interface AvailableOperationDisplayPropertyServiceSpecificationMetricsItem {
29
- /**
30
- * Metric's aggregation type for e.g. (Average, Total). Possible values include: 'Average',
31
- * 'Total'
32
- */
33
- aggregationType: AggregationType;
34
- /**
35
- * Metric's description
36
- */
37
- displayDescription: string;
38
- /**
39
- * Human readable metric's name
40
- */
41
- displayName: string;
42
- /**
43
- * Metric's name/id
44
- */
45
- name: string;
46
- /**
47
- * Metric's unit
48
- */
49
- unit: string;
50
- }
51
- /**
52
- * List of available operation display property service specification metrics
53
- */
54
- export interface AvailableOperationDisplayPropertyServiceSpecificationMetricsList {
55
- /**
56
- * Metric specifications of operation
57
- */
58
- metricSpecifications?: AvailableOperationDisplayPropertyServiceSpecificationMetricsItem[];
59
- }
60
- /**
61
- * Resource provider available operation model
62
- */
63
- export interface AvailableOperation {
64
- /**
65
- * The list of operations
66
- */
67
- display?: AvailableOperationDisplay;
68
- /**
69
- * Indicating whether the operation is a data action or not. Default value: false.
70
- */
71
- isDataAction?: boolean;
72
- /**
73
- * {resourceProviderNamespace}/{resourceType}/{read|write|delete|action}
74
- */
75
- name?: string;
76
- /**
77
- * The origin of operation. Possible values include: 'user', 'system', 'user,system'
78
- */
79
- origin?: OperationOrigin;
80
- /**
81
- * The list of specification's service metrics
82
- */
83
- serviceSpecification?: AvailableOperationDisplayPropertyServiceSpecificationMetricsList;
84
- }
85
- /**
86
- * Error properties
87
- */
88
- export interface CSRPErrorBody {
89
- /**
90
- * Error's code
91
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
92
- */
93
- readonly code?: string;
94
- /**
95
- * Error's details
96
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
97
- */
98
- readonly details?: CSRPErrorBody[];
99
- /**
100
- * Error's message
101
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
102
- */
103
- readonly message?: string;
104
- /**
105
- * Error's target
106
- */
107
- target?: string;
108
- }
109
- /**
110
- * General error model
111
- */
112
- export interface CSRPError {
113
- /**
114
- * Error's body
115
- */
116
- error?: CSRPErrorBody;
117
- }
118
- /**
119
- * The purchase SKU for CloudSimple paid resources
120
- */
121
- export interface Sku {
122
- /**
123
- * The capacity of the SKU
124
- */
125
- capacity?: string;
126
- /**
127
- * dedicatedCloudNode example: 8 x Ten-Core Intel® Xeon® Processor E5-2640 v4 2.40GHz 25MB Cache
128
- * (90W); 12 x 64GB PC4-19200 2400MHz DDR4 ECC Registered DIMM, ...
129
- */
130
- description?: string;
131
- /**
132
- * If the service has different generations of hardware, for the same SKU, then that can be
133
- * captured here
134
- */
135
- family?: string;
136
- /**
137
- * The name of the SKU for VMWare CloudSimple Node
138
- */
139
- name: string;
140
- /**
141
- * The tier of the SKU
142
- */
143
- tier?: string;
144
- }
145
- /**
146
- * Dedicated cloud node model
147
- */
148
- export interface DedicatedCloudNode extends BaseResource {
149
- /**
150
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudNodes/{dedicatedCloudNodeName}
151
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
152
- */
153
- readonly id?: string;
154
- /**
155
- * Azure region
156
- */
157
- location: string;
158
- /**
159
- * {dedicatedCloudNodeName}
160
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
161
- */
162
- readonly name?: string;
163
- /**
164
- * Availability Zone id, e.g. "az1"
165
- */
166
- availabilityZoneId: string;
167
- /**
168
- * Availability Zone name, e.g. "Availability Zone 1"
169
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
170
- */
171
- readonly availabilityZoneName?: string;
172
- /**
173
- * VMWare Cloud Rack Name
174
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
175
- */
176
- readonly cloudRackName?: string;
177
- /**
178
- * date time the resource was created
179
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
180
- */
181
- readonly created?: any;
182
- /**
183
- * count of nodes to create
184
- */
185
- nodesCount: number;
186
- /**
187
- * Placement Group id, e.g. "n1"
188
- */
189
- placementGroupId: string;
190
- /**
191
- * Placement Name, e.g. "Placement Group 1"
192
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
193
- */
194
- readonly placementGroupName?: string;
195
- /**
196
- * Private Cloud Id
197
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
198
- */
199
- readonly privateCloudId?: string;
200
- /**
201
- * Resource Pool Name
202
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
203
- */
204
- readonly privateCloudName?: string;
205
- /**
206
- * The provisioning status of the resource
207
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
208
- */
209
- readonly provisioningState?: string;
210
- /**
211
- * purchase id
212
- */
213
- purchaseId: string;
214
- /**
215
- * SKU's id
216
- */
217
- id1: string;
218
- /**
219
- * SKU's name
220
- */
221
- name1: string;
222
- /**
223
- * Node status, indicates is private cloud set up on this node or not. Possible values include:
224
- * 'unused', 'used'
225
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
226
- */
227
- readonly status?: NodeStatus;
228
- /**
229
- * VMWare Cluster Name
230
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
231
- */
232
- readonly vmwareClusterName?: string;
233
- /**
234
- * Dedicated Cloud Nodes SKU
235
- */
236
- sku?: Sku;
237
- /**
238
- * Dedicated Cloud Nodes tags
239
- */
240
- tags?: {
241
- [propertyName: string]: string;
242
- };
243
- /**
244
- * {resourceProviderNamespace}/{resourceType}
245
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
246
- */
247
- readonly type?: string;
248
- }
249
- /**
250
- * Dedicated cloud service model
251
- */
252
- export interface DedicatedCloudService extends BaseResource {
253
- /**
254
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}
255
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
256
- */
257
- readonly id?: string;
258
- /**
259
- * Azure region
260
- */
261
- location: string;
262
- /**
263
- * {dedicatedCloudServiceName}
264
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
265
- */
266
- readonly name?: string;
267
- /**
268
- * gateway Subnet for the account. It will collect the subnet address and always treat it as /28
269
- */
270
- gatewaySubnet: string;
271
- /**
272
- * indicates whether account onboarded or not in a given region. Possible values include:
273
- * 'notOnBoarded', 'onBoarded', 'onBoardingFailed', 'onBoarding'
274
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
275
- */
276
- readonly isAccountOnboarded?: OnboardingStatus;
277
- /**
278
- * total nodes purchased
279
- */
280
- nodes?: number;
281
- /**
282
- * link to a service management web portal
283
- */
284
- serviceURL?: string;
285
- /**
286
- * The list of tags
287
- */
288
- tags?: {
289
- [propertyName: string]: string;
290
- };
291
- /**
292
- * {resourceProviderNamespace}/{resourceType}
293
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
294
- */
295
- readonly type?: string;
296
- }
297
- /**
298
- * Operation error model
299
- */
300
- export interface OperationError {
301
- /**
302
- * Error's code
303
- */
304
- code?: string;
305
- /**
306
- * Error's message
307
- */
308
- message?: string;
309
- }
310
- /**
311
- * Operation status response
312
- */
313
- export interface OperationResource {
314
- /**
315
- * End time of the operation
316
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
317
- */
318
- readonly endTime?: Date;
319
- /**
320
- * Error Message if operation failed
321
- */
322
- error?: OperationError;
323
- /**
324
- * Operation Id
325
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
326
- */
327
- readonly id?: string;
328
- /**
329
- * Operation ID
330
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
331
- */
332
- readonly name?: string;
333
- /**
334
- * Start time of the operation
335
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
336
- */
337
- readonly startTime?: Date;
338
- /**
339
- * Operation status
340
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
341
- */
342
- readonly status?: string;
343
- }
344
- /**
345
- * General patch payload modal
346
- */
347
- export interface PatchPayload {
348
- /**
349
- * The tags key:value pairs
350
- */
351
- tags?: {
352
- [propertyName: string]: string;
353
- };
354
- }
355
- /**
356
- * Resource pool model
357
- */
358
- export interface ResourcePool {
359
- /**
360
- * resource pool id (privateCloudId:vsphereId)
361
- */
362
- id: string;
363
- /**
364
- * Azure region
365
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
366
- */
367
- readonly location?: string;
368
- /**
369
- * {ResourcePoolName}
370
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
371
- */
372
- readonly name?: string;
373
- /**
374
- * The Private Cloud Id
375
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
376
- */
377
- readonly privateCloudId?: string;
378
- /**
379
- * Hierarchical resource pool name
380
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
381
- */
382
- readonly fullName?: string;
383
- /**
384
- * {resourceProviderNamespace}/{resourceType}
385
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
386
- */
387
- readonly type?: string;
388
- }
389
- /**
390
- * Virtual disk controller model
391
- */
392
- export interface VirtualDiskController {
393
- /**
394
- * Controller's id
395
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
396
- */
397
- readonly id?: string;
398
- /**
399
- * The display name of Controller
400
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
401
- */
402
- readonly name?: string;
403
- /**
404
- * dik controller subtype (VMWARE_PARAVIRTUAL, BUS_PARALLEL, LSI_PARALLEL, LSI_SAS)
405
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
406
- */
407
- readonly subType?: string;
408
- /**
409
- * disk controller type (SCSI)
410
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
411
- */
412
- readonly type?: string;
413
- }
414
- /**
415
- * Virtual disk model
416
- */
417
- export interface VirtualDisk {
418
- /**
419
- * Disk's Controller id
420
- */
421
- controllerId: string;
422
- /**
423
- * Disk's independence mode type. Possible values include: 'persistent',
424
- * 'independent_persistent', 'independent_nonpersistent'
425
- */
426
- independenceMode: DiskIndependenceMode;
427
- /**
428
- * Disk's total size
429
- */
430
- totalSize: number;
431
- /**
432
- * Disk's id
433
- */
434
- virtualDiskId?: string;
435
- /**
436
- * Disk's display name
437
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
438
- */
439
- readonly virtualDiskName?: string;
440
- }
441
- /**
442
- * Virtual network model
443
- */
444
- export interface VirtualNetwork {
445
- /**
446
- * can be used in vm creation/deletion
447
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
448
- */
449
- readonly assignable?: boolean;
450
- /**
451
- * virtual network id (privateCloudId:vsphereId)
452
- */
453
- id: string;
454
- /**
455
- * Azure region
456
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
457
- */
458
- readonly location?: string;
459
- /**
460
- * {VirtualNetworkName}
461
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
462
- */
463
- readonly name?: string;
464
- /**
465
- * The Private Cloud id
466
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
467
- */
468
- readonly privateCloudId?: string;
469
- /**
470
- * {resourceProviderNamespace}/{resourceType}
471
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
472
- */
473
- readonly type?: string;
474
- }
475
- /**
476
- * Virtual NIC model
477
- */
478
- export interface VirtualNic {
479
- /**
480
- * NIC ip address
481
- */
482
- ipAddresses?: string[];
483
- /**
484
- * NIC MAC address
485
- */
486
- macAddress?: string;
487
- /**
488
- * Virtual Network
489
- */
490
- network: VirtualNetwork;
491
- /**
492
- * NIC type. Possible values include: 'E1000', 'E1000E', 'PCNET32', 'VMXNET', 'VMXNET2',
493
- * 'VMXNET3'
494
- */
495
- nicType: NICType;
496
- /**
497
- * Is NIC powered on/off on boot
498
- */
499
- powerOnBoot?: boolean;
500
- /**
501
- * NIC id
502
- */
503
- virtualNicId?: string;
504
- /**
505
- * NIC name
506
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
507
- */
508
- readonly virtualNicName?: string;
509
- }
510
- /**
511
- * Virtual machine template model
512
- */
513
- export interface VirtualMachineTemplate {
514
- /**
515
- * virtual machine template id (privateCloudId:vsphereId)
516
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
517
- */
518
- readonly id?: string;
519
- /**
520
- * Azure region
521
- */
522
- location?: string;
523
- /**
524
- * {virtualMachineTemplateName}
525
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
526
- */
527
- readonly name?: string;
528
- /**
529
- * The amount of memory
530
- */
531
- amountOfRam?: number;
532
- /**
533
- * The list of Virtual Disk Controllers
534
- */
535
- controllers?: VirtualDiskController[];
536
- /**
537
- * The description of Virtual Machine Template
538
- */
539
- description?: string;
540
- /**
541
- * The list of Virtual Disks
542
- */
543
- disks?: VirtualDisk[];
544
- /**
545
- * Expose Guest OS or not
546
- */
547
- exposeToGuestVM?: boolean;
548
- /**
549
- * The Guest OS
550
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
551
- */
552
- readonly guestOS?: string;
553
- /**
554
- * The Guest OS types
555
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
556
- */
557
- readonly guestOSType?: string;
558
- /**
559
- * The list of Virtual NICs
560
- */
561
- nics?: VirtualNic[];
562
- /**
563
- * The number of CPU cores
564
- */
565
- numberOfCores?: number;
566
- /**
567
- * path to folder
568
- */
569
- path?: string;
570
- /**
571
- * The Private Cloud Id
572
- */
573
- privateCloudId: string;
574
- /**
575
- * The list of VSphere networks
576
- */
577
- vSphereNetworks?: string[];
578
- /**
579
- * The tags from VSphere
580
- */
581
- vSphereTags?: string[];
582
- /**
583
- * The VMware tools version
584
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
585
- */
586
- readonly vmwaretools?: string;
587
- /**
588
- * {resourceProviderNamespace}/{resourceType}
589
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
590
- */
591
- readonly type?: string;
592
- }
593
- /**
594
- * Private cloud model
595
- */
596
- export interface PrivateCloud {
597
- /**
598
- * Azure Id, e.g.
599
- * "/subscriptions/4da99247-a172-4ed6-8ae9-ebed2d12f839/providers/Microsoft.VMwareCloudSimple/privateClouds/cloud123"
600
- */
601
- id?: string;
602
- /**
603
- * Location where private cloud created, e.g "westus"
604
- */
605
- location?: string;
606
- /**
607
- * Private cloud name
608
- */
609
- name?: string;
610
- /**
611
- * Availability Zone id, e.g. "az1"
612
- */
613
- availabilityZoneId?: string;
614
- /**
615
- * Availability Zone name, e.g. "Availability Zone 1"
616
- */
617
- availabilityZoneName?: string;
618
- /**
619
- * Number of clusters
620
- */
621
- clustersNumber?: number;
622
- /**
623
- * User's emails who created cloud
624
- */
625
- createdBy?: string;
626
- /**
627
- * When private cloud was created
628
- */
629
- createdOn?: Date;
630
- /**
631
- * Array of DNS servers
632
- */
633
- dnsServers?: string[];
634
- /**
635
- * Expiration date of PC
636
- */
637
- expires?: string;
638
- /**
639
- * Nsx Type, e.g. "Advanced"
640
- */
641
- nsxType?: string;
642
- /**
643
- * Placement Group id, e.g. "n1"
644
- */
645
- placementGroupId?: string;
646
- /**
647
- * Placement Group name
648
- */
649
- placementGroupName?: string;
650
- /**
651
- * Id of a private cloud
652
- */
653
- privateCloudId?: string;
654
- /**
655
- * The list of Resource Pools
656
- */
657
- resourcePools?: ResourcePool[];
658
- /**
659
- * Private Cloud state, e.g. "operational"
660
- */
661
- state?: string;
662
- /**
663
- * Number of cores
664
- */
665
- totalCpuCores?: number;
666
- /**
667
- * Number of nodes
668
- */
669
- totalNodes?: number;
670
- /**
671
- * Memory size
672
- */
673
- totalRam?: number;
674
- /**
675
- * Disk space in TB
676
- */
677
- totalStorage?: number;
678
- /**
679
- * Virtualization type e.g. "vSphere"
680
- */
681
- privateCloudPropertiesType?: string;
682
- /**
683
- * e.g. "6.5u2"
684
- */
685
- vSphereVersion?: string;
686
- /**
687
- * FQDN for vcenter access
688
- */
689
- vcenterFqdn?: string;
690
- /**
691
- * Vcenter ip address
692
- */
693
- vcenterRefid?: string;
694
- /**
695
- * The list of Virtual Machine Templates
696
- */
697
- virtualMachineTemplates?: VirtualMachineTemplate[];
698
- /**
699
- * The list of Virtual Networks
700
- */
701
- virtualNetworks?: VirtualNetwork[];
702
- /**
703
- * Is Vrops enabled/disabled
704
- */
705
- vrOpsEnabled?: boolean;
706
- /**
707
- * Azure Resource type. Possible values include: 'Microsoft.VMwareCloudSimple/privateClouds'
708
- */
709
- type?: PrivateCloudResourceType;
710
- }
711
- /**
712
- * SKU availability model
713
- */
714
- export interface SkuAvailability {
715
- /**
716
- * CloudSimple Availability Zone id
717
- */
718
- dedicatedAvailabilityZoneId?: string;
719
- /**
720
- * CloudSimple Availability Zone Name
721
- */
722
- dedicatedAvailabilityZoneName?: string;
723
- /**
724
- * CloudSimple Placement Group Id
725
- */
726
- dedicatedPlacementGroupId?: string;
727
- /**
728
- * CloudSimple Placement Group name
729
- */
730
- dedicatedPlacementGroupName?: string;
731
- /**
732
- * indicates how many resources of a given SKU is available in a AZ->PG
733
- */
734
- limit: number;
735
- /**
736
- * resource type e.g. DedicatedCloudNodes
737
- */
738
- resourceType?: string;
739
- /**
740
- * sku id
741
- */
742
- skuId?: string;
743
- /**
744
- * sku name
745
- */
746
- skuName?: string;
747
- }
748
- /**
749
- * User name model
750
- */
751
- export interface UsageName {
752
- /**
753
- * e.g. "Virtual Machines"
754
- */
755
- localizedValue?: string;
756
- /**
757
- * resource type or resource type sku name, e.g. virtualMachines
758
- */
759
- value?: string;
760
- }
761
- /**
762
- * Usage model
763
- */
764
- export interface Usage {
765
- /**
766
- * The current usage value. Default value: 0.
767
- */
768
- currentValue: number;
769
- /**
770
- * limit of a given sku in a region for a subscription. The maximum permitted value for the usage
771
- * quota. If there is no limit, this value will be -1. Default value: 0.
772
- */
773
- limit: number;
774
- /**
775
- * Usage name value and localized name
776
- */
777
- name?: UsageName;
778
- /**
779
- * The usages' unit. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent',
780
- * 'CountPerSecond', 'BytesPerSecond'
781
- */
782
- unit?: UsageCount;
783
- }
784
- /**
785
- * Virtual machine model
786
- */
787
- export interface VirtualMachine extends BaseResource {
788
- /**
789
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/virtualMachines/{virtualMachineName}
790
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
791
- */
792
- readonly id?: string;
793
- /**
794
- * Azure region
795
- */
796
- location: string;
797
- /**
798
- * {virtualMachineName}
799
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
800
- */
801
- readonly name?: string;
802
- /**
803
- * The amount of memory
804
- */
805
- amountOfRam: number;
806
- /**
807
- * The list of Virtual Disks' Controllers
808
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
809
- */
810
- readonly controllers?: VirtualDiskController[];
811
- /**
812
- * The list of Virtual Disks
813
- */
814
- disks?: VirtualDisk[];
815
- /**
816
- * The DNS name of Virtual Machine in VCenter
817
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
818
- */
819
- readonly dnsname?: string;
820
- /**
821
- * Expose Guest OS or not
822
- */
823
- exposeToGuestVM?: boolean;
824
- /**
825
- * The path to virtual machine folder in VCenter
826
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
827
- */
828
- readonly folder?: string;
829
- /**
830
- * The name of Guest OS
831
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
832
- */
833
- readonly guestOS?: string;
834
- /**
835
- * The Guest OS type. Possible values include: 'linux', 'windows', 'other'
836
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
837
- */
838
- readonly guestOSType?: GuestOSType;
839
- /**
840
- * The list of Virtual NICs
841
- */
842
- nics?: VirtualNic[];
843
- /**
844
- * The number of CPU cores
845
- */
846
- numberOfCores: number;
847
- /**
848
- * Password for login
849
- */
850
- password?: string;
851
- /**
852
- * Private Cloud Id
853
- */
854
- privateCloudId: string;
855
- /**
856
- * The provisioning status of the resource
857
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
858
- */
859
- readonly provisioningState?: string;
860
- /**
861
- * The public ip of Virtual Machine
862
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
863
- */
864
- readonly publicIP?: string;
865
- /**
866
- * Virtual Machines Resource Pool
867
- */
868
- resourcePool?: ResourcePool;
869
- /**
870
- * The status of Virtual machine. Possible values include: 'running', 'suspended', 'poweredoff',
871
- * 'updating', 'deallocating', 'deleting'
872
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
873
- */
874
- readonly status?: VirtualMachineStatus;
875
- /**
876
- * Virtual Machine Template Id
877
- */
878
- templateId?: string;
879
- /**
880
- * Username for login
881
- */
882
- username?: string;
883
- /**
884
- * The list of Virtual VSphere Networks
885
- */
886
- vSphereNetworks?: string[];
887
- /**
888
- * The internal id of Virtual Machine in VCenter
889
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
890
- */
891
- readonly vmId?: string;
892
- /**
893
- * VMware tools version
894
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
895
- */
896
- readonly vmwaretools?: string;
897
- /**
898
- * The list of tags
899
- */
900
- tags?: {
901
- [propertyName: string]: string;
902
- };
903
- /**
904
- * {resourceProviderNamespace}/{resourceType}
905
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
906
- */
907
- readonly type?: string;
908
- }
909
- /**
910
- * List of virtual machine stop modes
911
- */
912
- export interface VirtualMachineStopMode {
913
- /**
914
- * mode indicates a type of stop operation - reboot, suspend, shutdown or power-off. Possible
915
- * values include: 'reboot', 'suspend', 'shutdown', 'poweroff'
916
- */
917
- mode?: StopMode;
918
- }
919
- /**
920
- * Optional Parameters.
921
- */
922
- export interface DedicatedCloudNodesListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
923
- /**
924
- * The filter to apply on the list operation
925
- */
926
- filter?: string;
927
- /**
928
- * The maximum number of record sets to return
929
- */
930
- top?: number;
931
- /**
932
- * to be used by nextLink implementation
933
- */
934
- skipToken?: string;
935
- }
936
- /**
937
- * Optional Parameters.
938
- */
939
- export interface DedicatedCloudNodesListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
940
- /**
941
- * The filter to apply on the list operation
942
- */
943
- filter?: string;
944
- /**
945
- * The maximum number of record sets to return
946
- */
947
- top?: number;
948
- /**
949
- * to be used by nextLink implementation
950
- */
951
- skipToken?: string;
952
- }
953
- /**
954
- * Optional Parameters.
955
- */
956
- export interface DedicatedCloudNodesUpdateOptionalParams extends msRest.RequestOptionsBase {
957
- /**
958
- * The tags key:value pairs
959
- */
960
- tags?: {
961
- [propertyName: string]: string;
962
- };
963
- }
964
- /**
965
- * Optional Parameters.
966
- */
967
- export interface DedicatedCloudServicesListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
968
- /**
969
- * The filter to apply on the list operation
970
- */
971
- filter?: string;
972
- /**
973
- * The maximum number of record sets to return
974
- */
975
- top?: number;
976
- /**
977
- * to be used by nextLink implementation
978
- */
979
- skipToken?: string;
980
- }
981
- /**
982
- * Optional Parameters.
983
- */
984
- export interface DedicatedCloudServicesListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
985
- /**
986
- * The filter to apply on the list operation
987
- */
988
- filter?: string;
989
- /**
990
- * The maximum number of record sets to return
991
- */
992
- top?: number;
993
- /**
994
- * to be used by nextLink implementation
995
- */
996
- skipToken?: string;
997
- }
998
- /**
999
- * Optional Parameters.
1000
- */
1001
- export interface DedicatedCloudServicesUpdateOptionalParams extends msRest.RequestOptionsBase {
1002
- /**
1003
- * The tags key:value pairs
1004
- */
1005
- tags?: {
1006
- [propertyName: string]: string;
1007
- };
1008
- }
1009
- /**
1010
- * Optional Parameters.
1011
- */
1012
- export interface SkusAvailabilityListOptionalParams extends msRest.RequestOptionsBase {
1013
- /**
1014
- * sku id, if no sku is passed availability for all skus will be returned
1015
- */
1016
- skuId?: string;
1017
- }
1018
- /**
1019
- * Optional Parameters.
1020
- */
1021
- export interface UsagesListOptionalParams extends msRest.RequestOptionsBase {
1022
- /**
1023
- * The filter to apply on the list operation. only name.value is allowed here as a filter e.g.
1024
- * $filter=name.value eq 'xxxx'
1025
- */
1026
- filter?: string;
1027
- }
1028
- /**
1029
- * Optional Parameters.
1030
- */
1031
- export interface VirtualMachinesListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
1032
- /**
1033
- * The filter to apply on the list operation
1034
- */
1035
- filter?: string;
1036
- /**
1037
- * The maximum number of record sets to return
1038
- */
1039
- top?: number;
1040
- /**
1041
- * to be used by nextLink implementation
1042
- */
1043
- skipToken?: string;
1044
- }
1045
- /**
1046
- * Optional Parameters.
1047
- */
1048
- export interface VirtualMachinesListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
1049
- /**
1050
- * The filter to apply on the list operation
1051
- */
1052
- filter?: string;
1053
- /**
1054
- * The maximum number of record sets to return
1055
- */
1056
- top?: number;
1057
- /**
1058
- * to be used by nextLink implementation
1059
- */
1060
- skipToken?: string;
1061
- }
1062
- /**
1063
- * Optional Parameters.
1064
- */
1065
- export interface VirtualMachinesUpdateOptionalParams extends msRest.RequestOptionsBase {
1066
- /**
1067
- * The tags key:value pairs
1068
- */
1069
- tags?: {
1070
- [propertyName: string]: string;
1071
- };
1072
- }
1073
- /**
1074
- * Optional Parameters.
1075
- */
1076
- export interface VirtualMachinesStopOptionalParams extends msRest.RequestOptionsBase {
1077
- /**
1078
- * query stop mode parameter (reboot, shutdown, etc...). Possible values include: 'reboot',
1079
- * 'suspend', 'shutdown', 'poweroff'
1080
- */
1081
- mode?: StopMode;
1082
- /**
1083
- * mode indicates a type of stop operation - reboot, suspend, shutdown or power-off. Possible
1084
- * values include: 'reboot', 'suspend', 'shutdown', 'poweroff'
1085
- */
1086
- mode1?: StopMode;
1087
- }
1088
- /**
1089
- * Optional Parameters.
1090
- */
1091
- export interface VirtualMachinesBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
1092
- /**
1093
- * The tags key:value pairs
1094
- */
1095
- tags?: {
1096
- [propertyName: string]: string;
1097
- };
1098
- }
1099
- /**
1100
- * Optional Parameters.
1101
- */
1102
- export interface VirtualMachinesBeginStopOptionalParams extends msRest.RequestOptionsBase {
1103
- /**
1104
- * query stop mode parameter (reboot, shutdown, etc...). Possible values include: 'reboot',
1105
- * 'suspend', 'shutdown', 'poweroff'
1106
- */
1107
- mode?: StopMode;
1108
- /**
1109
- * mode indicates a type of stop operation - reboot, suspend, shutdown or power-off. Possible
1110
- * values include: 'reboot', 'suspend', 'shutdown', 'poweroff'
1111
- */
1112
- mode1?: StopMode;
1113
- }
1114
- /**
1115
- * An interface representing VMwareCloudSimpleClientOptions.
1116
- */
1117
- export interface VMwareCloudSimpleClientOptions extends AzureServiceClientOptions {
1118
- baseUri?: string;
1119
- }
1120
- /**
1121
- * Defines headers for Get operation.
1122
- */
1123
- export interface OperationsGetHeaders {
1124
- location: string;
1125
- retryAfter: number;
1126
- contentType: string;
1127
- }
1128
- /**
1129
- * Defines headers for CreateOrUpdate operation.
1130
- */
1131
- export interface DedicatedCloudNodesCreateOrUpdateHeaders {
1132
- azureAsyncOperation: string;
1133
- locationHeader: string;
1134
- retryAfter: number;
1135
- }
1136
- /**
1137
- * Defines headers for Delete operation.
1138
- */
1139
- export interface DedicatedCloudNodesDeleteHeaders {
1140
- contentType: string;
1141
- }
1142
- /**
1143
- * Defines headers for Delete operation.
1144
- */
1145
- export interface DedicatedCloudServicesDeleteHeaders {
1146
- contentType: string;
1147
- }
1148
- /**
1149
- * Defines headers for CreateOrUpdate operation.
1150
- */
1151
- export interface VirtualMachinesCreateOrUpdateHeaders {
1152
- azureAsyncOperation: string;
1153
- }
1154
- /**
1155
- * Defines headers for Delete operation.
1156
- */
1157
- export interface VirtualMachinesDeleteHeaders {
1158
- azureAsyncOperation: string;
1159
- location: string;
1160
- retryAfter: number;
1161
- contentType: string;
1162
- }
1163
- /**
1164
- * Defines headers for Start operation.
1165
- */
1166
- export interface VirtualMachinesStartHeaders {
1167
- azureAsyncOperation: string;
1168
- location: string;
1169
- retryAfter: number;
1170
- contentType: string;
1171
- }
1172
- /**
1173
- * Defines headers for Stop operation.
1174
- */
1175
- export interface VirtualMachinesStopHeaders {
1176
- azureAsyncOperation: string;
1177
- location: string;
1178
- retryAfter: number;
1179
- contentType: string;
1180
- }
1181
- /**
1182
- * @interface
1183
- * List of available operations
1184
- * @extends Array<AvailableOperation>
1185
- */
1186
- export interface AvailableOperationsListResponse extends Array<AvailableOperation> {
1187
- /**
1188
- * Link for next list of available operations
1189
- */
1190
- nextLink?: string;
1191
- }
1192
- /**
1193
- * @interface
1194
- * List of dedicated nodes response model
1195
- * @extends Array<DedicatedCloudNode>
1196
- */
1197
- export interface DedicatedCloudNodeListResponse extends Array<DedicatedCloudNode> {
1198
- /**
1199
- * Link for next list of DedicatedCloudNode
1200
- */
1201
- nextLink?: string;
1202
- }
1203
- /**
1204
- * @interface
1205
- * List of dedicated cloud services
1206
- * @extends Array<DedicatedCloudService>
1207
- */
1208
- export interface DedicatedCloudServiceListResponse extends Array<DedicatedCloudService> {
1209
- /**
1210
- * Link for next list of DedicatedCloudNode
1211
- */
1212
- nextLink?: string;
1213
- }
1214
- /**
1215
- * @interface
1216
- * List of SKU availabilities
1217
- * @extends Array<SkuAvailability>
1218
- */
1219
- export interface SkuAvailabilityListResponse extends Array<SkuAvailability> {
1220
- /**
1221
- * Link for next list of DedicatedCloudNode
1222
- */
1223
- nextLink?: string;
1224
- }
1225
- /**
1226
- * @interface
1227
- * List of private clouds
1228
- * @extends Array<PrivateCloud>
1229
- */
1230
- export interface PrivateCloudList extends Array<PrivateCloud> {
1231
- /**
1232
- * Link for next list of Private Clouds
1233
- */
1234
- nextLink?: string;
1235
- }
1236
- /**
1237
- * @interface
1238
- * List of resource pools response model
1239
- * @extends Array<ResourcePool>
1240
- */
1241
- export interface ResourcePoolsListResponse extends Array<ResourcePool> {
1242
- /**
1243
- * Link for next list of ResourcePoolsList
1244
- */
1245
- nextLink?: string;
1246
- }
1247
- /**
1248
- * @interface
1249
- * List of virtual machine templates
1250
- * @extends Array<VirtualMachineTemplate>
1251
- */
1252
- export interface VirtualMachineTemplateListResponse extends Array<VirtualMachineTemplate> {
1253
- /**
1254
- * Link for next list of VirtualMachineTemplate
1255
- */
1256
- nextLink?: string;
1257
- }
1258
- /**
1259
- * @interface
1260
- * List of virtual networks
1261
- * @extends Array<VirtualNetwork>
1262
- */
1263
- export interface VirtualNetworkListResponse extends Array<VirtualNetwork> {
1264
- /**
1265
- * Link for next list of VirtualNetwork
1266
- */
1267
- nextLink?: string;
1268
- }
1269
- /**
1270
- * @interface
1271
- * List of usages
1272
- * @extends Array<Usage>
1273
- */
1274
- export interface UsageListResponse extends Array<Usage> {
1275
- /**
1276
- * Link for next list of DedicatedCloudNode
1277
- */
1278
- nextLink?: string;
1279
- }
1280
- /**
1281
- * @interface
1282
- * List of virtual machines
1283
- * @extends Array<VirtualMachine>
1284
- */
1285
- export interface VirtualMachineListResponse extends Array<VirtualMachine> {
1286
- /**
1287
- * Link for next list of VirtualMachines
1288
- */
1289
- nextLink?: string;
1290
- }
1291
- /**
1292
- * Defines values for OperationOrigin.
1293
- * Possible values include: 'user', 'system', 'user,system'
1294
- * @readonly
1295
- * @enum {string}
1296
- */
1297
- export declare type OperationOrigin = 'user' | 'system' | 'user,system';
1298
- /**
1299
- * Defines values for AggregationType.
1300
- * Possible values include: 'Average', 'Total'
1301
- * @readonly
1302
- * @enum {string}
1303
- */
1304
- export declare type AggregationType = 'Average' | 'Total';
1305
- /**
1306
- * Defines values for NodeStatus.
1307
- * Possible values include: 'unused', 'used'
1308
- * @readonly
1309
- * @enum {string}
1310
- */
1311
- export declare type NodeStatus = 'unused' | 'used';
1312
- /**
1313
- * Defines values for OnboardingStatus.
1314
- * Possible values include: 'notOnBoarded', 'onBoarded', 'onBoardingFailed', 'onBoarding'
1315
- * @readonly
1316
- * @enum {string}
1317
- */
1318
- export declare type OnboardingStatus = 'notOnBoarded' | 'onBoarded' | 'onBoardingFailed' | 'onBoarding';
1319
- /**
1320
- * Defines values for DiskIndependenceMode.
1321
- * Possible values include: 'persistent', 'independent_persistent', 'independent_nonpersistent'
1322
- * @readonly
1323
- * @enum {string}
1324
- */
1325
- export declare type DiskIndependenceMode = 'persistent' | 'independent_persistent' | 'independent_nonpersistent';
1326
- /**
1327
- * Defines values for NICType.
1328
- * Possible values include: 'E1000', 'E1000E', 'PCNET32', 'VMXNET', 'VMXNET2', 'VMXNET3'
1329
- * @readonly
1330
- * @enum {string}
1331
- */
1332
- export declare type NICType = 'E1000' | 'E1000E' | 'PCNET32' | 'VMXNET' | 'VMXNET2' | 'VMXNET3';
1333
- /**
1334
- * Defines values for PrivateCloudResourceType.
1335
- * Possible values include: 'Microsoft.VMwareCloudSimple/privateClouds'
1336
- * @readonly
1337
- * @enum {string}
1338
- */
1339
- export declare type PrivateCloudResourceType = 'Microsoft.VMwareCloudSimple/privateClouds';
1340
- /**
1341
- * Defines values for UsageCount.
1342
- * Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond',
1343
- * 'BytesPerSecond'
1344
- * @readonly
1345
- * @enum {string}
1346
- */
1347
- export declare type UsageCount = 'Count' | 'Bytes' | 'Seconds' | 'Percent' | 'CountPerSecond' | 'BytesPerSecond';
1348
- /**
1349
- * Defines values for GuestOSType.
1350
- * Possible values include: 'linux', 'windows', 'other'
1351
- * @readonly
1352
- * @enum {string}
1353
- */
1354
- export declare type GuestOSType = 'linux' | 'windows' | 'other';
1355
- /**
1356
- * Defines values for VirtualMachineStatus.
1357
- * Possible values include: 'running', 'suspended', 'poweredoff', 'updating', 'deallocating',
1358
- * 'deleting'
1359
- * @readonly
1360
- * @enum {string}
1361
- */
1362
- export declare type VirtualMachineStatus = 'running' | 'suspended' | 'poweredoff' | 'updating' | 'deallocating' | 'deleting';
1363
- /**
1364
- * Defines values for StopMode.
1365
- * Possible values include: 'reboot', 'suspend', 'shutdown', 'poweroff'
1366
- * @readonly
1367
- * @enum {string}
1368
- */
1369
- export declare type StopMode = 'reboot' | 'suspend' | 'shutdown' | 'poweroff';
1370
- /**
1371
- * Contains response data for the list operation.
1372
- */
1373
- export declare type OperationsListResponse = AvailableOperationsListResponse & {
1374
- /**
1375
- * The underlying HTTP response.
1376
- */
1377
- _response: msRest.HttpResponse & {
1378
- /**
1379
- * The response body as text (string format)
1380
- */
1381
- bodyAsText: string;
1382
- /**
1383
- * The response body as parsed JSON or XML
1384
- */
1385
- parsedBody: AvailableOperationsListResponse;
1386
- };
1387
- };
1388
- /**
1389
- * Contains response data for the get operation.
1390
- */
1391
- export declare type OperationsGetResponse = OperationResource & OperationsGetHeaders & {
1392
- /**
1393
- * The underlying HTTP response.
1394
- */
1395
- _response: msRest.HttpResponse & {
1396
- /**
1397
- * The parsed HTTP response headers.
1398
- */
1399
- parsedHeaders: OperationsGetHeaders;
1400
- /**
1401
- * The response body as text (string format)
1402
- */
1403
- bodyAsText: string;
1404
- /**
1405
- * The response body as parsed JSON or XML
1406
- */
1407
- parsedBody: OperationResource;
1408
- };
1409
- };
1410
- /**
1411
- * Contains response data for the listNext operation.
1412
- */
1413
- export declare type OperationsListNextResponse = AvailableOperationsListResponse & {
1414
- /**
1415
- * The underlying HTTP response.
1416
- */
1417
- _response: msRest.HttpResponse & {
1418
- /**
1419
- * The response body as text (string format)
1420
- */
1421
- bodyAsText: string;
1422
- /**
1423
- * The response body as parsed JSON or XML
1424
- */
1425
- parsedBody: AvailableOperationsListResponse;
1426
- };
1427
- };
1428
- /**
1429
- * Contains response data for the listBySubscription operation.
1430
- */
1431
- export declare type DedicatedCloudNodesListBySubscriptionResponse = DedicatedCloudNodeListResponse & {
1432
- /**
1433
- * The underlying HTTP response.
1434
- */
1435
- _response: msRest.HttpResponse & {
1436
- /**
1437
- * The response body as text (string format)
1438
- */
1439
- bodyAsText: string;
1440
- /**
1441
- * The response body as parsed JSON or XML
1442
- */
1443
- parsedBody: DedicatedCloudNodeListResponse;
1444
- };
1445
- };
1446
- /**
1447
- * Contains response data for the listByResourceGroup operation.
1448
- */
1449
- export declare type DedicatedCloudNodesListByResourceGroupResponse = DedicatedCloudNodeListResponse & {
1450
- /**
1451
- * The underlying HTTP response.
1452
- */
1453
- _response: msRest.HttpResponse & {
1454
- /**
1455
- * The response body as text (string format)
1456
- */
1457
- bodyAsText: string;
1458
- /**
1459
- * The response body as parsed JSON or XML
1460
- */
1461
- parsedBody: DedicatedCloudNodeListResponse;
1462
- };
1463
- };
1464
- /**
1465
- * Contains response data for the get operation.
1466
- */
1467
- export declare type DedicatedCloudNodesGetResponse = DedicatedCloudNode & {
1468
- /**
1469
- * The underlying HTTP response.
1470
- */
1471
- _response: msRest.HttpResponse & {
1472
- /**
1473
- * The response body as text (string format)
1474
- */
1475
- bodyAsText: string;
1476
- /**
1477
- * The response body as parsed JSON or XML
1478
- */
1479
- parsedBody: DedicatedCloudNode;
1480
- };
1481
- };
1482
- /**
1483
- * Contains response data for the createOrUpdate operation.
1484
- */
1485
- export declare type DedicatedCloudNodesCreateOrUpdateResponse = DedicatedCloudNode & DedicatedCloudNodesCreateOrUpdateHeaders & {
1486
- /**
1487
- * The underlying HTTP response.
1488
- */
1489
- _response: msRest.HttpResponse & {
1490
- /**
1491
- * The parsed HTTP response headers.
1492
- */
1493
- parsedHeaders: DedicatedCloudNodesCreateOrUpdateHeaders;
1494
- /**
1495
- * The response body as text (string format)
1496
- */
1497
- bodyAsText: string;
1498
- /**
1499
- * The response body as parsed JSON or XML
1500
- */
1501
- parsedBody: DedicatedCloudNode;
1502
- };
1503
- };
1504
- /**
1505
- * Contains response data for the deleteMethod operation.
1506
- */
1507
- export declare type DedicatedCloudNodesDeleteResponse = DedicatedCloudNodesDeleteHeaders & {
1508
- /**
1509
- * The underlying HTTP response.
1510
- */
1511
- _response: msRest.HttpResponse & {
1512
- /**
1513
- * The parsed HTTP response headers.
1514
- */
1515
- parsedHeaders: DedicatedCloudNodesDeleteHeaders;
1516
- };
1517
- };
1518
- /**
1519
- * Contains response data for the update operation.
1520
- */
1521
- export declare type DedicatedCloudNodesUpdateResponse = DedicatedCloudNode & {
1522
- /**
1523
- * The underlying HTTP response.
1524
- */
1525
- _response: msRest.HttpResponse & {
1526
- /**
1527
- * The response body as text (string format)
1528
- */
1529
- bodyAsText: string;
1530
- /**
1531
- * The response body as parsed JSON or XML
1532
- */
1533
- parsedBody: DedicatedCloudNode;
1534
- };
1535
- };
1536
- /**
1537
- * Contains response data for the listBySubscriptionNext operation.
1538
- */
1539
- export declare type DedicatedCloudNodesListBySubscriptionNextResponse = DedicatedCloudNodeListResponse & {
1540
- /**
1541
- * The underlying HTTP response.
1542
- */
1543
- _response: msRest.HttpResponse & {
1544
- /**
1545
- * The response body as text (string format)
1546
- */
1547
- bodyAsText: string;
1548
- /**
1549
- * The response body as parsed JSON or XML
1550
- */
1551
- parsedBody: DedicatedCloudNodeListResponse;
1552
- };
1553
- };
1554
- /**
1555
- * Contains response data for the listByResourceGroupNext operation.
1556
- */
1557
- export declare type DedicatedCloudNodesListByResourceGroupNextResponse = DedicatedCloudNodeListResponse & {
1558
- /**
1559
- * The underlying HTTP response.
1560
- */
1561
- _response: msRest.HttpResponse & {
1562
- /**
1563
- * The response body as text (string format)
1564
- */
1565
- bodyAsText: string;
1566
- /**
1567
- * The response body as parsed JSON or XML
1568
- */
1569
- parsedBody: DedicatedCloudNodeListResponse;
1570
- };
1571
- };
1572
- /**
1573
- * Contains response data for the listBySubscription operation.
1574
- */
1575
- export declare type DedicatedCloudServicesListBySubscriptionResponse = DedicatedCloudServiceListResponse & {
1576
- /**
1577
- * The underlying HTTP response.
1578
- */
1579
- _response: msRest.HttpResponse & {
1580
- /**
1581
- * The response body as text (string format)
1582
- */
1583
- bodyAsText: string;
1584
- /**
1585
- * The response body as parsed JSON or XML
1586
- */
1587
- parsedBody: DedicatedCloudServiceListResponse;
1588
- };
1589
- };
1590
- /**
1591
- * Contains response data for the listByResourceGroup operation.
1592
- */
1593
- export declare type DedicatedCloudServicesListByResourceGroupResponse = DedicatedCloudServiceListResponse & {
1594
- /**
1595
- * The underlying HTTP response.
1596
- */
1597
- _response: msRest.HttpResponse & {
1598
- /**
1599
- * The response body as text (string format)
1600
- */
1601
- bodyAsText: string;
1602
- /**
1603
- * The response body as parsed JSON or XML
1604
- */
1605
- parsedBody: DedicatedCloudServiceListResponse;
1606
- };
1607
- };
1608
- /**
1609
- * Contains response data for the get operation.
1610
- */
1611
- export declare type DedicatedCloudServicesGetResponse = DedicatedCloudService & {
1612
- /**
1613
- * The underlying HTTP response.
1614
- */
1615
- _response: msRest.HttpResponse & {
1616
- /**
1617
- * The response body as text (string format)
1618
- */
1619
- bodyAsText: string;
1620
- /**
1621
- * The response body as parsed JSON or XML
1622
- */
1623
- parsedBody: DedicatedCloudService;
1624
- };
1625
- };
1626
- /**
1627
- * Contains response data for the createOrUpdate operation.
1628
- */
1629
- export declare type DedicatedCloudServicesCreateOrUpdateResponse = DedicatedCloudService & {
1630
- /**
1631
- * The underlying HTTP response.
1632
- */
1633
- _response: msRest.HttpResponse & {
1634
- /**
1635
- * The response body as text (string format)
1636
- */
1637
- bodyAsText: string;
1638
- /**
1639
- * The response body as parsed JSON or XML
1640
- */
1641
- parsedBody: DedicatedCloudService;
1642
- };
1643
- };
1644
- /**
1645
- * Contains response data for the deleteMethod operation.
1646
- */
1647
- export declare type DedicatedCloudServicesDeleteResponse = DedicatedCloudServicesDeleteHeaders & {
1648
- /**
1649
- * The underlying HTTP response.
1650
- */
1651
- _response: msRest.HttpResponse & {
1652
- /**
1653
- * The parsed HTTP response headers.
1654
- */
1655
- parsedHeaders: DedicatedCloudServicesDeleteHeaders;
1656
- };
1657
- };
1658
- /**
1659
- * Contains response data for the update operation.
1660
- */
1661
- export declare type DedicatedCloudServicesUpdateResponse = DedicatedCloudService & {
1662
- /**
1663
- * The underlying HTTP response.
1664
- */
1665
- _response: msRest.HttpResponse & {
1666
- /**
1667
- * The response body as text (string format)
1668
- */
1669
- bodyAsText: string;
1670
- /**
1671
- * The response body as parsed JSON or XML
1672
- */
1673
- parsedBody: DedicatedCloudService;
1674
- };
1675
- };
1676
- /**
1677
- * Contains response data for the listBySubscriptionNext operation.
1678
- */
1679
- export declare type DedicatedCloudServicesListBySubscriptionNextResponse = DedicatedCloudServiceListResponse & {
1680
- /**
1681
- * The underlying HTTP response.
1682
- */
1683
- _response: msRest.HttpResponse & {
1684
- /**
1685
- * The response body as text (string format)
1686
- */
1687
- bodyAsText: string;
1688
- /**
1689
- * The response body as parsed JSON or XML
1690
- */
1691
- parsedBody: DedicatedCloudServiceListResponse;
1692
- };
1693
- };
1694
- /**
1695
- * Contains response data for the listByResourceGroupNext operation.
1696
- */
1697
- export declare type DedicatedCloudServicesListByResourceGroupNextResponse = DedicatedCloudServiceListResponse & {
1698
- /**
1699
- * The underlying HTTP response.
1700
- */
1701
- _response: msRest.HttpResponse & {
1702
- /**
1703
- * The response body as text (string format)
1704
- */
1705
- bodyAsText: string;
1706
- /**
1707
- * The response body as parsed JSON or XML
1708
- */
1709
- parsedBody: DedicatedCloudServiceListResponse;
1710
- };
1711
- };
1712
- /**
1713
- * Contains response data for the list operation.
1714
- */
1715
- export declare type SkusAvailabilityListResponse = SkuAvailabilityListResponse & {
1716
- /**
1717
- * The underlying HTTP response.
1718
- */
1719
- _response: msRest.HttpResponse & {
1720
- /**
1721
- * The response body as text (string format)
1722
- */
1723
- bodyAsText: string;
1724
- /**
1725
- * The response body as parsed JSON or XML
1726
- */
1727
- parsedBody: SkuAvailabilityListResponse;
1728
- };
1729
- };
1730
- /**
1731
- * Contains response data for the listNext operation.
1732
- */
1733
- export declare type SkusAvailabilityListNextResponse = SkuAvailabilityListResponse & {
1734
- /**
1735
- * The underlying HTTP response.
1736
- */
1737
- _response: msRest.HttpResponse & {
1738
- /**
1739
- * The response body as text (string format)
1740
- */
1741
- bodyAsText: string;
1742
- /**
1743
- * The response body as parsed JSON or XML
1744
- */
1745
- parsedBody: SkuAvailabilityListResponse;
1746
- };
1747
- };
1748
- /**
1749
- * Contains response data for the list operation.
1750
- */
1751
- export declare type PrivateCloudsListResponse = PrivateCloudList & {
1752
- /**
1753
- * The underlying HTTP response.
1754
- */
1755
- _response: msRest.HttpResponse & {
1756
- /**
1757
- * The response body as text (string format)
1758
- */
1759
- bodyAsText: string;
1760
- /**
1761
- * The response body as parsed JSON or XML
1762
- */
1763
- parsedBody: PrivateCloudList;
1764
- };
1765
- };
1766
- /**
1767
- * Contains response data for the get operation.
1768
- */
1769
- export declare type PrivateCloudsGetResponse = PrivateCloud & {
1770
- /**
1771
- * The underlying HTTP response.
1772
- */
1773
- _response: msRest.HttpResponse & {
1774
- /**
1775
- * The response body as text (string format)
1776
- */
1777
- bodyAsText: string;
1778
- /**
1779
- * The response body as parsed JSON or XML
1780
- */
1781
- parsedBody: PrivateCloud;
1782
- };
1783
- };
1784
- /**
1785
- * Contains response data for the listNext operation.
1786
- */
1787
- export declare type PrivateCloudsListNextResponse = PrivateCloudList & {
1788
- /**
1789
- * The underlying HTTP response.
1790
- */
1791
- _response: msRest.HttpResponse & {
1792
- /**
1793
- * The response body as text (string format)
1794
- */
1795
- bodyAsText: string;
1796
- /**
1797
- * The response body as parsed JSON or XML
1798
- */
1799
- parsedBody: PrivateCloudList;
1800
- };
1801
- };
1802
- /**
1803
- * Contains response data for the list operation.
1804
- */
1805
- export declare type ResourcePoolsListResponse2 = ResourcePoolsListResponse & {
1806
- /**
1807
- * The underlying HTTP response.
1808
- */
1809
- _response: msRest.HttpResponse & {
1810
- /**
1811
- * The response body as text (string format)
1812
- */
1813
- bodyAsText: string;
1814
- /**
1815
- * The response body as parsed JSON or XML
1816
- */
1817
- parsedBody: ResourcePoolsListResponse;
1818
- };
1819
- };
1820
- /**
1821
- * Contains response data for the get operation.
1822
- */
1823
- export declare type ResourcePoolsGetResponse = ResourcePool & {
1824
- /**
1825
- * The underlying HTTP response.
1826
- */
1827
- _response: msRest.HttpResponse & {
1828
- /**
1829
- * The response body as text (string format)
1830
- */
1831
- bodyAsText: string;
1832
- /**
1833
- * The response body as parsed JSON or XML
1834
- */
1835
- parsedBody: ResourcePool;
1836
- };
1837
- };
1838
- /**
1839
- * Contains response data for the listNext operation.
1840
- */
1841
- export declare type ResourcePoolsListNextResponse = ResourcePoolsListResponse & {
1842
- /**
1843
- * The underlying HTTP response.
1844
- */
1845
- _response: msRest.HttpResponse & {
1846
- /**
1847
- * The response body as text (string format)
1848
- */
1849
- bodyAsText: string;
1850
- /**
1851
- * The response body as parsed JSON or XML
1852
- */
1853
- parsedBody: ResourcePoolsListResponse;
1854
- };
1855
- };
1856
- /**
1857
- * Contains response data for the list operation.
1858
- */
1859
- export declare type VirtualMachineTemplatesListResponse = VirtualMachineTemplateListResponse & {
1860
- /**
1861
- * The underlying HTTP response.
1862
- */
1863
- _response: msRest.HttpResponse & {
1864
- /**
1865
- * The response body as text (string format)
1866
- */
1867
- bodyAsText: string;
1868
- /**
1869
- * The response body as parsed JSON or XML
1870
- */
1871
- parsedBody: VirtualMachineTemplateListResponse;
1872
- };
1873
- };
1874
- /**
1875
- * Contains response data for the get operation.
1876
- */
1877
- export declare type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate & {
1878
- /**
1879
- * The underlying HTTP response.
1880
- */
1881
- _response: msRest.HttpResponse & {
1882
- /**
1883
- * The response body as text (string format)
1884
- */
1885
- bodyAsText: string;
1886
- /**
1887
- * The response body as parsed JSON or XML
1888
- */
1889
- parsedBody: VirtualMachineTemplate;
1890
- };
1891
- };
1892
- /**
1893
- * Contains response data for the listNext operation.
1894
- */
1895
- export declare type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplateListResponse & {
1896
- /**
1897
- * The underlying HTTP response.
1898
- */
1899
- _response: msRest.HttpResponse & {
1900
- /**
1901
- * The response body as text (string format)
1902
- */
1903
- bodyAsText: string;
1904
- /**
1905
- * The response body as parsed JSON or XML
1906
- */
1907
- parsedBody: VirtualMachineTemplateListResponse;
1908
- };
1909
- };
1910
- /**
1911
- * Contains response data for the list operation.
1912
- */
1913
- export declare type VirtualNetworksListResponse = VirtualNetworkListResponse & {
1914
- /**
1915
- * The underlying HTTP response.
1916
- */
1917
- _response: msRest.HttpResponse & {
1918
- /**
1919
- * The response body as text (string format)
1920
- */
1921
- bodyAsText: string;
1922
- /**
1923
- * The response body as parsed JSON or XML
1924
- */
1925
- parsedBody: VirtualNetworkListResponse;
1926
- };
1927
- };
1928
- /**
1929
- * Contains response data for the get operation.
1930
- */
1931
- export declare type VirtualNetworksGetResponse = VirtualNetwork & {
1932
- /**
1933
- * The underlying HTTP response.
1934
- */
1935
- _response: msRest.HttpResponse & {
1936
- /**
1937
- * The response body as text (string format)
1938
- */
1939
- bodyAsText: string;
1940
- /**
1941
- * The response body as parsed JSON or XML
1942
- */
1943
- parsedBody: VirtualNetwork;
1944
- };
1945
- };
1946
- /**
1947
- * Contains response data for the listNext operation.
1948
- */
1949
- export declare type VirtualNetworksListNextResponse = VirtualNetworkListResponse & {
1950
- /**
1951
- * The underlying HTTP response.
1952
- */
1953
- _response: msRest.HttpResponse & {
1954
- /**
1955
- * The response body as text (string format)
1956
- */
1957
- bodyAsText: string;
1958
- /**
1959
- * The response body as parsed JSON or XML
1960
- */
1961
- parsedBody: VirtualNetworkListResponse;
1962
- };
1963
- };
1964
- /**
1965
- * Contains response data for the list operation.
1966
- */
1967
- export declare type UsagesListResponse = UsageListResponse & {
1968
- /**
1969
- * The underlying HTTP response.
1970
- */
1971
- _response: msRest.HttpResponse & {
1972
- /**
1973
- * The response body as text (string format)
1974
- */
1975
- bodyAsText: string;
1976
- /**
1977
- * The response body as parsed JSON or XML
1978
- */
1979
- parsedBody: UsageListResponse;
1980
- };
1981
- };
1982
- /**
1983
- * Contains response data for the listNext operation.
1984
- */
1985
- export declare type UsagesListNextResponse = UsageListResponse & {
1986
- /**
1987
- * The underlying HTTP response.
1988
- */
1989
- _response: msRest.HttpResponse & {
1990
- /**
1991
- * The response body as text (string format)
1992
- */
1993
- bodyAsText: string;
1994
- /**
1995
- * The response body as parsed JSON or XML
1996
- */
1997
- parsedBody: UsageListResponse;
1998
- };
1999
- };
2000
- /**
2001
- * Contains response data for the listBySubscription operation.
2002
- */
2003
- export declare type VirtualMachinesListBySubscriptionResponse = VirtualMachineListResponse & {
2004
- /**
2005
- * The underlying HTTP response.
2006
- */
2007
- _response: msRest.HttpResponse & {
2008
- /**
2009
- * The response body as text (string format)
2010
- */
2011
- bodyAsText: string;
2012
- /**
2013
- * The response body as parsed JSON or XML
2014
- */
2015
- parsedBody: VirtualMachineListResponse;
2016
- };
2017
- };
2018
- /**
2019
- * Contains response data for the listByResourceGroup operation.
2020
- */
2021
- export declare type VirtualMachinesListByResourceGroupResponse = VirtualMachineListResponse & {
2022
- /**
2023
- * The underlying HTTP response.
2024
- */
2025
- _response: msRest.HttpResponse & {
2026
- /**
2027
- * The response body as text (string format)
2028
- */
2029
- bodyAsText: string;
2030
- /**
2031
- * The response body as parsed JSON or XML
2032
- */
2033
- parsedBody: VirtualMachineListResponse;
2034
- };
2035
- };
2036
- /**
2037
- * Contains response data for the get operation.
2038
- */
2039
- export declare type VirtualMachinesGetResponse = VirtualMachine & {
2040
- /**
2041
- * The underlying HTTP response.
2042
- */
2043
- _response: msRest.HttpResponse & {
2044
- /**
2045
- * The response body as text (string format)
2046
- */
2047
- bodyAsText: string;
2048
- /**
2049
- * The response body as parsed JSON or XML
2050
- */
2051
- parsedBody: VirtualMachine;
2052
- };
2053
- };
2054
- /**
2055
- * Contains response data for the createOrUpdate operation.
2056
- */
2057
- export declare type VirtualMachinesCreateOrUpdateResponse = VirtualMachine & VirtualMachinesCreateOrUpdateHeaders & {
2058
- /**
2059
- * The underlying HTTP response.
2060
- */
2061
- _response: msRest.HttpResponse & {
2062
- /**
2063
- * The parsed HTTP response headers.
2064
- */
2065
- parsedHeaders: VirtualMachinesCreateOrUpdateHeaders;
2066
- /**
2067
- * The response body as text (string format)
2068
- */
2069
- bodyAsText: string;
2070
- /**
2071
- * The response body as parsed JSON or XML
2072
- */
2073
- parsedBody: VirtualMachine;
2074
- };
2075
- };
2076
- /**
2077
- * Contains response data for the deleteMethod operation.
2078
- */
2079
- export declare type VirtualMachinesDeleteResponse = VirtualMachinesDeleteHeaders & {
2080
- /**
2081
- * The underlying HTTP response.
2082
- */
2083
- _response: msRest.HttpResponse & {
2084
- /**
2085
- * The parsed HTTP response headers.
2086
- */
2087
- parsedHeaders: VirtualMachinesDeleteHeaders;
2088
- };
2089
- };
2090
- /**
2091
- * Contains response data for the update operation.
2092
- */
2093
- export declare type VirtualMachinesUpdateResponse = VirtualMachine & {
2094
- /**
2095
- * The underlying HTTP response.
2096
- */
2097
- _response: msRest.HttpResponse & {
2098
- /**
2099
- * The response body as text (string format)
2100
- */
2101
- bodyAsText: string;
2102
- /**
2103
- * The response body as parsed JSON or XML
2104
- */
2105
- parsedBody: VirtualMachine;
2106
- };
2107
- };
2108
- /**
2109
- * Contains response data for the start operation.
2110
- */
2111
- export declare type VirtualMachinesStartResponse = VirtualMachinesStartHeaders & {
2112
- /**
2113
- * The underlying HTTP response.
2114
- */
2115
- _response: msRest.HttpResponse & {
2116
- /**
2117
- * The parsed HTTP response headers.
2118
- */
2119
- parsedHeaders: VirtualMachinesStartHeaders;
2120
- };
2121
- };
2122
- /**
2123
- * Contains response data for the stop operation.
2124
- */
2125
- export declare type VirtualMachinesStopResponse = VirtualMachinesStopHeaders & {
2126
- /**
2127
- * The underlying HTTP response.
2128
- */
2129
- _response: msRest.HttpResponse & {
2130
- /**
2131
- * The parsed HTTP response headers.
2132
- */
2133
- parsedHeaders: VirtualMachinesStopHeaders;
2134
- };
2135
- };
2136
- /**
2137
- * Contains response data for the beginUpdate operation.
2138
- */
2139
- export declare type VirtualMachinesBeginUpdateResponse = VirtualMachine & {
2140
- /**
2141
- * The underlying HTTP response.
2142
- */
2143
- _response: msRest.HttpResponse & {
2144
- /**
2145
- * The response body as text (string format)
2146
- */
2147
- bodyAsText: string;
2148
- /**
2149
- * The response body as parsed JSON or XML
2150
- */
2151
- parsedBody: VirtualMachine;
2152
- };
2153
- };
2154
- /**
2155
- * Contains response data for the listBySubscriptionNext operation.
2156
- */
2157
- export declare type VirtualMachinesListBySubscriptionNextResponse = VirtualMachineListResponse & {
2158
- /**
2159
- * The underlying HTTP response.
2160
- */
2161
- _response: msRest.HttpResponse & {
2162
- /**
2163
- * The response body as text (string format)
2164
- */
2165
- bodyAsText: string;
2166
- /**
2167
- * The response body as parsed JSON or XML
2168
- */
2169
- parsedBody: VirtualMachineListResponse;
2170
- };
2171
- };
2172
- /**
2173
- * Contains response data for the listByResourceGroupNext operation.
2174
- */
2175
- export declare type VirtualMachinesListByResourceGroupNextResponse = VirtualMachineListResponse & {
2176
- /**
2177
- * The underlying HTTP response.
2178
- */
2179
- _response: msRest.HttpResponse & {
2180
- /**
2181
- * The response body as text (string format)
2182
- */
2183
- bodyAsText: string;
2184
- /**
2185
- * The response body as parsed JSON or XML
2186
- */
2187
- parsedBody: VirtualMachineListResponse;
2188
- };
2189
- };
2190
- //# sourceMappingURL=index.d.ts.map