@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,119 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Mappers from "../models/virtualNetworksMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a VirtualNetworks. */
14
- var VirtualNetworks = /** @class */ (function () {
15
- /**
16
- * Create a VirtualNetworks.
17
- * @param {VMwareCloudSimpleClientContext} client Reference to the service client.
18
- */
19
- function VirtualNetworks(client) {
20
- this.client = client;
21
- }
22
- VirtualNetworks.prototype.list = function (regionId, pcName, resourcePoolName, options, callback) {
23
- return this.client.sendOperationRequest({
24
- regionId: regionId,
25
- pcName: pcName,
26
- resourcePoolName: resourcePoolName,
27
- options: options
28
- }, listOperationSpec, callback);
29
- };
30
- VirtualNetworks.prototype.get = function (regionId, pcName, virtualNetworkName, options, callback) {
31
- return this.client.sendOperationRequest({
32
- regionId: regionId,
33
- pcName: pcName,
34
- virtualNetworkName: virtualNetworkName,
35
- options: options
36
- }, getOperationSpec, callback);
37
- };
38
- VirtualNetworks.prototype.listNext = function (nextPageLink, options, callback) {
39
- return this.client.sendOperationRequest({
40
- nextPageLink: nextPageLink,
41
- options: options
42
- }, listNextOperationSpec, callback);
43
- };
44
- return VirtualNetworks;
45
- }());
46
- export { VirtualNetworks };
47
- // Operation Specifications
48
- var serializer = new msRest.Serializer(Mappers);
49
- var listOperationSpec = {
50
- httpMethod: "GET",
51
- path: "subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/virtualNetworks",
52
- urlParameters: [
53
- Parameters.subscriptionId,
54
- Parameters.regionId,
55
- Parameters.pcName
56
- ],
57
- queryParameters: [
58
- Parameters.apiVersion,
59
- Parameters.resourcePoolName
60
- ],
61
- headerParameters: [
62
- Parameters.acceptLanguage
63
- ],
64
- responses: {
65
- 200: {
66
- bodyMapper: Mappers.VirtualNetworkListResponse
67
- },
68
- default: {
69
- bodyMapper: Mappers.CSRPError
70
- }
71
- },
72
- serializer: serializer
73
- };
74
- var getOperationSpec = {
75
- httpMethod: "GET",
76
- path: "subscriptions/{subscriptionId}/providers/Microsoft.VMwareCloudSimple/locations/{regionId}/privateClouds/{pcName}/virtualNetworks/{virtualNetworkName}",
77
- urlParameters: [
78
- Parameters.subscriptionId,
79
- Parameters.regionId,
80
- Parameters.pcName,
81
- Parameters.virtualNetworkName
82
- ],
83
- queryParameters: [
84
- Parameters.apiVersion
85
- ],
86
- headerParameters: [
87
- Parameters.acceptLanguage
88
- ],
89
- responses: {
90
- 200: {
91
- bodyMapper: Mappers.VirtualNetwork
92
- },
93
- default: {
94
- bodyMapper: Mappers.CSRPError
95
- }
96
- },
97
- serializer: serializer
98
- };
99
- var listNextOperationSpec = {
100
- httpMethod: "GET",
101
- baseUrl: "https://management.azure.com",
102
- path: "{nextLink}",
103
- urlParameters: [
104
- Parameters.nextPageLink
105
- ],
106
- headerParameters: [
107
- Parameters.acceptLanguage
108
- ],
109
- responses: {
110
- 200: {
111
- bodyMapper: Mappers.VirtualNetworkListResponse
112
- },
113
- default: {
114
- bodyMapper: Mappers.CSRPError
115
- }
116
- },
117
- serializer: serializer
118
- };
119
- //# sourceMappingURL=virtualNetworks.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"virtualNetworks.js","sourceRoot":"","sources":["../../src/operations/virtualNetworks.ts"],"names":[],"mappings":"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"}
@@ -1,34 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import { TokenCredential } from "@azure/core-auth";
3
- import * as Models from "./models";
4
- import * as Mappers from "./models/mappers";
5
- import * as operations from "./operations";
6
- import { VMwareCloudSimpleClientContext } from "./vMwareCloudSimpleClientContext";
7
- declare class VMwareCloudSimpleClient extends VMwareCloudSimpleClientContext {
8
- operations: operations.Operations;
9
- dedicatedCloudNodes: operations.DedicatedCloudNodes;
10
- dedicatedCloudServices: operations.DedicatedCloudServices;
11
- skusAvailability: operations.SkusAvailability;
12
- privateClouds: operations.PrivateClouds;
13
- resourcePools: operations.ResourcePools;
14
- virtualMachineTemplates: operations.VirtualMachineTemplates;
15
- virtualNetworks: operations.VirtualNetworks;
16
- usages: operations.Usages;
17
- virtualMachines: operations.VirtualMachines;
18
- /**
19
- * Initializes a new instance of the VMwareCloudSimpleClient class.
20
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
21
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
22
- * more information about these credentials, see
23
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
24
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
25
- * @azure/ms-rest-browserauth are also supported.
26
- * @param subscriptionId The subscription ID.
27
- * @param referer referer url
28
- * @param [options] The parameter options
29
- */
30
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, referer: string, options?: Models.VMwareCloudSimpleClientOptions);
31
- }
32
- export { VMwareCloudSimpleClient, VMwareCloudSimpleClientContext, Models as VMwareCloudSimpleModels, Mappers as VMwareCloudSimpleMappers };
33
- export * from "./operations";
34
- //# sourceMappingURL=vMwareCloudSimpleClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vMwareCloudSimpleClient.d.ts","sourceRoot":"","sources":["../src/vMwareCloudSimpleClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF,cAAM,uBAAwB,SAAQ,8BAA8B;IAElE,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,CAAC;IACpD,sBAAsB,EAAE,UAAU,CAAC,sBAAsB,CAAC;IAC1D,gBAAgB,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAC9C,aAAa,EAAE,UAAU,CAAC,aAAa,CAAC;IACxC,aAAa,EAAE,UAAU,CAAC,aAAa,CAAC;IACxC,uBAAuB,EAAE,UAAU,CAAC,uBAAuB,CAAC;IAC5D,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAC5C,MAAM,EAAE,UAAU,CAAC,MAAM,CAAC;IAC1B,eAAe,EAAE,UAAU,CAAC,eAAe,CAAC;IAE5C;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAarK;AAID,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,uBAAuB,EACjC,OAAO,IAAI,wBAAwB,EACpC,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,48 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __extends } from "tslib";
11
- import * as Models from "./models";
12
- import * as Mappers from "./models/mappers";
13
- import * as operations from "./operations";
14
- import { VMwareCloudSimpleClientContext } from "./vMwareCloudSimpleClientContext";
15
- var VMwareCloudSimpleClient = /** @class */ (function (_super) {
16
- __extends(VMwareCloudSimpleClient, _super);
17
- /**
18
- * Initializes a new instance of the VMwareCloudSimpleClient class.
19
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
20
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
21
- * more information about these credentials, see
22
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
23
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
24
- * @azure/ms-rest-browserauth are also supported.
25
- * @param subscriptionId The subscription ID.
26
- * @param referer referer url
27
- * @param [options] The parameter options
28
- */
29
- function VMwareCloudSimpleClient(credentials, subscriptionId, referer, options) {
30
- var _this = _super.call(this, credentials, subscriptionId, referer, options) || this;
31
- _this.operations = new operations.Operations(_this);
32
- _this.dedicatedCloudNodes = new operations.DedicatedCloudNodes(_this);
33
- _this.dedicatedCloudServices = new operations.DedicatedCloudServices(_this);
34
- _this.skusAvailability = new operations.SkusAvailability(_this);
35
- _this.privateClouds = new operations.PrivateClouds(_this);
36
- _this.resourcePools = new operations.ResourcePools(_this);
37
- _this.virtualMachineTemplates = new operations.VirtualMachineTemplates(_this);
38
- _this.virtualNetworks = new operations.VirtualNetworks(_this);
39
- _this.usages = new operations.Usages(_this);
40
- _this.virtualMachines = new operations.VirtualMachines(_this);
41
- return _this;
42
- }
43
- return VMwareCloudSimpleClient;
44
- }(VMwareCloudSimpleClientContext));
45
- // Operation Specifications
46
- export { VMwareCloudSimpleClient, VMwareCloudSimpleClientContext, Models as VMwareCloudSimpleModels, Mappers as VMwareCloudSimpleMappers };
47
- export * from "./operations";
48
- //# sourceMappingURL=vMwareCloudSimpleClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vMwareCloudSimpleClient.js","sourceRoot":"","sources":["../src/vMwareCloudSimpleClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAGlF;IAAsC,2CAA8B;IAalE;;;;;;;;;;;OAWG;IACH,iCAAY,WAA8D,EAAE,cAAsB,EAAE,OAAe,EAAE,OAA+C;QAApK,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,EAAE,OAAO,CAAC,SAWrD;QAVC,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,mBAAmB,GAAG,IAAI,UAAU,CAAC,mBAAmB,CAAC,KAAI,CAAC,CAAC;QACpE,KAAI,CAAC,sBAAsB,GAAG,IAAI,UAAU,CAAC,sBAAsB,CAAC,KAAI,CAAC,CAAC;QAC1E,KAAI,CAAC,gBAAgB,GAAG,IAAI,UAAU,CAAC,gBAAgB,CAAC,KAAI,CAAC,CAAC;QAC9D,KAAI,CAAC,aAAa,GAAG,IAAI,UAAU,CAAC,aAAa,CAAC,KAAI,CAAC,CAAC;QACxD,KAAI,CAAC,aAAa,GAAG,IAAI,UAAU,CAAC,aAAa,CAAC,KAAI,CAAC,CAAC;QACxD,KAAI,CAAC,uBAAuB,GAAG,IAAI,UAAU,CAAC,uBAAuB,CAAC,KAAI,CAAC,CAAC;QAC5E,KAAI,CAAC,eAAe,GAAG,IAAI,UAAU,CAAC,eAAe,CAAC,KAAI,CAAC,CAAC;QAC5D,KAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,MAAM,CAAC,KAAI,CAAC,CAAC;QAC1C,KAAI,CAAC,eAAe,GAAG,IAAI,UAAU,CAAC,eAAe,CAAC,KAAI,CAAC,CAAC;;IAC9D,CAAC;IACH,8BAAC;AAAD,CAAC,AAtCD,CAAsC,8BAA8B,GAsCnE;AAED,2BAA2B;AAE3B,OAAO,EACL,uBAAuB,EACvB,8BAA8B,EAC9B,MAAM,IAAI,uBAAuB,EACjC,OAAO,IAAI,wBAAwB,EACpC,CAAC;AACF,cAAc,cAAc,CAAC"}
@@ -1,24 +0,0 @@
1
- import * as Models from "./models";
2
- import * as msRest from "@azure/ms-rest-js";
3
- import { TokenCredential } from "@azure/core-auth";
4
- import * as msRestAzure from "@azure/ms-rest-azure-js";
5
- export declare class VMwareCloudSimpleClientContext extends msRestAzure.AzureServiceClient {
6
- credentials: msRest.ServiceClientCredentials | TokenCredential;
7
- subscriptionId: string;
8
- apiVersion?: string;
9
- referer: string;
10
- /**
11
- * Initializes a new instance of the VMwareCloudSimpleClient class.
12
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
13
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
14
- * more information about these credentials, see
15
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
16
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
17
- * @azure/ms-rest-browserauth are also supported.
18
- * @param subscriptionId The subscription ID.
19
- * @param referer referer url
20
- * @param [options] The parameter options
21
- */
22
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, referer: string, options?: Models.VMwareCloudSimpleClientOptions);
23
- }
24
- //# sourceMappingURL=vMwareCloudSimpleClientContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vMwareCloudSimpleClientContext.d.ts","sourceRoot":"","sources":["../src/vMwareCloudSimpleClientContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,8BAA+B,SAAQ,WAAW,CAAC,kBAAkB;IAChF,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;;;;;;;OAWG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8BAA8B;CAqCrK"}
@@ -1,66 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __extends } from "tslib";
11
- import * as msRestAzure from "@azure/ms-rest-azure-js";
12
- var packageName = "@azure/arm-vmwarecloudsimple";
13
- var packageVersion = "1.1.1";
14
- var VMwareCloudSimpleClientContext = /** @class */ (function (_super) {
15
- __extends(VMwareCloudSimpleClientContext, _super);
16
- /**
17
- * Initializes a new instance of the VMwareCloudSimpleClient class.
18
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
19
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
20
- * more information about these credentials, see
21
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
22
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
23
- * @azure/ms-rest-browserauth are also supported.
24
- * @param subscriptionId The subscription ID.
25
- * @param referer referer url
26
- * @param [options] The parameter options
27
- */
28
- function VMwareCloudSimpleClientContext(credentials, subscriptionId, referer, options) {
29
- var _this = this;
30
- if (credentials == undefined) {
31
- throw new Error('\'credentials\' cannot be null.');
32
- }
33
- if (subscriptionId == undefined) {
34
- throw new Error('\'subscriptionId\' cannot be null.');
35
- }
36
- if (referer == undefined) {
37
- throw new Error('\'referer\' cannot be null.');
38
- }
39
- if (!options) {
40
- options = {};
41
- }
42
- if (!options.userAgent) {
43
- var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
44
- options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
45
- }
46
- _this = _super.call(this, credentials, options) || this;
47
- _this.apiVersion = '2019-04-01';
48
- _this.acceptLanguage = 'en-US';
49
- _this.longRunningOperationRetryTimeout = 30;
50
- _this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
51
- _this.requestContentType = "application/json; charset=utf-8";
52
- _this.credentials = credentials;
53
- _this.subscriptionId = subscriptionId;
54
- _this.referer = referer;
55
- if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
56
- _this.acceptLanguage = options.acceptLanguage;
57
- }
58
- if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
59
- _this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
60
- }
61
- return _this;
62
- }
63
- return VMwareCloudSimpleClientContext;
64
- }(msRestAzure.AzureServiceClient));
65
- export { VMwareCloudSimpleClientContext };
66
- //# sourceMappingURL=vMwareCloudSimpleClientContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vMwareCloudSimpleClientContext.js","sourceRoot":"","sources":["../src/vMwareCloudSimpleClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAKH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,8BAA8B,CAAC;AACnD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAoD,kDAA8B;IAMhF;;;;;;;;;;;OAWG;IACH,wCAAY,WAA8D,EAAE,cAAsB,EAAE,OAAe,EAAE,OAA+C;QAApK,iBAoCC;QAnCC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QACD,IAAI,OAAO,IAAI,SAAS,EAAE;YACxB,MAAM,IAAI,KAAK,CAAC,6BAA6B,CAAC,CAAC;SAChD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QACrC,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QAEvB,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,qCAAC;AAAD,CAAC,AAvDD,CAAoD,WAAW,CAAC,kBAAkB,GAuDjF"}
@@ -1,26 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- BaseResource,
11
- CSRPError,
12
- CSRPErrorBody,
13
- DedicatedCloudNode,
14
- DedicatedCloudNodeListResponse,
15
- DedicatedCloudNodesCreateOrUpdateHeaders,
16
- DedicatedCloudNodesDeleteHeaders,
17
- DedicatedCloudService,
18
- PatchPayload,
19
- ResourcePool,
20
- Sku,
21
- VirtualDisk,
22
- VirtualDiskController,
23
- VirtualMachine,
24
- VirtualNetwork,
25
- VirtualNic
26
- } from "../models/mappers";
@@ -1,25 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- BaseResource,
11
- CSRPError,
12
- CSRPErrorBody,
13
- DedicatedCloudNode,
14
- DedicatedCloudService,
15
- DedicatedCloudServiceListResponse,
16
- DedicatedCloudServicesDeleteHeaders,
17
- PatchPayload,
18
- ResourcePool,
19
- Sku,
20
- VirtualDisk,
21
- VirtualDiskController,
22
- VirtualMachine,
23
- VirtualNetwork,
24
- VirtualNic
25
- } from "../models/mappers";
@@ -1,20 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- AvailableOperation,
11
- AvailableOperationDisplay,
12
- AvailableOperationDisplayPropertyServiceSpecificationMetricsItem,
13
- AvailableOperationDisplayPropertyServiceSpecificationMetricsList,
14
- AvailableOperationsListResponse,
15
- CSRPError,
16
- CSRPErrorBody,
17
- OperationError,
18
- OperationResource,
19
- OperationsGetHeaders
20
- } from "../models/mappers";
@@ -1,20 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- CSRPError,
11
- CSRPErrorBody,
12
- PrivateCloud,
13
- PrivateCloudList,
14
- ResourcePool,
15
- VirtualDisk,
16
- VirtualDiskController,
17
- VirtualMachineTemplate,
18
- VirtualNetwork,
19
- VirtualNic
20
- } from "../models/mappers";
@@ -1,14 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- CSRPError,
11
- CSRPErrorBody,
12
- ResourcePool,
13
- ResourcePoolsListResponse
14
- } from "../models/mappers";
@@ -1,14 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- CSRPError,
11
- CSRPErrorBody,
12
- SkuAvailability,
13
- SkuAvailabilityListResponse
14
- } from "../models/mappers";
@@ -1,15 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- CSRPError,
11
- CSRPErrorBody,
12
- Usage,
13
- UsageListResponse,
14
- UsageName
15
- } from "../models/mappers";
@@ -1,18 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- CSRPError,
11
- CSRPErrorBody,
12
- VirtualDisk,
13
- VirtualDiskController,
14
- VirtualMachineTemplate,
15
- VirtualMachineTemplateListResponse,
16
- VirtualNetwork,
17
- VirtualNic
18
- } from "../models/mappers";
@@ -1,29 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- BaseResource,
11
- CSRPError,
12
- CSRPErrorBody,
13
- DedicatedCloudNode,
14
- DedicatedCloudService,
15
- PatchPayload,
16
- ResourcePool,
17
- Sku,
18
- VirtualDisk,
19
- VirtualDiskController,
20
- VirtualMachine,
21
- VirtualMachineListResponse,
22
- VirtualMachinesCreateOrUpdateHeaders,
23
- VirtualMachinesDeleteHeaders,
24
- VirtualMachinesStartHeaders,
25
- VirtualMachinesStopHeaders,
26
- VirtualMachineStopMode,
27
- VirtualNetwork,
28
- VirtualNic
29
- } from "../models/mappers";
@@ -1,14 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- export {
10
- CSRPError,
11
- CSRPErrorBody,
12
- VirtualNetwork,
13
- VirtualNetworkListResponse
14
- } from "../models/mappers";
@@ -1,67 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
-
11
- import * as msRest from "@azure/ms-rest-js";
12
- import { TokenCredential } from "@azure/core-auth";
13
- import * as Models from "./models";
14
- import * as Mappers from "./models/mappers";
15
- import * as operations from "./operations";
16
- import { VMwareCloudSimpleClientContext } from "./vMwareCloudSimpleClientContext";
17
-
18
-
19
- class VMwareCloudSimpleClient extends VMwareCloudSimpleClientContext {
20
- // Operation groups
21
- operations: operations.Operations;
22
- dedicatedCloudNodes: operations.DedicatedCloudNodes;
23
- dedicatedCloudServices: operations.DedicatedCloudServices;
24
- skusAvailability: operations.SkusAvailability;
25
- privateClouds: operations.PrivateClouds;
26
- resourcePools: operations.ResourcePools;
27
- virtualMachineTemplates: operations.VirtualMachineTemplates;
28
- virtualNetworks: operations.VirtualNetworks;
29
- usages: operations.Usages;
30
- virtualMachines: operations.VirtualMachines;
31
-
32
- /**
33
- * Initializes a new instance of the VMwareCloudSimpleClient class.
34
- * @param credentials Credentials needed for the client to connect to Azure. Credentials
35
- * implementing the TokenCredential interface from the @azure/identity package are recommended. For
36
- * more information about these credentials, see
37
- * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
38
- * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
39
- * @azure/ms-rest-browserauth are also supported.
40
- * @param subscriptionId The subscription ID.
41
- * @param referer referer url
42
- * @param [options] The parameter options
43
- */
44
- constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, referer: string, options?: Models.VMwareCloudSimpleClientOptions) {
45
- super(credentials, subscriptionId, referer, options);
46
- this.operations = new operations.Operations(this);
47
- this.dedicatedCloudNodes = new operations.DedicatedCloudNodes(this);
48
- this.dedicatedCloudServices = new operations.DedicatedCloudServices(this);
49
- this.skusAvailability = new operations.SkusAvailability(this);
50
- this.privateClouds = new operations.PrivateClouds(this);
51
- this.resourcePools = new operations.ResourcePools(this);
52
- this.virtualMachineTemplates = new operations.VirtualMachineTemplates(this);
53
- this.virtualNetworks = new operations.VirtualNetworks(this);
54
- this.usages = new operations.Usages(this);
55
- this.virtualMachines = new operations.VirtualMachines(this);
56
- }
57
- }
58
-
59
- // Operation Specifications
60
-
61
- export {
62
- VMwareCloudSimpleClient,
63
- VMwareCloudSimpleClientContext,
64
- Models as VMwareCloudSimpleModels,
65
- Mappers as VMwareCloudSimpleMappers
66
- };
67
- export * from "./operations";