@azure/arm-connectedvmware 1.0.0-beta.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 (471) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +10193 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/clustersCreateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/clustersCreateSample.js +41 -0
  11. package/dist-esm/samples-dev/clustersCreateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/clustersDeleteSample.js +31 -0
  15. package/dist-esm/samples-dev/clustersDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/clustersGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/clustersGetSample.js +31 -0
  19. package/dist-esm/samples-dev/clustersGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +44 -0
  23. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -0
  24. package/dist-esm/samples-dev/clustersListSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/clustersListSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/clustersListSample.js +43 -0
  27. package/dist-esm/samples-dev/clustersListSample.js.map +1 -0
  28. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/clustersUpdateSample.js +33 -0
  31. package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -0
  32. package/dist-esm/samples-dev/datastoresCreateSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/datastoresCreateSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/datastoresCreateSample.js +41 -0
  35. package/dist-esm/samples-dev/datastoresCreateSample.js.map +1 -0
  36. package/dist-esm/samples-dev/datastoresDeleteSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/datastoresDeleteSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/datastoresDeleteSample.js +31 -0
  39. package/dist-esm/samples-dev/datastoresDeleteSample.js.map +1 -0
  40. package/dist-esm/samples-dev/datastoresGetSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/datastoresGetSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/datastoresGetSample.js +31 -0
  43. package/dist-esm/samples-dev/datastoresGetSample.js.map +1 -0
  44. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js +44 -0
  47. package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js.map +1 -0
  48. package/dist-esm/samples-dev/datastoresListSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/datastoresListSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/datastoresListSample.js +43 -0
  51. package/dist-esm/samples-dev/datastoresListSample.js.map +1 -0
  52. package/dist-esm/samples-dev/datastoresUpdateSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/datastoresUpdateSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/datastoresUpdateSample.js +33 -0
  55. package/dist-esm/samples-dev/datastoresUpdateSample.js.map +1 -0
  56. package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/guestAgentsCreateSample.js +38 -0
  59. package/dist-esm/samples-dev/guestAgentsCreateSample.js.map +1 -0
  60. package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/guestAgentsDeleteSample.js +32 -0
  63. package/dist-esm/samples-dev/guestAgentsDeleteSample.js.map +1 -0
  64. package/dist-esm/samples-dev/guestAgentsGetSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/guestAgentsGetSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/guestAgentsGetSample.js +32 -0
  67. package/dist-esm/samples-dev/guestAgentsGetSample.js.map +1 -0
  68. package/dist-esm/samples-dev/guestAgentsListByVMSample.d.ts +2 -0
  69. package/dist-esm/samples-dev/guestAgentsListByVMSample.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/guestAgentsListByVMSample.js +45 -0
  71. package/dist-esm/samples-dev/guestAgentsListByVMSample.js.map +1 -0
  72. package/dist-esm/samples-dev/hostsCreateSample.d.ts +2 -0
  73. package/dist-esm/samples-dev/hostsCreateSample.d.ts.map +1 -0
  74. package/dist-esm/samples-dev/hostsCreateSample.js +41 -0
  75. package/dist-esm/samples-dev/hostsCreateSample.js.map +1 -0
  76. package/dist-esm/samples-dev/hostsDeleteSample.d.ts +2 -0
  77. package/dist-esm/samples-dev/hostsDeleteSample.d.ts.map +1 -0
  78. package/dist-esm/samples-dev/hostsDeleteSample.js +31 -0
  79. package/dist-esm/samples-dev/hostsDeleteSample.js.map +1 -0
  80. package/dist-esm/samples-dev/hostsGetSample.d.ts +2 -0
  81. package/dist-esm/samples-dev/hostsGetSample.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/hostsGetSample.js +31 -0
  83. package/dist-esm/samples-dev/hostsGetSample.js.map +1 -0
  84. package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts +2 -0
  85. package/dist-esm/samples-dev/hostsListByResourceGroupSample.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/hostsListByResourceGroupSample.js +44 -0
  87. package/dist-esm/samples-dev/hostsListByResourceGroupSample.js.map +1 -0
  88. package/dist-esm/samples-dev/hostsListSample.d.ts +2 -0
  89. package/dist-esm/samples-dev/hostsListSample.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/hostsListSample.js +43 -0
  91. package/dist-esm/samples-dev/hostsListSample.js.map +1 -0
  92. package/dist-esm/samples-dev/hostsUpdateSample.d.ts +2 -0
  93. package/dist-esm/samples-dev/hostsUpdateSample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/hostsUpdateSample.js +33 -0
  95. package/dist-esm/samples-dev/hostsUpdateSample.js.map +1 -0
  96. package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.js +37 -0
  99. package/dist-esm/samples-dev/hybridIdentityMetadataCreateSample.js.map +1 -0
  100. package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.d.ts +2 -0
  101. package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.js +32 -0
  103. package/dist-esm/samples-dev/hybridIdentityMetadataDeleteSample.js.map +1 -0
  104. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js +32 -0
  107. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js.map +1 -0
  108. package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.d.ts +2 -0
  109. package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js +45 -0
  111. package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js.map +1 -0
  112. package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts +2 -0
  113. package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts.map +1 -0
  114. package/dist-esm/samples-dev/inventoryItemsCreateSample.js +34 -0
  115. package/dist-esm/samples-dev/inventoryItemsCreateSample.js.map +1 -0
  116. package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts +2 -0
  117. package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts.map +1 -0
  118. package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +32 -0
  119. package/dist-esm/samples-dev/inventoryItemsDeleteSample.js.map +1 -0
  120. package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts +2 -0
  121. package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts.map +1 -0
  122. package/dist-esm/samples-dev/inventoryItemsGetSample.js +32 -0
  123. package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +1 -0
  124. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts +2 -0
  125. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.d.ts.map +1 -0
  126. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js +45 -0
  127. package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js.map +1 -0
  128. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts +2 -0
  129. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts.map +1 -0
  130. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js +41 -0
  131. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js.map +1 -0
  132. package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts +2 -0
  133. package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts.map +1 -0
  134. package/dist-esm/samples-dev/machineExtensionsDeleteSample.js +32 -0
  135. package/dist-esm/samples-dev/machineExtensionsDeleteSample.js.map +1 -0
  136. package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts +2 -0
  137. package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts.map +1 -0
  138. package/dist-esm/samples-dev/machineExtensionsGetSample.js +32 -0
  139. package/dist-esm/samples-dev/machineExtensionsGetSample.js.map +1 -0
  140. package/dist-esm/samples-dev/machineExtensionsListSample.d.ts +2 -0
  141. package/dist-esm/samples-dev/machineExtensionsListSample.d.ts.map +1 -0
  142. package/dist-esm/samples-dev/machineExtensionsListSample.js +45 -0
  143. package/dist-esm/samples-dev/machineExtensionsListSample.js.map +1 -0
  144. package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts +2 -0
  145. package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts.map +1 -0
  146. package/dist-esm/samples-dev/machineExtensionsUpdateSample.js +40 -0
  147. package/dist-esm/samples-dev/machineExtensionsUpdateSample.js.map +1 -0
  148. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  149. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  150. package/dist-esm/samples-dev/operationsListSample.js +43 -0
  151. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  152. package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts +2 -0
  153. package/dist-esm/samples-dev/resourcePoolsCreateSample.d.ts.map +1 -0
  154. package/dist-esm/samples-dev/resourcePoolsCreateSample.js +41 -0
  155. package/dist-esm/samples-dev/resourcePoolsCreateSample.js.map +1 -0
  156. package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts +2 -0
  157. package/dist-esm/samples-dev/resourcePoolsDeleteSample.d.ts.map +1 -0
  158. package/dist-esm/samples-dev/resourcePoolsDeleteSample.js +31 -0
  159. package/dist-esm/samples-dev/resourcePoolsDeleteSample.js.map +1 -0
  160. package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts +2 -0
  161. package/dist-esm/samples-dev/resourcePoolsGetSample.d.ts.map +1 -0
  162. package/dist-esm/samples-dev/resourcePoolsGetSample.js +31 -0
  163. package/dist-esm/samples-dev/resourcePoolsGetSample.js.map +1 -0
  164. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts +2 -0
  165. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.d.ts.map +1 -0
  166. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js +44 -0
  167. package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js.map +1 -0
  168. package/dist-esm/samples-dev/resourcePoolsListSample.d.ts +2 -0
  169. package/dist-esm/samples-dev/resourcePoolsListSample.d.ts.map +1 -0
  170. package/dist-esm/samples-dev/resourcePoolsListSample.js +43 -0
  171. package/dist-esm/samples-dev/resourcePoolsListSample.js.map +1 -0
  172. package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts +2 -0
  173. package/dist-esm/samples-dev/resourcePoolsUpdateSample.d.ts.map +1 -0
  174. package/dist-esm/samples-dev/resourcePoolsUpdateSample.js +33 -0
  175. package/dist-esm/samples-dev/resourcePoolsUpdateSample.js.map +1 -0
  176. package/dist-esm/samples-dev/vCentersCreateSample.d.ts +2 -0
  177. package/dist-esm/samples-dev/vCentersCreateSample.d.ts.map +1 -0
  178. package/dist-esm/samples-dev/vCentersCreateSample.js +42 -0
  179. package/dist-esm/samples-dev/vCentersCreateSample.js.map +1 -0
  180. package/dist-esm/samples-dev/vCentersDeleteSample.d.ts +2 -0
  181. package/dist-esm/samples-dev/vCentersDeleteSample.d.ts.map +1 -0
  182. package/dist-esm/samples-dev/vCentersDeleteSample.js +31 -0
  183. package/dist-esm/samples-dev/vCentersDeleteSample.js.map +1 -0
  184. package/dist-esm/samples-dev/vCentersGetSample.d.ts +2 -0
  185. package/dist-esm/samples-dev/vCentersGetSample.d.ts.map +1 -0
  186. package/dist-esm/samples-dev/vCentersGetSample.js +31 -0
  187. package/dist-esm/samples-dev/vCentersGetSample.js.map +1 -0
  188. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts +2 -0
  189. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.d.ts.map +1 -0
  190. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js +44 -0
  191. package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js.map +1 -0
  192. package/dist-esm/samples-dev/vCentersListSample.d.ts +2 -0
  193. package/dist-esm/samples-dev/vCentersListSample.d.ts.map +1 -0
  194. package/dist-esm/samples-dev/vCentersListSample.js +43 -0
  195. package/dist-esm/samples-dev/vCentersListSample.js.map +1 -0
  196. package/dist-esm/samples-dev/vCentersUpdateSample.d.ts +2 -0
  197. package/dist-esm/samples-dev/vCentersUpdateSample.d.ts.map +1 -0
  198. package/dist-esm/samples-dev/vCentersUpdateSample.js +33 -0
  199. package/dist-esm/samples-dev/vCentersUpdateSample.js.map +1 -0
  200. package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts +2 -0
  201. package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.d.ts.map +1 -0
  202. package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js +41 -0
  203. package/dist-esm/samples-dev/virtualMachineTemplatesCreateSample.js.map +1 -0
  204. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts +2 -0
  205. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts.map +1 -0
  206. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +31 -0
  207. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js.map +1 -0
  208. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts +2 -0
  209. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts.map +1 -0
  210. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +31 -0
  211. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +1 -0
  212. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts +2 -0
  213. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts.map +1 -0
  214. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +44 -0
  215. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +1 -0
  216. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts +2 -0
  217. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.d.ts.map +1 -0
  218. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +43 -0
  219. package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +1 -0
  220. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts +2 -0
  221. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts.map +1 -0
  222. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +33 -0
  223. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +1 -0
  224. package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.d.ts +2 -0
  225. package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.d.ts.map +1 -0
  226. package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.js +31 -0
  227. package/dist-esm/samples-dev/virtualMachinesAssessPatchesSample.js.map +1 -0
  228. package/dist-esm/samples-dev/virtualMachinesCreateSample.d.ts +2 -0
  229. package/dist-esm/samples-dev/virtualMachinesCreateSample.d.ts.map +1 -0
  230. package/dist-esm/samples-dev/virtualMachinesCreateSample.js +43 -0
  231. package/dist-esm/samples-dev/virtualMachinesCreateSample.js.map +1 -0
  232. package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts +2 -0
  233. package/dist-esm/samples-dev/virtualMachinesDeleteSample.d.ts.map +1 -0
  234. package/dist-esm/samples-dev/virtualMachinesDeleteSample.js +31 -0
  235. package/dist-esm/samples-dev/virtualMachinesDeleteSample.js.map +1 -0
  236. package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +2 -0
  237. package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +1 -0
  238. package/dist-esm/samples-dev/virtualMachinesGetSample.js +31 -0
  239. package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +1 -0
  240. package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.d.ts +2 -0
  241. package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.d.ts.map +1 -0
  242. package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.js +39 -0
  243. package/dist-esm/samples-dev/virtualMachinesInstallPatchesSample.js.map +1 -0
  244. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts +2 -0
  245. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.d.ts.map +1 -0
  246. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +44 -0
  247. package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +1 -0
  248. package/dist-esm/samples-dev/virtualMachinesListSample.d.ts +2 -0
  249. package/dist-esm/samples-dev/virtualMachinesListSample.d.ts.map +1 -0
  250. package/dist-esm/samples-dev/virtualMachinesListSample.js +43 -0
  251. package/dist-esm/samples-dev/virtualMachinesListSample.js.map +1 -0
  252. package/dist-esm/samples-dev/virtualMachinesRestartSample.d.ts +2 -0
  253. package/dist-esm/samples-dev/virtualMachinesRestartSample.d.ts.map +1 -0
  254. package/dist-esm/samples-dev/virtualMachinesRestartSample.js +31 -0
  255. package/dist-esm/samples-dev/virtualMachinesRestartSample.js.map +1 -0
  256. package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts +2 -0
  257. package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts.map +1 -0
  258. package/dist-esm/samples-dev/virtualMachinesStartSample.js +31 -0
  259. package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +1 -0
  260. package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts +2 -0
  261. package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts.map +1 -0
  262. package/dist-esm/samples-dev/virtualMachinesStopSample.js +33 -0
  263. package/dist-esm/samples-dev/virtualMachinesStopSample.js.map +1 -0
  264. package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts +2 -0
  265. package/dist-esm/samples-dev/virtualMachinesUpdateSample.d.ts.map +1 -0
  266. package/dist-esm/samples-dev/virtualMachinesUpdateSample.js +35 -0
  267. package/dist-esm/samples-dev/virtualMachinesUpdateSample.js.map +1 -0
  268. package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts +2 -0
  269. package/dist-esm/samples-dev/virtualNetworksCreateSample.d.ts.map +1 -0
  270. package/dist-esm/samples-dev/virtualNetworksCreateSample.js +41 -0
  271. package/dist-esm/samples-dev/virtualNetworksCreateSample.js.map +1 -0
  272. package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts +2 -0
  273. package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts.map +1 -0
  274. package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +31 -0
  275. package/dist-esm/samples-dev/virtualNetworksDeleteSample.js.map +1 -0
  276. package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts +2 -0
  277. package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts.map +1 -0
  278. package/dist-esm/samples-dev/virtualNetworksGetSample.js +31 -0
  279. package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +1 -0
  280. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts +2 -0
  281. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts.map +1 -0
  282. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +44 -0
  283. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +1 -0
  284. package/dist-esm/samples-dev/virtualNetworksListSample.d.ts +2 -0
  285. package/dist-esm/samples-dev/virtualNetworksListSample.d.ts.map +1 -0
  286. package/dist-esm/samples-dev/virtualNetworksListSample.js +43 -0
  287. package/dist-esm/samples-dev/virtualNetworksListSample.js.map +1 -0
  288. package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts +2 -0
  289. package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts.map +1 -0
  290. package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +33 -0
  291. package/dist-esm/samples-dev/virtualNetworksUpdateSample.js.map +1 -0
  292. package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts +32 -0
  293. package/dist-esm/src/azureArcVMwareManagementServiceAPI.d.ts.map +1 -0
  294. package/dist-esm/src/azureArcVMwareManagementServiceAPI.js +115 -0
  295. package/dist-esm/src/azureArcVMwareManagementServiceAPI.js.map +1 -0
  296. package/dist-esm/src/index.d.ts +5 -0
  297. package/dist-esm/src/index.d.ts.map +1 -0
  298. package/dist-esm/src/index.js +12 -0
  299. package/dist-esm/src/index.js.map +1 -0
  300. package/dist-esm/src/lroImpl.d.ts +16 -0
  301. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  302. package/dist-esm/src/lroImpl.js +29 -0
  303. package/dist-esm/src/lroImpl.js.map +1 -0
  304. package/dist-esm/src/models/index.d.ts +3004 -0
  305. package/dist-esm/src/models/index.d.ts.map +1 -0
  306. package/dist-esm/src/models/index.js +306 -0
  307. package/dist-esm/src/models/index.js.map +1 -0
  308. package/dist-esm/src/models/mappers.d.ts +96 -0
  309. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  310. package/dist-esm/src/models/mappers.js +3999 -0
  311. package/dist-esm/src/models/mappers.js.map +1 -0
  312. package/dist-esm/src/models/parameters.d.ts +41 -0
  313. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  314. package/dist-esm/src/models/parameters.js +299 -0
  315. package/dist-esm/src/models/parameters.js.map +1 -0
  316. package/dist-esm/src/operations/clusters.d.ts +96 -0
  317. package/dist-esm/src/operations/clusters.d.ts.map +1 -0
  318. package/dist-esm/src/operations/clusters.js +452 -0
  319. package/dist-esm/src/operations/clusters.js.map +1 -0
  320. package/dist-esm/src/operations/datastores.d.ts +96 -0
  321. package/dist-esm/src/operations/datastores.d.ts.map +1 -0
  322. package/dist-esm/src/operations/datastores.js +452 -0
  323. package/dist-esm/src/operations/datastores.js.map +1 -0
  324. package/dist-esm/src/operations/guestAgents.d.ts +79 -0
  325. package/dist-esm/src/operations/guestAgents.d.ts.map +1 -0
  326. package/dist-esm/src/operations/guestAgents.js +334 -0
  327. package/dist-esm/src/operations/guestAgents.js.map +1 -0
  328. package/dist-esm/src/operations/hosts.d.ts +96 -0
  329. package/dist-esm/src/operations/hosts.d.ts.map +1 -0
  330. package/dist-esm/src/operations/hosts.js +452 -0
  331. package/dist-esm/src/operations/hosts.js.map +1 -0
  332. package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts +62 -0
  333. package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts.map +1 -0
  334. package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +234 -0
  335. package/dist-esm/src/operations/hybridIdentityMetadataOperations.js.map +1 -0
  336. package/dist-esm/src/operations/index.d.ts +14 -0
  337. package/dist-esm/src/operations/index.d.ts.map +1 -0
  338. package/dist-esm/src/operations/index.js +21 -0
  339. package/dist-esm/src/operations/index.js.map +1 -0
  340. package/dist-esm/src/operations/inventoryItems.d.ts +62 -0
  341. package/dist-esm/src/operations/inventoryItems.d.ts.map +1 -0
  342. package/dist-esm/src/operations/inventoryItems.js +234 -0
  343. package/dist-esm/src/operations/inventoryItems.js.map +1 -0
  344. package/dist-esm/src/operations/machineExtensions.d.ts +99 -0
  345. package/dist-esm/src/operations/machineExtensions.d.ts.map +1 -0
  346. package/dist-esm/src/operations/machineExtensions.js +424 -0
  347. package/dist-esm/src/operations/machineExtensions.js.map +1 -0
  348. package/dist-esm/src/operations/operations.d.ts +32 -0
  349. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  350. package/dist-esm/src/operations/operations.js +120 -0
  351. package/dist-esm/src/operations/operations.js.map +1 -0
  352. package/dist-esm/src/operations/resourcePools.d.ts +96 -0
  353. package/dist-esm/src/operations/resourcePools.d.ts.map +1 -0
  354. package/dist-esm/src/operations/resourcePools.js +452 -0
  355. package/dist-esm/src/operations/resourcePools.js.map +1 -0
  356. package/dist-esm/src/operations/vCenters.d.ts +96 -0
  357. package/dist-esm/src/operations/vCenters.d.ts.map +1 -0
  358. package/dist-esm/src/operations/vCenters.js +452 -0
  359. package/dist-esm/src/operations/vCenters.js.map +1 -0
  360. package/dist-esm/src/operations/virtualMachineTemplates.d.ts +96 -0
  361. package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +1 -0
  362. package/dist-esm/src/operations/virtualMachineTemplates.js +452 -0
  363. package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -0
  364. package/dist-esm/src/operations/virtualMachines.d.ts +175 -0
  365. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
  366. package/dist-esm/src/operations/virtualMachines.js +892 -0
  367. package/dist-esm/src/operations/virtualMachines.js.map +1 -0
  368. package/dist-esm/src/operations/virtualNetworks.d.ts +96 -0
  369. package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -0
  370. package/dist-esm/src/operations/virtualNetworks.js +452 -0
  371. package/dist-esm/src/operations/virtualNetworks.js.map +1 -0
  372. package/dist-esm/src/operationsInterfaces/clusters.d.ts +60 -0
  373. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
  374. package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
  375. package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
  376. package/dist-esm/src/operationsInterfaces/datastores.d.ts +60 -0
  377. package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +1 -0
  378. package/dist-esm/src/operationsInterfaces/datastores.js +9 -0
  379. package/dist-esm/src/operationsInterfaces/datastores.js.map +1 -0
  380. package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +54 -0
  381. package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +1 -0
  382. package/dist-esm/src/operationsInterfaces/guestAgents.js +9 -0
  383. package/dist-esm/src/operationsInterfaces/guestAgents.js.map +1 -0
  384. package/dist-esm/src/operationsInterfaces/hosts.d.ts +60 -0
  385. package/dist-esm/src/operationsInterfaces/hosts.d.ts.map +1 -0
  386. package/dist-esm/src/operationsInterfaces/hosts.js +9 -0
  387. package/dist-esm/src/operationsInterfaces/hosts.js.map +1 -0
  388. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts +37 -0
  389. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts.map +1 -0
  390. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js +9 -0
  391. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js.map +1 -0
  392. package/dist-esm/src/operationsInterfaces/index.d.ts +14 -0
  393. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  394. package/dist-esm/src/operationsInterfaces/index.js +21 -0
  395. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  396. package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts +37 -0
  397. package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts.map +1 -0
  398. package/dist-esm/src/operationsInterfaces/inventoryItems.js +9 -0
  399. package/dist-esm/src/operationsInterfaces/inventoryItems.js.map +1 -0
  400. package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts +74 -0
  401. package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts.map +1 -0
  402. package/dist-esm/src/operationsInterfaces/machineExtensions.js +9 -0
  403. package/dist-esm/src/operationsInterfaces/machineExtensions.js.map +1 -0
  404. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  405. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  406. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  407. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  408. package/dist-esm/src/operationsInterfaces/resourcePools.d.ts +60 -0
  409. package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +1 -0
  410. package/dist-esm/src/operationsInterfaces/resourcePools.js +9 -0
  411. package/dist-esm/src/operationsInterfaces/resourcePools.js.map +1 -0
  412. package/dist-esm/src/operationsInterfaces/vCenters.d.ts +60 -0
  413. package/dist-esm/src/operationsInterfaces/vCenters.d.ts.map +1 -0
  414. package/dist-esm/src/operationsInterfaces/vCenters.js +9 -0
  415. package/dist-esm/src/operationsInterfaces/vCenters.js.map +1 -0
  416. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +60 -0
  417. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  418. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js +9 -0
  419. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  420. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +139 -0
  421. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  422. package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
  423. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
  424. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +60 -0
  425. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  426. package/dist-esm/src/operationsInterfaces/virtualNetworks.js +9 -0
  427. package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +1 -0
  428. package/dist-esm/test/sampleTest.d.ts +2 -0
  429. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  430. package/dist-esm/test/sampleTest.js +38 -0
  431. package/dist-esm/test/sampleTest.js.map +1 -0
  432. package/package.json +121 -0
  433. package/review/arm-connectedvmware.api.md +1996 -0
  434. package/rollup.config.js +122 -0
  435. package/src/azureArcVMwareManagementServiceAPI.ts +195 -0
  436. package/src/index.ts +12 -0
  437. package/src/lroImpl.ts +34 -0
  438. package/src/models/index.ts +3341 -0
  439. package/src/models/mappers.ts +4169 -0
  440. package/src/models/parameters.ts +361 -0
  441. package/src/operations/clusters.ts +588 -0
  442. package/src/operations/datastores.ts +588 -0
  443. package/src/operations/guestAgents.ts +476 -0
  444. package/src/operations/hosts.ts +575 -0
  445. package/src/operations/hybridIdentityMetadataOperations.ts +322 -0
  446. package/src/operations/index.ts +21 -0
  447. package/src/operations/inventoryItems.ts +321 -0
  448. package/src/operations/machineExtensions.ts +603 -0
  449. package/src/operations/operations.ts +137 -0
  450. package/src/operations/resourcePools.ts +588 -0
  451. package/src/operations/vCenters.ts +588 -0
  452. package/src/operations/virtualMachineTemplates.ts +588 -0
  453. package/src/operations/virtualMachines.ts +1237 -0
  454. package/src/operations/virtualNetworks.ts +588 -0
  455. package/src/operationsInterfaces/clusters.ts +114 -0
  456. package/src/operationsInterfaces/datastores.ts +114 -0
  457. package/src/operationsInterfaces/guestAgents.ts +105 -0
  458. package/src/operationsInterfaces/hosts.ts +109 -0
  459. package/src/operationsInterfaces/hybridIdentityMetadataOperations.ts +73 -0
  460. package/src/operationsInterfaces/index.ts +21 -0
  461. package/src/operationsInterfaces/inventoryItems.ts +73 -0
  462. package/src/operationsInterfaces/machineExtensions.ts +147 -0
  463. package/src/operationsInterfaces/operations.ts +22 -0
  464. package/src/operationsInterfaces/resourcePools.ts +114 -0
  465. package/src/operationsInterfaces/vCenters.ts +114 -0
  466. package/src/operationsInterfaces/virtualMachineTemplates.ts +114 -0
  467. package/src/operationsInterfaces/virtualMachines.ts +262 -0
  468. package/src/operationsInterfaces/virtualNetworks.ts +114 -0
  469. package/tsconfig.json +33 -0
  470. package/types/arm-connectedvmware.d.ts +4076 -0
  471. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,4076 @@
