@azure/arm-scvmm 1.0.1-alpha.20250213.1 → 1.0.1-alpha.20250217.2

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 (810) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/dist/browser/index.d.ts.map +1 -0
  4. package/dist/browser/index.js +13 -0
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js.map +1 -0
  7. package/dist/browser/models/index.js.map +1 -0
  8. package/dist/browser/models/mappers.js.map +1 -0
  9. package/dist/browser/models/parameters.js +277 -0
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/dist/browser/operations/availabilitySets.d.ts +107 -0
  12. package/dist/browser/operations/availabilitySets.d.ts.map +1 -0
  13. package/dist/browser/operations/availabilitySets.js +552 -0
  14. package/dist/browser/operations/availabilitySets.js.map +1 -0
  15. package/dist/browser/operations/clouds.d.ts +107 -0
  16. package/dist/browser/operations/clouds.d.ts.map +1 -0
  17. package/dist/browser/operations/clouds.js +542 -0
  18. package/dist/browser/operations/clouds.js.map +1 -0
  19. package/dist/browser/operations/guestAgents.d.ts +63 -0
  20. package/dist/browser/operations/guestAgents.d.ts.map +1 -0
  21. package/dist/browser/operations/guestAgents.js +269 -0
  22. package/dist/browser/operations/guestAgents.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +11 -0
  24. package/dist/browser/operations/index.d.ts.map +1 -0
  25. package/dist/browser/operations/index.js +18 -0
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/dist/browser/operations/inventoryItems.d.ts +63 -0
  28. package/dist/browser/operations/inventoryItems.d.ts.map +1 -0
  29. package/dist/browser/operations/inventoryItems.js +257 -0
  30. package/dist/browser/operations/inventoryItems.js.map +1 -0
  31. package/dist/browser/operations/operations.d.ts +32 -0
  32. package/dist/browser/operations/operations.d.ts.map +1 -0
  33. package/dist/browser/operations/operations.js +133 -0
  34. package/dist/browser/operations/operations.js.map +1 -0
  35. package/dist/browser/operations/virtualMachineInstances.d.ts +164 -0
  36. package/dist/browser/operations/virtualMachineInstances.d.ts.map +1 -0
  37. package/dist/browser/operations/virtualMachineInstances.js +871 -0
  38. package/dist/browser/operations/virtualMachineInstances.js.map +1 -0
  39. package/dist/browser/operations/virtualMachineTemplates.d.ts +107 -0
  40. package/dist/browser/operations/virtualMachineTemplates.d.ts.map +1 -0
  41. package/dist/browser/operations/virtualMachineTemplates.js +552 -0
  42. package/dist/browser/operations/virtualMachineTemplates.js.map +1 -0
  43. package/dist/browser/operations/virtualNetworks.d.ts +107 -0
  44. package/dist/browser/operations/virtualNetworks.d.ts.map +1 -0
  45. package/dist/browser/operations/virtualNetworks.js +542 -0
  46. package/dist/browser/operations/virtualNetworks.js.map +1 -0
  47. package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.d.ts +42 -0
  48. package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
  49. package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.js +165 -0
  50. package/dist/browser/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -0
  51. package/dist/browser/operations/vmmServers.d.ts +107 -0
  52. package/dist/browser/operations/vmmServers.d.ts.map +1 -0
  53. package/dist/browser/operations/vmmServers.js +542 -0
  54. package/dist/browser/operations/vmmServers.js.map +1 -0
  55. package/dist/browser/operationsInterfaces/availabilitySets.d.ts +71 -0
  56. package/dist/browser/operationsInterfaces/availabilitySets.d.ts.map +1 -0
  57. package/dist/browser/operationsInterfaces/availabilitySets.js.map +1 -0
  58. package/dist/browser/operationsInterfaces/clouds.d.ts +71 -0
  59. package/dist/browser/operationsInterfaces/clouds.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/clouds.js.map +1 -0
  61. package/dist/browser/operationsInterfaces/guestAgents.d.ts +39 -0
  62. package/dist/browser/operationsInterfaces/guestAgents.d.ts.map +1 -0
  63. package/dist/browser/operationsInterfaces/guestAgents.js.map +1 -0
  64. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  65. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/index.js +18 -0
  67. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  68. package/dist/browser/operationsInterfaces/inventoryItems.d.ts +38 -0
  69. package/dist/browser/operationsInterfaces/inventoryItems.d.ts.map +1 -0
  70. package/dist/browser/operationsInterfaces/inventoryItems.js.map +1 -0
  71. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  72. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  73. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  74. package/dist/browser/operationsInterfaces/virtualMachineInstances.d.ts +141 -0
  75. package/dist/browser/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/virtualMachineInstances.js.map +1 -0
  77. package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts +71 -0
  78. package/dist/browser/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  80. package/dist/browser/operationsInterfaces/virtualNetworks.d.ts +71 -0
  81. package/dist/browser/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/virtualNetworks.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts +18 -0
  84. package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +1 -0
  86. package/dist/browser/operationsInterfaces/vmmServers.d.ts +71 -0
  87. package/dist/browser/operationsInterfaces/vmmServers.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/vmmServers.js.map +1 -0
  89. package/dist/browser/package.json +3 -0
  90. package/dist/browser/pagingHelper.js.map +1 -0
  91. package/dist/browser/scVmm.d.ts +30 -0
  92. package/dist/browser/scVmm.d.ts.map +1 -0
  93. package/dist/browser/scVmm.js +105 -0
  94. package/dist/browser/scVmm.js.map +1 -0
  95. package/dist/commonjs/index.d.ts +5 -0
  96. package/dist/commonjs/index.d.ts.map +1 -0
  97. package/dist/commonjs/index.js +19 -0
  98. package/dist/commonjs/index.js.map +1 -0
  99. package/dist/commonjs/lroImpl.d.ts +11 -0
  100. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  101. package/dist/commonjs/lroImpl.js +17 -0
  102. package/dist/commonjs/lroImpl.js.map +1 -0
  103. package/dist/commonjs/models/index.d.ts +1967 -0
  104. package/dist/commonjs/models/index.d.ts.map +1 -0
  105. package/dist/commonjs/models/index.js +163 -0
  106. package/dist/commonjs/models/index.js.map +1 -0
  107. package/dist/commonjs/models/mappers.d.ts +109 -0
  108. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  109. package/dist/commonjs/models/mappers.js +2923 -0
  110. package/dist/commonjs/models/mappers.js.map +1 -0
  111. package/dist/commonjs/models/parameters.d.ts +36 -0
  112. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  113. package/dist/commonjs/models/parameters.js +280 -0
  114. package/dist/commonjs/models/parameters.js.map +1 -0
  115. package/dist/commonjs/operations/availabilitySets.d.ts +107 -0
  116. package/dist/commonjs/operations/availabilitySets.d.ts.map +1 -0
  117. package/dist/commonjs/operations/availabilitySets.js +556 -0
  118. package/dist/commonjs/operations/availabilitySets.js.map +1 -0
  119. package/dist/commonjs/operations/clouds.d.ts +107 -0
  120. package/dist/commonjs/operations/clouds.d.ts.map +1 -0
  121. package/dist/commonjs/operations/clouds.js +546 -0
  122. package/dist/commonjs/operations/clouds.js.map +1 -0
  123. package/dist/commonjs/operations/guestAgents.d.ts +63 -0
  124. package/dist/commonjs/operations/guestAgents.d.ts.map +1 -0
  125. package/dist/commonjs/operations/guestAgents.js +273 -0
  126. package/dist/commonjs/operations/guestAgents.js.map +1 -0
  127. package/dist/commonjs/operations/index.d.ts +11 -0
  128. package/dist/commonjs/operations/index.d.ts.map +1 -0
  129. package/dist/commonjs/operations/index.js +21 -0
  130. package/dist/commonjs/operations/index.js.map +1 -0
  131. package/dist/commonjs/operations/inventoryItems.d.ts +63 -0
  132. package/dist/commonjs/operations/inventoryItems.d.ts.map +1 -0
  133. package/dist/commonjs/operations/inventoryItems.js +261 -0
  134. package/dist/commonjs/operations/inventoryItems.js.map +1 -0
  135. package/dist/commonjs/operations/operations.d.ts +32 -0
  136. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  137. package/dist/commonjs/operations/operations.js +137 -0
  138. package/dist/commonjs/operations/operations.js.map +1 -0
  139. package/dist/commonjs/operations/virtualMachineInstances.d.ts +164 -0
  140. package/dist/commonjs/operations/virtualMachineInstances.d.ts.map +1 -0
  141. package/dist/commonjs/operations/virtualMachineInstances.js +875 -0
  142. package/dist/commonjs/operations/virtualMachineInstances.js.map +1 -0
  143. package/dist/commonjs/operations/virtualMachineTemplates.d.ts +107 -0
  144. package/dist/commonjs/operations/virtualMachineTemplates.d.ts.map +1 -0
  145. package/dist/commonjs/operations/virtualMachineTemplates.js +556 -0
  146. package/dist/commonjs/operations/virtualMachineTemplates.js.map +1 -0
  147. package/dist/commonjs/operations/virtualNetworks.d.ts +107 -0
  148. package/dist/commonjs/operations/virtualNetworks.d.ts.map +1 -0
  149. package/dist/commonjs/operations/virtualNetworks.js +546 -0
  150. package/dist/commonjs/operations/virtualNetworks.js.map +1 -0
  151. package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.d.ts +42 -0
  152. package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
  153. package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.js +169 -0
  154. package/dist/commonjs/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -0
  155. package/dist/commonjs/operations/vmmServers.d.ts +107 -0
  156. package/dist/commonjs/operations/vmmServers.d.ts.map +1 -0
  157. package/dist/commonjs/operations/vmmServers.js +546 -0
  158. package/dist/commonjs/operations/vmmServers.js.map +1 -0
  159. package/dist/commonjs/operationsInterfaces/availabilitySets.d.ts +71 -0
  160. package/dist/commonjs/operationsInterfaces/availabilitySets.d.ts.map +1 -0
  161. package/dist/commonjs/operationsInterfaces/availabilitySets.js +10 -0
  162. package/dist/commonjs/operationsInterfaces/availabilitySets.js.map +1 -0
  163. package/dist/commonjs/operationsInterfaces/clouds.d.ts +71 -0
  164. package/dist/commonjs/operationsInterfaces/clouds.d.ts.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/clouds.js +10 -0
  166. package/dist/commonjs/operationsInterfaces/clouds.js.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/guestAgents.d.ts +39 -0
  168. package/dist/commonjs/operationsInterfaces/guestAgents.d.ts.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/guestAgents.js +10 -0
  170. package/dist/commonjs/operationsInterfaces/guestAgents.js.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  172. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  173. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  174. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  175. package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts +38 -0
  176. package/dist/commonjs/operationsInterfaces/inventoryItems.d.ts.map +1 -0
  177. package/dist/commonjs/operationsInterfaces/inventoryItems.js +10 -0
  178. package/dist/commonjs/operationsInterfaces/inventoryItems.js.map +1 -0
  179. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  180. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  181. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  182. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  183. package/dist/commonjs/operationsInterfaces/virtualMachineInstances.d.ts +141 -0
  184. package/dist/commonjs/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/virtualMachineInstances.js +10 -0
  186. package/dist/commonjs/operationsInterfaces/virtualMachineInstances.js.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts +71 -0
  188. package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.js +10 -0
  190. package/dist/commonjs/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts +71 -0
  192. package/dist/commonjs/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/virtualNetworks.js +10 -0
  194. package/dist/commonjs/operationsInterfaces/virtualNetworks.js.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts +18 -0
  196. package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js +10 -0
  198. package/dist/commonjs/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/vmmServers.d.ts +71 -0
  200. package/dist/commonjs/operationsInterfaces/vmmServers.d.ts.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/vmmServers.js +10 -0
  202. package/dist/commonjs/operationsInterfaces/vmmServers.js.map +1 -0
  203. package/dist/commonjs/package.json +3 -0
  204. package/dist/commonjs/pagingHelper.d.ts +13 -0
  205. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  206. package/dist/commonjs/pagingHelper.js +36 -0
  207. package/dist/commonjs/pagingHelper.js.map +1 -0
  208. package/dist/commonjs/scVmm.d.ts +30 -0
  209. package/dist/commonjs/scVmm.d.ts.map +1 -0
  210. package/dist/commonjs/scVmm.js +110 -0
  211. package/dist/commonjs/scVmm.js.map +1 -0
  212. package/dist/esm/index.d.ts +5 -0
  213. package/dist/esm/index.d.ts.map +1 -0
  214. package/dist/esm/index.js +13 -0
  215. package/dist/esm/index.js.map +1 -0
  216. package/dist/esm/lroImpl.d.ts +11 -0
  217. package/dist/esm/lroImpl.d.ts.map +1 -0
  218. package/dist/esm/lroImpl.js +14 -0
  219. package/dist/esm/lroImpl.js.map +1 -0
  220. package/dist/esm/models/index.d.ts +1967 -0
  221. package/dist/esm/models/index.d.ts.map +1 -0
  222. package/dist/esm/models/index.js +160 -0
  223. package/dist/esm/models/index.js.map +1 -0
  224. package/dist/esm/models/mappers.d.ts +109 -0
  225. package/dist/esm/models/mappers.d.ts.map +1 -0
  226. package/dist/esm/models/mappers.js +2918 -0
  227. package/dist/esm/models/mappers.js.map +1 -0
  228. package/dist/esm/models/parameters.d.ts +36 -0
  229. package/dist/esm/models/parameters.d.ts.map +1 -0
  230. package/dist/esm/models/parameters.js +277 -0
  231. package/dist/esm/models/parameters.js.map +1 -0
  232. package/dist/esm/operations/availabilitySets.d.ts +107 -0
  233. package/dist/esm/operations/availabilitySets.d.ts.map +1 -0
  234. package/dist/esm/operations/availabilitySets.js +552 -0
  235. package/dist/esm/operations/availabilitySets.js.map +1 -0
  236. package/dist/esm/operations/clouds.d.ts +107 -0
  237. package/dist/esm/operations/clouds.d.ts.map +1 -0
  238. package/dist/esm/operations/clouds.js +542 -0
  239. package/dist/esm/operations/clouds.js.map +1 -0
  240. package/dist/esm/operations/guestAgents.d.ts +63 -0
  241. package/dist/esm/operations/guestAgents.d.ts.map +1 -0
  242. package/dist/esm/operations/guestAgents.js +269 -0
  243. package/dist/esm/operations/guestAgents.js.map +1 -0
  244. package/dist/esm/operations/index.d.ts +11 -0
  245. package/dist/esm/operations/index.d.ts.map +1 -0
  246. package/dist/esm/operations/index.js +18 -0
  247. package/dist/esm/operations/index.js.map +1 -0
  248. package/dist/esm/operations/inventoryItems.d.ts +63 -0
  249. package/dist/esm/operations/inventoryItems.d.ts.map +1 -0
  250. package/dist/esm/operations/inventoryItems.js +257 -0
  251. package/dist/esm/operations/inventoryItems.js.map +1 -0
  252. package/dist/esm/operations/operations.d.ts +32 -0
  253. package/dist/esm/operations/operations.d.ts.map +1 -0
  254. package/dist/esm/operations/operations.js +133 -0
  255. package/dist/esm/operations/operations.js.map +1 -0
  256. package/dist/esm/operations/virtualMachineInstances.d.ts +164 -0
  257. package/dist/esm/operations/virtualMachineInstances.d.ts.map +1 -0
  258. package/dist/esm/operations/virtualMachineInstances.js +871 -0
  259. package/dist/esm/operations/virtualMachineInstances.js.map +1 -0
  260. package/dist/esm/operations/virtualMachineTemplates.d.ts +107 -0
  261. package/dist/esm/operations/virtualMachineTemplates.d.ts.map +1 -0
  262. package/dist/esm/operations/virtualMachineTemplates.js +552 -0
  263. package/dist/esm/operations/virtualMachineTemplates.js.map +1 -0
  264. package/dist/esm/operations/virtualNetworks.d.ts +107 -0
  265. package/dist/esm/operations/virtualNetworks.d.ts.map +1 -0
  266. package/dist/esm/operations/virtualNetworks.js +542 -0
  267. package/dist/esm/operations/virtualNetworks.js.map +1 -0
  268. package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.d.ts +42 -0
  269. package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
  270. package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.js +165 -0
  271. package/dist/esm/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -0
  272. package/dist/esm/operations/vmmServers.d.ts +107 -0
  273. package/dist/esm/operations/vmmServers.d.ts.map +1 -0
  274. package/dist/esm/operations/vmmServers.js +542 -0
  275. package/dist/esm/operations/vmmServers.js.map +1 -0
  276. package/dist/esm/operationsInterfaces/availabilitySets.d.ts +71 -0
  277. package/dist/esm/operationsInterfaces/availabilitySets.d.ts.map +1 -0
  278. package/dist/esm/operationsInterfaces/availabilitySets.js +9 -0
  279. package/dist/esm/operationsInterfaces/availabilitySets.js.map +1 -0
  280. package/dist/esm/operationsInterfaces/clouds.d.ts +71 -0
  281. package/dist/esm/operationsInterfaces/clouds.d.ts.map +1 -0
  282. package/dist/esm/operationsInterfaces/clouds.js +9 -0
  283. package/dist/esm/operationsInterfaces/clouds.js.map +1 -0
  284. package/dist/esm/operationsInterfaces/guestAgents.d.ts +39 -0
  285. package/dist/esm/operationsInterfaces/guestAgents.d.ts.map +1 -0
  286. package/dist/esm/operationsInterfaces/guestAgents.js +9 -0
  287. package/dist/esm/operationsInterfaces/guestAgents.js.map +1 -0
  288. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  289. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  290. package/dist/esm/operationsInterfaces/index.js +18 -0
  291. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  292. package/dist/esm/operationsInterfaces/inventoryItems.d.ts +38 -0
  293. package/dist/esm/operationsInterfaces/inventoryItems.d.ts.map +1 -0
  294. package/dist/esm/operationsInterfaces/inventoryItems.js +9 -0
  295. package/dist/esm/operationsInterfaces/inventoryItems.js.map +1 -0
  296. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  297. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  298. package/dist/esm/operationsInterfaces/operations.js +9 -0
  299. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  300. package/dist/esm/operationsInterfaces/virtualMachineInstances.d.ts +141 -0
  301. package/dist/esm/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
  302. package/dist/esm/operationsInterfaces/virtualMachineInstances.js +9 -0
  303. package/dist/esm/operationsInterfaces/virtualMachineInstances.js.map +1 -0
  304. package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts +71 -0
  305. package/dist/esm/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  306. package/dist/esm/operationsInterfaces/virtualMachineTemplates.js +9 -0
  307. package/dist/esm/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  308. package/dist/esm/operationsInterfaces/virtualNetworks.d.ts +71 -0
  309. package/dist/esm/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  310. package/dist/esm/operationsInterfaces/virtualNetworks.js +9 -0
  311. package/dist/esm/operationsInterfaces/virtualNetworks.js.map +1 -0
  312. package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts +18 -0
  313. package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
  314. package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js +9 -0
  315. package/dist/esm/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +1 -0
  316. package/dist/esm/operationsInterfaces/vmmServers.d.ts +71 -0
  317. package/dist/esm/operationsInterfaces/vmmServers.d.ts.map +1 -0
  318. package/dist/esm/operationsInterfaces/vmmServers.js +9 -0
  319. package/dist/esm/operationsInterfaces/vmmServers.js.map +1 -0
  320. package/dist/esm/package.json +3 -0
  321. package/dist/esm/pagingHelper.d.ts +13 -0
  322. package/dist/esm/pagingHelper.d.ts.map +1 -0
  323. package/dist/esm/pagingHelper.js +32 -0
  324. package/dist/esm/pagingHelper.js.map +1 -0
  325. package/dist/esm/scVmm.d.ts +30 -0
  326. package/dist/esm/scVmm.d.ts.map +1 -0
  327. package/dist/esm/scVmm.js +105 -0
  328. package/dist/esm/scVmm.js.map +1 -0
  329. package/dist/react-native/index.d.ts +5 -0
  330. package/dist/react-native/index.d.ts.map +1 -0
  331. package/dist/react-native/index.js +13 -0
  332. package/dist/react-native/index.js.map +1 -0
  333. package/dist/react-native/lroImpl.d.ts +11 -0
  334. package/dist/react-native/lroImpl.d.ts.map +1 -0
  335. package/dist/react-native/lroImpl.js +14 -0
  336. package/dist/react-native/lroImpl.js.map +1 -0
  337. package/dist/react-native/models/index.d.ts +1967 -0
  338. package/dist/react-native/models/index.d.ts.map +1 -0
  339. package/dist/react-native/models/index.js +160 -0
  340. package/dist/react-native/models/index.js.map +1 -0
  341. package/dist/react-native/models/mappers.d.ts +109 -0
  342. package/dist/react-native/models/mappers.d.ts.map +1 -0
  343. package/dist/react-native/models/mappers.js +2918 -0
  344. package/dist/react-native/models/mappers.js.map +1 -0
  345. package/dist/react-native/models/parameters.d.ts +36 -0
  346. package/dist/react-native/models/parameters.d.ts.map +1 -0
  347. package/dist/react-native/models/parameters.js +277 -0
  348. package/dist/react-native/models/parameters.js.map +1 -0
  349. package/dist/react-native/operations/availabilitySets.d.ts +107 -0
  350. package/dist/react-native/operations/availabilitySets.d.ts.map +1 -0
  351. package/dist/react-native/operations/availabilitySets.js +552 -0
  352. package/dist/react-native/operations/availabilitySets.js.map +1 -0
  353. package/dist/react-native/operations/clouds.d.ts +107 -0
  354. package/dist/react-native/operations/clouds.d.ts.map +1 -0
  355. package/dist/react-native/operations/clouds.js +542 -0
  356. package/dist/react-native/operations/clouds.js.map +1 -0
  357. package/dist/react-native/operations/guestAgents.d.ts +63 -0
  358. package/dist/react-native/operations/guestAgents.d.ts.map +1 -0
  359. package/dist/react-native/operations/guestAgents.js +269 -0
  360. package/dist/react-native/operations/guestAgents.js.map +1 -0
  361. package/dist/react-native/operations/index.d.ts +11 -0
  362. package/dist/react-native/operations/index.d.ts.map +1 -0
  363. package/dist/react-native/operations/index.js +18 -0
  364. package/dist/react-native/operations/index.js.map +1 -0
  365. package/dist/react-native/operations/inventoryItems.d.ts +63 -0
  366. package/dist/react-native/operations/inventoryItems.d.ts.map +1 -0
  367. package/dist/react-native/operations/inventoryItems.js +257 -0
  368. package/dist/react-native/operations/inventoryItems.js.map +1 -0
  369. package/dist/react-native/operations/operations.d.ts +32 -0
  370. package/dist/react-native/operations/operations.d.ts.map +1 -0
  371. package/dist/react-native/operations/operations.js +133 -0
  372. package/dist/react-native/operations/operations.js.map +1 -0
  373. package/dist/react-native/operations/virtualMachineInstances.d.ts +164 -0
  374. package/dist/react-native/operations/virtualMachineInstances.d.ts.map +1 -0
  375. package/dist/react-native/operations/virtualMachineInstances.js +871 -0
  376. package/dist/react-native/operations/virtualMachineInstances.js.map +1 -0
  377. package/dist/react-native/operations/virtualMachineTemplates.d.ts +107 -0
  378. package/dist/react-native/operations/virtualMachineTemplates.d.ts.map +1 -0
  379. package/dist/react-native/operations/virtualMachineTemplates.js +552 -0
  380. package/dist/react-native/operations/virtualMachineTemplates.js.map +1 -0
  381. package/dist/react-native/operations/virtualNetworks.d.ts +107 -0
  382. package/dist/react-native/operations/virtualNetworks.d.ts.map +1 -0
  383. package/dist/react-native/operations/virtualNetworks.js +542 -0
  384. package/dist/react-native/operations/virtualNetworks.js.map +1 -0
  385. package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.d.ts +42 -0
  386. package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
  387. package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.js +165 -0
  388. package/dist/react-native/operations/vmInstanceHybridIdentityMetadatas.js.map +1 -0
  389. package/dist/react-native/operations/vmmServers.d.ts +107 -0
  390. package/dist/react-native/operations/vmmServers.d.ts.map +1 -0
  391. package/dist/react-native/operations/vmmServers.js +542 -0
  392. package/dist/react-native/operations/vmmServers.js.map +1 -0
  393. package/dist/react-native/operationsInterfaces/availabilitySets.d.ts +71 -0
  394. package/dist/react-native/operationsInterfaces/availabilitySets.d.ts.map +1 -0
  395. package/dist/react-native/operationsInterfaces/availabilitySets.js +9 -0
  396. package/dist/react-native/operationsInterfaces/availabilitySets.js.map +1 -0
  397. package/dist/react-native/operationsInterfaces/clouds.d.ts +71 -0
  398. package/dist/react-native/operationsInterfaces/clouds.d.ts.map +1 -0
  399. package/dist/react-native/operationsInterfaces/clouds.js +9 -0
  400. package/dist/react-native/operationsInterfaces/clouds.js.map +1 -0
  401. package/dist/react-native/operationsInterfaces/guestAgents.d.ts +39 -0
  402. package/dist/react-native/operationsInterfaces/guestAgents.d.ts.map +1 -0
  403. package/dist/react-native/operationsInterfaces/guestAgents.js +9 -0
  404. package/dist/react-native/operationsInterfaces/guestAgents.js.map +1 -0
  405. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  406. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  407. package/dist/react-native/operationsInterfaces/index.js +18 -0
  408. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  409. package/dist/react-native/operationsInterfaces/inventoryItems.d.ts +38 -0
  410. package/dist/react-native/operationsInterfaces/inventoryItems.d.ts.map +1 -0
  411. package/dist/react-native/operationsInterfaces/inventoryItems.js +9 -0
  412. package/dist/react-native/operationsInterfaces/inventoryItems.js.map +1 -0
  413. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  414. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  415. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  416. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  417. package/dist/react-native/operationsInterfaces/virtualMachineInstances.d.ts +141 -0
  418. package/dist/react-native/operationsInterfaces/virtualMachineInstances.d.ts.map +1 -0
  419. package/dist/react-native/operationsInterfaces/virtualMachineInstances.js +9 -0
  420. package/dist/react-native/operationsInterfaces/virtualMachineInstances.js.map +1 -0
  421. package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts +71 -0
  422. package/dist/react-native/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  423. package/dist/react-native/operationsInterfaces/virtualMachineTemplates.js +9 -0
  424. package/dist/react-native/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  425. package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts +71 -0
  426. package/dist/react-native/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  427. package/dist/react-native/operationsInterfaces/virtualNetworks.js +9 -0
  428. package/dist/react-native/operationsInterfaces/virtualNetworks.js.map +1 -0
  429. package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts +18 -0
  430. package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +1 -0
  431. package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js +9 -0
  432. package/dist/react-native/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +1 -0
  433. package/dist/react-native/operationsInterfaces/vmmServers.d.ts +71 -0
  434. package/dist/react-native/operationsInterfaces/vmmServers.d.ts.map +1 -0
  435. package/dist/react-native/operationsInterfaces/vmmServers.js +9 -0
  436. package/dist/react-native/operationsInterfaces/vmmServers.js.map +1 -0
  437. package/dist/react-native/package.json +3 -0
  438. package/dist/react-native/pagingHelper.d.ts +13 -0
  439. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  440. package/dist/react-native/pagingHelper.js +32 -0
  441. package/dist/react-native/pagingHelper.js.map +1 -0
  442. package/dist/react-native/scVmm.d.ts +30 -0
  443. package/dist/react-native/scVmm.d.ts.map +1 -0
  444. package/dist/react-native/scVmm.js +105 -0
  445. package/dist/react-native/scVmm.js.map +1 -0
  446. package/package.json +67 -37
  447. package/dist/index.js +0 -8101
  448. package/dist/index.js.map +0 -1
  449. package/dist/index.min.js +0 -1
  450. package/dist/index.min.js.map +0 -1
  451. package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.d.ts +0 -2
  452. package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.js +0 -63
  454. package/dist-esm/samples-dev/availabilitySetsCreateOrUpdateSample.js.map +0 -1
  455. package/dist-esm/samples-dev/availabilitySetsDeleteSample.d.ts +0 -2
  456. package/dist-esm/samples-dev/availabilitySetsDeleteSample.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/availabilitySetsDeleteSample.js +0 -49
  458. package/dist-esm/samples-dev/availabilitySetsDeleteSample.js.map +0 -1
  459. package/dist-esm/samples-dev/availabilitySetsGetSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/availabilitySetsGetSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/availabilitySetsGetSample.js +0 -54
  462. package/dist-esm/samples-dev/availabilitySetsGetSample.js.map +0 -1
  463. package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js +0 -84
  466. package/dist-esm/samples-dev/availabilitySetsListByResourceGroupSample.js.map +0 -1
  467. package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js +0 -82
  470. package/dist-esm/samples-dev/availabilitySetsListBySubscriptionSample.js.map +0 -1
  471. package/dist-esm/samples-dev/availabilitySetsUpdateSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/availabilitySetsUpdateSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/availabilitySetsUpdateSample.js +0 -51
  474. package/dist-esm/samples-dev/availabilitySetsUpdateSample.js.map +0 -1
  475. package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.js +0 -62
  478. package/dist-esm/samples-dev/cloudsCreateOrUpdateSample.js.map +0 -1
  479. package/dist-esm/samples-dev/cloudsDeleteSample.d.ts +0 -2
  480. package/dist-esm/samples-dev/cloudsDeleteSample.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/cloudsDeleteSample.js +0 -49
  482. package/dist-esm/samples-dev/cloudsDeleteSample.js.map +0 -1
  483. package/dist-esm/samples-dev/cloudsGetSample.d.ts +0 -2
  484. package/dist-esm/samples-dev/cloudsGetSample.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/cloudsGetSample.js +0 -54
  486. package/dist-esm/samples-dev/cloudsGetSample.js.map +0 -1
  487. package/dist-esm/samples-dev/cloudsListByResourceGroupSample.d.ts +0 -2
  488. package/dist-esm/samples-dev/cloudsListByResourceGroupSample.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js +0 -84
  490. package/dist-esm/samples-dev/cloudsListByResourceGroupSample.js.map +0 -1
  491. package/dist-esm/samples-dev/cloudsListBySubscriptionSample.d.ts +0 -2
  492. package/dist-esm/samples-dev/cloudsListBySubscriptionSample.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js +0 -82
  494. package/dist-esm/samples-dev/cloudsListBySubscriptionSample.js.map +0 -1
  495. package/dist-esm/samples-dev/cloudsUpdateSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/cloudsUpdateSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/cloudsUpdateSample.js +0 -51
  498. package/dist-esm/samples-dev/cloudsUpdateSample.js.map +0 -1
  499. package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/guestAgentsCreateSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/guestAgentsCreateSample.js +0 -54
  502. package/dist-esm/samples-dev/guestAgentsCreateSample.js.map +0 -1
  503. package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/guestAgentsDeleteSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/guestAgentsDeleteSample.js +0 -50
  506. package/dist-esm/samples-dev/guestAgentsDeleteSample.js.map +0 -1
  507. package/dist-esm/samples-dev/guestAgentsGetSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/guestAgentsGetSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/guestAgentsGetSample.js +0 -50
  510. package/dist-esm/samples-dev/guestAgentsGetSample.js.map +0 -1
  511. package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.js +0 -82
  514. package/dist-esm/samples-dev/guestAgentsListByVirtualMachineInstanceSample.js.map +0 -1
  515. package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/inventoryItemsCreateSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/inventoryItemsCreateSample.js +0 -54
  518. package/dist-esm/samples-dev/inventoryItemsCreateSample.js.map +0 -1
  519. package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/inventoryItemsDeleteSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/inventoryItemsDeleteSample.js +0 -56
  522. package/dist-esm/samples-dev/inventoryItemsDeleteSample.js.map +0 -1
  523. package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/inventoryItemsGetSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/inventoryItemsGetSample.js +0 -56
  526. package/dist-esm/samples-dev/inventoryItemsGetSample.js.map +0 -1
  527. package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js +0 -86
  530. package/dist-esm/samples-dev/inventoryItemsListByVmmServerSample.js.map +0 -1
  531. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/operationsListSample.js +0 -82
  534. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  535. package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.js +0 -48
  538. package/dist-esm/samples-dev/virtualMachineInstancesCreateCheckpointSample.js.map +0 -1
  539. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js +0 -118
  542. package/dist-esm/samples-dev/virtualMachineInstancesCreateOrUpdateSample.js.map +0 -1
  543. package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.d.ts +0 -2
  544. package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.js +0 -47
  546. package/dist-esm/samples-dev/virtualMachineInstancesDeleteCheckpointSample.js.map +0 -1
  547. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts +0 -2
  548. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js +0 -49
  550. package/dist-esm/samples-dev/virtualMachineInstancesDeleteSample.js.map +0 -1
  551. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts +0 -2
  552. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js +0 -50
  554. package/dist-esm/samples-dev/virtualMachineInstancesGetSample.js.map +0 -1
  555. package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts +0 -2
  556. package/dist-esm/samples-dev/virtualMachineInstancesListSample.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/virtualMachineInstancesListSample.js +0 -82
  558. package/dist-esm/samples-dev/virtualMachineInstancesListSample.js.map +0 -1
  559. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts +0 -2
  560. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js +0 -50
  562. package/dist-esm/samples-dev/virtualMachineInstancesRestartSample.js.map +0 -1
  563. package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.d.ts +0 -2
  564. package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.js +0 -45
  566. package/dist-esm/samples-dev/virtualMachineInstancesRestoreCheckpointSample.js.map +0 -1
  567. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts +0 -2
  568. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js +0 -50
  570. package/dist-esm/samples-dev/virtualMachineInstancesStartSample.js.map +0 -1
  571. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js +0 -45
  574. package/dist-esm/samples-dev/virtualMachineInstancesStopSample.js.map +0 -1
  575. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js +0 -90
  578. package/dist-esm/samples-dev/virtualMachineInstancesUpdateSample.js.map +0 -1
  579. package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.js +0 -69
  582. package/dist-esm/samples-dev/virtualMachineTemplatesCreateOrUpdateSample.js.map +0 -1
  583. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js +0 -49
  586. package/dist-esm/samples-dev/virtualMachineTemplatesDeleteSample.js.map +0 -1
  587. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js +0 -54
  590. package/dist-esm/samples-dev/virtualMachineTemplatesGetSample.js.map +0 -1
  591. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +0 -84
  594. package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +0 -1
  595. package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js +0 -82
  598. package/dist-esm/samples-dev/virtualMachineTemplatesListBySubscriptionSample.js.map +0 -1
  599. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js +0 -51
  602. package/dist-esm/samples-dev/virtualMachineTemplatesUpdateSample.js.map +0 -1
  603. package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.js +0 -61
  606. package/dist-esm/samples-dev/virtualNetworksCreateOrUpdateSample.js.map +0 -1
  607. package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/virtualNetworksDeleteSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/virtualNetworksDeleteSample.js +0 -49
  610. package/dist-esm/samples-dev/virtualNetworksDeleteSample.js.map +0 -1
  611. package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/virtualNetworksGetSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/virtualNetworksGetSample.js +0 -54
  614. package/dist-esm/samples-dev/virtualNetworksGetSample.js.map +0 -1
  615. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +0 -84
  618. package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +0 -1
  619. package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js +0 -82
  622. package/dist-esm/samples-dev/virtualNetworksListBySubscriptionSample.js.map +0 -1
  623. package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts +0 -2
  624. package/dist-esm/samples-dev/virtualNetworksUpdateSample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/virtualNetworksUpdateSample.js +0 -49
  626. package/dist-esm/samples-dev/virtualNetworksUpdateSample.js.map +0 -1
  627. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.js +0 -50
  630. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasGetSample.js.map +0 -1
  631. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.js +0 -82
  634. package/dist-esm/samples-dev/vmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceSample.js.map +0 -1
  635. package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.js +0 -64
  638. package/dist-esm/samples-dev/vmmServersCreateOrUpdateSample.js.map +0 -1
  639. package/dist-esm/samples-dev/vmmServersDeleteSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/vmmServersDeleteSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/vmmServersDeleteSample.js +0 -49
  642. package/dist-esm/samples-dev/vmmServersDeleteSample.js.map +0 -1
  643. package/dist-esm/samples-dev/vmmServersGetSample.d.ts +0 -2
  644. package/dist-esm/samples-dev/vmmServersGetSample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/vmmServersGetSample.js +0 -54
  646. package/dist-esm/samples-dev/vmmServersGetSample.js.map +0 -1
  647. package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js +0 -84
  650. package/dist-esm/samples-dev/vmmServersListByResourceGroupSample.js.map +0 -1
  651. package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js +0 -82
  654. package/dist-esm/samples-dev/vmmServersListBySubscriptionSample.js.map +0 -1
  655. package/dist-esm/samples-dev/vmmServersUpdateSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/vmmServersUpdateSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/vmmServersUpdateSample.js +0 -51
  658. package/dist-esm/samples-dev/vmmServersUpdateSample.js.map +0 -1
  659. package/dist-esm/src/index.d.ts +0 -5
  660. package/dist-esm/src/index.d.ts.map +0 -1
  661. package/dist-esm/src/index.js +0 -13
  662. package/dist-esm/src/index.js.map +0 -1
  663. package/dist-esm/src/lroImpl.js.map +0 -1
  664. package/dist-esm/src/models/index.js.map +0 -1
  665. package/dist-esm/src/models/mappers.js.map +0 -1
  666. package/dist-esm/src/models/parameters.js +0 -277
  667. package/dist-esm/src/models/parameters.js.map +0 -1
  668. package/dist-esm/src/operations/availabilitySets.d.ts +0 -107
  669. package/dist-esm/src/operations/availabilitySets.d.ts.map +0 -1
  670. package/dist-esm/src/operations/availabilitySets.js +0 -564
  671. package/dist-esm/src/operations/availabilitySets.js.map +0 -1
  672. package/dist-esm/src/operations/clouds.d.ts +0 -107
  673. package/dist-esm/src/operations/clouds.d.ts.map +0 -1
  674. package/dist-esm/src/operations/clouds.js +0 -554
  675. package/dist-esm/src/operations/clouds.js.map +0 -1
  676. package/dist-esm/src/operations/guestAgents.d.ts +0 -63
  677. package/dist-esm/src/operations/guestAgents.d.ts.map +0 -1
  678. package/dist-esm/src/operations/guestAgents.js +0 -273
  679. package/dist-esm/src/operations/guestAgents.js.map +0 -1
  680. package/dist-esm/src/operations/index.d.ts +0 -11
  681. package/dist-esm/src/operations/index.d.ts.map +0 -1
  682. package/dist-esm/src/operations/index.js +0 -18
  683. package/dist-esm/src/operations/index.js.map +0 -1
  684. package/dist-esm/src/operations/inventoryItems.d.ts +0 -63
  685. package/dist-esm/src/operations/inventoryItems.d.ts.map +0 -1
  686. package/dist-esm/src/operations/inventoryItems.js +0 -257
  687. package/dist-esm/src/operations/inventoryItems.js.map +0 -1
  688. package/dist-esm/src/operations/operations.d.ts +0 -32
  689. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  690. package/dist-esm/src/operations/operations.js +0 -133
  691. package/dist-esm/src/operations/operations.js.map +0 -1
  692. package/dist-esm/src/operations/virtualMachineInstances.d.ts +0 -164
  693. package/dist-esm/src/operations/virtualMachineInstances.d.ts.map +0 -1
  694. package/dist-esm/src/operations/virtualMachineInstances.js +0 -907
  695. package/dist-esm/src/operations/virtualMachineInstances.js.map +0 -1
  696. package/dist-esm/src/operations/virtualMachineTemplates.d.ts +0 -107
  697. package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +0 -1
  698. package/dist-esm/src/operations/virtualMachineTemplates.js +0 -564
  699. package/dist-esm/src/operations/virtualMachineTemplates.js.map +0 -1
  700. package/dist-esm/src/operations/virtualNetworks.d.ts +0 -107
  701. package/dist-esm/src/operations/virtualNetworks.d.ts.map +0 -1
  702. package/dist-esm/src/operations/virtualNetworks.js +0 -554
  703. package/dist-esm/src/operations/virtualNetworks.js.map +0 -1
  704. package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.d.ts +0 -42
  705. package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.d.ts.map +0 -1
  706. package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.js +0 -165
  707. package/dist-esm/src/operations/vmInstanceHybridIdentityMetadatas.js.map +0 -1
  708. package/dist-esm/src/operations/vmmServers.d.ts +0 -107
  709. package/dist-esm/src/operations/vmmServers.d.ts.map +0 -1
  710. package/dist-esm/src/operations/vmmServers.js +0 -554
  711. package/dist-esm/src/operations/vmmServers.js.map +0 -1
  712. package/dist-esm/src/operationsInterfaces/availabilitySets.d.ts +0 -71
  713. package/dist-esm/src/operationsInterfaces/availabilitySets.d.ts.map +0 -1
  714. package/dist-esm/src/operationsInterfaces/availabilitySets.js.map +0 -1
  715. package/dist-esm/src/operationsInterfaces/clouds.d.ts +0 -71
  716. package/dist-esm/src/operationsInterfaces/clouds.d.ts.map +0 -1
  717. package/dist-esm/src/operationsInterfaces/clouds.js.map +0 -1
  718. package/dist-esm/src/operationsInterfaces/guestAgents.d.ts +0 -39
  719. package/dist-esm/src/operationsInterfaces/guestAgents.d.ts.map +0 -1
  720. package/dist-esm/src/operationsInterfaces/guestAgents.js.map +0 -1
  721. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  722. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  723. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  724. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  725. package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts +0 -38
  726. package/dist-esm/src/operationsInterfaces/inventoryItems.d.ts.map +0 -1
  727. package/dist-esm/src/operationsInterfaces/inventoryItems.js.map +0 -1
  728. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  729. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  730. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  731. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts +0 -141
  732. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.d.ts.map +0 -1
  733. package/dist-esm/src/operationsInterfaces/virtualMachineInstances.js.map +0 -1
  734. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +0 -71
  735. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +0 -1
  736. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +0 -1
  737. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +0 -71
  738. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +0 -1
  739. package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +0 -1
  740. package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts +0 -18
  741. package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.d.ts.map +0 -1
  742. package/dist-esm/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js.map +0 -1
  743. package/dist-esm/src/operationsInterfaces/vmmServers.d.ts +0 -71
  744. package/dist-esm/src/operationsInterfaces/vmmServers.d.ts.map +0 -1
  745. package/dist-esm/src/operationsInterfaces/vmmServers.js.map +0 -1
  746. package/dist-esm/src/pagingHelper.js.map +0 -1
  747. package/dist-esm/src/scVmm.d.ts +0 -30
  748. package/dist-esm/src/scVmm.d.ts.map +0 -1
  749. package/dist-esm/src/scVmm.js +0 -108
  750. package/dist-esm/src/scVmm.js.map +0 -1
  751. package/dist-esm/test/scvmm_operations_test.spec.d.ts +0 -4
  752. package/dist-esm/test/scvmm_operations_test.spec.d.ts.map +0 -1
  753. package/dist-esm/test/scvmm_operations_test.spec.js +0 -74
  754. package/dist-esm/test/scvmm_operations_test.spec.js.map +0 -1
  755. package/src/index.ts +0 -13
  756. package/src/lroImpl.ts +0 -38
  757. package/src/models/index.ts +0 -2290
  758. package/src/models/mappers.ts +0 -3106
  759. package/src/models/parameters.ts +0 -337
  760. package/src/operations/availabilitySets.ts +0 -738
  761. package/src/operations/clouds.ts +0 -722
  762. package/src/operations/guestAgents.ts +0 -365
  763. package/src/operations/index.ts +0 -18
  764. package/src/operations/inventoryItems.ts +0 -341
  765. package/src/operations/operations.ts +0 -149
  766. package/src/operations/virtualMachineInstances.ts +0 -1239
  767. package/src/operations/virtualMachineTemplates.ts +0 -738
  768. package/src/operations/virtualNetworks.ts +0 -728
  769. package/src/operations/vmInstanceHybridIdentityMetadatas.ts +0 -214
  770. package/src/operations/vmmServers.ts +0 -728
  771. package/src/operationsInterfaces/availabilitySets.ts +0 -145
  772. package/src/operationsInterfaces/clouds.ts +0 -139
  773. package/src/operationsInterfaces/guestAgents.ts +0 -78
  774. package/src/operationsInterfaces/index.ts +0 -18
  775. package/src/operationsInterfaces/inventoryItems.ts +0 -75
  776. package/src/operationsInterfaces/operations.ts +0 -22
  777. package/src/operationsInterfaces/virtualMachineInstances.ts +0 -295
  778. package/src/operationsInterfaces/virtualMachineTemplates.ts +0 -145
  779. package/src/operationsInterfaces/virtualNetworks.ts +0 -145
  780. package/src/operationsInterfaces/vmInstanceHybridIdentityMetadatas.ts +0 -38
  781. package/src/operationsInterfaces/vmmServers.ts +0 -145
  782. package/src/pagingHelper.ts +0 -39
  783. package/src/scVmm.ts +0 -196
  784. package/tsconfig.json +0 -33
  785. package/types/arm-scvmm.d.ts +0 -2848
  786. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  787. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  788. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  789. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  790. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  791. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  792. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  793. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  794. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  795. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  796. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  797. /package/{dist-esm/src → dist/browser}/operationsInterfaces/availabilitySets.js +0 -0
  798. /package/{dist-esm/src → dist/browser}/operationsInterfaces/clouds.js +0 -0
  799. /package/{dist-esm/src → dist/browser}/operationsInterfaces/guestAgents.js +0 -0
  800. /package/{dist-esm/src → dist/browser}/operationsInterfaces/inventoryItems.js +0 -0
  801. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  802. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineInstances.js +0 -0
  803. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachineTemplates.js +0 -0
  804. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworks.js +0 -0
  805. /package/{dist-esm/src → dist/browser}/operationsInterfaces/vmInstanceHybridIdentityMetadatas.js +0 -0
  806. /package/{dist-esm/src → dist/browser}/operationsInterfaces/vmmServers.js +0 -0
  807. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  808. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  809. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  810. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,2848 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for ActionType. \
