@azure/arm-connectedvmware 1.0.0-alpha.20250107.1 → 1.0.0-alpha.20250109.1

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 (928) hide show
  1. package/README.md +4 -4
  2. package/dist/browser/azureArcVMwareManagementServiceAPI.d.ts +32 -0
  3. package/dist/browser/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
  4. package/dist/browser/azureArcVMwareManagementServiceAPI.js +106 -0
  5. package/dist/browser/azureArcVMwareManagementServiceAPI.js.map +1 -0
  6. package/dist/browser/index.d.ts +5 -0
  7. package/dist/browser/index.d.ts.map +1 -0
  8. package/dist/browser/index.js +13 -0
  9. package/dist/browser/index.js.map +1 -0
  10. package/dist/browser/lroImpl.js.map +1 -0
  11. package/dist/browser/models/index.js.map +1 -0
  12. package/dist/browser/models/mappers.js.map +1 -0
  13. package/dist/browser/models/parameters.js +245 -0
  14. package/dist/browser/models/parameters.js.map +1 -0
  15. package/dist/browser/operations/clusters.d.ts +96 -0
  16. package/dist/browser/operations/clusters.d.ts.map +1 -0
  17. package/dist/browser/operations/clusters.js +477 -0
  18. package/dist/browser/operations/clusters.js.map +1 -0
  19. package/dist/browser/operations/datastores.d.ts +96 -0
  20. package/dist/browser/operations/datastores.d.ts.map +1 -0
  21. package/dist/browser/operations/datastores.js +477 -0
  22. package/dist/browser/operations/datastores.js.map +1 -0
  23. package/dist/browser/operations/hosts.d.ts +96 -0
  24. package/dist/browser/operations/hosts.d.ts.map +1 -0
  25. package/dist/browser/operations/hosts.js +477 -0
  26. package/dist/browser/operations/hosts.js.map +1 -0
  27. package/dist/browser/operations/index.d.ts +13 -0
  28. package/dist/browser/operations/index.d.ts.map +1 -0
  29. package/dist/browser/operations/index.js +20 -0
  30. package/dist/browser/operations/index.js.map +1 -0
  31. package/dist/browser/operations/inventoryItems.d.ts +62 -0
  32. package/dist/browser/operations/inventoryItems.d.ts.map +1 -0
  33. package/dist/browser/operations/inventoryItems.js +247 -0
  34. package/dist/browser/operations/inventoryItems.js.map +1 -0
  35. package/dist/browser/operations/operations.d.ts +32 -0
  36. package/dist/browser/operations/operations.d.ts.map +1 -0
  37. package/dist/browser/operations/operations.js +133 -0
  38. package/dist/browser/operations/operations.js.map +1 -0
  39. package/dist/browser/operations/resourcePools.d.ts +96 -0
  40. package/dist/browser/operations/resourcePools.d.ts.map +1 -0
  41. package/dist/browser/operations/resourcePools.js +477 -0
  42. package/dist/browser/operations/resourcePools.js.map +1 -0
  43. package/dist/browser/operations/vCenters.d.ts +96 -0
  44. package/dist/browser/operations/vCenters.d.ts.map +1 -0
  45. package/dist/browser/operations/vCenters.js +477 -0
  46. package/dist/browser/operations/vCenters.js.map +1 -0
  47. package/dist/browser/operations/vMInstanceGuestAgents.d.ts +74 -0
  48. package/dist/browser/operations/vMInstanceGuestAgents.d.ts.map +1 -0
  49. package/dist/browser/operations/vMInstanceGuestAgents.js +325 -0
  50. package/dist/browser/operations/vMInstanceGuestAgents.js.map +1 -0
  51. package/dist/browser/operations/virtualMachineInstances.d.ts +132 -0
  52. package/dist/browser/operations/virtualMachineInstances.d.ts.map +1 -0
  53. package/dist/browser/operations/virtualMachineInstances.js +644 -0
  54. package/dist/browser/operations/virtualMachineInstances.js.map +1 -0
  55. package/dist/browser/operations/virtualMachineTemplates.d.ts +96 -0
  56. package/dist/browser/operations/virtualMachineTemplates.d.ts.map +1 -0
  57. package/dist/browser/operations/virtualMachineTemplates.js +477 -0
  58. package/dist/browser/operations/virtualMachineTemplates.js.map +1 -0
  59. package/dist/browser/operations/virtualNetworks.d.ts +96 -0
  60. package/dist/browser/operations/virtualNetworks.d.ts.map +1 -0
  61. package/dist/browser/operations/virtualNetworks.js +477 -0
  62. package/dist/browser/operations/virtualNetworks.js.map +1 -0
  63. package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
  64. package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
  65. package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
  66. package/dist/browser/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
  67. package/dist/browser/operationsInterfaces/clusters.d.ts +60 -0
  68. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
  70. package/dist/browser/operationsInterfaces/datastores.d.ts +60 -0
  71. package/dist/browser/operationsInterfaces/datastores.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/datastores.js.map +1 -0
  73. package/dist/browser/operationsInterfaces/hosts.d.ts +60 -0
  74. package/dist/browser/operationsInterfaces/hosts.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/hosts.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/index.d.ts +13 -0
  77. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/index.js +20 -0
  79. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  80. package/dist/browser/operationsInterfaces/inventoryItems.d.ts +37 -0
  81. package/dist/browser/operationsInterfaces/inventoryItems.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/inventoryItems.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  84. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  86. package/dist/browser/operationsInterfaces/resourcePools.d.ts +60 -0
  87. package/dist/browser/operationsInterfaces/resourcePools.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/resourcePools.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/vCenters.d.ts +60 -0
  90. package/dist/browser/operationsInterfaces/vCenters.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/vCenters.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
  93. package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
  96. package/dist/browser/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/virtualMachineInstances.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
  99. package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/virtualNetworks.d.ts +60 -0
  102. package/dist/browser/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/virtualNetworks.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
  105. package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
  107. package/dist/browser/package.json +3 -0
  108. package/dist/browser/pagingHelper.js.map +1 -0
  109. package/dist/commonjs/azureArcVMwareManagementServiceAPI.d.ts +32 -0
  110. package/dist/commonjs/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
  111. package/dist/commonjs/azureArcVMwareManagementServiceAPI.js +111 -0
  112. package/dist/commonjs/azureArcVMwareManagementServiceAPI.js.map +1 -0
  113. package/dist/commonjs/index.d.ts +5 -0
  114. package/dist/commonjs/index.d.ts.map +1 -0
  115. package/dist/commonjs/index.js +19 -0
  116. package/dist/commonjs/index.js.map +1 -0
  117. package/dist/commonjs/lroImpl.d.ts +11 -0
  118. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  119. package/dist/commonjs/lroImpl.js +24 -0
  120. package/dist/commonjs/lroImpl.js.map +1 -0
  121. package/dist/commonjs/models/index.d.ts +2381 -0
  122. package/dist/commonjs/models/index.d.ts.map +1 -0
  123. package/dist/commonjs/models/index.js +179 -0
  124. package/dist/commonjs/models/index.js.map +1 -0
  125. package/dist/commonjs/models/mappers.d.ts +91 -0
  126. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  127. package/dist/commonjs/models/mappers.js +3386 -0
  128. package/dist/commonjs/models/mappers.js.map +1 -0
  129. package/dist/commonjs/models/parameters.d.ts +33 -0
  130. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  131. package/dist/commonjs/models/parameters.js +248 -0
  132. package/dist/commonjs/models/parameters.js.map +1 -0
  133. package/dist/commonjs/operations/clusters.d.ts +96 -0
  134. package/dist/commonjs/operations/clusters.d.ts.map +1 -0
  135. package/dist/commonjs/operations/clusters.js +481 -0
  136. package/dist/commonjs/operations/clusters.js.map +1 -0
  137. package/dist/commonjs/operations/datastores.d.ts +96 -0
  138. package/dist/commonjs/operations/datastores.d.ts.map +1 -0
  139. package/dist/commonjs/operations/datastores.js +481 -0
  140. package/dist/commonjs/operations/datastores.js.map +1 -0
  141. package/dist/commonjs/operations/hosts.d.ts +96 -0
  142. package/dist/commonjs/operations/hosts.d.ts.map +1 -0
  143. package/dist/commonjs/operations/hosts.js +481 -0
  144. package/dist/commonjs/operations/hosts.js.map +1 -0
  145. package/dist/commonjs/operations/index.d.ts +13 -0
  146. package/dist/commonjs/operations/index.d.ts.map +1 -0
  147. package/dist/commonjs/operations/index.js +23 -0
  148. package/dist/commonjs/operations/index.js.map +1 -0
  149. package/dist/commonjs/operations/inventoryItems.d.ts +62 -0
  150. package/dist/commonjs/operations/inventoryItems.d.ts.map +1 -0
  151. package/dist/commonjs/operations/inventoryItems.js +251 -0
  152. package/dist/commonjs/operations/inventoryItems.js.map +1 -0
  153. package/dist/commonjs/operations/operations.d.ts +32 -0
  154. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  155. package/dist/commonjs/operations/operations.js +137 -0
  156. package/dist/commonjs/operations/operations.js.map +1 -0
  157. package/dist/commonjs/operations/resourcePools.d.ts +96 -0
  158. package/dist/commonjs/operations/resourcePools.d.ts.map +1 -0
  159. package/dist/commonjs/operations/resourcePools.js +481 -0
  160. package/dist/commonjs/operations/resourcePools.js.map +1 -0
  161. package/dist/commonjs/operations/vCenters.d.ts +96 -0
  162. package/dist/commonjs/operations/vCenters.d.ts.map +1 -0
  163. package/dist/commonjs/operations/vCenters.js +481 -0
  164. package/dist/commonjs/operations/vCenters.js.map +1 -0
  165. package/dist/commonjs/operations/vMInstanceGuestAgents.d.ts +74 -0
  166. package/dist/commonjs/operations/vMInstanceGuestAgents.d.ts.map +1 -0
  167. package/dist/commonjs/operations/vMInstanceGuestAgents.js +329 -0
  168. package/dist/commonjs/operations/vMInstanceGuestAgents.js.map +1 -0
  169. package/dist/commonjs/operations/virtualMachineInstances.d.ts +132 -0
  170. package/dist/commonjs/operations/virtualMachineInstances.d.ts.map +1 -0
  171. package/dist/commonjs/operations/virtualMachineInstances.js +648 -0
  172. package/dist/commonjs/operations/virtualMachineInstances.js.map +1 -0
  173. package/dist/commonjs/operations/virtualMachineTemplates.d.ts +96 -0
  174. package/dist/commonjs/operations/virtualMachineTemplates.d.ts.map +1 -0
  175. package/dist/commonjs/operations/virtualMachineTemplates.js +481 -0
  176. package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -0
  177. package/dist/commonjs/operations/virtualNetworks.d.ts +96 -0
  178. package/dist/commonjs/operations/virtualNetworks.d.ts.map +1 -0
  179. package/dist/commonjs/operations/virtualNetworks.js +481 -0
  180. package/dist/commonjs/operations/virtualNetworks.js.map +1 -0
  181. package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
  182. package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
  183. package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.js +172 -0
  184. package/dist/commonjs/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/clusters.d.ts +60 -0
  186. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/datastores.d.ts +60 -0
  190. package/dist/commonjs/operationsInterfaces/datastores.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/datastores.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/datastores.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/hosts.d.ts +60 -0
  194. package/dist/commonjs/operationsInterfaces/hosts.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/hosts.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/hosts.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/index.d.ts +13 -0
  198. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/index.js +23 -0
  200. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts +37 -0
  202. package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/inventoryItems.js +10 -0
  204. package/dist/commonjs/operationsInterfaces/inventoryItems.js.map +1 -0
  205. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  206. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  207. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  208. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  209. package/dist/commonjs/operationsInterfaces/resourcePools.d.ts +60 -0
  210. package/dist/commonjs/operationsInterfaces/resourcePools.d.ts.map +1 -0
  211. package/dist/commonjs/operationsInterfaces/resourcePools.js +10 -0
  212. package/dist/commonjs/operationsInterfaces/resourcePools.js.map +1 -0
  213. package/dist/commonjs/operationsInterfaces/vCenters.d.ts +60 -0
  214. package/dist/commonjs/operationsInterfaces/vCenters.d.ts.map +1 -0
  215. package/dist/commonjs/operationsInterfaces/vCenters.js +10 -0
  216. package/dist/commonjs/operationsInterfaces/vCenters.js.map +1 -0
  217. package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
  218. package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
  219. package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.js +10 -0
  220. package/dist/commonjs/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
  221. package/dist/commonjs/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
  222. package/dist/commonjs/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
  223. package/dist/commonjs/operationsInterfaces/virtualMachineInstances.js +10 -0
  224. package/dist/commonjs/operationsInterfaces/virtualMachineInstances.js.map +1 -0
  225. package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
  226. package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  227. package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.js +10 -0
  228. package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  229. package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts +60 -0
  230. package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  231. package/dist/commonjs/operationsInterfaces/virtualNetworks.js +10 -0
  232. package/dist/commonjs/operationsInterfaces/virtualNetworks.js.map +1 -0
  233. package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
  234. package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
  235. package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +10 -0
  236. package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
  237. package/dist/commonjs/package.json +3 -0
  238. package/dist/commonjs/pagingHelper.d.ts +13 -0
  239. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  240. package/dist/commonjs/pagingHelper.js +36 -0
  241. package/dist/commonjs/pagingHelper.js.map +1 -0
  242. package/dist/esm/azureArcVMwareManagementServiceAPI.d.ts +32 -0
  243. package/dist/esm/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
  244. package/dist/esm/azureArcVMwareManagementServiceAPI.js +106 -0
  245. package/dist/esm/azureArcVMwareManagementServiceAPI.js.map +1 -0
  246. package/dist/esm/index.d.ts +5 -0
  247. package/dist/esm/index.d.ts.map +1 -0
  248. package/dist/esm/index.js +13 -0
  249. package/dist/esm/index.js.map +1 -0
  250. package/dist/esm/lroImpl.d.ts +11 -0
  251. package/dist/esm/lroImpl.d.ts.map +1 -0
  252. package/dist/esm/lroImpl.js +21 -0
  253. package/dist/esm/lroImpl.js.map +1 -0
  254. package/dist/esm/models/index.d.ts +2381 -0
  255. package/dist/esm/models/index.d.ts.map +1 -0
  256. package/dist/esm/models/index.js +176 -0
  257. package/dist/esm/models/index.js.map +1 -0
  258. package/dist/esm/models/mappers.d.ts +91 -0
  259. package/dist/esm/models/mappers.d.ts.map +1 -0
  260. package/dist/esm/models/mappers.js +3382 -0
  261. package/dist/esm/models/mappers.js.map +1 -0
  262. package/dist/esm/models/parameters.d.ts +33 -0
  263. package/dist/esm/models/parameters.d.ts.map +1 -0
  264. package/dist/esm/models/parameters.js +245 -0
  265. package/dist/esm/models/parameters.js.map +1 -0
  266. package/dist/esm/operations/clusters.d.ts +96 -0
  267. package/dist/esm/operations/clusters.d.ts.map +1 -0
  268. package/dist/esm/operations/clusters.js +477 -0
  269. package/dist/esm/operations/clusters.js.map +1 -0
  270. package/dist/esm/operations/datastores.d.ts +96 -0
  271. package/dist/esm/operations/datastores.d.ts.map +1 -0
  272. package/dist/esm/operations/datastores.js +477 -0
  273. package/dist/esm/operations/datastores.js.map +1 -0
  274. package/dist/esm/operations/hosts.d.ts +96 -0
  275. package/dist/esm/operations/hosts.d.ts.map +1 -0
  276. package/dist/esm/operations/hosts.js +477 -0
  277. package/dist/esm/operations/hosts.js.map +1 -0
  278. package/dist/esm/operations/index.d.ts +13 -0
  279. package/dist/esm/operations/index.d.ts.map +1 -0
  280. package/dist/esm/operations/index.js +20 -0
  281. package/dist/esm/operations/index.js.map +1 -0
  282. package/dist/esm/operations/inventoryItems.d.ts +62 -0
  283. package/dist/esm/operations/inventoryItems.d.ts.map +1 -0
  284. package/dist/esm/operations/inventoryItems.js +247 -0
  285. package/dist/esm/operations/inventoryItems.js.map +1 -0
  286. package/dist/esm/operations/operations.d.ts +32 -0
  287. package/dist/esm/operations/operations.d.ts.map +1 -0
  288. package/dist/esm/operations/operations.js +133 -0
  289. package/dist/esm/operations/operations.js.map +1 -0
  290. package/dist/esm/operations/resourcePools.d.ts +96 -0
  291. package/dist/esm/operations/resourcePools.d.ts.map +1 -0
  292. package/dist/esm/operations/resourcePools.js +477 -0
  293. package/dist/esm/operations/resourcePools.js.map +1 -0
  294. package/dist/esm/operations/vCenters.d.ts +96 -0
  295. package/dist/esm/operations/vCenters.d.ts.map +1 -0
  296. package/dist/esm/operations/vCenters.js +477 -0
  297. package/dist/esm/operations/vCenters.js.map +1 -0
  298. package/dist/esm/operations/vMInstanceGuestAgents.d.ts +74 -0
  299. package/dist/esm/operations/vMInstanceGuestAgents.d.ts.map +1 -0
  300. package/dist/esm/operations/vMInstanceGuestAgents.js +325 -0
  301. package/dist/esm/operations/vMInstanceGuestAgents.js.map +1 -0
  302. package/dist/esm/operations/virtualMachineInstances.d.ts +132 -0
  303. package/dist/esm/operations/virtualMachineInstances.d.ts.map +1 -0
  304. package/dist/esm/operations/virtualMachineInstances.js +644 -0
  305. package/dist/esm/operations/virtualMachineInstances.js.map +1 -0
  306. package/dist/esm/operations/virtualMachineTemplates.d.ts +96 -0
  307. package/dist/esm/operations/virtualMachineTemplates.d.ts.map +1 -0
  308. package/dist/esm/operations/virtualMachineTemplates.js +477 -0
  309. package/dist/esm/operations/virtualMachineTemplates.js.map +1 -0
  310. package/dist/esm/operations/virtualNetworks.d.ts +96 -0
  311. package/dist/esm/operations/virtualNetworks.d.ts.map +1 -0
  312. package/dist/esm/operations/virtualNetworks.js +477 -0
  313. package/dist/esm/operations/virtualNetworks.js.map +1 -0
  314. package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
  315. package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
  316. package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
  317. package/dist/esm/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
  318. package/dist/esm/operationsInterfaces/clusters.d.ts +60 -0
  319. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
  320. package/dist/esm/operationsInterfaces/clusters.js +9 -0
  321. package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
  322. package/dist/esm/operationsInterfaces/datastores.d.ts +60 -0
  323. package/dist/esm/operationsInterfaces/datastores.d.ts.map +1 -0
  324. package/dist/esm/operationsInterfaces/datastores.js +9 -0
  325. package/dist/esm/operationsInterfaces/datastores.js.map +1 -0
  326. package/dist/esm/operationsInterfaces/hosts.d.ts +60 -0
  327. package/dist/esm/operationsInterfaces/hosts.d.ts.map +1 -0
  328. package/dist/esm/operationsInterfaces/hosts.js +9 -0
  329. package/dist/esm/operationsInterfaces/hosts.js.map +1 -0
  330. package/dist/esm/operationsInterfaces/index.d.ts +13 -0
  331. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  332. package/dist/esm/operationsInterfaces/index.js +20 -0
  333. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  334. package/dist/esm/operationsInterfaces/inventoryItems.d.ts +37 -0
  335. package/dist/esm/operationsInterfaces/inventoryItems.d.ts.map +1 -0
  336. package/dist/esm/operationsInterfaces/inventoryItems.js +9 -0
  337. package/dist/esm/operationsInterfaces/inventoryItems.js.map +1 -0
  338. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  339. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  340. package/dist/esm/operationsInterfaces/operations.js +9 -0
  341. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  342. package/dist/esm/operationsInterfaces/resourcePools.d.ts +60 -0
  343. package/dist/esm/operationsInterfaces/resourcePools.d.ts.map +1 -0
  344. package/dist/esm/operationsInterfaces/resourcePools.js +9 -0
  345. package/dist/esm/operationsInterfaces/resourcePools.js.map +1 -0
  346. package/dist/esm/operationsInterfaces/vCenters.d.ts +60 -0
  347. package/dist/esm/operationsInterfaces/vCenters.d.ts.map +1 -0
  348. package/dist/esm/operationsInterfaces/vCenters.js +9 -0
  349. package/dist/esm/operationsInterfaces/vCenters.js.map +1 -0
  350. package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
  351. package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
  352. package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.js +9 -0
  353. package/dist/esm/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
  354. package/dist/esm/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
  355. package/dist/esm/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
  356. package/dist/esm/operationsInterfaces/virtualMachineInstances.js +9 -0
  357. package/dist/esm/operationsInterfaces/virtualMachineInstances.js.map +1 -0
  358. package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
  359. package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  360. package/dist/esm/operationsInterfaces/virtualMachineTemplates.js +9 -0
  361. package/dist/esm/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  362. package/dist/esm/operationsInterfaces/virtualNetworks.d.ts +60 -0
  363. package/dist/esm/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  364. package/dist/esm/operationsInterfaces/virtualNetworks.js +9 -0
  365. package/dist/esm/operationsInterfaces/virtualNetworks.js.map +1 -0
  366. package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
  367. package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
  368. package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +9 -0
  369. package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
  370. package/dist/esm/package.json +3 -0
  371. package/dist/esm/pagingHelper.d.ts +13 -0
  372. package/dist/esm/pagingHelper.d.ts.map +1 -0
  373. package/dist/esm/pagingHelper.js +32 -0
  374. package/dist/esm/pagingHelper.js.map +1 -0
  375. package/dist/react-native/azureArcVMwareManagementServiceAPI.d.ts +32 -0
  376. package/dist/react-native/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
  377. package/dist/react-native/azureArcVMwareManagementServiceAPI.js +106 -0
  378. package/dist/react-native/azureArcVMwareManagementServiceAPI.js.map +1 -0
  379. package/dist/react-native/index.d.ts +5 -0
  380. package/dist/react-native/index.d.ts.map +1 -0
  381. package/dist/react-native/index.js +13 -0
  382. package/dist/react-native/index.js.map +1 -0
  383. package/dist/react-native/lroImpl.d.ts +11 -0
  384. package/dist/react-native/lroImpl.d.ts.map +1 -0
  385. package/dist/react-native/lroImpl.js +21 -0
  386. package/dist/react-native/lroImpl.js.map +1 -0
  387. package/dist/react-native/models/index.d.ts +2381 -0
  388. package/dist/react-native/models/index.d.ts.map +1 -0
  389. package/dist/react-native/models/index.js +176 -0
  390. package/dist/react-native/models/index.js.map +1 -0
  391. package/dist/react-native/models/mappers.d.ts +91 -0
  392. package/dist/react-native/models/mappers.d.ts.map +1 -0
  393. package/dist/react-native/models/mappers.js +3382 -0
  394. package/dist/react-native/models/mappers.js.map +1 -0
  395. package/dist/react-native/models/parameters.d.ts +33 -0
  396. package/dist/react-native/models/parameters.d.ts.map +1 -0
  397. package/dist/react-native/models/parameters.js +245 -0
  398. package/dist/react-native/models/parameters.js.map +1 -0
  399. package/dist/react-native/operations/clusters.d.ts +96 -0
  400. package/dist/react-native/operations/clusters.d.ts.map +1 -0
  401. package/dist/react-native/operations/clusters.js +477 -0
  402. package/dist/react-native/operations/clusters.js.map +1 -0
  403. package/dist/react-native/operations/datastores.d.ts +96 -0
  404. package/dist/react-native/operations/datastores.d.ts.map +1 -0
  405. package/dist/react-native/operations/datastores.js +477 -0
  406. package/dist/react-native/operations/datastores.js.map +1 -0
  407. package/dist/react-native/operations/hosts.d.ts +96 -0
  408. package/dist/react-native/operations/hosts.d.ts.map +1 -0
  409. package/dist/react-native/operations/hosts.js +477 -0
  410. package/dist/react-native/operations/hosts.js.map +1 -0
  411. package/dist/react-native/operations/index.d.ts +13 -0
  412. package/dist/react-native/operations/index.d.ts.map +1 -0
  413. package/dist/react-native/operations/index.js +20 -0
  414. package/dist/react-native/operations/index.js.map +1 -0
  415. package/dist/react-native/operations/inventoryItems.d.ts +62 -0
  416. package/dist/react-native/operations/inventoryItems.d.ts.map +1 -0
  417. package/dist/react-native/operations/inventoryItems.js +247 -0
  418. package/dist/react-native/operations/inventoryItems.js.map +1 -0
  419. package/dist/react-native/operations/operations.d.ts +32 -0
  420. package/dist/react-native/operations/operations.d.ts.map +1 -0
  421. package/dist/react-native/operations/operations.js +133 -0
  422. package/dist/react-native/operations/operations.js.map +1 -0
  423. package/dist/react-native/operations/resourcePools.d.ts +96 -0
  424. package/dist/react-native/operations/resourcePools.d.ts.map +1 -0
  425. package/dist/react-native/operations/resourcePools.js +477 -0
  426. package/dist/react-native/operations/resourcePools.js.map +1 -0
  427. package/dist/react-native/operations/vCenters.d.ts +96 -0
  428. package/dist/react-native/operations/vCenters.d.ts.map +1 -0
  429. package/dist/react-native/operations/vCenters.js +477 -0
  430. package/dist/react-native/operations/vCenters.js.map +1 -0
  431. package/dist/react-native/operations/vMInstanceGuestAgents.d.ts +74 -0
  432. package/dist/react-native/operations/vMInstanceGuestAgents.d.ts.map +1 -0
  433. package/dist/react-native/operations/vMInstanceGuestAgents.js +325 -0
  434. package/dist/react-native/operations/vMInstanceGuestAgents.js.map +1 -0
  435. package/dist/react-native/operations/virtualMachineInstances.d.ts +132 -0
  436. package/dist/react-native/operations/virtualMachineInstances.d.ts.map +1 -0
  437. package/dist/react-native/operations/virtualMachineInstances.js +644 -0
  438. package/dist/react-native/operations/virtualMachineInstances.js.map +1 -0
  439. package/dist/react-native/operations/virtualMachineTemplates.d.ts +96 -0
  440. package/dist/react-native/operations/virtualMachineTemplates.d.ts.map +1 -0
  441. package/dist/react-native/operations/virtualMachineTemplates.js +477 -0
  442. package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -0
  443. package/dist/react-native/operations/virtualNetworks.d.ts +96 -0
  444. package/dist/react-native/operations/virtualNetworks.d.ts.map +1 -0
  445. package/dist/react-native/operations/virtualNetworks.js +477 -0
  446. package/dist/react-native/operations/virtualNetworks.js.map +1 -0
  447. package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +45 -0
  448. package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
  449. package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.js +168 -0
  450. package/dist/react-native/operations/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
  451. package/dist/react-native/operationsInterfaces/clusters.d.ts +60 -0
  452. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
  453. package/dist/react-native/operationsInterfaces/clusters.js +9 -0
  454. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
  455. package/dist/react-native/operationsInterfaces/datastores.d.ts +60 -0
  456. package/dist/react-native/operationsInterfaces/datastores.d.ts.map +1 -0
  457. package/dist/react-native/operationsInterfaces/datastores.js +9 -0
  458. package/dist/react-native/operationsInterfaces/datastores.js.map +1 -0
  459. package/dist/react-native/operationsInterfaces/hosts.d.ts +60 -0
  460. package/dist/react-native/operationsInterfaces/hosts.d.ts.map +1 -0
  461. package/dist/react-native/operationsInterfaces/hosts.js +9 -0
  462. package/dist/react-native/operationsInterfaces/hosts.js.map +1 -0
  463. package/dist/react-native/operationsInterfaces/index.d.ts +13 -0
  464. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  465. package/dist/react-native/operationsInterfaces/index.js +20 -0
  466. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  467. package/dist/react-native/operationsInterfaces/inventoryItems.d.ts +37 -0
  468. package/dist/react-native/operationsInterfaces/inventoryItems.d.ts.map +1 -0
  469. package/dist/react-native/operationsInterfaces/inventoryItems.js +9 -0
  470. package/dist/react-native/operationsInterfaces/inventoryItems.js.map +1 -0
  471. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  472. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  473. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  474. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  475. package/dist/react-native/operationsInterfaces/resourcePools.d.ts +60 -0
  476. package/dist/react-native/operationsInterfaces/resourcePools.d.ts.map +1 -0
  477. package/dist/react-native/operationsInterfaces/resourcePools.js +9 -0
  478. package/dist/react-native/operationsInterfaces/resourcePools.js.map +1 -0
  479. package/dist/react-native/operationsInterfaces/vCenters.d.ts +60 -0
  480. package/dist/react-native/operationsInterfaces/vCenters.d.ts.map +1 -0
  481. package/dist/react-native/operationsInterfaces/vCenters.js +9 -0
  482. package/dist/react-native/operationsInterfaces/vCenters.js.map +1 -0
  483. package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.d.ts +49 -0
  484. package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +1 -0
  485. package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.js +9 -0
  486. package/dist/react-native/operationsInterfaces/vMInstanceGuestAgents.js.map +1 -0
  487. package/dist/react-native/operationsInterfaces/virtualMachineInstances.d.ts +107 -0
  488. package/dist/react-native/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
  489. package/dist/react-native/operationsInterfaces/virtualMachineInstances.js +9 -0
  490. package/dist/react-native/operationsInterfaces/virtualMachineInstances.js.map +1 -0
  491. package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
  492. package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  493. package/dist/react-native/operationsInterfaces/virtualMachineTemplates.js +9 -0
  494. package/dist/react-native/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  495. package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts +60 -0
  496. package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  497. package/dist/react-native/operationsInterfaces/virtualNetworks.js +9 -0
  498. package/dist/react-native/operationsInterfaces/virtualNetworks.js.map +1 -0
  499. package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +20 -0
  500. package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +1 -0
  501. package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +9 -0
  502. package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +1 -0
  503. package/dist/react-native/package.json +3 -0
  504. package/dist/react-native/pagingHelper.d.ts +13 -0
  505. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  506. package/dist/react-native/pagingHelper.js +32 -0
  507. package/dist/react-native/pagingHelper.js.map +1 -0
  508. package/package.json +59 -29
  509. package/dist/index.js +0 -8941
  510. package/dist/index.js.map +0 -1
  511. package/dist/index.min.js +0 -1
  512. package/dist/index.min.js.map +0 -1
  513. package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
  514. package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
  515. package/dist-esm/samples-dev/clustersCreateSample.js +0 -49
  516. package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
  517. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  518. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  519. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
  520. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  521. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  522. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  523. package/dist-esm/samples-dev/clustersGetSample.js +0 -39
  524. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  525. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  526. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  527. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
  528. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  529. package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
  530. package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
  531. package/dist-esm/samples-dev/clustersListSample.js +0 -53
  532. package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
  533. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  534. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  535. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -41
  536. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  537. package/dist-esm/samples-dev/datastoresCreateSample.d.ts +0 -2
  538. package/dist-esm/samples-dev/datastoresCreateSample.d.ts.map +0 -1
  539. package/dist-esm/samples-dev/datastoresCreateSample.js +0 -49
  540. package/dist-esm/samples-dev/datastoresCreateSample.js.map +0 -1
  541. package/dist-esm/samples-dev/datastoresDeleteSample.d.ts +0 -2
  542. package/dist-esm/samples-dev/datastoresDeleteSample.d.ts.map +0 -1
  543. package/dist-esm/samples-dev/datastoresDeleteSample.js +0 -39
  544. package/dist-esm/samples-dev/datastoresDeleteSample.js.map +0 -1
  545. package/dist-esm/samples-dev/datastoresGetSample.d.ts +0 -2
  546. package/dist-esm/samples-dev/datastoresGetSample.d.ts.map +0 -1
  547. package/dist-esm/samples-dev/datastoresGetSample.js +0 -39
  548. package/dist-esm/samples-dev/datastoresGetSample.js.map +0 -1
  549. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts +0 -2
  550. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts.map +0 -1
  551. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js +0 -54
  552. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js.map +0 -1
  553. package/dist-esm/samples-dev/datastoresListSample.d.ts +0 -2
  554. package/dist-esm/samples-dev/datastoresListSample.d.ts.map +0 -1
  555. package/dist-esm/samples-dev/datastoresListSample.js +0 -53
  556. package/dist-esm/samples-dev/datastoresListSample.js.map +0 -1
  557. package/dist-esm/samples-dev/datastoresUpdateSample.d.ts +0 -2
  558. package/dist-esm/samples-dev/datastoresUpdateSample.d.ts.map +0 -1
  559. package/dist-esm/samples-dev/datastoresUpdateSample.js +0 -41
  560. package/dist-esm/samples-dev/datastoresUpdateSample.js.map +0 -1
  561. package/dist-esm/samples-dev/hostsCreateSample.d.ts +0 -2
  562. package/dist-esm/samples-dev/hostsCreateSample.d.ts.map +0 -1
  563. package/dist-esm/samples-dev/hostsCreateSample.js +0 -49
  564. package/dist-esm/samples-dev/hostsCreateSample.js.map +0 -1
  565. package/dist-esm/samples-dev/hostsDeleteSample.d.ts +0 -2
  566. package/dist-esm/samples-dev/hostsDeleteSample.d.ts.map +0 -1
  567. package/dist-esm/samples-dev/hostsDeleteSample.js +0 -39
  568. package/dist-esm/samples-dev/hostsDeleteSample.js.map +0 -1
  569. package/dist-esm/samples-dev/hostsGetSample.d.ts +0 -2
  570. package/dist-esm/samples-dev/hostsGetSample.d.ts.map +0 -1
  571. package/dist-esm/samples-dev/hostsGetSample.js +0 -39
  572. package/dist-esm/samples-dev/hostsGetSample.js.map +0 -1
  573. package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts +0 -2
  574. package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts.map +0 -1
  575. package/dist-esm/samples-dev/hostsListByResourceGroupSample.js +0 -54
  576. package/dist-esm/samples-dev/hostsListByResourceGroupSample.js.map +0 -1
  577. package/dist-esm/samples-dev/hostsListSample.d.ts +0 -2
  578. package/dist-esm/samples-dev/hostsListSample.d.ts.map +0 -1
  579. package/dist-esm/samples-dev/hostsListSample.js +0 -53
  580. package/dist-esm/samples-dev/hostsListSample.js.map +0 -1
  581. package/dist-esm/samples-dev/hostsUpdateSample.d.ts +0 -2
  582. package/dist-esm/samples-dev/hostsUpdateSample.d.ts.map +0 -1
  583. package/dist-esm/samples-dev/hostsUpdateSample.js +0 -41
  584. package/dist-esm/samples-dev/hostsUpdateSample.js.map +0 -1
  585. package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts +0 -2
  586. package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts.map +0 -1
  587. package/dist-esm/samples-dev/inventoryItemsCreateSample.js +0 -42
  588. package/dist-esm/samples-dev/inventoryItemsCreateSample.js.map +0 -1
  589. package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts +0 -2
  590. package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts.map +0 -1
  591. package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +0 -40
  592. package/dist-esm/samples-dev/inventoryItemsDeleteSample.js.map +0 -1
  593. package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts +0 -2
  594. package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts.map +0 -1
  595. package/dist-esm/samples-dev/inventoryItemsGetSample.js +0 -40
  596. package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +0 -1
  597. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts +0 -2
  598. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts.map +0 -1
  599. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js +0 -55
  600. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js.map +0 -1
  601. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  602. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  603. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  604. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  605. package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts +0 -2
  606. package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts.map +0 -1
  607. package/dist-esm/samples-dev/resourcePoolsCreateSample.js +0 -49
  608. package/dist-esm/samples-dev/resourcePoolsCreateSample.js.map +0 -1
  609. package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts +0 -2
  610. package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts.map +0 -1
  611. package/dist-esm/samples-dev/resourcePoolsDeleteSample.js +0 -39
  612. package/dist-esm/samples-dev/resourcePoolsDeleteSample.js.map +0 -1
  613. package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts +0 -2
  614. package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts.map +0 -1
  615. package/dist-esm/samples-dev/resourcePoolsGetSample.js +0 -39
  616. package/dist-esm/samples-dev/resourcePoolsGetSample.js.map +0 -1
  617. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts +0 -2
  618. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts.map +0 -1
  619. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js +0 -54
  620. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js.map +0 -1
  621. package/dist-esm/samples-dev/resourcePoolsListSample.d.ts +0 -2
  622. package/dist-esm/samples-dev/resourcePoolsListSample.d.ts.map +0 -1
  623. package/dist-esm/samples-dev/resourcePoolsListSample.js +0 -53
  624. package/dist-esm/samples-dev/resourcePoolsListSample.js.map +0 -1
  625. package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts +0 -2
  626. package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts.map +0 -1
  627. package/dist-esm/samples-dev/resourcePoolsUpdateSample.js +0 -41
  628. package/dist-esm/samples-dev/resourcePoolsUpdateSample.js.map +0 -1
  629. package/dist-esm/samples-dev/vCentersCreateSample.d.ts +0 -2
  630. package/dist-esm/samples-dev/vCentersCreateSample.d.ts.map +0 -1
  631. package/dist-esm/samples-dev/vCentersCreateSample.js +0 -50
  632. package/dist-esm/samples-dev/vCentersCreateSample.js.map +0 -1
  633. package/dist-esm/samples-dev/vCentersDeleteSample.d.ts +0 -2
  634. package/dist-esm/samples-dev/vCentersDeleteSample.d.ts.map +0 -1
  635. package/dist-esm/samples-dev/vCentersDeleteSample.js +0 -39
  636. package/dist-esm/samples-dev/vCentersDeleteSample.js.map +0 -1
  637. package/dist-esm/samples-dev/vCentersGetSample.d.ts +0 -2
  638. package/dist-esm/samples-dev/vCentersGetSample.d.ts.map +0 -1
  639. package/dist-esm/samples-dev/vCentersGetSample.js +0 -39
  640. package/dist-esm/samples-dev/vCentersGetSample.js.map +0 -1
  641. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts +0 -2
  642. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts.map +0 -1
  643. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js +0 -54
  644. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js.map +0 -1
  645. package/dist-esm/samples-dev/vCentersListSample.d.ts +0 -2
  646. package/dist-esm/samples-dev/vCentersListSample.d.ts.map +0 -1
  647. package/dist-esm/samples-dev/vCentersListSample.js +0 -53
  648. package/dist-esm/samples-dev/vCentersListSample.js.map +0 -1
  649. package/dist-esm/samples-dev/vCentersUpdateSample.d.ts +0 -2
  650. package/dist-esm/samples-dev/vCentersUpdateSample.d.ts.map +0 -1
  651. package/dist-esm/samples-dev/vCentersUpdateSample.js +0 -41
  652. package/dist-esm/samples-dev/vCentersUpdateSample.js.map +0 -1
  653. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +0 -2
  654. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +0 -1
  655. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +0 -51
  656. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +0 -1
  657. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +0 -2
  658. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +0 -1
  659. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +0 -36
  660. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +0 -1
  661. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +0 -2
  662. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +0 -1
  663. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +0 -36
  664. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +0 -1
  665. package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +0 -2
  666. package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +0 -1
  667. package/dist-esm/samples-dev/virtualMachineInstancesListSample.js +0 -52
  668. package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +0 -1
  669. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +0 -2
  670. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +0 -1
  671. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +0 -36
  672. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +0 -1
  673. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +0 -2
  674. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +0 -1
  675. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +0 -36
  676. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +0 -1
  677. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +0 -2
  678. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +0 -1
  679. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +0 -38
  680. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +0 -1
  681. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +0 -2
  682. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +0 -1
  683. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +0 -40
  684. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +0 -1
  685. package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts +0 -2
  686. package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts.map +0 -1
  687. package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js +0 -49
  688. package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js.map +0 -1
  689. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts +0 -2
  690. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts.map +0 -1
  691. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +0 -39
  692. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js.map +0 -1
  693. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts +0 -2
  694. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts.map +0 -1
  695. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +0 -39
  696. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +0 -1
  697. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts +0 -2
  698. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts.map +0 -1
  699. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +0 -54
  700. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +0 -1
  701. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts +0 -2
  702. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts.map +0 -1
  703. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +0 -53
  704. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +0 -1
  705. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts +0 -2
  706. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts.map +0 -1
  707. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +0 -41
  708. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +0 -1
  709. package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts +0 -2
  710. package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts.map +0 -1
  711. package/dist-esm/samples-dev/virtualNetworksCreateSample.js +0 -49
  712. package/dist-esm/samples-dev/virtualNetworksCreateSample.js.map +0 -1
  713. package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts +0 -2
  714. package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts.map +0 -1
  715. package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +0 -39
  716. package/dist-esm/samples-dev/virtualNetworksDeleteSample.js.map +0 -1
  717. package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts +0 -2
  718. package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts.map +0 -1
  719. package/dist-esm/samples-dev/virtualNetworksGetSample.js +0 -39
  720. package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +0 -1
  721. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts +0 -2
  722. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts.map +0 -1
  723. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +0 -54
  724. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +0 -1
  725. package/dist-esm/samples-dev/virtualNetworksListSample.d.ts +0 -2
  726. package/dist-esm/samples-dev/virtualNetworksListSample.d.ts.map +0 -1
  727. package/dist-esm/samples-dev/virtualNetworksListSample.js +0 -53
  728. package/dist-esm/samples-dev/virtualNetworksListSample.js.map +0 -1
  729. package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts +0 -2
  730. package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts.map +0 -1
  731. package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +0 -41
  732. package/dist-esm/samples-dev/virtualNetworksUpdateSample.js.map +0 -1
  733. package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.d.ts +0 -2
  734. package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.d.ts.map +0 -1
  735. package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.js +0 -43
  736. package/dist-esm/samples-dev/vmInstanceGuestAgentsCreateSample.js.map +0 -1
  737. package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.d.ts +0 -2
  738. package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.d.ts.map +0 -1
  739. package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.js +0 -36
  740. package/dist-esm/samples-dev/vmInstanceGuestAgentsDeleteSample.js.map +0 -1
  741. package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.d.ts +0 -2
  742. package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.d.ts.map +0 -1
  743. package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.js +0 -36
  744. package/dist-esm/samples-dev/vmInstanceGuestAgentsGetSample.js.map +0 -1
  745. package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.d.ts +0 -2
  746. package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.d.ts.map +0 -1
  747. package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.js +0 -52
  748. package/dist-esm/samples-dev/vmInstanceGuestAgentsListSample.js.map +0 -1
  749. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.d.ts +0 -2
  750. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.d.ts.map +0 -1
  751. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.js +0 -36
  752. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataGetSample.js.map +0 -1
  753. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.d.ts +0 -2
  754. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.d.ts.map +0 -1
  755. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.js +0 -52
  756. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadataListSample.js.map +0 -1
  757. package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts +0 -32
  758. package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts.map +0 -1
  759. package/dist-esm/src/azureArcVMwareManagementServiceAPI.js +0 -109
  760. package/dist-esm/src/azureArcVMwareManagementServiceAPI.js.map +0 -1
  761. package/dist-esm/src/index.d.ts +0 -5
  762. package/dist-esm/src/index.d.ts.map +0 -1
  763. package/dist-esm/src/index.js +0 -13
  764. package/dist-esm/src/index.js.map +0 -1
  765. package/dist-esm/src/lroImpl.js.map +0 -1
  766. package/dist-esm/src/models/index.js.map +0 -1
  767. package/dist-esm/src/models/mappers.js.map +0 -1
  768. package/dist-esm/src/models/parameters.js +0 -245
  769. package/dist-esm/src/models/parameters.js.map +0 -1
  770. package/dist-esm/src/operations/clusters.d.ts +0 -96
  771. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  772. package/dist-esm/src/operations/clusters.js +0 -485
  773. package/dist-esm/src/operations/clusters.js.map +0 -1
  774. package/dist-esm/src/operations/datastores.d.ts +0 -96
  775. package/dist-esm/src/operations/datastores.d.ts.map +0 -1
  776. package/dist-esm/src/operations/datastores.js +0 -485
  777. package/dist-esm/src/operations/datastores.js.map +0 -1
  778. package/dist-esm/src/operations/hosts.d.ts +0 -96
  779. package/dist-esm/src/operations/hosts.d.ts.map +0 -1
  780. package/dist-esm/src/operations/hosts.js +0 -485
  781. package/dist-esm/src/operations/hosts.js.map +0 -1
  782. package/dist-esm/src/operations/index.d.ts +0 -13
  783. package/dist-esm/src/operations/index.d.ts.map +0 -1
  784. package/dist-esm/src/operations/index.js +0 -20
  785. package/dist-esm/src/operations/index.js.map +0 -1
  786. package/dist-esm/src/operations/inventoryItems.d.ts +0 -62
  787. package/dist-esm/src/operations/inventoryItems.d.ts.map +0 -1
  788. package/dist-esm/src/operations/inventoryItems.js +0 -247
  789. package/dist-esm/src/operations/inventoryItems.js.map +0 -1
  790. package/dist-esm/src/operations/operations.d.ts +0 -32
  791. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  792. package/dist-esm/src/operations/operations.js +0 -133
  793. package/dist-esm/src/operations/operations.js.map +0 -1
  794. package/dist-esm/src/operations/resourcePools.d.ts +0 -96
  795. package/dist-esm/src/operations/resourcePools.d.ts.map +0 -1
  796. package/dist-esm/src/operations/resourcePools.js +0 -485
  797. package/dist-esm/src/operations/resourcePools.js.map +0 -1
  798. package/dist-esm/src/operations/vCenters.d.ts +0 -96
  799. package/dist-esm/src/operations/vCenters.d.ts.map +0 -1
  800. package/dist-esm/src/operations/vCenters.js +0 -485
  801. package/dist-esm/src/operations/vCenters.js.map +0 -1
  802. package/dist-esm/src/operations/vMInstanceGuestAgents.d.ts +0 -74
  803. package/dist-esm/src/operations/vMInstanceGuestAgents.d.ts.map +0 -1
  804. package/dist-esm/src/operations/vMInstanceGuestAgents.js +0 -333
  805. package/dist-esm/src/operations/vMInstanceGuestAgents.js.map +0 -1
  806. package/dist-esm/src/operations/virtualMachineInstances.d.ts +0 -132
  807. package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +0 -1
  808. package/dist-esm/src/operations/virtualMachineInstances.js +0 -668
  809. package/dist-esm/src/operations/virtualMachineInstances.js.map +0 -1
  810. package/dist-esm/src/operations/virtualMachineTemplates.d.ts +0 -96
  811. package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +0 -1
  812. package/dist-esm/src/operations/virtualMachineTemplates.js +0 -485
  813. package/dist-esm/src/operations/virtualMachineTemplates.js.map +0 -1
  814. package/dist-esm/src/operations/virtualNetworks.d.ts +0 -96
  815. package/dist-esm/src/operations/virtualNetworks.d.ts.map +0 -1
  816. package/dist-esm/src/operations/virtualNetworks.js +0 -485
  817. package/dist-esm/src/operations/virtualNetworks.js.map +0 -1
  818. package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.d.ts +0 -45
  819. package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.d.ts.map +0 -1
  820. package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.js +0 -168
  821. package/dist-esm/src/operations/vmInstanceHybridIdentityMetadataOperations.js.map +0 -1
  822. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -60
  823. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  824. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  825. package/dist-esm/src/operationsInterfaces/datastores.d.ts +0 -60
  826. package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +0 -1
  827. package/dist-esm/src/operationsInterfaces/datastores.js.map +0 -1
  828. package/dist-esm/src/operationsInterfaces/hosts.d.ts +0 -60
  829. package/dist-esm/src/operationsInterfaces/hosts.d.ts.map +0 -1
  830. package/dist-esm/src/operationsInterfaces/hosts.js.map +0 -1
  831. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -13
  832. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  833. package/dist-esm/src/operationsInterfaces/index.js +0 -20
  834. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  835. package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts +0 -37
  836. package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts.map +0 -1
  837. package/dist-esm/src/operationsInterfaces/inventoryItems.js.map +0 -1
  838. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  839. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  840. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  841. package/dist-esm/src/operationsInterfaces/resourcePools.d.ts +0 -60
  842. package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +0 -1
  843. package/dist-esm/src/operationsInterfaces/resourcePools.js.map +0 -1
  844. package/dist-esm/src/operationsInterfaces/vCenters.d.ts +0 -60
  845. package/dist-esm/src/operationsInterfaces/vCenters.d.ts.map +0 -1
  846. package/dist-esm/src/operationsInterfaces/vCenters.js.map +0 -1
  847. package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.d.ts +0 -49
  848. package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.d.ts.map +0 -1
  849. package/dist-esm/src/operationsInterfaces/vMInstanceGuestAgents.js.map +0 -1
  850. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +0 -107
  851. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +0 -1
  852. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +0 -1
  853. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +0 -60
  854. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +0 -1
  855. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +0 -1
  856. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +0 -60
  857. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +0 -1
  858. package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +0 -1
  859. package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts +0 -20
  860. package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.d.ts.map +0 -1
  861. package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js.map +0 -1
  862. package/dist-esm/src/pagingHelper.js.map +0 -1
  863. package/dist-esm/test/connectedvmware_operations_test.spec.d.ts +0 -4
  864. package/dist-esm/test/connectedvmware_operations_test.spec.d.ts.map +0 -1
  865. package/dist-esm/test/connectedvmware_operations_test.spec.js +0 -75
  866. package/dist-esm/test/connectedvmware_operations_test.spec.js.map +0 -1
  867. package/src/azureArcVMwareManagementServiceAPI.ts +0 -206
  868. package/src/index.ts +0 -13
  869. package/src/lroImpl.ts +0 -42
  870. package/src/models/index.ts +0 -2672
  871. package/src/models/mappers.ts +0 -3549
  872. package/src/models/parameters.ts +0 -295
  873. package/src/operations/clusters.ts +0 -622
  874. package/src/operations/datastores.ts +0 -622
  875. package/src/operations/hosts.ts +0 -609
  876. package/src/operations/index.ts +0 -20
  877. package/src/operations/inventoryItems.ts +0 -334
  878. package/src/operations/operations.ts +0 -149
  879. package/src/operations/resourcePools.ts +0 -622
  880. package/src/operations/vCenters.ts +0 -622
  881. package/src/operations/vMInstanceGuestAgents.ts +0 -436
  882. package/src/operations/virtualMachineInstances.ts +0 -899
  883. package/src/operations/virtualMachineTemplates.ts +0 -622
  884. package/src/operations/virtualNetworks.ts +0 -622
  885. package/src/operations/vmInstanceHybridIdentityMetadataOperations.ts +0 -204
  886. package/src/operationsInterfaces/clusters.ts +0 -114
  887. package/src/operationsInterfaces/datastores.ts +0 -114
  888. package/src/operationsInterfaces/hosts.ts +0 -109
  889. package/src/operationsInterfaces/index.ts +0 -20
  890. package/src/operationsInterfaces/inventoryItems.ts +0 -73
  891. package/src/operationsInterfaces/operations.ts +0 -22
  892. package/src/operationsInterfaces/resourcePools.ts +0 -114
  893. package/src/operationsInterfaces/vCenters.ts +0 -114
  894. package/src/operationsInterfaces/vMInstanceGuestAgents.ts +0 -95
  895. package/src/operationsInterfaces/virtualMachineInstances.ts +0 -205
  896. package/src/operationsInterfaces/virtualMachineTemplates.ts +0 -114
  897. package/src/operationsInterfaces/virtualNetworks.ts +0 -114
  898. package/src/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.ts +0 -40
  899. package/src/pagingHelper.ts +0 -39
  900. package/tsconfig.json +0 -33
  901. package/types/arm-connectedvmware.d.ts +0 -3293
  902. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  903. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  904. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  905. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  906. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  907. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  908. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  909. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  910. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  911. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  912. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  913. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
  914. /package/{dist-esm/src → dist/browser}/operationsInterfaces/datastores.js +0 -0
  915. /package/{dist-esm/src → dist/browser}/operationsInterfaces/hosts.js +0 -0
  916. /package/{dist-esm/src → dist/browser}/operationsInterfaces/inventoryItems.js +0 -0
  917. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  918. /package/{dist-esm/src → dist/browser}/operationsInterfaces/resourcePools.js +0 -0
  919. /package/{dist-esm/src → dist/browser}/operationsInterfaces/vCenters.js +0 -0
  920. /package/{dist-esm/src → dist/browser}/operationsInterfaces/vMInstanceGuestAgents.js +0 -0
  921. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineInstances.js +0 -0
  922. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineTemplates.js +0 -0
  923. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworks.js +0 -0
  924. /package/{dist-esm/src → dist/browser}/operationsInterfaces/vmInstanceHybridIdentityMetadataOperations.js +0 -0
  925. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  926. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  927. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  928. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,648 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.VirtualMachineInstancesImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const pagingHelper_js_1 = require("../pagingHelper.js");