1
+ import * as coreAuth from '@azure/core-auth';
2
+ import * as coreClient from '@azure/core-client';
3
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
+ import { PollerLike } from '@azure/core-lro';
5
+ import { PollOperationState } from '@azure/core-lro';
6
+
7
+ /** Summarization of patches available for installation on the machine by classification. */
8
+ export declare interface AvailablePatchCountByClassification {
9
+ /**
10
+ * Number of security patches available for installation.
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly security?: number;
14
+ /**
15
+ * Number of critical patches available for installation.
16
+ * NOTE: This property will not be serialized. It can only be populated by the server.
17
+ */
18
+ readonly critical?: number;
19
+ /**
20
+ * Number of definition patches available for installation.
21
+ * NOTE: This property will not be serialized. It can only be populated by the server.
22
+ */
23
+ readonly definition?: number;
24
+ /**
25
+ * Number of update Rollup patches available for installation.
26
+ * NOTE: This property will not be serialized. It can only be populated by the server.
27
+ */
28
+ readonly updateRollup?: number;
29
+ /**
30
+ * Number of feature pack patches available for installation.
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly featurePack?: number;
34
+ /**
35
+ * Number of service pack patches available for installation.
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly servicePack?: number;
39
+ /**
40
+ * Number of tools patches available for installation.
41
+ * NOTE: This property will not be serialized. It can only be populated by the server.
42
+ */
43
+ readonly tools?: number;
44
+ /**
45
+ * Number of updates category patches available for installation.
46
+ * NOTE: This property will not be serialized. It can only be populated by the server.
47
+ */
48
+ readonly updates?: number;
49
+ /**
50
+ * Number of other patches available for installation.
51
+ * NOTE: This property will not be serialized. It can only be populated by the server.
52
+ */
53
+ readonly other?: number;
54
+ }
55
+
56
+ export declare class AzureArcVMwareManagementServiceAPI extends coreClient.ServiceClient {
57
+ $host: string;
58
+ apiVersion: string;
59
+ subscriptionId: string;
60
+ /**
61
+ * Initializes a new instance of the AzureArcVMwareManagementServiceAPI class.
62
+ * @param credentials Subscription credentials which uniquely identify client subscription.
63
+ * @param subscriptionId The Subscription ID.
64
+ * @param options The parameter options
65
+ */
66
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureArcVMwareManagementServiceAPIOptionalParams);
67
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
68
+ private addCustomApiVersionPolicy;
69
+ operations: Operations;
70
+ virtualMachines: VirtualMachines;
71
+ resourcePools: ResourcePools;
72
+ clusters: Clusters;
73
+ hosts: Hosts;
74
+ datastores: Datastores;
75
+ vCenters: VCenters;
76
+ virtualMachineTemplates: VirtualMachineTemplates;
77
+ virtualNetworks: VirtualNetworks;
78
+ inventoryItems: InventoryItems;
79
+ hybridIdentityMetadataOperations: HybridIdentityMetadataOperations;
80
+ machineExtensions: MachineExtensions;
81
+ guestAgents: GuestAgents;
82
+ }
83
+
84
+ /** Optional parameters. */
85
+ export declare interface AzureArcVMwareManagementServiceAPIOptionalParams extends coreClient.ServiceClientOptions {
86
+ /** server parameter */
87
+ $host?: string;
88
+ /** Api Version */
89
+ apiVersion?: string;
90
+ /** Overrides client endpoint. */
91
+ endpoint?: string;
92
+ }
93
+
94
+ /** Define the cluster. */
95
+ export declare interface Cluster {
96
+ /** Gets or sets the location. */
97
+ location: string;
98
+ /** Gets or sets the extended location. */
99
+ extendedLocation?: ExtendedLocation;
100
+ /**
101
+ * The system data.
102
+ * NOTE: This property will not be serialized. It can only be populated by the server.
103
+ */
104
+ readonly systemData?: SystemData;
105
+ /** Gets or sets the Resource tags. */
106
+ tags?: {
107
+ [propertyName: string]: string;
108
+ };
109
+ /**
110
+ * Gets or sets the name.
111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
112
+ */
113
+ readonly name?: string;
114
+ /**
115
+ * Gets or sets the Id.
116
+ * NOTE: This property will not be serialized. It can only be populated by the server.
117
+ */
118
+ readonly id?: string;
119
+ /**
120
+ * Gets or sets the type of the resource.
121
+ * NOTE: This property will not be serialized. It can only be populated by the server.
122
+ */
123
+ readonly type?: string;
124
+ /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
125
+ kind?: string;
126
+ /**
127
+ * Gets or sets a unique identifier for this resource.
128
+ * NOTE: This property will not be serialized. It can only be populated by the server.
129
+ */
130
+ readonly uuid?: string;
131
+ /** Gets or sets the ARM Id of the vCenter resource in which this cluster resides. */
132
+ vCenterId?: string;
133
+ /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster. */
134
+ moRefId?: string;
135
+ /** Gets or sets the inventory Item ID for the cluster. */
136
+ inventoryItemId?: string;
137
+ /**
138
+ * Gets or sets the vCenter Managed Object name for the cluster.
139
+ * NOTE: This property will not be serialized. It can only be populated by the server.
140
+ */
141
+ readonly moName?: string;
142
+ /**
143
+ * The resource status information.
144
+ * NOTE: This property will not be serialized. It can only be populated by the server.
145
+ */
146
+ readonly statuses?: ResourceStatus[];
147
+ /**
148
+ * Gets the name of the corresponding resource in Kubernetes.
149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
150
+ */
151
+ readonly customResourceName?: string;
152
+ /**
153
+ * Gets or sets the datastore ARM ids.
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly datastoreIds?: string[];
157
+ /**
158
+ * Gets or sets the network ARM ids.
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly networkIds?: string[];
162
+ /**
163
+ * Gets or sets the provisioning state.
164
+ * NOTE: This property will not be serialized. It can only be populated by the server.
165
+ */
166
+ readonly provisioningState?: string;
167
+ }
168
+
169
+ /** The cluster inventory item. */
170
+ export declare interface ClusterInventoryItem extends InventoryItemProperties {
171
+ /** Polymorphic discriminator, which specifies the different types this object can be */
172
+ inventoryType: "Cluster";
173
+ }
174
+
175
+ /** Interface representing a Clusters. */
176
+ export declare interface Clusters {
177
+ /**
178
+ * List of clusters in a subscription.
179
+ * @param options The options parameters.
180
+ */
181
+ list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
182
+ /**
183
+ * List of clusters in a resource group.
184
+ * @param resourceGroupName The Resource Group Name.
185
+ * @param options The options parameters.
186
+ */
187
+ listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
188
+ /**
189
+ * Create Or Update cluster.
190
+ * @param resourceGroupName The Resource Group Name.
191
+ * @param clusterName Name of the cluster.
192
+ * @param options The options parameters.
193
+ */
194
+ beginCreate(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateResponse>, ClustersCreateResponse>>;
195
+ /**
196
+ * Create Or Update cluster.
197
+ * @param resourceGroupName The Resource Group Name.
198
+ * @param clusterName Name of the cluster.
199
+ * @param options The options parameters.
200
+ */
201
+ beginCreateAndWait(resourceGroupName: string, clusterName: string, options?: ClustersCreateOptionalParams): Promise<ClustersCreateResponse>;
202
+ /**
203
+ * Implements cluster GET method.
204
+ * @param resourceGroupName The Resource Group Name.
205
+ * @param clusterName Name of the cluster.
206
+ * @param options The options parameters.
207
+ */
208
+ get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
209
+ /**
210
+ * API to update certain properties of the cluster resource.
211
+ * @param resourceGroupName The Resource Group Name.
212
+ * @param clusterName Name of the cluster.
213
+ * @param options The options parameters.
214
+ */
215
+ update(resourceGroupName: string, clusterName: string, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
216
+ /**
217
+ * Implements cluster DELETE method.
218
+ * @param resourceGroupName The Resource Group Name.
219
+ * @param clusterName Name of the cluster.
220
+ * @param options The options parameters.
221
+ */
222
+ beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
223
+ /**
224
+ * Implements cluster DELETE method.
225
+ * @param resourceGroupName The Resource Group Name.
226
+ * @param clusterName Name of the cluster.
227
+ * @param options The options parameters.
228
+ */
229
+ beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
230
+ }
231
+
232
+ /** Optional parameters. */
233
+ export declare interface ClustersCreateOptionalParams extends coreClient.OperationOptions {
234
+ /** Request payload. */
235
+ body?: Cluster;
236
+ /** Delay to wait until next poll, in milliseconds. */
237
+ updateIntervalInMs?: number;
238
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
239
+ resumeFrom?: string;
240
+ }
241
+
242
+ /** Contains response data for the create operation. */
243
+ export declare type ClustersCreateResponse = Cluster;
244
+
245
+ /** Optional parameters. */
246
+ export declare interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
247
+ /** Whether force delete was specified. */
248
+ force?: boolean;
249
+ /** Delay to wait until next poll, in milliseconds. */
250
+ updateIntervalInMs?: number;
251
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
252
+ resumeFrom?: string;
253
+ }
254
+
255
+ /** Optional parameters. */
256
+ export declare interface ClustersGetOptionalParams extends coreClient.OperationOptions {
257
+ }
258
+
259
+ /** Contains response data for the get operation. */
260
+ export declare type ClustersGetResponse = Cluster;
261
+
262
+ /** List of Clusters. */
263
+ export declare interface ClustersList {
264
+ /** Url to follow for getting next page of Clusters. */
265
+ nextLink?: string;
266
+ /** Array of Clusters */
267
+ value: Cluster[];
268
+ }
269
+
270
+ /** Optional parameters. */
271
+ export declare interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
272
+ }
273
+
274
+ /** Contains response data for the listByResourceGroupNext operation. */
275
+ export declare type ClustersListByResourceGroupNextResponse = ClustersList;
276
+
277
+ /** Optional parameters. */
278
+ export declare interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
279
+ }
280
+
281
+ /** Contains response data for the listByResourceGroup operation. */
282
+ export declare type ClustersListByResourceGroupResponse = ClustersList;
283
+
284
+ /** Optional parameters. */
285
+ export declare interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
286
+ }
287
+
288
+ /** Contains response data for the listNext operation. */
289
+ export declare type ClustersListNextResponse = ClustersList;
290
+
291
+ /** Optional parameters. */
292
+ export declare interface ClustersListOptionalParams extends coreClient.OperationOptions {
293
+ }
294
+
295
+ /** Contains response data for the list operation. */
296
+ export declare type ClustersListResponse = ClustersList;
297
+
298
+ /** Optional parameters. */
299
+ export declare interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
300
+ /** Resource properties to update. */
301
+ body?: ResourcePatch;
302
+ }
303
+
304
+ /** Contains response data for the update operation. */
305
+ export declare type ClustersUpdateResponse = Cluster;
306
+
307
+ /** Condition defines an extension to status. */
308
+ export declare interface Condition {
309
+ /**
310
+ * Status of the condition.
311
+ * NOTE: This property will not be serialized. It can only be populated by the server.
312
+ */
313
+ readonly status?: string;
314
+ /**
315
+ * The reason for the condition's status.
316
+ * NOTE: This property will not be serialized. It can only be populated by the server.
317
+ */
318
+ readonly reason?: string;
319
+ /**
320
+ * A human readable message indicating details about the status.
321
+ * NOTE: This property will not be serialized. It can only be populated by the server.
322
+ */
323
+ readonly message?: string;
324
+ /**
325
+ * Severity with which to treat failures of this type of condition.
326
+ * NOTE: This property will not be serialized. It can only be populated by the server.
327
+ */
328
+ readonly severity?: string;
329
+ }
330
+
331
+ /**
332
+ * Defines values for CreatedByType. \
333
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
334
+ * this enum contains the known values that the service supports.
335
+ * ### Known values supported by the service
336
+ * **User** \
337
+ * **Application** \
338
+ * **ManagedIdentity** \
339
+ * **Key**
340
+ */
341
+ export declare type CreatedByType = string;
342
+
343
+ /** Define the datastore. */
344
+ export declare interface Datastore {
345
+ /** Gets or sets the location. */
346
+ location: string;
347
+ /** Gets or sets the extended location. */
348
+ extendedLocation?: ExtendedLocation;
349
+ /**
350
+ * The system data.
351
+ * NOTE: This property will not be serialized. It can only be populated by the server.
352
+ */
353
+ readonly systemData?: SystemData;
354
+ /** Gets or sets the Resource tags. */
355
+ tags?: {
356
+ [propertyName: string]: string;
357
+ };
358
+ /**
359
+ * Gets or sets the name.
360
+ * NOTE: This property will not be serialized. It can only be populated by the server.
361
+ */
362
+ readonly name?: string;
363
+ /**
364
+ * Gets or sets the Id.
365
+ * NOTE: This property will not be serialized. It can only be populated by the server.
366
+ */
367
+ readonly id?: string;
368
+ /**
369
+ * Gets or sets the type of the resource.
370
+ * NOTE: This property will not be serialized. It can only be populated by the server.
371
+ */
372
+ readonly type?: string;
373
+ /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
374
+ kind?: string;
375
+ /**
376
+ * Gets or sets a unique identifier for this resource.
377
+ * NOTE: This property will not be serialized. It can only be populated by the server.
378
+ */
379
+ readonly uuid?: string;
380
+ /** Gets or sets the ARM Id of the vCenter resource in which this datastore resides. */
381
+ vCenterId?: string;
382
+ /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore. */
383
+ moRefId?: string;
384
+ /** Gets or sets the inventory Item ID for the datastore. */
385
+ inventoryItemId?: string;
386
+ /**
387
+ * Gets or sets the vCenter Managed Object name for the datastore.
388
+ * NOTE: This property will not be serialized. It can only be populated by the server.
389
+ */
390
+ readonly moName?: string;
391
+ /**
392
+ * The resource status information.
393
+ * NOTE: This property will not be serialized. It can only be populated by the server.
394
+ */
395
+ readonly statuses?: ResourceStatus[];
396
+ /**
397
+ * Gets the name of the corresponding resource in Kubernetes.
398
+ * NOTE: This property will not be serialized. It can only be populated by the server.
399
+ */
400
+ readonly customResourceName?: string;
401
+ /**
402
+ * Provisioning state of the resource.
403
+ * NOTE: This property will not be serialized. It can only be populated by the server.
404
+ */
405
+ readonly provisioningState?: ProvisioningState;
406
+ }
407
+
408
+ /** The datastore inventory item. */
409
+ export declare interface DatastoreInventoryItem extends InventoryItemProperties {
410
+ /** Polymorphic discriminator, which specifies the different types this object can be */
411
+ inventoryType: "Datastore";
412
+ /** Gets or sets Maximum capacity of this datastore, in GBs. */
413
+ capacityGB?: number;
414
+ /** Gets or sets Available space of this datastore, in GBs. */
415
+ freeSpaceGB?: number;
416
+ }
417
+
418
+ /** Interface representing a Datastores. */
419
+ export declare interface Datastores {
420
+ /**
421
+ * List of datastores in a subscription.
422
+ * @param options The options parameters.
423
+ */
424
+ list(options?: DatastoresListOptionalParams): PagedAsyncIterableIterator<Datastore>;
425
+ /**
426
+ * List of datastores in a resource group.
427
+ * @param resourceGroupName The Resource Group Name.
428
+ * @param options The options parameters.
429
+ */
430
+ listByResourceGroup(resourceGroupName: string, options?: DatastoresListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Datastore>;
431
+ /**
432
+ * Create Or Update datastore.
433
+ * @param resourceGroupName The Resource Group Name.
434
+ * @param datastoreName Name of the datastore.
435
+ * @param options The options parameters.
436
+ */
437
+ beginCreate(resourceGroupName: string, datastoreName: string, options?: DatastoresCreateOptionalParams): Promise<PollerLike<PollOperationState<DatastoresCreateResponse>, DatastoresCreateResponse>>;
438
+ /**
439
+ * Create Or Update datastore.
440
+ * @param resourceGroupName The Resource Group Name.
441
+ * @param datastoreName Name of the datastore.
442
+ * @param options The options parameters.
443
+ */
444
+ beginCreateAndWait(resourceGroupName: string, datastoreName: string, options?: DatastoresCreateOptionalParams): Promise<DatastoresCreateResponse>;
445
+ /**
446
+ * Implements datastore GET method.
447
+ * @param resourceGroupName The Resource Group Name.
448
+ * @param datastoreName Name of the datastore.
449
+ * @param options The options parameters.
450
+ */
451
+ get(resourceGroupName: string, datastoreName: string, options?: DatastoresGetOptionalParams): Promise<DatastoresGetResponse>;
452
+ /**
453
+ * API to update certain properties of the datastore resource.
454
+ * @param resourceGroupName The Resource Group Name.
455
+ * @param datastoreName Name of the datastore.
456
+ * @param options The options parameters.
457
+ */
458
+ update(resourceGroupName: string, datastoreName: string, options?: DatastoresUpdateOptionalParams): Promise<DatastoresUpdateResponse>;
459
+ /**
460
+ * Implements datastore DELETE method.
461
+ * @param resourceGroupName The Resource Group Name.
462
+ * @param datastoreName Name of the datastore.
463
+ * @param options The options parameters.
464
+ */
465
+ beginDelete(resourceGroupName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
466
+ /**
467
+ * Implements datastore DELETE method.
468
+ * @param resourceGroupName The Resource Group Name.
469
+ * @param datastoreName Name of the datastore.
470
+ * @param options The options parameters.
471
+ */
472
+ beginDeleteAndWait(resourceGroupName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams): Promise<void>;
473
+ }
474
+
475
+ /** Optional parameters. */
476
+ export declare interface DatastoresCreateOptionalParams extends coreClient.OperationOptions {
477
+ /** Request payload. */
478
+ body?: Datastore;
479
+ /** Delay to wait until next poll, in milliseconds. */
480
+ updateIntervalInMs?: number;
481
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
482
+ resumeFrom?: string;
483
+ }
484
+
485
+ /** Contains response data for the create operation. */
486
+ export declare type DatastoresCreateResponse = Datastore;
487
+
488
+ /** Optional parameters. */
489
+ export declare interface DatastoresDeleteOptionalParams extends coreClient.OperationOptions {
490
+ /** Whether force delete was specified. */
491
+ force?: boolean;
492
+ /** Delay to wait until next poll, in milliseconds. */
493
+ updateIntervalInMs?: number;
494
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
495
+ resumeFrom?: string;
496
+ }
497
+
498
+ /** Optional parameters. */
499
+ export declare interface DatastoresGetOptionalParams extends coreClient.OperationOptions {
500
+ }
501
+
502
+ /** Contains response data for the get operation. */
503
+ export declare type DatastoresGetResponse = Datastore;
504
+
505
+ /** List of Datastores. */
506
+ export declare interface DatastoresList {
507
+ /** Url to follow for getting next page of Datastores. */
508
+ nextLink?: string;
509
+ /** Array of Datastores */
510
+ value: Datastore[];
511
+ }
512
+
513
+ /** Optional parameters. */
514
+ export declare interface DatastoresListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
515
+ }
516
+
517
+ /** Contains response data for the listByResourceGroupNext operation. */
518
+ export declare type DatastoresListByResourceGroupNextResponse = DatastoresList;
519
+
520
+ /** Optional parameters. */
521
+ export declare interface DatastoresListByResourceGroupOptionalParams extends coreClient.OperationOptions {
522
+ }
523
+
524
+ /** Contains response data for the listByResourceGroup operation. */
525
+ export declare type DatastoresListByResourceGroupResponse = DatastoresList;
526
+
527
+ /** Optional parameters. */
528
+ export declare interface DatastoresListNextOptionalParams extends coreClient.OperationOptions {
529
+ }
530
+
531
+ /** Contains response data for the listNext operation. */
532
+ export declare type DatastoresListNextResponse = DatastoresList;
533
+
534
+ /** Optional parameters. */
535
+ export declare interface DatastoresListOptionalParams extends coreClient.OperationOptions {
536
+ }
537
+
538
+ /** Contains response data for the list operation. */
539
+ export declare type DatastoresListResponse = DatastoresList;
540
+
541
+ /** Optional parameters. */
542
+ export declare interface DatastoresUpdateOptionalParams extends coreClient.OperationOptions {
543
+ /** Resource properties to update. */
544
+ body?: ResourcePatch;
545
+ }
546
+
547
+ /** Contains response data for the update operation. */
548
+ export declare type DatastoresUpdateResponse = Datastore;
549
+
550
+ /**
551
+ * Defines values for DiskMode. \
552
+ * {@link KnownDiskMode} can be used interchangeably with DiskMode,
553
+ * this enum contains the known values that the service supports.
554
+ * ### Known values supported by the service
555
+ * **persistent** \
556
+ * **independent_persistent** \
557
+ * **independent_nonpersistent**
558
+ */
559
+ export declare type DiskMode = string;
560
+
561
+ /**
562
+ * Defines values for DiskType. \
563
+ * {@link KnownDiskType} can be used interchangeably with DiskType,
564
+ * this enum contains the known values that the service supports.
565
+ * ### Known values supported by the service
566
+ * **flat** \
567
+ * **pmem** \
568
+ * **rawphysical** \
569
+ * **rawvirtual** \
570
+ * **sparse** \
571
+ * **sesparse** \
572
+ * **unknown**
573
+ */
574
+ export declare type DiskType = string;
575
+
576
+ /** Error definition. */
577
+ export declare interface ErrorDefinition {
578
+ /**
579
+ * Service specific error code which serves as the substatus for the HTTP error code.
580
+ * NOTE: This property will not be serialized. It can only be populated by the server.
581
+ */
582
+ readonly code?: string;
583
+ /**
584
+ * Description of the error.
585
+ * NOTE: This property will not be serialized. It can only be populated by the server.
586
+ */
587
+ readonly message?: string;
588
+ /**
589
+ * Internal error details.
590
+ * NOTE: This property will not be serialized. It can only be populated by the server.
591
+ */
592
+ readonly details?: ErrorDefinition[];
593
+ }
594
+
595
+ /** Error details. */
596
+ export declare interface ErrorDetail {
597
+ /** The error's code. */
598
+ code: string;
599
+ /** A human readable error message. */
600
+ message: string;
601
+ /** Indicates which property in the request is responsible for the error. */
602
+ target?: string;
603
+ /** Additional error details. */
604
+ details?: ErrorDetail[];
605
+ }
606
+
607
+ /** Error response. */
608
+ export declare interface ErrorResponse {
609
+ /** The error details. */
610
+ error?: ErrorDefinition;
611
+ }
612
+
613
+ /** The extended location. */
614
+ export declare interface ExtendedLocation {
615
+ /** The extended location type. */
616
+ type?: string;
617
+ /** The extended location name. */
618
+ name?: string;
619
+ }
620
+
621
+ /**
622
+ * Defines values for FirmwareType. \
623
+ * {@link KnownFirmwareType} can be used interchangeably with FirmwareType,
624
+ * this enum contains the known values that the service supports.
625
+ * ### Known values supported by the service
626
+ * **bios** \
627
+ * **efi**
628
+ */
629
+ export declare type FirmwareType = string;
630
+
631
+ /** Defines the GuestAgent. */
632
+ export declare interface GuestAgent extends ProxyResource {
633
+ /**
634
+ * The system data.
635
+ * NOTE: This property will not be serialized. It can only be populated by the server.
636
+ */
637
+ readonly systemData?: SystemData;
638
+ /**
639
+ * Gets or sets a unique identifier for this resource.
640
+ * NOTE: This property will not be serialized. It can only be populated by the server.
641
+ */
642
+ readonly uuid?: string;
643
+ /** Username / Password Credentials to provision guest agent. */
644
+ credentials?: GuestCredential;
645
+ /** HTTP Proxy configuration for the VM. */
646
+ httpProxyConfig?: HttpProxyConfiguration;
647
+ /** Gets or sets the guest agent provisioning action. */
648
+ provisioningAction?: ProvisioningAction;
649
+ /**
650
+ * Gets or sets the guest agent status.
651
+ * NOTE: This property will not be serialized. It can only be populated by the server.
652
+ */
653
+ readonly status?: string;
654
+ /**
655
+ * Gets the name of the corresponding resource in Kubernetes.
656
+ * NOTE: This property will not be serialized. It can only be populated by the server.
657
+ */
658
+ readonly customResourceName?: string;
659
+ /**
660
+ * The resource status information.
661
+ * NOTE: This property will not be serialized. It can only be populated by the server.
662
+ */
663
+ readonly statuses?: ResourceStatus[];
664
+ /**
665
+ * Gets or sets the provisioning state.
666
+ * NOTE: This property will not be serialized. It can only be populated by the server.
667
+ */
668
+ readonly provisioningState?: string;
669
+ }
670
+
671
+ /** List of GuestAgent. */
672
+ export declare interface GuestAgentList {
673
+ /** Url to follow for getting next page of GuestAgent. */
674
+ nextLink?: string;
675
+ /** Array of GuestAgent */
676
+ value: GuestAgent[];
677
+ }
678
+
679
+ /** Defines the resource properties. */
680
+ export declare interface GuestAgentProfile {
681
+ /**
682
+ * Specifies the VM's unique SMBIOS ID.
683
+ * NOTE: This property will not be serialized. It can only be populated by the server.
684
+ */
685
+ readonly vmUuid?: string;
686
+ /**
687
+ * The status of the hybrid machine agent.
688
+ * NOTE: This property will not be serialized. It can only be populated by the server.
689
+ */
690
+ readonly status?: StatusTypes;
691
+ /**
692
+ * The time of the last status change.
693
+ * NOTE: This property will not be serialized. It can only be populated by the server.
694
+ */
695
+ readonly lastStatusChange?: Date;
696
+ /**
697
+ * The hybrid machine agent full version.
698
+ * NOTE: This property will not be serialized. It can only be populated by the server.
699
+ */
700
+ readonly agentVersion?: string;
701
+ /**
702
+ * Details about the error state.
703
+ * NOTE: This property will not be serialized. It can only be populated by the server.
704
+ */
705
+ readonly errorDetails?: ErrorDetail[];
706
+ }
707
+
708
+ /** Interface representing a GuestAgents. */
709
+ export declare interface GuestAgents {
710
+ /**
711
+ * Returns the list of GuestAgent of the given vm.
712
+ * @param resourceGroupName The Resource Group Name.
713
+ * @param virtualMachineName Name of the vm.
714
+ * @param options The options parameters.
715
+ */
716
+ listByVm(resourceGroupName: string, virtualMachineName: string, options?: GuestAgentsListByVmOptionalParams): PagedAsyncIterableIterator<GuestAgent>;
717
+ /**
718
+ * Create Or Update GuestAgent.
719
+ * @param resourceGroupName The Resource Group Name.
720
+ * @param virtualMachineName Name of the vm.
721
+ * @param name Name of the guestAgents.
722
+ * @param options The options parameters.
723
+ */
724
+ beginCreate(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsCreateOptionalParams): Promise<PollerLike<PollOperationState<GuestAgentsCreateResponse>, GuestAgentsCreateResponse>>;
725
+ /**
726
+ * Create Or Update GuestAgent.
727
+ * @param resourceGroupName The Resource Group Name.
728
+ * @param virtualMachineName Name of the vm.
729
+ * @param name Name of the guestAgents.
730
+ * @param options The options parameters.
731
+ */
732
+ beginCreateAndWait(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsCreateOptionalParams): Promise<GuestAgentsCreateResponse>;
733
+ /**
734
+ * Implements GuestAgent GET method.
735
+ * @param resourceGroupName The Resource Group Name.
736
+ * @param virtualMachineName Name of the vm.
737
+ * @param name Name of the GuestAgent.
738
+ * @param options The options parameters.
739
+ */
740
+ get(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsGetOptionalParams): Promise<GuestAgentsGetResponse>;
741
+ /**
742
+ * Implements GuestAgent DELETE method.
743
+ * @param resourceGroupName The Resource Group Name.
744
+ * @param virtualMachineName Name of the vm.
745
+ * @param name Name of the GuestAgent.
746
+ * @param options The options parameters.
747
+ */
748
+ beginDelete(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
749
+ /**
750
+ * Implements GuestAgent DELETE method.
751
+ * @param resourceGroupName The Resource Group Name.
752
+ * @param virtualMachineName Name of the vm.
753
+ * @param name Name of the GuestAgent.
754
+ * @param options The options parameters.
755
+ */
756
+ beginDeleteAndWait(resourceGroupName: string, virtualMachineName: string, name: string, options?: GuestAgentsDeleteOptionalParams): Promise<void>;
757
+ }
758
+
759
+ /** Optional parameters. */
760
+ export declare interface GuestAgentsCreateOptionalParams extends coreClient.OperationOptions {
761
+ /** Request payload. */
762
+ body?: GuestAgent;
763
+ /** Delay to wait until next poll, in milliseconds. */
764
+ updateIntervalInMs?: number;
765
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
766
+ resumeFrom?: string;
767
+ }
768
+
769
+ /** Contains response data for the create operation. */
770
+ export declare type GuestAgentsCreateResponse = GuestAgent;
771
+
772
+ /** Optional parameters. */
773
+ export declare interface GuestAgentsDeleteOptionalParams extends coreClient.OperationOptions {
774
+ /** Delay to wait until next poll, in milliseconds. */
775
+ updateIntervalInMs?: number;
776
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
777
+ resumeFrom?: string;
778
+ }
779
+
780
+ /** Optional parameters. */
781
+ export declare interface GuestAgentsGetOptionalParams extends coreClient.OperationOptions {
782
+ }
783
+
784
+ /** Contains response data for the get operation. */
785
+ export declare type GuestAgentsGetResponse = GuestAgent;
786
+
787
+ /** Optional parameters. */
788
+ export declare interface GuestAgentsListByVmNextOptionalParams extends coreClient.OperationOptions {
789
+ }
790
+
791
+ /** Contains response data for the listByVmNext operation. */
792
+ export declare type GuestAgentsListByVmNextResponse = GuestAgentList;
793
+
794
+ /** Optional parameters. */
795
+ export declare interface GuestAgentsListByVmOptionalParams extends coreClient.OperationOptions {
796
+ }
797
+
798
+ /** Contains response data for the listByVm operation. */
799
+ export declare type GuestAgentsListByVmResponse = GuestAgentList;
800
+
801
+ /** Username / Password Credentials to connect to guest. */
802
+ export declare interface GuestCredential {
803
+ /** Gets or sets username to connect with the guest. */
804
+ username?: string;
805
+ /** Gets or sets the password to connect with the guest. */
806
+ password?: string;
807
+ }
808
+
809
+ /** Defines the resource properties. */
810
+ export declare interface HardwareProfile {
811
+ /** Gets or sets memory size in MBs for the vm. */
812
+ memorySizeMB?: number;
813
+ /** Gets or sets the number of vCPUs for the vm. */
814
+ numCPUs?: number;
815
+ /** Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified. */
816
+ numCoresPerSocket?: number;
817
+ /**
818
+ * Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running.
819
+ * NOTE: This property will not be serialized. It can only be populated by the server.
820
+ */
821
+ readonly cpuHotAddEnabled?: boolean;
822
+ /**
823
+ * Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.
824
+ * NOTE: This property will not be serialized. It can only be populated by the server.
825
+ */
826
+ readonly cpuHotRemoveEnabled?: boolean;
827
+ /**
828
+ * Gets or sets a value indicating whether memory can be added while this virtual machine is running.
829
+ * NOTE: This property will not be serialized. It can only be populated by the server.
830
+ */
831
+ readonly memoryHotAddEnabled?: boolean;
832
+ }
833
+
834
+ /** Define the host. */
835
+ export declare interface Host {
836
+ /** Gets or sets the location. */
837
+ location: string;
838
+ /** Gets or sets the extended location. */
839
+ extendedLocation?: ExtendedLocation;
840
+ /**
841
+ * The system data.
842
+ * NOTE: This property will not be serialized. It can only be populated by the server.
843
+ */
844
+ readonly systemData?: SystemData;
845
+ /** Gets or sets the Resource tags. */
846
+ tags?: {
847
+ [propertyName: string]: string;
848
+ };
849
+ /**
850
+ * Gets or sets the name.
851
+ * NOTE: This property will not be serialized. It can only be populated by the server.
852
+ */
853
+ readonly name?: string;
854
+ /**
855
+ * Gets or sets the Id.
856
+ * NOTE: This property will not be serialized. It can only be populated by the server.
857
+ */
858
+ readonly id?: string;
859
+ /**
860
+ * Gets or sets the type of the resource.
861
+ * NOTE: This property will not be serialized. It can only be populated by the server.
862
+ */
863
+ readonly type?: string;
864
+ /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
865
+ kind?: string;
866
+ /**
867
+ * Gets or sets a unique identifier for this resource.
868
+ * NOTE: This property will not be serialized. It can only be populated by the server.
869
+ */
870
+ readonly uuid?: string;
871
+ /** Gets or sets the ARM Id of the vCenter resource in which this host resides. */
872
+ vCenterId?: string;
873
+ /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host. */
874
+ moRefId?: string;
875
+ /** Gets or sets the inventory Item ID for the host. */
876
+ inventoryItemId?: string;
877
+ /**
878
+ * Gets or sets the vCenter Managed Object name for the host.
879
+ * NOTE: This property will not be serialized. It can only be populated by the server.
880
+ */
881
+ readonly moName?: string;
882
+ /**
883
+ * The resource status information.
884
+ * NOTE: This property will not be serialized. It can only be populated by the server.
885
+ */
886
+ readonly statuses?: ResourceStatus[];
887
+ /**
888
+ * Gets the name of the corresponding resource in Kubernetes.
889
+ * NOTE: This property will not be serialized. It can only be populated by the server.
890
+ */
891
+ readonly customResourceName?: string;
892
+ /**
893
+ * Gets or sets the provisioning state.
894
+ * NOTE: This property will not be serialized. It can only be populated by the server.
895
+ */
896
+ readonly provisioningState?: string;
897
+ }
898
+
899
+ /** The host inventory item. */
900
+ export declare interface HostInventoryItem extends InventoryItemProperties {
901
+ /** Polymorphic discriminator, which specifies the different types this object can be */
902
+ inventoryType: "Host";
903
+ /** Parent host inventory resource details. */
904
+ parent?: InventoryItemDetails;
905
+ }
906
+
907
+ /** Interface representing a Hosts. */
908
+ export declare interface Hosts {
909
+ /**
910
+ * List of hosts in a subscription.
911
+ * @param options The options parameters.
912
+ */
913
+ list(options?: HostsListOptionalParams): PagedAsyncIterableIterator<Host>;
914
+ /**
915
+ * List of hosts in a resource group.
916
+ * @param resourceGroupName The Resource Group Name.
917
+ * @param options The options parameters.
918
+ */
919
+ listByResourceGroup(resourceGroupName: string, options?: HostsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Host>;
920
+ /**
921
+ * Create Or Update host.
922
+ * @param resourceGroupName The Resource Group Name.
923
+ * @param hostName Name of the host.
924
+ * @param options The options parameters.
925
+ */
926
+ beginCreate(resourceGroupName: string, hostName: string, options?: HostsCreateOptionalParams): Promise<PollerLike<PollOperationState<HostsCreateResponse>, HostsCreateResponse>>;
927
+ /**
928
+ * Create Or Update host.
929
+ * @param resourceGroupName The Resource Group Name.
930
+ * @param hostName Name of the host.
931
+ * @param options The options parameters.
932
+ */
933
+ beginCreateAndWait(resourceGroupName: string, hostName: string, options?: HostsCreateOptionalParams): Promise<HostsCreateResponse>;
934
+ /**
935
+ * Implements host GET method.
936
+ * @param resourceGroupName The Resource Group Name.
937
+ * @param hostName Name of the host.
938
+ * @param options The options parameters.
939
+ */
940
+ get(resourceGroupName: string, hostName: string, options?: HostsGetOptionalParams): Promise<HostsGetResponse>;
941
+ /**
942
+ * API to update certain properties of the host resource.
943
+ * @param resourceGroupName The Resource Group Name.
944
+ * @param hostName Name of the host.
945
+ * @param options The options parameters.
946
+ */
947
+ update(resourceGroupName: string, hostName: string, options?: HostsUpdateOptionalParams): Promise<HostsUpdateResponse>;
948
+ /**
949
+ * Implements host DELETE method.
950
+ * @param resourceGroupName The Resource Group Name.
951
+ * @param hostName Name of the host.
952
+ * @param options The options parameters.
953
+ */
954
+ beginDelete(resourceGroupName: string, hostName: string, options?: HostsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
955
+ /**
956
+ * Implements host DELETE method.
957
+ * @param resourceGroupName The Resource Group Name.
958
+ * @param hostName Name of the host.
959
+ * @param options The options parameters.
960
+ */
961
+ beginDeleteAndWait(resourceGroupName: string, hostName: string, options?: HostsDeleteOptionalParams): Promise<void>;
962
+ }
963
+
964
+ /** Optional parameters. */
965
+ export declare interface HostsCreateOptionalParams extends coreClient.OperationOptions {
966
+ /** Request payload. */
967
+ body?: Host;
968
+ /** Delay to wait until next poll, in milliseconds. */
969
+ updateIntervalInMs?: number;
970
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
971
+ resumeFrom?: string;
972
+ }
973
+
974
+ /** Contains response data for the create operation. */
975
+ export declare type HostsCreateResponse = Host;
976
+
977
+ /** Optional parameters. */
978
+ export declare interface HostsDeleteOptionalParams extends coreClient.OperationOptions {
979
+ /** Whether force delete was specified. */
980
+ force?: boolean;
981
+ /** Delay to wait until next poll, in milliseconds. */
982
+ updateIntervalInMs?: number;
983
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
984
+ resumeFrom?: string;
985
+ }
986
+
987
+ /** Optional parameters. */
988
+ export declare interface HostsGetOptionalParams extends coreClient.OperationOptions {
989
+ }
990
+
991
+ /** Contains response data for the get operation. */
992
+ export declare type HostsGetResponse = Host;
993
+
994
+ /** List of Hosts. */
995
+ export declare interface HostsList {
996
+ /** Url to follow for getting next page of Hosts. */
997
+ nextLink?: string;
998
+ /** Array of Hosts */
999
+ value: Host[];
1000
+ }
1001
+
1002
+ /** Optional parameters. */
1003
+ export declare interface HostsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1004
+ }
1005
+
1006
+ /** Contains response data for the listByResourceGroupNext operation. */
1007
+ export declare type HostsListByResourceGroupNextResponse = HostsList;
1008
+
1009
+ /** Optional parameters. */
1010
+ export declare interface HostsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1011
+ }
1012
+
1013
+ /** Contains response data for the listByResourceGroup operation. */
1014
+ export declare type HostsListByResourceGroupResponse = HostsList;
1015
+
1016
+ /** Optional parameters. */
1017
+ export declare interface HostsListNextOptionalParams extends coreClient.OperationOptions {
1018
+ }
1019
+
1020
+ /** Contains response data for the listNext operation. */
1021
+ export declare type HostsListNextResponse = HostsList;
1022
+
1023
+ /** Optional parameters. */
1024
+ export declare interface HostsListOptionalParams extends coreClient.OperationOptions {
1025
+ }
1026
+
1027
+ /** Contains response data for the list operation. */
1028
+ export declare type HostsListResponse = HostsList;
1029
+
1030
+ /** Optional parameters. */
1031
+ export declare interface HostsUpdateOptionalParams extends coreClient.OperationOptions {
1032
+ /** Resource properties to update. */
1033
+ body?: ResourcePatch;
1034
+ }
1035
+
1036
+ /** Contains response data for the update operation. */
1037
+ export declare type HostsUpdateResponse = Host;
1038
+
1039
+ /** HTTP Proxy configuration for the VM. */
1040
+ export declare interface HttpProxyConfiguration {
1041
+ /** Gets or sets httpsProxy url. */
1042
+ httpsProxy?: string;
1043
+ }
1044
+
1045
+ /** Defines the HybridIdentityMetadata. */
1046
+ export declare interface HybridIdentityMetadata extends ProxyResource {
1047
+ /**
1048
+ * The system data.
1049
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1050
+ */
1051
+ readonly systemData?: SystemData;
1052
+ /** Gets or sets the Vm Id. */
1053
+ vmId?: string;
1054
+ /** Gets or sets the Public Key. */
1055
+ publicKey?: string;
1056
+ /**
1057
+ * The identity of the resource.
1058
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1059
+ */
1060
+ readonly identity?: Identity;
1061
+ /**
1062
+ * Gets or sets the provisioning state.
1063
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1064
+ */
1065
+ readonly provisioningState?: string;
1066
+ }
1067
+
1068
+ /** Optional parameters. */
1069
+ export declare interface HybridIdentityMetadataCreateOptionalParams extends coreClient.OperationOptions {
1070
+ /** Request payload. */
1071
+ body?: HybridIdentityMetadata;
1072
+ }
1073
+
1074
+ /** Contains response data for the create operation. */
1075
+ export declare type HybridIdentityMetadataCreateResponse = HybridIdentityMetadata;
1076
+
1077
+ /** Optional parameters. */
1078
+ export declare interface HybridIdentityMetadataDeleteOptionalParams extends coreClient.OperationOptions {
1079
+ }
1080
+
1081
+ /** Optional parameters. */
1082
+ export declare interface HybridIdentityMetadataGetOptionalParams extends coreClient.OperationOptions {
1083
+ }
1084
+
1085
+ /** Contains response data for the get operation. */
1086
+ export declare type HybridIdentityMetadataGetResponse = HybridIdentityMetadata;
1087
+
1088
+ /** List of HybridIdentityMetadata. */
1089
+ export declare interface HybridIdentityMetadataList {
1090
+ /** Url to follow for getting next page of HybridIdentityMetadata. */
1091
+ nextLink?: string;
1092
+ /** Array of HybridIdentityMetadata */
1093
+ value: HybridIdentityMetadata[];
1094
+ }
1095
+
1096
+ /** Optional parameters. */
1097
+ export declare interface HybridIdentityMetadataListByVmNextOptionalParams extends coreClient.OperationOptions {
1098
+ }
1099
+
1100
+ /** Contains response data for the listByVmNext operation. */
1101
+ export declare type HybridIdentityMetadataListByVmNextResponse = HybridIdentityMetadataList;
1102
+
1103
+ /** Optional parameters. */
1104
+ export declare interface HybridIdentityMetadataListByVmOptionalParams extends coreClient.OperationOptions {
1105
+ }
1106
+
1107
+ /** Contains response data for the listByVm operation. */
1108
+ export declare type HybridIdentityMetadataListByVmResponse = HybridIdentityMetadataList;
1109
+
1110
+ /** Interface representing a HybridIdentityMetadataOperations. */
1111
+ export declare interface HybridIdentityMetadataOperations {
1112
+ /**
1113
+ * Returns the list of HybridIdentityMetadata of the given vm.
1114
+ * @param resourceGroupName The Resource Group Name.
1115
+ * @param virtualMachineName Name of the vm.
1116
+ * @param options The options parameters.
1117
+ */
1118
+ listByVm(resourceGroupName: string, virtualMachineName: string, options?: HybridIdentityMetadataListByVmOptionalParams): PagedAsyncIterableIterator<HybridIdentityMetadata>;
1119
+ /**
1120
+ * Create Or Update HybridIdentityMetadata.
1121
+ * @param resourceGroupName The Resource Group Name.
1122
+ * @param virtualMachineName Name of the vm.
1123
+ * @param metadataName Name of the hybridIdentityMetadata.
1124
+ * @param options The options parameters.
1125
+ */
1126
+ create(resourceGroupName: string, virtualMachineName: string, metadataName: string, options?: HybridIdentityMetadataCreateOptionalParams): Promise<HybridIdentityMetadataCreateResponse>;
1127
+ /**
1128
+ * Implements HybridIdentityMetadata GET method.
1129
+ * @param resourceGroupName The Resource Group Name.
1130
+ * @param virtualMachineName Name of the vm.
1131
+ * @param metadataName Name of the HybridIdentityMetadata.
1132
+ * @param options The options parameters.
1133
+ */
1134
+ get(resourceGroupName: string, virtualMachineName: string, metadataName: string, options?: HybridIdentityMetadataGetOptionalParams): Promise<HybridIdentityMetadataGetResponse>;
1135
+ /**
1136
+ * Implements HybridIdentityMetadata DELETE method.
1137
+ * @param resourceGroupName The Resource Group Name.
1138
+ * @param virtualMachineName Name of the vm.
1139
+ * @param metadataName Name of the HybridIdentityMetadata.
1140
+ * @param options The options parameters.
1141
+ */
1142
+ delete(resourceGroupName: string, virtualMachineName: string, metadataName: string, options?: HybridIdentityMetadataDeleteOptionalParams): Promise<void>;
1143
+ }
1144
+
1145
+ /** Managed service identity. */
1146
+ export declare interface Identity {
1147
+ /**
1148
+ * The principal id of managed service identity.
1149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1150
+ */
1151
+ readonly principalId?: string;
1152
+ /**
1153
+ * The tenant of managed service identity.
1154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1155
+ */
1156
+ readonly tenantId?: string;
1157
+ /** The type of managed service identity. */
1158
+ type: IdentityType;
1159
+ }
1160
+
1161
+ /**
1162
+ * Defines values for IdentityType. \
1163
+ * {@link KnownIdentityType} can be used interchangeably with IdentityType,
1164
+ * this enum contains the known values that the service supports.
1165
+ * ### Known values supported by the service
1166
+ * **None** \
1167
+ * **SystemAssigned**
1168
+ */
1169
+ export declare type IdentityType = string;
1170
+
1171
+ /** Defines the inventory item. */
1172
+ export declare interface InventoryItem extends ProxyResource {
1173
+ /**
1174
+ * The system data.
1175
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1176
+ */
1177
+ readonly systemData?: SystemData;
1178
+ /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
1179
+ kind?: string;
1180
+ /** They inventory type. */
1181
+ inventoryType: InventoryType;
1182
+ /** Gets or sets the tracked resource id corresponding to the inventory resource. */
1183
+ managedResourceId?: string;
1184
+ /** Gets or sets the MoRef (Managed Object Reference) ID for the inventory item. */
1185
+ moRefId?: string;
1186
+ /** Gets or sets the vCenter Managed Object name for the inventory item. */
1187
+ moName?: string;
1188
+ /**
1189
+ * Gets or sets the provisioning state.
1190
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1191
+ */
1192
+ readonly provisioningState?: string;
1193
+ }
1194
+
1195
+ /** Defines the resource properties. */
1196
+ export declare interface InventoryItemDetails {
1197
+ /** Gets or sets the inventory Item ID for the resource. */
1198
+ inventoryItemId?: string;
1199
+ /** Gets or sets the vCenter Managed Object name for the resource. */
1200
+ moName?: string;
1201
+ }
1202
+
1203
+ /** Defines the resource properties. */
1204
+ export declare interface InventoryItemProperties {
1205
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1206
+ inventoryType: "ResourcePool" | "VirtualMachine" | "VirtualMachineTemplate" | "VirtualNetwork" | "Cluster" | "Datastore" | "Host";
1207
+ /** Gets or sets the tracked resource id corresponding to the inventory resource. */
1208
+ managedResourceId?: string;
1209
+ /** Gets or sets the MoRef (Managed Object Reference) ID for the inventory item. */
1210
+ moRefId?: string;
1211
+ /** Gets or sets the vCenter Managed Object name for the inventory item. */
1212
+ moName?: string;
1213
+ /**
1214
+ * Gets or sets the provisioning state.
1215
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1216
+ */
1217
+ readonly provisioningState?: string;
1218
+ }
1219
+
1220
+ export declare type InventoryItemPropertiesUnion = InventoryItemProperties | ResourcePoolInventoryItem | VirtualMachineInventoryItem | VirtualMachineTemplateInventoryItem | VirtualNetworkInventoryItem | ClusterInventoryItem | DatastoreInventoryItem | HostInventoryItem;
1221
+
1222
+ /** Interface representing a InventoryItems. */
1223
+ export declare interface InventoryItems {
1224
+ /**
1225
+ * Returns the list of inventoryItems of the given vCenter.
1226
+ * @param resourceGroupName The Resource Group Name.
1227
+ * @param vcenterName Name of the vCenter.
1228
+ * @param options The options parameters.
1229
+ */
1230
+ listByVCenter(resourceGroupName: string, vcenterName: string, options?: InventoryItemsListByVCenterOptionalParams): PagedAsyncIterableIterator<InventoryItem>;
1231
+ /**
1232
+ * Create Or Update InventoryItem.
1233
+ * @param resourceGroupName The Resource Group Name.
1234
+ * @param vcenterName Name of the vCenter.
1235
+ * @param inventoryItemName Name of the inventoryItem.
1236
+ * @param options The options parameters.
1237
+ */
1238
+ create(resourceGroupName: string, vcenterName: string, inventoryItemName: string, options?: InventoryItemsCreateOptionalParams): Promise<InventoryItemsCreateResponse>;
1239
+ /**
1240
+ * Implements InventoryItem GET method.
1241
+ * @param resourceGroupName The Resource Group Name.
1242
+ * @param vcenterName Name of the vCenter.
1243
+ * @param inventoryItemName Name of the inventoryItem.
1244
+ * @param options The options parameters.
1245
+ */
1246
+ get(resourceGroupName: string, vcenterName: string, inventoryItemName: string, options?: InventoryItemsGetOptionalParams): Promise<InventoryItemsGetResponse>;
1247
+ /**
1248
+ * Implements inventoryItem DELETE method.
1249
+ * @param resourceGroupName The Resource Group Name.
1250
+ * @param vcenterName Name of the vCenter.
1251
+ * @param inventoryItemName Name of the inventoryItem.
1252
+ * @param options The options parameters.
1253
+ */
1254
+ delete(resourceGroupName: string, vcenterName: string, inventoryItemName: string, options?: InventoryItemsDeleteOptionalParams): Promise<void>;
1255
+ }
1256
+
1257
+ /** Optional parameters. */
1258
+ export declare interface InventoryItemsCreateOptionalParams extends coreClient.OperationOptions {
1259
+ /** Request payload. */
1260
+ body?: InventoryItem;
1261
+ }
1262
+
1263
+ /** Contains response data for the create operation. */
1264
+ export declare type InventoryItemsCreateResponse = InventoryItem;
1265
+
1266
+ /** Optional parameters. */
1267
+ export declare interface InventoryItemsDeleteOptionalParams extends coreClient.OperationOptions {
1268
+ }
1269
+
1270
+ /** Optional parameters. */
1271
+ export declare interface InventoryItemsGetOptionalParams extends coreClient.OperationOptions {
1272
+ }
1273
+
1274
+ /** Contains response data for the get operation. */
1275
+ export declare type InventoryItemsGetResponse = InventoryItem;
1276
+
1277
+ /** List of InventoryItems. */
1278
+ export declare interface InventoryItemsList {
1279
+ /** Url to follow for getting next page of InventoryItems. */
1280
+ nextLink?: string;
1281
+ /** Array of InventoryItems */
1282
+ value: InventoryItem[];
1283
+ }
1284
+
1285
+ /** Optional parameters. */
1286
+ export declare interface InventoryItemsListByVCenterNextOptionalParams extends coreClient.OperationOptions {
1287
+ }
1288
+
1289
+ /** Contains response data for the listByVCenterNext operation. */
1290
+ export declare type InventoryItemsListByVCenterNextResponse = InventoryItemsList;
1291
+
1292
+ /** Optional parameters. */
1293
+ export declare interface InventoryItemsListByVCenterOptionalParams extends coreClient.OperationOptions {
1294
+ }
1295
+
1296
+ /** Contains response data for the listByVCenter operation. */
1297
+ export declare type InventoryItemsListByVCenterResponse = InventoryItemsList;
1298
+
1299
+ /**
1300
+ * Defines values for InventoryType. \
1301
+ * {@link KnownInventoryType} can be used interchangeably with InventoryType,
1302
+ * this enum contains the known values that the service supports.
1303
+ * ### Known values supported by the service
1304
+ * **ResourcePool** \
1305
+ * **VirtualMachine** \
1306
+ * **VirtualMachineTemplate** \
1307
+ * **VirtualNetwork** \
1308
+ * **Cluster** \
1309
+ * **Datastore** \
1310
+ * **Host**
1311
+ */
1312
+ export declare type InventoryType = string;
1313
+
1314
+ /**
1315
+ * Defines values for IPAddressAllocationMethod. \
1316
+ * {@link KnownIPAddressAllocationMethod} can be used interchangeably with IPAddressAllocationMethod,
1317
+ * this enum contains the known values that the service supports.
1318
+ * ### Known values supported by the service
1319
+ * **unset** \
1320
+ * **dynamic** \
1321
+ * **static** \
1322
+ * **linklayer** \
1323
+ * **random** \
1324
+ * **other**
1325
+ */
1326
+ export declare type IPAddressAllocationMethod = string;
1327
+
1328
+ /** Known values of {@link CreatedByType} that the service accepts. */
1329
+ export declare enum KnownCreatedByType {
1330
+ /** User */
1331
+ User = "User",
1332
+ /** Application */
1333
+ Application = "Application",
1334
+ /** ManagedIdentity */
1335
+ ManagedIdentity = "ManagedIdentity",
1336
+ /** Key */
1337
+ Key = "Key"
1338
+ }
1339
+
1340
+ /** Known values of {@link DiskMode} that the service accepts. */
1341
+ export declare enum KnownDiskMode {
1342
+ /** Persistent */
1343
+ Persistent = "persistent",
1344
+ /** IndependentPersistent */
1345
+ IndependentPersistent = "independent_persistent",
1346
+ /** IndependentNonpersistent */
1347
+ IndependentNonpersistent = "independent_nonpersistent"
1348
+ }
1349
+
1350
+ /** Known values of {@link DiskType} that the service accepts. */
1351
+ export declare enum KnownDiskType {
1352
+ /** Flat */
1353
+ Flat = "flat",
1354
+ /** Pmem */
1355
+ Pmem = "pmem",
1356
+ /** Rawphysical */
1357
+ Rawphysical = "rawphysical",
1358
+ /** Rawvirtual */
1359
+ Rawvirtual = "rawvirtual",
1360
+ /** Sparse */
1361
+ Sparse = "sparse",
1362
+ /** Sesparse */
1363
+ Sesparse = "sesparse",
1364
+ /** Unknown */
1365
+ Unknown = "unknown"
1366
+ }
1367
+
1368
+ /** Known values of {@link FirmwareType} that the service accepts. */
1369
+ export declare enum KnownFirmwareType {
1370
+ /** Bios */
1371
+ Bios = "bios",
1372
+ /** Efi */
1373
+ Efi = "efi"
1374
+ }
1375
+
1376
+ /** Known values of {@link IdentityType} that the service accepts. */
1377
+ export declare enum KnownIdentityType {
1378
+ /** None */
1379
+ None = "None",
1380
+ /** SystemAssigned */
1381
+ SystemAssigned = "SystemAssigned"
1382
+ }
1383
+
1384
+ /** Known values of {@link InventoryType} that the service accepts. */
1385
+ export declare enum KnownInventoryType {
1386
+ /** ResourcePool */
1387
+ ResourcePool = "ResourcePool",
1388
+ /** VirtualMachine */
1389
+ VirtualMachine = "VirtualMachine",
1390
+ /** VirtualMachineTemplate */
1391
+ VirtualMachineTemplate = "VirtualMachineTemplate",
1392
+ /** VirtualNetwork */
1393
+ VirtualNetwork = "VirtualNetwork",
1394
+ /** Cluster */
1395
+ Cluster = "Cluster",
1396
+ /** Datastore */
1397
+ Datastore = "Datastore",
1398
+ /** Host */
1399
+ Host = "Host"
1400
+ }
1401
+
1402
+ /** Known values of {@link IPAddressAllocationMethod} that the service accepts. */
1403
+ export declare enum KnownIPAddressAllocationMethod {
1404
+ /** Unset */
1405
+ Unset = "unset",
1406
+ /** Dynamic */
1407
+ Dynamic = "dynamic",
1408
+ /** Static */
1409
+ Static = "static",
1410
+ /** Linklayer */
1411
+ Linklayer = "linklayer",
1412
+ /** Random */
1413
+ Random = "random",
1414
+ /** Other */
1415
+ Other = "other"
1416
+ }
1417
+
1418
+ /** Known values of {@link NICType} that the service accepts. */
1419
+ export declare enum KnownNICType {
1420
+ /** Vmxnet3 */
1421
+ Vmxnet3 = "vmxnet3",
1422
+ /** Vmxnet2 */
1423
+ Vmxnet2 = "vmxnet2",
1424
+ /** Vmxnet */
1425
+ Vmxnet = "vmxnet",
1426
+ /** E1000 */
1427
+ E1000 = "e1000",
1428
+ /** E1000E */
1429
+ E1000E = "e1000e",
1430
+ /** Pcnet32 */
1431
+ Pcnet32 = "pcnet32"
1432
+ }
1433
+
1434
+ /** Known values of {@link OsType} that the service accepts. */
1435
+ export declare enum KnownOsType {
1436
+ /** Windows */
1437
+ Windows = "Windows",
1438
+ /** Linux */
1439
+ Linux = "Linux",
1440
+ /** Other */
1441
+ Other = "Other"
1442
+ }
1443
+
1444
+ /** Known values of {@link OsTypeUM} that the service accepts. */
1445
+ export declare enum KnownOsTypeUM {
1446
+ /** Windows */
1447
+ Windows = "Windows",
1448
+ /** Linux */
1449
+ Linux = "Linux"
1450
+ }
1451
+
1452
+ /** Known values of {@link PatchOperationStartedBy} that the service accepts. */
1453
+ export declare enum KnownPatchOperationStartedBy {
1454
+ /** User */
1455
+ User = "User",
1456
+ /** Platform */
1457
+ Platform = "Platform"
1458
+ }
1459
+
1460
+ /** Known values of {@link PatchOperationStatus} that the service accepts. */
1461
+ export declare enum KnownPatchOperationStatus {
1462
+ /** Unknown */
1463
+ Unknown = "Unknown",
1464
+ /** InProgress */
1465
+ InProgress = "InProgress",
1466
+ /** Failed */
1467
+ Failed = "Failed",
1468
+ /** Succeeded */
1469
+ Succeeded = "Succeeded",
1470
+ /** CompletedWithWarnings */
1471
+ CompletedWithWarnings = "CompletedWithWarnings"
1472
+ }
1473
+
1474
+ /** Known values of {@link PatchServiceUsed} that the service accepts. */
1475
+ export declare enum KnownPatchServiceUsed {
1476
+ /** Unknown */
1477
+ Unknown = "Unknown",
1478
+ /** WU */
1479
+ WU = "WU",
1480
+ /** WUWsus */
1481
+ WUWsus = "WU_WSUS",
1482
+ /** YUM */
1483
+ YUM = "YUM",
1484
+ /** APT */
1485
+ APT = "APT",
1486
+ /** Zypper */
1487
+ Zypper = "Zypper"
1488
+ }
1489
+
1490
+ /** Known values of {@link PowerOnBootOption} that the service accepts. */
1491
+ export declare enum KnownPowerOnBootOption {
1492
+ /** Enabled */
1493
+ Enabled = "enabled",
1494
+ /** Disabled */
1495
+ Disabled = "disabled"
1496
+ }
1497
+
1498
+ /** Known values of {@link ProvisioningAction} that the service accepts. */
1499
+ export declare enum KnownProvisioningAction {
1500
+ /** Install */
1501
+ Install = "install",
1502
+ /** Uninstall */
1503
+ Uninstall = "uninstall",
1504
+ /** Repair */
1505
+ Repair = "repair"
1506
+ }
1507
+
1508
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1509
+ export declare enum KnownProvisioningState {
1510
+ /** Succeeded */
1511
+ Succeeded = "Succeeded",
1512
+ /** Failed */
1513
+ Failed = "Failed",
1514
+ /** Canceled */
1515
+ Canceled = "Canceled",
1516
+ /** Provisioning */
1517
+ Provisioning = "Provisioning",
1518
+ /** Updating */
1519
+ Updating = "Updating",
1520
+ /** Deleting */
1521
+ Deleting = "Deleting",
1522
+ /** Accepted */
1523
+ Accepted = "Accepted",
1524
+ /** Created */
1525
+ Created = "Created"
1526
+ }
1527
+
1528
+ /** Known values of {@link ScsiControllerType} that the service accepts. */
1529
+ export declare enum KnownScsiControllerType {
1530
+ /** Lsilogic */
1531
+ Lsilogic = "lsilogic",
1532
+ /** Buslogic */
1533
+ Buslogic = "buslogic",
1534
+ /** Pvscsi */
1535
+ Pvscsi = "pvscsi",
1536
+ /** Lsilogicsas */
1537
+ Lsilogicsas = "lsilogicsas"
1538
+ }
1539
+
1540
+ /** Known values of {@link StatusLevelTypes} that the service accepts. */
1541
+ export declare enum KnownStatusLevelTypes {
1542
+ /** Info */
1543
+ Info = "Info",
1544
+ /** Warning */
1545
+ Warning = "Warning",
1546
+ /** Error */
1547
+ Error = "Error"
1548
+ }
1549
+
1550
+ /** Known values of {@link StatusTypes} that the service accepts. */
1551
+ export declare enum KnownStatusTypes {
1552
+ /** Connected */
1553
+ Connected = "Connected",
1554
+ /** Disconnected */
1555
+ Disconnected = "Disconnected",
1556
+ /** Error */
1557
+ Error = "Error"
1558
+ }
1559
+
1560
+ /** Known values of {@link VirtualScsiSharing} that the service accepts. */
1561
+ export declare enum KnownVirtualScsiSharing {
1562
+ /** NoSharing */
1563
+ NoSharing = "noSharing",
1564
+ /** PhysicalSharing */
1565
+ PhysicalSharing = "physicalSharing",
1566
+ /** VirtualSharing */
1567
+ VirtualSharing = "virtualSharing"
1568
+ }
1569
+
1570
+ /** Known values of {@link VMGuestPatchClassificationLinux} that the service accepts. */
1571
+ export declare enum KnownVMGuestPatchClassificationLinux {
1572
+ /** Critical */
1573
+ Critical = "Critical",
1574
+ /** Security */
1575
+ Security = "Security",
1576
+ /** Other */
1577
+ Other = "Other"
1578
+ }
1579
+
1580
+ /** Known values of {@link VMGuestPatchClassificationWindows} that the service accepts. */
1581
+ export declare enum KnownVMGuestPatchClassificationWindows {
1582
+ /** Critical */
1583
+ Critical = "Critical",
1584
+ /** Security */
1585
+ Security = "Security",
1586
+ /** UpdateRollUp */
1587
+ UpdateRollUp = "UpdateRollUp",
1588
+ /** FeaturePack */
1589
+ FeaturePack = "FeaturePack",
1590
+ /** ServicePack */
1591
+ ServicePack = "ServicePack",
1592
+ /** Definition */
1593
+ Definition = "Definition",
1594
+ /** Tools */
1595
+ Tools = "Tools",
1596
+ /** Updates */
1597
+ Updates = "Updates"
1598
+ }
1599
+
1600
+ /** Known values of {@link VMGuestPatchRebootSetting} that the service accepts. */
1601
+ export declare enum KnownVMGuestPatchRebootSetting {
1602
+ /** IfRequired */
1603
+ IfRequired = "IfRequired",
1604
+ /** Never */
1605
+ Never = "Never",
1606
+ /** Always */
1607
+ Always = "Always"
1608
+ }
1609
+
1610
+ /** Known values of {@link VMGuestPatchRebootStatus} that the service accepts. */
1611
+ export declare enum KnownVMGuestPatchRebootStatus {
1612
+ /** Unknown */
1613
+ Unknown = "Unknown",
1614
+ /** NotNeeded */
1615
+ NotNeeded = "NotNeeded",
1616
+ /** Required */
1617
+ Required = "Required",
1618
+ /** Started */
1619
+ Started = "Started",
1620
+ /** Failed */
1621
+ Failed = "Failed",
1622
+ /** Completed */
1623
+ Completed = "Completed"
1624
+ }
1625
+
1626
+ /** Input for InstallPatches on a Linux VM, as directly received by the API */
1627
+ export declare interface LinuxParameters {
1628
+ /** The update classifications to select when installing patches for Linux. */
1629
+ classificationsToInclude?: VMGuestPatchClassificationLinux[];
1630
+ /** packages to include in the patch operation. Format: packageName_packageVersion */
1631
+ packageNameMasksToInclude?: string[];
1632
+ /** packages to exclude in the patch operation. Format: packageName_packageVersion */
1633
+ packageNameMasksToExclude?: string[];
1634
+ }
1635
+
1636
+ /** Describes a Machine Extension. */
1637
+ export declare interface MachineExtension {
1638
+ /** Gets or sets the location. */
1639
+ location?: string;
1640
+ /**
1641
+ * The system data.
1642
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1643
+ */
1644
+ readonly systemData?: SystemData;
1645
+ /** Gets or sets the Resource tags. */
1646
+ tags?: {
1647
+ [propertyName: string]: string;
1648
+ };
1649
+ /**
1650
+ * Gets or sets the name.
1651
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1652
+ */
1653
+ readonly name?: string;
1654
+ /**
1655
+ * Gets or sets the Id.
1656
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1657
+ */
1658
+ readonly id?: string;
1659
+ /**
1660
+ * Gets or sets the type of the resource.
1661
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1662
+ */
1663
+ readonly type?: string;
1664
+ /** How the extension handler should be forced to update even if the extension configuration has not changed. */
1665
+ forceUpdateTag?: string;
1666
+ /** The name of the extension handler publisher. */
1667
+ publisher?: string;
1668
+ /** Specifies the type of the extension; an example is "CustomScriptExtension". */
1669
+ typePropertiesType?: string;
1670
+ /** Specifies the version of the script handler. */
1671
+ typeHandlerVersion?: string;
1672
+ /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
1673
+ enableAutomaticUpgrade?: boolean;
1674
+ /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
1675
+ autoUpgradeMinorVersion?: boolean;
1676
+ /** Json formatted public settings for the extension. */
1677
+ settings?: Record<string, unknown>;
1678
+ /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
1679
+ protectedSettings?: Record<string, unknown>;
1680
+ /**
1681
+ * The provisioning state, which only appears in the response.
1682
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1683
+ */
1684
+ readonly provisioningState?: string;
1685
+ /** The machine extension instance view. */
1686
+ instanceView?: MachineExtensionPropertiesInstanceView;
1687
+ }
1688
+
1689
+ /** Describes the Machine Extension Instance View. */
1690
+ export declare interface MachineExtensionInstanceView {
1691
+ /**
1692
+ * The machine extension name.
1693
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1694
+ */
1695
+ readonly name?: string;
1696
+ /**
1697
+ * Specifies the type of the extension; an example is "CustomScriptExtension".
1698
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1699
+ */
1700
+ readonly type?: string;
1701
+ /**
1702
+ * Specifies the version of the script handler.
1703
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1704
+ */
1705
+ readonly typeHandlerVersion?: string;
1706
+ /** Instance view status. */
1707
+ status?: MachineExtensionInstanceViewStatus;
1708
+ }
1709
+
1710
+ /** Instance view status. */
1711
+ export declare interface MachineExtensionInstanceViewStatus {
1712
+ /**
1713
+ * The status code.
1714
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1715
+ */
1716
+ readonly code?: string;
1717
+ /**
1718
+ * The level code.
1719
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1720
+ */
1721
+ readonly level?: StatusLevelTypes;
1722
+ /**
1723
+ * The short localizable label for the status.
1724
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1725
+ */
1726
+ readonly displayStatus?: string;
1727
+ /**
1728
+ * The detailed status message, including for alerts and error messages.
1729
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1730
+ */
1731
+ readonly message?: string;
1732
+ /**
1733
+ * The time of the status.
1734
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1735
+ */
1736
+ readonly time?: Date;
1737
+ }
1738
+
1739
+ /** The machine extension instance view. */
1740
+ export declare interface MachineExtensionPropertiesInstanceView extends MachineExtensionInstanceView {
1741
+ }
1742
+
1743
+ /** Interface representing a MachineExtensions. */
1744
+ export declare interface MachineExtensions {
1745
+ /**
1746
+ * The operation to get all extensions of a non-Azure machine
1747
+ * @param resourceGroupName The Resource Group Name.
1748
+ * @param name The name of the machine containing the extension.
1749
+ * @param options The options parameters.
1750
+ */
1751
+ list(resourceGroupName: string, name: string, options?: MachineExtensionsListOptionalParams): PagedAsyncIterableIterator<MachineExtension>;
1752
+ /**
1753
+ * The operation to create or update the extension.
1754
+ * @param resourceGroupName The Resource Group Name.
1755
+ * @param name The name of the machine where the extension should be created or updated.
1756
+ * @param extensionName The name of the machine extension.
1757
+ * @param extensionParameters Parameters supplied to the Create Machine Extension operation.
1758
+ * @param options The options parameters.
1759
+ */
1760
+ beginCreateOrUpdate(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtension, options?: MachineExtensionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<MachineExtensionsCreateOrUpdateResponse>, MachineExtensionsCreateOrUpdateResponse>>;
1761
+ /**
1762
+ * The operation to create or update the extension.
1763
+ * @param resourceGroupName The Resource Group Name.
1764
+ * @param name The name of the machine where the extension should be created or updated.
1765
+ * @param extensionName The name of the machine extension.
1766
+ * @param extensionParameters Parameters supplied to the Create Machine Extension operation.
1767
+ * @param options The options parameters.
1768
+ */
1769
+ beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtension, options?: MachineExtensionsCreateOrUpdateOptionalParams): Promise<MachineExtensionsCreateOrUpdateResponse>;
1770
+ /**
1771
+ * The operation to update the extension.
1772
+ * @param resourceGroupName The Resource Group Name.
1773
+ * @param name The name of the machine where the extension should be created or updated.
1774
+ * @param extensionName The name of the machine extension.
1775
+ * @param extensionParameters Parameters supplied to the Create Machine Extension operation.
1776
+ * @param options The options parameters.
1777
+ */
1778
+ beginUpdate(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtensionUpdate, options?: MachineExtensionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<MachineExtensionsUpdateResponse>, MachineExtensionsUpdateResponse>>;
1779
+ /**
1780
+ * The operation to update the extension.
1781
+ * @param resourceGroupName The Resource Group Name.
1782
+ * @param name The name of the machine where the extension should be created or updated.
1783
+ * @param extensionName The name of the machine extension.
1784
+ * @param extensionParameters Parameters supplied to the Create Machine Extension operation.
1785
+ * @param options The options parameters.
1786
+ */
1787
+ beginUpdateAndWait(resourceGroupName: string, name: string, extensionName: string, extensionParameters: MachineExtensionUpdate, options?: MachineExtensionsUpdateOptionalParams): Promise<MachineExtensionsUpdateResponse>;
1788
+ /**
1789
+ * The operation to delete the extension.
1790
+ * @param resourceGroupName The Resource Group Name.
1791
+ * @param name The name of the machine where the extension should be deleted.
1792
+ * @param extensionName The name of the machine extension.
1793
+ * @param options The options parameters.
1794
+ */
1795
+ beginDelete(resourceGroupName: string, name: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1796
+ /**
1797
+ * The operation to delete the extension.
1798
+ * @param resourceGroupName The Resource Group Name.
1799
+ * @param name The name of the machine where the extension should be deleted.
1800
+ * @param extensionName The name of the machine extension.
1801
+ * @param options The options parameters.
1802
+ */
1803
+ beginDeleteAndWait(resourceGroupName: string, name: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<void>;
1804
+ /**
1805
+ * The operation to get the extension.
1806
+ * @param resourceGroupName The Resource Group Name.
1807
+ * @param name The name of the machine containing the extension.
1808
+ * @param extensionName The name of the machine extension.
1809
+ * @param options The options parameters.
1810
+ */
1811
+ get(resourceGroupName: string, name: string, extensionName: string, options?: MachineExtensionsGetOptionalParams): Promise<MachineExtensionsGetResponse>;
1812
+ }
1813
+
1814
+ /** Optional parameters. */
1815
+ export declare interface MachineExtensionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1816
+ /** Delay to wait until next poll, in milliseconds. */
1817
+ updateIntervalInMs?: number;
1818
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1819
+ resumeFrom?: string;
1820
+ }
1821
+
1822
+ /** Contains response data for the createOrUpdate operation. */
1823
+ export declare type MachineExtensionsCreateOrUpdateResponse = MachineExtension;
1824
+
1825
+ /** Optional parameters. */
1826
+ export declare interface MachineExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
1827
+ /** Delay to wait until next poll, in milliseconds. */
1828
+ updateIntervalInMs?: number;
1829
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1830
+ resumeFrom?: string;
1831
+ }
1832
+
1833
+ /** Optional parameters. */
1834
+ export declare interface MachineExtensionsGetOptionalParams extends coreClient.OperationOptions {
1835
+ }
1836
+
1837
+ /** Contains response data for the get operation. */
1838
+ export declare type MachineExtensionsGetResponse = MachineExtension;
1839
+
1840
+ /** Optional parameters. */
1841
+ export declare interface MachineExtensionsListNextOptionalParams extends coreClient.OperationOptions {
1842
+ /** The expand expression to apply on the operation. */
1843
+ expand?: string;
1844
+ }
1845
+
1846
+ /** Contains response data for the listNext operation. */
1847
+ export declare type MachineExtensionsListNextResponse = MachineExtensionsListResult;
1848
+
1849
+ /** Optional parameters. */
1850
+ export declare interface MachineExtensionsListOptionalParams extends coreClient.OperationOptions {
1851
+ /** The expand expression to apply on the operation. */
1852
+ expand?: string;
1853
+ }
1854
+
1855
+ /** Contains response data for the list operation. */
1856
+ export declare type MachineExtensionsListResponse = MachineExtensionsListResult;
1857
+
1858
+ /** Describes the Machine Extensions List Result. */
1859
+ export declare interface MachineExtensionsListResult {
1860
+ /** The list of extensions */
1861
+ value?: MachineExtension[];
1862
+ /** The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions. */
1863
+ nextLink?: string;
1864
+ }
1865
+
1866
+ /** Optional parameters. */
1867
+ export declare interface MachineExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
1868
+ /** Delay to wait until next poll, in milliseconds. */
1869
+ updateIntervalInMs?: number;
1870
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1871
+ resumeFrom?: string;
1872
+ }
1873
+
1874
+ /** Contains response data for the update operation. */
1875
+ export declare type MachineExtensionsUpdateResponse = MachineExtension;
1876
+
1877
+ /** Describes a Machine Extension Update. */
1878
+ export declare interface MachineExtensionUpdate extends ResourcePatch {
1879
+ /** How the extension handler should be forced to update even if the extension configuration has not changed. */
1880
+ forceUpdateTag?: string;
1881
+ /** The name of the extension handler publisher. */
1882
+ publisher?: string;
1883
+ /** Specifies the type of the extension; an example is "CustomScriptExtension". */
1884
+ type?: string;
1885
+ /** Specifies the version of the script handler. */
1886
+ typeHandlerVersion?: string;
1887
+ /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
1888
+ enableAutomaticUpgrade?: boolean;
1889
+ /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
1890
+ autoUpgradeMinorVersion?: boolean;
1891
+ /** Json formatted public settings for the extension. */
1892
+ settings?: Record<string, unknown>;
1893
+ /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
1894
+ protectedSettings?: Record<string, unknown>;
1895
+ }
1896
+
1897
+ /** Network Interface model */
1898
+ export declare interface NetworkInterface {
1899
+ /** Gets or sets the name of the network interface. */
1900
+ name?: string;
1901
+ /**
1902
+ * Gets or sets the label of the virtual network in vCenter that the nic is connected to.
1903
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1904
+ */
1905
+ readonly label?: string;
1906
+ /**
1907
+ * Gets or sets the nic ip addresses.
1908
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1909
+ */
1910
+ readonly ipAddresses?: string[];
1911
+ /**
1912
+ * Gets or sets the NIC MAC address.
1913
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1914
+ */
1915
+ readonly macAddress?: string;
1916
+ /** Gets or sets the ARM Id of the network resource to connect the virtual machine. */
1917
+ networkId?: string;
1918
+ /** NIC type */
1919
+ nicType?: NICType;
1920
+ /** Gets or sets the power on boot. */
1921
+ powerOnBoot?: PowerOnBootOption;
1922
+ /**
1923
+ * Gets or sets the vCenter MoRef (Managed Object Reference) ID of the virtual network
1924
+ * that the nic is connected to.
1925
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1926
+ */
1927
+ readonly networkMoRefId?: string;
1928
+ /**
1929
+ * Gets or sets the name of the virtual network in vCenter that the nic is connected to.
1930
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1931
+ */
1932
+ readonly networkMoName?: string;
1933
+ /** Gets or sets the device key value. */
1934
+ deviceKey?: number;
1935
+ /** Gets or sets the ipsettings. */
1936
+ ipSettings?: NicIPSettings;
1937
+ }
1938
+
1939
+ /** Defines the network interface update. */
1940
+ export declare interface NetworkInterfaceUpdate {
1941
+ /** Gets or sets the name of the network interface. */
1942
+ name?: string;
1943
+ /** Gets or sets the ARM Id of the network resource to connect the virtual machine. */
1944
+ networkId?: string;
1945
+ /** NIC type */
1946
+ nicType?: NICType;
1947
+ /** Gets or sets the power on boot. */
1948
+ powerOnBoot?: PowerOnBootOption;
1949
+ /** Gets or sets the device key value. */
1950
+ deviceKey?: number;
1951
+ }
1952
+
1953
+ /** Defines the resource properties. */
1954
+ export declare interface NetworkProfile {
1955
+ /** Gets or sets the list of network interfaces associated with the virtual machine. */
1956
+ networkInterfaces?: NetworkInterface[];
1957
+ }
1958
+
1959
+ /** Defines the update resource properties. */
1960
+ export declare interface NetworkProfileUpdate {
1961
+ /** Gets or sets the list of network interfaces associated with the virtual machine. */
1962
+ networkInterfaces?: NetworkInterfaceUpdate[];
1963
+ }
1964
+
1965
+ /** IP address information for a virtual network adapter reported by the fabric. */
1966
+ export declare interface NicIPAddressSettings {
1967
+ /**
1968
+ * Gets the ip address allocation method.
1969
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1970
+ */
1971
+ readonly allocationMethod?: string;
1972
+ /**
1973
+ * Gets the ip address for the nic.
1974
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1975
+ */
1976
+ readonly ipAddress?: string;
1977
+ /**
1978
+ * Gets the mask.
1979
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1980
+ */
1981
+ readonly subnetMask?: string;
1982
+ }
1983
+
1984
+ /** Defines the network interface ip settings. */
1985
+ export declare interface NicIPSettings {
1986
+ /** Gets or sets the nic allocation method. */
1987
+ allocationMethod?: IPAddressAllocationMethod;
1988
+ /** Gets or sets the dns servers. */
1989
+ dnsServers?: string[];
1990
+ /** Gets or sets the gateway. */
1991
+ gateway?: string[];
1992
+ /** Gets or sets the ip address for the nic. */
1993
+ ipAddress?: string;
1994
+ /** Gets or sets the mask. */
1995
+ subnetMask?: string;
1996
+ /**
1997
+ * Gets or sets the primary server.
1998
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1999
+ */
2000
+ readonly primaryWinsServer?: string;
2001
+ /**
2002
+ * Gets or sets the secondary server.
2003
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2004
+ */
2005
+ readonly secondaryWinsServer?: string;
2006
+ /**
2007
+ * Gets or sets the IP address information being reported for this NIC. This contains the same IPv4 information above plus IPV6 information.
2008
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2009
+ */
2010
+ readonly ipAddressInfo?: NicIPAddressSettings[];
2011
+ }
2012
+
2013
+ /**
2014
+ * Defines values for NICType. \
2015
+ * {@link KnownNICType} can be used interchangeably with NICType,
2016
+ * this enum contains the known values that the service supports.
2017
+ * ### Known values supported by the service
2018
+ * **vmxnet3** \
2019
+ * **vmxnet2** \
2020
+ * **vmxnet** \
2021
+ * **e1000** \
2022
+ * **e1000e** \
2023
+ * **pcnet32**
2024
+ */
2025
+ export declare type NICType = string;
2026
+
2027
+ /** Operation provided by provider */
2028
+ export declare interface Operation {
2029
+ /** Name of the operation */
2030
+ name?: string;
2031
+ /** Indicates whether the operation is data action or not. */
2032
+ isDataAction?: boolean;
2033
+ /** Properties of the operation */
2034
+ display?: OperationDisplay;
2035
+ }
2036
+
2037
+ /** Properties of the operation */
2038
+ export declare interface OperationDisplay {
2039
+ /** Provider name */
2040
+ provider?: string;
2041
+ /** Resource name */
2042
+ resource?: string;
2043
+ /** Operation name */
2044
+ operation?: string;
2045
+ /** Description of the operation */
2046
+ description?: string;
2047
+ }
2048
+
2049
+ /** Interface representing a Operations. */
2050
+ export declare interface Operations {
2051
+ /**
2052
+ * Returns list of all operations.
2053
+ * @param options The options parameters.
2054
+ */
2055
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
2056
+ }
2057
+
2058
+ /** Lists the operations available. */
2059
+ export declare interface OperationsList {
2060
+ /** Url to follow for getting next page of operations. */
2061
+ nextLink?: string;
2062
+ /** Array of operations */
2063
+ value: Operation[];
2064
+ }
2065
+
2066
+ /** Optional parameters. */
2067
+ export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2068
+ }
2069
+
2070
+ /** Contains response data for the listNext operation. */
2071
+ export declare type OperationsListNextResponse = OperationsList;
2072
+
2073
+ /** Optional parameters. */
2074
+ export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
2075
+ }
2076
+
2077
+ /** Contains response data for the list operation. */
2078
+ export declare type OperationsListResponse = OperationsList;
2079
+
2080
+ /** Defines the resource properties. */
2081
+ export declare interface OsProfile {
2082
+ /** Gets or sets computer name. */
2083
+ computerName?: string;
2084
+ /** Gets or sets administrator username. */
2085
+ adminUsername?: string;
2086
+ /** Gets or sets administrator password. */
2087
+ adminPassword?: string;
2088
+ /** Gets or sets the guestId. */
2089
+ guestId?: string;
2090
+ /**
2091
+ * Gets or sets a value indicating whether the VM is ready for extension operations.
2092
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2093
+ */
2094
+ readonly allowExtensionOperations?: boolean;
2095
+ /** Gets or sets the type of the os. */
2096
+ osType?: OsType;
2097
+ /**
2098
+ * Gets or sets os name.
2099
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2100
+ */
2101
+ readonly osName?: string;
2102
+ /**
2103
+ * Gets or sets the current running status of VMware Tools running in the guest operating system.
2104
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2105
+ */
2106
+ readonly toolsRunningStatus?: string;
2107
+ /**
2108
+ * Gets or sets the current version status of VMware Tools installed in the guest operating system.
2109
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2110
+ */
2111
+ readonly toolsVersionStatus?: string;
2112
+ /**
2113
+ * Gets or sets the current version of VMware Tools.
2114
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2115
+ */
2116
+ readonly toolsVersion?: string;
2117
+ /** Specifies the windows configuration for update management. */
2118
+ windowsConfiguration?: OsProfileWindowsConfiguration;
2119
+ /** Specifies the linux configuration for update management. */
2120
+ linuxConfiguration?: OsProfileLinuxConfiguration;
2121
+ }
2122
+
2123
+ /** Specifies the linux configuration for update management. */
2124
+ export declare interface OsProfileLinuxConfiguration {
2125
+ /** Specifies the assessment mode. */
2126
+ assessmentMode?: string;
2127
+ /** Specifies the patch mode. */
2128
+ patchMode?: string;
2129
+ }
2130
+
2131
+ /** Defines the os update properties. */
2132
+ export declare interface OsProfileUpdate {
2133
+ /** Specifies the windows configuration for update management. */
2134
+ windowsConfiguration?: OsProfileUpdateWindowsConfiguration;
2135
+ /** Specifies the linux configuration for update management. */
2136
+ linuxConfiguration?: OsProfileUpdateLinuxConfiguration;
2137
+ }
2138
+
2139
+ /** Specifies the linux configuration for update management. */
2140
+ export declare interface OsProfileUpdateLinuxConfiguration {
2141
+ /** Specifies the assessment mode. */
2142
+ assessmentMode?: string;
2143
+ /** Specifies the patch mode. */
2144
+ patchMode?: string;
2145
+ }
2146
+
2147
+ /** Specifies the windows configuration for update management. */
2148
+ export declare interface OsProfileUpdateWindowsConfiguration {
2149
+ /** Specifies the assessment mode. */
2150
+ assessmentMode?: string;
2151
+ /** Specifies the patch mode. */
2152
+ patchMode?: string;
2153
+ }
2154
+
2155
+ /** Specifies the windows configuration for update management. */
2156
+ export declare interface OsProfileWindowsConfiguration {
2157
+ /** Specifies the assessment mode. */
2158
+ assessmentMode?: string;
2159
+ /** Specifies the patch mode. */
2160
+ patchMode?: string;
2161
+ }
2162
+
2163
+ /**
2164
+ * Defines values for OsType. \
2165
+ * {@link KnownOsType} can be used interchangeably with OsType,
2166
+ * this enum contains the known values that the service supports.
2167
+ * ### Known values supported by the service
2168
+ * **Windows** \
2169
+ * **Linux** \
2170
+ * **Other**
2171
+ */
2172
+ export declare type OsType = string;
2173
+
2174
+ /**
2175
+ * Defines values for OsTypeUM. \
2176
+ * {@link KnownOsTypeUM} can be used interchangeably with OsTypeUM,
2177
+ * this enum contains the known values that the service supports.
2178
+ * ### Known values supported by the service
2179
+ * **Windows** \
2180
+ * **Linux**
2181
+ */
2182
+ export declare type OsTypeUM = string;
2183
+
2184
+ /**
2185
+ * Defines values for PatchOperationStartedBy. \
2186
+ * {@link KnownPatchOperationStartedBy} can be used interchangeably with PatchOperationStartedBy,
2187
+ * this enum contains the known values that the service supports.
2188
+ * ### Known values supported by the service
2189
+ * **User** \
2190
+ * **Platform**
2191
+ */
2192
+ export declare type PatchOperationStartedBy = string;
2193
+
2194
+ /**
2195
+ * Defines values for PatchOperationStatus. \
2196
+ * {@link KnownPatchOperationStatus} can be used interchangeably with PatchOperationStatus,
2197
+ * this enum contains the known values that the service supports.
2198
+ * ### Known values supported by the service
2199
+ * **Unknown** \
2200
+ * **InProgress** \
2201
+ * **Failed** \
2202
+ * **Succeeded** \
2203
+ * **CompletedWithWarnings**
2204
+ */
2205
+ export declare type PatchOperationStatus = string;
2206
+
2207
+ /**
2208
+ * Defines values for PatchServiceUsed. \
2209
+ * {@link KnownPatchServiceUsed} can be used interchangeably with PatchServiceUsed,
2210
+ * this enum contains the known values that the service supports.
2211
+ * ### Known values supported by the service
2212
+ * **Unknown** \
2213
+ * **WU** \
2214
+ * **WU_WSUS** \
2215
+ * **YUM** \
2216
+ * **APT** \
2217
+ * **Zypper**
2218
+ */
2219
+ export declare type PatchServiceUsed = string;
2220
+
2221
+ /** Defines the resource properties. */
2222
+ export declare interface PlacementProfile {
2223
+ /** Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will deploy. */
2224
+ resourcePoolId?: string;
2225
+ /** Gets or sets the ARM Id of the cluster resource on which this virtual machine will deploy. */
2226
+ clusterId?: string;
2227
+ /** Gets or sets the ARM Id of the host resource on which this virtual machine will deploy. */
2228
+ hostId?: string;
2229
+ /** Gets or sets the ARM Id of the datastore resource on which the data for the virtual machine will be kept. */
2230
+ datastoreId?: string;
2231
+ }
2232
+
2233
+ /**
2234
+ * Defines values for PowerOnBootOption. \
2235
+ * {@link KnownPowerOnBootOption} can be used interchangeably with PowerOnBootOption,
2236
+ * this enum contains the known values that the service supports.
2237
+ * ### Known values supported by the service
2238
+ * **enabled** \
2239
+ * **disabled**
2240
+ */
2241
+ export declare type PowerOnBootOption = string;
2242
+
2243
+ /**
2244
+ * Defines values for ProvisioningAction. \
2245
+ * {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,
2246
+ * this enum contains the known values that the service supports.
2247
+ * ### Known values supported by the service
2248
+ * **install** \
2249
+ * **uninstall** \
2250
+ * **repair**
2251
+ */
2252
+ export declare type ProvisioningAction = string;
2253
+
2254
+ /**
2255
+ * Defines values for ProvisioningState. \
2256
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2257
+ * this enum contains the known values that the service supports.
2258
+ * ### Known values supported by the service
2259
+ * **Succeeded** \
2260
+ * **Failed** \
2261
+ * **Canceled** \
2262
+ * **Provisioning** \
2263
+ * **Updating** \
2264
+ * **Deleting** \
2265
+ * **Accepted** \
2266
+ * **Created**
2267
+ */
2268
+ export declare type ProvisioningState = string;
2269
+
2270
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
2271
+ export declare interface ProxyResource extends Resource {
2272
+ }
2273
+
2274
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
2275
+ export declare interface Resource {
2276
+ /**
2277
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
2278
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2279
+ */
2280
+ readonly id?: string;
2281
+ /**
2282
+ * The name of the resource
2283
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2284
+ */
2285
+ readonly name?: string;
2286
+ /**
2287
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
2288
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2289
+ */
2290
+ readonly type?: string;
2291
+ }
2292
+
2293
+ /** Object containing updates for patch operations. */
2294
+ export declare interface ResourcePatch {
2295
+ /** Resource tags. */
2296
+ tags?: {
2297
+ [propertyName: string]: string;
2298
+ };
2299
+ }
2300
+
2301
+ /** Define the resourcePool. */
2302
+ export declare interface ResourcePool {
2303
+ /** Gets or sets the location. */
2304
+ location: string;
2305
+ /** Gets or sets the extended location. */
2306
+ extendedLocation?: ExtendedLocation;
2307
+ /**
2308
+ * The system data.
2309
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2310
+ */
2311
+ readonly systemData?: SystemData;
2312
+ /** Gets or sets the Resource tags. */
2313
+ tags?: {
2314
+ [propertyName: string]: string;
2315
+ };
2316
+ /**
2317
+ * Gets or sets the name.
2318
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2319
+ */
2320
+ readonly name?: string;
2321
+ /**
2322
+ * Gets or sets the Id.
2323
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2324
+ */
2325
+ readonly id?: string;
2326
+ /**
2327
+ * Gets or sets the type of the resource.
2328
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2329
+ */
2330
+ readonly type?: string;
2331
+ /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
2332
+ kind?: string;
2333
+ /**
2334
+ * Gets or sets a unique identifier for this resource.
2335
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2336
+ */
2337
+ readonly uuid?: string;
2338
+ /** Gets or sets the ARM Id of the vCenter resource in which this resource pool resides. */
2339
+ vCenterId?: string;
2340
+ /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the resource pool. */
2341
+ moRefId?: string;
2342
+ /** Gets or sets the inventory Item ID for the resource pool. */
2343
+ inventoryItemId?: string;
2344
+ /**
2345
+ * Gets or sets the vCenter Managed Object name for the resource pool.
2346
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2347
+ */
2348
+ readonly moName?: string;
2349
+ /**
2350
+ * Gets or sets CPUSharesLevel which specifies the CPU allocation level for this pool.
2351
+ * This property is used in relative allocation between resource consumers.
2352
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2353
+ */
2354
+ readonly cpuSharesLevel?: string;
2355
+ /**
2356
+ * Gets or sets CPUReservationMHz which specifies the CPU size in MHz that is guaranteed
2357
+ * to be available.
2358
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2359
+ */
2360
+ readonly cpuReservationMHz?: number;
2361
+ /**
2362
+ * Gets or sets CPULimitMHz which specifies a CPU usage limit in MHz.
2363
+ * Utilization will not exceed this limit even if there are available resources.
2364
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2365
+ */
2366
+ readonly cpuLimitMHz?: number;
2367
+ /**
2368
+ * Gets or sets CPUSharesLevel which specifies the memory allocation level for this pool.
2369
+ * This property is used in relative allocation between resource consumers.
2370
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2371
+ */
2372
+ readonly memSharesLevel?: string;
2373
+ /**
2374
+ * Gets or sets MemReservationMB which specifies the guaranteed available memory in
2375
+ * megabytes.
2376
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2377
+ */
2378
+ readonly memReservationMB?: number;
2379
+ /**
2380
+ * Gets or sets MemLimitMB specifies a memory usage limit in megabytes.
2381
+ * Utilization will not exceed the specified limit even if there are available resources.
2382
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2383
+ */
2384
+ readonly memLimitMB?: number;
2385
+ /**
2386
+ * Gets the name of the corresponding resource in Kubernetes.
2387
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2388
+ */
2389
+ readonly customResourceName?: string;
2390
+ /**
2391
+ * The resource status information.
2392
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2393
+ */
2394
+ readonly statuses?: ResourceStatus[];
2395
+ /**
2396
+ * Gets or sets the provisioning state.
2397
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2398
+ */
2399
+ readonly provisioningState?: string;
2400
+ }
2401
+
2402
+ /** The resource pool inventory item. */
2403
+ export declare interface ResourcePoolInventoryItem extends InventoryItemProperties {
2404
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2405
+ inventoryType: "ResourcePool";
2406
+ /** Parent resourcePool inventory resource details. */
2407
+ parent?: InventoryItemDetails;
2408
+ }
2409
+
2410
+ /** Interface representing a ResourcePools. */
2411
+ export declare interface ResourcePools {
2412
+ /**
2413
+ * List of resourcePools in a subscription.
2414
+ * @param options The options parameters.
2415
+ */
2416
+ list(options?: ResourcePoolsListOptionalParams): PagedAsyncIterableIterator<ResourcePool>;
2417
+ /**
2418
+ * List of resourcePools in a resource group.
2419
+ * @param resourceGroupName The Resource Group Name.
2420
+ * @param options The options parameters.
2421
+ */
2422
+ listByResourceGroup(resourceGroupName: string, options?: ResourcePoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ResourcePool>;
2423
+ /**
2424
+ * Create Or Update resourcePool.
2425
+ * @param resourceGroupName The Resource Group Name.
2426
+ * @param resourcePoolName Name of the resourcePool.
2427
+ * @param options The options parameters.
2428
+ */
2429
+ beginCreate(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<PollerLike<PollOperationState<ResourcePoolsCreateResponse>, ResourcePoolsCreateResponse>>;
2430
+ /**
2431
+ * Create Or Update resourcePool.
2432
+ * @param resourceGroupName The Resource Group Name.
2433
+ * @param resourcePoolName Name of the resourcePool.
2434
+ * @param options The options parameters.
2435
+ */
2436
+ beginCreateAndWait(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsCreateOptionalParams): Promise<ResourcePoolsCreateResponse>;
2437
+ /**
2438
+ * Implements resourcePool GET method.
2439
+ * @param resourceGroupName The Resource Group Name.
2440
+ * @param resourcePoolName Name of the resourcePool.
2441
+ * @param options The options parameters.
2442
+ */
2443
+ get(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsGetOptionalParams): Promise<ResourcePoolsGetResponse>;
2444
+ /**
2445
+ * API to update certain properties of the resourcePool resource.
2446
+ * @param resourceGroupName The Resource Group Name.
2447
+ * @param resourcePoolName Name of the resourcePool.
2448
+ * @param options The options parameters.
2449
+ */
2450
+ update(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsUpdateOptionalParams): Promise<ResourcePoolsUpdateResponse>;
2451
+ /**
2452
+ * Implements resourcePool DELETE method.
2453
+ * @param resourceGroupName The Resource Group Name.
2454
+ * @param resourcePoolName Name of the resourcePool.
2455
+ * @param options The options parameters.
2456
+ */
2457
+ beginDelete(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2458
+ /**
2459
+ * Implements resourcePool DELETE method.
2460
+ * @param resourceGroupName The Resource Group Name.
2461
+ * @param resourcePoolName Name of the resourcePool.
2462
+ * @param options The options parameters.
2463
+ */
2464
+ beginDeleteAndWait(resourceGroupName: string, resourcePoolName: string, options?: ResourcePoolsDeleteOptionalParams): Promise<void>;
2465
+ }
2466
+
2467
+ /** Optional parameters. */
2468
+ export declare interface ResourcePoolsCreateOptionalParams extends coreClient.OperationOptions {
2469
+ /** Request payload. */
2470
+ body?: ResourcePool;
2471
+ /** Delay to wait until next poll, in milliseconds. */
2472
+ updateIntervalInMs?: number;
2473
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2474
+ resumeFrom?: string;
2475
+ }
2476
+
2477
+ /** Contains response data for the create operation. */
2478
+ export declare type ResourcePoolsCreateResponse = ResourcePool;
2479
+
2480
+ /** Optional parameters. */
2481
+ export declare interface ResourcePoolsDeleteOptionalParams extends coreClient.OperationOptions {
2482
+ /** Whether force delete was specified. */
2483
+ force?: boolean;
2484
+ /** Delay to wait until next poll, in milliseconds. */
2485
+ updateIntervalInMs?: number;
2486
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2487
+ resumeFrom?: string;
2488
+ }
2489
+
2490
+ /** Optional parameters. */
2491
+ export declare interface ResourcePoolsGetOptionalParams extends coreClient.OperationOptions {
2492
+ }
2493
+
2494
+ /** Contains response data for the get operation. */
2495
+ export declare type ResourcePoolsGetResponse = ResourcePool;
2496
+
2497
+ /** List of ResourcePools. */
2498
+ export declare interface ResourcePoolsList {
2499
+ /** Url to follow for getting next page of ResourcePools. */
2500
+ nextLink?: string;
2501
+ /** Array of ResourcePools */
2502
+ value: ResourcePool[];
2503
+ }
2504
+
2505
+ /** Optional parameters. */
2506
+ export declare interface ResourcePoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2507
+ }
2508
+
2509
+ /** Contains response data for the listByResourceGroupNext operation. */
2510
+ export declare type ResourcePoolsListByResourceGroupNextResponse = ResourcePoolsList;
2511
+
2512
+ /** Optional parameters. */
2513
+ export declare interface ResourcePoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2514
+ }
2515
+
2516
+ /** Contains response data for the listByResourceGroup operation. */
2517
+ export declare type ResourcePoolsListByResourceGroupResponse = ResourcePoolsList;
2518
+
2519
+ /** Optional parameters. */
2520
+ export declare interface ResourcePoolsListNextOptionalParams extends coreClient.OperationOptions {
2521
+ }
2522
+
2523
+ /** Contains response data for the listNext operation. */
2524
+ export declare type ResourcePoolsListNextResponse = ResourcePoolsList;
2525
+
2526
+ /** Optional parameters. */
2527
+ export declare interface ResourcePoolsListOptionalParams extends coreClient.OperationOptions {
2528
+ }
2529
+
2530
+ /** Contains response data for the list operation. */
2531
+ export declare type ResourcePoolsListResponse = ResourcePoolsList;
2532
+
2533
+ /** Optional parameters. */
2534
+ export declare interface ResourcePoolsUpdateOptionalParams extends coreClient.OperationOptions {
2535
+ /** Resource properties to update. */
2536
+ body?: ResourcePatch;
2537
+ }
2538
+
2539
+ /** Contains response data for the update operation. */
2540
+ export declare type ResourcePoolsUpdateResponse = ResourcePool;
2541
+
2542
+ /** The resource status information. */
2543
+ export declare interface ResourceStatus {
2544
+ /**
2545
+ * The type of the condition.
2546
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2547
+ */
2548
+ readonly type?: string;
2549
+ /**
2550
+ * Status of the condition.
2551
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2552
+ */
2553
+ readonly status?: string;
2554
+ /**
2555
+ * The reason for the condition's status.
2556
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2557
+ */
2558
+ readonly reason?: string;
2559
+ /**
2560
+ * A human readable message indicating details about the status.
2561
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2562
+ */
2563
+ readonly message?: string;
2564
+ /**
2565
+ * Severity with which to treat failures of this type of condition.
2566
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2567
+ */
2568
+ readonly severity?: string;
2569
+ /**
2570
+ * The last update time for this condition.
2571
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2572
+ */
2573
+ readonly lastUpdatedAt?: Date;
2574
+ }
2575
+
2576
+ /**
2577
+ * Defines values for ScsiControllerType. \
2578
+ * {@link KnownScsiControllerType} can be used interchangeably with ScsiControllerType,
2579
+ * this enum contains the known values that the service supports.
2580
+ * ### Known values supported by the service
2581
+ * **lsilogic** \
2582
+ * **buslogic** \
2583
+ * **pvscsi** \
2584
+ * **lsilogicsas**
2585
+ */
2586
+ export declare type ScsiControllerType = string;
2587
+
2588
+ /** Specifies the Security profile settings for the virtual machine. */
2589
+ export declare interface SecurityProfile {
2590
+ /** Specifies the security settings like secure boot used while creating the virtual machine. */
2591
+ uefiSettings?: UefiSettings;
2592
+ }
2593
+
2594
+ /**
2595
+ * Defines values for StatusLevelTypes. \
2596
+ * {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
2597
+ * this enum contains the known values that the service supports.
2598
+ * ### Known values supported by the service
2599
+ * **Info** \
2600
+ * **Warning** \
2601
+ * **Error**
2602
+ */
2603
+ export declare type StatusLevelTypes = string;
2604
+
2605
+ /**
2606
+ * Defines values for StatusTypes. \
2607
+ * {@link KnownStatusTypes} can be used interchangeably with StatusTypes,
2608
+ * this enum contains the known values that the service supports.
2609
+ * ### Known values supported by the service
2610
+ * **Connected** \
2611
+ * **Disconnected** \
2612
+ * **Error**
2613
+ */
2614
+ export declare type StatusTypes = string;
2615
+
2616
+ /** Defines the stop action properties. */
2617
+ export declare interface StopVirtualMachineOptions {
2618
+ /** Gets or sets a value indicating whether to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Defaults to false. */
2619
+ skipShutdown?: boolean;
2620
+ }
2621
+
2622
+ /** Defines the resource properties. */
2623
+ export declare interface StorageProfile {
2624
+ /** Gets or sets the list of virtual disks associated with the virtual machine. */
2625
+ disks?: VirtualDisk[];
2626
+ /**
2627
+ * Gets or sets the list of virtual SCSI controllers associated with the virtual machine.
2628
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2629
+ */
2630
+ readonly scsiControllers?: VirtualScsiController[];
2631
+ }
2632
+
2633
+ /** Defines the resource update properties. */
2634
+ export declare interface StorageProfileUpdate {
2635
+ /** Gets or sets the list of virtual disks associated with the virtual machine. */
2636
+ disks?: VirtualDiskUpdate[];
2637
+ }
2638
+
2639
+ /** Metadata pertaining to creation and last modification of the resource. */
2640
+ export declare interface SystemData {
2641
+ /** The identity that created the resource. */
2642
+ createdBy?: string;
2643
+ /** The type of identity that created the resource. */
2644
+ createdByType?: CreatedByType;
2645
+ /** The timestamp of resource creation (UTC). */
2646
+ createdAt?: Date;
2647
+ /** The identity that last modified the resource. */
2648
+ lastModifiedBy?: string;
2649
+ /** The type of identity that last modified the resource. */
2650
+ lastModifiedByType?: CreatedByType;
2651
+ /** The timestamp of resource last modification (UTC) */
2652
+ lastModifiedAt?: Date;
2653
+ }
2654
+
2655
+ /** Specifies the security settings like secure boot used while creating the virtual machine. */
2656
+ export declare interface UefiSettings {
2657
+ /** Specifies whether secure boot should be enabled on the virtual machine. */
2658
+ secureBootEnabled?: boolean;
2659
+ }
2660
+
2661
+ /** Defines the vCenter. */
2662
+ export declare interface VCenter {
2663
+ /** Gets or sets the location. */
2664
+ location: string;
2665
+ /** Gets or sets the extended location. */
2666
+ extendedLocation?: ExtendedLocation;
2667
+ /**
2668
+ * The system data.
2669
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2670
+ */
2671
+ readonly systemData?: SystemData;
2672
+ /** Gets or sets the Resource tags. */
2673
+ tags?: {
2674
+ [propertyName: string]: string;
2675
+ };
2676
+ /**
2677
+ * Gets or sets the name.
2678
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2679
+ */
2680
+ readonly name?: string;
2681
+ /**
2682
+ * Gets or sets the Id.
2683
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2684
+ */
2685
+ readonly id?: string;
2686
+ /**
2687
+ * Gets or sets the type of the resource.
2688
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2689
+ */
2690
+ readonly type?: string;
2691
+ /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
2692
+ kind?: string;
2693
+ /**
2694
+ * Gets or sets a unique identifier for this resource.
2695
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2696
+ */
2697
+ readonly uuid?: string;
2698
+ /** Gets or sets the FQDN/IPAddress of the vCenter. */
2699
+ fqdn: string;
2700
+ /** Gets or sets the port of the vCenter. */
2701
+ port?: number;
2702
+ /**
2703
+ * Gets or sets the version of the vCenter.
2704
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2705
+ */
2706
+ readonly version?: string;
2707
+ /**
2708
+ * Gets or sets the instance UUID of the vCenter.
2709
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2710
+ */
2711
+ readonly instanceUuid?: string;
2712
+ /**
2713
+ * Gets or sets the connection status to the vCenter.
2714
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2715
+ */
2716
+ readonly connectionStatus?: string;
2717
+ /**
2718
+ * Gets the name of the corresponding resource in Kubernetes.
2719
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2720
+ */
2721
+ readonly customResourceName?: string;
2722
+ /** Username / Password Credentials to connect to vcenter. */
2723
+ credentials?: VICredential;
2724
+ /**
2725
+ * The resource status information.
2726
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2727
+ */
2728
+ readonly statuses?: ResourceStatus[];
2729
+ /**
2730
+ * Gets or sets the provisioning state.
2731
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2732
+ */
2733
+ readonly provisioningState?: string;
2734
+ }
2735
+
2736
+ /** Interface representing a VCenters. */
2737
+ export declare interface VCenters {
2738
+ /**
2739
+ * List of vCenters in a subscription.
2740
+ * @param options The options parameters.
2741
+ */
2742
+ list(options?: VCentersListOptionalParams): PagedAsyncIterableIterator<VCenter>;
2743
+ /**
2744
+ * List of vCenters in a resource group.
2745
+ * @param resourceGroupName The Resource Group Name.
2746
+ * @param options The options parameters.
2747
+ */
2748
+ listByResourceGroup(resourceGroupName: string, options?: VCentersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VCenter>;
2749
+ /**
2750
+ * Create Or Update vCenter.
2751
+ * @param resourceGroupName The Resource Group Name.
2752
+ * @param vcenterName Name of the vCenter.
2753
+ * @param options The options parameters.
2754
+ */
2755
+ beginCreate(resourceGroupName: string, vcenterName: string, options?: VCentersCreateOptionalParams): Promise<PollerLike<PollOperationState<VCentersCreateResponse>, VCentersCreateResponse>>;
2756
+ /**
2757
+ * Create Or Update vCenter.
2758
+ * @param resourceGroupName The Resource Group Name.
2759
+ * @param vcenterName Name of the vCenter.
2760
+ * @param options The options parameters.
2761
+ */
2762
+ beginCreateAndWait(resourceGroupName: string, vcenterName: string, options?: VCentersCreateOptionalParams): Promise<VCentersCreateResponse>;
2763
+ /**
2764
+ * Implements vCenter GET method.
2765
+ * @param resourceGroupName The Resource Group Name.
2766
+ * @param vcenterName Name of the vCenter.
2767
+ * @param options The options parameters.
2768
+ */
2769
+ get(resourceGroupName: string, vcenterName: string, options?: VCentersGetOptionalParams): Promise<VCentersGetResponse>;
2770
+ /**
2771
+ * API to update certain properties of the vCenter resource.
2772
+ * @param resourceGroupName The Resource Group Name.
2773
+ * @param vcenterName Name of the vCenter.
2774
+ * @param options The options parameters.
2775
+ */
2776
+ update(resourceGroupName: string, vcenterName: string, options?: VCentersUpdateOptionalParams): Promise<VCentersUpdateResponse>;
2777
+ /**
2778
+ * Implements vCenter DELETE method.
2779
+ * @param resourceGroupName The Resource Group Name.
2780
+ * @param vcenterName Name of the vCenter.
2781
+ * @param options The options parameters.
2782
+ */
2783
+ beginDelete(resourceGroupName: string, vcenterName: string, options?: VCentersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2784
+ /**
2785
+ * Implements vCenter DELETE method.
2786
+ * @param resourceGroupName The Resource Group Name.
2787
+ * @param vcenterName Name of the vCenter.
2788
+ * @param options The options parameters.
2789
+ */
2790
+ beginDeleteAndWait(resourceGroupName: string, vcenterName: string, options?: VCentersDeleteOptionalParams): Promise<void>;
2791
+ }
2792
+
2793
+ /** Optional parameters. */
2794
+ export declare interface VCentersCreateOptionalParams extends coreClient.OperationOptions {
2795
+ /** Request payload. */
2796
+ body?: VCenter;
2797
+ /** Delay to wait until next poll, in milliseconds. */
2798
+ updateIntervalInMs?: number;
2799
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2800
+ resumeFrom?: string;
2801
+ }
2802
+
2803
+ /** Contains response data for the create operation. */
2804
+ export declare type VCentersCreateResponse = VCenter;
2805
+
2806
+ /** Optional parameters. */
2807
+ export declare interface VCentersDeleteOptionalParams extends coreClient.OperationOptions {
2808
+ /** Whether force delete was specified. */
2809
+ force?: boolean;
2810
+ /** Delay to wait until next poll, in milliseconds. */
2811
+ updateIntervalInMs?: number;
2812
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2813
+ resumeFrom?: string;
2814
+ }
2815
+
2816
+ /** Optional parameters. */
2817
+ export declare interface VCentersGetOptionalParams extends coreClient.OperationOptions {
2818
+ }
2819
+
2820
+ /** Contains response data for the get operation. */
2821
+ export declare type VCentersGetResponse = VCenter;
2822
+
2823
+ /** List of VCenters. */
2824
+ export declare interface VCentersList {
2825
+ /** Url to follow for getting next page of VCenters. */
2826
+ nextLink?: string;
2827
+ /** Array of VCenters */
2828
+ value: VCenter[];
2829
+ }
2830
+
2831
+ /** Optional parameters. */
2832
+ export declare interface VCentersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2833
+ }
2834
+
2835
+ /** Contains response data for the listByResourceGroupNext operation. */
2836
+ export declare type VCentersListByResourceGroupNextResponse = VCentersList;
2837
+
2838
+ /** Optional parameters. */
2839
+ export declare interface VCentersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2840
+ }
2841
+
2842
+ /** Contains response data for the listByResourceGroup operation. */
2843
+ export declare type VCentersListByResourceGroupResponse = VCentersList;
2844
+
2845
+ /** Optional parameters. */
2846
+ export declare interface VCentersListNextOptionalParams extends coreClient.OperationOptions {
2847
+ }
2848
+
2849
+ /** Contains response data for the listNext operation. */
2850
+ export declare type VCentersListNextResponse = VCentersList;
2851
+
2852
+ /** Optional parameters. */
2853
+ export declare interface VCentersListOptionalParams extends coreClient.OperationOptions {
2854
+ }
2855
+
2856
+ /** Contains response data for the list operation. */
2857
+ export declare type VCentersListResponse = VCentersList;
2858
+
2859
+ /** Optional parameters. */
2860
+ export declare interface VCentersUpdateOptionalParams extends coreClient.OperationOptions {
2861
+ /** Resource properties to update. */
2862
+ body?: ResourcePatch;
2863
+ }
2864
+
2865
+ /** Contains response data for the update operation. */
2866
+ export declare type VCentersUpdateResponse = VCenter;
2867
+
2868
+ /** Username / Password Credentials to connect to vcenter. */
2869
+ export declare interface VICredential {
2870
+ /** Gets or sets username to connect with the vCenter. */
2871
+ username?: string;
2872
+ /** Gets or sets the password to connect with the vCenter. */
2873
+ password?: string;
2874
+ }
2875
+
2876
+ /** Virtual disk model */
2877
+ export declare interface VirtualDisk {
2878
+ /** Gets or sets the name of the virtual disk. */
2879
+ name?: string;
2880
+ /**
2881
+ * Gets or sets the label of the virtual disk in vCenter.
2882
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2883
+ */
2884
+ readonly label?: string;
2885
+ /**
2886
+ * Gets or sets the disk object id.
2887
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2888
+ */
2889
+ readonly diskObjectId?: string;
2890
+ /** Gets or sets the disk total size. */
2891
+ diskSizeGB?: number;
2892
+ /** Gets or sets the device key value. */
2893
+ deviceKey?: number;
2894
+ /** Gets or sets the disk mode. */
2895
+ diskMode?: DiskMode;
2896
+ /** Gets or sets the controller id. */
2897
+ controllerKey?: number;
2898
+ /** Gets or sets the unit number of the disk on the controller. */
2899
+ unitNumber?: number;
2900
+ /** Gets or sets the device name. */
2901
+ deviceName?: string;
2902
+ /** Gets or sets the disk backing type. */
2903
+ diskType?: DiskType;
2904
+ }
2905
+
2906
+ /** Defines the virtual disk update. */
2907
+ export declare interface VirtualDiskUpdate {
2908
+ /** Gets or sets the name of the virtual disk. */
2909
+ name?: string;
2910
+ /** Gets or sets the disk total size. */
2911
+ diskSizeGB?: number;
2912
+ /** Gets or sets the device key value. */
2913
+ deviceKey?: number;
2914
+ /** Gets or sets the disk mode. */
2915
+ diskMode?: DiskMode;
2916
+ /** Gets or sets the controller id. */
2917
+ controllerKey?: number;
2918
+ /** Gets or sets the unit number of the disk on the controller. */
2919
+ unitNumber?: number;
2920
+ /** Gets or sets the device name. */
2921
+ deviceName?: string;
2922
+ /** Gets or sets the disk backing type. */
2923
+ diskType?: DiskType;
2924
+ }
2925
+
2926
+ /** Define the virtualMachine. */
2927
+ export declare interface VirtualMachine {
2928
+ /** Gets or sets the location. */
2929
+ location: string;
2930
+ /** Gets or sets the extended location. */
2931
+ extendedLocation?: ExtendedLocation;
2932
+ /**
2933
+ * The system data.
2934
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2935
+ */
2936
+ readonly systemData?: SystemData;
2937
+ /** Gets or sets the Resource tags. */
2938
+ tags?: {
2939
+ [propertyName: string]: string;
2940
+ };
2941
+ /**
2942
+ * Gets or sets the name.
2943
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2944
+ */
2945
+ readonly name?: string;
2946
+ /**
2947
+ * Gets or sets the Id.
2948
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2949
+ */
2950
+ readonly id?: string;
2951
+ /**
2952
+ * Gets or sets the type of the resource.
2953
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2954
+ */
2955
+ readonly type?: string;
2956
+ /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
2957
+ kind?: string;
2958
+ /** The identity of the resource. */
2959
+ identity?: Identity;
2960
+ /**
2961
+ * Gets or sets the ARM Id of the resourcePool resource on which this virtual machine will
2962
+ * deploy.
2963
+ */
2964
+ resourcePoolId?: string;
2965
+ /** Gets or sets the ARM Id of the template resource to deploy the virtual machine. */
2966
+ templateId?: string;
2967
+ /** Gets or sets the ARM Id of the vCenter resource in which this resource pool resides. */
2968
+ vCenterId?: string;
2969
+ /** Placement properties. */
2970
+ placementProfile?: PlacementProfile;
2971
+ /** OS properties. */
2972
+ osProfile?: OsProfile;
2973
+ /** Hardware properties. */
2974
+ hardwareProfile?: HardwareProfile;
2975
+ /** Network properties. */
2976
+ networkProfile?: NetworkProfile;
2977
+ /** Storage properties. */
2978
+ storageProfile?: StorageProfile;
2979
+ /** Guest agent status properties. */
2980
+ guestAgentProfile?: GuestAgentProfile;
2981
+ /** Gets the security profile. */
2982
+ securityProfile?: SecurityProfile;
2983
+ /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine. */
2984
+ moRefId?: string;
2985
+ /** Gets or sets the inventory Item ID for the virtual machine. */
2986
+ inventoryItemId?: string;
2987
+ /**
2988
+ * Gets or sets the vCenter Managed Object name for the virtual machine.
2989
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2990
+ */
2991
+ readonly moName?: string;
2992
+ /**
2993
+ * Gets or sets the folder path of the vm.
2994
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2995
+ */
2996
+ readonly folderPath?: string;
2997
+ /**
2998
+ * Gets or sets the instance uuid of the vm.
2999
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3000
+ */
3001
+ readonly instanceUuid?: string;
3002
+ /** Gets or sets the SMBIOS UUID of the vm. */
3003
+ smbiosUuid?: string;
3004
+ /** Firmware type */
3005
+ firmwareType?: FirmwareType;
3006
+ /**
3007
+ * Gets the power state of the virtual machine.
3008
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3009
+ */
3010
+ readonly powerState?: string;
3011
+ /**
3012
+ * Gets the name of the corresponding resource in Kubernetes.
3013
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3014
+ */
3015
+ readonly customResourceName?: string;
3016
+ /**
3017
+ * Gets or sets a unique identifier for this resource.
3018
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3019
+ */
3020
+ readonly uuid?: string;
3021
+ /**
3022
+ * The resource status information.
3023
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3024
+ */
3025
+ readonly statuses?: ResourceStatus[];
3026
+ /**
3027
+ * Gets or sets the provisioning state.
3028
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3029
+ */
3030
+ readonly provisioningState?: string;
3031
+ /**
3032
+ * Gets or sets a unique identifier for the vm resource.
3033
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3034
+ */
3035
+ readonly vmId?: string;
3036
+ }
3037
+
3038
+ /** Describes the properties of an AssessPatches result. */
3039
+ export declare interface VirtualMachineAssessPatchesResult {
3040
+ /**
3041
+ * The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings."
3042
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3043
+ */
3044
+ readonly status?: PatchOperationStatus;
3045
+ /**
3046
+ * The activity ID of the operation that produced this result.
3047
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3048
+ */
3049
+ readonly assessmentActivityId?: string;
3050
+ /**
3051
+ * The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred.
3052
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3053
+ */
3054
+ readonly rebootPending?: boolean;
3055
+ /** Summarization of patches available for installation on the machine by classification. */
3056
+ availablePatchCountByClassification?: AvailablePatchCountByClassification;
3057
+ /**
3058
+ * The UTC timestamp when the operation began.
3059
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3060
+ */
3061
+ readonly startDateTime?: Date;
3062
+ /**
3063
+ * The UTC timestamp when the operation finished.
3064
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3065
+ */
3066
+ readonly lastModifiedDateTime?: Date;
3067
+ /**
3068
+ * Indicates if operation was triggered by user or by platform.
3069
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3070
+ */
3071
+ readonly startedBy?: PatchOperationStartedBy;
3072
+ /**
3073
+ * Specifies the patch service used for the operation.
3074
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3075
+ */
3076
+ readonly patchServiceUsed?: PatchServiceUsed;
3077
+ /**
3078
+ * The operating system type of the machine.
3079
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3080
+ */
3081
+ readonly osType?: OsTypeUM;
3082
+ /**
3083
+ * The errors that were encountered during execution of the operation. The details array contains the list of them.
3084
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3085
+ */
3086
+ readonly errorDetails?: ErrorDetail;
3087
+ }
3088
+
3089
+ /** Input for InstallPatches as directly received by the API */
3090
+ export declare interface VirtualMachineInstallPatchesParameters {
3091
+ /** Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) */
3092
+ maximumDuration: string;
3093
+ /** Defines when it is acceptable to reboot a VM during a software update operation. */
3094
+ rebootSetting: VMGuestPatchRebootSetting;
3095
+ /** Input for InstallPatches on a Windows VM, as directly received by the API */
3096
+ windowsParameters?: WindowsParameters;
3097
+ /** Input for InstallPatches on a Linux VM, as directly received by the API */
3098
+ linuxParameters?: LinuxParameters;
3099
+ }
3100
+
3101
+ /** The result summary of an installation operation. */
3102
+ export declare interface VirtualMachineInstallPatchesResult {
3103
+ /**
3104
+ * The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings."
3105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3106
+ */
3107
+ readonly status?: PatchOperationStatus;
3108
+ /**
3109
+ * The activity ID of the operation that produced this result.
3110
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3111
+ */
3112
+ readonly installationActivityId?: string;
3113
+ /**
3114
+ * The reboot state of the VM following completion of the operation.
3115
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3116
+ */
3117
+ readonly rebootStatus?: VMGuestPatchRebootStatus;
3118
+ /**
3119
+ * Whether the operation ran out of time before it completed all its intended actions.
3120
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3121
+ */
3122
+ readonly maintenanceWindowExceeded?: boolean;
3123
+ /**
3124
+ * The number of patches that were not installed due to the user blocking their installation.
3125
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3126
+ */
3127
+ readonly excludedPatchCount?: number;
3128
+ /**
3129
+ * The number of patches that were detected as available for install, but did not meet the operation's criteria.
3130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3131
+ */
3132
+ readonly notSelectedPatchCount?: number;
3133
+ /**
3134
+ * The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true.
3135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3136
+ */
3137
+ readonly pendingPatchCount?: number;
3138
+ /**
3139
+ * The number of patches successfully installed.
3140
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3141
+ */
3142
+ readonly installedPatchCount?: number;
3143
+ /**
3144
+ * The number of patches that could not be installed due to some issue. See errors for details.
3145
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3146
+ */
3147
+ readonly failedPatchCount?: number;
3148
+ /**
3149
+ * The UTC timestamp when the operation began.
3150
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3151
+ */
3152
+ readonly startDateTime?: Date;
3153
+ /**
3154
+ * The UTC timestamp when the operation finished.
3155
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3156
+ */
3157
+ readonly lastModifiedDateTime?: Date;
3158
+ /**
3159
+ * Indicates if operation was triggered by user or by platform.
3160
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3161
+ */
3162
+ readonly startedBy?: PatchOperationStartedBy;
3163
+ /**
3164
+ * Specifies the patch service used for the operation.
3165
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3166
+ */
3167
+ readonly patchServiceUsed?: PatchServiceUsed;
3168
+ /**
3169
+ * The operating system type of the machine.
3170
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3171
+ */
3172
+ readonly osType?: OsTypeUM;
3173
+ /**
3174
+ * The errors that were encountered during execution of the operation. The details array contains the list of them.
3175
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3176
+ */
3177
+ readonly errorDetails?: ErrorDetail;
3178
+ }
3179
+
3180
+ /** The VM inventory item. */
3181
+ export declare interface VirtualMachineInventoryItem extends InventoryItemProperties {
3182
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3183
+ inventoryType: "VirtualMachine";
3184
+ /** Gets or sets the type of the os. */
3185
+ osType?: OsType;
3186
+ /** Gets or sets os name. */
3187
+ osName?: string;
3188
+ /** Gets or sets the nic ip addresses. */
3189
+ ipAddresses?: string[];
3190
+ /** Gets or sets the folder path of the vm. */
3191
+ folderPath?: string;
3192
+ /** Host inventory resource details. */
3193
+ host?: InventoryItemDetails;
3194
+ /** ResourcePool inventory resource details. */
3195
+ resourcePool?: InventoryItemDetails;
3196
+ /** Gets or sets the instance uuid of the vm. */
3197
+ instanceUuid?: string;
3198
+ /** Gets or sets the SMBIOS UUID of the vm. */
3199
+ smbiosUuid?: string;
3200
+ /**
3201
+ * Gets the power state of the virtual machine.
3202
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3203
+ */
3204
+ readonly powerState?: string;
3205
+ /**
3206
+ * Gets or sets the current running status of VMware Tools running in the guest operating system.
3207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3208
+ */
3209
+ readonly toolsRunningStatus?: string;
3210
+ /**
3211
+ * Gets or sets the current version status of VMware Tools installed in the guest operating system.
3212
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3213
+ */
3214
+ readonly toolsVersionStatus?: string;
3215
+ /**
3216
+ * Gets or sets the current version of VMware Tools.
3217
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3218
+ */
3219
+ readonly toolsVersion?: string;
3220
+ }
3221
+
3222
+ /** Interface representing a VirtualMachines. */
3223
+ export declare interface VirtualMachines {
3224
+ /**
3225
+ * List of virtualMachines in a subscription.
3226
+ * @param options The options parameters.
3227
+ */
3228
+ list(options?: VirtualMachinesListOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
3229
+ /**
3230
+ * List of virtualMachines in a resource group.
3231
+ * @param resourceGroupName The Resource Group Name.
3232
+ * @param options The options parameters.
3233
+ */
3234
+ listByResourceGroup(resourceGroupName: string, options?: VirtualMachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
3235
+ /**
3236
+ * The operation to assess patches on a vSphere VMware machine identity in Azure.
3237
+ * @param resourceGroupName The name of the resource group.
3238
+ * @param name The name of the vSphere VMware machine.
3239
+ * @param options The options parameters.
3240
+ */
3241
+ beginAssessPatches(resourceGroupName: string, name: string, options?: VirtualMachinesAssessPatchesOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesAssessPatchesResponse>, VirtualMachinesAssessPatchesResponse>>;
3242
+ /**
3243
+ * The operation to assess patches on a vSphere VMware machine identity in Azure.
3244
+ * @param resourceGroupName The name of the resource group.
3245
+ * @param name The name of the vSphere VMware machine.
3246
+ * @param options The options parameters.
3247
+ */
3248
+ beginAssessPatchesAndWait(resourceGroupName: string, name: string, options?: VirtualMachinesAssessPatchesOptionalParams): Promise<VirtualMachinesAssessPatchesResponse>;
3249
+ /**
3250
+ * The operation to install patches on a vSphere VMware machine identity in Azure.
3251
+ * @param resourceGroupName The name of the resource group.
3252
+ * @param name The name of the vSphere VMware machine.
3253
+ * @param installPatchesInput Input for InstallPatches as directly received by the API
3254
+ * @param options The options parameters.
3255
+ */
3256
+ beginInstallPatches(resourceGroupName: string, name: string, installPatchesInput: VirtualMachineInstallPatchesParameters, options?: VirtualMachinesInstallPatchesOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesInstallPatchesResponse>, VirtualMachinesInstallPatchesResponse>>;
3257
+ /**
3258
+ * The operation to install patches on a vSphere VMware machine identity in Azure.
3259
+ * @param resourceGroupName The name of the resource group.
3260
+ * @param name The name of the vSphere VMware machine.
3261
+ * @param installPatchesInput Input for InstallPatches as directly received by the API
3262
+ * @param options The options parameters.
3263
+ */
3264
+ beginInstallPatchesAndWait(resourceGroupName: string, name: string, installPatchesInput: VirtualMachineInstallPatchesParameters, options?: VirtualMachinesInstallPatchesOptionalParams): Promise<VirtualMachinesInstallPatchesResponse>;
3265
+ /**
3266
+ * Create Or Update virtual machine.
3267
+ * @param resourceGroupName The Resource Group Name.
3268
+ * @param virtualMachineName Name of the virtual machine resource.
3269
+ * @param options The options parameters.
3270
+ */
3271
+ beginCreate(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesCreateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesCreateResponse>, VirtualMachinesCreateResponse>>;
3272
+ /**
3273
+ * Create Or Update virtual machine.
3274
+ * @param resourceGroupName The Resource Group Name.
3275
+ * @param virtualMachineName Name of the virtual machine resource.
3276
+ * @param options The options parameters.
3277
+ */
3278
+ beginCreateAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesCreateOptionalParams): Promise<VirtualMachinesCreateResponse>;
3279
+ /**
3280
+ * Implements virtual machine GET method.
3281
+ * @param resourceGroupName The Resource Group Name.
3282
+ * @param virtualMachineName Name of the virtual machine resource.
3283
+ * @param options The options parameters.
3284
+ */
3285
+ get(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesGetOptionalParams): Promise<VirtualMachinesGetResponse>;
3286
+ /**
3287
+ * API to update certain properties of the virtual machine resource.
3288
+ * @param resourceGroupName The Resource Group Name.
3289
+ * @param virtualMachineName Name of the virtual machine resource.
3290
+ * @param options The options parameters.
3291
+ */
3292
+ beginUpdate(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesUpdateResponse>, VirtualMachinesUpdateResponse>>;
3293
+ /**
3294
+ * API to update certain properties of the virtual machine resource.
3295
+ * @param resourceGroupName The Resource Group Name.
3296
+ * @param virtualMachineName Name of the virtual machine resource.
3297
+ * @param options The options parameters.
3298
+ */
3299
+ beginUpdateAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesUpdateOptionalParams): Promise<VirtualMachinesUpdateResponse>;
3300
+ /**
3301
+ * Implements virtual machine DELETE method.
3302
+ * @param resourceGroupName The Resource Group Name.
3303
+ * @param virtualMachineName Name of the virtual machine resource.
3304
+ * @param options The options parameters.
3305
+ */
3306
+ beginDelete(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3307
+ /**
3308
+ * Implements virtual machine DELETE method.
3309
+ * @param resourceGroupName The Resource Group Name.
3310
+ * @param virtualMachineName Name of the virtual machine resource.
3311
+ * @param options The options parameters.
3312
+ */
3313
+ beginDeleteAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesDeleteOptionalParams): Promise<void>;
3314
+ /**
3315
+ * Stop virtual machine.
3316
+ * @param resourceGroupName The Resource Group Name.
3317
+ * @param virtualMachineName Name of the virtual machine resource.
3318
+ * @param options The options parameters.
3319
+ */
3320
+ beginStop(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3321
+ /**
3322
+ * Stop virtual machine.
3323
+ * @param resourceGroupName The Resource Group Name.
3324
+ * @param virtualMachineName Name of the virtual machine resource.
3325
+ * @param options The options parameters.
3326
+ */
3327
+ beginStopAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<void>;
3328
+ /**
3329
+ * Start virtual machine.
3330
+ * @param resourceGroupName The Resource Group Name.
3331
+ * @param virtualMachineName Name of the virtual machine resource.
3332
+ * @param options The options parameters.
3333
+ */
3334
+ beginStart(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3335
+ /**
3336
+ * Start virtual machine.
3337
+ * @param resourceGroupName The Resource Group Name.
3338
+ * @param virtualMachineName Name of the virtual machine resource.
3339
+ * @param options The options parameters.
3340
+ */
3341
+ beginStartAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<void>;
3342
+ /**
3343
+ * Restart virtual machine.
3344
+ * @param resourceGroupName The Resource Group Name.
3345
+ * @param virtualMachineName Name of the virtual machine resource.
3346
+ * @param options The options parameters.
3347
+ */
3348
+ beginRestart(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesRestartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3349
+ /**
3350
+ * Restart virtual machine.
3351
+ * @param resourceGroupName The Resource Group Name.
3352
+ * @param virtualMachineName Name of the virtual machine resource.
3353
+ * @param options The options parameters.
3354
+ */
3355
+ beginRestartAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesRestartOptionalParams): Promise<void>;
3356
+ }
3357
+
3358
+ /** Optional parameters. */
3359
+ export declare interface VirtualMachinesAssessPatchesOptionalParams extends coreClient.OperationOptions {
3360
+ /** Delay to wait until next poll, in milliseconds. */
3361
+ updateIntervalInMs?: number;
3362
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3363
+ resumeFrom?: string;
3364
+ }
3365
+
3366
+ /** Contains response data for the assessPatches operation. */
3367
+ export declare type VirtualMachinesAssessPatchesResponse = VirtualMachineAssessPatchesResult;
3368
+
3369
+ /** Optional parameters. */
3370
+ export declare interface VirtualMachinesCreateOptionalParams extends coreClient.OperationOptions {
3371
+ /** Request payload. */
3372
+ body?: VirtualMachine;
3373
+ /** Delay to wait until next poll, in milliseconds. */
3374
+ updateIntervalInMs?: number;
3375
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3376
+ resumeFrom?: string;
3377
+ }
3378
+
3379
+ /** Contains response data for the create operation. */
3380
+ export declare type VirtualMachinesCreateResponse = VirtualMachine;
3381
+
3382
+ /** Optional parameters. */
3383
+ export declare interface VirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
3384
+ /** Whether force delete was specified. */
3385
+ force?: boolean;
3386
+ /** Whether to just disable the VM from azure and retain the VM in the VMM. */
3387
+ retain?: boolean;
3388
+ /** Delay to wait until next poll, in milliseconds. */
3389
+ updateIntervalInMs?: number;
3390
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3391
+ resumeFrom?: string;
3392
+ }
3393
+
3394
+ /** Optional parameters. */
3395
+ export declare interface VirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
3396
+ }
3397
+
3398
+ /** Contains response data for the get operation. */
3399
+ export declare type VirtualMachinesGetResponse = VirtualMachine;
3400
+
3401
+ /** Optional parameters. */
3402
+ export declare interface VirtualMachinesInstallPatchesOptionalParams extends coreClient.OperationOptions {
3403
+ /** Delay to wait until next poll, in milliseconds. */
3404
+ updateIntervalInMs?: number;
3405
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3406
+ resumeFrom?: string;
3407
+ }
3408
+
3409
+ /** Contains response data for the installPatches operation. */
3410
+ export declare type VirtualMachinesInstallPatchesResponse = VirtualMachineInstallPatchesResult;
3411
+
3412
+ /** List of VirtualMachines. */
3413
+ export declare interface VirtualMachinesList {
3414
+ /** Url to follow for getting next page of VirtualMachines. */
3415
+ nextLink?: string;
3416
+ /** Array of VirtualMachines */
3417
+ value: VirtualMachine[];
3418
+ }
3419
+
3420
+ /** Optional parameters. */
3421
+ export declare interface VirtualMachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
3422
+ }
3423
+
3424
+ /** Contains response data for the listByResourceGroupNext operation. */
3425
+ export declare type VirtualMachinesListByResourceGroupNextResponse = VirtualMachinesList;
3426
+
3427
+ /** Optional parameters. */
3428
+ export declare interface VirtualMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
3429
+ }
3430
+
3431
+ /** Contains response data for the listByResourceGroup operation. */
3432
+ export declare type VirtualMachinesListByResourceGroupResponse = VirtualMachinesList;
3433
+
3434
+ /** Optional parameters. */
3435
+ export declare interface VirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
3436
+ }
3437
+
3438
+ /** Contains response data for the listNext operation. */
3439
+ export declare type VirtualMachinesListNextResponse = VirtualMachinesList;
3440
+
3441
+ /** Optional parameters. */
3442
+ export declare interface VirtualMachinesListOptionalParams extends coreClient.OperationOptions {
3443
+ }
3444
+
3445
+ /** Contains response data for the list operation. */
3446
+ export declare type VirtualMachinesListResponse = VirtualMachinesList;
3447
+
3448
+ /** Optional parameters. */
3449
+ export declare interface VirtualMachinesRestartOptionalParams extends coreClient.OperationOptions {
3450
+ /** Delay to wait until next poll, in milliseconds. */
3451
+ updateIntervalInMs?: number;
3452
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3453
+ resumeFrom?: string;
3454
+ }
3455
+
3456
+ /** Optional parameters. */
3457
+ export declare interface VirtualMachinesStartOptionalParams extends coreClient.OperationOptions {
3458
+ /** Delay to wait until next poll, in milliseconds. */
3459
+ updateIntervalInMs?: number;
3460
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3461
+ resumeFrom?: string;
3462
+ }
3463
+
3464
+ /** Optional parameters. */
3465
+ export declare interface VirtualMachinesStopOptionalParams extends coreClient.OperationOptions {
3466
+ /** Virtualmachine stop action payload. */
3467
+ body?: StopVirtualMachineOptions;
3468
+ /** Delay to wait until next poll, in milliseconds. */
3469
+ updateIntervalInMs?: number;
3470
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3471
+ resumeFrom?: string;
3472
+ }
3473
+
3474
+ /** Optional parameters. */
3475
+ export declare interface VirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
3476
+ /** Resource properties to update. */
3477
+ body?: VirtualMachineUpdate;
3478
+ /** Delay to wait until next poll, in milliseconds. */
3479
+ updateIntervalInMs?: number;
3480
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3481
+ resumeFrom?: string;
3482
+ }
3483
+
3484
+ /** Contains response data for the update operation. */
3485
+ export declare type VirtualMachinesUpdateResponse = VirtualMachine;
3486
+
3487
+ /** Define the virtualMachineTemplate. */
3488
+ export declare interface VirtualMachineTemplate {
3489
+ /** Gets or sets the location. */
3490
+ location: string;
3491
+ /** Gets or sets the extended location. */
3492
+ extendedLocation?: ExtendedLocation;
3493
+ /**
3494
+ * The system data.
3495
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3496
+ */
3497
+ readonly systemData?: SystemData;
3498
+ /** Gets or sets the Resource tags. */
3499
+ tags?: {
3500
+ [propertyName: string]: string;
3501
+ };
3502
+ /**
3503
+ * Gets or sets the name.
3504
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3505
+ */
3506
+ readonly name?: string;
3507
+ /**
3508
+ * Gets or sets the Id.
3509
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3510
+ */
3511
+ readonly id?: string;
3512
+ /**
3513
+ * Gets or sets the type of the resource.
3514
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3515
+ */
3516
+ readonly type?: string;
3517
+ /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
3518
+ kind?: string;
3519
+ /**
3520
+ * Gets or sets a unique identifier for this resource.
3521
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3522
+ */
3523
+ readonly uuid?: string;
3524
+ /** Gets or sets the ARM Id of the vCenter resource in which this template resides. */
3525
+ vCenterId?: string;
3526
+ /**
3527
+ * Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine
3528
+ * template.
3529
+ */
3530
+ moRefId?: string;
3531
+ /** Gets or sets the inventory Item ID for the virtual machine template. */
3532
+ inventoryItemId?: string;
3533
+ /**
3534
+ * Gets or sets the vCenter Managed Object name for the virtual machine template.
3535
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3536
+ */
3537
+ readonly moName?: string;
3538
+ /**
3539
+ * Gets or sets memory size in MBs for the template.
3540
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3541
+ */
3542
+ readonly memorySizeMB?: number;
3543
+ /**
3544
+ * Gets or sets the number of vCPUs for the template.
3545
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3546
+ */
3547
+ readonly numCPUs?: number;
3548
+ /**
3549
+ * Gets or sets the number of cores per socket for the template.
3550
+ * Defaults to 1 if unspecified.
3551
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3552
+ */
3553
+ readonly numCoresPerSocket?: number;
3554
+ /**
3555
+ * Gets or sets the type of the os.
3556
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3557
+ */
3558
+ readonly osType?: OsType;
3559
+ /**
3560
+ * Gets or sets os name.
3561
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3562
+ */
3563
+ readonly osName?: string;
3564
+ /**
3565
+ * Gets or sets the folder path of the template.
3566
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3567
+ */
3568
+ readonly folderPath?: string;
3569
+ /**
3570
+ * Gets or sets the network interfaces of the template.
3571
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3572
+ */
3573
+ readonly networkInterfaces?: NetworkInterface[];
3574
+ /**
3575
+ * Gets or sets the disks the template.
3576
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3577
+ */
3578
+ readonly disks?: VirtualDisk[];
3579
+ /**
3580
+ * Gets the name of the corresponding resource in Kubernetes.
3581
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3582
+ */
3583
+ readonly customResourceName?: string;
3584
+ /**
3585
+ * Gets or sets the current version status of VMware Tools installed in the guest operating system.
3586
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3587
+ */
3588
+ readonly toolsVersionStatus?: string;
3589
+ /**
3590
+ * Gets or sets the current version of VMware Tools.
3591
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3592
+ */
3593
+ readonly toolsVersion?: string;
3594
+ /**
3595
+ * Firmware type
3596
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3597
+ */
3598
+ readonly firmwareType?: FirmwareType;
3599
+ /**
3600
+ * The resource status information.
3601
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3602
+ */
3603
+ readonly statuses?: ResourceStatus[];
3604
+ /**
3605
+ * Gets or sets the provisioning state.
3606
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3607
+ */
3608
+ readonly provisioningState?: string;
3609
+ }
3610
+
3611
+ /** The VM Template inventory item. */
3612
+ export declare interface VirtualMachineTemplateInventoryItem extends InventoryItemProperties {
3613
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3614
+ inventoryType: "VirtualMachineTemplate";
3615
+ /** Gets or sets memory size in MBs for the template. */
3616
+ memorySizeMB?: number;
3617
+ /** Gets or sets the number of vCPUs for the template. */
3618
+ numCPUs?: number;
3619
+ /**
3620
+ * Gets or sets the number of cores per socket for the template.
3621
+ * Defaults to 1 if unspecified.
3622
+ */
3623
+ numCoresPerSocket?: number;
3624
+ /** Gets or sets the type of the os. */
3625
+ osType?: OsType;
3626
+ /** Gets or sets os name. */
3627
+ osName?: string;
3628
+ /** Gets or sets the folder path of the template. */
3629
+ folderPath?: string;
3630
+ }
3631
+
3632
+ /** Interface representing a VirtualMachineTemplates. */
3633
+ export declare interface VirtualMachineTemplates {
3634
+ /**
3635
+ * List of virtualMachineTemplates in a subscription.
3636
+ * @param options The options parameters.
3637
+ */
3638
+ list(options?: VirtualMachineTemplatesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
3639
+ /**
3640
+ * List of virtualMachineTemplates in a resource group.
3641
+ * @param resourceGroupName The Resource Group Name.
3642
+ * @param options The options parameters.
3643
+ */
3644
+ listByResourceGroup(resourceGroupName: string, options?: VirtualMachineTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
3645
+ /**
3646
+ * Create Or Update virtual machine template.
3647
+ * @param resourceGroupName The Resource Group Name.
3648
+ * @param virtualMachineTemplateName Name of the virtual machine template resource.
3649
+ * @param options The options parameters.
3650
+ */
3651
+ beginCreate(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesCreateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachineTemplatesCreateResponse>, VirtualMachineTemplatesCreateResponse>>;
3652
+ /**
3653
+ * Create Or Update virtual machine template.
3654
+ * @param resourceGroupName The Resource Group Name.
3655
+ * @param virtualMachineTemplateName Name of the virtual machine template resource.
3656
+ * @param options The options parameters.
3657
+ */
3658
+ beginCreateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesCreateOptionalParams): Promise<VirtualMachineTemplatesCreateResponse>;
3659
+ /**
3660
+ * Implements virtual machine template GET method.
3661
+ * @param resourceGroupName The Resource Group Name.
3662
+ * @param virtualMachineTemplateName Name of the virtual machine template resource.
3663
+ * @param options The options parameters.
3664
+ */
3665
+ get(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesGetOptionalParams): Promise<VirtualMachineTemplatesGetResponse>;
3666
+ /**
3667
+ * API to update certain properties of the virtual machine template resource.
3668
+ * @param resourceGroupName The Resource Group Name.
3669
+ * @param virtualMachineTemplateName Name of the virtual machine template resource.
3670
+ * @param options The options parameters.
3671
+ */
3672
+ update(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesUpdateOptionalParams): Promise<VirtualMachineTemplatesUpdateResponse>;
3673
+ /**
3674
+ * Implements virtual machine template DELETE method.
3675
+ * @param resourceGroupName The Resource Group Name.
3676
+ * @param virtualMachineTemplateName Name of the virtual machine template resource.
3677
+ * @param options The options parameters.
3678
+ */
3679
+ beginDelete(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3680
+ /**
3681
+ * Implements virtual machine template DELETE method.
3682
+ * @param resourceGroupName The Resource Group Name.
3683
+ * @param virtualMachineTemplateName Name of the virtual machine template resource.
3684
+ * @param options The options parameters.
3685
+ */
3686
+ beginDeleteAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<void>;
3687
+ }
3688
+
3689
+ /** Optional parameters. */
3690
+ export declare interface VirtualMachineTemplatesCreateOptionalParams extends coreClient.OperationOptions {
3691
+ /** Request payload. */
3692
+ body?: VirtualMachineTemplate;
3693
+ /** Delay to wait until next poll, in milliseconds. */
3694
+ updateIntervalInMs?: number;
3695
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3696
+ resumeFrom?: string;
3697
+ }
3698
+
3699
+ /** Contains response data for the create operation. */
3700
+ export declare type VirtualMachineTemplatesCreateResponse = VirtualMachineTemplate;
3701
+
3702
+ /** Optional parameters. */
3703
+ export declare interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
3704
+ /** Whether force delete was specified. */
3705
+ force?: boolean;
3706
+ /** Delay to wait until next poll, in milliseconds. */
3707
+ updateIntervalInMs?: number;
3708
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3709
+ resumeFrom?: string;
3710
+ }
3711
+
3712
+ /** Optional parameters. */
3713
+ export declare interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
3714
+ }
3715
+
3716
+ /** Contains response data for the get operation. */
3717
+ export declare type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
3718
+
3719
+ /** List of VirtualMachineTemplates. */
3720
+ export declare interface VirtualMachineTemplatesList {
3721
+ /** Url to follow for getting next page of VirtualMachineTemplates. */
3722
+ nextLink?: string;
3723
+ /** Array of VirtualMachineTemplates */
3724
+ value: VirtualMachineTemplate[];
3725
+ }
3726
+
3727
+ /** Optional parameters. */
3728
+ export declare interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
3729
+ }
3730
+
3731
+ /** Contains response data for the listByResourceGroupNext operation. */
3732
+ export declare type VirtualMachineTemplatesListByResourceGroupNextResponse = VirtualMachineTemplatesList;
3733
+
3734
+ /** Optional parameters. */
3735
+ export declare interface VirtualMachineTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
3736
+ }
3737
+
3738
+ /** Contains response data for the listByResourceGroup operation. */
3739
+ export declare type VirtualMachineTemplatesListByResourceGroupResponse = VirtualMachineTemplatesList;
3740
+
3741
+ /** Optional parameters. */
3742
+ export declare interface VirtualMachineTemplatesListNextOptionalParams extends coreClient.OperationOptions {
3743
+ }
3744
+
3745
+ /** Contains response data for the listNext operation. */
3746
+ export declare type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplatesList;
3747
+
3748
+ /** Optional parameters. */
3749
+ export declare interface VirtualMachineTemplatesListOptionalParams extends coreClient.OperationOptions {
3750
+ }
3751
+
3752
+ /** Contains response data for the list operation. */
3753
+ export declare type VirtualMachineTemplatesListResponse = VirtualMachineTemplatesList;
3754
+
3755
+ /** Optional parameters. */
3756
+ export declare interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
3757
+ /** Resource properties to update. */
3758
+ body?: ResourcePatch;
3759
+ }
3760
+
3761
+ /** Contains response data for the update operation. */
3762
+ export declare type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
3763
+
3764
+ /** Defines the virtualMachineUpdate. */
3765
+ export declare interface VirtualMachineUpdate {
3766
+ /** Gets or sets the Resource tags. */
3767
+ tags?: {
3768
+ [propertyName: string]: string;
3769
+ };
3770
+ /** The identity of the resource. */
3771
+ identity?: Identity;
3772
+ /** Defines the resource properties. */
3773
+ hardwareProfile?: HardwareProfile;
3774
+ /** OS properties. */
3775
+ osProfile?: OsProfileUpdate;
3776
+ /** Defines the resource update properties. */
3777
+ storageProfile?: StorageProfileUpdate;
3778
+ /** Defines the update resource properties. */
3779
+ networkProfile?: NetworkProfileUpdate;
3780
+ }
3781
+
3782
+ /** Define the virtualNetwork. */
3783
+ export declare interface VirtualNetwork {
3784
+ /** Gets or sets the location. */
3785
+ location: string;
3786
+ /** Gets or sets the extended location. */
3787
+ extendedLocation?: ExtendedLocation;
3788
+ /**
3789
+ * The system data.
3790
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3791
+ */
3792
+ readonly systemData?: SystemData;
3793
+ /** Gets or sets the Resource tags. */
3794
+ tags?: {
3795
+ [propertyName: string]: string;
3796
+ };
3797
+ /**
3798
+ * Gets or sets the name.
3799
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3800
+ */
3801
+ readonly name?: string;
3802
+ /**
3803
+ * Gets or sets the Id.
3804
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3805
+ */
3806
+ readonly id?: string;
3807
+ /**
3808
+ * Gets or sets the type of the resource.
3809
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3810
+ */
3811
+ readonly type?: string;
3812
+ /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
3813
+ kind?: string;
3814
+ /**
3815
+ * Gets or sets a unique identifier for this resource.
3816
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3817
+ */
3818
+ readonly uuid?: string;
3819
+ /** Gets or sets the ARM Id of the vCenter resource in which this template resides. */
3820
+ vCenterId?: string;
3821
+ /** Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network. */
3822
+ moRefId?: string;
3823
+ /** Gets or sets the inventory Item ID for the virtual network. */
3824
+ inventoryItemId?: string;
3825
+ /**
3826
+ * Gets or sets the vCenter Managed Object name for the virtual network.
3827
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3828
+ */
3829
+ readonly moName?: string;
3830
+ /**
3831
+ * Gets the name of the corresponding resource in Kubernetes.
3832
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3833
+ */
3834
+ readonly customResourceName?: string;
3835
+ /**
3836
+ * The resource status information.
3837
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3838
+ */
3839
+ readonly statuses?: ResourceStatus[];
3840
+ /**
3841
+ * Gets or sets the provisioning state.
3842
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3843
+ */
3844
+ readonly provisioningState?: string;
3845
+ }
3846
+
3847
+ /** The Virtual network inventory item. */
3848
+ export declare interface VirtualNetworkInventoryItem extends InventoryItemProperties {
3849
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3850
+ inventoryType: "VirtualNetwork";
3851
+ }
3852
+
3853
+ /** Interface representing a VirtualNetworks. */
3854
+ export declare interface VirtualNetworks {
3855
+ /**
3856
+ * List of virtualNetworks in a subscription.
3857
+ * @param options The options parameters.
3858
+ */
3859
+ list(options?: VirtualNetworksListOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
3860
+ /**
3861
+ * List of virtualNetworks in a resource group.
3862
+ * @param resourceGroupName The Resource Group Name.
3863
+ * @param options The options parameters.
3864
+ */
3865
+ listByResourceGroup(resourceGroupName: string, options?: VirtualNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
3866
+ /**
3867
+ * Create Or Update virtual network.
3868
+ * @param resourceGroupName The Resource Group Name.
3869
+ * @param virtualNetworkName Name of the virtual network resource.
3870
+ * @param options The options parameters.
3871
+ */
3872
+ beginCreate(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksCreateOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworksCreateResponse>, VirtualNetworksCreateResponse>>;
3873
+ /**
3874
+ * Create Or Update virtual network.
3875
+ * @param resourceGroupName The Resource Group Name.
3876
+ * @param virtualNetworkName Name of the virtual network resource.
3877
+ * @param options The options parameters.
3878
+ */
3879
+ beginCreateAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksCreateOptionalParams): Promise<VirtualNetworksCreateResponse>;
3880
+ /**
3881
+ * Implements virtual network GET method.
3882
+ * @param resourceGroupName The Resource Group Name.
3883
+ * @param virtualNetworkName Name of the virtual network resource.
3884
+ * @param options The options parameters.
3885
+ */
3886
+ get(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksGetOptionalParams): Promise<VirtualNetworksGetResponse>;
3887
+ /**
3888
+ * API to update certain properties of the virtual network resource.
3889
+ * @param resourceGroupName The Resource Group Name.
3890
+ * @param virtualNetworkName Name of the virtual network resource.
3891
+ * @param options The options parameters.
3892
+ */
3893
+ update(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksUpdateOptionalParams): Promise<VirtualNetworksUpdateResponse>;
3894
+ /**
3895
+ * Implements virtual network DELETE method.
3896
+ * @param resourceGroupName The Resource Group Name.
3897
+ * @param virtualNetworkName Name of the virtual network resource.
3898
+ * @param options The options parameters.
3899
+ */
3900
+ beginDelete(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3901
+ /**
3902
+ * Implements virtual network DELETE method.
3903
+ * @param resourceGroupName The Resource Group Name.
3904
+ * @param virtualNetworkName Name of the virtual network resource.
3905
+ * @param options The options parameters.
3906
+ */
3907
+ beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<void>;
3908
+ }
3909
+
3910
+ /** Optional parameters. */
3911
+ export declare interface VirtualNetworksCreateOptionalParams extends coreClient.OperationOptions {
3912
+ /** Request payload. */
3913
+ body?: VirtualNetwork;
3914
+ /** Delay to wait until next poll, in milliseconds. */
3915
+ updateIntervalInMs?: number;
3916
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3917
+ resumeFrom?: string;
3918
+ }
3919
+
3920
+ /** Contains response data for the create operation. */
3921
+ export declare type VirtualNetworksCreateResponse = VirtualNetwork;
3922
+
3923
+ /** Optional parameters. */
3924
+ export declare interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
3925
+ /** Whether force delete was specified. */
3926
+ force?: boolean;
3927
+ /** Delay to wait until next poll, in milliseconds. */
3928
+ updateIntervalInMs?: number;
3929
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3930
+ resumeFrom?: string;
3931
+ }
3932
+
3933
+ /** Optional parameters. */
3934
+ export declare interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
3935
+ }
3936
+
3937
+ /** Contains response data for the get operation. */
3938
+ export declare type VirtualNetworksGetResponse = VirtualNetwork;
3939
+
3940
+ /** List of VirtualNetworks. */
3941
+ export declare interface VirtualNetworksList {
3942
+ /** Url to follow for getting next page of VirtualNetworks. */
3943
+ nextLink?: string;
3944
+ /** Array of VirtualNetworks */
3945
+ value: VirtualNetwork[];
3946
+ }
3947
+
3948
+ /** Optional parameters. */
3949
+ export declare interface VirtualNetworksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
3950
+ }
3951
+
3952
+ /** Contains response data for the listByResourceGroupNext operation. */
3953
+ export declare type VirtualNetworksListByResourceGroupNextResponse = VirtualNetworksList;
3954
+
3955
+ /** Optional parameters. */
3956
+ export declare interface VirtualNetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
3957
+ }
3958
+
3959
+ /** Contains response data for the listByResourceGroup operation. */
3960
+ export declare type VirtualNetworksListByResourceGroupResponse = VirtualNetworksList;
3961
+
3962
+ /** Optional parameters. */
3963
+ export declare interface VirtualNetworksListNextOptionalParams extends coreClient.OperationOptions {
3964
+ }
3965
+
3966
+ /** Contains response data for the listNext operation. */
3967
+ export declare type VirtualNetworksListNextResponse = VirtualNetworksList;
3968
+
3969
+ /** Optional parameters. */
3970
+ export declare interface VirtualNetworksListOptionalParams extends coreClient.OperationOptions {
3971
+ }
3972
+
3973
+ /** Contains response data for the list operation. */
3974
+ export declare type VirtualNetworksListResponse = VirtualNetworksList;
3975
+
3976
+ /** Optional parameters. */
3977
+ export declare interface VirtualNetworksUpdateOptionalParams extends coreClient.OperationOptions {
3978
+ /** Resource properties to update. */
3979
+ body?: ResourcePatch;
3980
+ }
3981
+
3982
+ /** Contains response data for the update operation. */
3983
+ export declare type VirtualNetworksUpdateResponse = VirtualNetwork;
3984
+
3985
+ /** This data object type contains the properties of a SCSI controller device attached to a virtual machine that is reported by the controller. */
3986
+ export declare interface VirtualScsiController {
3987
+ /** Gets or sets the controller type. */
3988
+ type?: ScsiControllerType;
3989
+ /** Gets or sets the key of the controller. */
3990
+ controllerKey?: number;
3991
+ /** Gets or sets the bus number of the controller. */
3992
+ busNumber?: number;
3993
+ /** Gets or sets the SCSI controller unit number. */
3994
+ scsiCtlrUnitNumber?: number;
3995
+ /** Gets or sets the sharing mode. */
3996
+ sharing?: VirtualScsiSharing;
3997
+ }
3998
+
3999
+ /**
4000
+ * Defines values for VirtualScsiSharing. \
4001
+ * {@link KnownVirtualScsiSharing} can be used interchangeably with VirtualScsiSharing,
4002
+ * this enum contains the known values that the service supports.
4003
+ * ### Known values supported by the service
4004
+ * **noSharing** \
4005
+ * **physicalSharing** \
4006
+ * **virtualSharing**
4007
+ */
4008
+ export declare type VirtualScsiSharing = string;
4009
+
4010
+ /**
4011
+ * Defines values for VMGuestPatchClassificationLinux. \
4012
+ * {@link KnownVMGuestPatchClassificationLinux} can be used interchangeably with VMGuestPatchClassificationLinux,
4013
+ * this enum contains the known values that the service supports.
4014
+ * ### Known values supported by the service
4015
+ * **Critical** \
4016
+ * **Security** \
4017
+ * **Other**
4018
+ */
4019
+ export declare type VMGuestPatchClassificationLinux = string;
4020
+
4021
+ /**
4022
+ * Defines values for VMGuestPatchClassificationWindows. \
4023
+ * {@link KnownVMGuestPatchClassificationWindows} can be used interchangeably with VMGuestPatchClassificationWindows,
4024
+ * this enum contains the known values that the service supports.
4025
+ * ### Known values supported by the service
4026
+ * **Critical** \
4027
+ * **Security** \
4028
+ * **UpdateRollUp** \
4029
+ * **FeaturePack** \
4030
+ * **ServicePack** \
4031
+ * **Definition** \
4032
+ * **Tools** \
4033
+ * **Updates**
4034
+ */
4035
+ export declare type VMGuestPatchClassificationWindows = string;
4036
+
4037
+ /**
4038
+ * Defines values for VMGuestPatchRebootSetting. \
4039
+ * {@link KnownVMGuestPatchRebootSetting} can be used interchangeably with VMGuestPatchRebootSetting,
4040
+ * this enum contains the known values that the service supports.
4041
+ * ### Known values supported by the service
4042
+ * **IfRequired** \
4043
+ * **Never** \
4044
+ * **Always**
4045
+ */
4046
+ export declare type VMGuestPatchRebootSetting = string;
4047
+
4048
+ /**
4049
+ * Defines values for VMGuestPatchRebootStatus. \
4050
+ * {@link KnownVMGuestPatchRebootStatus} can be used interchangeably with VMGuestPatchRebootStatus,
4051
+ * this enum contains the known values that the service supports.
4052
+ * ### Known values supported by the service
4053
+ * **Unknown** \
4054
+ * **NotNeeded** \
4055
+ * **Required** \
4056
+ * **Started** \
4057
+ * **Failed** \
4058
+ * **Completed**
4059
+ */
4060
+ export declare type VMGuestPatchRebootStatus = string;
4061
+
4062
+ /** Input for InstallPatches on a Windows VM, as directly received by the API */
4063
+ export declare interface WindowsParameters {
4064
+ /** The update classifications to select when installing patches for Windows. */
4065
+ classificationsToInclude?: VMGuestPatchClassificationWindows[];
4066
+ /** Kbs to include in the patch operation */
4067
+ kbNumbersToInclude?: string[];
4068
+ /** Kbs to exclude in the patch operation */
4069
+ kbNumbersToExclude?: string[];
4070
+ /** Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. */
4071
+ excludeKbsRequiringReboot?: boolean;
4072
+ /** This is used to install patches that were published on or before this given max published date. */
4073
+ maxPatchPublishDate?: Date;
4074
+ }
4075
+
4076
+ export { }