@azure/arm-azurestackhci 3.1.1-alpha.20231024.1 → 4.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 (527) hide show
  1. package/CHANGELOG.md +308 -9
  2. package/LICENSE +1 -1
  3. package/README.md +1 -1
  4. package/dist/index.js +6784 -1566
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.js +49 -0
  11. package/dist-esm/samples-dev/galleryImagesCreateOrUpdateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/galleryImagesDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/galleryImagesDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/galleryImagesDeleteSample.js +39 -0
  15. package/dist-esm/samples-dev/galleryImagesDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/galleryImagesGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/galleryImagesGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/galleryImagesGetSample.js +39 -0
  19. package/dist-esm/samples-dev/galleryImagesGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/galleryImagesListAllSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/galleryImagesListAllSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/{arcSettingsListByClusterSample.js → galleryImagesListAllSample.js} +16 -10
  23. package/dist-esm/samples-dev/galleryImagesListAllSample.js.map +1 -0
  24. package/dist-esm/samples-dev/galleryImagesListSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/galleryImagesListSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/{listClustersInAGivenResourceGroup.js → galleryImagesListSample.js} +19 -11
  27. package/dist-esm/samples-dev/galleryImagesListSample.js.map +1 -0
  28. package/dist-esm/samples-dev/galleryImagesUpdateSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/galleryImagesUpdateSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/galleryImagesUpdateSample.js +42 -0
  31. package/dist-esm/samples-dev/galleryImagesUpdateSample.js.map +1 -0
  32. package/dist-esm/samples-dev/guestAgentCreateSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/guestAgentCreateSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/guestAgentCreateSample.js +41 -0
  35. package/dist-esm/samples-dev/guestAgentCreateSample.js.map +1 -0
  36. package/dist-esm/samples-dev/guestAgentDeleteSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/guestAgentDeleteSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/guestAgentDeleteSample.js +36 -0
  39. package/dist-esm/samples-dev/guestAgentDeleteSample.js.map +1 -0
  40. package/dist-esm/samples-dev/guestAgentGetSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/guestAgentGetSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/guestAgentGetSample.js +36 -0
  43. package/dist-esm/samples-dev/guestAgentGetSample.js.map +1 -0
  44. package/dist-esm/samples-dev/guestAgentsListSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/guestAgentsListSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/{listClustersInAGivenSubscription.js → guestAgentsListSample.js} +18 -11
  47. package/dist-esm/samples-dev/guestAgentsListSample.js.map +1 -0
  48. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js +36 -0
  51. package/dist-esm/samples-dev/hybridIdentityMetadataGetSample.js.map +1 -0
  52. package/dist-esm/samples-dev/hybridIdentityMetadataListSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/hybridIdentityMetadataListSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/{extensionsListByArcSettingSample.js → hybridIdentityMetadataListSample.js} +16 -12
  55. package/dist-esm/samples-dev/hybridIdentityMetadataListSample.js.map +1 -0
  56. package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.js +46 -0
  59. package/dist-esm/samples-dev/logicalNetworksCreateOrUpdateSample.js.map +1 -0
  60. package/dist-esm/samples-dev/logicalNetworksDeleteSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/logicalNetworksDeleteSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/logicalNetworksDeleteSample.js +39 -0
  63. package/dist-esm/samples-dev/logicalNetworksDeleteSample.js.map +1 -0
  64. package/dist-esm/samples-dev/logicalNetworksGetSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/logicalNetworksGetSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/{deleteArcExtension.js → logicalNetworksGetSample.js} +20 -14
  67. package/dist-esm/samples-dev/logicalNetworksGetSample.js.map +1 -0
  68. package/dist-esm/samples-dev/logicalNetworksListAllSample.d.ts +2 -0
  69. package/dist-esm/samples-dev/logicalNetworksListAllSample.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/{clustersListBySubscriptionSample.js → logicalNetworksListAllSample.js} +16 -8
  71. package/dist-esm/samples-dev/logicalNetworksListAllSample.js.map +1 -0
  72. package/dist-esm/samples-dev/logicalNetworksListSample.d.ts +2 -0
  73. package/dist-esm/samples-dev/logicalNetworksListSample.d.ts.map +1 -0
  74. package/dist-esm/samples-dev/logicalNetworksListSample.js +54 -0
  75. package/dist-esm/samples-dev/logicalNetworksListSample.js.map +1 -0
  76. package/dist-esm/samples-dev/logicalNetworksUpdateSample.d.ts +2 -0
  77. package/dist-esm/samples-dev/logicalNetworksUpdateSample.d.ts.map +1 -0
  78. package/dist-esm/samples-dev/logicalNetworksUpdateSample.js +42 -0
  79. package/dist-esm/samples-dev/logicalNetworksUpdateSample.js.map +1 -0
  80. package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.d.ts +2 -0
  81. package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.js +56 -0
  83. package/dist-esm/samples-dev/marketplaceGalleryImagesCreateOrUpdateSample.js.map +1 -0
  84. package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.d.ts +2 -0
  85. package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.js +39 -0
  87. package/dist-esm/samples-dev/marketplaceGalleryImagesDeleteSample.js.map +1 -0
  88. package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.d.ts +2 -0
  89. package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.js +39 -0
  91. package/dist-esm/samples-dev/marketplaceGalleryImagesGetSample.js.map +1 -0
  92. package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.d.ts +2 -0
  93. package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.js +53 -0
  95. package/dist-esm/samples-dev/marketplaceGalleryImagesListAllSample.js.map +1 -0
  96. package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.js +54 -0
  99. package/dist-esm/samples-dev/marketplaceGalleryImagesListSample.js.map +1 -0
  100. package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.d.ts +2 -0
  101. package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.js +42 -0
  103. package/dist-esm/samples-dev/marketplaceGalleryImagesUpdateSample.js.map +1 -0
  104. package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.js +49 -0
  107. package/dist-esm/samples-dev/networkInterfacesCreateOrUpdateSample.js.map +1 -0
  108. package/dist-esm/samples-dev/networkInterfacesDeleteSample.d.ts +2 -0
  109. package/dist-esm/samples-dev/networkInterfacesDeleteSample.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/networkInterfacesDeleteSample.js +39 -0
  111. package/dist-esm/samples-dev/networkInterfacesDeleteSample.js.map +1 -0
  112. package/dist-esm/samples-dev/networkInterfacesGetSample.d.ts +2 -0
  113. package/dist-esm/samples-dev/networkInterfacesGetSample.d.ts.map +1 -0
  114. package/dist-esm/samples-dev/networkInterfacesGetSample.js +39 -0
  115. package/dist-esm/samples-dev/networkInterfacesGetSample.js.map +1 -0
  116. package/dist-esm/samples-dev/networkInterfacesListAllSample.d.ts +2 -0
  117. package/dist-esm/samples-dev/networkInterfacesListAllSample.d.ts.map +1 -0
  118. package/dist-esm/samples-dev/networkInterfacesListAllSample.js +53 -0
  119. package/dist-esm/samples-dev/networkInterfacesListAllSample.js.map +1 -0
  120. package/dist-esm/samples-dev/networkInterfacesListSample.d.ts +2 -0
  121. package/dist-esm/samples-dev/networkInterfacesListSample.d.ts.map +1 -0
  122. package/dist-esm/samples-dev/networkInterfacesListSample.js +54 -0
  123. package/dist-esm/samples-dev/networkInterfacesListSample.js.map +1 -0
  124. package/dist-esm/samples-dev/networkInterfacesUpdateSample.d.ts +2 -0
  125. package/dist-esm/samples-dev/networkInterfacesUpdateSample.d.ts.map +1 -0
  126. package/dist-esm/samples-dev/networkInterfacesUpdateSample.js +42 -0
  127. package/dist-esm/samples-dev/networkInterfacesUpdateSample.js.map +1 -0
  128. package/dist-esm/samples-dev/operationsListSample.js +33 -9
  129. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  130. package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.d.ts +2 -0
  131. package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.d.ts.map +1 -0
  132. package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.js +47 -0
  133. package/dist-esm/samples-dev/storageContainersCreateOrUpdateSample.js.map +1 -0
  134. package/dist-esm/samples-dev/storageContainersDeleteSample.d.ts +2 -0
  135. package/dist-esm/samples-dev/storageContainersDeleteSample.d.ts.map +1 -0
  136. package/dist-esm/samples-dev/storageContainersDeleteSample.js +39 -0
  137. package/dist-esm/samples-dev/storageContainersDeleteSample.js.map +1 -0
  138. package/dist-esm/samples-dev/storageContainersGetSample.d.ts +2 -0
  139. package/dist-esm/samples-dev/storageContainersGetSample.d.ts.map +1 -0
  140. package/dist-esm/samples-dev/storageContainersGetSample.js +39 -0
  141. package/dist-esm/samples-dev/storageContainersGetSample.js.map +1 -0
  142. package/dist-esm/samples-dev/storageContainersListAllSample.d.ts +2 -0
  143. package/dist-esm/samples-dev/storageContainersListAllSample.d.ts.map +1 -0
  144. package/dist-esm/samples-dev/storageContainersListAllSample.js +53 -0
  145. package/dist-esm/samples-dev/storageContainersListAllSample.js.map +1 -0
  146. package/dist-esm/samples-dev/storageContainersListSample.d.ts +2 -0
  147. package/dist-esm/samples-dev/storageContainersListSample.d.ts.map +1 -0
  148. package/dist-esm/samples-dev/storageContainersListSample.js +54 -0
  149. package/dist-esm/samples-dev/storageContainersListSample.js.map +1 -0
  150. package/dist-esm/samples-dev/storageContainersUpdateSample.d.ts +2 -0
  151. package/dist-esm/samples-dev/storageContainersUpdateSample.d.ts.map +1 -0
  152. package/dist-esm/samples-dev/storageContainersUpdateSample.js +42 -0
  153. package/dist-esm/samples-dev/storageContainersUpdateSample.js.map +1 -0
  154. package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.d.ts +2 -0
  155. package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.d.ts.map +1 -0
  156. package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.js +47 -0
  157. package/dist-esm/samples-dev/virtualHardDisksCreateOrUpdateSample.js.map +1 -0
  158. package/dist-esm/samples-dev/virtualHardDisksDeleteSample.d.ts +2 -0
  159. package/dist-esm/samples-dev/virtualHardDisksDeleteSample.d.ts.map +1 -0
  160. package/dist-esm/samples-dev/virtualHardDisksDeleteSample.js +39 -0
  161. package/dist-esm/samples-dev/virtualHardDisksDeleteSample.js.map +1 -0
  162. package/dist-esm/samples-dev/virtualHardDisksGetSample.d.ts +2 -0
  163. package/dist-esm/samples-dev/virtualHardDisksGetSample.d.ts.map +1 -0
  164. package/dist-esm/samples-dev/virtualHardDisksGetSample.js +39 -0
  165. package/dist-esm/samples-dev/virtualHardDisksGetSample.js.map +1 -0
  166. package/dist-esm/samples-dev/virtualHardDisksListAllSample.d.ts +2 -0
  167. package/dist-esm/samples-dev/virtualHardDisksListAllSample.d.ts.map +1 -0
  168. package/dist-esm/samples-dev/virtualHardDisksListAllSample.js +53 -0
  169. package/dist-esm/samples-dev/virtualHardDisksListAllSample.js.map +1 -0
  170. package/dist-esm/samples-dev/virtualHardDisksListSample.d.ts +2 -0
  171. package/dist-esm/samples-dev/virtualHardDisksListSample.d.ts.map +1 -0
  172. package/dist-esm/samples-dev/virtualHardDisksListSample.js +54 -0
  173. package/dist-esm/samples-dev/virtualHardDisksListSample.js.map +1 -0
  174. package/dist-esm/samples-dev/virtualHardDisksUpdateSample.d.ts +2 -0
  175. package/dist-esm/samples-dev/virtualHardDisksUpdateSample.d.ts.map +1 -0
  176. package/dist-esm/samples-dev/virtualHardDisksUpdateSample.js +42 -0
  177. package/dist-esm/samples-dev/virtualHardDisksUpdateSample.js.map +1 -0
  178. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +2 -0
  179. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +1 -0
  180. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +172 -0
  181. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +1 -0
  182. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +2 -0
  183. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +1 -0
  184. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +36 -0
  185. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +1 -0
  186. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +2 -0
  187. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +1 -0
  188. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +36 -0
  189. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +1 -0
  190. package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +2 -0
  191. package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +1 -0
  192. package/dist-esm/samples-dev/{clustersListByResourceGroupSample.js → virtualMachineInstancesListSample.js} +16 -10
  193. package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +1 -0
  194. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +2 -0
  195. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +1 -0
  196. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +36 -0
  197. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +1 -0
  198. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +2 -0
  199. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +1 -0
  200. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +36 -0
  201. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +1 -0
  202. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +2 -0
  203. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +1 -0
  204. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +36 -0
  205. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +1 -0
  206. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +2 -0
  207. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +1 -0
  208. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +47 -0
  209. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +1 -0
  210. package/dist-esm/src/azureStackHCIClient.d.ts +13 -5
  211. package/dist-esm/src/azureStackHCIClient.d.ts.map +1 -1
  212. package/dist-esm/src/azureStackHCIClient.js +20 -15
  213. package/dist-esm/src/azureStackHCIClient.js.map +1 -1
  214. package/dist-esm/src/lroImpl.d.ts +6 -11
  215. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  216. package/dist-esm/src/lroImpl.js +12 -20
  217. package/dist-esm/src/lroImpl.js.map +1 -1
  218. package/dist-esm/src/models/index.d.ts +1489 -642
  219. package/dist-esm/src/models/index.d.ts.map +1 -1
  220. package/dist-esm/src/models/index.js +170 -178
  221. package/dist-esm/src/models/index.js.map +1 -1
  222. package/dist-esm/src/models/mappers.d.ts +109 -20
  223. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  224. package/dist-esm/src/models/mappers.js +2363 -441
  225. package/dist-esm/src/models/mappers.js.map +1 -1
  226. package/dist-esm/src/models/parameters.d.ts +22 -9
  227. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  228. package/dist-esm/src/models/parameters.js +143 -36
  229. package/dist-esm/src/models/parameters.js.map +1 -1
  230. package/dist-esm/src/operations/galleryImagesOperations.d.ts +113 -0
  231. package/dist-esm/src/operations/galleryImagesOperations.d.ts.map +1 -0
  232. package/dist-esm/src/operations/{extensions.js → galleryImagesOperations.js} +244 -166
  233. package/dist-esm/src/operations/galleryImagesOperations.js.map +1 -0
  234. package/dist-esm/src/operations/guestAgentOperations.d.ts +49 -0
  235. package/dist-esm/src/operations/guestAgentOperations.d.ts.map +1 -0
  236. package/dist-esm/src/operations/guestAgentOperations.js +214 -0
  237. package/dist-esm/src/operations/guestAgentOperations.js.map +1 -0
  238. package/dist-esm/src/operations/guestAgents.d.ts +38 -0
  239. package/dist-esm/src/operations/guestAgents.d.ts.map +1 -0
  240. package/dist-esm/src/operations/guestAgents.js +143 -0
  241. package/dist-esm/src/operations/guestAgents.js.map +1 -0
  242. package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts +45 -0
  243. package/dist-esm/src/operations/hybridIdentityMetadataOperations.d.ts.map +1 -0
  244. package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +168 -0
  245. package/dist-esm/src/operations/hybridIdentityMetadataOperations.js.map +1 -0
  246. package/dist-esm/src/operations/index.d.ts +10 -3
  247. package/dist-esm/src/operations/index.d.ts.map +1 -1
  248. package/dist-esm/src/operations/index.js +10 -3
  249. package/dist-esm/src/operations/index.js.map +1 -1
  250. package/dist-esm/src/operations/logicalNetworksOperations.d.ts +112 -0
  251. package/dist-esm/src/operations/logicalNetworksOperations.d.ts.map +1 -0
  252. package/dist-esm/src/operations/logicalNetworksOperations.js +559 -0
  253. package/dist-esm/src/operations/logicalNetworksOperations.js.map +1 -0
  254. package/dist-esm/src/operations/marketplaceGalleryImagesOperations.d.ts +113 -0
  255. package/dist-esm/src/operations/marketplaceGalleryImagesOperations.d.ts.map +1 -0
  256. package/dist-esm/src/operations/marketplaceGalleryImagesOperations.js +570 -0
  257. package/dist-esm/src/operations/marketplaceGalleryImagesOperations.js.map +1 -0
  258. package/dist-esm/src/operations/networkInterfacesOperations.d.ts +113 -0
  259. package/dist-esm/src/operations/networkInterfacesOperations.d.ts.map +1 -0
  260. package/dist-esm/src/operations/networkInterfacesOperations.js +570 -0
  261. package/dist-esm/src/operations/networkInterfacesOperations.js.map +1 -0
  262. package/dist-esm/src/operations/operations.d.ts +17 -3
  263. package/dist-esm/src/operations/operations.d.ts.map +1 -1
  264. package/dist-esm/src/operations/operations.js +88 -1
  265. package/dist-esm/src/operations/operations.js.map +1 -1
  266. package/dist-esm/src/operations/storageContainersOperations.d.ts +113 -0
  267. package/dist-esm/src/operations/storageContainersOperations.d.ts.map +1 -0
  268. package/dist-esm/src/operations/storageContainersOperations.js +570 -0
  269. package/dist-esm/src/operations/storageContainersOperations.js.map +1 -0
  270. package/dist-esm/src/operations/virtualHardDisksOperations.d.ts +113 -0
  271. package/dist-esm/src/operations/virtualHardDisksOperations.d.ts.map +1 -0
  272. package/dist-esm/src/operations/{clusters.js → virtualHardDisksOperations.js} +192 -211
  273. package/dist-esm/src/operations/virtualHardDisksOperations.js.map +1 -0
  274. package/dist-esm/src/operations/virtualMachineInstances.d.ts +136 -0
  275. package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +1 -0
  276. package/dist-esm/src/operations/virtualMachineInstances.js +666 -0
  277. package/dist-esm/src/operations/virtualMachineInstances.js.map +1 -0
  278. package/dist-esm/src/operationsInterfaces/galleryImagesOperations.d.ts +75 -0
  279. package/dist-esm/src/operationsInterfaces/galleryImagesOperations.d.ts.map +1 -0
  280. package/dist-esm/src/operationsInterfaces/{extensions.js → galleryImagesOperations.js} +1 -1
  281. package/dist-esm/src/operationsInterfaces/galleryImagesOperations.js.map +1 -0
  282. package/dist-esm/src/operationsInterfaces/guestAgentOperations.d.ts +41 -0
  283. package/dist-esm/src/operationsInterfaces/guestAgentOperations.d.ts.map +1 -0
  284. package/dist-esm/src/operationsInterfaces/{clusters.js → guestAgentOperations.js} +1 -1
  285. package/dist-esm/src/operationsInterfaces/guestAgentOperations.js.map +1 -0
  286. package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +13 -0
  287. package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +1 -0
  288. package/dist-esm/src/operationsInterfaces/{arcSettings.js → guestAgents.js} +1 -1
  289. package/dist-esm/src/operationsInterfaces/guestAgents.js.map +1 -0
  290. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts +20 -0
  291. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.d.ts.map +1 -0
  292. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js +9 -0
  293. package/dist-esm/src/operationsInterfaces/hybridIdentityMetadataOperations.js.map +1 -0
  294. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -3
  295. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  296. package/dist-esm/src/operationsInterfaces/index.js +10 -3
  297. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  298. package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.d.ts +74 -0
  299. package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.d.ts.map +1 -0
  300. package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.js +9 -0
  301. package/dist-esm/src/operationsInterfaces/logicalNetworksOperations.js.map +1 -0
  302. package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.d.ts +75 -0
  303. package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.d.ts.map +1 -0
  304. package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.js +9 -0
  305. package/dist-esm/src/operationsInterfaces/marketplaceGalleryImagesOperations.js.map +1 -0
  306. package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.d.ts +75 -0
  307. package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.d.ts.map +1 -0
  308. package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.js +9 -0
  309. package/dist-esm/src/operationsInterfaces/networkInterfacesOperations.js.map +1 -0
  310. package/dist-esm/src/operationsInterfaces/operations.d.ts +4 -3
  311. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -1
  312. package/dist-esm/src/operationsInterfaces/storageContainersOperations.d.ts +75 -0
  313. package/dist-esm/src/operationsInterfaces/storageContainersOperations.d.ts.map +1 -0
  314. package/dist-esm/src/operationsInterfaces/storageContainersOperations.js +9 -0
  315. package/dist-esm/src/operationsInterfaces/storageContainersOperations.js.map +1 -0
  316. package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.d.ts +75 -0
  317. package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.d.ts.map +1 -0
  318. package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.js +9 -0
  319. package/dist-esm/src/operationsInterfaces/virtualHardDisksOperations.js.map +1 -0
  320. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +111 -0
  321. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
  322. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js +9 -0
  323. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +1 -0
  324. package/dist-esm/src/pagingHelper.d.ts +4 -4
  325. package/dist-esm/src/pagingHelper.js +4 -4
  326. package/dist-esm/test/azurestackhci_operations_test.spec.d.ts +4 -0
  327. package/dist-esm/test/azurestackhci_operations_test.spec.d.ts.map +1 -0
  328. package/dist-esm/test/azurestackhci_operations_test.spec.js +73 -0
  329. package/dist-esm/test/azurestackhci_operations_test.spec.js.map +1 -0
  330. package/package.json +10 -9
  331. package/review/arm-azurestackhci.api.md +1415 -379
  332. package/src/azureStackHCIClient.ts +69 -19
  333. package/src/lroImpl.ts +31 -23
  334. package/src/models/index.ts +1697 -656
  335. package/src/models/mappers.ts +2562 -508
  336. package/src/models/parameters.ts +183 -42
  337. package/src/operations/galleryImagesOperations.ts +733 -0
  338. package/src/operations/guestAgentOperations.ts +299 -0
  339. package/src/operations/guestAgents.ts +168 -0
  340. package/src/operations/hybridIdentityMetadataOperations.ts +204 -0
  341. package/src/operations/index.ts +10 -3
  342. package/src/operations/logicalNetworksOperations.ts +733 -0
  343. package/src/operations/marketplaceGalleryImagesOperations.ts +744 -0
  344. package/src/operations/networkInterfacesOperations.ts +744 -0
  345. package/src/operations/operations.ts +93 -3
  346. package/src/operations/storageContainersOperations.ts +744 -0
  347. package/src/operations/{clusters.ts → virtualHardDisksOperations.ts} +301 -338
  348. package/src/operations/virtualMachineInstances.ts +910 -0
  349. package/src/operationsInterfaces/galleryImagesOperations.ts +149 -0
  350. package/src/operationsInterfaces/guestAgentOperations.ts +81 -0
  351. package/src/operationsInterfaces/guestAgents.ts +25 -0
  352. package/src/operationsInterfaces/hybridIdentityMetadataOperations.ts +40 -0
  353. package/src/operationsInterfaces/index.ts +10 -3
  354. package/src/operationsInterfaces/logicalNetworksOperations.ts +148 -0
  355. package/src/operationsInterfaces/marketplaceGalleryImagesOperations.ts +149 -0
  356. package/src/operationsInterfaces/networkInterfacesOperations.ts +149 -0
  357. package/src/operationsInterfaces/operations.ts +7 -6
  358. package/src/operationsInterfaces/storageContainersOperations.ts +149 -0
  359. package/src/operationsInterfaces/virtualHardDisksOperations.ts +149 -0
  360. package/src/operationsInterfaces/virtualMachineInstances.ts +214 -0
  361. package/src/pagingHelper.ts +4 -4
  362. package/types/arm-azurestackhci.d.ts +2323 -912
  363. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts +0 -2
  364. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js +0 -32
  366. package/dist-esm/samples-dev/arcSettingsCreateIdentitySample.js.map +0 -1
  367. package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts +0 -2
  368. package/dist-esm/samples-dev/arcSettingsCreateSample.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/arcSettingsCreateSample.js +0 -33
  370. package/dist-esm/samples-dev/arcSettingsCreateSample.js.map +0 -1
  371. package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts +0 -2
  372. package/dist-esm/samples-dev/arcSettingsDeleteSample.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/arcSettingsDeleteSample.js +0 -32
  374. package/dist-esm/samples-dev/arcSettingsDeleteSample.js.map +0 -1
  375. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts +0 -2
  376. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js +0 -32
  378. package/dist-esm/samples-dev/arcSettingsGeneratePasswordSample.js.map +0 -1
  379. package/dist-esm/samples-dev/arcSettingsGetSample.d.ts +0 -2
  380. package/dist-esm/samples-dev/arcSettingsGetSample.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/arcSettingsGetSample.js +0 -32
  382. package/dist-esm/samples-dev/arcSettingsGetSample.js.map +0 -1
  383. package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts +0 -2
  384. package/dist-esm/samples-dev/arcSettingsListByClusterSample.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/arcSettingsListByClusterSample.js.map +0 -1
  386. package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts +0 -2
  387. package/dist-esm/samples-dev/arcSettingsUpdateSample.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/arcSettingsUpdateSample.js +0 -35
  389. package/dist-esm/samples-dev/arcSettingsUpdateSample.js.map +0 -1
  390. package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts +0 -2
  391. package/dist-esm/samples-dev/clustersCreateIdentitySample.d.ts.map +0 -1
  392. package/dist-esm/samples-dev/clustersCreateIdentitySample.js +0 -31
  393. package/dist-esm/samples-dev/clustersCreateIdentitySample.js.map +0 -1
  394. package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
  395. package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
  396. package/dist-esm/samples-dev/clustersCreateSample.js +0 -37
  397. package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
  398. package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
  399. package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
  400. package/dist-esm/samples-dev/clustersDeleteSample.js +0 -31
  401. package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
  402. package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
  403. package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
  404. package/dist-esm/samples-dev/clustersGetSample.js +0 -31
  405. package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
  406. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
  407. package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
  408. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
  409. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
  410. package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
  411. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
  412. package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
  413. package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
  414. package/dist-esm/samples-dev/clustersUpdateSample.js +0 -39
  415. package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
  416. package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts +0 -2
  417. package/dist-esm/samples-dev/clustersUploadCertificateSample.d.ts.map +0 -1
  418. package/dist-esm/samples-dev/clustersUploadCertificateSample.js +0 -34
  419. package/dist-esm/samples-dev/clustersUploadCertificateSample.js.map +0 -1
  420. package/dist-esm/samples-dev/createArcExtension.d.ts +0 -2
  421. package/dist-esm/samples-dev/createArcExtension.d.ts.map +0 -1
  422. package/dist-esm/samples-dev/createArcExtension.js +0 -40
  423. package/dist-esm/samples-dev/createArcExtension.js.map +0 -1
  424. package/dist-esm/samples-dev/createArcSetting.d.ts +0 -2
  425. package/dist-esm/samples-dev/createArcSetting.d.ts.map +0 -1
  426. package/dist-esm/samples-dev/createArcSetting.js +0 -33
  427. package/dist-esm/samples-dev/createArcSetting.js.map +0 -1
  428. package/dist-esm/samples-dev/createCluster.d.ts +0 -2
  429. package/dist-esm/samples-dev/createCluster.d.ts.map +0 -1
  430. package/dist-esm/samples-dev/createCluster.js +0 -37
  431. package/dist-esm/samples-dev/createCluster.js.map +0 -1
  432. package/dist-esm/samples-dev/deleteArcExtension.d.ts +0 -2
  433. package/dist-esm/samples-dev/deleteArcExtension.d.ts.map +0 -1
  434. package/dist-esm/samples-dev/deleteArcExtension.js.map +0 -1
  435. package/dist-esm/samples-dev/deleteArcSetting.d.ts +0 -2
  436. package/dist-esm/samples-dev/deleteArcSetting.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/deleteArcSetting.js +0 -32
  438. package/dist-esm/samples-dev/deleteArcSetting.js.map +0 -1
  439. package/dist-esm/samples-dev/deleteCluster.d.ts +0 -2
  440. package/dist-esm/samples-dev/deleteCluster.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/deleteCluster.js +0 -31
  442. package/dist-esm/samples-dev/deleteCluster.js.map +0 -1
  443. package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
  444. package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/extensionsCreateSample.js +0 -40
  446. package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
  447. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
  448. package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -33
  450. package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
  451. package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
  452. package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/extensionsGetSample.js +0 -33
  454. package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
  455. package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts +0 -2
  456. package/dist-esm/samples-dev/extensionsListByArcSettingSample.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/extensionsListByArcSettingSample.js.map +0 -1
  458. package/dist-esm/samples-dev/extensionsUpdateSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/extensionsUpdateSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/extensionsUpdateSample.js +0 -39
  461. package/dist-esm/samples-dev/extensionsUpdateSample.js.map +0 -1
  462. package/dist-esm/samples-dev/getArcSetting.d.ts +0 -2
  463. package/dist-esm/samples-dev/getArcSetting.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/getArcSetting.js +0 -32
  465. package/dist-esm/samples-dev/getArcSetting.js.map +0 -1
  466. package/dist-esm/samples-dev/getArcSettingsExtension.d.ts +0 -2
  467. package/dist-esm/samples-dev/getArcSettingsExtension.d.ts.map +0 -1
  468. package/dist-esm/samples-dev/getArcSettingsExtension.js +0 -33
  469. package/dist-esm/samples-dev/getArcSettingsExtension.js.map +0 -1
  470. package/dist-esm/samples-dev/getCluster.d.ts +0 -2
  471. package/dist-esm/samples-dev/getCluster.d.ts.map +0 -1
  472. package/dist-esm/samples-dev/getCluster.js +0 -31
  473. package/dist-esm/samples-dev/getCluster.js.map +0 -1
  474. package/dist-esm/samples-dev/listArcSettingResourcesByHciCluster.d.ts +0 -2
  475. package/dist-esm/samples-dev/listArcSettingResourcesByHciCluster.d.ts.map +0 -1
  476. package/dist-esm/samples-dev/listArcSettingResourcesByHciCluster.js +0 -47
  477. package/dist-esm/samples-dev/listArcSettingResourcesByHciCluster.js.map +0 -1
  478. package/dist-esm/samples-dev/listClustersInAGivenResourceGroup.d.ts +0 -2
  479. package/dist-esm/samples-dev/listClustersInAGivenResourceGroup.d.ts.map +0 -1
  480. package/dist-esm/samples-dev/listClustersInAGivenResourceGroup.js.map +0 -1
  481. package/dist-esm/samples-dev/listClustersInAGivenSubscription.d.ts +0 -2
  482. package/dist-esm/samples-dev/listClustersInAGivenSubscription.d.ts.map +0 -1
  483. package/dist-esm/samples-dev/listClustersInAGivenSubscription.js.map +0 -1
  484. package/dist-esm/samples-dev/listExtensionsUnderArcSettingResource.d.ts +0 -2
  485. package/dist-esm/samples-dev/listExtensionsUnderArcSettingResource.d.ts.map +0 -1
  486. package/dist-esm/samples-dev/listExtensionsUnderArcSettingResource.js +0 -48
  487. package/dist-esm/samples-dev/listExtensionsUnderArcSettingResource.js.map +0 -1
  488. package/dist-esm/samples-dev/listOperationsAvailableWithTheMicrosoftAzureStackHciProvider.d.ts +0 -2
  489. package/dist-esm/samples-dev/listOperationsAvailableWithTheMicrosoftAzureStackHciProvider.d.ts.map +0 -1
  490. package/dist-esm/samples-dev/listOperationsAvailableWithTheMicrosoftAzureStackHciProvider.js +0 -29
  491. package/dist-esm/samples-dev/listOperationsAvailableWithTheMicrosoftAzureStackHciProvider.js.map +0 -1
  492. package/dist-esm/samples-dev/updateArcExtension.d.ts +0 -2
  493. package/dist-esm/samples-dev/updateArcExtension.d.ts.map +0 -1
  494. package/dist-esm/samples-dev/updateArcExtension.js +0 -39
  495. package/dist-esm/samples-dev/updateArcExtension.js.map +0 -1
  496. package/dist-esm/samples-dev/updateCluster.d.ts +0 -2
  497. package/dist-esm/samples-dev/updateCluster.d.ts.map +0 -1
  498. package/dist-esm/samples-dev/updateCluster.js +0 -39
  499. package/dist-esm/samples-dev/updateCluster.js.map +0 -1
  500. package/dist-esm/src/operations/arcSettings.d.ts +0 -105
  501. package/dist-esm/src/operations/arcSettings.d.ts.map +0 -1
  502. package/dist-esm/src/operations/arcSettings.js +0 -449
  503. package/dist-esm/src/operations/arcSettings.js.map +0 -1
  504. package/dist-esm/src/operations/clusters.d.ts +0 -121
  505. package/dist-esm/src/operations/clusters.d.ts.map +0 -1
  506. package/dist-esm/src/operations/clusters.js.map +0 -1
  507. package/dist-esm/src/operations/extensions.d.ts +0 -109
  508. package/dist-esm/src/operations/extensions.d.ts.map +0 -1
  509. package/dist-esm/src/operations/extensions.js.map +0 -1
  510. package/dist-esm/src/operationsInterfaces/arcSettings.d.ts +0 -80
  511. package/dist-esm/src/operationsInterfaces/arcSettings.d.ts.map +0 -1
  512. package/dist-esm/src/operationsInterfaces/arcSettings.js.map +0 -1
  513. package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -85
  514. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
  515. package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
  516. package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -82
  517. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
  518. package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
  519. package/dist-esm/test/sampleTest.d.ts +0 -2
  520. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  521. package/dist-esm/test/sampleTest.js +0 -38
  522. package/dist-esm/test/sampleTest.js.map +0 -1
  523. package/src/operations/arcSettings.ts +0 -630
  524. package/src/operations/extensions.ts +0 -692
  525. package/src/operationsInterfaces/arcSettings.ts +0 -155
  526. package/src/operationsInterfaces/clusters.ts +0 -160
  527. package/src/operationsInterfaces/extensions.ts +0 -162
