@azure/arm-scvmm 1.0.1-alpha.20250214.1 → 1.0.1-alpha.20250218.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -0,0 +1,1967 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export type InventoryItemPropertiesUnion = InventoryItemProperties | CloudInventoryItem | VirtualMachineInventoryItem | VirtualMachineTemplateInventoryItem | VirtualNetworkInventoryItem;
3
+ /** The response of a VirtualMachineInstance list operation. */
4
+ export interface VirtualMachineInstanceListResult {
5
+ /** The VirtualMachineInstance items on this page */
6
+ value: VirtualMachineInstance[];
7
+ /**
8
+ * The link to the next page of items
9
+ * NOTE: This property will not be serialized. It can only be populated by the server.
10
+ */
11
+ readonly nextLink?: string;
12
+ }
13
+ /** Defines the resource properties. */
14
+ export interface VirtualMachineInstanceProperties {
15
+ /** Availability Sets in vm. */
16
+ availabilitySets?: AvailabilitySetListItem[];
17
+ /** OS properties. */
18
+ osProfile?: OsProfileForVmInstance;
19
+ /** Hardware properties. */
20
+ hardwareProfile?: HardwareProfile;
21
+ /** Network properties. */
22
+ networkProfile?: NetworkProfile;
23
+ /** Storage properties. */
24
+ storageProfile?: StorageProfile;
25
+ /** Gets the infrastructure profile. */
26
+ infrastructureProfile?: InfrastructureProfile;
27
+ /**
28
+ * Gets the power state of the virtual machine.
29
+ * NOTE: This property will not be serialized. It can only be populated by the server.
30
+ */
31
+ readonly powerState?: string;
32
+ /**
33
+ * Provisioning state of the resource.
34
+ * NOTE: This property will not be serialized. It can only be populated by the server.
35
+ */
36
+ readonly provisioningState?: ProvisioningState;
37
+ }
38
+ /** Availability Set model */
39
+ export interface AvailabilitySetListItem {
40
+ /** Gets the ARM Id of the microsoft.scvmm/availabilitySets resource. */
41
+ id?: string;
42
+ /** Gets or sets the name of the availability set. */
43
+ name?: string;
44
+ }
45
+ /** Defines the resource properties. */
46
+ export interface OsProfileForVmInstance {
47
+ /**
48
+ * Admin password of the virtual machine.
49
+ * This value contains a credential. Consider obscuring before showing to users
50
+ */
51
+ adminPassword?: string;
52
+ /** Gets or sets computer name. */
53
+ computerName?: string;
54
+ /**
55
+ * Gets the type of the os.
56
+ * NOTE: This property will not be serialized. It can only be populated by the server.
57
+ */
58
+ readonly osType?: OsType;
59
+ /**
60
+ * Gets os sku.
61
+ * NOTE: This property will not be serialized. It can only be populated by the server.
62
+ */
63
+ readonly osSku?: string;
64
+ /**
65
+ * Gets os version.
66
+ * NOTE: This property will not be serialized. It can only be populated by the server.
67
+ */
68
+ readonly osVersion?: string;
69
+ }
70
+ /** Defines the resource properties. */
71
+ export interface HardwareProfile {
72
+ /** MemoryMB is the size of a virtual machine's memory, in MB. */
73
+ memoryMB?: number;
74
+ /** Gets or sets the number of vCPUs for the vm. */
75
+ cpuCount?: number;
76
+ /** Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs. */
77
+ limitCpuForMigration?: LimitCpuForMigration;
78
+ /** Gets or sets a value indicating whether to enable dynamic memory or not. */
79
+ dynamicMemoryEnabled?: DynamicMemoryEnabled;
80
+ /** Gets or sets the max dynamic memory for the vm. */
81
+ dynamicMemoryMaxMB?: number;
82
+ /** Gets or sets the min dynamic memory for the vm. */
83
+ dynamicMemoryMinMB?: number;
84
+ /**
85
+ * Gets highly available property.
86
+ * NOTE: This property will not be serialized. It can only be populated by the server.
87
+ */
88
+ readonly isHighlyAvailable?: IsHighlyAvailable;
89
+ }
90
+ /** Defines the resource properties. */
91
+ export interface NetworkProfile {
92
+ /** Gets or sets the list of network interfaces associated with the virtual machine. */
93
+ networkInterfaces?: NetworkInterface[];
94
+ }
95
+ /** Network Interface model */
96
+ export interface NetworkInterface {
97
+ /** Gets or sets the name of the network interface. */
98
+ name?: string;
99
+ /**
100
+ * 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.
101
+ * NOTE: This property will not be serialized. It can only be populated by the server.
102
+ */
103
+ readonly displayName?: string;
104
+ /**
105
+ * Gets the nic ipv4 addresses.
106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
107
+ */
108
+ readonly ipv4Addresses?: string[];
109
+ /**
110
+ * Gets the nic ipv6 addresses.
111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
112
+ */
113
+ readonly ipv6Addresses?: string[];
114
+ /** Gets or sets the nic MAC address. */
115
+ macAddress?: string;
116
+ /** Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic. */
117
+ virtualNetworkId?: string;
118
+ /**
119
+ * Gets the name of the virtual network in vmmServer that the nic is connected to.
120
+ * NOTE: This property will not be serialized. It can only be populated by the server.
121
+ */
122
+ readonly networkName?: string;
123
+ /** Gets or sets the ipv4 address type. */
124
+ ipv4AddressType?: AllocationMethod;
125
+ /** Gets or sets the ipv6 address type. */
126
+ ipv6AddressType?: AllocationMethod;
127
+ /** Gets or sets the mac address type. */
128
+ macAddressType?: AllocationMethod;
129
+ /** Gets or sets the nic id. */
130
+ nicId?: string;
131
+ }
132
+ /** Defines the resource properties. */
133
+ export interface StorageProfile {
134
+ /** Gets or sets the list of virtual disks associated with the virtual machine. */
135
+ disks?: VirtualDisk[];
136
+ }
137
+ /** Virtual disk model */
138
+ export interface VirtualDisk {
139
+ /** Gets or sets the name of the disk. */
140
+ name?: string;
141
+ /**
142
+ * 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.
143
+ * NOTE: This property will not be serialized. It can only be populated by the server.
144
+ */
145
+ readonly displayName?: string;
146
+ /** Gets or sets the disk id. */
147
+ diskId?: string;
148
+ /** Gets or sets the disk total size. */
149
+ diskSizeGB?: number;
150
+ /**
151
+ * Gets the max disk size.
152
+ * NOTE: This property will not be serialized. It can only be populated by the server.
153
+ */
154
+ readonly maxDiskSizeGB?: number;
155
+ /** Gets or sets the disk bus. */
156
+ bus?: number;
157
+ /** Gets or sets the disk lun. */
158
+ lun?: number;
159
+ /** Gets or sets the disk bus type. */
160
+ busType?: string;
161
+ /** Gets or sets the disk vhd type. */
162
+ vhdType?: string;
163
+ /**
164
+ * Gets the disk volume type.
165
+ * NOTE: This property will not be serialized. It can only be populated by the server.
166
+ */
167
+ readonly volumeType?: string;
168
+ /**
169
+ * Gets the disk vhd format type.
170
+ * NOTE: This property will not be serialized. It can only be populated by the server.
171
+ */
172
+ readonly vhdFormatType?: string;
173
+ /** Gets or sets the disk id in the template. */
174
+ templateDiskId?: string;
175
+ /** The QoS policy for the disk. */
176
+ storageQosPolicy?: StorageQosPolicyDetails;
177
+ /** Gets or sets a value indicating diff disk. */
178
+ createDiffDisk?: CreateDiffDisk;
179
+ }
180
+ /** The StorageQoSPolicyDetails definition. */
181
+ export interface StorageQosPolicyDetails {
182
+ /** The name of the policy. */
183
+ name?: string;
184
+ /** The ID of the QoS policy. */
185
+ id?: string;
186
+ }
187
+ /** Specifies the vmmServer infrastructure specific settings for the virtual machine instance. */
188
+ export interface InfrastructureProfile {
189
+ /** Gets or sets the inventory Item ID for the resource. */
190
+ inventoryItemId?: string;
191
+ /** ARM Id of the vmmServer resource in which this resource resides. */
192
+ vmmServerId?: string;
193
+ /** ARM Id of the cloud resource to use for deploying the vm. */
194
+ cloudId?: string;
195
+ /** ARM Id of the template resource to use for deploying the vm. */
196
+ templateId?: string;
197
+ /** VMName is the name of VM on the SCVmm server. */
198
+ vmName?: string;
199
+ /** Unique ID of the virtual machine. */
200
+ uuid?: string;
201
+ /**
202
+ * Last restored checkpoint in the vm.
203
+ * NOTE: This property will not be serialized. It can only be populated by the server.
204
+ */
205
+ readonly lastRestoredVmCheckpoint?: Checkpoint;
206
+ /**
207
+ * Checkpoints in the vm.
208
+ * NOTE: This property will not be serialized. It can only be populated by the server.
209
+ */
210
+ readonly checkpoints?: Checkpoint[];
211
+ /** Type of checkpoint supported for the vm. */
212
+ checkpointType?: string;
213
+ /** Gets or sets the generation for the vm. */
214
+ generation?: number;
215
+ /** Gets or sets the bios guid for the vm. */
216
+ biosGuid?: string;
217
+ }
218
+ /** Defines the resource properties. */
219
+ export interface Checkpoint {
220
+ /** Gets ID of parent of the checkpoint. */
221
+ parentCheckpointId?: string;
222
+ /** Gets ID of the checkpoint. */
223
+ checkpointId?: string;
224
+ /** Gets name of the checkpoint. */
225
+ name?: string;
226
+ /** Gets description of the checkpoint. */
227
+ description?: string;
228
+ }
229
+ /** The extended location. */
230
+ export interface ExtendedLocation {
231
+ /** The extended location type. */
232
+ type?: string;
233
+ /** The extended location name. */
234
+ name?: string;
235
+ }
236
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
237
+ export interface Resource {
238
+ /**
239
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
241
+ */
242
+ readonly id?: string;
243
+ /**
244
+ * The name of the resource
245
+ * NOTE: This property will not be serialized. It can only be populated by the server.
246
+ */
247
+ readonly name?: string;
248
+ /**
249
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
250
+ * NOTE: This property will not be serialized. It can only be populated by the server.
251
+ */
252
+ readonly type?: string;
253
+ /**
254
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
255
+ * NOTE: This property will not be serialized. It can only be populated by the server.
256
+ */
257
+ readonly systemData?: SystemData;
258
+ }
259
+ /** Metadata pertaining to creation and last modification of the resource. */
260
+ export interface SystemData {
261
+ /** The identity that created the resource. */
262
+ createdBy?: string;
263
+ /** The type of identity that created the resource. */
264
+ createdByType?: CreatedByType;
265
+ /** The timestamp of resource creation (UTC). */
266
+ createdAt?: Date;
267
+ /** The identity that last modified the resource. */
268
+ lastModifiedBy?: string;
269
+ /** The type of identity that last modified the resource. */
270
+ lastModifiedByType?: CreatedByType;
271
+ /** The timestamp of resource last modification (UTC) */
272
+ lastModifiedAt?: Date;
273
+ }
274
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
275
+ export interface ErrorResponse {
276
+ /** The error object. */
277
+ error?: ErrorDetail;
278
+ }
279
+ /** The error detail. */
280
+ export interface ErrorDetail {
281
+ /**
282
+ * The error code.
283
+ * NOTE: This property will not be serialized. It can only be populated by the server.
284
+ */
285
+ readonly code?: string;
286
+ /**
287
+ * The error message.
288
+ * NOTE: This property will not be serialized. It can only be populated by the server.
289
+ */
290
+ readonly message?: string;
291
+ /**
292
+ * The error target.
293
+ * NOTE: This property will not be serialized. It can only be populated by the server.
294
+ */
295
+ readonly target?: string;
296
+ /**
297
+ * The error details.
298
+ * NOTE: This property will not be serialized. It can only be populated by the server.
299
+ */
300
+ readonly details?: ErrorDetail[];
301
+ /**
302
+ * The error additional info.
303
+ * NOTE: This property will not be serialized. It can only be populated by the server.
304
+ */
305
+ readonly additionalInfo?: ErrorAdditionalInfo[];
306
+ }
307
+ /** The resource management error additional info. */
308
+ export interface ErrorAdditionalInfo {
309
+ /**
310
+ * The additional info type.
311
+ * NOTE: This property will not be serialized. It can only be populated by the server.
312
+ */
313
+ readonly type?: string;
314
+ /**
315
+ * The additional info.
316
+ * NOTE: This property will not be serialized. It can only be populated by the server.
317
+ */
318
+ readonly info?: Record<string, unknown>;
319
+ }
320
+ /** The type used for update operations of the VirtualMachineInstance. */
321
+ export interface VirtualMachineInstanceUpdate {
322
+ /** The update properties of the VirtualMachineInstance. */
323
+ properties?: VirtualMachineInstanceUpdateProperties;
324
+ }
325
+ /** Virtual Machine Instance Properties Update model */
326
+ export interface VirtualMachineInstanceUpdateProperties {
327
+ /** Availability Sets in vm. */
328
+ availabilitySets?: AvailabilitySetListItem[];
329
+ /** Hardware properties. */
330
+ hardwareProfile?: HardwareProfileUpdate;
331
+ /** Network properties. */
332
+ networkProfile?: NetworkProfileUpdate;
333
+ /** Storage properties. */
334
+ storageProfile?: StorageProfileUpdate;
335
+ /** Gets the infrastructure profile. */
336
+ infrastructureProfile?: InfrastructureProfileUpdate;
337
+ }
338
+ /** Defines the resource update properties. */
339
+ export interface HardwareProfileUpdate {
340
+ /** MemoryMB is the size of a virtual machine's memory, in MB. */
341
+ memoryMB?: number;
342
+ /** Gets or sets the number of vCPUs for the vm. */
343
+ cpuCount?: number;
344
+ /** Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs. */
345
+ limitCpuForMigration?: LimitCpuForMigration;
346
+ /** Gets or sets a value indicating whether to enable dynamic memory or not. */
347
+ dynamicMemoryEnabled?: DynamicMemoryEnabled;
348
+ /** Gets or sets the max dynamic memory for the vm. */
349
+ dynamicMemoryMaxMB?: number;
350
+ /** Gets or sets the min dynamic memory for the vm. */
351
+ dynamicMemoryMinMB?: number;
352
+ }
353
+ /** Defines the resource update properties. */
354
+ export interface NetworkProfileUpdate {
355
+ /** Gets or sets the list of network interfaces associated with the virtual machine. */
356
+ networkInterfaces?: NetworkInterfaceUpdate[];
357
+ }
358
+ /** Network Interface Update model */
359
+ export interface NetworkInterfaceUpdate {
360
+ /** Gets or sets the name of the network interface. */
361
+ name?: string;
362
+ /** Gets or sets the nic MAC address. */
363
+ macAddress?: string;
364
+ /** Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic. */
365
+ virtualNetworkId?: string;
366
+ /** Gets or sets the ipv4 address type. */
367
+ ipv4AddressType?: AllocationMethod;
368
+ /** Gets or sets the ipv6 address type. */
369
+ ipv6AddressType?: AllocationMethod;
370
+ /** Gets or sets the mac address type. */
371
+ macAddressType?: AllocationMethod;
372
+ /** Gets or sets the nic id. */
373
+ nicId?: string;
374
+ }
375
+ /** Defines the resource update properties. */
376
+ export interface StorageProfileUpdate {
377
+ /** Gets or sets the list of virtual disks associated with the virtual machine. */
378
+ disks?: VirtualDiskUpdate[];
379
+ }
380
+ /** Virtual Disk Update model */
381
+ export interface VirtualDiskUpdate {
382
+ /** Gets or sets the name of the disk. */
383
+ name?: string;
384
+ /** Gets or sets the disk id. */
385
+ diskId?: string;
386
+ /** Gets or sets the disk total size. */
387
+ diskSizeGB?: number;
388
+ /** Gets or sets the disk bus. */
389
+ bus?: number;
390
+ /** Gets or sets the disk lun. */
391
+ lun?: number;
392
+ /** Gets or sets the disk bus type. */
393
+ busType?: string;
394
+ /** Gets or sets the disk vhd type. */
395
+ vhdType?: string;
396
+ /** The QoS policy for the disk. */
397
+ storageQosPolicy?: StorageQosPolicyDetails;
398
+ }
399
+ /** Specifies the vmmServer infrastructure specific update settings for the virtual machine instance. */
400
+ export interface InfrastructureProfileUpdate {
401
+ /** Type of checkpoint supported for the vm. */
402
+ checkpointType?: string;
403
+ }
404
+ /** Defines the create checkpoint action properties. */
405
+ export interface VirtualMachineCreateCheckpoint {
406
+ /** Name of the checkpoint. */
407
+ name?: string;
408
+ /** Description of the checkpoint. */
409
+ description?: string;
410
+ }
411
+ /** Defines the delete checkpoint action properties. */
412
+ export interface VirtualMachineDeleteCheckpoint {
413
+ /** ID of the checkpoint to be deleted. */
414
+ id?: string;
415
+ }
416
+ /** The response of a GuestAgent list operation. */
417
+ export interface GuestAgentListResult {
418
+ /** The GuestAgent items on this page */
419
+ value: GuestAgent[];
420
+ /**
421
+ * The link to the next page of items
422
+ * NOTE: This property will not be serialized. It can only be populated by the server.
423
+ */
424
+ readonly nextLink?: string;
425
+ }
426
+ /** Defines the resource properties. */
427
+ export interface GuestAgentProperties {
428
+ /**
429
+ * Gets a unique identifier for this resource.
430
+ * NOTE: This property will not be serialized. It can only be populated by the server.
431
+ */
432
+ readonly uuid?: string;
433
+ /** Username / Password Credentials to provision guest agent. */
434
+ credentials?: GuestCredential;
435
+ /** HTTP Proxy configuration for the VM. */
436
+ httpProxyConfig?: HttpProxyConfiguration;
437
+ /** Gets or sets the guest agent provisioning action. */
438
+ provisioningAction?: ProvisioningAction;
439
+ /**
440
+ * Gets the guest agent status.
441
+ * NOTE: This property will not be serialized. It can only be populated by the server.
442
+ */
443
+ readonly status?: string;
444
+ /**
445
+ * Gets the name of the corresponding resource in Kubernetes.
446
+ * NOTE: This property will not be serialized. It can only be populated by the server.
447
+ */
448
+ readonly customResourceName?: string;
449
+ /**
450
+ * Provisioning state of the resource.
451
+ * NOTE: This property will not be serialized. It can only be populated by the server.
452
+ */
453
+ readonly provisioningState?: ProvisioningState;
454
+ }
455
+ /** Username / Password Credentials to connect to guest. */
456
+ export interface GuestCredential {
457
+ /** Gets or sets username to connect with the guest. */
458
+ username: string;
459
+ /**
460
+ * Gets or sets the password to connect with the guest.
461
+ * This value contains a credential. Consider obscuring before showing to users
462
+ */
463
+ password: string;
464
+ }
465
+ /** HTTP Proxy configuration for the VM. */
466
+ export interface HttpProxyConfiguration {
467
+ /** Gets or sets httpsProxy url. */
468
+ httpsProxy?: string;
469
+ }
470
+ /** The response of a VmInstanceHybridIdentityMetadata list operation. */
471
+ export interface VmInstanceHybridIdentityMetadataListResult {
472
+ /** The VmInstanceHybridIdentityMetadata items on this page */
473
+ value: VmInstanceHybridIdentityMetadata[];
474
+ /**
475
+ * The link to the next page of items
476
+ * NOTE: This property will not be serialized. It can only be populated by the server.
477
+ */
478
+ readonly nextLink?: string;
479
+ }
480
+ /** Describes the properties of Hybrid Identity Metadata for a Virtual Machine. */
481
+ export interface VmInstanceHybridIdentityMetadataProperties {
482
+ /** The unique identifier for the resource. */
483
+ resourceUid?: string;
484
+ /** Gets or sets the Public Key. */
485
+ publicKey?: string;
486
+ /**
487
+ * Provisioning state of the resource.
488
+ * NOTE: This property will not be serialized. It can only be populated by the server.
489
+ */
490
+ readonly provisioningState?: ProvisioningState;
491
+ }
492
+ /** Defines the restore checkpoint action properties. */
493
+ export interface VirtualMachineRestoreCheckpoint {
494
+ /** ID of the checkpoint to be restored to. */
495
+ id?: string;
496
+ }
497
+ /** Defines the stop action properties. */
498
+ export interface StopVirtualMachineOptions {
499
+ /** 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. */
500
+ skipShutdown?: SkipShutdown;
501
+ }
502
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
503
+ export interface OperationListResult {
504
+ /**
505
+ * List of operations supported by the resource provider
506
+ * NOTE: This property will not be serialized. It can only be populated by the server.
507
+ */
508
+ readonly value?: Operation[];
509
+ /**
510
+ * URL to get the next set of operation list results (if there are any).
511
+ * NOTE: This property will not be serialized. It can only be populated by the server.
512
+ */
513
+ readonly nextLink?: string;
514
+ }
515
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
516
+ export interface Operation {
517
+ /**
518
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
519
+ * NOTE: This property will not be serialized. It can only be populated by the server.
520
+ */
521
+ readonly name?: string;
522
+ /**
523
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
524
+ * NOTE: This property will not be serialized. It can only be populated by the server.
525
+ */
526
+ readonly isDataAction?: boolean;
527
+ /** Localized display information for this particular operation. */
528
+ display?: OperationDisplay;
529
+ /**
530
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
531
+ * NOTE: This property will not be serialized. It can only be populated by the server.
532
+ */
533
+ readonly origin?: Origin;
534
+ /**
535
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
536
+ * NOTE: This property will not be serialized. It can only be populated by the server.
537
+ */
538
+ readonly actionType?: ActionType;
539
+ }
540
+ /** Localized display information for this particular operation. */
541
+ export interface OperationDisplay {
542
+ /**
543
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
544
+ * NOTE: This property will not be serialized. It can only be populated by the server.
545
+ */
546
+ readonly provider?: string;
547
+ /**
548
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
549
+ * NOTE: This property will not be serialized. It can only be populated by the server.
550
+ */
551
+ readonly resource?: string;
552
+ /**
553
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
554
+ * NOTE: This property will not be serialized. It can only be populated by the server.
555
+ */
556
+ readonly operation?: string;
557
+ /**
558
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
559
+ * NOTE: This property will not be serialized. It can only be populated by the server.
560
+ */
561
+ readonly description?: string;
562
+ }
563
+ /** The response of a AvailabilitySet list operation. */
564
+ export interface AvailabilitySetListResult {
565
+ /** The AvailabilitySet items on this page */
566
+ value: AvailabilitySet[];
567
+ /**
568
+ * The link to the next page of items
569
+ * NOTE: This property will not be serialized. It can only be populated by the server.
570
+ */
571
+ readonly nextLink?: string;
572
+ }
573
+ /** Defines the resource properties. */
574
+ export interface AvailabilitySetProperties {
575
+ /** Name of the availability set. */
576
+ availabilitySetName?: string;
577
+ /** ARM Id of the vmmServer resource in which this resource resides. */
578
+ vmmServerId?: string;
579
+ /**
580
+ * Provisioning state of the resource.
581
+ * NOTE: This property will not be serialized. It can only be populated by the server.
582
+ */
583
+ readonly provisioningState?: ProvisioningState;
584
+ }
585
+ /** The response of a Cloud list operation. */
586
+ export interface CloudListResult {
587
+ /** The Cloud items on this page */
588
+ value: Cloud[];
589
+ /**
590
+ * The link to the next page of items
591
+ * NOTE: This property will not be serialized. It can only be populated by the server.
592
+ */
593
+ readonly nextLink?: string;
594
+ }
595
+ /** Defines the resource properties. */
596
+ export interface CloudProperties {
597
+ /** Gets or sets the inventory Item ID for the resource. */
598
+ inventoryItemId?: string;
599
+ /** Unique ID of the cloud. */
600
+ uuid?: string;
601
+ /** ARM Id of the vmmServer resource in which this resource resides. */
602
+ vmmServerId?: string;
603
+ /**
604
+ * Name of the cloud in VmmServer.
605
+ * NOTE: This property will not be serialized. It can only be populated by the server.
606
+ */
607
+ readonly cloudName?: string;
608
+ /**
609
+ * Capacity of the cloud.
610
+ * NOTE: This property will not be serialized. It can only be populated by the server.
611
+ */
612
+ readonly cloudCapacity?: CloudCapacity;
613
+ /**
614
+ * List of QoS policies available for the cloud.
615
+ * NOTE: This property will not be serialized. It can only be populated by the server.
616
+ */
617
+ readonly storageQosPolicies?: StorageQosPolicy[];
618
+ /**
619
+ * Provisioning state of the resource.
620
+ * NOTE: This property will not be serialized. It can only be populated by the server.
621
+ */
622
+ readonly provisioningState?: ProvisioningState;
623
+ }
624
+ /** Cloud Capacity model */
625
+ export interface CloudCapacity {
626
+ /**
627
+ * CPUCount specifies the maximum number of CPUs that can be allocated in the cloud.
628
+ * NOTE: This property will not be serialized. It can only be populated by the server.
629
+ */
630
+ readonly cpuCount?: number;
631
+ /**
632
+ * MemoryMB specifies a memory usage limit in megabytes.
633
+ * NOTE: This property will not be serialized. It can only be populated by the server.
634
+ */
635
+ readonly memoryMB?: number;
636
+ /**
637
+ * VMCount gives the max number of VMs that can be deployed in the cloud.
638
+ * NOTE: This property will not be serialized. It can only be populated by the server.
639
+ */
640
+ readonly vmCount?: number;
641
+ }
642
+ /** The StorageQoSPolicy definition. */
643
+ export interface StorageQosPolicy {
644
+ /** The name of the policy. */
645
+ name?: string;
646
+ /** The ID of the QoS policy. */
647
+ id?: string;
648
+ /** The maximum IO operations per second. */
649
+ iopsMaximum?: number;
650
+ /** The minimum IO operations per second. */
651
+ iopsMinimum?: number;
652
+ /** The Bandwidth Limit for internet traffic. */
653
+ bandwidthLimit?: number;
654
+ /** The underlying policy. */
655
+ policyId?: string;
656
+ }
657
+ /** The response of a VirtualMachineTemplate list operation. */
658
+ export interface VirtualMachineTemplateListResult {
659
+ /** The VirtualMachineTemplate items on this page */
660
+ value: VirtualMachineTemplate[];
661
+ /**
662
+ * The link to the next page of items
663
+ * NOTE: This property will not be serialized. It can only be populated by the server.
664
+ */
665
+ readonly nextLink?: string;
666
+ }
667
+ /** Defines the resource properties. */
668
+ export interface VirtualMachineTemplateProperties {
669
+ /** Gets or sets the inventory Item ID for the resource. */
670
+ inventoryItemId?: string;
671
+ /** Unique ID of the virtual machine template. */
672
+ uuid?: string;
673
+ /** ARM Id of the vmmServer resource in which this resource resides. */
674
+ vmmServerId?: string;
675
+ /**
676
+ * Gets the type of the os.
677
+ * NOTE: This property will not be serialized. It can only be populated by the server.
678
+ */
679
+ readonly osType?: OsType;
680
+ /**
681
+ * Gets os name.
682
+ * NOTE: This property will not be serialized. It can only be populated by the server.
683
+ */
684
+ readonly osName?: string;
685
+ /**
686
+ * Gets computer name.
687
+ * NOTE: This property will not be serialized. It can only be populated by the server.
688
+ */
689
+ readonly computerName?: string;
690
+ /**
691
+ * MemoryMB is the desired size of a virtual machine's memory, in MB.
692
+ * NOTE: This property will not be serialized. It can only be populated by the server.
693
+ */
694
+ readonly memoryMB?: number;
695
+ /**
696
+ * Gets the desired number of vCPUs for the vm.
697
+ * NOTE: This property will not be serialized. It can only be populated by the server.
698
+ */
699
+ readonly cpuCount?: number;
700
+ /**
701
+ * Gets a value indicating whether to enable processor compatibility mode for live migration of VMs.
702
+ * NOTE: This property will not be serialized. It can only be populated by the server.
703
+ */
704
+ readonly limitCpuForMigration?: LimitCpuForMigration;
705
+ /**
706
+ * Gets a value indicating whether to enable dynamic memory or not.
707
+ * NOTE: This property will not be serialized. It can only be populated by the server.
708
+ */
709
+ readonly dynamicMemoryEnabled?: DynamicMemoryEnabled;
710
+ /**
711
+ * Gets a value indicating whether the vm template is customizable or not.
712
+ * NOTE: This property will not be serialized. It can only be populated by the server.
713
+ */
714
+ readonly isCustomizable?: IsCustomizable;
715
+ /**
716
+ * Gets the max dynamic memory for the vm.
717
+ * NOTE: This property will not be serialized. It can only be populated by the server.
718
+ */
719
+ readonly dynamicMemoryMaxMB?: number;
720
+ /**
721
+ * Gets the min dynamic memory for the vm.
722
+ * NOTE: This property will not be serialized. It can only be populated by the server.
723
+ */
724
+ readonly dynamicMemoryMinMB?: number;
725
+ /**
726
+ * Gets highly available property.
727
+ * NOTE: This property will not be serialized. It can only be populated by the server.
728
+ */
729
+ readonly isHighlyAvailable?: IsHighlyAvailable;
730
+ /**
731
+ * Gets the generation for the vm.
732
+ * NOTE: This property will not be serialized. It can only be populated by the server.
733
+ */
734
+ readonly generation?: number;
735
+ /**
736
+ * Gets the network interfaces of the template.
737
+ * NOTE: This property will not be serialized. It can only be populated by the server.
738
+ */
739
+ readonly networkInterfaces?: NetworkInterface[];
740
+ /**
741
+ * Gets the disks of the template.
742
+ * NOTE: This property will not be serialized. It can only be populated by the server.
743
+ */
744
+ readonly disks?: VirtualDisk[];
745
+ /**
746
+ * Provisioning state of the resource.
747
+ * NOTE: This property will not be serialized. It can only be populated by the server.
748
+ */
749
+ readonly provisioningState?: ProvisioningState;
750
+ }
751
+ /** The response of a VirtualNetwork list operation. */
752
+ export interface VirtualNetworkListResult {
753
+ /** The VirtualNetwork items on this page */
754
+ value: VirtualNetwork[];
755
+ /**
756
+ * The link to the next page of items
757
+ * NOTE: This property will not be serialized. It can only be populated by the server.
758
+ */
759
+ readonly nextLink?: string;
760
+ }
761
+ /** Defines the resource properties. */
762
+ export interface VirtualNetworkProperties {
763
+ /** Gets or sets the inventory Item ID for the resource. */
764
+ inventoryItemId?: string;
765
+ /** Unique ID of the virtual network. */
766
+ uuid?: string;
767
+ /** ARM Id of the vmmServer resource in which this resource resides. */
768
+ vmmServerId?: string;
769
+ /**
770
+ * Name of the virtual network in vmmServer.
771
+ * NOTE: This property will not be serialized. It can only be populated by the server.
772
+ */
773
+ readonly networkName?: string;
774
+ /**
775
+ * Provisioning state of the resource.
776
+ * NOTE: This property will not be serialized. It can only be populated by the server.
777
+ */
778
+ readonly provisioningState?: ProvisioningState;
779
+ }
780
+ /** The response of a VmmServer list operation. */
781
+ export interface VmmServerListResult {
782
+ /** The VmmServer items on this page */
783
+ value: VmmServer[];
784
+ /**
785
+ * The link to the next page of items
786
+ * NOTE: This property will not be serialized. It can only be populated by the server.
787
+ */
788
+ readonly nextLink?: string;
789
+ }
790
+ /** Defines the resource properties. */
791
+ export interface VmmServerProperties {
792
+ /** Credentials to connect to VmmServer. */
793
+ credentials?: VmmCredential;
794
+ /** Fqdn is the hostname/ip of the vmmServer. */
795
+ fqdn: string;
796
+ /** Port is the port on which the vmmServer is listening. */
797
+ port?: number;
798
+ /**
799
+ * Gets the connection status to the vmmServer.
800
+ * NOTE: This property will not be serialized. It can only be populated by the server.
801
+ */
802
+ readonly connectionStatus?: string;
803
+ /**
804
+ * Gets any error message if connection to vmmServer is having any issue.
805
+ * NOTE: This property will not be serialized. It can only be populated by the server.
806
+ */
807
+ readonly errorMessage?: string;
808
+ /**
809
+ * Unique ID of vmmServer.
810
+ * NOTE: This property will not be serialized. It can only be populated by the server.
811
+ */
812
+ readonly uuid?: string;
813
+ /**
814
+ * Version is the version of the vmmSever.
815
+ * NOTE: This property will not be serialized. It can only be populated by the server.
816
+ */
817
+ readonly version?: string;
818
+ /**
819
+ * Provisioning state of the resource.
820
+ * NOTE: This property will not be serialized. It can only be populated by the server.
821
+ */
822
+ readonly provisioningState?: ProvisioningState;
823
+ }
824
+ /** Credentials to connect to VmmServer. */
825
+ export interface VmmCredential {
826
+ /** Username to use to connect to VmmServer. */
827
+ username?: string;
828
+ /**
829
+ * Password to use to connect to VmmServer.
830
+ * This value contains a credential. Consider obscuring before showing to users
831
+ */
832
+ password?: string;
833
+ }
834
+ /** The type used for updating tags in AvailabilitySet resources. */
835
+ export interface AvailabilitySetTagsUpdate {
836
+ /** Resource tags. */
837
+ tags?: {
838
+ [propertyName: string]: string;
839
+ };
840
+ }
841
+ /** The type used for updating tags in Cloud resources. */
842
+ export interface CloudTagsUpdate {
843
+ /** Resource tags. */
844
+ tags?: {
845
+ [propertyName: string]: string;
846
+ };
847
+ }
848
+ /** The type used for updating tags in VirtualMachineTemplate resources. */
849
+ export interface VirtualMachineTemplateTagsUpdate {
850
+ /** Resource tags. */
851
+ tags?: {
852
+ [propertyName: string]: string;
853
+ };
854
+ }
855
+ /** The type used for updating tags in VirtualNetwork resources. */
856
+ export interface VirtualNetworkTagsUpdate {
857
+ /** Resource tags. */
858
+ tags?: {
859
+ [propertyName: string]: string;
860
+ };
861
+ }
862
+ /** The type used for updating tags in VmmServer resources. */
863
+ export interface VmmServerTagsUpdate {
864
+ /** Resource tags. */
865
+ tags?: {
866
+ [propertyName: string]: string;
867
+ };
868
+ }
869
+ /** The response of a InventoryItem list operation. */
870
+ export interface InventoryItemListResult {
871
+ /** The InventoryItem items on this page */
872
+ value: InventoryItem[];
873
+ /**
874
+ * The link to the next page of items
875
+ * NOTE: This property will not be serialized. It can only be populated by the server.
876
+ */
877
+ readonly nextLink?: string;
878
+ }
879
+ /** Defines the resource properties. */
880
+ export interface InventoryItemProperties {
881
+ /** Polymorphic discriminator, which specifies the different types this object can be */
882
+ inventoryType: "Cloud" | "VirtualMachine" | "VirtualMachineTemplate" | "VirtualNetwork";
883
+ /**
884
+ * Gets the tracked resource id corresponding to the inventory resource.
885
+ * NOTE: This property will not be serialized. It can only be populated by the server.
886
+ */
887
+ readonly managedResourceId?: string;
888
+ /**
889
+ * Gets the UUID (which is assigned by Vmm) for the inventory item.
890
+ * NOTE: This property will not be serialized. It can only be populated by the server.
891
+ */
892
+ readonly uuid?: string;
893
+ /**
894
+ * Gets the Managed Object name in Vmm for the inventory item.
895
+ * NOTE: This property will not be serialized. It can only be populated by the server.
896
+ */
897
+ readonly inventoryItemName?: string;
898
+ /**
899
+ * Provisioning state of the resource.
900
+ * NOTE: This property will not be serialized. It can only be populated by the server.
901
+ */
902
+ readonly provisioningState?: ProvisioningState;
903
+ }
904
+ /** Defines the resource properties. */
905
+ export interface InventoryItemDetails {
906
+ /** Gets or sets the inventory Item ID for the resource. */
907
+ inventoryItemId?: string;
908
+ /** Gets or sets the Managed Object name in Vmm for the resource. */
909
+ inventoryItemName?: string;
910
+ }
911
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
912
+ export interface ProxyResource extends Resource {
913
+ }
914
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
915
+ export interface TrackedResource extends Resource {
916
+ /** Resource tags. */
917
+ tags?: {
918
+ [propertyName: string]: string;
919
+ };
920
+ /** The geo-location where the resource lives */
921
+ location: string;
922
+ }
923
+ /** The Cloud inventory item. */
924
+ export interface CloudInventoryItem extends InventoryItemProperties {
925
+ /** Polymorphic discriminator, which specifies the different types this object can be */
926
+ inventoryType: "Cloud";
927
+ }
928
+ /** The Virtual machine inventory item. */
929
+ export interface VirtualMachineInventoryItem extends InventoryItemProperties {
930
+ /** Polymorphic discriminator, which specifies the different types this object can be */
931
+ inventoryType: "VirtualMachine";
932
+ /**
933
+ * Gets the type of the os.
934
+ * NOTE: This property will not be serialized. It can only be populated by the server.
935
+ */
936
+ readonly osType?: OsType;
937
+ /**
938
+ * Gets os name.
939
+ * NOTE: This property will not be serialized. It can only be populated by the server.
940
+ */
941
+ readonly osName?: string;
942
+ /**
943
+ * Gets os version.
944
+ * NOTE: This property will not be serialized. It can only be populated by the server.
945
+ */
946
+ readonly osVersion?: string;
947
+ /**
948
+ * Gets the power state of the virtual machine.
949
+ * NOTE: This property will not be serialized. It can only be populated by the server.
950
+ */
951
+ readonly powerState?: string;
952
+ /** Gets or sets the nic ip addresses. */
953
+ ipAddresses?: string[];
954
+ /** Cloud inventory resource details where the VM is present. */
955
+ cloud?: InventoryItemDetails;
956
+ /**
957
+ * Gets the bios guid.
958
+ * NOTE: This property will not be serialized. It can only be populated by the server.
959
+ */
960
+ readonly biosGuid?: string;
961
+ /**
962
+ * Gets the tracked resource id corresponding to the inventory resource.
963
+ * NOTE: This property will not be serialized. It can only be populated by the server.
964
+ */
965
+ readonly managedMachineResourceId?: string;
966
+ }
967
+ /** The Virtual machine template inventory item. */
968
+ export interface VirtualMachineTemplateInventoryItem extends InventoryItemProperties {
969
+ /** Polymorphic discriminator, which specifies the different types this object can be */
970
+ inventoryType: "VirtualMachineTemplate";
971
+ /**
972
+ * Gets the desired number of vCPUs for the vm.
973
+ * NOTE: This property will not be serialized. It can only be populated by the server.
974
+ */
975
+ readonly cpuCount?: number;
976
+ /**
977
+ * MemoryMB is the desired size of a virtual machine's memory, in MB.
978
+ * NOTE: This property will not be serialized. It can only be populated by the server.
979
+ */
980
+ readonly memoryMB?: number;
981
+ /**
982
+ * Gets the type of the os.
983
+ * NOTE: This property will not be serialized. It can only be populated by the server.
984
+ */
985
+ readonly osType?: OsType;
986
+ /**
987
+ * Gets os name.
988
+ * NOTE: This property will not be serialized. It can only be populated by the server.
989
+ */
990
+ readonly osName?: string;
991
+ }
992
+ /** The Virtual network inventory item. */
993
+ export interface VirtualNetworkInventoryItem extends InventoryItemProperties {
994
+ /** Polymorphic discriminator, which specifies the different types this object can be */
995
+ inventoryType: "VirtualNetwork";
996
+ }
997
+ /** Define the virtualMachineInstance. */
998
+ export interface VirtualMachineInstance extends ProxyResource {
999
+ /** The resource-specific properties for this resource. */
1000
+ properties?: VirtualMachineInstanceProperties;
1001
+ /** Gets or sets the extended location. */
1002
+ extendedLocation: ExtendedLocation;
1003
+ }
1004
+ /** Defines the GuestAgent. */
1005
+ export interface GuestAgent extends ProxyResource {
1006
+ /** The resource-specific properties for this resource. */
1007
+ properties?: GuestAgentProperties;
1008
+ }
1009
+ /** Defines the HybridIdentityMetadata. */
1010
+ export interface VmInstanceHybridIdentityMetadata extends ProxyResource {
1011
+ /** The resource-specific properties for this resource. */
1012
+ properties?: VmInstanceHybridIdentityMetadataProperties;
1013
+ }
1014
+ /** Defines the inventory item. */
1015
+ export interface InventoryItem extends ProxyResource {
1016
+ /** The resource-specific properties for this resource. */
1017
+ properties?: InventoryItemPropertiesUnion;
1018
+ /** 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. */
1019
+ kind?: string;
1020
+ }
1021
+ /** The AvailabilitySets resource definition. */
1022
+ export interface AvailabilitySet extends TrackedResource {
1023
+ /** The resource-specific properties for this resource. */
1024
+ properties?: AvailabilitySetProperties;
1025
+ /** The extended location. */
1026
+ extendedLocation: ExtendedLocation;
1027
+ }
1028
+ /** The Clouds resource definition. */
1029
+ export interface Cloud extends TrackedResource {
1030
+ /** The resource-specific properties for this resource. */
1031
+ properties?: CloudProperties;
1032
+ /** The extended location. */
1033
+ extendedLocation: ExtendedLocation;
1034
+ }
1035
+ /** The VirtualMachineTemplates resource definition. */
1036
+ export interface VirtualMachineTemplate extends TrackedResource {
1037
+ /** The resource-specific properties for this resource. */
1038
+ properties?: VirtualMachineTemplateProperties;
1039
+ /** The extended location. */
1040
+ extendedLocation: ExtendedLocation;
1041
+ }
1042
+ /** The VirtualNetworks resource definition. */
1043
+ export interface VirtualNetwork extends TrackedResource {
1044
+ /** The resource-specific properties for this resource. */
1045
+ properties?: VirtualNetworkProperties;
1046
+ /** The extended location. */
1047
+ extendedLocation: ExtendedLocation;
1048
+ }
1049
+ /** The VmmServers resource definition. */
1050
+ export interface VmmServer extends TrackedResource {
1051
+ /** The resource-specific properties for this resource. */
1052
+ properties?: VmmServerProperties;
1053
+ /** The extended location. */
1054
+ extendedLocation: ExtendedLocation;
1055
+ }
1056
+ /** Defines headers for VirtualMachineInstances_createOrUpdate operation. */
1057
+ export interface VirtualMachineInstancesCreateOrUpdateHeaders {
1058
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1059
+ retryAfter?: number;
1060
+ }
1061
+ /** Defines headers for VirtualMachineInstances_update operation. */
1062
+ export interface VirtualMachineInstancesUpdateHeaders {
1063
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1064
+ location?: string;
1065
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1066
+ retryAfter?: number;
1067
+ }
1068
+ /** Defines headers for VirtualMachineInstances_delete operation. */
1069
+ export interface VirtualMachineInstancesDeleteHeaders {
1070
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1071
+ location?: string;
1072
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1073
+ retryAfter?: number;
1074
+ }
1075
+ /** Defines headers for VirtualMachineInstances_createCheckpoint operation. */
1076
+ export interface VirtualMachineInstancesCreateCheckpointHeaders {
1077
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1078
+ location?: string;
1079
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1080
+ retryAfter?: number;
1081
+ }
1082
+ /** Defines headers for VirtualMachineInstances_deleteCheckpoint operation. */
1083
+ export interface VirtualMachineInstancesDeleteCheckpointHeaders {
1084
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1085
+ location?: string;
1086
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1087
+ retryAfter?: number;
1088
+ }
1089
+ /** Defines headers for VirtualMachineInstances_restart operation. */
1090
+ export interface VirtualMachineInstancesRestartHeaders {
1091
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1092
+ location?: string;
1093
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1094
+ retryAfter?: number;
1095
+ }
1096
+ /** Defines headers for VirtualMachineInstances_restoreCheckpoint operation. */
1097
+ export interface VirtualMachineInstancesRestoreCheckpointHeaders {
1098
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1099
+ location?: string;
1100
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1101
+ retryAfter?: number;
1102
+ }
1103
+ /** Defines headers for VirtualMachineInstances_start operation. */
1104
+ export interface VirtualMachineInstancesStartHeaders {
1105
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1106
+ location?: string;
1107
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1108
+ retryAfter?: number;
1109
+ }
1110
+ /** Defines headers for VirtualMachineInstances_stop operation. */
1111
+ export interface VirtualMachineInstancesStopHeaders {
1112
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1113
+ location?: string;
1114
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1115
+ retryAfter?: number;
1116
+ }
1117
+ /** Defines headers for GuestAgents_create operation. */
1118
+ export interface GuestAgentsCreateHeaders {
1119
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1120
+ retryAfter?: number;
1121
+ }
1122
+ /** Defines headers for AvailabilitySets_createOrUpdate operation. */
1123
+ export interface AvailabilitySetsCreateOrUpdateHeaders {
1124
+ /** A link to the status monitor */
1125
+ azureAsyncOperation?: string;
1126
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1127
+ retryAfter?: number;
1128
+ }
1129
+ /** Defines headers for AvailabilitySets_update operation. */
1130
+ export interface AvailabilitySetsUpdateHeaders {
1131
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1132
+ location?: string;
1133
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1134
+ retryAfter?: number;
1135
+ }
1136
+ /** Defines headers for AvailabilitySets_delete operation. */
1137
+ export interface AvailabilitySetsDeleteHeaders {
1138
+ /** A link to the status monitor */
1139
+ azureAsyncOperation?: string;
1140
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1141
+ location?: string;
1142
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1143
+ retryAfter?: number;
1144
+ }
1145
+ /** Defines headers for Clouds_createOrUpdate operation. */
1146
+ export interface CloudsCreateOrUpdateHeaders {
1147
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1148
+ retryAfter?: number;
1149
+ }
1150
+ /** Defines headers for Clouds_update operation. */
1151
+ export interface CloudsUpdateHeaders {
1152
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1153
+ location?: string;
1154
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1155
+ retryAfter?: number;
1156
+ }
1157
+ /** Defines headers for Clouds_delete operation. */
1158
+ export interface CloudsDeleteHeaders {
1159
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1160
+ location?: string;
1161
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1162
+ retryAfter?: number;
1163
+ }
1164
+ /** Defines headers for VirtualMachineTemplates_createOrUpdate operation. */
1165
+ export interface VirtualMachineTemplatesCreateOrUpdateHeaders {
1166
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1167
+ retryAfter?: number;
1168
+ }
1169
+ /** Defines headers for VirtualMachineTemplates_update operation. */
1170
+ export interface VirtualMachineTemplatesUpdateHeaders {
1171
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1172
+ location?: string;
1173
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1174
+ retryAfter?: number;
1175
+ }
1176
+ /** Defines headers for VirtualMachineTemplates_delete operation. */
1177
+ export interface VirtualMachineTemplatesDeleteHeaders {
1178
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1179
+ location?: string;
1180
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1181
+ retryAfter?: number;
1182
+ }
1183
+ /** Defines headers for VirtualNetworks_createOrUpdate operation. */
1184
+ export interface VirtualNetworksCreateOrUpdateHeaders {
1185
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1186
+ retryAfter?: number;
1187
+ }
1188
+ /** Defines headers for VirtualNetworks_update operation. */
1189
+ export interface VirtualNetworksUpdateHeaders {
1190
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1191
+ location?: string;
1192
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1193
+ retryAfter?: number;
1194
+ }
1195
+ /** Defines headers for VirtualNetworks_delete operation. */
1196
+ export interface VirtualNetworksDeleteHeaders {
1197
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1198
+ location?: string;
1199
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1200
+ retryAfter?: number;
1201
+ }
1202
+ /** Defines headers for VmmServers_createOrUpdate operation. */
1203
+ export interface VmmServersCreateOrUpdateHeaders {
1204
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1205
+ retryAfter?: number;
1206
+ }
1207
+ /** Defines headers for VmmServers_update operation. */
1208
+ export interface VmmServersUpdateHeaders {
1209
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1210
+ location?: string;
1211
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1212
+ retryAfter?: number;
1213
+ }
1214
+ /** Defines headers for VmmServers_delete operation. */
1215
+ export interface VmmServersDeleteHeaders {
1216
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
1217
+ location?: string;
1218
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1219
+ retryAfter?: number;
1220
+ }
1221
+ /** Known values of {@link OsType} that the service accepts. */
1222
+ export declare enum KnownOsType {
1223
+ /** Windows operating system. */
1224
+ Windows = "Windows",
1225
+ /** Linux operating system. */
1226
+ Linux = "Linux",
1227
+ /** Other operating system. */
1228
+ Other = "Other"
1229
+ }
1230
+ /**
1231
+ * Defines values for OsType. \
1232
+ * {@link KnownOsType} can be used interchangeably with OsType,
1233
+ * this enum contains the known values that the service supports.
1234
+ * ### Known values supported by the service
1235
+ * **Windows**: Windows operating system. \
1236
+ * **Linux**: Linux operating system. \
1237
+ * **Other**: Other operating system.
1238
+ */
1239
+ export type OsType = string;
1240
+ /** Known values of {@link LimitCpuForMigration} that the service accepts. */
1241
+ export declare enum KnownLimitCpuForMigration {
1242
+ /** Enable limit CPU for migration. */
1243
+ True = "true",
1244
+ /** Disable limit CPU for migration. */
1245
+ False = "false"
1246
+ }
1247
+ /**
1248
+ * Defines values for LimitCpuForMigration. \
1249
+ * {@link KnownLimitCpuForMigration} can be used interchangeably with LimitCpuForMigration,
1250
+ * this enum contains the known values that the service supports.
1251
+ * ### Known values supported by the service
1252
+ * **true**: Enable limit CPU for migration. \
1253
+ * **false**: Disable limit CPU for migration.
1254
+ */
1255
+ export type LimitCpuForMigration = string;
1256
+ /** Known values of {@link DynamicMemoryEnabled} that the service accepts. */
1257
+ export declare enum KnownDynamicMemoryEnabled {
1258
+ /** Enable dynamic memory. */
1259
+ True = "true",
1260
+ /** Disable dynamic memory. */
1261
+ False = "false"
1262
+ }
1263
+ /**
1264
+ * Defines values for DynamicMemoryEnabled. \
1265
+ * {@link KnownDynamicMemoryEnabled} can be used interchangeably with DynamicMemoryEnabled,
1266
+ * this enum contains the known values that the service supports.
1267
+ * ### Known values supported by the service
1268
+ * **true**: Enable dynamic memory. \
1269
+ * **false**: Disable dynamic memory.
1270
+ */
1271
+ export type DynamicMemoryEnabled = string;
1272
+ /** Known values of {@link IsHighlyAvailable} that the service accepts. */
1273
+ export declare enum KnownIsHighlyAvailable {
1274
+ /** Enable highly available. */
1275
+ True = "true",
1276
+ /** Disable highly available. */
1277
+ False = "false"
1278
+ }
1279
+ /**
1280
+ * Defines values for IsHighlyAvailable. \
1281
+ * {@link KnownIsHighlyAvailable} can be used interchangeably with IsHighlyAvailable,
1282
+ * this enum contains the known values that the service supports.
1283
+ * ### Known values supported by the service
1284
+ * **true**: Enable highly available. \
1285
+ * **false**: Disable highly available.
1286
+ */
1287
+ export type IsHighlyAvailable = string;
1288
+ /** Known values of {@link AllocationMethod} that the service accepts. */
1289
+ export declare enum KnownAllocationMethod {
1290
+ /** Dynamically allocated address. */
1291
+ Dynamic = "Dynamic",
1292
+ /** Statically allocated address. */
1293
+ Static = "Static"
1294
+ }
1295
+ /**
1296
+ * Defines values for AllocationMethod. \
1297
+ * {@link KnownAllocationMethod} can be used interchangeably with AllocationMethod,
1298
+ * this enum contains the known values that the service supports.
1299
+ * ### Known values supported by the service
1300
+ * **Dynamic**: Dynamically allocated address. \
1301
+ * **Static**: Statically allocated address.
1302
+ */
1303
+ export type AllocationMethod = string;
1304
+ /** Known values of {@link CreateDiffDisk} that the service accepts. */
1305
+ export declare enum KnownCreateDiffDisk {
1306
+ /** Enable create diff disk. */
1307
+ True = "true",
1308
+ /** Disable create diff disk. */
1309
+ False = "false"
1310
+ }
1311
+ /**
1312
+ * Defines values for CreateDiffDisk. \
1313
+ * {@link KnownCreateDiffDisk} can be used interchangeably with CreateDiffDisk,
1314
+ * this enum contains the known values that the service supports.
1315
+ * ### Known values supported by the service
1316
+ * **true**: Enable create diff disk. \
1317
+ * **false**: Disable create diff disk.
1318
+ */
1319
+ export type CreateDiffDisk = string;
1320
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1321
+ export declare enum KnownProvisioningState {
1322
+ /** Resource has been created. */
1323
+ Succeeded = "Succeeded",
1324
+ /** Resource creation failed. */
1325
+ Failed = "Failed",
1326
+ /** Resource creation was canceled. */
1327
+ Canceled = "Canceled",
1328
+ /** The resource is provisioning. */
1329
+ Provisioning = "Provisioning",
1330
+ /** The resource is updating. */
1331
+ Updating = "Updating",
1332
+ /** The resource is being deleted. */
1333
+ Deleting = "Deleting",
1334
+ /** The resource has been accepted. */
1335
+ Accepted = "Accepted",
1336
+ /** The resource was created. */
1337
+ Created = "Created"
1338
+ }
1339
+ /**
1340
+ * Defines values for ProvisioningState. \
1341
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1342
+ * this enum contains the known values that the service supports.
1343
+ * ### Known values supported by the service
1344
+ * **Succeeded**: Resource has been created. \
1345
+ * **Failed**: Resource creation failed. \
1346
+ * **Canceled**: Resource creation was canceled. \
1347
+ * **Provisioning**: The resource is provisioning. \
1348
+ * **Updating**: The resource is updating. \
1349
+ * **Deleting**: The resource is being deleted. \
1350
+ * **Accepted**: The resource has been accepted. \
1351
+ * **Created**: The resource was created.
1352
+ */
1353
+ export type ProvisioningState = string;
1354
+ /** Known values of {@link CreatedByType} that the service accepts. */
1355
+ export declare enum KnownCreatedByType {
1356
+ /** User */
1357
+ User = "User",
1358
+ /** Application */
1359
+ Application = "Application",
1360
+ /** ManagedIdentity */
1361
+ ManagedIdentity = "ManagedIdentity",
1362
+ /** Key */
1363
+ Key = "Key"
1364
+ }
1365
+ /**
1366
+ * Defines values for CreatedByType. \
1367
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1368
+ * this enum contains the known values that the service supports.
1369
+ * ### Known values supported by the service
1370
+ * **User** \
1371
+ * **Application** \
1372
+ * **ManagedIdentity** \
1373
+ * **Key**
1374
+ */
1375
+ export type CreatedByType = string;
1376
+ /** Known values of {@link ForceDelete} that the service accepts. */
1377
+ export declare enum KnownForceDelete {
1378
+ /** Enable force delete. */
1379
+ True = "true",
1380
+ /** Disable force delete. */
1381
+ False = "false"
1382
+ }
1383
+ /**
1384
+ * Defines values for ForceDelete. \
1385
+ * {@link KnownForceDelete} can be used interchangeably with ForceDelete,
1386
+ * this enum contains the known values that the service supports.
1387
+ * ### Known values supported by the service
1388
+ * **true**: Enable force delete. \
1389
+ * **false**: Disable force delete.
1390
+ */
1391
+ export type ForceDelete = string;
1392
+ /** Known values of {@link DeleteFromHost} that the service accepts. */
1393
+ export declare enum KnownDeleteFromHost {
1394
+ /** Enable delete from host. */
1395
+ True = "true",
1396
+ /** Disable delete from host. */
1397
+ False = "false"
1398
+ }
1399
+ /**
1400
+ * Defines values for DeleteFromHost. \
1401
+ * {@link KnownDeleteFromHost} can be used interchangeably with DeleteFromHost,
1402
+ * this enum contains the known values that the service supports.
1403
+ * ### Known values supported by the service
1404
+ * **true**: Enable delete from host. \
1405
+ * **false**: Disable delete from host.
1406
+ */
1407
+ export type DeleteFromHost = string;
1408
+ /** Known values of {@link ProvisioningAction} that the service accepts. */
1409
+ export declare enum KnownProvisioningAction {
1410
+ /** Install guest agent. */
1411
+ Install = "install",
1412
+ /** Uninstall guest agent. */
1413
+ Uninstall = "uninstall",
1414
+ /** Repair guest agent. */
1415
+ Repair = "repair"
1416
+ }
1417
+ /**
1418
+ * Defines values for ProvisioningAction. \
1419
+ * {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,
1420
+ * this enum contains the known values that the service supports.
1421
+ * ### Known values supported by the service
1422
+ * **install**: Install guest agent. \
1423
+ * **uninstall**: Uninstall guest agent. \
1424
+ * **repair**: Repair guest agent.
1425
+ */
1426
+ export type ProvisioningAction = string;
1427
+ /** Known values of {@link SkipShutdown} that the service accepts. */
1428
+ export declare enum KnownSkipShutdown {
1429
+ /** Enable skip shutdown. */
1430
+ True = "true",
1431
+ /** Disable skip shutdown. */
1432
+ False = "false"
1433
+ }
1434
+ /**
1435
+ * Defines values for SkipShutdown. \
1436
+ * {@link KnownSkipShutdown} can be used interchangeably with SkipShutdown,
1437
+ * this enum contains the known values that the service supports.
1438
+ * ### Known values supported by the service
1439
+ * **true**: Enable skip shutdown. \
1440
+ * **false**: Disable skip shutdown.
1441
+ */
1442
+ export type SkipShutdown = string;
1443
+ /** Known values of {@link Origin} that the service accepts. */
1444
+ export declare enum KnownOrigin {
1445
+ /** User */
1446
+ User = "user",
1447
+ /** System */
1448
+ System = "system",
1449
+ /** UserSystem */
1450
+ UserSystem = "user,system"
1451
+ }
1452
+ /**
1453
+ * Defines values for Origin. \
1454
+ * {@link KnownOrigin} can be used interchangeably with Origin,
1455
+ * this enum contains the known values that the service supports.
1456
+ * ### Known values supported by the service
1457
+ * **user** \
1458
+ * **system** \
1459
+ * **user,system**
1460
+ */
1461
+ export type Origin = string;
1462
+ /** Known values of {@link ActionType} that the service accepts. */
1463
+ export declare enum KnownActionType {
1464
+ /** Internal */
1465
+ Internal = "Internal"
1466
+ }
1467
+ /**
1468
+ * Defines values for ActionType. \
1469
+ * {@link KnownActionType} can be used interchangeably with ActionType,
1470
+ * this enum contains the known values that the service supports.
1471
+ * ### Known values supported by the service
1472
+ * **Internal**
1473
+ */
1474
+ export type ActionType = string;
1475
+ /** Known values of {@link IsCustomizable} that the service accepts. */
1476
+ export declare enum KnownIsCustomizable {
1477
+ /** Enable customizable. */
1478
+ True = "true",
1479
+ /** Disable customizable. */
1480
+ False = "false"
1481
+ }
1482
+ /**
1483
+ * Defines values for IsCustomizable. \
1484
+ * {@link KnownIsCustomizable} can be used interchangeably with IsCustomizable,
1485
+ * this enum contains the known values that the service supports.
1486
+ * ### Known values supported by the service
1487
+ * **true**: Enable customizable. \
1488
+ * **false**: Disable customizable.
1489
+ */
1490
+ export type IsCustomizable = string;
1491
+ /** Known values of {@link InventoryType} that the service accepts. */
1492
+ export declare enum KnownInventoryType {
1493
+ /** Cloud inventory type */
1494
+ Cloud = "Cloud",
1495
+ /** VirtualNetwork inventory type */
1496
+ VirtualNetwork = "VirtualNetwork",
1497
+ /** VirtualMachine inventory type */
1498
+ VirtualMachine = "VirtualMachine",
1499
+ /** VirtualMachineTemplate inventory type */
1500
+ VirtualMachineTemplate = "VirtualMachineTemplate"
1501
+ }
1502
+ /**
1503
+ * Defines values for InventoryType. \
1504
+ * {@link KnownInventoryType} can be used interchangeably with InventoryType,
1505
+ * this enum contains the known values that the service supports.
1506
+ * ### Known values supported by the service
1507
+ * **Cloud**: Cloud inventory type \
1508
+ * **VirtualNetwork**: VirtualNetwork inventory type \
1509
+ * **VirtualMachine**: VirtualMachine inventory type \
1510
+ * **VirtualMachineTemplate**: VirtualMachineTemplate inventory type
1511
+ */
1512
+ export type InventoryType = string;
1513
+ /** Optional parameters. */
1514
+ export interface VirtualMachineInstancesListOptionalParams extends coreClient.OperationOptions {
1515
+ }
1516
+ /** Contains response data for the list operation. */
1517
+ export type VirtualMachineInstancesListResponse = VirtualMachineInstanceListResult;
1518
+ /** Optional parameters. */
1519
+ export interface VirtualMachineInstancesGetOptionalParams extends coreClient.OperationOptions {
1520
+ }
1521
+ /** Contains response data for the get operation. */
1522
+ export type VirtualMachineInstancesGetResponse = VirtualMachineInstance;
1523
+ /** Optional parameters. */
1524
+ export interface VirtualMachineInstancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1525
+ /** Delay to wait until next poll, in milliseconds. */
1526
+ updateIntervalInMs?: number;
1527
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1528
+ resumeFrom?: string;
1529
+ }
1530
+ /** Contains response data for the createOrUpdate operation. */
1531
+ export type VirtualMachineInstancesCreateOrUpdateResponse = VirtualMachineInstance;
1532
+ /** Optional parameters. */
1533
+ export interface VirtualMachineInstancesUpdateOptionalParams extends coreClient.OperationOptions {
1534
+ /** Delay to wait until next poll, in milliseconds. */
1535
+ updateIntervalInMs?: number;
1536
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1537
+ resumeFrom?: string;
1538
+ }
1539
+ /** Contains response data for the update operation. */
1540
+ export type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;
1541
+ /** Optional parameters. */
1542
+ export interface VirtualMachineInstancesDeleteOptionalParams extends coreClient.OperationOptions {
1543
+ /** Forces the resource to be deleted. */
1544
+ force?: ForceDelete;
1545
+ /** Whether to disable the VM from azure and also delete it from Vmm. */
1546
+ deleteFromHost?: DeleteFromHost;
1547
+ /** Delay to wait until next poll, in milliseconds. */
1548
+ updateIntervalInMs?: number;
1549
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1550
+ resumeFrom?: string;
1551
+ }
1552
+ /** Contains response data for the delete operation. */
1553
+ export type VirtualMachineInstancesDeleteResponse = VirtualMachineInstancesDeleteHeaders;
1554
+ /** Optional parameters. */
1555
+ export interface VirtualMachineInstancesCreateCheckpointOptionalParams extends coreClient.OperationOptions {
1556
+ /** Delay to wait until next poll, in milliseconds. */
1557
+ updateIntervalInMs?: number;
1558
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1559
+ resumeFrom?: string;
1560
+ }
1561
+ /** Contains response data for the createCheckpoint operation. */
1562
+ export type VirtualMachineInstancesCreateCheckpointResponse = VirtualMachineInstancesCreateCheckpointHeaders;
1563
+ /** Optional parameters. */
1564
+ export interface VirtualMachineInstancesDeleteCheckpointOptionalParams extends coreClient.OperationOptions {
1565
+ /** Delay to wait until next poll, in milliseconds. */
1566
+ updateIntervalInMs?: number;
1567
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1568
+ resumeFrom?: string;
1569
+ }
1570
+ /** Contains response data for the deleteCheckpoint operation. */
1571
+ export type VirtualMachineInstancesDeleteCheckpointResponse = VirtualMachineInstancesDeleteCheckpointHeaders;
1572
+ /** Optional parameters. */
1573
+ export interface VirtualMachineInstancesRestartOptionalParams extends coreClient.OperationOptions {
1574
+ /** Delay to wait until next poll, in milliseconds. */
1575
+ updateIntervalInMs?: number;
1576
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1577
+ resumeFrom?: string;
1578
+ }
1579
+ /** Contains response data for the restart operation. */
1580
+ export type VirtualMachineInstancesRestartResponse = VirtualMachineInstancesRestartHeaders;
1581
+ /** Optional parameters. */
1582
+ export interface VirtualMachineInstancesRestoreCheckpointOptionalParams extends coreClient.OperationOptions {
1583
+ /** Delay to wait until next poll, in milliseconds. */
1584
+ updateIntervalInMs?: number;
1585
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1586
+ resumeFrom?: string;
1587
+ }
1588
+ /** Contains response data for the restoreCheckpoint operation. */
1589
+ export type VirtualMachineInstancesRestoreCheckpointResponse = VirtualMachineInstancesRestoreCheckpointHeaders;
1590
+ /** Optional parameters. */
1591
+ export interface VirtualMachineInstancesStartOptionalParams extends coreClient.OperationOptions {
1592
+ /** Delay to wait until next poll, in milliseconds. */
1593
+ updateIntervalInMs?: number;
1594
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1595
+ resumeFrom?: string;
1596
+ }
1597
+ /** Contains response data for the start operation. */
1598
+ export type VirtualMachineInstancesStartResponse = VirtualMachineInstancesStartHeaders;
1599
+ /** Optional parameters. */
1600
+ export interface VirtualMachineInstancesStopOptionalParams extends coreClient.OperationOptions {
1601
+ /** Delay to wait until next poll, in milliseconds. */
1602
+ updateIntervalInMs?: number;
1603
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1604
+ resumeFrom?: string;
1605
+ }
1606
+ /** Contains response data for the stop operation. */
1607
+ export type VirtualMachineInstancesStopResponse = VirtualMachineInstancesStopHeaders;
1608
+ /** Optional parameters. */
1609
+ export interface VirtualMachineInstancesListNextOptionalParams extends coreClient.OperationOptions {
1610
+ }
1611
+ /** Contains response data for the listNext operation. */
1612
+ export type VirtualMachineInstancesListNextResponse = VirtualMachineInstanceListResult;
1613
+ /** Optional parameters. */
1614
+ export interface GuestAgentsListByVirtualMachineInstanceOptionalParams extends coreClient.OperationOptions {
1615
+ }
1616
+ /** Contains response data for the listByVirtualMachineInstance operation. */
1617
+ export type GuestAgentsListByVirtualMachineInstanceResponse = GuestAgentListResult;
1618
+ /** Optional parameters. */
1619
+ export interface GuestAgentsGetOptionalParams extends coreClient.OperationOptions {
1620
+ }
1621
+ /** Contains response data for the get operation. */
1622
+ export type GuestAgentsGetResponse = GuestAgent;
1623
+ /** Optional parameters. */
1624
+ export interface GuestAgentsCreateOptionalParams extends coreClient.OperationOptions {
1625
+ /** Delay to wait until next poll, in milliseconds. */
1626
+ updateIntervalInMs?: number;
1627
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1628
+ resumeFrom?: string;
1629
+ }
1630
+ /** Contains response data for the create operation. */
1631
+ export type GuestAgentsCreateResponse = GuestAgent;
1632
+ /** Optional parameters. */
1633
+ export interface GuestAgentsDeleteOptionalParams extends coreClient.OperationOptions {
1634
+ }
1635
+ /** Optional parameters. */
1636
+ export interface GuestAgentsListByVirtualMachineInstanceNextOptionalParams extends coreClient.OperationOptions {
1637
+ }
1638
+ /** Contains response data for the listByVirtualMachineInstanceNext operation. */
1639
+ export type GuestAgentsListByVirtualMachineInstanceNextResponse = GuestAgentListResult;
1640
+ /** Optional parameters. */
1641
+ export interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceOptionalParams extends coreClient.OperationOptions {
1642
+ }
1643
+ /** Contains response data for the listByVirtualMachineInstance operation. */
1644
+ export type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceResponse = VmInstanceHybridIdentityMetadataListResult;
1645
+ /** Optional parameters. */
1646
+ export interface VmInstanceHybridIdentityMetadatasGetOptionalParams extends coreClient.OperationOptions {
1647
+ }
1648
+ /** Contains response data for the get operation. */
1649
+ export type VmInstanceHybridIdentityMetadatasGetResponse = VmInstanceHybridIdentityMetadata;
1650
+ /** Optional parameters. */
1651
+ export interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextOptionalParams extends coreClient.OperationOptions {
1652
+ }
1653
+ /** Contains response data for the listByVirtualMachineInstanceNext operation. */
1654
+ export type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextResponse = VmInstanceHybridIdentityMetadataListResult;
1655
+ /** Optional parameters. */
1656
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1657
+ }
1658
+ /** Contains response data for the list operation. */
1659
+ export type OperationsListResponse = OperationListResult;
1660
+ /** Optional parameters. */
1661
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1662
+ }
1663
+ /** Contains response data for the listNext operation. */
1664
+ export type OperationsListNextResponse = OperationListResult;
1665
+ /** Optional parameters. */
1666
+ export interface AvailabilitySetsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1667
+ }
1668
+ /** Contains response data for the listBySubscription operation. */
1669
+ export type AvailabilitySetsListBySubscriptionResponse = AvailabilitySetListResult;
1670
+ /** Optional parameters. */
1671
+ export interface AvailabilitySetsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1672
+ }
1673
+ /** Contains response data for the listByResourceGroup operation. */
1674
+ export type AvailabilitySetsListByResourceGroupResponse = AvailabilitySetListResult;
1675
+ /** Optional parameters. */
1676
+ export interface AvailabilitySetsGetOptionalParams extends coreClient.OperationOptions {
1677
+ }
1678
+ /** Contains response data for the get operation. */
1679
+ export type AvailabilitySetsGetResponse = AvailabilitySet;
1680
+ /** Optional parameters. */
1681
+ export interface AvailabilitySetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1682
+ /** Delay to wait until next poll, in milliseconds. */
1683
+ updateIntervalInMs?: number;
1684
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1685
+ resumeFrom?: string;
1686
+ }
1687
+ /** Contains response data for the createOrUpdate operation. */
1688
+ export type AvailabilitySetsCreateOrUpdateResponse = AvailabilitySet;
1689
+ /** Optional parameters. */
1690
+ export interface AvailabilitySetsUpdateOptionalParams extends coreClient.OperationOptions {
1691
+ /** Delay to wait until next poll, in milliseconds. */
1692
+ updateIntervalInMs?: number;
1693
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1694
+ resumeFrom?: string;
1695
+ }
1696
+ /** Contains response data for the update operation. */
1697
+ export type AvailabilitySetsUpdateResponse = AvailabilitySet;
1698
+ /** Optional parameters. */
1699
+ export interface AvailabilitySetsDeleteOptionalParams extends coreClient.OperationOptions {
1700
+ /** Forces the resource to be deleted. */
1701
+ force?: ForceDelete;
1702
+ /** Delay to wait until next poll, in milliseconds. */
1703
+ updateIntervalInMs?: number;
1704
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1705
+ resumeFrom?: string;
1706
+ }
1707
+ /** Contains response data for the delete operation. */
1708
+ export type AvailabilitySetsDeleteResponse = AvailabilitySetsDeleteHeaders;
1709
+ /** Optional parameters. */
1710
+ export interface AvailabilitySetsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1711
+ }
1712
+ /** Contains response data for the listBySubscriptionNext operation. */
1713
+ export type AvailabilitySetsListBySubscriptionNextResponse = AvailabilitySetListResult;
1714
+ /** Optional parameters. */
1715
+ export interface AvailabilitySetsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1716
+ }
1717
+ /** Contains response data for the listByResourceGroupNext operation. */
1718
+ export type AvailabilitySetsListByResourceGroupNextResponse = AvailabilitySetListResult;
1719
+ /** Optional parameters. */
1720
+ export interface CloudsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1721
+ }
1722
+ /** Contains response data for the listBySubscription operation. */
1723
+ export type CloudsListBySubscriptionResponse = CloudListResult;
1724
+ /** Optional parameters. */
1725
+ export interface CloudsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1726
+ }
1727
+ /** Contains response data for the listByResourceGroup operation. */
1728
+ export type CloudsListByResourceGroupResponse = CloudListResult;
1729
+ /** Optional parameters. */
1730
+ export interface CloudsGetOptionalParams extends coreClient.OperationOptions {
1731
+ }
1732
+ /** Contains response data for the get operation. */
1733
+ export type CloudsGetResponse = Cloud;
1734
+ /** Optional parameters. */
1735
+ export interface CloudsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1736
+ /** Delay to wait until next poll, in milliseconds. */
1737
+ updateIntervalInMs?: number;
1738
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1739
+ resumeFrom?: string;
1740
+ }
1741
+ /** Contains response data for the createOrUpdate operation. */
1742
+ export type CloudsCreateOrUpdateResponse = Cloud;
1743
+ /** Optional parameters. */
1744
+ export interface CloudsUpdateOptionalParams extends coreClient.OperationOptions {
1745
+ /** Delay to wait until next poll, in milliseconds. */
1746
+ updateIntervalInMs?: number;
1747
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1748
+ resumeFrom?: string;
1749
+ }
1750
+ /** Contains response data for the update operation. */
1751
+ export type CloudsUpdateResponse = Cloud;
1752
+ /** Optional parameters. */
1753
+ export interface CloudsDeleteOptionalParams extends coreClient.OperationOptions {
1754
+ /** Forces the resource to be deleted. */
1755
+ force?: ForceDelete;
1756
+ /** Delay to wait until next poll, in milliseconds. */
1757
+ updateIntervalInMs?: number;
1758
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1759
+ resumeFrom?: string;
1760
+ }
1761
+ /** Contains response data for the delete operation. */
1762
+ export type CloudsDeleteResponse = CloudsDeleteHeaders;
1763
+ /** Optional parameters. */
1764
+ export interface CloudsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1765
+ }
1766
+ /** Contains response data for the listBySubscriptionNext operation. */
1767
+ export type CloudsListBySubscriptionNextResponse = CloudListResult;
1768
+ /** Optional parameters. */
1769
+ export interface CloudsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1770
+ }
1771
+ /** Contains response data for the listByResourceGroupNext operation. */
1772
+ export type CloudsListByResourceGroupNextResponse = CloudListResult;
1773
+ /** Optional parameters. */
1774
+ export interface VirtualMachineTemplatesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1775
+ }
1776
+ /** Contains response data for the listBySubscription operation. */
1777
+ export type VirtualMachineTemplatesListBySubscriptionResponse = VirtualMachineTemplateListResult;
1778
+ /** Optional parameters. */
1779
+ export interface VirtualMachineTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1780
+ }
1781
+ /** Contains response data for the listByResourceGroup operation. */
1782
+ export type VirtualMachineTemplatesListByResourceGroupResponse = VirtualMachineTemplateListResult;
1783
+ /** Optional parameters. */
1784
+ export interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
1785
+ }
1786
+ /** Contains response data for the get operation. */
1787
+ export type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
1788
+ /** Optional parameters. */
1789
+ export interface VirtualMachineTemplatesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1790
+ /** Delay to wait until next poll, in milliseconds. */
1791
+ updateIntervalInMs?: number;
1792
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1793
+ resumeFrom?: string;
1794
+ }
1795
+ /** Contains response data for the createOrUpdate operation. */
1796
+ export type VirtualMachineTemplatesCreateOrUpdateResponse = VirtualMachineTemplate;
1797
+ /** Optional parameters. */
1798
+ export interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
1799
+ /** Delay to wait until next poll, in milliseconds. */
1800
+ updateIntervalInMs?: number;
1801
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1802
+ resumeFrom?: string;
1803
+ }
1804
+ /** Contains response data for the update operation. */
1805
+ export type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
1806
+ /** Optional parameters. */
1807
+ export interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
1808
+ /** Forces the resource to be deleted. */
1809
+ force?: ForceDelete;
1810
+ /** Delay to wait until next poll, in milliseconds. */
1811
+ updateIntervalInMs?: number;
1812
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1813
+ resumeFrom?: string;
1814
+ }
1815
+ /** Contains response data for the delete operation. */
1816
+ export type VirtualMachineTemplatesDeleteResponse = VirtualMachineTemplatesDeleteHeaders;
1817
+ /** Optional parameters. */
1818
+ export interface VirtualMachineTemplatesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1819
+ }
1820
+ /** Contains response data for the listBySubscriptionNext operation. */
1821
+ export type VirtualMachineTemplatesListBySubscriptionNextResponse = VirtualMachineTemplateListResult;
1822
+ /** Optional parameters. */
1823
+ export interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1824
+ }
1825
+ /** Contains response data for the listByResourceGroupNext operation. */
1826
+ export type VirtualMachineTemplatesListByResourceGroupNextResponse = VirtualMachineTemplateListResult;
1827
+ /** Optional parameters. */
1828
+ export interface VirtualNetworksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1829
+ }
1830
+ /** Contains response data for the listBySubscription operation. */
1831
+ export type VirtualNetworksListBySubscriptionResponse = VirtualNetworkListResult;
1832
+ /** Optional parameters. */
1833
+ export interface VirtualNetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1834
+ }
1835
+ /** Contains response data for the listByResourceGroup operation. */
1836
+ export type VirtualNetworksListByResourceGroupResponse = VirtualNetworkListResult;
1837
+ /** Optional parameters. */
1838
+ export interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
1839
+ }
1840
+ /** Contains response data for the get operation. */
1841
+ export type VirtualNetworksGetResponse = VirtualNetwork;
1842
+ /** Optional parameters. */
1843
+ export interface VirtualNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1844
+ /** Delay to wait until next poll, in milliseconds. */
1845
+ updateIntervalInMs?: number;
1846
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1847
+ resumeFrom?: string;
1848
+ }
1849
+ /** Contains response data for the createOrUpdate operation. */
1850
+ export type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork;
1851
+ /** Optional parameters. */
1852
+ export interface VirtualNetworksUpdateOptionalParams extends coreClient.OperationOptions {
1853
+ /** Delay to wait until next poll, in milliseconds. */
1854
+ updateIntervalInMs?: number;
1855
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1856
+ resumeFrom?: string;
1857
+ }
1858
+ /** Contains response data for the update operation. */
1859
+ export type VirtualNetworksUpdateResponse = VirtualNetwork;
1860
+ /** Optional parameters. */
1861
+ export interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
1862
+ /** Forces the resource to be deleted. */
1863
+ force?: ForceDelete;
1864
+ /** Delay to wait until next poll, in milliseconds. */
1865
+ updateIntervalInMs?: number;
1866
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1867
+ resumeFrom?: string;
1868
+ }
1869
+ /** Contains response data for the delete operation. */
1870
+ export type VirtualNetworksDeleteResponse = VirtualNetworksDeleteHeaders;
1871
+ /** Optional parameters. */
1872
+ export interface VirtualNetworksListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1873
+ }
1874
+ /** Contains response data for the listBySubscriptionNext operation. */
1875
+ export type VirtualNetworksListBySubscriptionNextResponse = VirtualNetworkListResult;
1876
+ /** Optional parameters. */
1877
+ export interface VirtualNetworksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1878
+ }
1879
+ /** Contains response data for the listByResourceGroupNext operation. */
1880
+ export type VirtualNetworksListByResourceGroupNextResponse = VirtualNetworkListResult;
1881
+ /** Optional parameters. */
1882
+ export interface VmmServersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1883
+ }
1884
+ /** Contains response data for the listBySubscription operation. */
1885
+ export type VmmServersListBySubscriptionResponse = VmmServerListResult;
1886
+ /** Optional parameters. */
1887
+ export interface VmmServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1888
+ }
1889
+ /** Contains response data for the listByResourceGroup operation. */
1890
+ export type VmmServersListByResourceGroupResponse = VmmServerListResult;
1891
+ /** Optional parameters. */
1892
+ export interface VmmServersGetOptionalParams extends coreClient.OperationOptions {
1893
+ }
1894
+ /** Contains response data for the get operation. */
1895
+ export type VmmServersGetResponse = VmmServer;
1896
+ /** Optional parameters. */
1897
+ export interface VmmServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1898
+ /** Delay to wait until next poll, in milliseconds. */
1899
+ updateIntervalInMs?: number;
1900
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1901
+ resumeFrom?: string;
1902
+ }
1903
+ /** Contains response data for the createOrUpdate operation. */
1904
+ export type VmmServersCreateOrUpdateResponse = VmmServer;
1905
+ /** Optional parameters. */
1906
+ export interface VmmServersUpdateOptionalParams extends coreClient.OperationOptions {
1907
+ /** Delay to wait until next poll, in milliseconds. */
1908
+ updateIntervalInMs?: number;
1909
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1910
+ resumeFrom?: string;
1911
+ }
1912
+ /** Contains response data for the update operation. */
1913
+ export type VmmServersUpdateResponse = VmmServer;
1914
+ /** Optional parameters. */
1915
+ export interface VmmServersDeleteOptionalParams extends coreClient.OperationOptions {
1916
+ /** Forces the resource to be deleted. */
1917
+ force?: ForceDelete;
1918
+ /** Delay to wait until next poll, in milliseconds. */
1919
+ updateIntervalInMs?: number;
1920
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1921
+ resumeFrom?: string;
1922
+ }
1923
+ /** Contains response data for the delete operation. */
1924
+ export type VmmServersDeleteResponse = VmmServersDeleteHeaders;
1925
+ /** Optional parameters. */
1926
+ export interface VmmServersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1927
+ }
1928
+ /** Contains response data for the listBySubscriptionNext operation. */
1929
+ export type VmmServersListBySubscriptionNextResponse = VmmServerListResult;
1930
+ /** Optional parameters. */
1931
+ export interface VmmServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1932
+ }
1933
+ /** Contains response data for the listByResourceGroupNext operation. */
1934
+ export type VmmServersListByResourceGroupNextResponse = VmmServerListResult;
1935
+ /** Optional parameters. */
1936
+ export interface InventoryItemsListByVmmServerOptionalParams extends coreClient.OperationOptions {
1937
+ }
1938
+ /** Contains response data for the listByVmmServer operation. */
1939
+ export type InventoryItemsListByVmmServerResponse = InventoryItemListResult;
1940
+ /** Optional parameters. */
1941
+ export interface InventoryItemsGetOptionalParams extends coreClient.OperationOptions {
1942
+ }
1943
+ /** Contains response data for the get operation. */
1944
+ export type InventoryItemsGetResponse = InventoryItem;
1945
+ /** Optional parameters. */
1946
+ export interface InventoryItemsCreateOptionalParams extends coreClient.OperationOptions {
1947
+ }
1948
+ /** Contains response data for the create operation. */
1949
+ export type InventoryItemsCreateResponse = InventoryItem;
1950
+ /** Optional parameters. */
1951
+ export interface InventoryItemsDeleteOptionalParams extends coreClient.OperationOptions {
1952
+ }
1953
+ /** Optional parameters. */
1954
+ export interface InventoryItemsListByVmmServerNextOptionalParams extends coreClient.OperationOptions {
1955
+ }
1956
+ /** Contains response data for the listByVmmServerNext operation. */
1957
+ export type InventoryItemsListByVmmServerNextResponse = InventoryItemListResult;
1958
+ /** Optional parameters. */
1959
+ export interface ScVmmOptionalParams extends coreClient.ServiceClientOptions {
1960
+ /** server parameter */
1961
+ $host?: string;
1962
+ /** Api Version */
1963
+ apiVersion?: string;
1964
+ /** Overrides client endpoint. */
1965
+ endpoint?: string;
1966
+ }
1967
+ //# sourceMappingURL=index.d.ts.map