9
- * {@link KnownActionType} can be used interchangeably with ActionType,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **Internal**
13
- */
14
- export declare type ActionType = string;
15
-
16
- /**
17
- * Defines values for AllocationMethod. \
18
- * {@link KnownAllocationMethod} can be used interchangeably with AllocationMethod,
19
- * this enum contains the known values that the service supports.
20
- * ### Known values supported by the service
21
- * **Dynamic**: Dynamically allocated address. \
22
- * **Static**: Statically allocated address.
23
- */
24
- export declare type AllocationMethod = string;
25
-
26
- /** The AvailabilitySets resource definition. */
27
- export declare interface AvailabilitySet extends TrackedResource {
28
- /** The resource-specific properties for this resource. */
29
- properties?: AvailabilitySetProperties;
30
- /** The extended location. */
31
- extendedLocation: ExtendedLocation;
32
- }
33
-
34
- /** Availability Set model */
35
- export declare interface AvailabilitySetListItem {
36
- /** Gets the ARM Id of the microsoft.scvmm/availabilitySets resource. */
37
- id?: string;
38
- /** Gets or sets the name of the availability set. */
39
- name?: string;
40
- }
41
-
42
- /** The response of a AvailabilitySet list operation. */
43
- export declare interface AvailabilitySetListResult {
44
- /** The AvailabilitySet items on this page */
45
- value: AvailabilitySet[];
46
- /**
47
- * The link to the next page of items
48
- * NOTE: This property will not be serialized. It can only be populated by the server.
49
- */
50
- readonly nextLink?: string;
51
- }
52
-
53
- /** Defines the resource properties. */
54
- export declare interface AvailabilitySetProperties {
55
- /** Name of the availability set. */
56
- availabilitySetName?: string;
57
- /** ARM Id of the vmmServer resource in which this resource resides. */
58
- vmmServerId?: string;
59
- /**
60
- * Provisioning state of the resource.
61
- * NOTE: This property will not be serialized. It can only be populated by the server.
62
- */
63
- readonly provisioningState?: ProvisioningState;
64
- }
65
-
66
- /** Interface representing a AvailabilitySets. */
67
- export declare interface AvailabilitySets {
68
- /**
69
- * List of AvailabilitySets in a subscription.
70
- * @param options The options parameters.
71
- */
72
- listBySubscription(options?: AvailabilitySetsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AvailabilitySet>;
73
- /**
74
- * List of AvailabilitySets in a resource group.
75
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
76
- * @param options The options parameters.
77
- */
78
- listByResourceGroup(resourceGroupName: string, options?: AvailabilitySetsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AvailabilitySet>;
79
- /**
80
- * Implements AvailabilitySet GET method.
81
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
82
- * @param availabilitySetResourceName Name of the AvailabilitySet.
83
- * @param options The options parameters.
84
- */
85
- get(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsGetOptionalParams): Promise<AvailabilitySetsGetResponse>;
86
- /**
87
- * Onboards the ScVmm availability set as an Azure resource.
88
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
89
- * @param availabilitySetResourceName Name of the AvailabilitySet.
90
- * @param resource Resource create parameters.
91
- * @param options The options parameters.
92
- */
93
- beginCreateOrUpdate(resourceGroupName: string, availabilitySetResourceName: string, resource: AvailabilitySet, options?: AvailabilitySetsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsCreateOrUpdateResponse>, AvailabilitySetsCreateOrUpdateResponse>>;
94
- /**
95
- * Onboards the ScVmm availability set as an Azure resource.
96
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
97
- * @param availabilitySetResourceName Name of the AvailabilitySet.
98
- * @param resource Resource create parameters.
99
- * @param options The options parameters.
100
- */
101
- beginCreateOrUpdateAndWait(resourceGroupName: string, availabilitySetResourceName: string, resource: AvailabilitySet, options?: AvailabilitySetsCreateOrUpdateOptionalParams): Promise<AvailabilitySetsCreateOrUpdateResponse>;
102
- /**
103
- * Updates the AvailabilitySets resource.
104
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
105
- * @param availabilitySetResourceName Name of the AvailabilitySet.
106
- * @param properties The resource properties to be updated.
107
- * @param options The options parameters.
108
- */
109
- beginUpdate(resourceGroupName: string, availabilitySetResourceName: string, properties: AvailabilitySetTagsUpdate, options?: AvailabilitySetsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsUpdateResponse>, AvailabilitySetsUpdateResponse>>;
110
- /**
111
- * Updates the AvailabilitySets resource.
112
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
113
- * @param availabilitySetResourceName Name of the AvailabilitySet.
114
- * @param properties The resource properties to be updated.
115
- * @param options The options parameters.
116
- */
117
- beginUpdateAndWait(resourceGroupName: string, availabilitySetResourceName: string, properties: AvailabilitySetTagsUpdate, options?: AvailabilitySetsUpdateOptionalParams): Promise<AvailabilitySetsUpdateResponse>;
118
- /**
119
- * Deregisters the ScVmm availability set from Azure.
120
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
121
- * @param availabilitySetResourceName Name of the AvailabilitySet.
122
- * @param options The options parameters.
123
- */
124
- beginDelete(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AvailabilitySetsDeleteResponse>, AvailabilitySetsDeleteResponse>>;
125
- /**
126
- * Deregisters the ScVmm availability set from Azure.
127
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
128
- * @param availabilitySetResourceName Name of the AvailabilitySet.
129
- * @param options The options parameters.
130
- */
131
- beginDeleteAndWait(resourceGroupName: string, availabilitySetResourceName: string, options?: AvailabilitySetsDeleteOptionalParams): Promise<AvailabilitySetsDeleteResponse>;
132
- }
133
-
134
- /** Defines headers for AvailabilitySets_createOrUpdate operation. */
135
- export declare interface AvailabilitySetsCreateOrUpdateHeaders {
136
- /** A link to the status monitor */
137
- azureAsyncOperation?: string;
138
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
139
- retryAfter?: number;
140
- }
141
-
142
- /** Optional parameters. */
143
- export declare interface AvailabilitySetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
144
- /** Delay to wait until next poll, in milliseconds. */
145
- updateIntervalInMs?: number;
146
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
147
- resumeFrom?: string;
148
- }
149
-
150
- /** Contains response data for the createOrUpdate operation. */
151
- export declare type AvailabilitySetsCreateOrUpdateResponse = AvailabilitySet;
152
-
153
- /** Defines headers for AvailabilitySets_delete operation. */
154
- export declare interface AvailabilitySetsDeleteHeaders {
155
- /** A link to the status monitor */
156
- azureAsyncOperation?: string;
157
- /** The Location header contains the URL where the status of the long running operation can be checked. */
158
- location?: string;
159
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
160
- retryAfter?: number;
161
- }
162
-
163
- /** Optional parameters. */
164
- export declare interface AvailabilitySetsDeleteOptionalParams extends coreClient.OperationOptions {
165
- /** Forces the resource to be deleted. */
166
- force?: ForceDelete;
167
- /** Delay to wait until next poll, in milliseconds. */
168
- updateIntervalInMs?: number;
169
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
170
- resumeFrom?: string;
171
- }
172
-
173
- /** Contains response data for the delete operation. */
174
- export declare type AvailabilitySetsDeleteResponse = AvailabilitySetsDeleteHeaders;
175
-
176
- /** Optional parameters. */
177
- export declare interface AvailabilitySetsGetOptionalParams extends coreClient.OperationOptions {
178
- }
179
-
180
- /** Contains response data for the get operation. */
181
- export declare type AvailabilitySetsGetResponse = AvailabilitySet;
182
-
183
- /** Optional parameters. */
184
- export declare interface AvailabilitySetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
185
- }
186
-
187
- /** Contains response data for the listByResourceGroupNext operation. */
188
- export declare type AvailabilitySetsListByResourceGroupNextResponse = AvailabilitySetListResult;
189
-
190
- /** Optional parameters. */
191
- export declare interface AvailabilitySetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
192
- }
193
-
194
- /** Contains response data for the listByResourceGroup operation. */
195
- export declare type AvailabilitySetsListByResourceGroupResponse = AvailabilitySetListResult;
196
-
197
- /** Optional parameters. */
198
- export declare interface AvailabilitySetsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
199
- }
200
-
201
- /** Contains response data for the listBySubscriptionNext operation. */
202
- export declare type AvailabilitySetsListBySubscriptionNextResponse = AvailabilitySetListResult;
203
-
204
- /** Optional parameters. */
205
- export declare interface AvailabilitySetsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
206
- }
207
-
208
- /** Contains response data for the listBySubscription operation. */
209
- export declare type AvailabilitySetsListBySubscriptionResponse = AvailabilitySetListResult;
210
-
211
- /** Defines headers for AvailabilitySets_update operation. */
212
- export declare interface AvailabilitySetsUpdateHeaders {
213
- /** The Location header contains the URL where the status of the long running operation can be checked. */
214
- location?: string;
215
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
216
- retryAfter?: number;
217
- }
218
-
219
- /** Optional parameters. */
220
- export declare interface AvailabilitySetsUpdateOptionalParams extends coreClient.OperationOptions {
221
- /** Delay to wait until next poll, in milliseconds. */
222
- updateIntervalInMs?: number;
223
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
224
- resumeFrom?: string;
225
- }
226
-
227
- /** Contains response data for the update operation. */
228
- export declare type AvailabilitySetsUpdateResponse = AvailabilitySet;
229
-
230
- /** The type used for updating tags in AvailabilitySet resources. */
231
- export declare interface AvailabilitySetTagsUpdate {
232
- /** Resource tags. */
233
- tags?: {
234
- [propertyName: string]: string;
235
- };
236
- }
237
-
238
- /** Defines the resource properties. */
239
- export declare interface Checkpoint {
240
- /** Gets ID of parent of the checkpoint. */
241
- parentCheckpointId?: string;
242
- /** Gets ID of the checkpoint. */
243
- checkpointId?: string;
244
- /** Gets name of the checkpoint. */
245
- name?: string;
246
- /** Gets description of the checkpoint. */
247
- description?: string;
248
- }
249
-
250
- /** The Clouds resource definition. */
251
- export declare interface Cloud extends TrackedResource {
252
- /** The resource-specific properties for this resource. */
253
- properties?: CloudProperties;
254
- /** The extended location. */
255
- extendedLocation: ExtendedLocation;
256
- }
257
-
258
- /** Cloud Capacity model */
259
- export declare interface CloudCapacity {
260
- /**
261
- * CPUCount specifies the maximum number of CPUs that can be allocated in the cloud.
262
- * NOTE: This property will not be serialized. It can only be populated by the server.
263
- */
264
- readonly cpuCount?: number;
265
- /**
266
- * MemoryMB specifies a memory usage limit in megabytes.
267
- * NOTE: This property will not be serialized. It can only be populated by the server.
268
- */
269
- readonly memoryMB?: number;
270
- /**
271
- * VMCount gives the max number of VMs that can be deployed in the cloud.
272
- * NOTE: This property will not be serialized. It can only be populated by the server.
273
- */
274
- readonly vmCount?: number;
275
- }
276
-
277
- /** The Cloud inventory item. */
278
- export declare interface CloudInventoryItem extends InventoryItemProperties {
279
- /** Polymorphic discriminator, which specifies the different types this object can be */
280
- inventoryType: "Cloud";
281
- }
282
-
283
- /** The response of a Cloud list operation. */
284
- export declare interface CloudListResult {
285
- /** The Cloud items on this page */
286
- value: Cloud[];
287
- /**
288
- * The link to the next page of items
289
- * NOTE: This property will not be serialized. It can only be populated by the server.
290
- */
291
- readonly nextLink?: string;
292
- }
293
-
294
- /** Defines the resource properties. */
295
- export declare interface CloudProperties {
296
- /** Gets or sets the inventory Item ID for the resource. */
297
- inventoryItemId?: string;
298
- /** Unique ID of the cloud. */
299
- uuid?: string;
300
- /** ARM Id of the vmmServer resource in which this resource resides. */
301
- vmmServerId?: string;
302
- /**
303
- * Name of the cloud in VmmServer.
304
- * NOTE: This property will not be serialized. It can only be populated by the server.
305
- */
306
- readonly cloudName?: string;
307
- /**
308
- * Capacity of the cloud.
309
- * NOTE: This property will not be serialized. It can only be populated by the server.
310
- */
311
- readonly cloudCapacity?: CloudCapacity;
312
- /**
313
- * List of QoS policies available for the cloud.
314
- * NOTE: This property will not be serialized. It can only be populated by the server.
315
- */
316
- readonly storageQosPolicies?: StorageQosPolicy[];
317
- /**
318
- * Provisioning state of the resource.
319
- * NOTE: This property will not be serialized. It can only be populated by the server.
320
- */
321
- readonly provisioningState?: ProvisioningState;
322
- }
323
-
324
- /** Interface representing a Clouds. */
325
- export declare interface Clouds {
326
- /**
327
- * List of Clouds in a subscription.
328
- * @param options The options parameters.
329
- */
330
- listBySubscription(options?: CloudsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cloud>;
331
- /**
332
- * List of Clouds in a resource group.
333
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
334
- * @param options The options parameters.
335
- */
336
- listByResourceGroup(resourceGroupName: string, options?: CloudsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cloud>;
337
- /**
338
- * Implements Cloud GET method.
339
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
340
- * @param cloudResourceName Name of the Cloud.
341
- * @param options The options parameters.
342
- */
343
- get(resourceGroupName: string, cloudResourceName: string, options?: CloudsGetOptionalParams): Promise<CloudsGetResponse>;
344
- /**
345
- * Onboards the ScVmm fabric cloud as an Azure cloud resource.
346
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
347
- * @param cloudResourceName Name of the Cloud.
348
- * @param resource Resource create parameters.
349
- * @param options The options parameters.
350
- */
351
- beginCreateOrUpdate(resourceGroupName: string, cloudResourceName: string, resource: Cloud, options?: CloudsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudsCreateOrUpdateResponse>, CloudsCreateOrUpdateResponse>>;
352
- /**
353
- * Onboards the ScVmm fabric cloud as an Azure cloud resource.
354
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
355
- * @param cloudResourceName Name of the Cloud.
356
- * @param resource Resource create parameters.
357
- * @param options The options parameters.
358
- */
359
- beginCreateOrUpdateAndWait(resourceGroupName: string, cloudResourceName: string, resource: Cloud, options?: CloudsCreateOrUpdateOptionalParams): Promise<CloudsCreateOrUpdateResponse>;
360
- /**
361
- * Updates the Clouds resource.
362
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
363
- * @param cloudResourceName Name of the Cloud.
364
- * @param properties The resource properties to be updated.
365
- * @param options The options parameters.
366
- */
367
- beginUpdate(resourceGroupName: string, cloudResourceName: string, properties: CloudTagsUpdate, options?: CloudsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudsUpdateResponse>, CloudsUpdateResponse>>;
368
- /**
369
- * Updates the Clouds resource.
370
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
371
- * @param cloudResourceName Name of the Cloud.
372
- * @param properties The resource properties to be updated.
373
- * @param options The options parameters.
374
- */
375
- beginUpdateAndWait(resourceGroupName: string, cloudResourceName: string, properties: CloudTagsUpdate, options?: CloudsUpdateOptionalParams): Promise<CloudsUpdateResponse>;
376
- /**
377
- * Deregisters the ScVmm fabric cloud from Azure.
378
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
379
- * @param cloudResourceName Name of the Cloud.
380
- * @param options The options parameters.
381
- */
382
- beginDelete(resourceGroupName: string, cloudResourceName: string, options?: CloudsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudsDeleteResponse>, CloudsDeleteResponse>>;
383
- /**
384
- * Deregisters the ScVmm fabric cloud from Azure.
385
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
386
- * @param cloudResourceName Name of the Cloud.
387
- * @param options The options parameters.
388
- */
389
- beginDeleteAndWait(resourceGroupName: string, cloudResourceName: string, options?: CloudsDeleteOptionalParams): Promise<CloudsDeleteResponse>;
390
- }
391
-
392
- /** Defines headers for Clouds_createOrUpdate operation. */
393
- export declare interface CloudsCreateOrUpdateHeaders {
394
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
395
- retryAfter?: number;
396
- }
397
-
398
- /** Optional parameters. */
399
- export declare interface CloudsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
400
- /** Delay to wait until next poll, in milliseconds. */
401
- updateIntervalInMs?: number;
402
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
403
- resumeFrom?: string;
404
- }
405
-
406
- /** Contains response data for the createOrUpdate operation. */
407
- export declare type CloudsCreateOrUpdateResponse = Cloud;
408
-
409
- /** Defines headers for Clouds_delete operation. */
410
- export declare interface CloudsDeleteHeaders {
411
- /** The Location header contains the URL where the status of the long running operation can be checked. */
412
- location?: string;
413
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
414
- retryAfter?: number;
415
- }
416
-
417
- /** Optional parameters. */
418
- export declare interface CloudsDeleteOptionalParams extends coreClient.OperationOptions {
419
- /** Forces the resource to be deleted. */
420
- force?: ForceDelete;
421
- /** Delay to wait until next poll, in milliseconds. */
422
- updateIntervalInMs?: number;
423
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
424
- resumeFrom?: string;
425
- }
426
-
427
- /** Contains response data for the delete operation. */
428
- export declare type CloudsDeleteResponse = CloudsDeleteHeaders;
429
-
430
- /** Optional parameters. */
431
- export declare interface CloudsGetOptionalParams extends coreClient.OperationOptions {
432
- }
433
-
434
- /** Contains response data for the get operation. */
435
- export declare type CloudsGetResponse = Cloud;
436
-
437
- /** Optional parameters. */
438
- export declare interface CloudsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
439
- }
440
-
441
- /** Contains response data for the listByResourceGroupNext operation. */
442
- export declare type CloudsListByResourceGroupNextResponse = CloudListResult;
443
-
444
- /** Optional parameters. */
445
- export declare interface CloudsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
446
- }
447
-
448
- /** Contains response data for the listByResourceGroup operation. */
449
- export declare type CloudsListByResourceGroupResponse = CloudListResult;
450
-
451
- /** Optional parameters. */
452
- export declare interface CloudsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
453
- }
454
-
455
- /** Contains response data for the listBySubscriptionNext operation. */
456
- export declare type CloudsListBySubscriptionNextResponse = CloudListResult;
457
-
458
- /** Optional parameters. */
459
- export declare interface CloudsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
460
- }
461
-
462
- /** Contains response data for the listBySubscription operation. */
463
- export declare type CloudsListBySubscriptionResponse = CloudListResult;
464
-
465
- /** Defines headers for Clouds_update operation. */
466
- export declare interface CloudsUpdateHeaders {
467
- /** The Location header contains the URL where the status of the long running operation can be checked. */
468
- location?: string;
469
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
470
- retryAfter?: number;
471
- }
472
-
473
- /** Optional parameters. */
474
- export declare interface CloudsUpdateOptionalParams extends coreClient.OperationOptions {
475
- /** Delay to wait until next poll, in milliseconds. */
476
- updateIntervalInMs?: number;
477
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
478
- resumeFrom?: string;
479
- }
480
-
481
- /** Contains response data for the update operation. */
482
- export declare type CloudsUpdateResponse = Cloud;
483
-
484
- /** The type used for updating tags in Cloud resources. */
485
- export declare interface CloudTagsUpdate {
486
- /** Resource tags. */
487
- tags?: {
488
- [propertyName: string]: string;
489
- };
490
- }
491
-
492
- /**
493
- * Defines values for CreatedByType. \
494
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
495
- * this enum contains the known values that the service supports.
496
- * ### Known values supported by the service
497
- * **User** \
498
- * **Application** \
499
- * **ManagedIdentity** \
500
- * **Key**
501
- */
502
- export declare type CreatedByType = string;
503
-
504
- /**
505
- * Defines values for CreateDiffDisk. \
506
- * {@link KnownCreateDiffDisk} can be used interchangeably with CreateDiffDisk,
507
- * this enum contains the known values that the service supports.
508
- * ### Known values supported by the service
509
- * **true**: Enable create diff disk. \
510
- * **false**: Disable create diff disk.
511
- */
512
- export declare type CreateDiffDisk = string;
513
-
514
- /**
515
- * Defines values for DeleteFromHost. \
516
- * {@link KnownDeleteFromHost} can be used interchangeably with DeleteFromHost,
517
- * this enum contains the known values that the service supports.
518
- * ### Known values supported by the service
519
- * **true**: Enable delete from host. \
520
- * **false**: Disable delete from host.
521
- */
522
- export declare type DeleteFromHost = string;
523
-
524
- /**
525
- * Defines values for DynamicMemoryEnabled. \
526
- * {@link KnownDynamicMemoryEnabled} can be used interchangeably with DynamicMemoryEnabled,
527
- * this enum contains the known values that the service supports.
528
- * ### Known values supported by the service
529
- * **true**: Enable dynamic memory. \
530
- * **false**: Disable dynamic memory.
531
- */
532
- export declare type DynamicMemoryEnabled = string;
533
-
534
- /** The resource management error additional info. */
535
- export declare interface ErrorAdditionalInfo {
536
- /**
537
- * The additional info type.
538
- * NOTE: This property will not be serialized. It can only be populated by the server.
539
- */
540
- readonly type?: string;
541
- /**
542
- * The additional info.
543
- * NOTE: This property will not be serialized. It can only be populated by the server.
544
- */
545
- readonly info?: Record<string, unknown>;
546
- }
547
-
548
- /** The error detail. */
549
- export declare interface ErrorDetail {
550
- /**
551
- * The error code.
552
- * NOTE: This property will not be serialized. It can only be populated by the server.
553
- */
554
- readonly code?: string;
555
- /**
556
- * The error message.
557
- * NOTE: This property will not be serialized. It can only be populated by the server.
558
- */
559
- readonly message?: string;
560
- /**
561
- * The error target.
562
- * NOTE: This property will not be serialized. It can only be populated by the server.
563
- */
564
- readonly target?: string;
565
- /**
566
- * The error details.
567
- * NOTE: This property will not be serialized. It can only be populated by the server.
568
- */
569
- readonly details?: ErrorDetail[];
570
- /**
571
- * The error additional info.
572
- * NOTE: This property will not be serialized. It can only be populated by the server.
573
- */
574
- readonly additionalInfo?: ErrorAdditionalInfo[];
575
- }
576
-
577
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
578
- export declare interface ErrorResponse {
579
- /** The error object. */
580
- error?: ErrorDetail;
581
- }
582
-
583
- /** The extended location. */
584
- export declare interface ExtendedLocation {
585
- /** The extended location type. */
586
- type?: string;
587
- /** The extended location name. */
588
- name?: string;
589
- }
590
-
591
- /**
592
- * Defines values for ForceDelete. \
593
- * {@link KnownForceDelete} can be used interchangeably with ForceDelete,
594
- * this enum contains the known values that the service supports.
595
- * ### Known values supported by the service
596
- * **true**: Enable force delete. \
597
- * **false**: Disable force delete.
598
- */
599
- export declare type ForceDelete = string;
600
-
601
- /**
602
- * Given the last `.value` produced by the `byPage` iterator,
603
- * returns a continuation token that can be used to begin paging from
604
- * that point later.
605
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
606
- * @returns The continuation token that can be passed into byPage() during future calls.
607
- */
608
- export declare function getContinuationToken(page: unknown): string | undefined;
609
-
610
- /** Defines the GuestAgent. */
611
- export declare interface GuestAgent extends ProxyResource {
612
- /** The resource-specific properties for this resource. */
613
- properties?: GuestAgentProperties;
614
- }
615
-
616
- /** The response of a GuestAgent list operation. */
617
- export declare interface GuestAgentListResult {
618
- /** The GuestAgent items on this page */
619
- value: GuestAgent[];
620
- /**
621
- * The link to the next page of items
622
- * NOTE: This property will not be serialized. It can only be populated by the server.
623
- */
624
- readonly nextLink?: string;
625
- }
626
-
627
- /** Defines the resource properties. */
628
- export declare interface GuestAgentProperties {
629
- /**
630
- * Gets a unique identifier for this resource.
631
- * NOTE: This property will not be serialized. It can only be populated by the server.
632
- */
633
- readonly uuid?: string;
634
- /** Username / Password Credentials to provision guest agent. */
635
- credentials?: GuestCredential;
636
- /** HTTP Proxy configuration for the VM. */
637
- httpProxyConfig?: HttpProxyConfiguration;
638
- /** Gets or sets the guest agent provisioning action. */
639
- provisioningAction?: ProvisioningAction;
640
- /**
641
- * Gets the guest agent status.
642
- * NOTE: This property will not be serialized. It can only be populated by the server.
643
- */
644
- readonly status?: string;
645
- /**
646
- * Gets the name of the corresponding resource in Kubernetes.
647
- * NOTE: This property will not be serialized. It can only be populated by the server.
648
- */
649
- readonly customResourceName?: string;
650
- /**
651
- * Provisioning state of the resource.
652
- * NOTE: This property will not be serialized. It can only be populated by the server.
653
- */
654
- readonly provisioningState?: ProvisioningState;
655
- }
656
-
657
- /** Interface representing a GuestAgents. */
658
- export declare interface GuestAgents {
659
- /**
660
- * Returns the list of GuestAgent of the given vm.
661
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
662
- * @param options The options parameters.
663
- */
664
- listByVirtualMachineInstance(resourceUri: string, options?: GuestAgentsListByVirtualMachineInstanceOptionalParams): PagedAsyncIterableIterator<GuestAgent>;
665
- /**
666
- * Implements GuestAgent GET method.
667
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
668
- * @param options The options parameters.
669
- */
670
- get(resourceUri: string, options?: GuestAgentsGetOptionalParams): Promise<GuestAgentsGetResponse>;
671
- /**
672
- * Create Or Update GuestAgent.
673
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
674
- * @param resource Resource create parameters.
675
- * @param options The options parameters.
676
- */
677
- beginCreate(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams): Promise<SimplePollerLike<OperationState<GuestAgentsCreateResponse>, GuestAgentsCreateResponse>>;
678
- /**
679
- * Create Or Update GuestAgent.
680
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
681
- * @param resource Resource create parameters.
682
- * @param options The options parameters.
683
- */
684
- beginCreateAndWait(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams): Promise<GuestAgentsCreateResponse>;
685
- /**
686
- * Implements GuestAgent DELETE method.
687
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
688
- * @param options The options parameters.
689
- */
690
- delete(resourceUri: string, options?: GuestAgentsDeleteOptionalParams): Promise<void>;
691
- }
692
-
693
- /** Defines headers for GuestAgents_create operation. */
694
- export declare interface GuestAgentsCreateHeaders {
695
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
696
- retryAfter?: number;
697
- }
698
-
699
- /** Optional parameters. */
700
- export declare interface GuestAgentsCreateOptionalParams extends coreClient.OperationOptions {
701
- /** Delay to wait until next poll, in milliseconds. */
702
- updateIntervalInMs?: number;
703
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
704
- resumeFrom?: string;
705
- }
706
-
707
- /** Contains response data for the create operation. */
708
- export declare type GuestAgentsCreateResponse = GuestAgent;
709
-
710
- /** Optional parameters. */
711
- export declare interface GuestAgentsDeleteOptionalParams extends coreClient.OperationOptions {
712
- }
713
-
714
- /** Optional parameters. */
715
- export declare interface GuestAgentsGetOptionalParams extends coreClient.OperationOptions {
716
- }
717
-
718
- /** Contains response data for the get operation. */
719
- export declare type GuestAgentsGetResponse = GuestAgent;
720
-
721
- /** Optional parameters. */
722
- export declare interface GuestAgentsListByVirtualMachineInstanceNextOptionalParams extends coreClient.OperationOptions {
723
- }
724
-
725
- /** Contains response data for the listByVirtualMachineInstanceNext operation. */
726
- export declare type GuestAgentsListByVirtualMachineInstanceNextResponse = GuestAgentListResult;
727
-
728
- /** Optional parameters. */
729
- export declare interface GuestAgentsListByVirtualMachineInstanceOptionalParams extends coreClient.OperationOptions {
730
- }
731
-
732
- /** Contains response data for the listByVirtualMachineInstance operation. */
733
- export declare type GuestAgentsListByVirtualMachineInstanceResponse = GuestAgentListResult;
734
-
735
- /** Username / Password Credentials to connect to guest. */
736
- export declare interface GuestCredential {
737
- /** Gets or sets username to connect with the guest. */
738
- username: string;
739
- /**
740
- * Gets or sets the password to connect with the guest.
741
- * This value contains a credential. Consider obscuring before showing to users
742
- */
743
- password: string;
744
- }
745
-
746
- /** Defines the resource properties. */
747
- export declare interface HardwareProfile {
748
- /** MemoryMB is the size of a virtual machine's memory, in MB. */
749
- memoryMB?: number;
750
- /** Gets or sets the number of vCPUs for the vm. */
751
- cpuCount?: number;
752
- /** Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs. */
753
- limitCpuForMigration?: LimitCpuForMigration;
754
- /** Gets or sets a value indicating whether to enable dynamic memory or not. */
755
- dynamicMemoryEnabled?: DynamicMemoryEnabled;
756
- /** Gets or sets the max dynamic memory for the vm. */
757
- dynamicMemoryMaxMB?: number;
758
- /** Gets or sets the min dynamic memory for the vm. */
759
- dynamicMemoryMinMB?: number;
760
- /**
761
- * Gets highly available property.
762
- * NOTE: This property will not be serialized. It can only be populated by the server.
763
- */
764
- readonly isHighlyAvailable?: IsHighlyAvailable;
765
- }
766
-
767
- /** Defines the resource update properties. */
768
- export declare interface HardwareProfileUpdate {
769
- /** MemoryMB is the size of a virtual machine's memory, in MB. */
770
- memoryMB?: number;
771
- /** Gets or sets the number of vCPUs for the vm. */
772
- cpuCount?: number;
773
- /** Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs. */
774
- limitCpuForMigration?: LimitCpuForMigration;
775
- /** Gets or sets a value indicating whether to enable dynamic memory or not. */
776
- dynamicMemoryEnabled?: DynamicMemoryEnabled;
777
- /** Gets or sets the max dynamic memory for the vm. */
778
- dynamicMemoryMaxMB?: number;
779
- /** Gets or sets the min dynamic memory for the vm. */
780
- dynamicMemoryMinMB?: number;
781
- }
782
-
783
- /** HTTP Proxy configuration for the VM. */
784
- export declare interface HttpProxyConfiguration {
785
- /** Gets or sets httpsProxy url. */
786
- httpsProxy?: string;
787
- }
788
-
789
- /** Specifies the vmmServer infrastructure specific settings for the virtual machine instance. */
790
- export declare interface InfrastructureProfile {
791
- /** Gets or sets the inventory Item ID for the resource. */
792
- inventoryItemId?: string;
793
- /** ARM Id of the vmmServer resource in which this resource resides. */
794
- vmmServerId?: string;
795
- /** ARM Id of the cloud resource to use for deploying the vm. */
796
- cloudId?: string;
797
- /** ARM Id of the template resource to use for deploying the vm. */
798
- templateId?: string;
799
- /** VMName is the name of VM on the SCVmm server. */
800
- vmName?: string;
801
- /** Unique ID of the virtual machine. */
802
- uuid?: string;
803
- /**
804
- * Last restored checkpoint in the vm.
805
- * NOTE: This property will not be serialized. It can only be populated by the server.
806
- */
807
- readonly lastRestoredVmCheckpoint?: Checkpoint;
808
- /**
809
- * Checkpoints in the vm.
810
- * NOTE: This property will not be serialized. It can only be populated by the server.
811
- */
812
- readonly checkpoints?: Checkpoint[];
813
- /** Type of checkpoint supported for the vm. */
814
- checkpointType?: string;
815
- /** Gets or sets the generation for the vm. */
816
- generation?: number;
817
- /** Gets or sets the bios guid for the vm. */
818
- biosGuid?: string;
819
- }
820
-
821
- /** Specifies the vmmServer infrastructure specific update settings for the virtual machine instance. */
822
- export declare interface InfrastructureProfileUpdate {
823
- /** Type of checkpoint supported for the vm. */
824
- checkpointType?: string;
825
- }
826
-
827
- /** Defines the inventory item. */
828
- export declare interface InventoryItem extends ProxyResource {
829
- /** The resource-specific properties for this resource. */
830
- properties?: InventoryItemPropertiesUnion;
831
- /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. */
832
- kind?: string;
833
- }
834
-
835
- /** Defines the resource properties. */
836
- export declare interface InventoryItemDetails {
837
- /** Gets or sets the inventory Item ID for the resource. */
838
- inventoryItemId?: string;
839
- /** Gets or sets the Managed Object name in Vmm for the resource. */
840
- inventoryItemName?: string;
841
- }
842
-
843
- /** The response of a InventoryItem list operation. */
844
- export declare interface InventoryItemListResult {
845
- /** The InventoryItem items on this page */
846
- value: InventoryItem[];
847
- /**
848
- * The link to the next page of items
849
- * NOTE: This property will not be serialized. It can only be populated by the server.
850
- */
851
- readonly nextLink?: string;
852
- }
853
-
854
- /** Defines the resource properties. */
855
- export declare interface InventoryItemProperties {
856
- /** Polymorphic discriminator, which specifies the different types this object can be */
857
- inventoryType: "Cloud" | "VirtualMachine" | "VirtualMachineTemplate" | "VirtualNetwork";
858
- /**
859
- * Gets the tracked resource id corresponding to the inventory resource.
860
- * NOTE: This property will not be serialized. It can only be populated by the server.
861
- */
862
- readonly managedResourceId?: string;
863
- /**
864
- * Gets the UUID (which is assigned by Vmm) for the inventory item.
865
- * NOTE: This property will not be serialized. It can only be populated by the server.
866
- */
867
- readonly uuid?: string;
868
- /**
869
- * Gets the Managed Object name in Vmm for the inventory item.
870
- * NOTE: This property will not be serialized. It can only be populated by the server.
871
- */
872
- readonly inventoryItemName?: string;
873
- /**
874
- * Provisioning state of the resource.
875
- * NOTE: This property will not be serialized. It can only be populated by the server.
876
- */
877
- readonly provisioningState?: ProvisioningState;
878
- }
879
-
880
- export declare type InventoryItemPropertiesUnion = InventoryItemProperties | CloudInventoryItem | VirtualMachineInventoryItem | VirtualMachineTemplateInventoryItem | VirtualNetworkInventoryItem;
881
-
882
- /** Interface representing a InventoryItems. */
883
- export declare interface InventoryItems {
884
- /**
885
- * Returns the list of inventoryItems in the given VmmServer.
886
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
887
- * @param vmmServerName Name of the VmmServer.
888
- * @param options The options parameters.
889
- */
890
- listByVmmServer(resourceGroupName: string, vmmServerName: string, options?: InventoryItemsListByVmmServerOptionalParams): PagedAsyncIterableIterator<InventoryItem>;
891
- /**
892
- * Shows an inventory item.
893
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
894
- * @param vmmServerName Name of the VmmServer.
895
- * @param inventoryItemResourceName Name of the inventoryItem.
896
- * @param options The options parameters.
897
- */
898
- get(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, options?: InventoryItemsGetOptionalParams): Promise<InventoryItemsGetResponse>;
899
- /**
900
- * Create Or Update InventoryItem.
901
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
902
- * @param vmmServerName Name of the VmmServer.
903
- * @param inventoryItemResourceName Name of the inventoryItem.
904
- * @param resource Resource create parameters.
905
- * @param options The options parameters.
906
- */
907
- create(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, resource: InventoryItem, options?: InventoryItemsCreateOptionalParams): Promise<InventoryItemsCreateResponse>;
908
- /**
909
- * Deletes an inventoryItem.
910
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
911
- * @param vmmServerName Name of the VmmServer.
912
- * @param inventoryItemResourceName Name of the inventoryItem.
913
- * @param options The options parameters.
914
- */
915
- delete(resourceGroupName: string, vmmServerName: string, inventoryItemResourceName: string, options?: InventoryItemsDeleteOptionalParams): Promise<void>;
916
- }
917
-
918
- /** Optional parameters. */
919
- export declare interface InventoryItemsCreateOptionalParams extends coreClient.OperationOptions {
920
- }
921
-
922
- /** Contains response data for the create operation. */
923
- export declare type InventoryItemsCreateResponse = InventoryItem;
924
-
925
- /** Optional parameters. */
926
- export declare interface InventoryItemsDeleteOptionalParams extends coreClient.OperationOptions {
927
- }
928
-
929
- /** Optional parameters. */
930
- export declare interface InventoryItemsGetOptionalParams extends coreClient.OperationOptions {
931
- }
932
-
933
- /** Contains response data for the get operation. */
934
- export declare type InventoryItemsGetResponse = InventoryItem;
935
-
936
- /** Optional parameters. */
937
- export declare interface InventoryItemsListByVmmServerNextOptionalParams extends coreClient.OperationOptions {
938
- }
939
-
940
- /** Contains response data for the listByVmmServerNext operation. */
941
- export declare type InventoryItemsListByVmmServerNextResponse = InventoryItemListResult;
942
-
943
- /** Optional parameters. */
944
- export declare interface InventoryItemsListByVmmServerOptionalParams extends coreClient.OperationOptions {
945
- }
946
-
947
- /** Contains response data for the listByVmmServer operation. */
948
- export declare type InventoryItemsListByVmmServerResponse = InventoryItemListResult;
949
-
950
- /**
951
- * Defines values for InventoryType. \
952
- * {@link KnownInventoryType} can be used interchangeably with InventoryType,
953
- * this enum contains the known values that the service supports.
954
- * ### Known values supported by the service
955
- * **Cloud**: Cloud inventory type \
956
- * **VirtualNetwork**: VirtualNetwork inventory type \
957
- * **VirtualMachine**: VirtualMachine inventory type \
958
- * **VirtualMachineTemplate**: VirtualMachineTemplate inventory type
959
- */
960
- export declare type InventoryType = string;
961
-
962
- /**
963
- * Defines values for IsCustomizable. \
964
- * {@link KnownIsCustomizable} can be used interchangeably with IsCustomizable,
965
- * this enum contains the known values that the service supports.
966
- * ### Known values supported by the service
967
- * **true**: Enable customizable. \
968
- * **false**: Disable customizable.
969
- */
970
- export declare type IsCustomizable = string;
971
-
972
- /**
973
- * Defines values for IsHighlyAvailable. \
974
- * {@link KnownIsHighlyAvailable} can be used interchangeably with IsHighlyAvailable,
975
- * this enum contains the known values that the service supports.
976
- * ### Known values supported by the service
977
- * **true**: Enable highly available. \
978
- * **false**: Disable highly available.
979
- */
980
- export declare type IsHighlyAvailable = string;
981
-
982
- /** Known values of {@link ActionType} that the service accepts. */
983
- export declare enum KnownActionType {
984
- /** Internal */
985
- Internal = "Internal"
986
- }
987
-
988
- /** Known values of {@link AllocationMethod} that the service accepts. */
989
- export declare enum KnownAllocationMethod {
990
- /** Dynamically allocated address. */
991
- Dynamic = "Dynamic",
992
- /** Statically allocated address. */
993
- Static = "Static"
994
- }
995
-
996
- /** Known values of {@link CreatedByType} that the service accepts. */
997
- export declare enum KnownCreatedByType {
998
- /** User */
999
- User = "User",
1000
- /** Application */
1001
- Application = "Application",
1002
- /** ManagedIdentity */
1003
- ManagedIdentity = "ManagedIdentity",
1004
- /** Key */
1005
- Key = "Key"
1006
- }
1007
-
1008
- /** Known values of {@link CreateDiffDisk} that the service accepts. */
1009
- export declare enum KnownCreateDiffDisk {
1010
- /** Enable create diff disk. */
1011
- True = "true",
1012
- /** Disable create diff disk. */
1013
- False = "false"
1014
- }
1015
-
1016
- /** Known values of {@link DeleteFromHost} that the service accepts. */
1017
- export declare enum KnownDeleteFromHost {
1018
- /** Enable delete from host. */
1019
- True = "true",
1020
- /** Disable delete from host. */
1021
- False = "false"
1022
- }
1023
-
1024
- /** Known values of {@link DynamicMemoryEnabled} that the service accepts. */
1025
- export declare enum KnownDynamicMemoryEnabled {
1026
- /** Enable dynamic memory. */
1027
- True = "true",
1028
- /** Disable dynamic memory. */
1029
- False = "false"
1030
- }
1031
-
1032
- /** Known values of {@link ForceDelete} that the service accepts. */
1033
- export declare enum KnownForceDelete {
1034
- /** Enable force delete. */
1035
- True = "true",
1036
- /** Disable force delete. */
1037
- False = "false"
1038
- }
1039
-
1040
- /** Known values of {@link InventoryType} that the service accepts. */
1041
- export declare enum KnownInventoryType {
1042
- /** Cloud inventory type */
1043
- Cloud = "Cloud",
1044
- /** VirtualNetwork inventory type */
1045
- VirtualNetwork = "VirtualNetwork",
1046
- /** VirtualMachine inventory type */
1047
- VirtualMachine = "VirtualMachine",
1048
- /** VirtualMachineTemplate inventory type */
1049
- VirtualMachineTemplate = "VirtualMachineTemplate"
1050
- }
1051
-
1052
- /** Known values of {@link IsCustomizable} that the service accepts. */
1053
- export declare enum KnownIsCustomizable {
1054
- /** Enable customizable. */
1055
- True = "true",
1056
- /** Disable customizable. */
1057
- False = "false"
1058
- }
1059
-
1060
- /** Known values of {@link IsHighlyAvailable} that the service accepts. */
1061
- export declare enum KnownIsHighlyAvailable {
1062
- /** Enable highly available. */
1063
- True = "true",
1064
- /** Disable highly available. */
1065
- False = "false"
1066
- }
1067
-
1068
- /** Known values of {@link LimitCpuForMigration} that the service accepts. */
1069
- export declare enum KnownLimitCpuForMigration {
1070
- /** Enable limit CPU for migration. */
1071
- True = "true",
1072
- /** Disable limit CPU for migration. */
1073
- False = "false"
1074
- }
1075
-
1076
- /** Known values of {@link Origin} that the service accepts. */
1077
- export declare enum KnownOrigin {
1078
- /** User */
1079
- User = "user",
1080
- /** System */
1081
- System = "system",
1082
- /** UserSystem */
1083
- UserSystem = "user,system"
1084
- }
1085
-
1086
- /** Known values of {@link OsType} that the service accepts. */
1087
- export declare enum KnownOsType {
1088
- /** Windows operating system. */
1089
- Windows = "Windows",
1090
- /** Linux operating system. */
1091
- Linux = "Linux",
1092
- /** Other operating system. */
1093
- Other = "Other"
1094
- }
1095
-
1096
- /** Known values of {@link ProvisioningAction} that the service accepts. */
1097
- export declare enum KnownProvisioningAction {
1098
- /** Install guest agent. */
1099
- Install = "install",
1100
- /** Uninstall guest agent. */
1101
- Uninstall = "uninstall",
1102
- /** Repair guest agent. */
1103
- Repair = "repair"
1104
- }
1105
-
1106
- /** Known values of {@link ProvisioningState} that the service accepts. */
1107
- export declare enum KnownProvisioningState {
1108
- /** Resource has been created. */
1109
- Succeeded = "Succeeded",
1110
- /** Resource creation failed. */
1111
- Failed = "Failed",
1112
- /** Resource creation was canceled. */
1113
- Canceled = "Canceled",
1114
- /** The resource is provisioning. */
1115
- Provisioning = "Provisioning",
1116
- /** The resource is updating. */
1117
- Updating = "Updating",
1118
- /** The resource is being deleted. */
1119
- Deleting = "Deleting",
1120
- /** The resource has been accepted. */
1121
- Accepted = "Accepted",
1122
- /** The resource was created. */
1123
- Created = "Created"
1124
- }
1125
-
1126
- /** Known values of {@link SkipShutdown} that the service accepts. */
1127
- export declare enum KnownSkipShutdown {
1128
- /** Enable skip shutdown. */
1129
- True = "true",
1130
- /** Disable skip shutdown. */
1131
- False = "false"
1132
- }
1133
-
1134
- /**
1135
- * Defines values for LimitCpuForMigration. \
1136
- * {@link KnownLimitCpuForMigration} can be used interchangeably with LimitCpuForMigration,
1137
- * this enum contains the known values that the service supports.
1138
- * ### Known values supported by the service
1139
- * **true**: Enable limit CPU for migration. \
1140
- * **false**: Disable limit CPU for migration.
1141
- */
1142
- export declare type LimitCpuForMigration = string;
1143
-
1144
- /** Network Interface model */
1145
- export declare interface NetworkInterface {
1146
- /** Gets or sets the name of the network interface. */
1147
- name?: string;
1148
- /**
1149
- * Gets the display name of the network interface as shown in the vmmServer. This is the fallback label for a NIC when the name is not set.
1150
- * NOTE: This property will not be serialized. It can only be populated by the server.
1151
- */
1152
- readonly displayName?: string;
1153
- /**
1154
- * Gets the nic ipv4 addresses.
1155
- * NOTE: This property will not be serialized. It can only be populated by the server.
1156
- */
1157
- readonly ipv4Addresses?: string[];
1158
- /**
1159
- * Gets the nic ipv6 addresses.
1160
- * NOTE: This property will not be serialized. It can only be populated by the server.
1161
- */
1162
- readonly ipv6Addresses?: string[];
1163
- /** Gets or sets the nic MAC address. */
1164
- macAddress?: string;
1165
- /** Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic. */
1166
- virtualNetworkId?: string;
1167
- /**
1168
- * Gets the name of the virtual network in vmmServer that the nic is connected to.
1169
- * NOTE: This property will not be serialized. It can only be populated by the server.
1170
- */
1171
- readonly networkName?: string;
1172
- /** Gets or sets the ipv4 address type. */
1173
- ipv4AddressType?: AllocationMethod;
1174
- /** Gets or sets the ipv6 address type. */
1175
- ipv6AddressType?: AllocationMethod;
1176
- /** Gets or sets the mac address type. */
1177
- macAddressType?: AllocationMethod;
1178
- /** Gets or sets the nic id. */
1179
- nicId?: string;
1180
- }
1181
-
1182
- /** Network Interface Update model */
1183
- export declare interface NetworkInterfaceUpdate {
1184
- /** Gets or sets the name of the network interface. */
1185
- name?: string;
1186
- /** Gets or sets the nic MAC address. */
1187
- macAddress?: string;
1188
- /** Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic. */
1189
- virtualNetworkId?: string;
1190
- /** Gets or sets the ipv4 address type. */
1191
- ipv4AddressType?: AllocationMethod;
1192
- /** Gets or sets the ipv6 address type. */
1193
- ipv6AddressType?: AllocationMethod;
1194
- /** Gets or sets the mac address type. */
1195
- macAddressType?: AllocationMethod;
1196
- /** Gets or sets the nic id. */
1197
- nicId?: string;
1198
- }
1199
-
1200
- /** Defines the resource properties. */
1201
- export declare interface NetworkProfile {
1202
- /** Gets or sets the list of network interfaces associated with the virtual machine. */
1203
- networkInterfaces?: NetworkInterface[];
1204
- }
1205
-
1206
- /** Defines the resource update properties. */
1207
- export declare interface NetworkProfileUpdate {
1208
- /** Gets or sets the list of network interfaces associated with the virtual machine. */
1209
- networkInterfaces?: NetworkInterfaceUpdate[];
1210
- }
1211
-
1212
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
1213
- export declare interface Operation {
1214
- /**
1215
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
1216
- * NOTE: This property will not be serialized. It can only be populated by the server.
1217
- */
1218
- readonly name?: string;
1219
- /**
1220
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
1221
- * NOTE: This property will not be serialized. It can only be populated by the server.
1222
- */
1223
- readonly isDataAction?: boolean;
1224
- /** Localized display information for this particular operation. */
1225
- display?: OperationDisplay;
1226
- /**
1227
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
1228
- * NOTE: This property will not be serialized. It can only be populated by the server.
1229
- */
1230
- readonly origin?: Origin;
1231
- /**
1232
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
1233
- * NOTE: This property will not be serialized. It can only be populated by the server.
1234
- */
1235
- readonly actionType?: ActionType;
1236
- }
1237
-
1238
- /** Localized display information for this particular operation. */
1239
- export declare interface OperationDisplay {
1240
- /**
1241
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
1242
- * NOTE: This property will not be serialized. It can only be populated by the server.
1243
- */
1244
- readonly provider?: string;
1245
- /**
1246
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
1247
- * NOTE: This property will not be serialized. It can only be populated by the server.
1248
- */
1249
- readonly resource?: string;
1250
- /**
1251
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
1252
- * NOTE: This property will not be serialized. It can only be populated by the server.
1253
- */
1254
- readonly operation?: string;
1255
- /**
1256
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
1257
- * NOTE: This property will not be serialized. It can only be populated by the server.
1258
- */
1259
- readonly description?: string;
1260
- }
1261
-
1262
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
1263
- export declare interface OperationListResult {
1264
- /**
1265
- * List of operations supported by the resource provider
1266
- * NOTE: This property will not be serialized. It can only be populated by the server.
1267
- */
1268
- readonly value?: Operation[];
1269
- /**
1270
- * URL to get the next set of operation list results (if there are any).
1271
- * NOTE: This property will not be serialized. It can only be populated by the server.
1272
- */
1273
- readonly nextLink?: string;
1274
- }
1275
-
1276
- /** Interface representing a Operations. */
1277
- export declare interface Operations {
1278
- /**
1279
- * List the operations for the provider
1280
- * @param options The options parameters.
1281
- */
1282
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
1283
- }
1284
-
1285
- /** Optional parameters. */
1286
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1287
- }
1288
-
1289
- /** Contains response data for the listNext operation. */
1290
- export declare type OperationsListNextResponse = OperationListResult;
1291
-
1292
- /** Optional parameters. */
1293
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
1294
- }
1295
-
1296
- /** Contains response data for the list operation. */
1297
- export declare type OperationsListResponse = OperationListResult;
1298
-
1299
- /**
1300
- * Defines values for Origin. \
1301
- * {@link KnownOrigin} can be used interchangeably with Origin,
1302
- * this enum contains the known values that the service supports.
1303
- * ### Known values supported by the service
1304
- * **user** \
1305
- * **system** \
1306
- * **user,system**
1307
- */
1308
- export declare type Origin = string;
1309
-
1310
- /** Defines the resource properties. */
1311
- export declare interface OsProfileForVmInstance {
1312
- /**
1313
- * Admin password of the virtual machine.
1314
- * This value contains a credential. Consider obscuring before showing to users
1315
- */
1316
- adminPassword?: string;
1317
- /** Gets or sets computer name. */
1318
- computerName?: string;
1319
- /**
1320
- * Gets the type of the os.
1321
- * NOTE: This property will not be serialized. It can only be populated by the server.
1322
- */
1323
- readonly osType?: OsType;
1324
- /**
1325
- * Gets os sku.
1326
- * NOTE: This property will not be serialized. It can only be populated by the server.
1327
- */
1328
- readonly osSku?: string;
1329
- /**
1330
- * Gets os version.
1331
- * NOTE: This property will not be serialized. It can only be populated by the server.
1332
- */
1333
- readonly osVersion?: string;
1334
- }
1335
-
1336
- /**
1337
- * Defines values for OsType. \
1338
- * {@link KnownOsType} can be used interchangeably with OsType,
1339
- * this enum contains the known values that the service supports.
1340
- * ### Known values supported by the service
1341
- * **Windows**: Windows operating system. \
1342
- * **Linux**: Linux operating system. \
1343
- * **Other**: Other operating system.
1344
- */
1345
- export declare type OsType = string;
1346
-
1347
- /**
1348
- * Defines values for ProvisioningAction. \
1349
- * {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,
1350
- * this enum contains the known values that the service supports.
1351
- * ### Known values supported by the service
1352
- * **install**: Install guest agent. \
1353
- * **uninstall**: Uninstall guest agent. \
1354
- * **repair**: Repair guest agent.
1355
- */
1356
- export declare type ProvisioningAction = string;
1357
-
1358
- /**
1359
- * Defines values for ProvisioningState. \
1360
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1361
- * this enum contains the known values that the service supports.
1362
- * ### Known values supported by the service
1363
- * **Succeeded**: Resource has been created. \
1364
- * **Failed**: Resource creation failed. \
1365
- * **Canceled**: Resource creation was canceled. \
1366
- * **Provisioning**: The resource is provisioning. \
1367
- * **Updating**: The resource is updating. \
1368
- * **Deleting**: The resource is being deleted. \
1369
- * **Accepted**: The resource has been accepted. \
1370
- * **Created**: The resource was created.
1371
- */
1372
- export declare type ProvisioningState = string;
1373
-
1374
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1375
- export declare interface ProxyResource extends Resource {
1376
- }
1377
-
1378
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
1379
- export declare interface Resource {
1380
- /**
1381
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
1382
- * NOTE: This property will not be serialized. It can only be populated by the server.
1383
- */
1384
- readonly id?: string;
1385
- /**
1386
- * The name of the resource
1387
- * NOTE: This property will not be serialized. It can only be populated by the server.
1388
- */
1389
- readonly name?: string;
1390
- /**
1391
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1392
- * NOTE: This property will not be serialized. It can only be populated by the server.
1393
- */
1394
- readonly type?: string;
1395
- /**
1396
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
1397
- * NOTE: This property will not be serialized. It can only be populated by the server.
1398
- */
1399
- readonly systemData?: SystemData;
1400
- }
1401
-
1402
- export declare class ScVmm extends coreClient.ServiceClient {
1403
- $host: string;
1404
- apiVersion: string;
1405
- subscriptionId?: string;
1406
- /**
1407
- * Initializes a new instance of the ScVmm class.
1408
- * @param credentials Subscription credentials which uniquely identify client subscription.
1409
- * @param subscriptionId The ID of the target subscription. The value must be an UUID.
1410
- * @param options The parameter options
1411
- */
1412
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ScVmmOptionalParams);
1413
- constructor(credentials: coreAuth.TokenCredential, options?: ScVmmOptionalParams);
1414
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
1415
- private addCustomApiVersionPolicy;
1416
- virtualMachineInstances: VirtualMachineInstances;
1417
- guestAgents: GuestAgents;
1418
- vmInstanceHybridIdentityMetadatas: VmInstanceHybridIdentityMetadatas;
1419
- operations: Operations;
1420
- availabilitySets: AvailabilitySets;
1421
- clouds: Clouds;
1422
- virtualMachineTemplates: VirtualMachineTemplates;
1423
- virtualNetworks: VirtualNetworks;
1424
- vmmServers: VmmServers;
1425
- inventoryItems: InventoryItems;
1426
- }
1427
-
1428
- /** Optional parameters. */
1429
- export declare interface ScVmmOptionalParams extends coreClient.ServiceClientOptions {
1430
- /** server parameter */
1431
- $host?: string;
1432
- /** Api Version */
1433
- apiVersion?: string;
1434
- /** Overrides client endpoint. */
1435
- endpoint?: string;
1436
- }
1437
-
1438
- /**
1439
- * Defines values for SkipShutdown. \
1440
- * {@link KnownSkipShutdown} can be used interchangeably with SkipShutdown,
1441
- * this enum contains the known values that the service supports.
1442
- * ### Known values supported by the service
1443
- * **true**: Enable skip shutdown. \
1444
- * **false**: Disable skip shutdown.
1445
- */
1446
- export declare type SkipShutdown = string;
1447
-
1448
- /** Defines the stop action properties. */
1449
- export declare interface StopVirtualMachineOptions {
1450
- /** Gets or sets a value indicating whether to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Defaults to false. */
1451
- skipShutdown?: SkipShutdown;
1452
- }
1453
-
1454
- /** Defines the resource properties. */
1455
- export declare interface StorageProfile {
1456
- /** Gets or sets the list of virtual disks associated with the virtual machine. */
1457
- disks?: VirtualDisk[];
1458
- }
1459
-
1460
- /** Defines the resource update properties. */
1461
- export declare interface StorageProfileUpdate {
1462
- /** Gets or sets the list of virtual disks associated with the virtual machine. */
1463
- disks?: VirtualDiskUpdate[];
1464
- }
1465
-
1466
- /** The StorageQoSPolicy definition. */
1467
- export declare interface StorageQosPolicy {
1468
- /** The name of the policy. */
1469
- name?: string;
1470
- /** The ID of the QoS policy. */
1471
- id?: string;
1472
- /** The maximum IO operations per second. */
1473
- iopsMaximum?: number;
1474
- /** The minimum IO operations per second. */
1475
- iopsMinimum?: number;
1476
- /** The Bandwidth Limit for internet traffic. */
1477
- bandwidthLimit?: number;
1478
- /** The underlying policy. */
1479
- policyId?: string;
1480
- }
1481
-
1482
- /** The StorageQoSPolicyDetails definition. */
1483
- export declare interface StorageQosPolicyDetails {
1484
- /** The name of the policy. */
1485
- name?: string;
1486
- /** The ID of the QoS policy. */
1487
- id?: string;
1488
- }
1489
-
1490
- /** Metadata pertaining to creation and last modification of the resource. */
1491
- export declare interface SystemData {
1492
- /** The identity that created the resource. */
1493
- createdBy?: string;
1494
- /** The type of identity that created the resource. */
1495
- createdByType?: CreatedByType;
1496
- /** The timestamp of resource creation (UTC). */
1497
- createdAt?: Date;
1498
- /** The identity that last modified the resource. */
1499
- lastModifiedBy?: string;
1500
- /** The type of identity that last modified the resource. */
1501
- lastModifiedByType?: CreatedByType;
1502
- /** The timestamp of resource last modification (UTC) */
1503
- lastModifiedAt?: Date;
1504
- }
1505
-
1506
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1507
- export declare interface TrackedResource extends Resource {
1508
- /** Resource tags. */
1509
- tags?: {
1510
- [propertyName: string]: string;
1511
- };
1512
- /** The geo-location where the resource lives */
1513
- location: string;
1514
- }
1515
-
1516
- /** Virtual disk model */
1517
- export declare interface VirtualDisk {
1518
- /** Gets or sets the name of the disk. */
1519
- name?: string;
1520
- /**
1521
- * Gets the display name of the virtual disk as shown in the vmmServer. This is the fallback label for a disk when the name is not set.
1522
- * NOTE: This property will not be serialized. It can only be populated by the server.
1523
- */
1524
- readonly displayName?: string;
1525
- /** Gets or sets the disk id. */
1526
- diskId?: string;
1527
- /** Gets or sets the disk total size. */
1528
- diskSizeGB?: number;
1529
- /**
1530
- * Gets the max disk size.
1531
- * NOTE: This property will not be serialized. It can only be populated by the server.
1532
- */
1533
- readonly maxDiskSizeGB?: number;
1534
- /** Gets or sets the disk bus. */
1535
- bus?: number;
1536
- /** Gets or sets the disk lun. */
1537
- lun?: number;
1538
- /** Gets or sets the disk bus type. */
1539
- busType?: string;
1540
- /** Gets or sets the disk vhd type. */
1541
- vhdType?: string;
1542
- /**
1543
- * Gets the disk volume type.
1544
- * NOTE: This property will not be serialized. It can only be populated by the server.
1545
- */
1546
- readonly volumeType?: string;
1547
- /**
1548
- * Gets the disk vhd format type.
1549
- * NOTE: This property will not be serialized. It can only be populated by the server.
1550
- */
1551
- readonly vhdFormatType?: string;
1552
- /** Gets or sets the disk id in the template. */
1553
- templateDiskId?: string;
1554
- /** The QoS policy for the disk. */
1555
- storageQosPolicy?: StorageQosPolicyDetails;
1556
- /** Gets or sets a value indicating diff disk. */
1557
- createDiffDisk?: CreateDiffDisk;
1558
- }
1559
-
1560
- /** Virtual Disk Update model */
1561
- export declare interface VirtualDiskUpdate {
1562
- /** Gets or sets the name of the disk. */
1563
- name?: string;
1564
- /** Gets or sets the disk id. */
1565
- diskId?: string;
1566
- /** Gets or sets the disk total size. */
1567
- diskSizeGB?: number;
1568
- /** Gets or sets the disk bus. */
1569
- bus?: number;
1570
- /** Gets or sets the disk lun. */
1571
- lun?: number;
1572
- /** Gets or sets the disk bus type. */
1573
- busType?: string;
1574
- /** Gets or sets the disk vhd type. */
1575
- vhdType?: string;
1576
- /** The QoS policy for the disk. */
1577
- storageQosPolicy?: StorageQosPolicyDetails;
1578
- }
1579
-
1580
- /** Defines the create checkpoint action properties. */
1581
- export declare interface VirtualMachineCreateCheckpoint {
1582
- /** Name of the checkpoint. */
1583
- name?: string;
1584
- /** Description of the checkpoint. */
1585
- description?: string;
1586
- }
1587
-
1588
- /** Defines the delete checkpoint action properties. */
1589
- export declare interface VirtualMachineDeleteCheckpoint {
1590
- /** ID of the checkpoint to be deleted. */
1591
- id?: string;
1592
- }
1593
-
1594
- /** Define the virtualMachineInstance. */
1595
- export declare interface VirtualMachineInstance extends ProxyResource {
1596
- /** The resource-specific properties for this resource. */
1597
- properties?: VirtualMachineInstanceProperties;
1598
- /** Gets or sets the extended location. */
1599
- extendedLocation: ExtendedLocation;
1600
- }
1601
-
1602
- /** The response of a VirtualMachineInstance list operation. */
1603
- export declare interface VirtualMachineInstanceListResult {
1604
- /** The VirtualMachineInstance items on this page */
1605
- value: VirtualMachineInstance[];
1606
- /**
1607
- * The link to the next page of items
1608
- * NOTE: This property will not be serialized. It can only be populated by the server.
1609
- */
1610
- readonly nextLink?: string;
1611
- }
1612
-
1613
- /** Defines the resource properties. */
1614
- export declare interface VirtualMachineInstanceProperties {
1615
- /** Availability Sets in vm. */
1616
- availabilitySets?: AvailabilitySetListItem[];
1617
- /** OS properties. */
1618
- osProfile?: OsProfileForVmInstance;
1619
- /** Hardware properties. */
1620
- hardwareProfile?: HardwareProfile;
1621
- /** Network properties. */
1622
- networkProfile?: NetworkProfile;
1623
- /** Storage properties. */
1624
- storageProfile?: StorageProfile;
1625
- /** Gets the infrastructure profile. */
1626
- infrastructureProfile?: InfrastructureProfile;
1627
- /**
1628
- * Gets the power state of the virtual machine.
1629
- * NOTE: This property will not be serialized. It can only be populated by the server.
1630
- */
1631
- readonly powerState?: string;
1632
- /**
1633
- * Provisioning state of the resource.
1634
- * NOTE: This property will not be serialized. It can only be populated by the server.
1635
- */
1636
- readonly provisioningState?: ProvisioningState;
1637
- }
1638
-
1639
- /** Interface representing a VirtualMachineInstances. */
1640
- export declare interface VirtualMachineInstances {
1641
- /**
1642
- * Lists all of the virtual machine instances within the specified parent resource.
1643
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1644
- * @param options The options parameters.
1645
- */
1646
- list(resourceUri: string, options?: VirtualMachineInstancesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineInstance>;
1647
- /**
1648
- * Retrieves information about a virtual machine instance.
1649
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1650
- * @param options The options parameters.
1651
- */
1652
- get(resourceUri: string, options?: VirtualMachineInstancesGetOptionalParams): Promise<VirtualMachineInstancesGetResponse>;
1653
- /**
1654
- * The operation to create or update a virtual machine instance. Please note some properties can be set
1655
- * only during virtual machine instance creation.
1656
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1657
- * @param resource Resource create parameters.
1658
- * @param options The options parameters.
1659
- */
1660
- beginCreateOrUpdate(resourceUri: string, resource: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateOrUpdateResponse>, VirtualMachineInstancesCreateOrUpdateResponse>>;
1661
- /**
1662
- * The operation to create or update a virtual machine instance. Please note some properties can be set
1663
- * only during virtual machine instance creation.
1664
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1665
- * @param resource Resource create parameters.
1666
- * @param options The options parameters.
1667
- */
1668
- beginCreateOrUpdateAndWait(resourceUri: string, resource: VirtualMachineInstance, options?: VirtualMachineInstancesCreateOrUpdateOptionalParams): Promise<VirtualMachineInstancesCreateOrUpdateResponse>;
1669
- /**
1670
- * The operation to update a virtual machine instance.
1671
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1672
- * @param properties The resource properties to be updated.
1673
- * @param options The options parameters.
1674
- */
1675
- beginUpdate(resourceUri: string, properties: VirtualMachineInstanceUpdate, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesUpdateResponse>, VirtualMachineInstancesUpdateResponse>>;
1676
- /**
1677
- * The operation to update a virtual machine instance.
1678
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1679
- * @param properties The resource properties to be updated.
1680
- * @param options The options parameters.
1681
- */
1682
- beginUpdateAndWait(resourceUri: string, properties: VirtualMachineInstanceUpdate, options?: VirtualMachineInstancesUpdateOptionalParams): Promise<VirtualMachineInstancesUpdateResponse>;
1683
- /**
1684
- * The operation to delete a virtual machine instance.
1685
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1686
- * @param options The options parameters.
1687
- */
1688
- beginDelete(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteResponse>, VirtualMachineInstancesDeleteResponse>>;
1689
- /**
1690
- * The operation to delete a virtual machine instance.
1691
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1692
- * @param options The options parameters.
1693
- */
1694
- beginDeleteAndWait(resourceUri: string, options?: VirtualMachineInstancesDeleteOptionalParams): Promise<VirtualMachineInstancesDeleteResponse>;
1695
- /**
1696
- * Creates a checkpoint in virtual machine instance.
1697
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1698
- * @param body The content of the action request
1699
- * @param options The options parameters.
1700
- */
1701
- beginCreateCheckpoint(resourceUri: string, body: VirtualMachineCreateCheckpoint, options?: VirtualMachineInstancesCreateCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesCreateCheckpointResponse>, VirtualMachineInstancesCreateCheckpointResponse>>;
1702
- /**
1703
- * Creates a checkpoint in virtual machine instance.
1704
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1705
- * @param body The content of the action request
1706
- * @param options The options parameters.
1707
- */
1708
- beginCreateCheckpointAndWait(resourceUri: string, body: VirtualMachineCreateCheckpoint, options?: VirtualMachineInstancesCreateCheckpointOptionalParams): Promise<VirtualMachineInstancesCreateCheckpointResponse>;
1709
- /**
1710
- * Deletes a checkpoint in virtual machine instance.
1711
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1712
- * @param body The content of the action request
1713
- * @param options The options parameters.
1714
- */
1715
- beginDeleteCheckpoint(resourceUri: string, body: VirtualMachineDeleteCheckpoint, options?: VirtualMachineInstancesDeleteCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesDeleteCheckpointResponse>, VirtualMachineInstancesDeleteCheckpointResponse>>;
1716
- /**
1717
- * Deletes a checkpoint in virtual machine instance.
1718
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1719
- * @param body The content of the action request
1720
- * @param options The options parameters.
1721
- */
1722
- beginDeleteCheckpointAndWait(resourceUri: string, body: VirtualMachineDeleteCheckpoint, options?: VirtualMachineInstancesDeleteCheckpointOptionalParams): Promise<VirtualMachineInstancesDeleteCheckpointResponse>;
1723
- /**
1724
- * The operation to restart a virtual machine instance.
1725
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1726
- * @param options The options parameters.
1727
- */
1728
- beginRestart(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestartResponse>, VirtualMachineInstancesRestartResponse>>;
1729
- /**
1730
- * The operation to restart a virtual machine instance.
1731
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1732
- * @param options The options parameters.
1733
- */
1734
- beginRestartAndWait(resourceUri: string, options?: VirtualMachineInstancesRestartOptionalParams): Promise<VirtualMachineInstancesRestartResponse>;
1735
- /**
1736
- * Restores to a checkpoint in virtual machine instance.
1737
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1738
- * @param body The content of the action request
1739
- * @param options The options parameters.
1740
- */
1741
- beginRestoreCheckpoint(resourceUri: string, body: VirtualMachineRestoreCheckpoint, options?: VirtualMachineInstancesRestoreCheckpointOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesRestoreCheckpointResponse>, VirtualMachineInstancesRestoreCheckpointResponse>>;
1742
- /**
1743
- * Restores to a checkpoint in virtual machine instance.
1744
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1745
- * @param body The content of the action request
1746
- * @param options The options parameters.
1747
- */
1748
- beginRestoreCheckpointAndWait(resourceUri: string, body: VirtualMachineRestoreCheckpoint, options?: VirtualMachineInstancesRestoreCheckpointOptionalParams): Promise<VirtualMachineInstancesRestoreCheckpointResponse>;
1749
- /**
1750
- * The operation to start a virtual machine instance.
1751
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1752
- * @param options The options parameters.
1753
- */
1754
- beginStart(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStartResponse>, VirtualMachineInstancesStartResponse>>;
1755
- /**
1756
- * The operation to start a virtual machine instance.
1757
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1758
- * @param options The options parameters.
1759
- */
1760
- beginStartAndWait(resourceUri: string, options?: VirtualMachineInstancesStartOptionalParams): Promise<VirtualMachineInstancesStartResponse>;
1761
- /**
1762
- * The operation to power off (stop) a virtual machine instance.
1763
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1764
- * @param body The content of the action request
1765
- * @param options The options parameters.
1766
- */
1767
- beginStop(resourceUri: string, body: StopVirtualMachineOptions, options?: VirtualMachineInstancesStopOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineInstancesStopResponse>, VirtualMachineInstancesStopResponse>>;
1768
- /**
1769
- * The operation to power off (stop) a virtual machine instance.
1770
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
1771
- * @param body The content of the action request
1772
- * @param options The options parameters.
1773
- */
1774
- beginStopAndWait(resourceUri: string, body: StopVirtualMachineOptions, options?: VirtualMachineInstancesStopOptionalParams): Promise<VirtualMachineInstancesStopResponse>;
1775
- }
1776
-
1777
- /** Defines headers for VirtualMachineInstances_createCheckpoint operation. */
1778
- export declare interface VirtualMachineInstancesCreateCheckpointHeaders {
1779
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1780
- location?: string;
1781
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1782
- retryAfter?: number;
1783
- }
1784
-
1785
- /** Optional parameters. */
1786
- export declare interface VirtualMachineInstancesCreateCheckpointOptionalParams extends coreClient.OperationOptions {
1787
- /** Delay to wait until next poll, in milliseconds. */
1788
- updateIntervalInMs?: number;
1789
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1790
- resumeFrom?: string;
1791
- }
1792
-
1793
- /** Contains response data for the createCheckpoint operation. */
1794
- export declare type VirtualMachineInstancesCreateCheckpointResponse = VirtualMachineInstancesCreateCheckpointHeaders;
1795
-
1796
- /** Defines headers for VirtualMachineInstances_createOrUpdate operation. */
1797
- export declare interface VirtualMachineInstancesCreateOrUpdateHeaders {
1798
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1799
- retryAfter?: number;
1800
- }
1801
-
1802
- /** Optional parameters. */
1803
- export declare interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1804
- /** Delay to wait until next poll, in milliseconds. */
1805
- updateIntervalInMs?: number;
1806
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1807
- resumeFrom?: string;
1808
- }
1809
-
1810
- /** Contains response data for the createOrUpdate operation. */
1811
- export declare type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
1812
-
1813
- /** Defines headers for VirtualMachineInstances_deleteCheckpoint operation. */
1814
- export declare interface VirtualMachineInstancesDeleteCheckpointHeaders {
1815
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1816
- location?: string;
1817
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1818
- retryAfter?: number;
1819
- }
1820
-
1821
- /** Optional parameters. */
1822
- export declare interface VirtualMachineInstancesDeleteCheckpointOptionalParams extends coreClient.OperationOptions {
1823
- /** Delay to wait until next poll, in milliseconds. */
1824
- updateIntervalInMs?: number;
1825
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1826
- resumeFrom?: string;
1827
- }
1828
-
1829
- /** Contains response data for the deleteCheckpoint operation. */
1830
- export declare type VirtualMachineInstancesDeleteCheckpointResponse = VirtualMachineInstancesDeleteCheckpointHeaders;
1831
-
1832
- /** Defines headers for VirtualMachineInstances_delete operation. */
1833
- export declare interface VirtualMachineInstancesDeleteHeaders {
1834
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1835
- location?: string;
1836
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1837
- retryAfter?: number;
1838
- }
1839
-
1840
- /** Optional parameters. */
1841
- export declare interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
1842
- /** Forces the resource to be deleted. */
1843
- force?: ForceDelete;
1844
- /** Whether to disable the VM from azure and also delete it from Vmm. */
1845
- deleteFromHost?: DeleteFromHost;
1846
- /** Delay to wait until next poll, in milliseconds. */
1847
- updateIntervalInMs?: number;
1848
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1849
- resumeFrom?: string;
1850
- }
1851
-
1852
- /** Contains response data for the delete operation. */
1853
- export declare type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
1854
-
1855
- /** Optional parameters. */
1856
- export declare interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
1857
- }
1858
-
1859
- /** Contains response data for the get operation. */
1860
- export declare type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
1861
-
1862
- /** Optional parameters. */
1863
- export declare interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
1864
- }
1865
-
1866
- /** Contains response data for the listNext operation. */
1867
- export declare type VirtualMachineInstancesListNextResponse = VirtualMachineInstanceListResult;
1868
-
1869
- /** Optional parameters. */
1870
- export declare interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
1871
- }
1872
-
1873
- /** Contains response data for the list operation. */
1874
- export declare type VirtualMachineInstancesListResponse = VirtualMachineInstanceListResult;
1875
-
1876
- /** Defines headers for VirtualMachineInstances_restart operation. */
1877
- export declare interface VirtualMachineInstancesRestartHeaders {
1878
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1879
- location?: string;
1880
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1881
- retryAfter?: number;
1882
- }
1883
-
1884
- /** Optional parameters. */
1885
- export declare interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
1886
- /** Delay to wait until next poll, in milliseconds. */
1887
- updateIntervalInMs?: number;
1888
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1889
- resumeFrom?: string;
1890
- }
1891
-
1892
- /** Contains response data for the restart operation. */
1893
- export declare type VirtualMachineInstancesRestartResponse = VirtualMachineInstancesRestartHeaders;
1894
-
1895
- /** Defines headers for VirtualMachineInstances_restoreCheckpoint operation. */
1896
- export declare interface VirtualMachineInstancesRestoreCheckpointHeaders {
1897
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1898
- location?: string;
1899
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1900
- retryAfter?: number;
1901
- }
1902
-
1903
- /** Optional parameters. */
1904
- export declare interface VirtualMachineInstancesRestoreCheckpointOptionalParams extends coreClient.OperationOptions {
1905
- /** Delay to wait until next poll, in milliseconds. */
1906
- updateIntervalInMs?: number;
1907
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1908
- resumeFrom?: string;
1909
- }
1910
-
1911
- /** Contains response data for the restoreCheckpoint operation. */
1912
- export declare type VirtualMachineInstancesRestoreCheckpointResponse = VirtualMachineInstancesRestoreCheckpointHeaders;
1913
-
1914
- /** Defines headers for VirtualMachineInstances_start operation. */
1915
- export declare interface VirtualMachineInstancesStartHeaders {
1916
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1917
- location?: string;
1918
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1919
- retryAfter?: number;
1920
- }
1921
-
1922
- /** Optional parameters. */
1923
- export declare interface VirtualMachineInstancesStartOptionalParams extends coreClient.OperationOptions {
1924
- /** Delay to wait until next poll, in milliseconds. */
1925
- updateIntervalInMs?: number;
1926
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1927
- resumeFrom?: string;
1928
- }
1929
-
1930
- /** Contains response data for the start operation. */
1931
- export declare type VirtualMachineInstancesStartResponse = VirtualMachineInstancesStartHeaders;
1932
-
1933
- /** Defines headers for VirtualMachineInstances_stop operation. */
1934
- export declare interface VirtualMachineInstancesStopHeaders {
1935
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1936
- location?: string;
1937
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1938
- retryAfter?: number;
1939
- }
1940
-
1941
- /** Optional parameters. */
1942
- export declare interface VirtualMachineInstancesStopOptionalParams extends coreClient.OperationOptions {
1943
- /** Delay to wait until next poll, in milliseconds. */
1944
- updateIntervalInMs?: number;
1945
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1946
- resumeFrom?: string;
1947
- }
1948
-
1949
- /** Contains response data for the stop operation. */
1950
- export declare type VirtualMachineInstancesStopResponse = VirtualMachineInstancesStopHeaders;
1951
-
1952
- /** Defines headers for VirtualMachineInstances_update operation. */
1953
- export declare interface VirtualMachineInstancesUpdateHeaders {
1954
- /** The Location header contains the URL where the status of the long running operation can be checked. */
1955
- location?: string;
1956
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1957
- retryAfter?: number;
1958
- }
1959
-
1960
- /** Optional parameters. */
1961
- export declare interface VirtualMachineInstancesUpdateOptionalParams extends coreClient.OperationOptions {
1962
- /** Delay to wait until next poll, in milliseconds. */
1963
- updateIntervalInMs?: number;
1964
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1965
- resumeFrom?: string;
1966
- }
1967
-
1968
- /** Contains response data for the update operation. */
1969
- export declare type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
1970
-
1971
- /** The type used for update operations of the VirtualMachineInstance. */
1972
- export declare interface VirtualMachineInstanceUpdate {
1973
- /** The update properties of the VirtualMachineInstance. */
1974
- properties?: VirtualMachineInstanceUpdateProperties;
1975
- }
1976
-
1977
- /** Virtual Machine Instance Properties Update model */
1978
- export declare interface VirtualMachineInstanceUpdateProperties {
1979
- /** Availability Sets in vm. */
1980
- availabilitySets?: AvailabilitySetListItem[];
1981
- /** Hardware properties. */
1982
- hardwareProfile?: HardwareProfileUpdate;
1983
- /** Network properties. */
1984
- networkProfile?: NetworkProfileUpdate;
1985
- /** Storage properties. */
1986
- storageProfile?: StorageProfileUpdate;
1987
- /** Gets the infrastructure profile. */
1988
- infrastructureProfile?: InfrastructureProfileUpdate;
1989
- }
1990
-
1991
- /** The Virtual machine inventory item. */
1992
- export declare interface VirtualMachineInventoryItem extends InventoryItemProperties {
1993
- /** Polymorphic discriminator, which specifies the different types this object can be */
1994
- inventoryType: "VirtualMachine";
1995
- /**
1996
- * Gets the type of the os.
1997
- * NOTE: This property will not be serialized. It can only be populated by the server.
1998
- */
1999
- readonly osType?: OsType;
2000
- /**
2001
- * Gets os name.
2002
- * NOTE: This property will not be serialized. It can only be populated by the server.
2003
- */
2004
- readonly osName?: string;
2005
- /**
2006
- * Gets os version.
2007
- * NOTE: This property will not be serialized. It can only be populated by the server.
2008
- */
2009
- readonly osVersion?: string;
2010
- /**
2011
- * Gets the power state of the virtual machine.
2012
- * NOTE: This property will not be serialized. It can only be populated by the server.
2013
- */
2014
- readonly powerState?: string;
2015
- /** Gets or sets the nic ip addresses. */
2016
- ipAddresses?: string[];
2017
- /** Cloud inventory resource details where the VM is present. */
2018
- cloud?: InventoryItemDetails;
2019
- /**
2020
- * Gets the bios guid.
2021
- * NOTE: This property will not be serialized. It can only be populated by the server.
2022
- */
2023
- readonly biosGuid?: string;
2024
- /**
2025
- * Gets the tracked resource id corresponding to the inventory resource.
2026
- * NOTE: This property will not be serialized. It can only be populated by the server.
2027
- */
2028
- readonly managedMachineResourceId?: string;
2029
- }
2030
-
2031
- /** Defines the restore checkpoint action properties. */
2032
- export declare interface VirtualMachineRestoreCheckpoint {
2033
- /** ID of the checkpoint to be restored to. */
2034
- id?: string;
2035
- }
2036
-
2037
- /** The VirtualMachineTemplates resource definition. */
2038
- export declare interface VirtualMachineTemplate extends TrackedResource {
2039
- /** The resource-specific properties for this resource. */
2040
- properties?: VirtualMachineTemplateProperties;
2041
- /** The extended location. */
2042
- extendedLocation: ExtendedLocation;
2043
- }
2044
-
2045
- /** The Virtual machine template inventory item. */
2046
- export declare interface VirtualMachineTemplateInventoryItem extends InventoryItemProperties {
2047
- /** Polymorphic discriminator, which specifies the different types this object can be */
2048
- inventoryType: "VirtualMachineTemplate";
2049
- /**
2050
- * Gets the desired number of vCPUs for the vm.
2051
- * NOTE: This property will not be serialized. It can only be populated by the server.
2052
- */
2053
- readonly cpuCount?: number;
2054
- /**
2055
- * MemoryMB is the desired size of a virtual machine's memory, in MB.
2056
- * NOTE: This property will not be serialized. It can only be populated by the server.
2057
- */
2058
- readonly memoryMB?: number;
2059
- /**
2060
- * Gets the type of the os.
2061
- * NOTE: This property will not be serialized. It can only be populated by the server.
2062
- */
2063
- readonly osType?: OsType;
2064
- /**
2065
- * Gets os name.
2066
- * NOTE: This property will not be serialized. It can only be populated by the server.
2067
- */
2068
- readonly osName?: string;
2069
- }
2070
-
2071
- /** The response of a VirtualMachineTemplate list operation. */
2072
- export declare interface VirtualMachineTemplateListResult {
2073
- /** The VirtualMachineTemplate items on this page */
2074
- value: VirtualMachineTemplate[];
2075
- /**
2076
- * The link to the next page of items
2077
- * NOTE: This property will not be serialized. It can only be populated by the server.
2078
- */
2079
- readonly nextLink?: string;
2080
- }
2081
-
2082
- /** Defines the resource properties. */
2083
- export declare interface VirtualMachineTemplateProperties {
2084
- /** Gets or sets the inventory Item ID for the resource. */
2085
- inventoryItemId?: string;
2086
- /** Unique ID of the virtual machine template. */
2087
- uuid?: string;
2088
- /** ARM Id of the vmmServer resource in which this resource resides. */
2089
- vmmServerId?: string;
2090
- /**
2091
- * Gets the type of the os.
2092
- * NOTE: This property will not be serialized. It can only be populated by the server.
2093
- */
2094
- readonly osType?: OsType;
2095
- /**
2096
- * Gets os name.
2097
- * NOTE: This property will not be serialized. It can only be populated by the server.
2098
- */
2099
- readonly osName?: string;
2100
- /**
2101
- * Gets computer name.
2102
- * NOTE: This property will not be serialized. It can only be populated by the server.
2103
- */
2104
- readonly computerName?: string;
2105
- /**
2106
- * MemoryMB is the desired size of a virtual machine's memory, in MB.
2107
- * NOTE: This property will not be serialized. It can only be populated by the server.
2108
- */
2109
- readonly memoryMB?: number;
2110
- /**
2111
- * Gets the desired number of vCPUs for the vm.
2112
- * NOTE: This property will not be serialized. It can only be populated by the server.
2113
- */
2114
- readonly cpuCount?: number;
2115
- /**
2116
- * Gets a value indicating whether to enable processor compatibility mode for live migration of VMs.
2117
- * NOTE: This property will not be serialized. It can only be populated by the server.
2118
- */
2119
- readonly limitCpuForMigration?: LimitCpuForMigration;
2120
- /**
2121
- * Gets a value indicating whether to enable dynamic memory or not.
2122
- * NOTE: This property will not be serialized. It can only be populated by the server.
2123
- */
2124
- readonly dynamicMemoryEnabled?: DynamicMemoryEnabled;
2125
- /**
2126
- * Gets a value indicating whether the vm template is customizable or not.
2127
- * NOTE: This property will not be serialized. It can only be populated by the server.
2128
- */
2129
- readonly isCustomizable?: IsCustomizable;
2130
- /**
2131
- * Gets the max dynamic memory for the vm.
2132
- * NOTE: This property will not be serialized. It can only be populated by the server.
2133
- */
2134
- readonly dynamicMemoryMaxMB?: number;
2135
- /**
2136
- * Gets the min dynamic memory for the vm.
2137
- * NOTE: This property will not be serialized. It can only be populated by the server.
2138
- */
2139
- readonly dynamicMemoryMinMB?: number;
2140
- /**
2141
- * Gets highly available property.
2142
- * NOTE: This property will not be serialized. It can only be populated by the server.
2143
- */
2144
- readonly isHighlyAvailable?: IsHighlyAvailable;
2145
- /**
2146
- * Gets the generation for the vm.
2147
- * NOTE: This property will not be serialized. It can only be populated by the server.
2148
- */
2149
- readonly generation?: number;
2150
- /**
2151
- * Gets the network interfaces of the template.
2152
- * NOTE: This property will not be serialized. It can only be populated by the server.
2153
- */
2154
- readonly networkInterfaces?: NetworkInterface[];
2155
- /**
2156
- * Gets the disks of the template.
2157
- * NOTE: This property will not be serialized. It can only be populated by the server.
2158
- */
2159
- readonly disks?: VirtualDisk[];
2160
- /**
2161
- * Provisioning state of the resource.
2162
- * NOTE: This property will not be serialized. It can only be populated by the server.
2163
- */
2164
- readonly provisioningState?: ProvisioningState;
2165
- }
2166
-
2167
- /** Interface representing a VirtualMachineTemplates. */
2168
- export declare interface VirtualMachineTemplates {
2169
- /**
2170
- * List of VirtualMachineTemplates in a subscription.
2171
- * @param options The options parameters.
2172
- */
2173
- listBySubscription(options?: VirtualMachineTemplatesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
2174
- /**
2175
- * List of VirtualMachineTemplates in a resource group.
2176
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2177
- * @param options The options parameters.
2178
- */
2179
- listByResourceGroup(resourceGroupName: string, options?: VirtualMachineTemplatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
2180
- /**
2181
- * Implements VirtualMachineTemplate GET method.
2182
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2183
- * @param virtualMachineTemplateName Name of the VirtualMachineTemplate.
2184
- * @param options The options parameters.
2185
- */
2186
- get(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesGetOptionalParams): Promise<VirtualMachineTemplatesGetResponse>;
2187
- /**
2188
- * Onboards the ScVmm VM Template as an Azure VM Template resource.
2189
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2190
- * @param virtualMachineTemplateName Name of the VirtualMachineTemplate.
2191
- * @param resource Resource create parameters.
2192
- * @param options The options parameters.
2193
- */
2194
- beginCreateOrUpdate(resourceGroupName: string, virtualMachineTemplateName: string, resource: VirtualMachineTemplate, options?: VirtualMachineTemplatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesCreateOrUpdateResponse>, VirtualMachineTemplatesCreateOrUpdateResponse>>;
2195
- /**
2196
- * Onboards the ScVmm VM Template as an Azure VM Template resource.
2197
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2198
- * @param virtualMachineTemplateName Name of the VirtualMachineTemplate.
2199
- * @param resource Resource create parameters.
2200
- * @param options The options parameters.
2201
- */
2202
- beginCreateOrUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, resource: VirtualMachineTemplate, options?: VirtualMachineTemplatesCreateOrUpdateOptionalParams): Promise<VirtualMachineTemplatesCreateOrUpdateResponse>;
2203
- /**
2204
- * Updates the VirtualMachineTemplate resource.
2205
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2206
- * @param virtualMachineTemplateName Name of the VirtualMachineTemplate.
2207
- * @param properties The resource properties to be updated.
2208
- * @param options The options parameters.
2209
- */
2210
- beginUpdate(resourceGroupName: string, virtualMachineTemplateName: string, properties: VirtualMachineTemplateTagsUpdate, options?: VirtualMachineTemplatesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesUpdateResponse>, VirtualMachineTemplatesUpdateResponse>>;
2211
- /**
2212
- * Updates the VirtualMachineTemplate resource.
2213
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2214
- * @param virtualMachineTemplateName Name of the VirtualMachineTemplate.
2215
- * @param properties The resource properties to be updated.
2216
- * @param options The options parameters.
2217
- */
2218
- beginUpdateAndWait(resourceGroupName: string, virtualMachineTemplateName: string, properties: VirtualMachineTemplateTagsUpdate, options?: VirtualMachineTemplatesUpdateOptionalParams): Promise<VirtualMachineTemplatesUpdateResponse>;
2219
- /**
2220
- * Deregisters the ScVmm VM Template from Azure.
2221
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2222
- * @param virtualMachineTemplateName Name of the VirtualMachineTemplate.
2223
- * @param options The options parameters.
2224
- */
2225
- beginDelete(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualMachineTemplatesDeleteResponse>, VirtualMachineTemplatesDeleteResponse>>;
2226
- /**
2227
- * Deregisters the ScVmm VM Template from Azure.
2228
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2229
- * @param virtualMachineTemplateName Name of the VirtualMachineTemplate.
2230
- * @param options The options parameters.
2231
- */
2232
- beginDeleteAndWait(resourceGroupName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesDeleteOptionalParams): Promise<VirtualMachineTemplatesDeleteResponse>;
2233
- }
2234
-
2235
- /** Defines headers for VirtualMachineTemplates_createOrUpdate operation. */
2236
- export declare interface VirtualMachineTemplatesCreateOrUpdateHeaders {
2237
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2238
- retryAfter?: number;
2239
- }
2240
-
2241
- /** Optional parameters. */
2242
- export declare interface VirtualMachineTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2243
- /** Delay to wait until next poll, in milliseconds. */
2244
- updateIntervalInMs?: number;
2245
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2246
- resumeFrom?: string;
2247
- }
2248
-
2249
- /** Contains response data for the createOrUpdate operation. */
2250
- export declare type VirtualMachineTemplatesCreateOrUpdateResponse = VirtualMachineTemplate;
2251
-
2252
- /** Defines headers for VirtualMachineTemplates_delete operation. */
2253
- export declare interface VirtualMachineTemplatesDeleteHeaders {
2254
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2255
- location?: string;
2256
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2257
- retryAfter?: number;
2258
- }
2259
-
2260
- /** Optional parameters. */
2261
- export declare interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
2262
- /** Forces the resource to be deleted. */
2263
- force?: ForceDelete;
2264
- /** Delay to wait until next poll, in milliseconds. */
2265
- updateIntervalInMs?: number;
2266
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2267
- resumeFrom?: string;
2268
- }
2269
-
2270
- /** Contains response data for the delete operation. */
2271
- export declare type VirtualMachineTemplatesDeleteResponse = VirtualMachineTemplatesDeleteHeaders;
2272
-
2273
- /** Optional parameters. */
2274
- export declare interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
2275
- }
2276
-
2277
- /** Contains response data for the get operation. */
2278
- export declare type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
2279
-
2280
- /** Optional parameters. */
2281
- export declare interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2282
- }
2283
-
2284
- /** Contains response data for the listByResourceGroupNext operation. */
2285
- export declare type VirtualMachineTemplatesListByResourceGroupNextResponse = VirtualMachineTemplateListResult;
2286
-
2287
- /** Optional parameters. */
2288
- export declare interface VirtualMachineTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2289
- }
2290
-
2291
- /** Contains response data for the listByResourceGroup operation. */
2292
- export declare type VirtualMachineTemplatesListByResourceGroupResponse = VirtualMachineTemplateListResult;
2293
-
2294
- /** Optional parameters. */
2295
- export declare interface VirtualMachineTemplatesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2296
- }
2297
-
2298
- /** Contains response data for the listBySubscriptionNext operation. */
2299
- export declare type VirtualMachineTemplatesListBySubscriptionNextResponse = VirtualMachineTemplateListResult;
2300
-
2301
- /** Optional parameters. */
2302
- export declare interface VirtualMachineTemplatesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2303
- }
2304
-
2305
- /** Contains response data for the listBySubscription operation. */
2306
- export declare type VirtualMachineTemplatesListBySubscriptionResponse = VirtualMachineTemplateListResult;
2307
-
2308
- /** Defines headers for VirtualMachineTemplates_update operation. */
2309
- export declare interface VirtualMachineTemplatesUpdateHeaders {
2310
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2311
- location?: string;
2312
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2313
- retryAfter?: number;
2314
- }
2315
-
2316
- /** Optional parameters. */
2317
- export declare interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
2318
- /** Delay to wait until next poll, in milliseconds. */
2319
- updateIntervalInMs?: number;
2320
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2321
- resumeFrom?: string;
2322
- }
2323
-
2324
- /** Contains response data for the update operation. */
2325
- export declare type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
2326
-
2327
- /** The type used for updating tags in VirtualMachineTemplate resources. */
2328
- export declare interface VirtualMachineTemplateTagsUpdate {
2329
- /** Resource tags. */
2330
- tags?: {
2331
- [propertyName: string]: string;
2332
- };
2333
- }
2334
-
2335
- /** The VirtualNetworks resource definition. */
2336
- export declare interface VirtualNetwork extends TrackedResource {
2337
- /** The resource-specific properties for this resource. */
2338
- properties?: VirtualNetworkProperties;
2339
- /** The extended location. */
2340
- extendedLocation: ExtendedLocation;
2341
- }
2342
-
2343
- /** The Virtual network inventory item. */
2344
- export declare interface VirtualNetworkInventoryItem extends InventoryItemProperties {
2345
- /** Polymorphic discriminator, which specifies the different types this object can be */
2346
- inventoryType: "VirtualNetwork";
2347
- }
2348
-
2349
- /** The response of a VirtualNetwork list operation. */
2350
- export declare interface VirtualNetworkListResult {
2351
- /** The VirtualNetwork items on this page */
2352
- value: VirtualNetwork[];
2353
- /**
2354
- * The link to the next page of items
2355
- * NOTE: This property will not be serialized. It can only be populated by the server.
2356
- */
2357
- readonly nextLink?: string;
2358
- }
2359
-
2360
- /** Defines the resource properties. */
2361
- export declare interface VirtualNetworkProperties {
2362
- /** Gets or sets the inventory Item ID for the resource. */
2363
- inventoryItemId?: string;
2364
- /** Unique ID of the virtual network. */
2365
- uuid?: string;
2366
- /** ARM Id of the vmmServer resource in which this resource resides. */
2367
- vmmServerId?: string;
2368
- /**
2369
- * Name of the virtual network in vmmServer.
2370
- * NOTE: This property will not be serialized. It can only be populated by the server.
2371
- */
2372
- readonly networkName?: string;
2373
- /**
2374
- * Provisioning state of the resource.
2375
- * NOTE: This property will not be serialized. It can only be populated by the server.
2376
- */
2377
- readonly provisioningState?: ProvisioningState;
2378
- }
2379
-
2380
- /** Interface representing a VirtualNetworks. */
2381
- export declare interface VirtualNetworks {
2382
- /**
2383
- * List of VirtualNetworks in a subscription.
2384
- * @param options The options parameters.
2385
- */
2386
- listBySubscription(options?: VirtualNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
2387
- /**
2388
- * List of VirtualNetworks in a resource group.
2389
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2390
- * @param options The options parameters.
2391
- */
2392
- listByResourceGroup(resourceGroupName: string, options?: VirtualNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
2393
- /**
2394
- * Implements VirtualNetwork GET method.
2395
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2396
- * @param virtualNetworkName Name of the VirtualNetwork.
2397
- * @param options The options parameters.
2398
- */
2399
- get(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksGetOptionalParams): Promise<VirtualNetworksGetResponse>;
2400
- /**
2401
- * Onboards the ScVmm virtual network as an Azure virtual network resource.
2402
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2403
- * @param virtualNetworkName Name of the VirtualNetwork.
2404
- * @param resource Resource create parameters.
2405
- * @param options The options parameters.
2406
- */
2407
- beginCreateOrUpdate(resourceGroupName: string, virtualNetworkName: string, resource: VirtualNetwork, options?: VirtualNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksCreateOrUpdateResponse>, VirtualNetworksCreateOrUpdateResponse>>;
2408
- /**
2409
- * Onboards the ScVmm virtual network as an Azure virtual network resource.
2410
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2411
- * @param virtualNetworkName Name of the VirtualNetwork.
2412
- * @param resource Resource create parameters.
2413
- * @param options The options parameters.
2414
- */
2415
- beginCreateOrUpdateAndWait(resourceGroupName: string, virtualNetworkName: string, resource: VirtualNetwork, options?: VirtualNetworksCreateOrUpdateOptionalParams): Promise<VirtualNetworksCreateOrUpdateResponse>;
2416
- /**
2417
- * Updates the VirtualNetworks resource.
2418
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2419
- * @param virtualNetworkName Name of the VirtualNetwork.
2420
- * @param properties The resource properties to be updated.
2421
- * @param options The options parameters.
2422
- */
2423
- beginUpdate(resourceGroupName: string, virtualNetworkName: string, properties: VirtualNetworkTagsUpdate, options?: VirtualNetworksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksUpdateResponse>, VirtualNetworksUpdateResponse>>;
2424
- /**
2425
- * Updates the VirtualNetworks resource.
2426
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2427
- * @param virtualNetworkName Name of the VirtualNetwork.
2428
- * @param properties The resource properties to be updated.
2429
- * @param options The options parameters.
2430
- */
2431
- beginUpdateAndWait(resourceGroupName: string, virtualNetworkName: string, properties: VirtualNetworkTagsUpdate, options?: VirtualNetworksUpdateOptionalParams): Promise<VirtualNetworksUpdateResponse>;
2432
- /**
2433
- * Deregisters the ScVmm virtual network from Azure.
2434
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2435
- * @param virtualNetworkName Name of the VirtualNetwork.
2436
- * @param options The options parameters.
2437
- */
2438
- beginDelete(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworksDeleteResponse>, VirtualNetworksDeleteResponse>>;
2439
- /**
2440
- * Deregisters the ScVmm virtual network from Azure.
2441
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2442
- * @param virtualNetworkName Name of the VirtualNetwork.
2443
- * @param options The options parameters.
2444
- */
2445
- beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, options?: VirtualNetworksDeleteOptionalParams): Promise<VirtualNetworksDeleteResponse>;
2446
- }
2447
-
2448
- /** Defines headers for VirtualNetworks_createOrUpdate operation. */
2449
- export declare interface VirtualNetworksCreateOrUpdateHeaders {
2450
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2451
- retryAfter?: number;
2452
- }
2453
-
2454
- /** Optional parameters. */
2455
- export declare interface VirtualNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2456
- /** Delay to wait until next poll, in milliseconds. */
2457
- updateIntervalInMs?: number;
2458
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2459
- resumeFrom?: string;
2460
- }
2461
-
2462
- /** Contains response data for the createOrUpdate operation. */
2463
- export declare type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork;
2464
-
2465
- /** Defines headers for VirtualNetworks_delete operation. */
2466
- export declare interface VirtualNetworksDeleteHeaders {
2467
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2468
- location?: string;
2469
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2470
- retryAfter?: number;
2471
- }
2472
-
2473
- /** Optional parameters. */
2474
- export declare interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
2475
- /** Forces the resource to be deleted. */
2476
- force?: ForceDelete;
2477
- /** Delay to wait until next poll, in milliseconds. */
2478
- updateIntervalInMs?: number;
2479
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2480
- resumeFrom?: string;
2481
- }
2482
-
2483
- /** Contains response data for the delete operation. */
2484
- export declare type VirtualNetworksDeleteResponse = VirtualNetworksDeleteHeaders;
2485
-
2486
- /** Optional parameters. */
2487
- export declare interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
2488
- }
2489
-
2490
- /** Contains response data for the get operation. */
2491
- export declare type VirtualNetworksGetResponse = VirtualNetwork;
2492
-
2493
- /** Optional parameters. */
2494
- export declare interface VirtualNetworksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2495
- }
2496
-
2497
- /** Contains response data for the listByResourceGroupNext operation. */
2498
- export declare type VirtualNetworksListByResourceGroupNextResponse = VirtualNetworkListResult;
2499
-
2500
- /** Optional parameters. */
2501
- export declare interface VirtualNetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2502
- }
2503
-
2504
- /** Contains response data for the listByResourceGroup operation. */
2505
- export declare type VirtualNetworksListByResourceGroupResponse = VirtualNetworkListResult;
2506
-
2507
- /** Optional parameters. */
2508
- export declare interface VirtualNetworksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2509
- }
2510
-
2511
- /** Contains response data for the listBySubscriptionNext operation. */
2512
- export declare type VirtualNetworksListBySubscriptionNextResponse = VirtualNetworkListResult;
2513
-
2514
- /** Optional parameters. */
2515
- export declare interface VirtualNetworksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2516
- }
2517
-
2518
- /** Contains response data for the listBySubscription operation. */
2519
- export declare type VirtualNetworksListBySubscriptionResponse = VirtualNetworkListResult;
2520
-
2521
- /** Defines headers for VirtualNetworks_update operation. */
2522
- export declare interface VirtualNetworksUpdateHeaders {
2523
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2524
- location?: string;
2525
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2526
- retryAfter?: number;
2527
- }
2528
-
2529
- /** Optional parameters. */
2530
- export declare interface VirtualNetworksUpdateOptionalParams extends coreClient.OperationOptions {
2531
- /** Delay to wait until next poll, in milliseconds. */
2532
- updateIntervalInMs?: number;
2533
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2534
- resumeFrom?: string;
2535
- }
2536
-
2537
- /** Contains response data for the update operation. */
2538
- export declare type VirtualNetworksUpdateResponse = VirtualNetwork;
2539
-
2540
- /** The type used for updating tags in VirtualNetwork resources. */
2541
- export declare interface VirtualNetworkTagsUpdate {
2542
- /** Resource tags. */
2543
- tags?: {
2544
- [propertyName: string]: string;
2545
- };
2546
- }
2547
-
2548
- /** Defines the HybridIdentityMetadata. */
2549
- export declare interface VmInstanceHybridIdentityMetadata extends ProxyResource {
2550
- /** The resource-specific properties for this resource. */
2551
- properties?: VmInstanceHybridIdentityMetadataProperties;
2552
- }
2553
-
2554
- /** The response of a VmInstanceHybridIdentityMetadata list operation. */
2555
- export declare interface VmInstanceHybridIdentityMetadataListResult {
2556
- /** The VmInstanceHybridIdentityMetadata items on this page */
2557
- value: VmInstanceHybridIdentityMetadata[];
2558
- /**
2559
- * The link to the next page of items
2560
- * NOTE: This property will not be serialized. It can only be populated by the server.
2561
- */
2562
- readonly nextLink?: string;
2563
- }
2564
-
2565
- /** Describes the properties of Hybrid Identity Metadata for a Virtual Machine. */
2566
- export declare interface VmInstanceHybridIdentityMetadataProperties {
2567
- /** The unique identifier for the resource. */
2568
- resourceUid?: string;
2569
- /** Gets or sets the Public Key. */
2570
- publicKey?: string;
2571
- /**
2572
- * Provisioning state of the resource.
2573
- * NOTE: This property will not be serialized. It can only be populated by the server.
2574
- */
2575
- readonly provisioningState?: ProvisioningState;
2576
- }
2577
-
2578
- /** Interface representing a VmInstanceHybridIdentityMetadatas. */
2579
- export declare interface VmInstanceHybridIdentityMetadatas {
2580
- /**
2581
- * Returns the list of HybridIdentityMetadata of the given VM.
2582
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
2583
- * @param options The options parameters.
2584
- */
2585
- listByVirtualMachineInstance(resourceUri: string, options?: VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceOptionalParams): PagedAsyncIterableIterator<VmInstanceHybridIdentityMetadata>;
2586
- /**
2587
- * Implements HybridIdentityMetadata GET method.
2588
- * @param resourceUri The fully qualified Azure Resource manager identifier of the resource.
2589
- * @param options The options parameters.
2590
- */
2591
- get(resourceUri: string, options?: VmInstanceHybridIdentityMetadatasGetOptionalParams): Promise<VmInstanceHybridIdentityMetadatasGetResponse>;
2592
- }
2593
-
2594
- /** Optional parameters. */
2595
- export declare interface VmInstanceHybridIdentityMetadatasGetOptionalParams extends coreClient.OperationOptions {
2596
- }
2597
-
2598
- /** Contains response data for the get operation. */
2599
- export declare type VmInstanceHybridIdentityMetadatasGetResponse = VmInstanceHybridIdentityMetadata;
2600
-
2601
- /** Optional parameters. */
2602
- export declare interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextOptionalParams extends coreClient.OperationOptions {
2603
- }
2604
-
2605
- /** Contains response data for the listByVirtualMachineInstanceNext operation. */
2606
- export declare type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextResponse = VmInstanceHybridIdentityMetadataListResult;
2607
-
2608
- /** Optional parameters. */
2609
- export declare interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceOptionalParams extends coreClient.OperationOptions {
2610
- }
2611
-
2612
- /** Contains response data for the listByVirtualMachineInstance operation. */
2613
- export declare type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceResponse = VmInstanceHybridIdentityMetadataListResult;
2614
-
2615
- /** Credentials to connect to VmmServer. */
2616
- export declare interface VmmCredential {
2617
- /** Username to use to connect to VmmServer. */
2618
- username?: string;
2619
- /**
2620
- * Password to use to connect to VmmServer.
2621
- * This value contains a credential. Consider obscuring before showing to users
2622
- */
2623
- password?: string;
2624
- }
2625
-
2626
- /** The VmmServers resource definition. */
2627
- export declare interface VmmServer extends TrackedResource {
2628
- /** The resource-specific properties for this resource. */
2629
- properties?: VmmServerProperties;
2630
- /** The extended location. */
2631
- extendedLocation: ExtendedLocation;
2632
- }
2633
-
2634
- /** The response of a VmmServer list operation. */
2635
- export declare interface VmmServerListResult {
2636
- /** The VmmServer items on this page */
2637
- value: VmmServer[];
2638
- /**
2639
- * The link to the next page of items
2640
- * NOTE: This property will not be serialized. It can only be populated by the server.
2641
- */
2642
- readonly nextLink?: string;
2643
- }
2644
-
2645
- /** Defines the resource properties. */
2646
- export declare interface VmmServerProperties {
2647
- /** Credentials to connect to VmmServer. */
2648
- credentials?: VmmCredential;
2649
- /** Fqdn is the hostname/ip of the vmmServer. */
2650
- fqdn: string;
2651
- /** Port is the port on which the vmmServer is listening. */
2652
- port?: number;
2653
- /**
2654
- * Gets the connection status to the vmmServer.
2655
- * NOTE: This property will not be serialized. It can only be populated by the server.
2656
- */
2657
- readonly connectionStatus?: string;
2658
- /**
2659
- * Gets any error message if connection to vmmServer is having any issue.
2660
- * NOTE: This property will not be serialized. It can only be populated by the server.
2661
- */
2662
- readonly errorMessage?: string;
2663
- /**
2664
- * Unique ID of vmmServer.
2665
- * NOTE: This property will not be serialized. It can only be populated by the server.
2666
- */
2667
- readonly uuid?: string;
2668
- /**
2669
- * Version is the version of the vmmSever.
2670
- * NOTE: This property will not be serialized. It can only be populated by the server.
2671
- */
2672
- readonly version?: string;
2673
- /**
2674
- * Provisioning state of the resource.
2675
- * NOTE: This property will not be serialized. It can only be populated by the server.
2676
- */
2677
- readonly provisioningState?: ProvisioningState;
2678
- }
2679
-
2680
- /** Interface representing a VmmServers. */
2681
- export declare interface VmmServers {
2682
- /**
2683
- * List of VmmServers in a subscription.
2684
- * @param options The options parameters.
2685
- */
2686
- listBySubscription(options?: VmmServersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VmmServer>;
2687
- /**
2688
- * List of VmmServers in a resource group.
2689
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2690
- * @param options The options parameters.
2691
- */
2692
- listByResourceGroup(resourceGroupName: string, options?: VmmServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VmmServer>;
2693
- /**
2694
- * Implements VmmServer GET method.
2695
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2696
- * @param vmmServerName Name of the VmmServer.
2697
- * @param options The options parameters.
2698
- */
2699
- get(resourceGroupName: string, vmmServerName: string, options?: VmmServersGetOptionalParams): Promise<VmmServersGetResponse>;
2700
- /**
2701
- * Onboards the SCVmm fabric as an Azure VmmServer resource.
2702
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2703
- * @param vmmServerName Name of the VmmServer.
2704
- * @param resource Resource create parameters.
2705
- * @param options The options parameters.
2706
- */
2707
- beginCreateOrUpdate(resourceGroupName: string, vmmServerName: string, resource: VmmServer, options?: VmmServersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersCreateOrUpdateResponse>, VmmServersCreateOrUpdateResponse>>;
2708
- /**
2709
- * Onboards the SCVmm fabric as an Azure VmmServer resource.
2710
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2711
- * @param vmmServerName Name of the VmmServer.
2712
- * @param resource Resource create parameters.
2713
- * @param options The options parameters.
2714
- */
2715
- beginCreateOrUpdateAndWait(resourceGroupName: string, vmmServerName: string, resource: VmmServer, options?: VmmServersCreateOrUpdateOptionalParams): Promise<VmmServersCreateOrUpdateResponse>;
2716
- /**
2717
- * Updates the VmmServers resource.
2718
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2719
- * @param vmmServerName Name of the VmmServer.
2720
- * @param properties The resource properties to be updated.
2721
- * @param options The options parameters.
2722
- */
2723
- beginUpdate(resourceGroupName: string, vmmServerName: string, properties: VmmServerTagsUpdate, options?: VmmServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersUpdateResponse>, VmmServersUpdateResponse>>;
2724
- /**
2725
- * Updates the VmmServers resource.
2726
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2727
- * @param vmmServerName Name of the VmmServer.
2728
- * @param properties The resource properties to be updated.
2729
- * @param options The options parameters.
2730
- */
2731
- beginUpdateAndWait(resourceGroupName: string, vmmServerName: string, properties: VmmServerTagsUpdate, options?: VmmServersUpdateOptionalParams): Promise<VmmServersUpdateResponse>;
2732
- /**
2733
- * Removes the SCVmm fabric from Azure.
2734
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2735
- * @param vmmServerName Name of the VmmServer.
2736
- * @param options The options parameters.
2737
- */
2738
- beginDelete(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VmmServersDeleteResponse>, VmmServersDeleteResponse>>;
2739
- /**
2740
- * Removes the SCVmm fabric from Azure.
2741
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2742
- * @param vmmServerName Name of the VmmServer.
2743
- * @param options The options parameters.
2744
- */
2745
- beginDeleteAndWait(resourceGroupName: string, vmmServerName: string, options?: VmmServersDeleteOptionalParams): Promise<VmmServersDeleteResponse>;
2746
- }
2747
-
2748
- /** Defines headers for VmmServers_createOrUpdate operation. */
2749
- export declare interface VmmServersCreateOrUpdateHeaders {
2750
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2751
- retryAfter?: number;
2752
- }
2753
-
2754
- /** Optional parameters. */
2755
- export declare interface VmmServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2756
- /** Delay to wait until next poll, in milliseconds. */
2757
- updateIntervalInMs?: number;
2758
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2759
- resumeFrom?: string;
2760
- }
2761
-
2762
- /** Contains response data for the createOrUpdate operation. */
2763
- export declare type VmmServersCreateOrUpdateResponse = VmmServer;
2764
-
2765
- /** Defines headers for VmmServers_delete operation. */
2766
- export declare interface VmmServersDeleteHeaders {
2767
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2768
- location?: string;
2769
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2770
- retryAfter?: number;
2771
- }
2772
-
2773
- /** Optional parameters. */
2774
- export declare interface VmmServersDeleteOptionalParams extends coreClient.OperationOptions {
2775
- /** Forces the resource to be deleted. */
2776
- force?: ForceDelete;
2777
- /** Delay to wait until next poll, in milliseconds. */
2778
- updateIntervalInMs?: number;
2779
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2780
- resumeFrom?: string;
2781
- }
2782
-
2783
- /** Contains response data for the delete operation. */
2784
- export declare type VmmServersDeleteResponse = VmmServersDeleteHeaders;
2785
-
2786
- /** Optional parameters. */
2787
- export declare interface VmmServersGetOptionalParams extends coreClient.OperationOptions {
2788
- }
2789
-
2790
- /** Contains response data for the get operation. */
2791
- export declare type VmmServersGetResponse = VmmServer;
2792
-
2793
- /** Optional parameters. */
2794
- export declare interface VmmServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2795
- }
2796
-
2797
- /** Contains response data for the listByResourceGroupNext operation. */
2798
- export declare type VmmServersListByResourceGroupNextResponse = VmmServerListResult;
2799
-
2800
- /** Optional parameters. */
2801
- export declare interface VmmServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2802
- }
2803
-
2804
- /** Contains response data for the listByResourceGroup operation. */
2805
- export declare type VmmServersListByResourceGroupResponse = VmmServerListResult;
2806
-
2807
- /** Optional parameters. */
2808
- export declare interface VmmServersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2809
- }
2810
-
2811
- /** Contains response data for the listBySubscriptionNext operation. */
2812
- export declare type VmmServersListBySubscriptionNextResponse = VmmServerListResult;
2813
-
2814
- /** Optional parameters. */
2815
- export declare interface VmmServersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2816
- }
2817
-
2818
- /** Contains response data for the listBySubscription operation. */
2819
- export declare type VmmServersListBySubscriptionResponse = VmmServerListResult;
2820
-
2821
- /** Defines headers for VmmServers_update operation. */
2822
- export declare interface VmmServersUpdateHeaders {
2823
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2824
- location?: string;
2825
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2826
- retryAfter?: number;
2827
- }
2828
-
2829
- /** Optional parameters. */
2830
- export declare interface VmmServersUpdateOptionalParams extends coreClient.OperationOptions {
2831
- /** Delay to wait until next poll, in milliseconds. */
2832
- updateIntervalInMs?: number;
2833
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2834
- resumeFrom?: string;
2835
- }
2836
-
2837
- /** Contains response data for the update operation. */
2838
- export declare type VmmServersUpdateResponse = VmmServer;
2839
-
2840
- /** The type used for updating tags in VmmServer resources. */
2841
- export declare interface VmmServerTagsUpdate {
2842
- /** Resource tags. */
2843
- tags?: {
2844
- [propertyName: string]: string;
2845
- };
2846
- }
2847
-
2848
- export { }