@@ -1,8 +1,8 @@
1
1
  import * as coreAuth from '@azure/core-auth';
2
2
  import * as coreClient from '@azure/core-client';
3
+ import { OperationState } from '@azure/core-lro';
3
4
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
5
+ import { SimplePollerLike } from '@azure/core-lro';
6
6
 
7
7
  /**
8
8
  * Defines values for ActionType. \
@@ -13,93 +13,255 @@ import { PollOperationState } from '@azure/core-lro';
13
13
  */
14
14
  export declare type ActionType = string;
15
15
 
16
- /** Connectivity related configuration required by arc server. */
17
- export declare interface ArcConnectivityProperties {
18
- /** True indicates ARC connectivity is enabled */
19
- enabled?: boolean;
16
+ export declare class AzureStackHCIClient extends coreClient.ServiceClient {
17
+ $host: string;
18
+ subscriptionId?: string;
19
+ apiVersion: string;
20
+ /**
21
+ * Initializes a new instance of the AzureStackHCIClient class.
22
+ * @param credentials Subscription credentials which uniquely identify client subscription.
23
+ * @param subscriptionId The ID of the target subscription.
24
+ * @param options The parameter options
25
+ */
26
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureStackHCIClientOptionalParams);
27
+ constructor(credentials: coreAuth.TokenCredential, options?: AzureStackHCIClientOptionalParams);
28
+ /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
29
+ private addCustomApiVersionPolicy;
30
+ galleryImagesOperations: GalleryImagesOperations;
31
+ operations: Operations;
32
+ logicalNetworksOperations: LogicalNetworksOperations;
33
+ marketplaceGalleryImagesOperations: MarketplaceGalleryImagesOperations;
34
+ networkInterfacesOperations: NetworkInterfacesOperations;
35
+ storageContainersOperations: StorageContainersOperations;
36
+ virtualHardDisksOperations: VirtualHardDisksOperations;
37
+ virtualMachineInstances: VirtualMachineInstances;
38
+ hybridIdentityMetadataOperations: HybridIdentityMetadataOperations;
39
+ guestAgentOperations: GuestAgentOperations;
40
+ guestAgents: GuestAgents;
20
41
  }
21
42
 