13
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
+ const core_lro_1 = require("@azure/core-lro");
17
+ const lroImpl_js_1 = require("../lroImpl.js");
18
+ /// <reference lib="esnext.asynciterable" />
19
+ /** Class containing VirtualMachineInstances operations. */
20
+ class VirtualMachineInstancesImpl {
21
+ /**
22
+ * Initialize a new instance of the class VirtualMachineInstances class.
23
+ * @param client Reference to the service client
24
+ */
25
+ constructor(client) {
26
+ this.client = client;
27
+ }
28
+ /**
29
+ * Lists all of the virtual machine instances within the specified parent resource.
30
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
31
+ * machine resource to be extended.
32
+ * @param options The options parameters.
33
+ */
34
+ list(resourceUri, options) {
35
+ const iter = this.listPagingAll(resourceUri, options);
36
+ return {
37
+ next() {
38
+ return iter.next();
39
+ },
40
+ [Symbol.asyncIterator]() {
41
+ return this;
42
+ },
43
+ byPage: (settings) => {
44
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
45
+ throw new Error("maxPageSize is not supported by this operation.");
46
+ }
47
+ return this.listPagingPage(resourceUri, options, settings);
48
+ }
49
+ };
50
+ }
51
+ listPagingPage(resourceUri, options, settings) {
52
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
53
+ let result;
54
+ let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
55
+ if (!continuationToken) {
56
+ result = yield tslib_1.__await(this._list(resourceUri, options));
57
+ let page = result.value || [];
58
+ continuationToken = result.nextLink;
59
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
60
+ yield yield tslib_1.__await(page);
61
+ }
62
+ while (continuationToken) {
63
+ result = yield tslib_1.__await(this._listNext(resourceUri, continuationToken, options));
64
+ continuationToken = result.nextLink;
65
+ let page = result.value || [];
66
+ (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
67
+ yield yield tslib_1.__await(page);
68
+ }
69
+ });
70
+ }
71
+ listPagingAll(resourceUri, options) {
72
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
73
+ var _a, e_1, _b, _c;
74
+ try {
75
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(resourceUri, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
76
+ _c = _f.value;
77
+ _d = false;
78
+ const page = _c;
79
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
80
+ }
81
+ }
82
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
83
+ finally {
84
+ try {
85
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
86
+ }
87
+ finally { if (e_1) throw e_1.error; }
88
+ }
89
+ });
90
+ }
91
+ /**
92
+ * The operation to create or update a virtual machine instance. Please note some properties can be set
93
+ * only during virtual machine instance creation.
94
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
95
+ * machine resource to be extended.
96
+ * @param options The options parameters.
97
+ */
98
+ async beginCreateOrUpdate(resourceUri, options) {
99
+ const directSendOperation = async (args, spec) => {
100
+ return this.client.sendOperationRequest(args, spec);
101
+ };
102
+ const sendOperationFn = async (args, spec) => {
103
+ var _a;
104
+ let currentRawResponse = undefined;
105
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
106
+ const callback = (rawResponse, flatResponse) => {
107
+ currentRawResponse = rawResponse;
108
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
109
+ };
110
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
111
+ const flatResponse = await directSendOperation(updatedArgs, spec);
112
+ return {
113
+ flatResponse,
114
+ rawResponse: {
115
+ statusCode: currentRawResponse.status,
116
+ body: currentRawResponse.parsedBody,
117
+ headers: currentRawResponse.headers.toJSON()
118
+ }
119
+ };
120
+ };
121
+ const lro = (0, lroImpl_js_1.createLroSpec)({
122
+ sendOperationFn,
123
+ args: { resourceUri, options },
124
+ spec: createOrUpdateOperationSpec
125
+ });
126
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
127
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
128
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
129
+ resourceLocationConfig: "azure-async-operation"
130
+ });
131
+ await poller.poll();
132
+ return poller;
133
+ }
134
+ /**
135
+ * The operation to create or update a virtual machine instance. Please note some properties can be set
136
+ * only during virtual machine instance creation.
137
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
138
+ * machine resource to be extended.
139
+ * @param options The options parameters.
140
+ */
141
+ async beginCreateOrUpdateAndWait(resourceUri, options) {
142
+ const poller = await this.beginCreateOrUpdate(resourceUri, options);
143
+ return poller.pollUntilDone();
144
+ }
145
+ /**
146
+ * Retrieves information about a virtual machine instance.
147
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
148
+ * machine resource to be extended.
149
+ * @param options The options parameters.
150
+ */
151
+ get(resourceUri, options) {
152
+ return this.client.sendOperationRequest({ resourceUri, options }, getOperationSpec);
153
+ }
154
+ /**
155
+ * The operation to update a virtual machine instance.
156
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
157
+ * machine resource to be extended.
158
+ * @param options The options parameters.
159
+ */
160
+ async beginUpdate(resourceUri, options) {
161
+ const directSendOperation = async (args, spec) => {
162
+ return this.client.sendOperationRequest(args, spec);
163
+ };
164
+ const sendOperationFn = async (args, spec) => {
165
+ var _a;
166
+ let currentRawResponse = undefined;
167
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
168
+ const callback = (rawResponse, flatResponse) => {
169
+ currentRawResponse = rawResponse;
170
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
171
+ };
172
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
173
+ const flatResponse = await directSendOperation(updatedArgs, spec);
174
+ return {
175
+ flatResponse,
176
+ rawResponse: {
177
+ statusCode: currentRawResponse.status,
178
+ body: currentRawResponse.parsedBody,
179
+ headers: currentRawResponse.headers.toJSON()
180
+ }
181
+ };
182
+ };
183
+ const lro = (0, lroImpl_js_1.createLroSpec)({
184
+ sendOperationFn,
185
+ args: { resourceUri, options },
186
+ spec: updateOperationSpec
187
+ });
188
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
189
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
190
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
191
+ resourceLocationConfig: "azure-async-operation"
192
+ });
193
+ await poller.poll();
194
+ return poller;
195
+ }
196
+ /**
197
+ * The operation to update a virtual machine instance.
198
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
199
+ * machine resource to be extended.
200
+ * @param options The options parameters.
201
+ */
202
+ async beginUpdateAndWait(resourceUri, options) {
203
+ const poller = await this.beginUpdate(resourceUri, options);
204
+ return poller.pollUntilDone();
205
+ }
206
+ /**
207
+ * The operation to delete a virtual machine instance.
208
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
209
+ * machine resource to be extended.
210
+ * @param options The options parameters.
211
+ */
212
+ async beginDelete(resourceUri, options) {
213
+ const directSendOperation = async (args, spec) => {
214
+ return this.client.sendOperationRequest(args, spec);
215
+ };
216
+ const sendOperationFn = async (args, spec) => {
217
+ var _a;
218
+ let currentRawResponse = undefined;
219
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
220
+ const callback = (rawResponse, flatResponse) => {
221
+ currentRawResponse = rawResponse;
222
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
223
+ };
224
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
225
+ const flatResponse = await directSendOperation(updatedArgs, spec);
226
+ return {
227
+ flatResponse,
228
+ rawResponse: {
229
+ statusCode: currentRawResponse.status,
230
+ body: currentRawResponse.parsedBody,
231
+ headers: currentRawResponse.headers.toJSON()
232
+ }
233
+ };
234
+ };
235
+ const lro = (0, lroImpl_js_1.createLroSpec)({
236
+ sendOperationFn,
237
+ args: { resourceUri, options },
238
+ spec: deleteOperationSpec
239
+ });
240
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
241
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
242
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
243
+ resourceLocationConfig: "azure-async-operation"
244
+ });
245
+ await poller.poll();
246
+ return poller;
247
+ }
248
+ /**
249
+ * The operation to delete a virtual machine instance.
250
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
251
+ * machine resource to be extended.
252
+ * @param options The options parameters.
253
+ */
254
+ async beginDeleteAndWait(resourceUri, options) {
255
+ const poller = await this.beginDelete(resourceUri, options);
256
+ return poller.pollUntilDone();
257
+ }
258
+ /**
259
+ * Lists all of the virtual machine instances within the specified parent resource.
260
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
261
+ * machine resource to be extended.
262
+ * @param options The options parameters.
263
+ */
264
+ _list(resourceUri, options) {
265
+ return this.client.sendOperationRequest({ resourceUri, options }, listOperationSpec);
266
+ }
267
+ /**
268
+ * The operation to power off (stop) a virtual machine instance.
269
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
270
+ * machine resource to be extended.
271
+ * @param options The options parameters.
272
+ */
273
+ async beginStop(resourceUri, options) {
274
+ const directSendOperation = async (args, spec) => {
275
+ return this.client.sendOperationRequest(args, spec);
276
+ };
277
+ const sendOperationFn = async (args, spec) => {
278
+ var _a;
279
+ let currentRawResponse = undefined;
280
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
281
+ const callback = (rawResponse, flatResponse) => {
282
+ currentRawResponse = rawResponse;
283
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
284
+ };
285
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
286
+ const flatResponse = await directSendOperation(updatedArgs, spec);
287
+ return {
288
+ flatResponse,
289
+ rawResponse: {
290
+ statusCode: currentRawResponse.status,
291
+ body: currentRawResponse.parsedBody,
292
+ headers: currentRawResponse.headers.toJSON()
293
+ }
294
+ };
295
+ };
296
+ const lro = (0, lroImpl_js_1.createLroSpec)({
297
+ sendOperationFn,
298
+ args: { resourceUri, options },
299
+ spec: stopOperationSpec
300
+ });
301
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
302
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
303
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
304
+ resourceLocationConfig: "location"
305
+ });
306
+ await poller.poll();
307
+ return poller;
308
+ }
309
+ /**
310
+ * The operation to power off (stop) a virtual machine instance.
311
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
312
+ * machine resource to be extended.
313
+ * @param options The options parameters.
314
+ */
315
+ async beginStopAndWait(resourceUri, options) {
316
+ const poller = await this.beginStop(resourceUri, options);
317
+ return poller.pollUntilDone();
318
+ }
319
+ /**
320
+ * The operation to start a virtual machine instance.
321
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
322
+ * machine resource to be extended.
323
+ * @param options The options parameters.
324
+ */
325
+ async beginStart(resourceUri, options) {
326
+ const directSendOperation = async (args, spec) => {
327
+ return this.client.sendOperationRequest(args, spec);
328
+ };
329
+ const sendOperationFn = async (args, spec) => {
330
+ var _a;
331
+ let currentRawResponse = undefined;
332
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
333
+ const callback = (rawResponse, flatResponse) => {
334
+ currentRawResponse = rawResponse;
335
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
336
+ };
337
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
338
+ const flatResponse = await directSendOperation(updatedArgs, spec);
339
+ return {
340
+ flatResponse,
341
+ rawResponse: {
342
+ statusCode: currentRawResponse.status,
343
+ body: currentRawResponse.parsedBody,
344
+ headers: currentRawResponse.headers.toJSON()
345
+ }
346
+ };
347
+ };
348
+ const lro = (0, lroImpl_js_1.createLroSpec)({
349
+ sendOperationFn,
350
+ args: { resourceUri, options },
351
+ spec: startOperationSpec
352
+ });
353
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
354
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
355
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
356
+ resourceLocationConfig: "location"
357
+ });
358
+ await poller.poll();
359
+ return poller;
360
+ }
361
+ /**
362
+ * The operation to start a virtual machine instance.
363
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
364
+ * machine resource to be extended.
365
+ * @param options The options parameters.
366
+ */
367
+ async beginStartAndWait(resourceUri, options) {
368
+ const poller = await this.beginStart(resourceUri, options);
369
+ return poller.pollUntilDone();
370
+ }
371
+ /**
372
+ * The operation to restart a virtual machine instance.
373
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
374
+ * machine resource to be extended.
375
+ * @param options The options parameters.
376
+ */
377
+ async beginRestart(resourceUri, options) {
378
+ const directSendOperation = async (args, spec) => {
379
+ return this.client.sendOperationRequest(args, spec);
380
+ };
381
+ const sendOperationFn = async (args, spec) => {
382
+ var _a;
383
+ let currentRawResponse = undefined;
384
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
385
+ const callback = (rawResponse, flatResponse) => {
386
+ currentRawResponse = rawResponse;
387
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
388
+ };
389
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
390
+ const flatResponse = await directSendOperation(updatedArgs, spec);
391
+ return {
392
+ flatResponse,
393
+ rawResponse: {
394
+ statusCode: currentRawResponse.status,
395
+ body: currentRawResponse.parsedBody,
396
+ headers: currentRawResponse.headers.toJSON()
397
+ }
398
+ };
399
+ };
400
+ const lro = (0, lroImpl_js_1.createLroSpec)({
401
+ sendOperationFn,
402
+ args: { resourceUri, options },
403
+ spec: restartOperationSpec
404
+ });
405
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
406
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
407
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
408
+ resourceLocationConfig: "location"
409
+ });
410
+ await poller.poll();
411
+ return poller;
412
+ }
413
+ /**
414
+ * The operation to restart a virtual machine instance.
415
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
416
+ * machine resource to be extended.
417
+ * @param options The options parameters.
418
+ */
419
+ async beginRestartAndWait(resourceUri, options) {
420
+ const poller = await this.beginRestart(resourceUri, options);
421
+ return poller.pollUntilDone();
422
+ }
423
+ /**
424
+ * ListNext
425
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
426
+ * machine resource to be extended.
427
+ * @param nextLink The nextLink from the previous successful call to the List method.
428
+ * @param options The options parameters.
429
+ */
430
+ _listNext(resourceUri, nextLink, options) {
431
+ return this.client.sendOperationRequest({ resourceUri, nextLink, options }, listNextOperationSpec);
432
+ }
433
+ }
434
+ exports.VirtualMachineInstancesImpl = VirtualMachineInstancesImpl;
435
+ // Operation Specifications
436
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
437
+ const createOrUpdateOperationSpec = {
438
+ path: "/{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances/default",
439
+ httpMethod: "PUT",
440
+ responses: {
441
+ 200: {
442
+ bodyMapper: Mappers.VirtualMachineInstance
443
+ },
444
+ 201: {
445
+ bodyMapper: Mappers.VirtualMachineInstance
446
+ },
447
+ 202: {
448
+ bodyMapper: Mappers.VirtualMachineInstance
449
+ },
450
+ 204: {
451
+ bodyMapper: Mappers.VirtualMachineInstance
452
+ },
453
+ default: {
454
+ bodyMapper: Mappers.ErrorResponse
455
+ }
456
+ },
457
+ requestBody: Parameters.body9,
458
+ queryParameters: [Parameters.apiVersion],
459
+ urlParameters: [Parameters.$host, Parameters.resourceUri],
460
+ headerParameters: [Parameters.accept, Parameters.contentType],
461
+ mediaType: "json",
462
+ serializer
463
+ };
464
+ const getOperationSpec = {
465
+ path: "/{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances/default",
466
+ httpMethod: "GET",
467
+ responses: {
468
+ 200: {
469
+ bodyMapper: Mappers.VirtualMachineInstance
470
+ },
471
+ default: {
472
+ bodyMapper: Mappers.ErrorResponse
473
+ }
474
+ },
475
+ queryParameters: [Parameters.apiVersion],
476
+ urlParameters: [Parameters.$host, Parameters.resourceUri],
477
+ headerParameters: [Parameters.accept],
478
+ serializer
479
+ };
480
+ const updateOperationSpec = {
481
+ path: "/{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances/default",
482
+ httpMethod: "PATCH",
483
+ responses: {
484
+ 200: {
485
+ bodyMapper: Mappers.VirtualMachineInstance
486
+ },
487
+ 201: {
488
+ bodyMapper: Mappers.VirtualMachineInstance
489
+ },
490
+ 202: {
491
+ bodyMapper: Mappers.VirtualMachineInstance
492
+ },
493
+ 204: {
494
+ bodyMapper: Mappers.VirtualMachineInstance
495
+ },
496
+ default: {
497
+ bodyMapper: Mappers.ErrorResponse
498
+ }
499
+ },
500
+ requestBody: Parameters.body10,
501
+ queryParameters: [Parameters.apiVersion],
502
+ urlParameters: [Parameters.$host, Parameters.resourceUri],
503
+ headerParameters: [Parameters.accept, Parameters.contentType],
504
+ mediaType: "json",
505
+ serializer
506
+ };
507
+ const deleteOperationSpec = {
508
+ path: "/{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances/default",
509
+ httpMethod: "DELETE",
510
+ responses: {
511
+ 200: {
512
+ headersMapper: Mappers.VirtualMachineInstancesDeleteHeaders
513
+ },
514
+ 201: {
515
+ headersMapper: Mappers.VirtualMachineInstancesDeleteHeaders
516
+ },
517
+ 202: {
518
+ headersMapper: Mappers.VirtualMachineInstancesDeleteHeaders
519
+ },
520
+ 204: {
521
+ headersMapper: Mappers.VirtualMachineInstancesDeleteHeaders
522
+ },
523
+ default: {
524
+ bodyMapper: Mappers.ErrorResponse
525
+ }
526
+ },
527
+ queryParameters: [
528
+ Parameters.apiVersion,
529
+ Parameters.force,
530
+ Parameters.deleteFromHost
531
+ ],
532
+ urlParameters: [Parameters.$host, Parameters.resourceUri],
533
+ headerParameters: [Parameters.accept],
534
+ serializer
535
+ };
536
+ const listOperationSpec = {
537
+ path: "/{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances",
538
+ httpMethod: "GET",
539
+ responses: {
540
+ 200: {
541
+ bodyMapper: Mappers.VirtualMachineInstancesList
542
+ },
543
+ default: {
544
+ bodyMapper: Mappers.ErrorResponse
545
+ }
546
+ },
547
+ queryParameters: [Parameters.apiVersion],
548
+ urlParameters: [Parameters.$host, Parameters.resourceUri],
549
+ headerParameters: [Parameters.accept],
550
+ serializer
551
+ };
552
+ const stopOperationSpec = {
553
+ path: "/{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances/default/stop",
554
+ httpMethod: "POST",
555
+ responses: {
556
+ 200: {
557
+ headersMapper: Mappers.VirtualMachineInstancesStopHeaders
558
+ },
559
+ 201: {
560
+ headersMapper: Mappers.VirtualMachineInstancesStopHeaders
561
+ },
562
+ 202: {
563
+ headersMapper: Mappers.VirtualMachineInstancesStopHeaders
564
+ },
565
+ 204: {
566
+ headersMapper: Mappers.VirtualMachineInstancesStopHeaders
567
+ },
568
+ default: {
569
+ bodyMapper: Mappers.ErrorResponse
570
+ }
571
+ },
572
+ requestBody: Parameters.body11,
573
+ queryParameters: [Parameters.apiVersion],
574
+ urlParameters: [Parameters.$host, Parameters.resourceUri],
575
+ headerParameters: [Parameters.accept, Parameters.contentType],
576
+ mediaType: "json",
577
+ serializer
578
+ };
579
+ const startOperationSpec = {
580
+ path: "/{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances/default/start",
581
+ httpMethod: "POST",
582
+ responses: {
583
+ 200: {
584
+ headersMapper: Mappers.VirtualMachineInstancesStartHeaders
585
+ },
586
+ 201: {
587
+ headersMapper: Mappers.VirtualMachineInstancesStartHeaders
588
+ },
589
+ 202: {
590
+ headersMapper: Mappers.VirtualMachineInstancesStartHeaders
591
+ },
592
+ 204: {
593
+ headersMapper: Mappers.VirtualMachineInstancesStartHeaders
594
+ },
595
+ default: {
596
+ bodyMapper: Mappers.ErrorResponse
597
+ }
598
+ },
599
+ queryParameters: [Parameters.apiVersion],
600
+ urlParameters: [Parameters.$host, Parameters.resourceUri],
601
+ headerParameters: [Parameters.accept],
602
+ serializer
603
+ };
604
+ const restartOperationSpec = {
605
+ path: "/{resourceUri}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachineInstances/default/restart",
606
+ httpMethod: "POST",
607
+ responses: {
608
+ 200: {
609
+ headersMapper: Mappers.VirtualMachineInstancesRestartHeaders
610
+ },
611
+ 201: {
612
+ headersMapper: Mappers.VirtualMachineInstancesRestartHeaders
613
+ },
614
+ 202: {
615
+ headersMapper: Mappers.VirtualMachineInstancesRestartHeaders
616
+ },
617
+ 204: {
618
+ headersMapper: Mappers.VirtualMachineInstancesRestartHeaders
619
+ },
620
+ default: {
621
+ bodyMapper: Mappers.ErrorResponse
622
+ }
623
+ },
624
+ queryParameters: [Parameters.apiVersion],
625
+ urlParameters: [Parameters.$host, Parameters.resourceUri],
626
+ headerParameters: [Parameters.accept],
627
+ serializer
628
+ };
629
+ const listNextOperationSpec = {
630
+ path: "{nextLink}",
631
+ httpMethod: "GET",
632
+ responses: {
633
+ 200: {
634
+ bodyMapper: Mappers.VirtualMachineInstancesList
635
+ },
636
+ default: {
637
+ bodyMapper: Mappers.ErrorResponse
638
+ }
639
+ },
640
+ urlParameters: [
641
+ Parameters.$host,
642
+ Parameters.nextLink,
643
+ Parameters.resourceUri
644
+ ],
645
+ headerParameters: [Parameters.accept],
646
+ serializer
647
+ };
648
+ //# sourceMappingURL=virtualMachineInstances.js.map