22
- /** ArcIdentity details. */
23
- export declare interface ArcIdentityResponse {
24
- arcApplicationClientId?: string;
25
- arcApplicationTenantId?: string;
26
- arcServicePrincipalObjectId?: string;
27
- arcApplicationObjectId?: string;
43
+ /** Optional parameters. */
44
+ export declare interface AzureStackHCIClientOptionalParams extends coreClient.ServiceClientOptions {
45
+ /** server parameter */
46
+ $host?: string;
47
+ /** Api Version */
48
+ apiVersion?: string;
49
+ /** Overrides client endpoint. */
50
+ endpoint?: string;
28
51
  }
29
52
 
30
- /** ArcSetting details. */
31
- export declare interface ArcSetting extends ProxyResource {
53
+ /**
54
+ * Defines values for CloudInitDataSource. \
55
+ * {@link KnownCloudInitDataSource} can be used interchangeably with CloudInitDataSource,
56
+ * this enum contains the known values that the service supports.
57
+ * ### Known values supported by the service
58
+ * **NoCloud** \
59
+ * **Azure**
60
+ */
61
+ export declare type CloudInitDataSource = string;
62
+
63
+ /**
64
+ * Defines values for CreatedByType. \
65
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
66
+ * this enum contains the known values that the service supports.
67
+ * ### Known values supported by the service
68
+ * **User** \
69
+ * **Application** \
70
+ * **ManagedIdentity** \
71
+ * **Key**
72
+ */
73
+ export declare type CreatedByType = string;
74
+
75
+ /**
76
+ * Defines values for DiskFileFormat. \
77
+ * {@link KnownDiskFileFormat} can be used interchangeably with DiskFileFormat,
78
+ * this enum contains the known values that the service supports.
79
+ * ### Known values supported by the service
80
+ * **vhdx** \
81
+ * **vhd**
82
+ */
83
+ export declare type DiskFileFormat = string;
84
+
85
+ /** The resource management error additional info. */
86
+ export declare interface ErrorAdditionalInfo {
32
87
  /**
33
- * Provisioning state of the ArcSetting proxy resource.
88
+ * The additional info type.
34
89
  * NOTE: This property will not be serialized. It can only be populated by the server.
35
90
  */
36
- readonly provisioningState?: ProvisioningState;
37
- /** The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources. */
38
- arcInstanceResourceGroup?: string;
39
- /** App id of arc AAD identity. */
40
- arcApplicationClientId?: string;
41
- /** Tenant id of arc AAD identity. */
42
- arcApplicationTenantId?: string;
43
- /** Object id of arc AAD service principal. */
44
- arcServicePrincipalObjectId?: string;
45
- /** Object id of arc AAD identity. */
46
- arcApplicationObjectId?: string;
47
- /**
48
- * Aggregate state of Arc agent across the nodes in this HCI cluster.
91
+ readonly type?: string;
92
+ /**
93
+ * The additional info.
49
94
  * NOTE: This property will not be serialized. It can only be populated by the server.
50
95
  */
51
- readonly aggregateState?: ArcSettingAggregateState;
96
+ readonly info?: Record<string, unknown>;
97
+ }
98
+
99
+ /** The error detail. */
100
+ export declare interface ErrorDetail {
52
101
  /**
53
- * State of Arc agent in each of the nodes.
102
+ * The error code.
54
103
  * NOTE: This property will not be serialized. It can only be populated by the server.
55
104
  */
56
- readonly perNodeDetails?: PerNodeState[];
57
- /** contains connectivity related configuration for ARC resources */
58
- connectivityProperties?: Record<string, unknown>;
59
- /** The identity that created the resource. */
60
- createdBy?: string;
61
- /** The type of identity that created the resource. */
62
- createdByType?: CreatedByType;
63
- /** The timestamp of resource creation (UTC). */
64
- createdAt?: Date;
65
- /** The identity that last modified the resource. */
66
- lastModifiedBy?: string;
67
- /** The type of identity that last modified the resource. */
68
- lastModifiedByType?: CreatedByType;
69
- /** The timestamp of resource last modification (UTC) */
70
- lastModifiedAt?: Date;
105
+ readonly code?: string;
106
+ /**
107
+ * The error message.
108
+ * NOTE: This property will not be serialized. It can only be populated by the server.
109
+ */
110
+ readonly message?: string;
111
+ /**
112
+ * The error target.
113
+ * NOTE: This property will not be serialized. It can only be populated by the server.
114
+ */
115
+ readonly target?: string;
116
+ /**
117
+ * The error details.
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly details?: ErrorDetail[];
121
+ /**
122
+ * The error additional info.
123
+ * NOTE: This property will not be serialized. It can only be populated by the server.
124
+ */
125
+ readonly additionalInfo?: ErrorAdditionalInfo[];
126
+ }
127
+
128
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
129
+ export declare interface ErrorResponse {
130
+ /** The error object. */
131
+ error?: ErrorDetail;
132
+ }
133
+
134
+ /** The complex type of the extended location. */
135
+ export declare interface ExtendedLocation {
136
+ /** The name of the extended location. */
137
+ name?: string;
138
+ /** The type of the extended location. */
139
+ type?: ExtendedLocationTypes;
71
140
  }
72
141
 
73
142
  /**
74
- * Defines values for ArcSettingAggregateState. \
75
- * {@link KnownArcSettingAggregateState} can be used interchangeably with ArcSettingAggregateState,
143
+ * Defines values for ExtendedLocationTypes. \
144
+ * {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
76
145
  * this enum contains the known values that the service supports.
77
146
  * ### Known values supported by the service
78
- * **NotSpecified** \
79
- * **Error** \
80
- * **Succeeded** \
81
- * **Canceled** \
82
- * **Failed** \
83
- * **Connected** \
84
- * **Disconnected** \
85
- * **Deleted** \
86
- * **Creating** \
87
- * **Updating** \
88
- * **Deleting** \
89
- * **Moving** \
90
- * **PartiallySucceeded** \
91
- * **PartiallyConnected** \
92
- * **InProgress**
147
+ * **CustomLocation**
93
148
  */
94
- export declare type ArcSettingAggregateState = string;
149
+ export declare type ExtendedLocationTypes = string;
95
150
 
96
- /** List of ArcSetting proxy resources for the HCI cluster. */
97
- export declare interface ArcSettingList {
151
+ /** This is the disk image base class. */
152
+ export declare interface GalleryDiskImage {
153
+ /**
154
+ * This property indicates the size of the VHD to be created.
155
+ * NOTE: This property will not be serialized. It can only be populated by the server.
156
+ */
157
+ readonly sizeInMB?: number;
158
+ }
159
+
160
+ /** This is the gallery image definition identifier. */
161
+ export declare interface GalleryImageIdentifier {
162
+ /** The name of the gallery image definition publisher. */
163
+ publisher: string;
164
+ /** The name of the gallery image definition offer. */
165
+ offer: string;
166
+ /** The name of the gallery image definition SKU. */
167
+ sku: string;
168
+ }
169
+
170
+ /** The gallery images resource definition. */
171
+ export declare interface GalleryImages extends TrackedResource {
172
+ /** The extendedLocation of the resource. */
173
+ extendedLocation?: ExtendedLocation;
174
+ /** Storage ContainerID of the storage container to be used for gallery image */
175
+ containerId?: string;
176
+ /** location of the image the gallery image should be created from */
177
+ imagePath?: string;
178
+ /** Operating system type that the gallery image uses [Windows, Linux] */
179
+ osType?: OperatingSystemTypes;
180
+ /** Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure] */
181
+ cloudInitDataSource?: CloudInitDataSource;
182
+ /** The hypervisor generation of the Virtual Machine [V1, V2] */
183
+ hyperVGeneration?: HyperVGeneration;
184
+ /** This is the gallery image definition identifier. */
185
+ identifier?: GalleryImageIdentifier;
186
+ /** Specifies information about the gallery image version that you want to create or update. */
187
+ version?: GalleryImageVersion;
188
+ /**
189
+ * Provisioning state of the gallery image.
190
+ * NOTE: This property will not be serialized. It can only be populated by the server.
191
+ */
192
+ readonly provisioningState?: ProvisioningStateEnum;
98
193
  /**
99
- * List of ArcSetting proxy resources.
194
+ * The observed state of gallery images
100
195
  * NOTE: This property will not be serialized. It can only be populated by the server.
101
196
  */
102
- readonly value?: ArcSetting[];
197
+ readonly status?: GalleryImageStatus;
198
+ }
199
+
200
+ /** Optional parameters. */
201
+ export declare interface GalleryImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
202
+ /** Delay to wait until next poll, in milliseconds. */
203
+ updateIntervalInMs?: number;
204
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
205
+ resumeFrom?: string;
206
+ }
207
+
208
+ /** Contains response data for the createOrUpdate operation. */
209
+ export declare type GalleryImagesCreateOrUpdateResponse = GalleryImages;
210
+
211
+ /** Defines headers for GalleryImages_delete operation. */
212
+ export declare interface GalleryImagesDeleteHeaders {
213
+ location?: string;
214
+ }
215
+
216
+ /** Optional parameters. */
217
+ export declare interface GalleryImagesDeleteOptionalParams extends coreClient.OperationOptions {
218
+ /** Delay to wait until next poll, in milliseconds. */
219
+ updateIntervalInMs?: number;
220
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
221
+ resumeFrom?: string;
222
+ }
223
+
224
+ /** Contains response data for the delete operation. */
225
+ export declare type GalleryImagesDeleteResponse = GalleryImagesDeleteHeaders;
226
+
227
+ /** Optional parameters. */
228
+ export declare interface GalleryImagesGetOptionalParams extends coreClient.OperationOptions {
229
+ }
230
+
231
+ /** Contains response data for the get operation. */
232
+ export declare type GalleryImagesGetResponse = GalleryImages;
233
+
234
+ /** Optional parameters. */
235
+ export declare interface GalleryImagesListAllNextOptionalParams extends coreClient.OperationOptions {
236
+ }
237
+
238
+ /** Contains response data for the listAllNext operation. */
239
+ export declare type GalleryImagesListAllNextResponse = GalleryImagesListResult;
240
+
241
+ /** Optional parameters. */
242
+ export declare interface GalleryImagesListAllOptionalParams extends coreClient.OperationOptions {
243
+ }
244
+
245
+ /** Contains response data for the listAll operation. */
246
+ export declare type GalleryImagesListAllResponse = GalleryImagesListResult;
247
+
248
+ /** Optional parameters. */
249
+ export declare interface GalleryImagesListNextOptionalParams extends coreClient.OperationOptions {
250
+ }
251
+
252
+ /** Contains response data for the listNext operation. */
253
+ export declare type GalleryImagesListNextResponse = GalleryImagesListResult;
254
+
255
+ /** Optional parameters. */
256
+ export declare interface GalleryImagesListOptionalParams extends coreClient.OperationOptions {
257
+ }
258
+
259
+ /** Contains response data for the list operation. */
260
+ export declare type GalleryImagesListResponse = GalleryImagesListResult;
261
+
262
+ /** List of gallery images. */
263
+ export declare interface GalleryImagesListResult {
264
+ value?: GalleryImages[];
103
265
  /**
104
266
  * Link to the next set of results.
105
267
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -107,1100 +269,1354 @@ export declare interface ArcSettingList {
107
269
  readonly nextLink?: string;
108
270
  }
109
271
 
110
- /** Interface representing a ArcSettings. */
111
- export declare interface ArcSettings {
272
+ /** Interface representing a GalleryImagesOperations. */
273
+ export declare interface GalleryImagesOperations {
112
274
  /**
113
- * Get ArcSetting resources of HCI Cluster.
275
+ * Lists all of the gallery images in the specified resource group. Use the nextLink property in the
276
+ * response to get the next page of gallery images.
114
277
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
115
- * @param clusterName The name of the cluster.
116
278
  * @param options The options parameters.
117
279
  */
118
- listByCluster(resourceGroupName: string, clusterName: string, options?: ArcSettingsListByClusterOptionalParams): PagedAsyncIterableIterator<ArcSetting>;
280
+ list(resourceGroupName: string, options?: GalleryImagesListOptionalParams): PagedAsyncIterableIterator<GalleryImages>;
119
281
  /**
120
- * Get ArcSetting resource details of HCI Cluster.
121
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
122
- * @param clusterName The name of the cluster.
123
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
282
+ * Lists all of the gallery images in the specified subscription. Use the nextLink property in the
283
+ * response to get the next page of gallery images.
124
284
  * @param options The options parameters.
125
285
  */
126
- get(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsGetOptionalParams): Promise<ArcSettingsGetResponse>;
286
+ listAll(options?: GalleryImagesListAllOptionalParams): PagedAsyncIterableIterator<GalleryImages>;
127
287
  /**
128
- * Create ArcSetting for HCI cluster.
288
+ * Gets a gallery image
129
289
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
130
- * @param clusterName The name of the cluster.
131
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
132
- * @param arcSetting Parameters supplied to the Create ArcSetting resource for this HCI cluster.
290
+ * @param galleryImageName Name of the gallery image
133
291
  * @param options The options parameters.
134
292
  */
135
- create(resourceGroupName: string, clusterName: string, arcSettingName: string, arcSetting: ArcSetting, options?: ArcSettingsCreateOptionalParams): Promise<ArcSettingsCreateResponse>;
293
+ get(resourceGroupName: string, galleryImageName: string, options?: GalleryImagesGetOptionalParams): Promise<GalleryImagesGetResponse>;
136
294
  /**
137
- * Update ArcSettings for HCI cluster.
295
+ * The operation to create or update a gallery image. Please note some properties can be set only
296
+ * during gallery image creation.
138
297
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
139
- * @param clusterName The name of the cluster.
140
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
141
- * @param arcSetting ArcSettings parameters that needs to be updated
298
+ * @param galleryImageName Name of the gallery image
299
+ * @param galleryImages The gallery images resource definition.
142
300
  * @param options The options parameters.
143
301
  */
144
- update(resourceGroupName: string, clusterName: string, arcSettingName: string, arcSetting: ArcSettingsPatch, options?: ArcSettingsUpdateOptionalParams): Promise<ArcSettingsUpdateResponse>;
302
+ beginCreateOrUpdate(resourceGroupName: string, galleryImageName: string, galleryImages: GalleryImages, options?: GalleryImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryImagesCreateOrUpdateResponse>, GalleryImagesCreateOrUpdateResponse>>;
145
303
  /**
146
- * Delete ArcSetting resource details of HCI Cluster.
304
+ * The operation to create or update a gallery image. Please note some properties can be set only
305
+ * during gallery image creation.
147
306
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
148
- * @param clusterName The name of the cluster.
149
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
307
+ * @param galleryImageName Name of the gallery image
308
+ * @param galleryImages The gallery images resource definition.
150
309
  * @param options The options parameters.
151
310
  */
152
- beginDelete(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
311
+ beginCreateOrUpdateAndWait(resourceGroupName: string, galleryImageName: string, galleryImages: GalleryImages, options?: GalleryImagesCreateOrUpdateOptionalParams): Promise<GalleryImagesCreateOrUpdateResponse>;
153
312
  /**
154
- * Delete ArcSetting resource details of HCI Cluster.
313
+ * The operation to delete a gallery image.
155
314
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
156
- * @param clusterName The name of the cluster.
157
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
315
+ * @param galleryImageName Name of the gallery image
158
316
  * @param options The options parameters.
159
317
  */
160
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsDeleteOptionalParams): Promise<void>;
318
+ beginDelete(resourceGroupName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GalleryImagesDeleteResponse>, GalleryImagesDeleteResponse>>;
161
319
  /**
162
- * Generate password for arc settings.
320
+ * The operation to delete a gallery image.
163
321
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
164
- * @param clusterName The name of the cluster.
165
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
322
+ * @param galleryImageName Name of the gallery image
166
323
  * @param options The options parameters.
167
324
  */
168
- generatePassword(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsGeneratePasswordOptionalParams): Promise<ArcSettingsGeneratePasswordResponse>;
325
+ beginDeleteAndWait(resourceGroupName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams): Promise<GalleryImagesDeleteResponse>;
169
326
  /**
170
- * Create Aad identity for arc settings.
327
+ * The operation to update a gallery image.
171
328
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
172
- * @param clusterName The name of the cluster.
173
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
329
+ * @param galleryImageName Name of the gallery image
330
+ * @param galleryImages The gallery images resource patch definition.
174
331
  * @param options The options parameters.
175
332
  */
176
- beginCreateIdentity(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsCreateIdentityOptionalParams): Promise<PollerLike<PollOperationState<ArcSettingsCreateIdentityResponse>, ArcSettingsCreateIdentityResponse>>;
333
+ beginUpdate(resourceGroupName: string, galleryImageName: string, galleryImages: GalleryImagesUpdateRequest, options?: GalleryImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryImagesUpdateResponse>, GalleryImagesUpdateResponse>>;
177
334
  /**
178
- * Create Aad identity for arc settings.
335
+ * The operation to update a gallery image.
179
336
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
180
- * @param clusterName The name of the cluster.
181
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
337
+ * @param galleryImageName Name of the gallery image
338
+ * @param galleryImages The gallery images resource patch definition.
182
339
  * @param options The options parameters.
183
340
  */
184
- beginCreateIdentityAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ArcSettingsCreateIdentityOptionalParams): Promise<ArcSettingsCreateIdentityResponse>;
341
+ beginUpdateAndWait(resourceGroupName: string, galleryImageName: string, galleryImages: GalleryImagesUpdateRequest, options?: GalleryImagesUpdateOptionalParams): Promise<GalleryImagesUpdateResponse>;
185
342
  }
186
343
 
187
- /** Optional parameters. */
188
- export declare interface ArcSettingsCreateIdentityOptionalParams extends coreClient.OperationOptions {
189
- /** Delay to wait until next poll, in milliseconds. */
190
- updateIntervalInMs?: number;
191
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
192
- resumeFrom?: string;
344
+ /** The observed state of gallery images */
345
+ export declare interface GalleryImageStatus {
346
+ /** GalleryImage provisioning error code */
347
+ errorCode?: string;
348
+ /** Descriptive error message */
349
+ errorMessage?: string;
350
+ provisioningStatus?: GalleryImageStatusProvisioningStatus;
351
+ /** The download status of the gallery image */
352
+ downloadStatus?: GalleryImageStatusDownloadStatus;
353
+ /** The progress of the operation in percentage */
354
+ progressPercentage?: number;
193
355
  }
194
356
 
195
- /** Contains response data for the createIdentity operation. */
196
- export declare type ArcSettingsCreateIdentityResponse = ArcIdentityResponse;
357
+ /** The download status of the gallery image */
358
+ export declare interface GalleryImageStatusDownloadStatus {
359
+ /** The downloaded sized of the image in MB */
360
+ downloadSizeInMB?: number;
361
+ }
197
362
 
198
- /** Optional parameters. */
199
- export declare interface ArcSettingsCreateOptionalParams extends coreClient.OperationOptions {
363
+ export declare interface GalleryImageStatusProvisioningStatus {
364
+ /** The ID of the operation performed on the gallery image */
365
+ operationId?: string;
366
+ /** The status of the operation performed on the gallery image [Succeeded, Failed, InProgress] */
367
+ status?: Status;
200
368
  }
201
369
 
202
- /** Contains response data for the create operation. */
203
- export declare type ArcSettingsCreateResponse = ArcSetting;
370
+ /** Defines headers for GalleryImages_update operation. */
371
+ export declare interface GalleryImagesUpdateHeaders {
372
+ location?: string;
373
+ }
204
374
 
205
375
  /** Optional parameters. */
206
- export declare interface ArcSettingsDeleteOptionalParams extends coreClient.OperationOptions {
376
+ export declare interface GalleryImagesUpdateOptionalParams extends coreClient.OperationOptions {
207
377
  /** Delay to wait until next poll, in milliseconds. */
208
378
  updateIntervalInMs?: number;
209
379
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
210
380
  resumeFrom?: string;
211
381
  }
212
382
 
213
- /** Optional parameters. */
214
- export declare interface ArcSettingsGeneratePasswordOptionalParams extends coreClient.OperationOptions {
383
+ /** The gallery images resource patch definition. */
384
+ export declare interface GalleryImagesUpdateRequest {
385
+ /** Resource tags */
386
+ tags?: {
387
+ [propertyName: string]: string;
388
+ };
215
389
  }
216
390
 
217
- /** Contains response data for the generatePassword operation. */
218
- export declare type ArcSettingsGeneratePasswordResponse = PasswordCredential;
391
+ /** Contains response data for the update operation. */
392
+ export declare type GalleryImagesUpdateResponse = GalleryImages;
219
393
 
220
- /** Optional parameters. */
221
- export declare interface ArcSettingsGetOptionalParams extends coreClient.OperationOptions {
394
+ /** Specifies information about the gallery image version that you want to create or update. */
395
+ export declare interface GalleryImageVersion {
396
+ /** This is the version of the gallery image. */
397
+ name?: string;
398
+ /** This is the storage profile of a Gallery Image Version. */
399
+ storageProfile?: GalleryImageVersionStorageProfile;
222
400
  }
223
401
 
224
- /** Contains response data for the get operation. */
225
- export declare type ArcSettingsGetResponse = ArcSetting;
402
+ /** This is the storage profile of a Gallery Image Version. */
403
+ export declare interface GalleryImageVersionStorageProfile {
404
+ /** This is the OS disk image. */
405
+ osDiskImage?: GalleryOSDiskImage;
406
+ }
226
407
 
227
- /** Optional parameters. */
228
- export declare interface ArcSettingsListByClusterNextOptionalParams extends coreClient.OperationOptions {
408
+ /** This is the OS disk image. */
409
+ export declare interface GalleryOSDiskImage extends GalleryDiskImage {
229
410
  }
230
411
 
231
- /** Contains response data for the listByClusterNext operation. */
232
- export declare type ArcSettingsListByClusterNextResponse = ArcSettingList;
412
+ /**
413
+ * Given the last `.value` produced by the `byPage` iterator,
414
+ * returns a continuation token that can be used to begin paging from
415
+ * that point later.
416
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
417
+ * @returns The continuation token that can be passed into byPage() during future calls.
418
+ */
419
+ export declare function getContinuationToken(page: unknown): string | undefined;
420
+
421
+ /** Defines the GuestAgent. */
422
+ export declare interface GuestAgent extends ProxyResource {
423
+ /** Username / Password Credentials to provision guest agent. */
424
+ credentials?: GuestCredential;
425
+ /** The guest agent provisioning action. */
426
+ provisioningAction?: ProvisioningAction;
427
+ /**
428
+ * The guest agent status.
429
+ * NOTE: This property will not be serialized. It can only be populated by the server.
430
+ */
431
+ readonly status?: string;
432
+ /**
433
+ * The provisioning state.
434
+ * NOTE: This property will not be serialized. It can only be populated by the server.
435
+ */
436
+ readonly provisioningState?: string;
437
+ }
233
438
 
234
439
  /** Optional parameters. */
235
- export declare interface ArcSettingsListByClusterOptionalParams extends coreClient.OperationOptions {
440
+ export declare interface GuestAgentCreateOptionalParams extends coreClient.OperationOptions {
441
+ /** Request payload. */
442
+ body?: GuestAgent;
443
+ /** Delay to wait until next poll, in milliseconds. */
444
+ updateIntervalInMs?: number;
445
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
446
+ resumeFrom?: string;
236
447
  }
237
448
 
238
- /** Contains response data for the listByCluster operation. */
239
- export declare type ArcSettingsListByClusterResponse = ArcSettingList;
449
+ /** Contains response data for the create operation. */
450
+ export declare type GuestAgentCreateResponse = GuestAgent;
240
451
 
241
- /** ArcSetting details to update. */
242
- export declare interface ArcSettingsPatch {
243
- /** Resource tags. */
244
- tags?: {
245
- [propertyName: string]: string;
246
- };
247
- /** contains connectivity related configuration for ARC resources */
248
- connectivityProperties?: Record<string, unknown>;
452
+ /** Defines headers for GuestAgent_delete operation. */
453
+ export declare interface GuestAgentDeleteHeaders {
454
+ location?: string;
249
455
  }
250
456
 
251
457
  /** Optional parameters. */
252
- export declare interface ArcSettingsUpdateOptionalParams extends coreClient.OperationOptions {
458
+ export declare interface GuestAgentDeleteOptionalParams extends coreClient.OperationOptions {
459
+ /** Delay to wait until next poll, in milliseconds. */
460
+ updateIntervalInMs?: number;
461
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
462
+ resumeFrom?: string;
253
463
  }
254
464
 
255
- /** Contains response data for the update operation. */
256
- export declare type ArcSettingsUpdateResponse = ArcSetting;
257
-
258
- export declare class AzureStackHCIClient extends coreClient.ServiceClient {
259
- $host: string;
260
- subscriptionId: string;
261
- apiVersion: string;
262
- /**
263
- * Initializes a new instance of the AzureStackHCIClient class.
264
- * @param credentials Subscription credentials which uniquely identify client subscription.
265
- * @param subscriptionId The ID of the target subscription.
266
- * @param options The parameter options
267
- */
268
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureStackHCIClientOptionalParams);
269
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
270
- private addCustomApiVersionPolicy;
271
- arcSettings: ArcSettings;
272
- clusters: Clusters;
273
- extensions: Extensions;
274
- operations: Operations;
275
- }
465
+ /** Contains response data for the delete operation. */
466
+ export declare type GuestAgentDeleteResponse = GuestAgentDeleteHeaders;
276
467
 
277
468
  /** Optional parameters. */
278
- export declare interface AzureStackHCIClientOptionalParams extends coreClient.ServiceClientOptions {
279
- /** server parameter */
280
- $host?: string;
281
- /** Api Version */
282
- apiVersion?: string;
283
- /** Overrides client endpoint. */
284
- endpoint?: string;
469
+ export declare interface GuestAgentGetOptionalParams extends coreClient.OperationOptions {
285
470
  }
286
471
 
287
- /** Cluster details. */
288
- export declare interface Cluster extends TrackedResource {
472
+ /** Contains response data for the get operation. */
473
+ export declare type GuestAgentGetResponse = GuestAgent;
474
+
475
+ /** Defines the status of a guest agent installation. */
476
+ export declare interface GuestAgentInstallStatus {
289
477
  /**
290
- * Provisioning state.
478
+ * Specifies the VM's unique SMBIOS ID.
291
479
  * NOTE: This property will not be serialized. It can only be populated by the server.
292
480
  */
293
- readonly provisioningState?: ProvisioningState;
481
+ readonly vmUuid?: string;
294
482
  /**
295
- * Status of the cluster agent.
483
+ * The installation status of the hybrid machine agent installation.
296
484
  * NOTE: This property will not be serialized. It can only be populated by the server.
297
485
  */
298
- readonly status?: Status;
486
+ readonly status?: StatusTypes;
299
487
  /**
300
- * Unique, immutable resource id.
488
+ * The time of the last status change.
301
489
  * NOTE: This property will not be serialized. It can only be populated by the server.
302
490
  */
303
- readonly cloudId?: string;
304
- /** Endpoint configured for management from the Azure portal. */
305
- cloudManagementEndpoint?: string;
306
- /** App id of cluster AAD identity. */
307
- aadClientId?: string;
308
- /** Tenant id of cluster AAD identity. */
309
- aadTenantId?: string;
310
- /** Object id of cluster AAD identity. */
311
- aadApplicationObjectId?: string;
312
- /** Id of cluster identity service principal. */
313
- aadServicePrincipalObjectId?: string;
314
- /** Desired properties of the cluster. */
315
- desiredProperties?: ClusterDesiredProperties;
316
- /**
317
- * Properties reported by cluster agent.
491
+ readonly lastStatusChange?: Date;
492
+ /**
493
+ * The hybrid machine agent full version.
318
494
  * NOTE: This property will not be serialized. It can only be populated by the server.
319
495
  */
320
- readonly reportedProperties?: ClusterReportedProperties;
496
+ readonly agentVersion?: string;
321
497
  /**
322
- * Number of days remaining in the trial period.
498
+ * Details about the error state.
323
499
  * NOTE: This property will not be serialized. It can only be populated by the server.
324
500
  */
325
- readonly trialDaysRemaining?: number;
501
+ readonly errorDetails?: ErrorDetail[];
502
+ }
503
+
504
+ /** List of GuestAgent. */
505
+ export declare interface GuestAgentList {
506
+ /** Url to follow for getting next page of GuestAgent. */
507
+ nextLink?: string;
508
+ /** Array of GuestAgent */
509
+ value: GuestAgent[];
510
+ }
511
+
512
+ /** Interface representing a GuestAgentOperations. */
513
+ export declare interface GuestAgentOperations {
326
514
  /**
327
- * Type of billing applied to the resource.
328
- * NOTE: This property will not be serialized. It can only be populated by the server.
515
+ * Create Or Update GuestAgent.
516
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
517
+ * machine resource to be extended.
518
+ * @param options The options parameters.
329
519
  */
330
- readonly billingModel?: string;
520
+ beginCreate(resourceUri: string, options?: GuestAgentCreateOptionalParams): Promise<SimplePollerLike<OperationState<GuestAgentCreateResponse>, GuestAgentCreateResponse>>;
331
521
  /**
332
- * First cluster sync timestamp.
333
- * NOTE: This property will not be serialized. It can only be populated by the server.
522
+ * Create Or Update GuestAgent.
523
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
524
+ * machine resource to be extended.
525
+ * @param options The options parameters.
334
526
  */
335
- readonly registrationTimestamp?: Date;
527
+ beginCreateAndWait(resourceUri: string, options?: GuestAgentCreateOptionalParams): Promise<GuestAgentCreateResponse>;
336
528
  /**
337
- * Most recent cluster sync timestamp.
338
- * NOTE: This property will not be serialized. It can only be populated by the server.
529
+ * Implements GuestAgent GET method.
530
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
531
+ * machine resource to be extended.
532
+ * @param options The options parameters.
339
533
  */
340
- readonly lastSyncTimestamp?: Date;
534
+ get(resourceUri: string, options?: GuestAgentGetOptionalParams): Promise<GuestAgentGetResponse>;
341
535
  /**
342
- * Most recent billing meter timestamp.
343
- * NOTE: This property will not be serialized. It can only be populated by the server.
536
+ * Implements GuestAgent DELETE method.
537
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
538
+ * machine resource to be extended.
539
+ * @param options The options parameters.
344
540
  */
345
- readonly lastBillingTimestamp?: Date;
541
+ beginDelete(resourceUri: string, options?: GuestAgentDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GuestAgentDeleteResponse>, GuestAgentDeleteResponse>>;
346
542
  /**
347
- * Region specific DataPath Endpoint of the cluster.
348
- * NOTE: This property will not be serialized. It can only be populated by the server.
543
+ * Implements GuestAgent DELETE method.
544
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
545
+ * machine resource to be extended.
546
+ * @param options The options parameters.
349
547
  */
350
- readonly serviceEndpoint?: string;
351
- /** The identity that created the resource. */
352
- createdBy?: string;
353
- /** The type of identity that created the resource. */
354
- createdByType?: CreatedByType;
355
- /** The timestamp of resource creation (UTC). */
356
- createdAt?: Date;
357
- /** The identity that last modified the resource. */
358
- lastModifiedBy?: string;
359
- /** The type of identity that last modified the resource. */
360
- lastModifiedByType?: CreatedByType;
361
- /** The timestamp of resource last modification (UTC) */
362
- lastModifiedAt?: Date;
548
+ beginDeleteAndWait(resourceUri: string, options?: GuestAgentDeleteOptionalParams): Promise<GuestAgentDeleteResponse>;
549
+ }
550
+
551
+ /** Interface representing a GuestAgents. */
552
+ export declare interface GuestAgents {
553
+ /**
554
+ * Returns the list of GuestAgent of the given vm.
555
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
556
+ * machine resource to be extended.
557
+ * @param options The options parameters.
558
+ */
559
+ list(resourceUri: string, options?: GuestAgentsListOptionalParams): PagedAsyncIterableIterator<GuestAgent>;
363
560
  }
364
561
 
365
- /** Desired properties of the cluster. */
366
- export declare interface ClusterDesiredProperties {
367
- /** Desired state of Windows Server Subscription. */
368
- windowsServerSubscription?: WindowsServerSubscription;
369
- /** Desired level of diagnostic data emitted by the cluster. */
370
- diagnosticLevel?: DiagnosticLevel;
562
+ /** Optional parameters. */
563
+ export declare interface GuestAgentsListNextOptionalParams extends coreClient.OperationOptions {
371
564
  }
372
565
 
373
- /** Cluster Identity details. */
374
- export declare interface ClusterIdentityResponse {
375
- aadClientId?: string;
376
- aadTenantId?: string;
377
- aadServicePrincipalObjectId?: string;
378
- aadApplicationObjectId?: string;
566
+ /** Contains response data for the listNext operation. */
567
+ export declare type GuestAgentsListNextResponse = GuestAgentList;
568
+
569
+ /** Optional parameters. */
570
+ export declare interface GuestAgentsListOptionalParams extends coreClient.OperationOptions {
379
571
  }
380
572
 
381
- /** List of clusters. */
382
- export declare interface ClusterList {
383
- /** List of clusters. */
384
- value?: Cluster[];
573
+ /** Contains response data for the list operation. */
574
+ export declare type GuestAgentsListResponse = GuestAgentList;
575
+
576
+ /** Username / Password Credentials to connect to guest. */
577
+ export declare interface GuestCredential {
578
+ /** The username to connect with the guest. */
579
+ username?: string;
580
+ /** The password to connect with the guest. */
581
+ password?: string;
582
+ }
583
+
584
+ /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
585
+ export declare interface HardwareProfileUpdate {
586
+ vmSize?: VmSizeEnum;
587
+ /** number of processors for the virtual machine instance */
588
+ processors?: number;
589
+ /** RAM in MB for the virtual machine instance */
590
+ memoryMB?: number;
591
+ }
592
+
593
+ /** HTTP Proxy configuration for the VM. */
594
+ export declare interface HttpProxyConfiguration {
595
+ /** The HTTP proxy server endpoint to use. */
596
+ httpProxy?: string;
597
+ /** The HTTPS proxy server endpoint to use. */
598
+ httpsProxy?: string;
599
+ /** The endpoints that should not go through proxy. */
600
+ noProxy?: string[];
601
+ /** Alternative CA cert to use for connecting to proxy servers. */
602
+ trustedCa?: string;
603
+ }
604
+
605
+ /** Defines the HybridIdentityMetadata. */
606
+ export declare interface HybridIdentityMetadata extends ProxyResource {
607
+ /** The unique identifier for the resource. */
608
+ resourceUid?: string;
609
+ /** The Public Key. */
610
+ publicKey?: string;
611
+ /**
612
+ * Identity for the resource.
613
+ * NOTE: This property will not be serialized. It can only be populated by the server.
614
+ */
615
+ readonly identity?: Identity;
385
616
  /**
386
- * Link to the next set of results.
617
+ * The provisioning state.
387
618
  * NOTE: This property will not be serialized. It can only be populated by the server.
388
619
  */
389
- readonly nextLink?: string;
620
+ readonly provisioningState?: string;
390
621
  }
391
622
 
392
- /** Cluster node details. */
393
- export declare interface ClusterNode {
394
- /**
395
- * Name of the cluster node.
396
- * NOTE: This property will not be serialized. It can only be populated by the server.
397
- */
398
- readonly name?: string;
399
- /**
400
- * Id of the node in the cluster.
401
- * NOTE: This property will not be serialized. It can only be populated by the server.
402
- */
403
- readonly id?: number;
404
- /**
405
- * State of Windows Server Subscription.
406
- * NOTE: This property will not be serialized. It can only be populated by the server.
407
- */
408
- readonly windowsServerSubscription?: WindowsServerSubscription;
409
- /**
410
- * Manufacturer of the cluster node hardware.
411
- * NOTE: This property will not be serialized. It can only be populated by the server.
412
- */
413
- readonly manufacturer?: string;
414
- /**
415
- * Model name of the cluster node hardware.
416
- * NOTE: This property will not be serialized. It can only be populated by the server.
417
- */
418
- readonly model?: string;
419
- /**
420
- * Operating system running on the cluster node.
421
- * NOTE: This property will not be serialized. It can only be populated by the server.
422
- */
423
- readonly osName?: string;
623
+ /** Optional parameters. */
624
+ export declare interface HybridIdentityMetadataGetOptionalParams extends coreClient.OperationOptions {
625
+ }
626
+
627
+ /** Contains response data for the get operation. */
628
+ export declare type HybridIdentityMetadataGetResponse = HybridIdentityMetadata;
629
+
630
+ /** List of HybridIdentityMetadata. */
631
+ export declare interface HybridIdentityMetadataList {
632
+ /** Url to follow for getting next page of HybridIdentityMetadata. */
633
+ nextLink?: string;
634
+ /** Array of HybridIdentityMetadata */
635
+ value: HybridIdentityMetadata[];
636
+ }
637
+
638
+ /** Optional parameters. */
639
+ export declare interface HybridIdentityMetadataListNextOptionalParams extends coreClient.OperationOptions {
640
+ }
641
+
642
+ /** Contains response data for the listNext operation. */
643
+ export declare type HybridIdentityMetadataListNextResponse = HybridIdentityMetadataList;
644
+
645
+ /** Optional parameters. */
646
+ export declare interface HybridIdentityMetadataListOptionalParams extends coreClient.OperationOptions {
647
+ }
648
+
649
+ /** Contains response data for the list operation. */
650
+ export declare type HybridIdentityMetadataListResponse = HybridIdentityMetadataList;
651
+
652
+ /** Interface representing a HybridIdentityMetadataOperations. */
653
+ export declare interface HybridIdentityMetadataOperations {
424
654
  /**
425
- * Version of the operating system running on the cluster node.
426
- * NOTE: This property will not be serialized. It can only be populated by the server.
655
+ * Returns the list of HybridIdentityMetadata of the given vm.
656
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
657
+ * machine resource to be extended.
658
+ * @param options The options parameters.
427
659
  */
428
- readonly osVersion?: string;
660
+ list(resourceUri: string, options?: HybridIdentityMetadataListOptionalParams): PagedAsyncIterableIterator<HybridIdentityMetadata>;
429
661
  /**
430
- * Immutable id of the cluster node.
431
- * NOTE: This property will not be serialized. It can only be populated by the server.
662
+ * Implements HybridIdentityMetadata GET method.
663
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
664
+ * machine resource to be extended.
665
+ * @param options The options parameters.
432
666
  */
433
- readonly serialNumber?: string;
667
+ get(resourceUri: string, options?: HybridIdentityMetadataGetOptionalParams): Promise<HybridIdentityMetadataGetResponse>;
668
+ }
669
+
670
+ /**
671
+ * Defines values for HyperVGeneration. \
672
+ * {@link KnownHyperVGeneration} can be used interchangeably with HyperVGeneration,
673
+ * this enum contains the known values that the service supports.
674
+ * ### Known values supported by the service
675
+ * **V1** \
676
+ * **V2**
677
+ */
678
+ export declare type HyperVGeneration = string;
679
+
680
+ /** Identity for the resource. */
681
+ export declare interface Identity {
434
682
  /**
435
- * Number of physical cores on the cluster node.
683
+ * The principal ID of resource identity.
436
684
  * NOTE: This property will not be serialized. It can only be populated by the server.
437
685
  */
438
- readonly coreCount?: number;
686
+ readonly principalId?: string;
439
687
  /**
440
- * Total available memory on the cluster node (in GiB).
688
+ * The tenant ID of resource.
441
689
  * NOTE: This property will not be serialized. It can only be populated by the server.
442
690
  */
443
- readonly memoryInGiB?: number;
691
+ readonly tenantId?: string;
692
+ /** The identity type. */
693
+ type?: "SystemAssigned";
444
694
  }
445
695
 
446
- /** Cluster details to update. */
447
- export declare interface ClusterPatch {
448
- /** Resource tags. */
449
- tags?: {
450
- [propertyName: string]: string;
451
- };
452
- /** Endpoint configured for management from the Azure portal */
453
- cloudManagementEndpoint?: string;
454
- /** App id of cluster AAD identity. */
455
- aadClientId?: string;
456
- /** Tenant id of cluster AAD identity. */
457
- aadTenantId?: string;
458
- /** Desired properties of the cluster. */
459
- desiredProperties?: ClusterDesiredProperties;
696
+ /** Instance view status. */
697
+ export declare interface InstanceViewStatus {
698
+ /** The status code. */
699
+ code?: string;
700
+ /** The level code. */
701
+ level?: StatusLevelTypes;
702
+ /** The short localizable label for the status. */
703
+ displayStatus?: string;
704
+ /** The detailed status message, including for alerts and error messages. */
705
+ message?: string;
706
+ /** The time of the status. */
707
+ time?: Date;
708
+ }
709
+
710
+ export declare interface InterfaceDNSSettings {
711
+ /** List of DNS server IP Addresses for the interface */
712
+ dnsServers?: string[];
713
+ }
714
+
715
+ /**
716
+ * Defines values for IpAllocationMethodEnum. \
717
+ * {@link KnownIpAllocationMethodEnum} can be used interchangeably with IpAllocationMethodEnum,
718
+ * this enum contains the known values that the service supports.
719
+ * ### Known values supported by the service
720
+ * **Dynamic** \
721
+ * **Static**
722
+ */
723
+ export declare type IpAllocationMethodEnum = string;
724
+
725
+ /** InterfaceIPConfiguration iPConfiguration in a network interface. */
726
+ export declare interface IPConfiguration {
727
+ /** Name - The name of the resource that is unique within a resource group. This name can be used to access the resource. */
728
+ name?: string;
729
+ /** InterfaceIPConfigurationPropertiesFormat properties of IP configuration. */
730
+ properties?: IPConfigurationProperties;
460
731
  }
461
732
 
462
- /** Properties reported by cluster agent. */
463
- export declare interface ClusterReportedProperties {
733
+ /** InterfaceIPConfigurationPropertiesFormat properties of IP configuration. */
734
+ export declare interface IPConfigurationProperties {
464
735
  /**
465
- * Name of the on-prem cluster connected to this resource.
736
+ * Gateway for network interface
466
737
  * NOTE: This property will not be serialized. It can only be populated by the server.
467
738
  */
468
- readonly clusterName?: string;
739
+ readonly gateway?: string;
469
740
  /**
470
- * Unique id generated by the on-prem cluster.
741
+ * prefixLength for network interface
471
742
  * NOTE: This property will not be serialized. It can only be populated by the server.
472
743
  */
473
- readonly clusterId?: string;
744
+ readonly prefixLength?: string;
745
+ /** PrivateIPAddress - Private IP address of the IP configuration. */
746
+ privateIPAddress?: string;
747
+ /** Subnet - Name of Subnet bound to the IP configuration. */
748
+ subnet?: IPConfigurationPropertiesSubnet;
749
+ }
750
+
751
+ /** Subnet - Name of Subnet bound to the IP configuration. */
752
+ export declare interface IPConfigurationPropertiesSubnet {
753
+ /** ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
754
+ id?: string;
755
+ }
756
+
757
+ export declare interface IPPool {
758
+ /** Name of the IP-Pool */
759
+ name?: string;
760
+ /** Type of the IP Pool [vm, vippool] */
761
+ ipPoolType?: IPPoolTypeEnum;
762
+ /** Start of the IP address pool */
763
+ start?: string;
764
+ /** End of the IP address pool */
765
+ end?: string;
766
+ info?: IPPoolInfo;
767
+ }
768
+
769
+ export declare interface IPPoolInfo {
474
770
  /**
475
- * Version of the cluster software.
771
+ * Number of IP addresses allocated from the IP Pool
476
772
  * NOTE: This property will not be serialized. It can only be populated by the server.
477
773
  */
478
- readonly clusterVersion?: string;
774
+ readonly used?: string;
479
775
  /**
480
- * List of nodes reported by the cluster.
776
+ * Number of IP addresses available in the IP Pool
481
777
  * NOTE: This property will not be serialized. It can only be populated by the server.
482
778
  */
483
- readonly nodes?: ClusterNode[];
484
- /**
485
- * Last time the cluster reported the data.
779
+ readonly available?: string;
780
+ }
781
+
782
+ /** Defines values for IPPoolTypeEnum. */
783
+ export declare type IPPoolTypeEnum = "vm" | "vippool";
784
+
785
+ /** Known values of {@link ActionType} that the service accepts. */
786
+ export declare enum KnownActionType {
787
+ /** Internal */
788
+ Internal = "Internal"
789
+ }
790
+
791
+ /** Known values of {@link CloudInitDataSource} that the service accepts. */
792
+ export declare enum KnownCloudInitDataSource {
793
+ /** NoCloud */
794
+ NoCloud = "NoCloud",
795
+ /** Azure */
796
+ Azure = "Azure"
797
+ }
798
+
799
+ /** Known values of {@link CreatedByType} that the service accepts. */
800
+ export declare enum KnownCreatedByType {
801
+ /** User */
802
+ User = "User",
803
+ /** Application */
804
+ Application = "Application",
805
+ /** ManagedIdentity */
806
+ ManagedIdentity = "ManagedIdentity",
807
+ /** Key */
808
+ Key = "Key"
809
+ }
810
+
811
+ /** Known values of {@link DiskFileFormat} that the service accepts. */
812
+ export declare enum KnownDiskFileFormat {
813
+ /** Vhdx */
814
+ Vhdx = "vhdx",
815
+ /** Vhd */
816
+ Vhd = "vhd"
817
+ }
818
+
819
+ /** Known values of {@link ExtendedLocationTypes} that the service accepts. */
820
+ export declare enum KnownExtendedLocationTypes {
821
+ /** CustomLocation */
822
+ CustomLocation = "CustomLocation"
823
+ }
824
+
825
+ /** Known values of {@link HyperVGeneration} that the service accepts. */
826
+ export declare enum KnownHyperVGeneration {
827
+ /** V1 */
828
+ V1 = "V1",
829
+ /** V2 */
830
+ V2 = "V2"
831
+ }
832
+
833
+ /** Known values of {@link IpAllocationMethodEnum} that the service accepts. */
834
+ export declare enum KnownIpAllocationMethodEnum {
835
+ /** Dynamic */
836
+ Dynamic = "Dynamic",
837
+ /** Static */
838
+ Static = "Static"
839
+ }
840
+
841
+ /** Known values of {@link Origin} that the service accepts. */
842
+ export declare enum KnownOrigin {
843
+ /** User */
844
+ User = "user",
845
+ /** System */
846
+ System = "system",
847
+ /** UserSystem */
848
+ UserSystem = "user,system"
849
+ }
850
+
851
+ /** Known values of {@link PowerStateEnum} that the service accepts. */
852
+ export declare enum KnownPowerStateEnum {
853
+ /** Deallocated */
854
+ Deallocated = "Deallocated",
855
+ /** Deallocating */
856
+ Deallocating = "Deallocating",
857
+ /** Running */
858
+ Running = "Running",
859
+ /** Starting */
860
+ Starting = "Starting",
861
+ /** Stopped */
862
+ Stopped = "Stopped",
863
+ /** Stopping */
864
+ Stopping = "Stopping",
865
+ /** Unknown */
866
+ Unknown = "Unknown"
867
+ }
868
+
869
+ /** Known values of {@link ProvisioningAction} that the service accepts. */
870
+ export declare enum KnownProvisioningAction {
871
+ /** Install */
872
+ Install = "install",
873
+ /** Uninstall */
874
+ Uninstall = "uninstall",
875
+ /** Repair */
876
+ Repair = "repair"
877
+ }
878
+
879
+ /** Known values of {@link ProvisioningStateEnum} that the service accepts. */
880
+ export declare enum KnownProvisioningStateEnum {
881
+ /** Succeeded */
882
+ Succeeded = "Succeeded",
883
+ /** Failed */
884
+ Failed = "Failed",
885
+ /** InProgress */
886
+ InProgress = "InProgress",
887
+ /** Accepted */
888
+ Accepted = "Accepted",
889
+ /** Deleting */
890
+ Deleting = "Deleting",
891
+ /** Canceled */
892
+ Canceled = "Canceled"
893
+ }
894
+
895
+ /** Known values of {@link SecurityTypes} that the service accepts. */
896
+ export declare enum KnownSecurityTypes {
897
+ /** TrustedLaunch */
898
+ TrustedLaunch = "TrustedLaunch",
899
+ /** ConfidentialVM */
900
+ ConfidentialVM = "ConfidentialVM"
901
+ }
902
+
903
+ /** Known values of {@link Status} that the service accepts. */
904
+ export declare enum KnownStatus {
905
+ /** Succeeded */
906
+ Succeeded = "Succeeded",
907
+ /** Failed */
908
+ Failed = "Failed",
909
+ /** InProgress */
910
+ InProgress = "InProgress"
911
+ }
912
+
913
+ /** Known values of {@link StatusLevelTypes} that the service accepts. */
914
+ export declare enum KnownStatusLevelTypes {
915
+ /** Info */
916
+ Info = "Info",
917
+ /** Warning */
918
+ Warning = "Warning",
919
+ /** Error */
920
+ Error = "Error"
921
+ }
922
+
923
+ /** Known values of {@link StatusTypes} that the service accepts. */
924
+ export declare enum KnownStatusTypes {
925
+ /** Succeeded */
926
+ Succeeded = "Succeeded",
927
+ /** InProgress */
928
+ InProgress = "InProgress",
929
+ /** Failed */
930
+ Failed = "Failed"
931
+ }
932
+
933
+ /** Known values of {@link VmSizeEnum} that the service accepts. */
934
+ export declare enum KnownVmSizeEnum {
935
+ /** Default */
936
+ Default = "Default",
937
+ /** StandardA2V2 */
938
+ StandardA2V2 = "Standard_A2_v2",
939
+ /** StandardA4V2 */
940
+ StandardA4V2 = "Standard_A4_v2",
941
+ /** StandardD2SV3 */
942
+ StandardD2SV3 = "Standard_D2s_v3",
943
+ /** StandardD4SV3 */
944
+ StandardD4SV3 = "Standard_D4s_v3",
945
+ /** StandardD8SV3 */
946
+ StandardD8SV3 = "Standard_D8s_v3",
947
+ /** StandardD16SV3 */
948
+ StandardD16SV3 = "Standard_D16s_v3",
949
+ /** StandardD32SV3 */
950
+ StandardD32SV3 = "Standard_D32s_v3",
951
+ /** StandardDS2V2 */
952
+ StandardDS2V2 = "Standard_DS2_v2",
953
+ /** StandardDS3V2 */
954
+ StandardDS3V2 = "Standard_DS3_v2",
955
+ /** StandardDS4V2 */
956
+ StandardDS4V2 = "Standard_DS4_v2",
957
+ /** StandardDS5V2 */
958
+ StandardDS5V2 = "Standard_DS5_v2",
959
+ /** StandardDS13V2 */
960
+ StandardDS13V2 = "Standard_DS13_v2",
961
+ /** StandardK8SV1 */
962
+ StandardK8SV1 = "Standard_K8S_v1",
963
+ /** StandardK8S2V1 */
964
+ StandardK8S2V1 = "Standard_K8S2_v1",
965
+ /** StandardK8S3V1 */
966
+ StandardK8S3V1 = "Standard_K8S3_v1",
967
+ /** StandardK8S4V1 */
968
+ StandardK8S4V1 = "Standard_K8S4_v1",
969
+ /** StandardNK6 */
970
+ StandardNK6 = "Standard_NK6",
971
+ /** StandardNK12 */
972
+ StandardNK12 = "Standard_NK12",
973
+ /** StandardNV6 */
974
+ StandardNV6 = "Standard_NV6",
975
+ /** StandardNV12 */
976
+ StandardNV12 = "Standard_NV12",
977
+ /** StandardK8S5V1 */
978
+ StandardK8S5V1 = "Standard_K8S5_v1",
979
+ /** Custom */
980
+ Custom = "Custom"
981
+ }
982
+
983
+ /** DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options. */
984
+ export declare interface LogicalNetworkPropertiesDhcpOptions {
985
+ /** The list of DNS servers IP addresses. */
986
+ dnsServers?: string[];
987
+ }
988
+
989
+ /** The logical network resource definition. */
990
+ export declare interface LogicalNetworks extends TrackedResource {
991
+ /** The extendedLocation of the resource. */
992
+ extendedLocation?: ExtendedLocation;
993
+ /** DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options. */
994
+ dhcpOptions?: LogicalNetworkPropertiesDhcpOptions;
995
+ /** Subnet - list of subnets under the logical network */
996
+ subnets?: Subnet[];
997
+ /**
998
+ * Provisioning state of the logical network.
486
999
  * NOTE: This property will not be serialized. It can only be populated by the server.
487
1000
  */
488
- readonly lastUpdated?: Date;
1001
+ readonly provisioningState?: ProvisioningStateEnum;
1002
+ /** name of the network switch to be used for VMs */
1003
+ vmSwitchName?: string;
489
1004
  /**
490
- * IMDS attestation status of the cluster.
1005
+ * The observed state of logical networks
491
1006
  * NOTE: This property will not be serialized. It can only be populated by the server.
492
1007
  */
493
- readonly imdsAttestation?: ImdsAttestation;
494
- /** Level of diagnostic data emitted by the cluster. */
495
- diagnosticLevel?: DiagnosticLevel;
1008
+ readonly status?: LogicalNetworkStatus;
496
1009
  }
497
1010
 
498
- /** Interface representing a Clusters. */
499
- export declare interface Clusters {
500
- /**
501
- * List all HCI clusters in a subscription.
502
- * @param options The options parameters.
503
- */
504
- listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster>;
505
- /**
506
- * List all HCI clusters in a resource group.
507
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
508
- * @param options The options parameters.
509
- */
510
- listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
1011
+ /** Optional parameters. */
1012
+ export declare interface LogicalNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1013
+ /** Delay to wait until next poll, in milliseconds. */
1014
+ updateIntervalInMs?: number;
1015
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1016
+ resumeFrom?: string;
1017
+ }
1018
+
1019
+ /** Contains response data for the createOrUpdate operation. */
1020
+ export declare type LogicalNetworksCreateOrUpdateResponse = LogicalNetworks;
1021
+
1022
+ /** Defines headers for LogicalNetworks_delete operation. */
1023
+ export declare interface LogicalNetworksDeleteHeaders {
1024
+ location?: string;
1025
+ }
1026
+
1027
+ /** Optional parameters. */
1028
+ export declare interface LogicalNetworksDeleteOptionalParams extends coreClient.OperationOptions {
1029
+ /** Delay to wait until next poll, in milliseconds. */
1030
+ updateIntervalInMs?: number;
1031
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1032
+ resumeFrom?: string;
1033
+ }
1034
+
1035
+ /** Contains response data for the delete operation. */
1036
+ export declare type LogicalNetworksDeleteResponse = LogicalNetworksDeleteHeaders;
1037
+
1038
+ /** Optional parameters. */
1039
+ export declare interface LogicalNetworksGetOptionalParams extends coreClient.OperationOptions {
1040
+ }
1041
+
1042
+ /** Contains response data for the get operation. */
1043
+ export declare type LogicalNetworksGetResponse = LogicalNetworks;
1044
+
1045
+ /** Optional parameters. */
1046
+ export declare interface LogicalNetworksListAllNextOptionalParams extends coreClient.OperationOptions {
1047
+ }
1048
+
1049
+ /** Contains response data for the listAllNext operation. */
1050
+ export declare type LogicalNetworksListAllNextResponse = LogicalNetworksListResult;
1051
+
1052
+ /** Optional parameters. */
1053
+ export declare interface LogicalNetworksListAllOptionalParams extends coreClient.OperationOptions {
1054
+ }
1055
+
1056
+ /** Contains response data for the listAll operation. */
1057
+ export declare type LogicalNetworksListAllResponse = LogicalNetworksListResult;
1058
+
1059
+ /** Optional parameters. */
1060
+ export declare interface LogicalNetworksListNextOptionalParams extends coreClient.OperationOptions {
1061
+ }
1062
+
1063
+ /** Contains response data for the listNext operation. */
1064
+ export declare type LogicalNetworksListNextResponse = LogicalNetworksListResult;
1065
+
1066
+ /** Optional parameters. */
1067
+ export declare interface LogicalNetworksListOptionalParams extends coreClient.OperationOptions {
1068
+ }
1069
+
1070
+ /** Contains response data for the list operation. */
1071
+ export declare type LogicalNetworksListResponse = LogicalNetworksListResult;
1072
+
1073
+ export declare interface LogicalNetworksListResult {
1074
+ value?: LogicalNetworks[];
1075
+ nextLink?: string;
1076
+ }
1077
+
1078
+ /** Interface representing a LogicalNetworksOperations. */
1079
+ export declare interface LogicalNetworksOperations {
511
1080
  /**
512
- * Get HCI cluster.
1081
+ * Lists all of the logical networks in the specified resource group. Use the nextLink property in the
1082
+ * response to get the next page of logical networks.
513
1083
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
514
- * @param clusterName The name of the cluster.
515
1084
  * @param options The options parameters.
516
1085
  */
517
- get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
1086
+ list(resourceGroupName: string, options?: LogicalNetworksListOptionalParams): PagedAsyncIterableIterator<LogicalNetworks>;
518
1087
  /**
519
- * Create an HCI cluster.
520
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
521
- * @param clusterName The name of the cluster.
522
- * @param cluster Details of the HCI cluster.
1088
+ * Lists all of the logical networks in the specified subscription. Use the nextLink property in the
1089
+ * response to get the next page of logical networks.
523
1090
  * @param options The options parameters.
524
1091
  */
525
- create(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOptionalParams): Promise<ClustersCreateResponse>;
1092
+ listAll(options?: LogicalNetworksListAllOptionalParams): PagedAsyncIterableIterator<LogicalNetworks>;
526
1093
  /**
527
- * Update an HCI cluster.
528
1094
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
529
- * @param clusterName The name of the cluster.
530
- * @param cluster Details of the HCI cluster.
1095
+ * @param logicalNetworkName Name of the logical network
531
1096
  * @param options The options parameters.
532
1097
  */
533
- update(resourceGroupName: string, clusterName: string, cluster: ClusterPatch, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
1098
+ get(resourceGroupName: string, logicalNetworkName: string, options?: LogicalNetworksGetOptionalParams): Promise<LogicalNetworksGetResponse>;
534
1099
  /**
535
- * Delete an HCI cluster.
1100
+ * The operation to create or update a logical network. Please note some properties can be set only
1101
+ * during logical network creation.
536
1102
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
537
- * @param clusterName The name of the cluster.
1103
+ * @param logicalNetworkName Name of the logical network
1104
+ * @param logicalNetworks The logical network resource definition.
538
1105
  * @param options The options parameters.
539
1106
  */
540
- beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1107
+ beginCreateOrUpdate(resourceGroupName: string, logicalNetworkName: string, logicalNetworks: LogicalNetworks, options?: LogicalNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LogicalNetworksCreateOrUpdateResponse>, LogicalNetworksCreateOrUpdateResponse>>;
541
1108
  /**
542
- * Delete an HCI cluster.
1109
+ * The operation to create or update a logical network. Please note some properties can be set only
1110
+ * during logical network creation.
543
1111
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
544
- * @param clusterName The name of the cluster.
1112
+ * @param logicalNetworkName Name of the logical network
1113
+ * @param logicalNetworks The logical network resource definition.
545
1114
  * @param options The options parameters.
546
1115
  */
547
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
1116
+ beginCreateOrUpdateAndWait(resourceGroupName: string, logicalNetworkName: string, logicalNetworks: LogicalNetworks, options?: LogicalNetworksCreateOrUpdateOptionalParams): Promise<LogicalNetworksCreateOrUpdateResponse>;
548
1117
  /**
549
- * Upload certificate.
1118
+ * The operation to delete a logical network.
550
1119
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
551
- * @param clusterName The name of the cluster.
552
- * @param uploadCertificateRequest Upload certificate request.
1120
+ * @param logicalNetworkName Name of the logical network
553
1121
  * @param options The options parameters.
554
1122
  */
555
- beginUploadCertificate(resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1123
+ beginDelete(resourceGroupName: string, logicalNetworkName: string, options?: LogicalNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<LogicalNetworksDeleteResponse>, LogicalNetworksDeleteResponse>>;
556
1124
  /**
557
- * Upload certificate.
1125
+ * The operation to delete a logical network.
558
1126
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
559
- * @param clusterName The name of the cluster.
560
- * @param uploadCertificateRequest Upload certificate request.
1127
+ * @param logicalNetworkName Name of the logical network
561
1128
  * @param options The options parameters.
562
1129
  */
563
- beginUploadCertificateAndWait(resourceGroupName: string, clusterName: string, uploadCertificateRequest: UploadCertificateRequest, options?: ClustersUploadCertificateOptionalParams): Promise<void>;
1130
+ beginDeleteAndWait(resourceGroupName: string, logicalNetworkName: string, options?: LogicalNetworksDeleteOptionalParams): Promise<LogicalNetworksDeleteResponse>;
564
1131
  /**
565
- * Create cluster identity.
1132
+ * The operation to update a logical network.
566
1133
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
567
- * @param clusterName The name of the cluster.
1134
+ * @param logicalNetworkName Name of the logical network
1135
+ * @param logicalNetworks The logical network resource patch definition.
568
1136
  * @param options The options parameters.
569
1137
  */
570
- beginCreateIdentity(resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateIdentityResponse>, ClustersCreateIdentityResponse>>;
1138
+ beginUpdate(resourceGroupName: string, logicalNetworkName: string, logicalNetworks: LogicalNetworksUpdateRequest, options?: LogicalNetworksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LogicalNetworksUpdateResponse>, LogicalNetworksUpdateResponse>>;
571
1139
  /**
572
- * Create cluster identity.
1140
+ * The operation to update a logical network.
573
1141
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
574
- * @param clusterName The name of the cluster.
1142
+ * @param logicalNetworkName Name of the logical network
1143
+ * @param logicalNetworks The logical network resource patch definition.
575
1144
  * @param options The options parameters.
576
1145
  */
577
- beginCreateIdentityAndWait(resourceGroupName: string, clusterName: string, options?: ClustersCreateIdentityOptionalParams): Promise<ClustersCreateIdentityResponse>;
1146
+ beginUpdateAndWait(resourceGroupName: string, logicalNetworkName: string, logicalNetworks: LogicalNetworksUpdateRequest, options?: LogicalNetworksUpdateOptionalParams): Promise<LogicalNetworksUpdateResponse>;
1147
+ }
1148
+
1149
+ /** The observed state of logical networks */
1150
+ export declare interface LogicalNetworkStatus {
1151
+ /** LogicalNetwork provisioning error code */
1152
+ errorCode?: string;
1153
+ /** Descriptive error message */
1154
+ errorMessage?: string;
1155
+ provisioningStatus?: LogicalNetworkStatusProvisioningStatus;
1156
+ }
1157
+
1158
+ export declare interface LogicalNetworkStatusProvisioningStatus {
1159
+ /** The ID of the operation performed on the logical network */
1160
+ operationId?: string;
1161
+ /** The status of the operation performed on the logical network [Succeeded, Failed, InProgress] */
1162
+ status?: Status;
1163
+ }
1164
+
1165
+ /** Defines headers for LogicalNetworks_update operation. */
1166
+ export declare interface LogicalNetworksUpdateHeaders {
1167
+ location?: string;
578
1168
  }
579
1169
 
580
1170
  /** Optional parameters. */
581
- export declare interface ClustersCreateIdentityOptionalParams extends coreClient.OperationOptions {
1171
+ export declare interface LogicalNetworksUpdateOptionalParams extends coreClient.OperationOptions {
582
1172
  /** Delay to wait until next poll, in milliseconds. */
583
1173
  updateIntervalInMs?: number;
584
1174
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
585
1175
  resumeFrom?: string;
586
1176
  }
587
1177
 
588
- /** Contains response data for the createIdentity operation. */
589
- export declare type ClustersCreateIdentityResponse = ClusterIdentityResponse;
590
-
591
- /** Optional parameters. */
592
- export declare interface ClustersCreateOptionalParams extends coreClient.OperationOptions {
1178
+ /** The logical network resource patch definition. */
1179
+ export declare interface LogicalNetworksUpdateRequest {
1180
+ /** Resource tags */
1181
+ tags?: {
1182
+ [propertyName: string]: string;
1183
+ };
593
1184
  }
594
1185
 
595
- /** Contains response data for the create operation. */
596
- export declare type ClustersCreateResponse = Cluster;
1186
+ /** Contains response data for the update operation. */
1187
+ export declare type LogicalNetworksUpdateResponse = LogicalNetworks;
1188
+
1189
+ /** The marketplace gallery image resource definition. */
1190
+ export declare interface MarketplaceGalleryImages extends TrackedResource {
1191
+ /** The extendedLocation of the resource. */
1192
+ extendedLocation?: ExtendedLocation;
1193
+ /** Storage ContainerID of the storage container to be used for marketplace gallery image */
1194
+ containerId?: string;
1195
+ /** Operating system type that the gallery image uses [Windows, Linux] */
1196
+ osType?: OperatingSystemTypes;
1197
+ /** Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure] */
1198
+ cloudInitDataSource?: CloudInitDataSource;
1199
+ /** The hypervisor generation of the Virtual Machine [V1, V2] */
1200
+ hyperVGeneration?: HyperVGeneration;
1201
+ /** This is the gallery image definition identifier. */
1202
+ identifier?: GalleryImageIdentifier;
1203
+ /** Specifies information about the gallery image version that you want to create or update. */
1204
+ version?: GalleryImageVersion;
1205
+ /**
1206
+ * Provisioning state of the marketplace gallery image.
1207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1208
+ */
1209
+ readonly provisioningState?: ProvisioningStateEnum;
1210
+ /**
1211
+ * The observed state of marketplace gallery images
1212
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1213
+ */
1214
+ readonly status?: MarketplaceGalleryImageStatus;
1215
+ }
597
1216
 
598
1217
  /** Optional parameters. */
599
- export declare interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
1218
+ export declare interface MarketplaceGalleryImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
600
1219
  /** Delay to wait until next poll, in milliseconds. */
601
1220
  updateIntervalInMs?: number;
602
1221
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
603
1222
  resumeFrom?: string;
604
1223
  }
605
1224
 
606
- /** Optional parameters. */
607
- export declare interface ClustersGetOptionalParams extends coreClient.OperationOptions {
608
- }
1225
+ /** Contains response data for the createOrUpdate operation. */
1226
+ export declare type MarketplaceGalleryImagesCreateOrUpdateResponse = MarketplaceGalleryImages;
609
1227
 
610
- /** Contains response data for the get operation. */
611
- export declare type ClustersGetResponse = Cluster;
1228
+ /** Defines headers for MarketplaceGalleryImages_delete operation. */
1229
+ export declare interface MarketplaceGalleryImagesDeleteHeaders {
1230
+ location?: string;
1231
+ }
612
1232
 
613
1233
  /** Optional parameters. */
614
- export declare interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1234
+ export declare interface MarketplaceGalleryImagesDeleteOptionalParams extends coreClient.OperationOptions {
1235
+ /** Delay to wait until next poll, in milliseconds. */
1236
+ updateIntervalInMs?: number;
1237
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1238
+ resumeFrom?: string;
615
1239
  }
616
1240
 
617
- /** Contains response data for the listByResourceGroupNext operation. */
618
- export declare type ClustersListByResourceGroupNextResponse = ClusterList;
1241
+ /** Contains response data for the delete operation. */
1242
+ export declare type MarketplaceGalleryImagesDeleteResponse = MarketplaceGalleryImagesDeleteHeaders;
619
1243
 
620
1244
  /** Optional parameters. */
621
- export declare interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1245
+ export declare interface MarketplaceGalleryImagesGetOptionalParams extends coreClient.OperationOptions {
622
1246
  }
623
1247
 
624
- /** Contains response data for the listByResourceGroup operation. */
625
- export declare type ClustersListByResourceGroupResponse = ClusterList;
1248
+ /** Contains response data for the get operation. */
1249
+ export declare type MarketplaceGalleryImagesGetResponse = MarketplaceGalleryImages;
626
1250
 
627
1251
  /** Optional parameters. */
628
- export declare interface ClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1252
+ export declare interface MarketplaceGalleryImagesListAllNextOptionalParams extends coreClient.OperationOptions {
629
1253
  }
630
1254
 
631
- /** Contains response data for the listBySubscriptionNext operation. */
632
- export declare type ClustersListBySubscriptionNextResponse = ClusterList;
1255
+ /** Contains response data for the listAllNext operation. */
1256
+ export declare type MarketplaceGalleryImagesListAllNextResponse = MarketplaceGalleryImagesListResult;
633
1257
 
634
1258
  /** Optional parameters. */
635
- export declare interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1259
+ export declare interface MarketplaceGalleryImagesListAllOptionalParams extends coreClient.OperationOptions {
636
1260
  }
637
1261
 
638
- /** Contains response data for the listBySubscription operation. */
639
- export declare type ClustersListBySubscriptionResponse = ClusterList;
1262
+ /** Contains response data for the listAll operation. */
1263
+ export declare type MarketplaceGalleryImagesListAllResponse = MarketplaceGalleryImagesListResult;
640
1264
 
641
1265
  /** Optional parameters. */
642
- export declare interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
1266
+ export declare interface MarketplaceGalleryImagesListNextOptionalParams extends coreClient.OperationOptions {
643
1267
  }
644
1268
 
645
- /** Contains response data for the update operation. */
646
- export declare type ClustersUpdateResponse = Cluster;
1269
+ /** Contains response data for the listNext operation. */
1270
+ export declare type MarketplaceGalleryImagesListNextResponse = MarketplaceGalleryImagesListResult;
647
1271
 
648
1272
  /** Optional parameters. */
649
- export declare interface ClustersUploadCertificateOptionalParams extends coreClient.OperationOptions {
650
- /** Delay to wait until next poll, in milliseconds. */
651
- updateIntervalInMs?: number;
652
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
653
- resumeFrom?: string;
1273
+ export declare interface MarketplaceGalleryImagesListOptionalParams extends coreClient.OperationOptions {
654
1274
  }
655
1275
 
656
- /**
657
- * Defines values for CreatedByType. \
658
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
659
- * this enum contains the known values that the service supports.
660
- * ### Known values supported by the service
661
- * **User** \
662
- * **Application** \
663
- * **ManagedIdentity** \
664
- * **Key**
665
- */
666
- export declare type CreatedByType = string;
1276
+ /** Contains response data for the list operation. */
1277
+ export declare type MarketplaceGalleryImagesListResponse = MarketplaceGalleryImagesListResult;
667
1278
 
668
- /**
669
- * Defines values for DiagnosticLevel. \
670
- * {@link KnownDiagnosticLevel} can be used interchangeably with DiagnosticLevel,
671
- * this enum contains the known values that the service supports.
672
- * ### Known values supported by the service
673
- * **Off** \
674
- * **Basic** \
675
- * **Enhanced**
676
- */
677
- export declare type DiagnosticLevel = string;
1279
+ export declare interface MarketplaceGalleryImagesListResult {
1280
+ value?: MarketplaceGalleryImages[];
1281
+ nextLink?: string;
1282
+ }
678
1283
 
679
- /** The resource management error additional info. */
680
- export declare interface ErrorAdditionalInfo {
1284
+ /** Interface representing a MarketplaceGalleryImagesOperations. */
1285
+ export declare interface MarketplaceGalleryImagesOperations {
681
1286
  /**
682
- * The additional info type.
683
- * NOTE: This property will not be serialized. It can only be populated by the server.
1287
+ * Lists all of the marketplace gallery images in the specified resource group. Use the nextLink
1288
+ * property in the response to get the next page of marketplace gallery images.
1289
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1290
+ * @param options The options parameters.
684
1291
  */
685
- readonly type?: string;
1292
+ list(resourceGroupName: string, options?: MarketplaceGalleryImagesListOptionalParams): PagedAsyncIterableIterator<MarketplaceGalleryImages>;
686
1293
  /**
687
- * The additional info.
688
- * NOTE: This property will not be serialized. It can only be populated by the server.
1294
+ * Lists all of the marketplace gallery images in the specified subscription. Use the nextLink property
1295
+ * in the response to get the next page of marketplace gallery images.
1296
+ * @param options The options parameters.
689
1297
  */
690
- readonly info?: Record<string, unknown>;
691
- }
692
-
693
- /** The error detail. */
694
- export declare interface ErrorDetail {
1298
+ listAll(options?: MarketplaceGalleryImagesListAllOptionalParams): PagedAsyncIterableIterator<MarketplaceGalleryImages>;
695
1299
  /**
696
- * The error code.
697
- * NOTE: This property will not be serialized. It can only be populated by the server.
698
- */
699
- readonly code?: string;
700
- /**
701
- * The error message.
702
- * NOTE: This property will not be serialized. It can only be populated by the server.
703
- */
704
- readonly message?: string;
705
- /**
706
- * The error target.
707
- * NOTE: This property will not be serialized. It can only be populated by the server.
708
- */
709
- readonly target?: string;
710
- /**
711
- * The error details.
712
- * NOTE: This property will not be serialized. It can only be populated by the server.
713
- */
714
- readonly details?: ErrorDetail[];
715
- /**
716
- * The error additional info.
717
- * NOTE: This property will not be serialized. It can only be populated by the server.
718
- */
719
- readonly additionalInfo?: ErrorAdditionalInfo[];
720
- }
721
-
722
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
723
- export declare interface ErrorResponse {
724
- /** The error object. */
725
- error?: ErrorDetail;
726
- }
727
-
728
- /** Details of a particular extension in HCI Cluster. */
729
- export declare interface Extension extends ProxyResource {
730
- /**
731
- * Provisioning state of the Extension proxy resource.
732
- * NOTE: This property will not be serialized. It can only be populated by the server.
733
- */
734
- readonly provisioningState?: ProvisioningState;
735
- /**
736
- * Aggregate state of Arc Extensions across the nodes in this HCI cluster.
737
- * NOTE: This property will not be serialized. It can only be populated by the server.
738
- */
739
- readonly aggregateState?: ExtensionAggregateState;
740
- /**
741
- * State of Arc Extension in each of the nodes.
742
- * NOTE: This property will not be serialized. It can only be populated by the server.
743
- */
744
- readonly perNodeExtensionDetails?: PerNodeExtensionState[];
745
- /** How the extension handler should be forced to update even if the extension configuration has not changed. */
746
- forceUpdateTag?: string;
747
- /** The name of the extension handler publisher. */
748
- publisher?: string;
749
- /** Specifies the type of the extension; an example is "CustomScriptExtension". */
750
- typePropertiesExtensionParametersType?: string;
751
- /** Specifies the version of the script handler. */
752
- typeHandlerVersion?: string;
753
- /** 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. */
754
- autoUpgradeMinorVersion?: boolean;
755
- /** Json formatted public settings for the extension. */
756
- settings?: Record<string, unknown>;
757
- /** Protected settings (may contain secrets). */
758
- protectedSettings?: Record<string, unknown>;
759
- /** The identity that created the resource. */
760
- createdBy?: string;
761
- /** The type of identity that created the resource. */
762
- createdByType?: CreatedByType;
763
- /** The timestamp of resource creation (UTC). */
764
- createdAt?: Date;
765
- /** The identity that last modified the resource. */
766
- lastModifiedBy?: string;
767
- /** The type of identity that last modified the resource. */
768
- lastModifiedByType?: CreatedByType;
769
- /** The timestamp of resource last modification (UTC) */
770
- lastModifiedAt?: Date;
771
- }
772
-
773
- /**
774
- * Defines values for ExtensionAggregateState. \
775
- * {@link KnownExtensionAggregateState} can be used interchangeably with ExtensionAggregateState,
776
- * this enum contains the known values that the service supports.
777
- * ### Known values supported by the service
778
- * **NotSpecified** \
779
- * **Error** \
780
- * **Succeeded** \
781
- * **Canceled** \
782
- * **Failed** \
783
- * **Connected** \
784
- * **Disconnected** \
785
- * **Deleted** \
786
- * **Creating** \
787
- * **Updating** \
788
- * **Deleting** \
789
- * **Moving** \
790
- * **PartiallySucceeded** \
791
- * **PartiallyConnected** \
792
- * **InProgress**
793
- */
794
- export declare type ExtensionAggregateState = string;
795
-
796
- /** List of Extensions in HCI cluster. */
797
- export declare interface ExtensionList {
798
- /**
799
- * List of Extensions in HCI cluster.
800
- * NOTE: This property will not be serialized. It can only be populated by the server.
801
- */
802
- readonly value?: Extension[];
803
- /**
804
- * Link to the next set of results.
805
- * NOTE: This property will not be serialized. It can only be populated by the server.
806
- */
807
- readonly nextLink?: string;
808
- }
809
-
810
- /** Interface representing a Extensions. */
811
- export declare interface Extensions {
812
- /**
813
- * List all Extensions under ArcSetting resource.
1300
+ * Gets a marketplace gallery image
814
1301
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
815
- * @param clusterName The name of the cluster.
816
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
1302
+ * @param marketplaceGalleryImageName Name of the marketplace gallery image
817
1303
  * @param options The options parameters.
818
1304
  */
819
- listByArcSetting(resourceGroupName: string, clusterName: string, arcSettingName: string, options?: ExtensionsListByArcSettingOptionalParams): PagedAsyncIterableIterator<Extension>;
1305
+ get(resourceGroupName: string, marketplaceGalleryImageName: string, options?: MarketplaceGalleryImagesGetOptionalParams): Promise<MarketplaceGalleryImagesGetResponse>;
820
1306
  /**
821
- * Get particular Arc Extension of HCI Cluster.
1307
+ * The operation to create or update a marketplace gallery image. Please note some properties can be
1308
+ * set only during marketplace gallery image creation.
822
1309
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
823
- * @param clusterName The name of the cluster.
824
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
825
- * @param extensionName The name of the machine extension.
1310
+ * @param marketplaceGalleryImageName Name of the marketplace gallery image
1311
+ * @param marketplaceGalleryImages The marketplace gallery image resource definition.
826
1312
  * @param options The options parameters.
827
1313
  */
828
- get(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, options?: ExtensionsGetOptionalParams): Promise<ExtensionsGetResponse>;
1314
+ beginCreateOrUpdate(resourceGroupName: string, marketplaceGalleryImageName: string, marketplaceGalleryImages: MarketplaceGalleryImages, options?: MarketplaceGalleryImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MarketplaceGalleryImagesCreateOrUpdateResponse>, MarketplaceGalleryImagesCreateOrUpdateResponse>>;
829
1315
  /**
830
- * Create Extension for HCI cluster.
1316
+ * The operation to create or update a marketplace gallery image. Please note some properties can be
1317
+ * set only during marketplace gallery image creation.
831
1318
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
832
- * @param clusterName The name of the cluster.
833
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
834
- * @param extensionName The name of the machine extension.
835
- * @param extension Details of the Machine Extension to be created.
1319
+ * @param marketplaceGalleryImageName Name of the marketplace gallery image
1320
+ * @param marketplaceGalleryImages The marketplace gallery image resource definition.
836
1321
  * @param options The options parameters.
837
1322
  */
838
- beginCreate(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, extension: Extension, options?: ExtensionsCreateOptionalParams): Promise<PollerLike<PollOperationState<ExtensionsCreateResponse>, ExtensionsCreateResponse>>;
1323
+ beginCreateOrUpdateAndWait(resourceGroupName: string, marketplaceGalleryImageName: string, marketplaceGalleryImages: MarketplaceGalleryImages, options?: MarketplaceGalleryImagesCreateOrUpdateOptionalParams): Promise<MarketplaceGalleryImagesCreateOrUpdateResponse>;
839
1324
  /**
840
- * Create Extension for HCI cluster.
1325
+ * The operation to delete a marketplace gallery image.
841
1326
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
842
- * @param clusterName The name of the cluster.
843
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
844
- * @param extensionName The name of the machine extension.
845
- * @param extension Details of the Machine Extension to be created.
1327
+ * @param marketplaceGalleryImageName Name of the marketplace gallery image
846
1328
  * @param options The options parameters.
847
1329
  */
848
- beginCreateAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, extension: Extension, options?: ExtensionsCreateOptionalParams): Promise<ExtensionsCreateResponse>;
1330
+ beginDelete(resourceGroupName: string, marketplaceGalleryImageName: string, options?: MarketplaceGalleryImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MarketplaceGalleryImagesDeleteResponse>, MarketplaceGalleryImagesDeleteResponse>>;
849
1331
  /**
850
- * Update Extension for HCI cluster.
1332
+ * The operation to delete a marketplace gallery image.
851
1333
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
852
- * @param clusterName The name of the cluster.
853
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
854
- * @param extensionName The name of the machine extension.
855
- * @param extension Details of the Machine Extension to be created.
1334
+ * @param marketplaceGalleryImageName Name of the marketplace gallery image
856
1335
  * @param options The options parameters.
857
1336
  */
858
- beginUpdate(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, extension: Extension, options?: ExtensionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ExtensionsUpdateResponse>, ExtensionsUpdateResponse>>;
1337
+ beginDeleteAndWait(resourceGroupName: string, marketplaceGalleryImageName: string, options?: MarketplaceGalleryImagesDeleteOptionalParams): Promise<MarketplaceGalleryImagesDeleteResponse>;
859
1338
  /**
860
- * Update Extension for HCI cluster.
1339
+ * The operation to update a marketplace gallery image.
861
1340
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
862
- * @param clusterName The name of the cluster.
863
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
864
- * @param extensionName The name of the machine extension.
865
- * @param extension Details of the Machine Extension to be created.
1341
+ * @param marketplaceGalleryImageName Name of the marketplace gallery image
1342
+ * @param marketplaceGalleryImages The marketplace gallery image resource patch definition.
866
1343
  * @param options The options parameters.
867
1344
  */
868
- beginUpdateAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, extension: Extension, options?: ExtensionsUpdateOptionalParams): Promise<ExtensionsUpdateResponse>;
1345
+ beginUpdate(resourceGroupName: string, marketplaceGalleryImageName: string, marketplaceGalleryImages: MarketplaceGalleryImagesUpdateRequest, options?: MarketplaceGalleryImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MarketplaceGalleryImagesUpdateResponse>, MarketplaceGalleryImagesUpdateResponse>>;
869
1346
  /**
870
- * Delete particular Arc Extension of HCI Cluster.
1347
+ * The operation to update a marketplace gallery image.
871
1348
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
872
- * @param clusterName The name of the cluster.
873
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
874
- * @param extensionName The name of the machine extension.
1349
+ * @param marketplaceGalleryImageName Name of the marketplace gallery image
1350
+ * @param marketplaceGalleryImages The marketplace gallery image resource patch definition.
875
1351
  * @param options The options parameters.
876
1352
  */
877
- beginDelete(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, options?: ExtensionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1353
+ beginUpdateAndWait(resourceGroupName: string, marketplaceGalleryImageName: string, marketplaceGalleryImages: MarketplaceGalleryImagesUpdateRequest, options?: MarketplaceGalleryImagesUpdateOptionalParams): Promise<MarketplaceGalleryImagesUpdateResponse>;
1354
+ }
1355
+
1356
+ /** The observed state of marketplace gallery images */
1357
+ export declare interface MarketplaceGalleryImageStatus {
1358
+ /** MarketplaceGalleryImage provisioning error code */
1359
+ errorCode?: string;
1360
+ /** Descriptive error message */
1361
+ errorMessage?: string;
1362
+ provisioningStatus?: MarketplaceGalleryImageStatusProvisioningStatus;
1363
+ /** The download status of the gallery image */
1364
+ downloadStatus?: MarketplaceGalleryImageStatusDownloadStatus;
1365
+ /** The progress of the operation in percentage */
1366
+ progressPercentage?: number;
1367
+ }
1368
+
1369
+ /** The download status of the gallery image */
1370
+ export declare interface MarketplaceGalleryImageStatusDownloadStatus {
1371
+ /** The downloaded sized of the image in MB */
1372
+ downloadSizeInMB?: number;
1373
+ }
1374
+
1375
+ export declare interface MarketplaceGalleryImageStatusProvisioningStatus {
1376
+ /** The ID of the operation performed on the gallery image */
1377
+ operationId?: string;
1378
+ /** The status of the operation performed on the gallery image [Succeeded, Failed, InProgress] */
1379
+ status?: Status;
1380
+ }
1381
+
1382
+ /** Defines headers for MarketplaceGalleryImages_update operation. */
1383
+ export declare interface MarketplaceGalleryImagesUpdateHeaders {
1384
+ location?: string;
1385
+ }
1386
+
1387
+ /** Optional parameters. */
1388
+ export declare interface MarketplaceGalleryImagesUpdateOptionalParams extends coreClient.OperationOptions {
1389
+ /** Delay to wait until next poll, in milliseconds. */
1390
+ updateIntervalInMs?: number;
1391
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1392
+ resumeFrom?: string;
1393
+ }
1394
+
1395
+ /** The marketplace gallery image resource patch definition. */
1396
+ export declare interface MarketplaceGalleryImagesUpdateRequest {
1397
+ /** Resource tags */
1398
+ tags?: {
1399
+ [propertyName: string]: string;
1400
+ };
1401
+ }
1402
+
1403
+ /** Contains response data for the update operation. */
1404
+ export declare type MarketplaceGalleryImagesUpdateResponse = MarketplaceGalleryImages;
1405
+
1406
+ /** The network interface resource definition. */
1407
+ export declare interface NetworkInterfaces extends TrackedResource {
1408
+ /** The extendedLocation of the resource. */
1409
+ extendedLocation?: ExtendedLocation;
1410
+ /** IPConfigurations - A list of IPConfigurations of the network interface. */
1411
+ ipConfigurations?: IPConfiguration[];
1412
+ /** MacAddress - The MAC address of the network interface. */
1413
+ macAddress?: string;
1414
+ /** DNS Settings for the interface */
1415
+ dnsSettings?: InterfaceDNSSettings;
1416
+ /**
1417
+ * Provisioning state of the network interface.
1418
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1419
+ */
1420
+ readonly provisioningState?: ProvisioningStateEnum;
878
1421
  /**
879
- * Delete particular Arc Extension of HCI Cluster.
880
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
881
- * @param clusterName The name of the cluster.
882
- * @param arcSettingName The name of the proxy resource holding details of HCI ArcSetting information.
883
- * @param extensionName The name of the machine extension.
884
- * @param options The options parameters.
1422
+ * The observed state of network interfaces
1423
+ * NOTE: This property will not be serialized. It can only be populated by the server.
885
1424
  */
886
- beginDeleteAndWait(resourceGroupName: string, clusterName: string, arcSettingName: string, extensionName: string, options?: ExtensionsDeleteOptionalParams): Promise<void>;
1425
+ readonly status?: NetworkInterfaceStatus;
887
1426
  }
888
1427
 
889
1428
  /** Optional parameters. */
890
- export declare interface ExtensionsCreateOptionalParams extends coreClient.OperationOptions {
1429
+ export declare interface NetworkInterfacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
891
1430
  /** Delay to wait until next poll, in milliseconds. */
892
1431
  updateIntervalInMs?: number;
893
1432
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
894
1433
  resumeFrom?: string;
895
1434
  }
896
1435
 
897
- /** Contains response data for the create operation. */
898
- export declare type ExtensionsCreateResponse = Extension;
1436
+ /** Contains response data for the createOrUpdate operation. */
1437
+ export declare type NetworkInterfacesCreateOrUpdateResponse = NetworkInterfaces;
1438
+
1439
+ /** Defines headers for NetworkInterfaces_delete operation. */
1440
+ export declare interface NetworkInterfacesDeleteHeaders {
1441
+ location?: string;
1442
+ }
899
1443
 
900
1444
  /** Optional parameters. */
901
- export declare interface ExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
1445
+ export declare interface NetworkInterfacesDeleteOptionalParams extends coreClient.OperationOptions {
902
1446
  /** Delay to wait until next poll, in milliseconds. */
903
1447
  updateIntervalInMs?: number;
904
1448
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
905
1449
  resumeFrom?: string;
906
1450
  }
907
1451
 
1452
+ /** Contains response data for the delete operation. */
1453
+ export declare type NetworkInterfacesDeleteResponse = NetworkInterfacesDeleteHeaders;
1454
+
908
1455
  /** Optional parameters. */
909
- export declare interface ExtensionsGetOptionalParams extends coreClient.OperationOptions {
1456
+ export declare interface NetworkInterfacesGetOptionalParams extends coreClient.OperationOptions {
910
1457
  }
911
1458
 
912
1459
  /** Contains response data for the get operation. */
913
- export declare type ExtensionsGetResponse = Extension;
1460
+ export declare type NetworkInterfacesGetResponse = NetworkInterfaces;
914
1461
 
915
1462
  /** Optional parameters. */
916
- export declare interface ExtensionsListByArcSettingNextOptionalParams extends coreClient.OperationOptions {
1463
+ export declare interface NetworkInterfacesListAllNextOptionalParams extends coreClient.OperationOptions {
917
1464
  }
918
1465
 
919
- /** Contains response data for the listByArcSettingNext operation. */
920
- export declare type ExtensionsListByArcSettingNextResponse = ExtensionList;
1466
+ /** Contains response data for the listAllNext operation. */
1467
+ export declare type NetworkInterfacesListAllNextResponse = NetworkInterfacesListResult;
921
1468
 
922
1469
  /** Optional parameters. */
923
- export declare interface ExtensionsListByArcSettingOptionalParams extends coreClient.OperationOptions {
1470
+ export declare interface NetworkInterfacesListAllOptionalParams extends coreClient.OperationOptions {
924
1471
  }
925
1472
 
926
- /** Contains response data for the listByArcSetting operation. */
927
- export declare type ExtensionsListByArcSettingResponse = ExtensionList;
1473
+ /** Contains response data for the listAll operation. */
1474
+ export declare type NetworkInterfacesListAllResponse = NetworkInterfacesListResult;
928
1475
 
929
1476
  /** Optional parameters. */
930
- export declare interface ExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
931
- /** Delay to wait until next poll, in milliseconds. */
932
- updateIntervalInMs?: number;
933
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
934
- resumeFrom?: string;
1477
+ export declare interface NetworkInterfacesListNextOptionalParams extends coreClient.OperationOptions {
935
1478
  }
936
1479
 
937
- /** Contains response data for the update operation. */
938
- export declare type ExtensionsUpdateResponse = Extension;
939
-
940
- /**
941
- * Given a result page from a pageable operation, returns a
942
- * continuation token that can be used to begin paging from
943
- * that point later.
944
- * @param page A result object from calling .byPage() on a paged operation.
945
- * @returns The continuation token that can be passed into byPage().
946
- */
947
- export declare function getContinuationToken(page: unknown): string | undefined;
948
-
949
- /**
950
- * Defines values for ImdsAttestation. \
951
- * {@link KnownImdsAttestation} can be used interchangeably with ImdsAttestation,
952
- * this enum contains the known values that the service supports.
953
- * ### Known values supported by the service
954
- * **Disabled** \
955
- * **Enabled**
956
- */
957
- export declare type ImdsAttestation = string;
1480
+ /** Contains response data for the listNext operation. */
1481
+ export declare type NetworkInterfacesListNextResponse = NetworkInterfacesListResult;
958
1482
 
959
- /** Known values of {@link ActionType} that the service accepts. */
960
- export declare enum KnownActionType {
961
- /** Internal */
962
- Internal = "Internal"
1483
+ /** Optional parameters. */
1484
+ export declare interface NetworkInterfacesListOptionalParams extends coreClient.OperationOptions {
963
1485
  }
964
1486
 
965
- /** Known values of {@link ArcSettingAggregateState} that the service accepts. */
966
- export declare enum KnownArcSettingAggregateState {
967
- /** NotSpecified */
968
- NotSpecified = "NotSpecified",
969
- /** Error */
970
- Error = "Error",
971
- /** Succeeded */
972
- Succeeded = "Succeeded",
973
- /** Canceled */
974
- Canceled = "Canceled",
975
- /** Failed */
976
- Failed = "Failed",
977
- /** Connected */
978
- Connected = "Connected",
979
- /** Disconnected */
980
- Disconnected = "Disconnected",
981
- /** Deleted */
982
- Deleted = "Deleted",
983
- /** Creating */
984
- Creating = "Creating",
985
- /** Updating */
986
- Updating = "Updating",
987
- /** Deleting */
988
- Deleting = "Deleting",
989
- /** Moving */
990
- Moving = "Moving",
991
- /** PartiallySucceeded */
992
- PartiallySucceeded = "PartiallySucceeded",
993
- /** PartiallyConnected */
994
- PartiallyConnected = "PartiallyConnected",
995
- /** InProgress */
996
- InProgress = "InProgress"
997
- }
1487
+ /** Contains response data for the list operation. */
1488
+ export declare type NetworkInterfacesListResponse = NetworkInterfacesListResult;
998
1489
 
999
- /** Known values of {@link CreatedByType} that the service accepts. */
1000
- export declare enum KnownCreatedByType {
1001
- /** User */
1002
- User = "User",
1003
- /** Application */
1004
- Application = "Application",
1005
- /** ManagedIdentity */
1006
- ManagedIdentity = "ManagedIdentity",
1007
- /** Key */
1008
- Key = "Key"
1490
+ export declare interface NetworkInterfacesListResult {
1491
+ value?: NetworkInterfaces[];
1492
+ nextLink?: string;
1009
1493
  }
1010
1494
 
1011
- /** Known values of {@link DiagnosticLevel} that the service accepts. */
1012
- export declare enum KnownDiagnosticLevel {
1013
- /** Off */
1014
- Off = "Off",
1015
- /** Basic */
1016
- Basic = "Basic",
1017
- /** Enhanced */
1018
- Enhanced = "Enhanced"
1495
+ /** Interface representing a NetworkInterfacesOperations. */
1496
+ export declare interface NetworkInterfacesOperations {
1497
+ /**
1498
+ * Lists all of the network interfaces in the specified resource group. Use the nextLink property in
1499
+ * the response to get the next page of network interfaces.
1500
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1501
+ * @param options The options parameters.
1502
+ */
1503
+ list(resourceGroupName: string, options?: NetworkInterfacesListOptionalParams): PagedAsyncIterableIterator<NetworkInterfaces>;
1504
+ /**
1505
+ * Lists all of the network interfaces in the specified subscription. Use the nextLink property in the
1506
+ * response to get the next page of network interfaces.
1507
+ * @param options The options parameters.
1508
+ */
1509
+ listAll(options?: NetworkInterfacesListAllOptionalParams): PagedAsyncIterableIterator<NetworkInterfaces>;
1510
+ /**
1511
+ * Gets a network interface
1512
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1513
+ * @param networkInterfaceName Name of the network interface
1514
+ * @param options The options parameters.
1515
+ */
1516
+ get(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesGetOptionalParams): Promise<NetworkInterfacesGetResponse>;
1517
+ /**
1518
+ * The operation to create or update a network interface. Please note some properties can be set only
1519
+ * during network interface creation.
1520
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1521
+ * @param networkInterfaceName Name of the network interface
1522
+ * @param networkInterfaces The network interface resource definition.
1523
+ * @param options The options parameters.
1524
+ */
1525
+ beginCreateOrUpdate(resourceGroupName: string, networkInterfaceName: string, networkInterfaces: NetworkInterfaces, options?: NetworkInterfacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterfacesCreateOrUpdateResponse>, NetworkInterfacesCreateOrUpdateResponse>>;
1526
+ /**
1527
+ * The operation to create or update a network interface. Please note some properties can be set only
1528
+ * during network interface creation.
1529
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1530
+ * @param networkInterfaceName Name of the network interface
1531
+ * @param networkInterfaces The network interface resource definition.
1532
+ * @param options The options parameters.
1533
+ */
1534
+ beginCreateOrUpdateAndWait(resourceGroupName: string, networkInterfaceName: string, networkInterfaces: NetworkInterfaces, options?: NetworkInterfacesCreateOrUpdateOptionalParams): Promise<NetworkInterfacesCreateOrUpdateResponse>;
1535
+ /**
1536
+ * The operation to delete a network interface.
1537
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1538
+ * @param networkInterfaceName Name of the network interface
1539
+ * @param options The options parameters.
1540
+ */
1541
+ beginDelete(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterfacesDeleteResponse>, NetworkInterfacesDeleteResponse>>;
1542
+ /**
1543
+ * The operation to delete a network interface.
1544
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1545
+ * @param networkInterfaceName Name of the network interface
1546
+ * @param options The options parameters.
1547
+ */
1548
+ beginDeleteAndWait(resourceGroupName: string, networkInterfaceName: string, options?: NetworkInterfacesDeleteOptionalParams): Promise<NetworkInterfacesDeleteResponse>;
1549
+ /**
1550
+ * The operation to update a network interface.
1551
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1552
+ * @param networkInterfaceName Name of the network interface
1553
+ * @param networkInterfaces The network interface resource patch definition.
1554
+ * @param options The options parameters.
1555
+ */
1556
+ beginUpdate(resourceGroupName: string, networkInterfaceName: string, networkInterfaces: NetworkInterfacesUpdateRequest, options?: NetworkInterfacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkInterfacesUpdateResponse>, NetworkInterfacesUpdateResponse>>;
1557
+ /**
1558
+ * The operation to update a network interface.
1559
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1560
+ * @param networkInterfaceName Name of the network interface
1561
+ * @param networkInterfaces The network interface resource patch definition.
1562
+ * @param options The options parameters.
1563
+ */
1564
+ beginUpdateAndWait(resourceGroupName: string, networkInterfaceName: string, networkInterfaces: NetworkInterfacesUpdateRequest, options?: NetworkInterfacesUpdateOptionalParams): Promise<NetworkInterfacesUpdateResponse>;
1019
1565
  }
1020
1566
 
1021
- /** Known values of {@link ExtensionAggregateState} that the service accepts. */
1022
- export declare enum KnownExtensionAggregateState {
1023
- /** NotSpecified */
1024
- NotSpecified = "NotSpecified",
1025
- /** Error */
1026
- Error = "Error",
1027
- /** Succeeded */
1028
- Succeeded = "Succeeded",
1029
- /** Canceled */
1030
- Canceled = "Canceled",
1031
- /** Failed */
1032
- Failed = "Failed",
1033
- /** Connected */
1034
- Connected = "Connected",
1035
- /** Disconnected */
1036
- Disconnected = "Disconnected",
1037
- /** Deleted */
1038
- Deleted = "Deleted",
1039
- /** Creating */
1040
- Creating = "Creating",
1041
- /** Updating */
1042
- Updating = "Updating",
1043
- /** Deleting */
1044
- Deleting = "Deleting",
1045
- /** Moving */
1046
- Moving = "Moving",
1047
- /** PartiallySucceeded */
1048
- PartiallySucceeded = "PartiallySucceeded",
1049
- /** PartiallyConnected */
1050
- PartiallyConnected = "PartiallyConnected",
1051
- /** InProgress */
1052
- InProgress = "InProgress"
1567
+ /** The observed state of network interfaces */
1568
+ export declare interface NetworkInterfaceStatus {
1569
+ /** NetworkInterface provisioning error code */
1570
+ errorCode?: string;
1571
+ /** Descriptive error message */
1572
+ errorMessage?: string;
1573
+ provisioningStatus?: NetworkInterfaceStatusProvisioningStatus;
1053
1574
  }
1054
1575
 
1055
- /** Known values of {@link ImdsAttestation} that the service accepts. */
1056
- export declare enum KnownImdsAttestation {
1057
- /** Disabled */
1058
- Disabled = "Disabled",
1059
- /** Enabled */
1060
- Enabled = "Enabled"
1576
+ export declare interface NetworkInterfaceStatusProvisioningStatus {
1577
+ /** The ID of the operation performed on the network interface */
1578
+ operationId?: string;
1579
+ /** The status of the operation performed on the network interface [Succeeded, Failed, InProgress] */
1580
+ status?: Status;
1061
1581
  }
1062
1582
 
1063
- /** Known values of {@link NodeArcState} that the service accepts. */
1064
- export declare enum KnownNodeArcState {
1065
- /** NotSpecified */
1066
- NotSpecified = "NotSpecified",
1067
- /** Error */
1068
- Error = "Error",
1069
- /** Succeeded */
1070
- Succeeded = "Succeeded",
1071
- /** Canceled */
1072
- Canceled = "Canceled",
1073
- /** Failed */
1074
- Failed = "Failed",
1075
- /** Connected */
1076
- Connected = "Connected",
1077
- /** Disconnected */
1078
- Disconnected = "Disconnected",
1079
- /** Deleted */
1080
- Deleted = "Deleted",
1081
- /** Creating */
1082
- Creating = "Creating",
1083
- /** Updating */
1084
- Updating = "Updating",
1085
- /** Deleting */
1086
- Deleting = "Deleting",
1087
- /** Moving */
1088
- Moving = "Moving"
1583
+ /** Defines headers for NetworkInterfaces_update operation. */
1584
+ export declare interface NetworkInterfacesUpdateHeaders {
1585
+ location?: string;
1089
1586
  }
1090
1587
 
1091
- /** Known values of {@link NodeExtensionState} that the service accepts. */
1092
- export declare enum KnownNodeExtensionState {
1093
- /** NotSpecified */
1094
- NotSpecified = "NotSpecified",
1095
- /** Error */
1096
- Error = "Error",
1097
- /** Succeeded */
1098
- Succeeded = "Succeeded",
1099
- /** Canceled */
1100
- Canceled = "Canceled",
1101
- /** Failed */
1102
- Failed = "Failed",
1103
- /** Connected */
1104
- Connected = "Connected",
1105
- /** Disconnected */
1106
- Disconnected = "Disconnected",
1107
- /** Deleted */
1108
- Deleted = "Deleted",
1109
- /** Creating */
1110
- Creating = "Creating",
1111
- /** Updating */
1112
- Updating = "Updating",
1113
- /** Deleting */
1114
- Deleting = "Deleting",
1115
- /** Moving */
1116
- Moving = "Moving"
1588
+ /** Optional parameters. */
1589
+ export declare interface NetworkInterfacesUpdateOptionalParams extends coreClient.OperationOptions {
1590
+ /** Delay to wait until next poll, in milliseconds. */
1591
+ updateIntervalInMs?: number;
1592
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1593
+ resumeFrom?: string;
1117
1594
  }
1118
1595
 
1119
- /** Known values of {@link Origin} that the service accepts. */
1120
- export declare enum KnownOrigin {
1121
- /** User */
1122
- User = "user",
1123
- /** System */
1124
- System = "system",
1125
- /** UserSystem */
1126
- UserSystem = "user,system"
1596
+ /** The network interface resource patch definition. */
1597
+ export declare interface NetworkInterfacesUpdateRequest {
1598
+ /** Resource tags */
1599
+ tags?: {
1600
+ [propertyName: string]: string;
1601
+ };
1127
1602
  }
1128
1603
 
1129
- /** Known values of {@link ProvisioningState} that the service accepts. */
1130
- export declare enum KnownProvisioningState {
1131
- /** Succeeded */
1132
- Succeeded = "Succeeded",
1133
- /** Failed */
1134
- Failed = "Failed",
1135
- /** Canceled */
1136
- Canceled = "Canceled",
1137
- /** Accepted */
1138
- Accepted = "Accepted",
1139
- /** Provisioning */
1140
- Provisioning = "Provisioning"
1141
- }
1604
+ /** Contains response data for the update operation. */
1605
+ export declare type NetworkInterfacesUpdateResponse = NetworkInterfaces;
1142
1606
 
1143
- /** Known values of {@link Status} that the service accepts. */
1144
- export declare enum KnownStatus {
1145
- /** NotYetRegistered */
1146
- NotYetRegistered = "NotYetRegistered",
1147
- /** ConnectedRecently */
1148
- ConnectedRecently = "ConnectedRecently",
1149
- /** NotConnectedRecently */
1150
- NotConnectedRecently = "NotConnectedRecently",
1151
- /** Disconnected */
1152
- Disconnected = "Disconnected",
1153
- /** Error */
1154
- Error = "Error"
1607
+ /** NetworkProfile - describes the network update configuration the virtual machine instance */
1608
+ export declare interface NetworkProfileUpdate {
1609
+ /** NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance */
1610
+ networkInterfaces?: NetworkProfileUpdateNetworkInterfacesItem[];
1155
1611
  }
1156
1612
 
1157
- /** Known values of {@link WindowsServerSubscription} that the service accepts. */
1158
- export declare enum KnownWindowsServerSubscription {
1159
- /** Disabled */
1160
- Disabled = "Disabled",
1161
- /** Enabled */
1162
- Enabled = "Enabled"
1613
+ export declare interface NetworkProfileUpdateNetworkInterfacesItem {
1614
+ /** ID - Resource ID of the network interface */
1615
+ id?: string;
1163
1616
  }
1164
1617
 
1165
- /**
1166
- * Defines values for NodeArcState. \
1167
- * {@link KnownNodeArcState} can be used interchangeably with NodeArcState,
1168
- * this enum contains the known values that the service supports.
1169
- * ### Known values supported by the service
1170
- * **NotSpecified** \
1171
- * **Error** \
1172
- * **Succeeded** \
1173
- * **Canceled** \
1174
- * **Failed** \
1175
- * **Connected** \
1176
- * **Disconnected** \
1177
- * **Deleted** \
1178
- * **Creating** \
1179
- * **Updating** \
1180
- * **Deleting** \
1181
- * **Moving**
1182
- */
1183
- export declare type NodeArcState = string;
1184
-
1185
- /**
1186
- * Defines values for NodeExtensionState. \
1187
- * {@link KnownNodeExtensionState} can be used interchangeably with NodeExtensionState,
1188
- * this enum contains the known values that the service supports.
1189
- * ### Known values supported by the service
1190
- * **NotSpecified** \
1191
- * **Error** \
1192
- * **Succeeded** \
1193
- * **Canceled** \
1194
- * **Failed** \
1195
- * **Connected** \
1196
- * **Disconnected** \
1197
- * **Deleted** \
1198
- * **Creating** \
1199
- * **Updating** \
1200
- * **Deleting** \
1201
- * **Moving**
1202
- */
1203
- export declare type NodeExtensionState = string;
1618
+ /** Defines values for OperatingSystemTypes. */
1619
+ export declare type OperatingSystemTypes = "Windows" | "Linux";
1204
1620
 
1205
1621
  /** Details of a REST API operation, returned from the Resource Provider Operations API */
1206
1622
  export declare interface Operation {
@@ -1269,12 +1685,19 @@ export declare interface OperationListResult {
1269
1685
  /** Interface representing a Operations. */
1270
1686
  export declare interface Operations {
1271
1687
  /**
1272
- * List all available Microsoft.AzureStackHCI provider operations
1688
+ * List all the supported operations.
1273
1689
  * @param options The options parameters.
1274
1690
  */
1275
- list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
1691
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
1276
1692
  }
1277
1693
 
1694
+ /** Optional parameters. */
1695
+ export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1696
+ }
1697
+
1698
+ /** Contains response data for the listNext operation. */
1699
+ export declare type OperationsListNextResponse = OperationListResult;
1700
+
1278
1701
  /** Optional parameters. */
1279
1702
  export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
1280
1703
  }
@@ -1293,72 +1716,72 @@ export declare type OperationsListResponse = OperationListResult;
1293
1716
  */
1294
1717
  export declare type Origin = string;
1295
1718
 
1296
- export declare interface PasswordCredential {
1297
- secretText?: string;
1298
- keyId?: string;
1299
- startDateTime?: Date;
1300
- endDateTime?: Date;
1719
+ /** OsProfile - describes the update configuration of the operating system */
1720
+ export declare interface OsProfileUpdate {
1721
+ /** ComputerName - name of the computer */
1722
+ computerName?: string;
1723
+ linuxConfiguration?: OsProfileUpdateLinuxConfiguration;
1724
+ windowsConfiguration?: OsProfileUpdateWindowsConfiguration;
1301
1725
  }
1302
1726
 
1303
- /** Status of Arc Extension for a particular node in HCI Cluster. */
1304
- export declare interface PerNodeExtensionState {
1305
- /**
1306
- * Name of the node in HCI Cluster.
1307
- * NOTE: This property will not be serialized. It can only be populated by the server.
1308
- */
1309
- readonly name?: string;
1310
- /**
1311
- * Fully qualified resource ID for the particular Arc Extension on this node.
1312
- * NOTE: This property will not be serialized. It can only be populated by the server.
1313
- */
1314
- readonly extension?: string;
1315
- /**
1316
- * State of Arc Extension in this node.
1317
- * NOTE: This property will not be serialized. It can only be populated by the server.
1318
- */
1319
- readonly state?: NodeExtensionState;
1727
+ export declare interface OsProfileUpdateLinuxConfiguration {
1728
+ /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
1729
+ provisionVMAgent?: boolean;
1730
+ /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
1731
+ provisionVMConfigAgent?: boolean;
1320
1732
  }
1321
1733
 
1322
- /** Status of Arc agent for a particular node in HCI Cluster. */
1323
- export declare interface PerNodeState {
1324
- /**
1325
- * Name of the Node in HCI Cluster
1326
- * NOTE: This property will not be serialized. It can only be populated by the server.
1327
- */
1328
- readonly name?: string;
1329
- /**
1330
- * Fully qualified resource ID for the Arc agent of this node.
1331
- * NOTE: This property will not be serialized. It can only be populated by the server.
1332
- */
1333
- readonly arcInstance?: string;
1334
- /**
1335
- * State of Arc agent in this node.
1336
- * NOTE: This property will not be serialized. It can only be populated by the server.
1337
- */
1338
- readonly state?: NodeArcState;
1734
+ export declare interface OsProfileUpdateWindowsConfiguration {
1735
+ /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
1736
+ provisionVMAgent?: boolean;
1737
+ /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
1738
+ provisionVMConfigAgent?: boolean;
1339
1739
  }
1340
1740
 
1341
1741
  /**
1342
- * Defines values for ProvisioningState. \
1343
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1742
+ * Defines values for PowerStateEnum. \
1743
+ * {@link KnownPowerStateEnum} can be used interchangeably with PowerStateEnum,
1744
+ * this enum contains the known values that the service supports.
1745
+ * ### Known values supported by the service
1746
+ * **Deallocated** \
1747
+ * **Deallocating** \
1748
+ * **Running** \
1749
+ * **Starting** \
1750
+ * **Stopped** \
1751
+ * **Stopping** \
1752
+ * **Unknown**
1753
+ */
1754
+ export declare type PowerStateEnum = string;
1755
+
1756
+ /**
1757
+ * Defines values for ProvisioningAction. \
1758
+ * {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,
1759
+ * this enum contains the known values that the service supports.
1760
+ * ### Known values supported by the service
1761
+ * **install** \
1762
+ * **uninstall** \
1763
+ * **repair**
1764
+ */
1765
+ export declare type ProvisioningAction = string;
1766
+
1767
+ /**
1768
+ * Defines values for ProvisioningStateEnum. \
1769
+ * {@link KnownProvisioningStateEnum} can be used interchangeably with ProvisioningStateEnum,
1344
1770
  * this enum contains the known values that the service supports.
1345
1771
  * ### Known values supported by the service
1346
1772
  * **Succeeded** \
1347
1773
  * **Failed** \
1348
- * **Canceled** \
1774
+ * **InProgress** \
1349
1775
  * **Accepted** \
1350
- * **Provisioning**
1776
+ * **Deleting** \
1777
+ * **Canceled**
1351
1778
  */
1352
- export declare type ProvisioningState = string;
1779
+ export declare type ProvisioningStateEnum = string;
1353
1780
 
1354
1781
  /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1355
1782
  export declare interface ProxyResource extends Resource {
1356
1783
  }
1357
1784
 
1358
- export declare interface RawCertificateData {
1359
- certificates?: string[];
1360
- }
1361
-
1362
1785
  /** Common fields that are returned in the response for all Azure Resource Manager resources */
1363
1786
  export declare interface Resource {
1364
1787
  /**
@@ -1376,6 +1799,66 @@ export declare interface Resource {
1376
1799
  * NOTE: This property will not be serialized. It can only be populated by the server.
1377
1800
  */
1378
1801
  readonly type?: string;
1802
+ /**
1803
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
1804
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1805
+ */
1806
+ readonly systemData?: SystemData;
1807
+ }
1808
+
1809
+ /** Route - Route resource. */
1810
+ export declare interface Route {
1811
+ /** Name - name of the subnet */
1812
+ name?: string;
1813
+ /** The destination CIDR to which the route applies. */
1814
+ addressPrefix?: string;
1815
+ /** The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. */
1816
+ nextHopIpAddress?: string;
1817
+ }
1818
+
1819
+ /** Route table resource. */
1820
+ export declare interface RouteTable {
1821
+ /**
1822
+ * A unique read-only string that changes whenever the resource is updated.
1823
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1824
+ */
1825
+ readonly etag?: string;
1826
+ /**
1827
+ * Resource name.
1828
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1829
+ */
1830
+ readonly name?: string;
1831
+ /**
1832
+ * Resource type.
1833
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1834
+ */
1835
+ readonly type?: string;
1836
+ /** Collection of routes contained within a route table. */
1837
+ routes?: Route[];
1838
+ }
1839
+
1840
+ /**
1841
+ * Defines values for SecurityTypes. \
1842
+ * {@link KnownSecurityTypes} can be used interchangeably with SecurityTypes,
1843
+ * this enum contains the known values that the service supports.
1844
+ * ### Known values supported by the service
1845
+ * **TrustedLaunch** \
1846
+ * **ConfidentialVM**
1847
+ */
1848
+ export declare type SecurityTypes = string;
1849
+
1850
+ /** SSH configuration for Linux based VMs running on Azure */
1851
+ export declare interface SshConfiguration {
1852
+ /** The list of SSH public keys used to authenticate with linux based VMs. */
1853
+ publicKeys?: SshPublicKey[];
1854
+ }
1855
+
1856
+ /** Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. */
1857
+ export declare interface SshPublicKey {
1858
+ /** Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys */
1859
+ path?: string;
1860
+ /** SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). */
1861
+ keyData?: string;
1379
1862
  }
1380
1863
 
1381
1864
  /**
@@ -1383,14 +1866,285 @@ export declare interface Resource {
1383
1866
  * {@link KnownStatus} can be used interchangeably with Status,
1384
1867
  * this enum contains the known values that the service supports.
1385
1868
  * ### Known values supported by the service
1386
- * **NotYetRegistered** \
1387
- * **ConnectedRecently** \
1388
- * **NotConnectedRecently** \
1389
- * **Disconnected** \
1390
- * **Error**
1869
+ * **Succeeded** \
1870
+ * **Failed** \
1871
+ * **InProgress**
1391
1872
  */
1392
1873
  export declare type Status = string;
1393
1874
 
1875
+ /**
1876
+ * Defines values for StatusLevelTypes. \
1877
+ * {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
1878
+ * this enum contains the known values that the service supports.
1879
+ * ### Known values supported by the service
1880
+ * **Info** \
1881
+ * **Warning** \
1882
+ * **Error**
1883
+ */
1884
+ export declare type StatusLevelTypes = string;
1885
+
1886
+ /**
1887
+ * Defines values for StatusTypes. \
1888
+ * {@link KnownStatusTypes} can be used interchangeably with StatusTypes,
1889
+ * this enum contains the known values that the service supports.
1890
+ * ### Known values supported by the service
1891
+ * **Succeeded** \
1892
+ * **InProgress** \
1893
+ * **Failed**
1894
+ */
1895
+ export declare type StatusTypes = string;
1896
+
1897
+ /** The storage container resource definition. */
1898
+ export declare interface StorageContainers extends TrackedResource {
1899
+ /** The extendedLocation of the resource. */
1900
+ extendedLocation?: ExtendedLocation;
1901
+ /** Path of the storage container on the disk */
1902
+ path?: string;
1903
+ /**
1904
+ * Provisioning state of the storage container.
1905
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1906
+ */
1907
+ readonly provisioningState?: ProvisioningStateEnum;
1908
+ /**
1909
+ * The observed state of storage containers
1910
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1911
+ */
1912
+ readonly status?: StorageContainerStatus;
1913
+ }
1914
+
1915
+ /** Optional parameters. */
1916
+ export declare interface StorageContainersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1917
+ /** Delay to wait until next poll, in milliseconds. */
1918
+ updateIntervalInMs?: number;
1919
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1920
+ resumeFrom?: string;
1921
+ }
1922
+
1923
+ /** Contains response data for the createOrUpdate operation. */
1924
+ export declare type StorageContainersCreateOrUpdateResponse = StorageContainers;
1925
+
1926
+ /** Defines headers for StorageContainers_delete operation. */
1927
+ export declare interface StorageContainersDeleteHeaders {
1928
+ location?: string;
1929
+ }
1930
+
1931
+ /** Optional parameters. */
1932
+ export declare interface StorageContainersDeleteOptionalParams extends coreClient.OperationOptions {
1933
+ /** Delay to wait until next poll, in milliseconds. */
1934
+ updateIntervalInMs?: number;
1935
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1936
+ resumeFrom?: string;
1937
+ }
1938
+
1939
+ /** Contains response data for the delete operation. */
1940
+ export declare type StorageContainersDeleteResponse = StorageContainersDeleteHeaders;
1941
+
1942
+ /** Optional parameters. */
1943
+ export declare interface StorageContainersGetOptionalParams extends coreClient.OperationOptions {
1944
+ }
1945
+
1946
+ /** Contains response data for the get operation. */
1947
+ export declare type StorageContainersGetResponse = StorageContainers;
1948
+
1949
+ /** Optional parameters. */
1950
+ export declare interface StorageContainersListAllNextOptionalParams extends coreClient.OperationOptions {
1951
+ }
1952
+
1953
+ /** Contains response data for the listAllNext operation. */
1954
+ export declare type StorageContainersListAllNextResponse = StorageContainersListResult;
1955
+
1956
+ /** Optional parameters. */
1957
+ export declare interface StorageContainersListAllOptionalParams extends coreClient.OperationOptions {
1958
+ }
1959
+
1960
+ /** Contains response data for the listAll operation. */
1961
+ export declare type StorageContainersListAllResponse = StorageContainersListResult;
1962
+
1963
+ /** Optional parameters. */
1964
+ export declare interface StorageContainersListNextOptionalParams extends coreClient.OperationOptions {
1965
+ }
1966
+
1967
+ /** Contains response data for the listNext operation. */
1968
+ export declare type StorageContainersListNextResponse = StorageContainersListResult;
1969
+
1970
+ /** Optional parameters. */
1971
+ export declare interface StorageContainersListOptionalParams extends coreClient.OperationOptions {
1972
+ }
1973
+
1974
+ /** Contains response data for the list operation. */
1975
+ export declare type StorageContainersListResponse = StorageContainersListResult;
1976
+
1977
+ export declare interface StorageContainersListResult {
1978
+ value?: StorageContainers[];
1979
+ nextLink?: string;
1980
+ }
1981
+
1982
+ /** Interface representing a StorageContainersOperations. */
1983
+ export declare interface StorageContainersOperations {
1984
+ /**
1985
+ * Lists all of the storage containers in the specified resource group. Use the nextLink property in
1986
+ * the response to get the next page of storage containers.
1987
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1988
+ * @param options The options parameters.
1989
+ */
1990
+ list(resourceGroupName: string, options?: StorageContainersListOptionalParams): PagedAsyncIterableIterator<StorageContainers>;
1991
+ /**
1992
+ * Lists all of the storage containers in the specified subscription. Use the nextLink property in the
1993
+ * response to get the next page of storage containers.
1994
+ * @param options The options parameters.
1995
+ */
1996
+ listAll(options?: StorageContainersListAllOptionalParams): PagedAsyncIterableIterator<StorageContainers>;
1997
+ /**
1998
+ * Gets a storage container
1999
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2000
+ * @param storageContainerName Name of the storage container
2001
+ * @param options The options parameters.
2002
+ */
2003
+ get(resourceGroupName: string, storageContainerName: string, options?: StorageContainersGetOptionalParams): Promise<StorageContainersGetResponse>;
2004
+ /**
2005
+ * The operation to create or update a storage container. Please note some properties can be set only
2006
+ * during storage container creation.
2007
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2008
+ * @param storageContainerName Name of the storage container
2009
+ * @param storageContainers The storage container resource definition.
2010
+ * @param options The options parameters.
2011
+ */
2012
+ beginCreateOrUpdate(resourceGroupName: string, storageContainerName: string, storageContainers: StorageContainers, options?: StorageContainersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageContainersCreateOrUpdateResponse>, StorageContainersCreateOrUpdateResponse>>;
2013
+ /**
2014
+ * The operation to create or update a storage container. Please note some properties can be set only
2015
+ * during storage container creation.
2016
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2017
+ * @param storageContainerName Name of the storage container
2018
+ * @param storageContainers The storage container resource definition.
2019
+ * @param options The options parameters.
2020
+ */
2021
+ beginCreateOrUpdateAndWait(resourceGroupName: string, storageContainerName: string, storageContainers: StorageContainers, options?: StorageContainersCreateOrUpdateOptionalParams): Promise<StorageContainersCreateOrUpdateResponse>;
2022
+ /**
2023
+ * The operation to delete a storage container.
2024
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2025
+ * @param storageContainerName Name of the storage container
2026
+ * @param options The options parameters.
2027
+ */
2028
+ beginDelete(resourceGroupName: string, storageContainerName: string, options?: StorageContainersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<StorageContainersDeleteResponse>, StorageContainersDeleteResponse>>;
2029
+ /**
2030
+ * The operation to delete a storage container.
2031
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2032
+ * @param storageContainerName Name of the storage container
2033
+ * @param options The options parameters.
2034
+ */
2035
+ beginDeleteAndWait(resourceGroupName: string, storageContainerName: string, options?: StorageContainersDeleteOptionalParams): Promise<StorageContainersDeleteResponse>;
2036
+ /**
2037
+ * The operation to update a storage container.
2038
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2039
+ * @param storageContainerName Name of the storage container
2040
+ * @param storageContainers The storage container resource patch definition.
2041
+ * @param options The options parameters.
2042
+ */
2043
+ beginUpdate(resourceGroupName: string, storageContainerName: string, storageContainers: StorageContainersUpdateRequest, options?: StorageContainersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<StorageContainersUpdateResponse>, StorageContainersUpdateResponse>>;
2044
+ /**
2045
+ * The operation to update a storage container.
2046
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2047
+ * @param storageContainerName Name of the storage container
2048
+ * @param storageContainers The storage container resource patch definition.
2049
+ * @param options The options parameters.
2050
+ */
2051
+ beginUpdateAndWait(resourceGroupName: string, storageContainerName: string, storageContainers: StorageContainersUpdateRequest, options?: StorageContainersUpdateOptionalParams): Promise<StorageContainersUpdateResponse>;
2052
+ }
2053
+
2054
+ /** The observed state of storage containers */
2055
+ export declare interface StorageContainerStatus {
2056
+ /** StorageContainer provisioning error code */
2057
+ errorCode?: string;
2058
+ /** Descriptive error message */
2059
+ errorMessage?: string;
2060
+ /** Amount of space available on the disk in MB */
2061
+ availableSizeMB?: number;
2062
+ /** Total size of the disk in MB */
2063
+ containerSizeMB?: number;
2064
+ provisioningStatus?: StorageContainerStatusProvisioningStatus;
2065
+ }
2066
+
2067
+ export declare interface StorageContainerStatusProvisioningStatus {
2068
+ /** The ID of the operation performed on the storage container */
2069
+ operationId?: string;
2070
+ /** The status of the operation performed on the storage container [Succeeded, Failed, InProgress] */
2071
+ status?: Status;
2072
+ }
2073
+
2074
+ /** Defines headers for StorageContainers_update operation. */
2075
+ export declare interface StorageContainersUpdateHeaders {
2076
+ location?: string;
2077
+ }
2078
+
2079
+ /** Optional parameters. */
2080
+ export declare interface StorageContainersUpdateOptionalParams extends coreClient.OperationOptions {
2081
+ /** Delay to wait until next poll, in milliseconds. */
2082
+ updateIntervalInMs?: number;
2083
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2084
+ resumeFrom?: string;
2085
+ }
2086
+
2087
+ /** The storage container resource patch definition. */
2088
+ export declare interface StorageContainersUpdateRequest {
2089
+ /** Resource tags */
2090
+ tags?: {
2091
+ [propertyName: string]: string;
2092
+ };
2093
+ }
2094
+
2095
+ /** Contains response data for the update operation. */
2096
+ export declare type StorageContainersUpdateResponse = StorageContainers;
2097
+
2098
+ export declare interface StorageProfileUpdate {
2099
+ /** adds data disks to the virtual machine instance for the update call */
2100
+ dataDisks?: StorageProfileUpdateDataDisksItem[];
2101
+ }
2102
+
2103
+ export declare interface StorageProfileUpdateDataDisksItem {
2104
+ id?: string;
2105
+ }
2106
+
2107
+ export declare interface Subnet {
2108
+ /** Name - The name of the resource that is unique within a resource group. This name can be used to access the resource. */
2109
+ name?: string;
2110
+ /** The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6. */
2111
+ addressPrefix?: string;
2112
+ /** List of address prefixes for the subnet. */
2113
+ addressPrefixes?: string[];
2114
+ /** IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic' */
2115
+ ipAllocationMethod?: IpAllocationMethodEnum;
2116
+ /** IPConfigurationReferences - list of IPConfigurationReferences */
2117
+ ipConfigurationReferences?: SubnetPropertiesFormatIpConfigurationReferencesItem[];
2118
+ /** Route table resource. */
2119
+ routeTable?: RouteTable;
2120
+ /** network associated pool of IP Addresses */
2121
+ ipPools?: IPPool[];
2122
+ /** Vlan to use for the subnet */
2123
+ vlan?: number;
2124
+ }
2125
+
2126
+ /** IPConfigurationReference - Describes a IPConfiguration under the virtual network */
2127
+ export declare interface SubnetPropertiesFormatIpConfigurationReferencesItem {
2128
+ /** IPConfigurationID */
2129
+ id?: string;
2130
+ }
2131
+
2132
+ /** Metadata pertaining to creation and last modification of the resource. */
2133
+ export declare interface SystemData {
2134
+ /** The identity that created the resource. */
2135
+ createdBy?: string;
2136
+ /** The type of identity that created the resource. */
2137
+ createdByType?: CreatedByType;
2138
+ /** The timestamp of resource creation (UTC). */
2139
+ createdAt?: Date;
2140
+ /** The identity that last modified the resource. */
2141
+ lastModifiedBy?: string;
2142
+ /** The type of identity that last modified the resource. */
2143
+ lastModifiedByType?: CreatedByType;
2144
+ /** The timestamp of resource last modification (UTC) */
2145
+ lastModifiedAt?: Date;
2146
+ }
2147
+
1394
2148
  /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1395
2149
  export declare interface TrackedResource extends Resource {
1396
2150
  /** Resource tags. */
@@ -1401,18 +2155,675 @@ export declare interface TrackedResource extends Resource {
1401
2155
  location: string;
1402
2156
  }
1403
2157
 
1404
- export declare interface UploadCertificateRequest {
1405
- properties?: RawCertificateData;
2158
+ /** The virtual hard disk resource definition. */
2159
+ export declare interface VirtualHardDisks extends TrackedResource {
2160
+ /** The extendedLocation of the resource. */
2161
+ extendedLocation?: ExtendedLocation;
2162
+ blockSizeBytes?: number;
2163
+ /** Size of the disk in GB */
2164
+ diskSizeGB?: number;
2165
+ /** Boolean for enabling dynamic sizing on the virtual hard disk */
2166
+ dynamic?: boolean;
2167
+ logicalSectorBytes?: number;
2168
+ physicalSectorBytes?: number;
2169
+ /** The hypervisor generation of the Virtual Machine [V1, V2] */
2170
+ hyperVGeneration?: HyperVGeneration;
2171
+ /** The format of the actual VHD file [vhd, vhdx] */
2172
+ diskFileFormat?: DiskFileFormat;
2173
+ /**
2174
+ * Provisioning state of the virtual hard disk.
2175
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2176
+ */
2177
+ readonly provisioningState?: ProvisioningStateEnum;
2178
+ /** Storage ContainerID of the storage container to be used for VHD */
2179
+ containerId?: string;
2180
+ /**
2181
+ * The observed state of virtual hard disks
2182
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2183
+ */
2184
+ readonly status?: VirtualHardDiskStatus;
2185
+ }
2186
+
2187
+ /** Optional parameters. */
2188
+ export declare interface VirtualHardDisksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2189
+ /** Delay to wait until next poll, in milliseconds. */
2190
+ updateIntervalInMs?: number;
2191
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2192
+ resumeFrom?: string;
2193
+ }
2194
+
2195
+ /** Contains response data for the createOrUpdate operation. */
2196
+ export declare type VirtualHardDisksCreateOrUpdateResponse = VirtualHardDisks;
2197
+
2198
+ /** Defines headers for VirtualHardDisks_delete operation. */
2199
+ export declare interface VirtualHardDisksDeleteHeaders {
2200
+ location?: string;
2201
+ }
2202
+
2203
+ /** Optional parameters. */
2204
+ export declare interface VirtualHardDisksDeleteOptionalParams extends coreClient.OperationOptions {
2205
+ /** Delay to wait until next poll, in milliseconds. */
2206
+ updateIntervalInMs?: number;
2207
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2208
+ resumeFrom?: string;
2209
+ }
2210
+
2211
+ /** Contains response data for the delete operation. */
2212
+ export declare type VirtualHardDisksDeleteResponse = VirtualHardDisksDeleteHeaders;
2213
+
2214
+ /** Optional parameters. */
2215
+ export declare interface VirtualHardDisksGetOptionalParams extends coreClient.OperationOptions {
2216
+ }
2217
+
2218
+ /** Contains response data for the get operation. */
2219
+ export declare type VirtualHardDisksGetResponse = VirtualHardDisks;
2220
+
2221
+ /** Optional parameters. */
2222
+ export declare interface VirtualHardDisksListAllNextOptionalParams extends coreClient.OperationOptions {
2223
+ }
2224
+
2225
+ /** Contains response data for the listAllNext operation. */
2226
+ export declare type VirtualHardDisksListAllNextResponse = VirtualHardDisksListResult;
2227
+
2228
+ /** Optional parameters. */
2229
+ export declare interface VirtualHardDisksListAllOptionalParams extends coreClient.OperationOptions {
2230
+ }
2231
+
2232
+ /** Contains response data for the listAll operation. */
2233
+ export declare type VirtualHardDisksListAllResponse = VirtualHardDisksListResult;
2234
+
2235
+ /** Optional parameters. */
2236
+ export declare interface VirtualHardDisksListNextOptionalParams extends coreClient.OperationOptions {
2237
+ }
2238
+
2239
+ /** Contains response data for the listNext operation. */
2240
+ export declare type VirtualHardDisksListNextResponse = VirtualHardDisksListResult;
2241
+
2242
+ /** Optional parameters. */
2243
+ export declare interface VirtualHardDisksListOptionalParams extends coreClient.OperationOptions {
2244
+ }
2245
+
2246
+ /** Contains response data for the list operation. */
2247
+ export declare type VirtualHardDisksListResponse = VirtualHardDisksListResult;
2248
+
2249
+ export declare interface VirtualHardDisksListResult {
2250
+ value?: VirtualHardDisks[];
2251
+ nextLink?: string;
2252
+ }
2253
+
2254
+ /** Interface representing a VirtualHardDisksOperations. */
2255
+ export declare interface VirtualHardDisksOperations {
2256
+ /**
2257
+ * Lists all of the virtual hard disks in the specified resource group. Use the nextLink property in
2258
+ * the response to get the next page of virtual hard disks.
2259
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2260
+ * @param options The options parameters.
2261
+ */
2262
+ list(resourceGroupName: string, options?: VirtualHardDisksListOptionalParams): PagedAsyncIterableIterator<VirtualHardDisks>;
2263
+ /**
2264
+ * Lists all of the virtual hard disks in the specified subscription. Use the nextLink property in the
2265
+ * response to get the next page of virtual hard disks.
2266
+ * @param options The options parameters.
2267
+ */
2268
+ listAll(options?: VirtualHardDisksListAllOptionalParams): PagedAsyncIterableIterator<VirtualHardDisks>;
2269
+ /**
2270
+ * Gets a virtual hard disk
2271
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2272
+ * @param virtualHardDiskName Name of the virtual hard disk
2273
+ * @param options The options parameters.
2274
+ */
2275
+ get(resourceGroupName: string, virtualHardDiskName: string, options?: VirtualHardDisksGetOptionalParams): Promise<VirtualHardDisksGetResponse>;
2276
+ /**
2277
+ * The operation to create or update a virtual hard disk. Please note some properties can be set only
2278
+ * during virtual hard disk creation.
2279
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2280
+ * @param virtualHardDiskName Name of the virtual hard disk
2281
+ * @param virtualHardDisks The virtual hard disk resource definition.
2282
+ * @param options The options parameters.
2283
+ */
2284
+ beginCreateOrUpdate(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisks, options?: VirtualHardDisksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHardDisksCreateOrUpdateResponse>, VirtualHardDisksCreateOrUpdateResponse>>;
2285
+ /**
2286
+ * The operation to create or update a virtual hard disk. Please note some properties can be set only
2287
+ * during virtual hard disk creation.
2288
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2289
+ * @param virtualHardDiskName Name of the virtual hard disk
2290
+ * @param virtualHardDisks The virtual hard disk resource definition.
2291
+ * @param options The options parameters.
2292
+ */
2293
+ beginCreateOrUpdateAndWait(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisks, options?: VirtualHardDisksCreateOrUpdateOptionalParams): Promise<VirtualHardDisksCreateOrUpdateResponse>;
2294
+ /**
2295
+ * The operation to delete a virtual hard disk.
2296
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2297
+ * @param virtualHardDiskName Name of the virtual hard disk
2298
+ * @param options The options parameters.
2299
+ */
2300
+ beginDelete(resourceGroupName: string, virtualHardDiskName: string, options?: VirtualHardDisksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHardDisksDeleteResponse>, VirtualHardDisksDeleteResponse>>;
2301
+ /**
2302
+ * The operation to delete a virtual hard disk.
2303
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2304
+ * @param virtualHardDiskName Name of the virtual hard disk
2305
+ * @param options The options parameters.
2306
+ */
2307
+ beginDeleteAndWait(resourceGroupName: string, virtualHardDiskName: string, options?: VirtualHardDisksDeleteOptionalParams): Promise<VirtualHardDisksDeleteResponse>;
2308
+ /**
2309
+ * The operation to update a virtual hard disk.
2310
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2311
+ * @param virtualHardDiskName Name of the virtual hard disk
2312
+ * @param virtualHardDisks The virtual hard disk resource patch definition.
2313
+ * @param options The options parameters.
2314
+ */
2315
+ beginUpdate(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisksUpdateRequest, options?: VirtualHardDisksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHardDisksUpdateResponse>, VirtualHardDisksUpdateResponse>>;
2316
+ /**
2317
+ * The operation to update a virtual hard disk.
2318
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2319
+ * @param virtualHardDiskName Name of the virtual hard disk
2320
+ * @param virtualHardDisks The virtual hard disk resource patch definition.
2321
+ * @param options The options parameters.
2322
+ */
2323
+ beginUpdateAndWait(resourceGroupName: string, virtualHardDiskName: string, virtualHardDisks: VirtualHardDisksUpdateRequest, options?: VirtualHardDisksUpdateOptionalParams): Promise<VirtualHardDisksUpdateResponse>;
2324
+ }
2325
+
2326
+ /** The observed state of virtual hard disks */
2327
+ export declare interface VirtualHardDiskStatus {
2328
+ /** VirtualHardDisk provisioning error code */
2329
+ errorCode?: string;
2330
+ /** Descriptive error message */
2331
+ errorMessage?: string;
2332
+ provisioningStatus?: VirtualHardDiskStatusProvisioningStatus;
2333
+ }
2334
+
2335
+ export declare interface VirtualHardDiskStatusProvisioningStatus {
2336
+ /** The ID of the operation performed on the virtual hard disk */
2337
+ operationId?: string;
2338
+ /** The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress] */
2339
+ status?: Status;
2340
+ }
2341
+
2342
+ /** Defines headers for VirtualHardDisks_update operation. */
2343
+ export declare interface VirtualHardDisksUpdateHeaders {
2344
+ location?: string;
2345
+ }
2346
+
2347
+ /** Optional parameters. */
2348
+ export declare interface VirtualHardDisksUpdateOptionalParams extends coreClient.OperationOptions {
2349
+ /** Delay to wait until next poll, in milliseconds. */
2350
+ updateIntervalInMs?: number;
2351
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2352
+ resumeFrom?: string;
2353
+ }
2354
+
2355
+ /** The virtual hard disk resource patch definition. */
2356
+ export declare interface VirtualHardDisksUpdateRequest {
2357
+ /** Resource tags */
2358
+ tags?: {
2359
+ [propertyName: string]: string;
2360
+ };
2361
+ }
2362
+
2363
+ /** Contains response data for the update operation. */
2364
+ export declare type VirtualHardDisksUpdateResponse = VirtualHardDisks;
2365
+
2366
+ /** The instance view of the VM Config Agent running on the virtual machine. */
2367
+ export declare interface VirtualMachineConfigAgentInstanceView {
2368
+ /** The VM Config Agent full version. */
2369
+ vmConfigAgentVersion?: string;
2370
+ /** The resource status information. */
2371
+ statuses?: InstanceViewStatus[];
2372
+ }
2373
+
2374
+ /** The virtual machine instance resource definition. */
2375
+ export declare interface VirtualMachineInstance extends ProxyResource {
2376
+ /** The extendedLocation of the resource. */
2377
+ extendedLocation?: ExtendedLocation;
2378
+ /** Identity for the resource. */
2379
+ identity?: Identity;
2380
+ /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
2381
+ hardwareProfile?: VirtualMachineInstancePropertiesHardwareProfile;
2382
+ /** NetworkProfile - describes the network configuration the virtual machine instance */
2383
+ networkProfile?: VirtualMachineInstancePropertiesNetworkProfile;
2384
+ /** OsProfile - describes the configuration of the operating system and sets login data */
2385
+ osProfile?: VirtualMachineInstancePropertiesOsProfile;
2386
+ /** SecurityProfile - Specifies the security settings for the virtual machine instance. */
2387
+ securityProfile?: VirtualMachineInstancePropertiesSecurityProfile;
2388
+ /** StorageProfile - contains information about the disks and storage information for the virtual machine instance */
2389
+ storageProfile?: VirtualMachineInstancePropertiesStorageProfile;
2390
+ /** HTTP Proxy configuration for the VM. */
2391
+ httpProxyConfig?: HttpProxyConfiguration;
2392
+ /**
2393
+ * Provisioning state of the virtual machine instance.
2394
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2395
+ */
2396
+ readonly provisioningState?: ProvisioningStateEnum;
2397
+ /**
2398
+ * The virtual machine instance view.
2399
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2400
+ */
2401
+ readonly instanceView?: VirtualMachineInstanceView;
2402
+ /**
2403
+ * The observed state of virtual machine instances
2404
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2405
+ */
2406
+ readonly status?: VirtualMachineInstanceStatus;
2407
+ /** Guest agent install status. */
2408
+ guestAgentInstallStatus?: GuestAgentInstallStatus;
2409
+ /**
2410
+ * Unique identifier for the vm resource.
2411
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2412
+ */
2413
+ readonly vmId?: string;
2414
+ /** Unique identifier defined by ARC to identify the guest of the VM. */
2415
+ resourceUid?: string;
2416
+ }
2417
+
2418
+ export declare interface VirtualMachineInstanceListResult {
2419
+ value?: VirtualMachineInstance[];
2420
+ nextLink?: string;
2421
+ }
2422
+
2423
+ /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
2424
+ export declare interface VirtualMachineInstancePropertiesHardwareProfile {
2425
+ vmSize?: VmSizeEnum;
2426
+ /** number of processors for the virtual machine instance */
2427
+ processors?: number;
2428
+ /** RAM in MB for the virtual machine instance */
2429
+ memoryMB?: number;
2430
+ dynamicMemoryConfig?: VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfig;
2431
+ }
2432
+
2433
+ export declare interface VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfig {
2434
+ maximumMemoryMB?: number;
2435
+ minimumMemoryMB?: number;
2436
+ /** Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000. */
2437
+ targetMemoryBuffer?: number;
2438
+ }
2439
+
2440
+ /** NetworkProfile - describes the network configuration the virtual machine instance */
2441
+ export declare interface VirtualMachineInstancePropertiesNetworkProfile {
2442
+ /** NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance */
2443
+ networkInterfaces?: VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem[];
2444
+ }
2445
+
2446
+ export declare interface VirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem {
2447
+ /** ID - Resource Id of the network interface */
2448
+ id?: string;
2449
+ }
2450
+
2451
+ /** OsProfile - describes the configuration of the operating system and sets login data */
2452
+ export declare interface VirtualMachineInstancePropertiesOsProfile {
2453
+ /** AdminPassword - admin password */
2454
+ adminPassword?: string;
2455
+ /** AdminUsername - admin username */
2456
+ adminUsername?: string;
2457
+ /** ComputerName - name of the compute */
2458
+ computerName?: string;
2459
+ /** LinuxConfiguration - linux specific configuration values for the virtual machine instance */
2460
+ linuxConfiguration?: VirtualMachineInstancePropertiesOsProfileLinuxConfiguration;
2461
+ /** Windows Configuration for the virtual machine instance */
2462
+ windowsConfiguration?: VirtualMachineInstancePropertiesOsProfileWindowsConfiguration;
2463
+ }
2464
+
2465
+ /** LinuxConfiguration - linux specific configuration values for the virtual machine instance */
2466
+ export declare interface VirtualMachineInstancePropertiesOsProfileLinuxConfiguration {
2467
+ /** DisablePasswordAuthentication - whether password authentication should be disabled */
2468
+ disablePasswordAuthentication?: boolean;
2469
+ /** Specifies the ssh key configuration for a Linux OS. */
2470
+ ssh?: SshConfiguration;
2471
+ /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
2472
+ provisionVMAgent?: boolean;
2473
+ /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
2474
+ provisionVMConfigAgent?: boolean;
2475
+ }
2476
+
2477
+ /** Windows Configuration for the virtual machine instance */
2478
+ export declare interface VirtualMachineInstancePropertiesOsProfileWindowsConfiguration {
2479
+ /** Whether to EnableAutomaticUpdates on the machine */
2480
+ enableAutomaticUpdates?: boolean;
2481
+ /** Specifies the ssh key configuration for Windows OS. */
2482
+ ssh?: SshConfiguration;
2483
+ /** TimeZone for the virtual machine instance */
2484
+ timeZone?: string;
2485
+ /** Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. */
2486
+ provisionVMAgent?: boolean;
2487
+ /** Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. */
2488
+ provisionVMConfigAgent?: boolean;
2489
+ }
2490
+
2491
+ /** SecurityProfile - Specifies the security settings for the virtual machine instance. */
2492
+ export declare interface VirtualMachineInstancePropertiesSecurityProfile {
2493
+ enableTPM?: boolean;
2494
+ uefiSettings?: VirtualMachineInstancePropertiesSecurityProfileUefiSettings;
2495
+ /** Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function. */
2496
+ securityType?: SecurityTypes;
2497
+ }
2498
+
2499
+ export declare interface VirtualMachineInstancePropertiesSecurityProfileUefiSettings {
2500
+ /** Specifies whether secure boot should be enabled on the virtual machine instance. */
2501
+ secureBootEnabled?: boolean;
2502
+ }
2503
+
2504
+ /** StorageProfile - contains information about the disks and storage information for the virtual machine instance */
2505
+ export declare interface VirtualMachineInstancePropertiesStorageProfile {
2506
+ /** adds data disks to the virtual machine instance */
2507
+ dataDisks?: VirtualMachineInstancePropertiesStorageProfileDataDisksItem[];
2508
+ /** Which Image to use for the virtual machine instance */
2509
+ imageReference?: VirtualMachineInstancePropertiesStorageProfileImageReference;
2510
+ /** VHD to attach as OS disk */
2511
+ osDisk?: VirtualMachineInstancePropertiesStorageProfileOsDisk;
2512
+ /** Id of the storage container that hosts the VM configuration file */
2513
+ vmConfigStoragePathId?: string;
2514
+ }
2515
+
2516
+ export declare interface VirtualMachineInstancePropertiesStorageProfileDataDisksItem {
2517
+ /** Resource ID of the data disk */
2518
+ id?: string;
2519
+ }
2520
+
2521
+ /** Which Image to use for the virtual machine instance */
2522
+ export declare interface VirtualMachineInstancePropertiesStorageProfileImageReference {
2523
+ /** Resource ID of the image */
2524
+ id?: string;
2525
+ }
2526
+
2527
+ /** VHD to attach as OS disk */
2528
+ export declare interface VirtualMachineInstancePropertiesStorageProfileOsDisk {
2529
+ /** Resource ID of the OS disk */
2530
+ id?: string;
2531
+ /** This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.** */
2532
+ osType?: OperatingSystemTypes;
2533
+ }
2534
+
2535
+ /** Interface representing a VirtualMachineInstances. */
2536
+ export declare interface VirtualMachineInstances {
2537
+ /**
2538
+ * Lists all of the virtual machine instances within the specified parent resource.
2539
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2540
+ * machine resource to be extended.
2541
+ * @param options The options parameters.
2542
+ */
2543
+ list(resourceUri: string, options?: VirtualMachineInstancesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineInstance>;
2544
+ /**
2545
+ * Gets a virtual machine instance
2546
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2547
+ * machine resource to be extended.
2548
+ * @param options The options parameters.
2549
+ */
2550
+ get(resourceUri: string, options?: VirtualMachineInstancesGetOptionalParams): Promise<VirtualMachineInstancesGetResponse>;
2551
+ /**
2552
+ * The operation to create or update a virtual machine instance. Please note some properties can be set
2553
+ * only during virtual machine instance creation.
2554
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2555
+ * machine resource to be extended.
2556
+ * @param virtualMachineInstance The virtual machine instance resource definition.
2557
+ * @param options The options parameters.
2558
+ */
2559
+ beginCreateOrUpdate(resourceUri: string, virtualMachineInstance: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateOrUpdateResponse>, VirtualMachineInstancesCreateOrUpdateResponse>>;
2560
+ /**
2561
+ * The operation to create or update a virtual machine instance. Please note some properties can be set
2562
+ * only during virtual machine instance creation.
2563
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2564
+ * machine resource to be extended.
2565
+ * @param virtualMachineInstance The virtual machine instance resource definition.
2566
+ * @param options The options parameters.
2567
+ */
2568
+ beginCreateOrUpdateAndWait(resourceUri: string, virtualMachineInstance: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<VirtualMachineInstancesCreateOrUpdateResponse>;
2569
+ /**
2570
+ * The operation to delete a virtual machine instance.
2571
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2572
+ * machine resource to be extended.
2573
+ * @param options The options parameters.
2574
+ */
2575
+ beginDelete(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteResponse>, VirtualMachineInstancesDeleteResponse>>;
2576
+ /**
2577
+ * The operation to delete a virtual machine instance.
2578
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2579
+ * machine resource to be extended.
2580
+ * @param options The options parameters.
2581
+ */
2582
+ beginDeleteAndWait(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<VirtualMachineInstancesDeleteResponse>;
2583
+ /**
2584
+ * The operation to update a virtual machine instance.
2585
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2586
+ * machine resource to be extended.
2587
+ * @param virtualMachineInstance The virtual machine instance resource patch definition.
2588
+ * @param options The options parameters.
2589
+ */
2590
+ beginUpdate(resourceUri: string, virtualMachineInstance: VirtualMachineInstanceUpdateRequest, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesUpdateResponse>, VirtualMachineInstancesUpdateResponse>>;
2591
+ /**
2592
+ * The operation to update a virtual machine instance.
2593
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2594
+ * machine resource to be extended.
2595
+ * @param virtualMachineInstance The virtual machine instance resource patch definition.
2596
+ * @param options The options parameters.
2597
+ */
2598
+ beginUpdateAndWait(resourceUri: string, virtualMachineInstance: VirtualMachineInstanceUpdateRequest, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<VirtualMachineInstancesUpdateResponse>;
2599
+ /**
2600
+ * The operation to start a virtual machine instance.
2601
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2602
+ * machine resource to be extended.
2603
+ * @param options The options parameters.
2604
+ */
2605
+ beginStart(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStartResponse>, VirtualMachineInstancesStartResponse>>;
2606
+ /**
2607
+ * The operation to start a virtual machine instance.
2608
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2609
+ * machine resource to be extended.
2610
+ * @param options The options parameters.
2611
+ */
2612
+ beginStartAndWait(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<VirtualMachineInstancesStartResponse>;
2613
+ /**
2614
+ * The operation to stop a virtual machine instance.
2615
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2616
+ * machine resource to be extended.
2617
+ * @param options The options parameters.
2618
+ */
2619
+ beginStop(resourceUri: string, options?: VirtualMachineInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStopResponse>, VirtualMachineInstancesStopResponse>>;
2620
+ /**
2621
+ * The operation to stop a virtual machine instance.
2622
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2623
+ * machine resource to be extended.
2624
+ * @param options The options parameters.
2625
+ */
2626
+ beginStopAndWait(resourceUri: string, options?: VirtualMachineInstancesStopOptionalParams): Promise<VirtualMachineInstancesStopResponse>;
2627
+ /**
2628
+ * The operation to restart a virtual machine instance.
2629
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2630
+ * machine resource to be extended.
2631
+ * @param options The options parameters.
2632
+ */
2633
+ beginRestart(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestartResponse>, VirtualMachineInstancesRestartResponse>>;
2634
+ /**
2635
+ * The operation to restart a virtual machine instance.
2636
+ * @param resourceUri The fully qualified Azure Resource manager identifier of the Hybrid Compute
2637
+ * machine resource to be extended.
2638
+ * @param options The options parameters.
2639
+ */
2640
+ beginRestartAndWait(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<VirtualMachineInstancesRestartResponse>;
2641
+ }
2642
+
2643
+ /** Optional parameters. */
2644
+ export declare interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2645
+ /** Delay to wait until next poll, in milliseconds. */
2646
+ updateIntervalInMs?: number;
2647
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2648
+ resumeFrom?: string;
2649
+ }
2650
+
2651
+ /** Contains response data for the createOrUpdate operation. */
2652
+ export declare type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
2653
+
2654
+ /** Defines headers for VirtualMachineInstances_delete operation. */
2655
+ export declare interface VirtualMachineInstancesDeleteHeaders {
2656
+ location?: string;
2657
+ }
2658
+
2659
+ /** Optional parameters. */
2660
+ export declare interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
2661
+ /** Delay to wait until next poll, in milliseconds. */
2662
+ updateIntervalInMs?: number;
2663
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2664
+ resumeFrom?: string;
2665
+ }
2666
+
2667
+ /** Contains response data for the delete operation. */
2668
+ export declare type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
2669
+
2670
+ /** Optional parameters. */
2671
+ export declare interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
2672
+ }
2673
+
2674
+ /** Contains response data for the get operation. */
2675
+ export declare type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
2676
+
2677
+ /** Optional parameters. */
2678
+ export declare interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
2679
+ }
2680
+
2681
+ /** Contains response data for the listNext operation. */
2682
+ export declare type VirtualMachineInstancesListNextResponse = VirtualMachineInstanceListResult;
2683
+
2684
+ /** Optional parameters. */
2685
+ export declare interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
2686
+ }
2687
+
2688
+ /** Contains response data for the list operation. */
2689
+ export declare type VirtualMachineInstancesListResponse = VirtualMachineInstanceListResult;
2690
+
2691
+ /** Defines headers for VirtualMachineInstances_restart operation. */
2692
+ export declare interface VirtualMachineInstancesRestartHeaders {
2693
+ location?: string;
2694
+ }
2695
+
2696
+ /** Optional parameters. */
2697
+ export declare interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
2698
+ /** Delay to wait until next poll, in milliseconds. */
2699
+ updateIntervalInMs?: number;
2700
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2701
+ resumeFrom?: string;
2702
+ }
2703
+
2704
+ /** Contains response data for the restart operation. */
2705
+ export declare type VirtualMachineInstancesRestartResponse = VirtualMachineInstance;
2706
+
2707
+ /** Defines headers for VirtualMachineInstances_start operation. */
2708
+ export declare interface VirtualMachineInstancesStartHeaders {
2709
+ location?: string;
2710
+ }
2711
+
2712
+ /** Optional parameters. */
2713
+ export declare interface VirtualMachineInstancesStartOptionalParams extends coreClient.OperationOptions {
2714
+ /** Delay to wait until next poll, in milliseconds. */
2715
+ updateIntervalInMs?: number;
2716
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2717
+ resumeFrom?: string;
2718
+ }
2719
+
2720
+ /** Contains response data for the start operation. */
2721
+ export declare type VirtualMachineInstancesStartResponse = VirtualMachineInstance;
2722
+
2723
+ /** Defines headers for VirtualMachineInstances_stop operation. */
2724
+ export declare interface VirtualMachineInstancesStopHeaders {
2725
+ location?: string;
2726
+ }
2727
+
2728
+ /** Optional parameters. */
2729
+ export declare interface VirtualMachineInstancesStopOptionalParams extends coreClient.OperationOptions {
2730
+ /** Delay to wait until next poll, in milliseconds. */
2731
+ updateIntervalInMs?: number;
2732
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2733
+ resumeFrom?: string;
2734
+ }
2735
+
2736
+ /** Contains response data for the stop operation. */
2737
+ export declare type VirtualMachineInstancesStopResponse = VirtualMachineInstance;
2738
+
2739
+ /** The observed state of virtual machine instances */
2740
+ export declare interface VirtualMachineInstanceStatus {
2741
+ /** VirtualMachine provisioning error code */
2742
+ errorCode?: string;
2743
+ /** Descriptive error message */
2744
+ errorMessage?: string;
2745
+ /** The power state of the virtual machine instance */
2746
+ powerState?: PowerStateEnum;
2747
+ provisioningStatus?: VirtualMachineInstanceStatusProvisioningStatus;
2748
+ }
2749
+
2750
+ export declare interface VirtualMachineInstanceStatusProvisioningStatus {
2751
+ /** The ID of the operation performed on the virtual machine instance */
2752
+ operationId?: string;
2753
+ /** The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress] */
2754
+ status?: Status;
2755
+ }
2756
+
2757
+ /** Defines headers for VirtualMachineInstances_update operation. */
2758
+ export declare interface VirtualMachineInstancesUpdateHeaders {
2759
+ location?: string;
2760
+ }
2761
+
2762
+ /** Optional parameters. */
2763
+ export declare interface VirtualMachineInstancesUpdateOptionalParams extends coreClient.OperationOptions {
2764
+ /** Delay to wait until next poll, in milliseconds. */
2765
+ updateIntervalInMs?: number;
2766
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2767
+ resumeFrom?: string;
2768
+ }
2769
+
2770
+ /** Contains response data for the update operation. */
2771
+ export declare type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
2772
+
2773
+ /** Defines the resource properties for the update. */
2774
+ export declare interface VirtualMachineInstanceUpdateProperties {
2775
+ /** HardwareProfile - Specifies the hardware settings for the virtual machine instance. */
2776
+ hardwareProfile?: HardwareProfileUpdate;
2777
+ storageProfile?: StorageProfileUpdate;
2778
+ /** NetworkProfile - describes the network update configuration the virtual machine instance */
2779
+ networkProfile?: NetworkProfileUpdate;
2780
+ /** OsProfile - describes the update configuration of the operating system */
2781
+ osProfile?: OsProfileUpdate;
2782
+ }
2783
+
2784
+ /** The virtual machine instance resource patch definition. */
2785
+ export declare interface VirtualMachineInstanceUpdateRequest {
2786
+ /** Defines the resource properties for the update. */
2787
+ properties?: VirtualMachineInstanceUpdateProperties;
2788
+ /** Identity for the resource. */
2789
+ identity?: Identity;
2790
+ }
2791
+
2792
+ /** The instance view of a virtual machine. */
2793
+ export declare interface VirtualMachineInstanceView {
2794
+ /** The VM Config Agent running on the virtual machine. */
2795
+ vmAgent?: VirtualMachineConfigAgentInstanceView;
1406
2796
  }
1407
2797
 
1408
2798
  /**
1409
- * Defines values for WindowsServerSubscription. \
1410
- * {@link KnownWindowsServerSubscription} can be used interchangeably with WindowsServerSubscription,
2799
+ * Defines values for VmSizeEnum. \
2800
+ * {@link KnownVmSizeEnum} can be used interchangeably with VmSizeEnum,
1411
2801
  * this enum contains the known values that the service supports.
1412
2802
  * ### Known values supported by the service
1413
- * **Disabled** \
1414
- * **Enabled**
2803
+ * **Default** \
2804
+ * **Standard_A2_v2** \
2805
+ * **Standard_A4_v2** \
2806
+ * **Standard_D2s_v3** \
2807
+ * **Standard_D4s_v3** \
2808
+ * **Standard_D8s_v3** \
2809
+ * **Standard_D16s_v3** \
2810
+ * **Standard_D32s_v3** \
2811
+ * **Standard_DS2_v2** \
2812
+ * **Standard_DS3_v2** \
2813
+ * **Standard_DS4_v2** \
2814
+ * **Standard_DS5_v2** \
2815
+ * **Standard_DS13_v2** \
2816
+ * **Standard_K8S_v1** \
2817
+ * **Standard_K8S2_v1** \
2818
+ * **Standard_K8S3_v1** \
2819
+ * **Standard_K8S4_v1** \
2820
+ * **Standard_NK6** \
2821
+ * **Standard_NK12** \
2822
+ * **Standard_NV6** \
2823
+ * **Standard_NV12** \
2824
+ * **Standard_K8S5_v1** \
2825
+ * **Custom**
1415
2826
  */
1416
- export declare type WindowsServerSubscription = string;
2827
+ export declare type VmSizeEnum = string;
1417
2828
 
1418
2829
  export { }