@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 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,163 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.KnownInventoryType = exports.KnownIsCustomizable = exports.KnownActionType = exports.KnownOrigin = exports.KnownSkipShutdown = exports.KnownProvisioningAction = exports.KnownDeleteFromHost = exports.KnownForceDelete = exports.KnownCreatedByType = exports.KnownProvisioningState = exports.KnownCreateDiffDisk = exports.KnownAllocationMethod = exports.KnownIsHighlyAvailable = exports.KnownDynamicMemoryEnabled = exports.KnownLimitCpuForMigration = exports.KnownOsType = void 0;
11
+ /** Known values of {@link OsType} that the service accepts. */
12
+ var KnownOsType;
13
+ (function (KnownOsType) {
14
+ /** Windows operating system. */
15
+ KnownOsType["Windows"] = "Windows";
16
+ /** Linux operating system. */
17
+ KnownOsType["Linux"] = "Linux";
18
+ /** Other operating system. */
19
+ KnownOsType["Other"] = "Other";
20
+ })(KnownOsType || (exports.KnownOsType = KnownOsType = {}));
21
+ /** Known values of {@link LimitCpuForMigration} that the service accepts. */
22
+ var KnownLimitCpuForMigration;
23
+ (function (KnownLimitCpuForMigration) {
24
+ /** Enable limit CPU for migration. */
25
+ KnownLimitCpuForMigration["True"] = "true";
26
+ /** Disable limit CPU for migration. */
27
+ KnownLimitCpuForMigration["False"] = "false";
28
+ })(KnownLimitCpuForMigration || (exports.KnownLimitCpuForMigration = KnownLimitCpuForMigration = {}));
29
+ /** Known values of {@link DynamicMemoryEnabled} that the service accepts. */
30
+ var KnownDynamicMemoryEnabled;
31
+ (function (KnownDynamicMemoryEnabled) {
32
+ /** Enable dynamic memory. */
33
+ KnownDynamicMemoryEnabled["True"] = "true";
34
+ /** Disable dynamic memory. */
35
+ KnownDynamicMemoryEnabled["False"] = "false";
36
+ })(KnownDynamicMemoryEnabled || (exports.KnownDynamicMemoryEnabled = KnownDynamicMemoryEnabled = {}));
37
+ /** Known values of {@link IsHighlyAvailable} that the service accepts. */
38
+ var KnownIsHighlyAvailable;
39
+ (function (KnownIsHighlyAvailable) {
40
+ /** Enable highly available. */
41
+ KnownIsHighlyAvailable["True"] = "true";
42
+ /** Disable highly available. */
43
+ KnownIsHighlyAvailable["False"] = "false";
44
+ })(KnownIsHighlyAvailable || (exports.KnownIsHighlyAvailable = KnownIsHighlyAvailable = {}));
45
+ /** Known values of {@link AllocationMethod} that the service accepts. */
46
+ var KnownAllocationMethod;
47
+ (function (KnownAllocationMethod) {
48
+ /** Dynamically allocated address. */
49
+ KnownAllocationMethod["Dynamic"] = "Dynamic";
50
+ /** Statically allocated address. */
51
+ KnownAllocationMethod["Static"] = "Static";
52
+ })(KnownAllocationMethod || (exports.KnownAllocationMethod = KnownAllocationMethod = {}));
53
+ /** Known values of {@link CreateDiffDisk} that the service accepts. */
54
+ var KnownCreateDiffDisk;
55
+ (function (KnownCreateDiffDisk) {
56
+ /** Enable create diff disk. */
57
+ KnownCreateDiffDisk["True"] = "true";
58
+ /** Disable create diff disk. */
59
+ KnownCreateDiffDisk["False"] = "false";
60
+ })(KnownCreateDiffDisk || (exports.KnownCreateDiffDisk = KnownCreateDiffDisk = {}));
61
+ /** Known values of {@link ProvisioningState} that the service accepts. */
62
+ var KnownProvisioningState;
63
+ (function (KnownProvisioningState) {
64
+ /** Resource has been created. */
65
+ KnownProvisioningState["Succeeded"] = "Succeeded";
66
+ /** Resource creation failed. */
67
+ KnownProvisioningState["Failed"] = "Failed";
68
+ /** Resource creation was canceled. */
69
+ KnownProvisioningState["Canceled"] = "Canceled";
70
+ /** The resource is provisioning. */
71
+ KnownProvisioningState["Provisioning"] = "Provisioning";
72
+ /** The resource is updating. */
73
+ KnownProvisioningState["Updating"] = "Updating";
74
+ /** The resource is being deleted. */
75
+ KnownProvisioningState["Deleting"] = "Deleting";
76
+ /** The resource has been accepted. */
77
+ KnownProvisioningState["Accepted"] = "Accepted";
78
+ /** The resource was created. */
79
+ KnownProvisioningState["Created"] = "Created";
80
+ })(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
81
+ /** Known values of {@link CreatedByType} that the service accepts. */
82
+ var KnownCreatedByType;
83
+ (function (KnownCreatedByType) {
84
+ /** User */
85
+ KnownCreatedByType["User"] = "User";
86
+ /** Application */
87
+ KnownCreatedByType["Application"] = "Application";
88
+ /** ManagedIdentity */
89
+ KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
90
+ /** Key */
91
+ KnownCreatedByType["Key"] = "Key";
92
+ })(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
93
+ /** Known values of {@link ForceDelete} that the service accepts. */
94
+ var KnownForceDelete;
95
+ (function (KnownForceDelete) {
96
+ /** Enable force delete. */
97
+ KnownForceDelete["True"] = "true";
98
+ /** Disable force delete. */
99
+ KnownForceDelete["False"] = "false";
100
+ })(KnownForceDelete || (exports.KnownForceDelete = KnownForceDelete = {}));
101
+ /** Known values of {@link DeleteFromHost} that the service accepts. */
102
+ var KnownDeleteFromHost;
103
+ (function (KnownDeleteFromHost) {
104
+ /** Enable delete from host. */
105
+ KnownDeleteFromHost["True"] = "true";
106
+ /** Disable delete from host. */
107
+ KnownDeleteFromHost["False"] = "false";
108
+ })(KnownDeleteFromHost || (exports.KnownDeleteFromHost = KnownDeleteFromHost = {}));
109
+ /** Known values of {@link ProvisioningAction} that the service accepts. */
110
+ var KnownProvisioningAction;
111
+ (function (KnownProvisioningAction) {
112
+ /** Install guest agent. */
113
+ KnownProvisioningAction["Install"] = "install";
114
+ /** Uninstall guest agent. */
115
+ KnownProvisioningAction["Uninstall"] = "uninstall";
116
+ /** Repair guest agent. */
117
+ KnownProvisioningAction["Repair"] = "repair";
118
+ })(KnownProvisioningAction || (exports.KnownProvisioningAction = KnownProvisioningAction = {}));
119
+ /** Known values of {@link SkipShutdown} that the service accepts. */
120
+ var KnownSkipShutdown;
121
+ (function (KnownSkipShutdown) {
122
+ /** Enable skip shutdown. */
123
+ KnownSkipShutdown["True"] = "true";
124
+ /** Disable skip shutdown. */
125
+ KnownSkipShutdown["False"] = "false";
126
+ })(KnownSkipShutdown || (exports.KnownSkipShutdown = KnownSkipShutdown = {}));
127
+ /** Known values of {@link Origin} that the service accepts. */
128
+ var KnownOrigin;
129
+ (function (KnownOrigin) {
130
+ /** User */
131
+ KnownOrigin["User"] = "user";
132
+ /** System */
133
+ KnownOrigin["System"] = "system";
134
+ /** UserSystem */
135
+ KnownOrigin["UserSystem"] = "user,system";
136
+ })(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
137
+ /** Known values of {@link ActionType} that the service accepts. */
138
+ var KnownActionType;
139
+ (function (KnownActionType) {
140
+ /** Internal */
141
+ KnownActionType["Internal"] = "Internal";
142
+ })(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
143
+ /** Known values of {@link IsCustomizable} that the service accepts. */
144
+ var KnownIsCustomizable;
145
+ (function (KnownIsCustomizable) {
146
+ /** Enable customizable. */
147
+ KnownIsCustomizable["True"] = "true";
148
+ /** Disable customizable. */
149
+ KnownIsCustomizable["False"] = "false";
150
+ })(KnownIsCustomizable || (exports.KnownIsCustomizable = KnownIsCustomizable = {}));
151
+ /** Known values of {@link InventoryType} that the service accepts. */
152
+ var KnownInventoryType;
153
+ (function (KnownInventoryType) {
154
+ /** Cloud inventory type */
155
+ KnownInventoryType["Cloud"] = "Cloud";
156
+ /** VirtualNetwork inventory type */
157
+ KnownInventoryType["VirtualNetwork"] = "VirtualNetwork";
158
+ /** VirtualMachine inventory type */
159
+ KnownInventoryType["VirtualMachine"] = "VirtualMachine";
160
+ /** VirtualMachineTemplate inventory type */
161
+ KnownInventoryType["VirtualMachineTemplate"] = "VirtualMachineTemplate";
162
+ })(KnownInventoryType || (exports.KnownInventoryType = KnownInventoryType = {}));
163
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type InventoryItemPropertiesUnion =\n | InventoryItemProperties\n | CloudInventoryItem\n | VirtualMachineInventoryItem\n | VirtualMachineTemplateInventoryItem\n | VirtualNetworkInventoryItem;\n\n/** The response of a VirtualMachineInstance list operation. */\nexport interface VirtualMachineInstanceListResult {\n /** The VirtualMachineInstance items on this page */\n value: VirtualMachineInstance[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the resource properties. */\nexport interface VirtualMachineInstanceProperties {\n /** Availability Sets in vm. */\n availabilitySets?: AvailabilitySetListItem[];\n /** OS properties. */\n osProfile?: OsProfileForVmInstance;\n /** Hardware properties. */\n hardwareProfile?: HardwareProfile;\n /** Network properties. */\n networkProfile?: NetworkProfile;\n /** Storage properties. */\n storageProfile?: StorageProfile;\n /** Gets the infrastructure profile. */\n infrastructureProfile?: InfrastructureProfile;\n /**\n * Gets the power state of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerState?: string;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Availability Set model */\nexport interface AvailabilitySetListItem {\n /** Gets the ARM Id of the microsoft.scvmm/availabilitySets resource. */\n id?: string;\n /** Gets or sets the name of the availability set. */\n name?: string;\n}\n\n/** Defines the resource properties. */\nexport interface OsProfileForVmInstance {\n /**\n * Admin password of the virtual machine.\n * This value contains a credential. Consider obscuring before showing to users\n */\n adminPassword?: string;\n /** Gets or sets computer name. */\n computerName?: string;\n /**\n * Gets the type of the os.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OsType;\n /**\n * Gets os sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osSku?: string;\n /**\n * Gets os version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osVersion?: string;\n}\n\n/** Defines the resource properties. */\nexport interface HardwareProfile {\n /** MemoryMB is the size of a virtual machine's memory, in MB. */\n memoryMB?: number;\n /** Gets or sets the number of vCPUs for the vm. */\n cpuCount?: number;\n /** Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs. */\n limitCpuForMigration?: LimitCpuForMigration;\n /** Gets or sets a value indicating whether to enable dynamic memory or not. */\n dynamicMemoryEnabled?: DynamicMemoryEnabled;\n /** Gets or sets the max dynamic memory for the vm. */\n dynamicMemoryMaxMB?: number;\n /** Gets or sets the min dynamic memory for the vm. */\n dynamicMemoryMinMB?: number;\n /**\n * Gets highly available property.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHighlyAvailable?: IsHighlyAvailable;\n}\n\n/** Defines the resource properties. */\nexport interface NetworkProfile {\n /** Gets or sets the list of network interfaces associated with the virtual machine. */\n networkInterfaces?: NetworkInterface[];\n}\n\n/** Network Interface model */\nexport interface NetworkInterface {\n /** Gets or sets the name of the network interface. */\n name?: string;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * Gets the nic ipv4 addresses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipv4Addresses?: string[];\n /**\n * Gets the nic ipv6 addresses.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ipv6Addresses?: string[];\n /** Gets or sets the nic MAC address. */\n macAddress?: string;\n /** Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic. */\n virtualNetworkId?: string;\n /**\n * Gets the name of the virtual network in vmmServer that the nic is connected to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkName?: string;\n /** Gets or sets the ipv4 address type. */\n ipv4AddressType?: AllocationMethod;\n /** Gets or sets the ipv6 address type. */\n ipv6AddressType?: AllocationMethod;\n /** Gets or sets the mac address type. */\n macAddressType?: AllocationMethod;\n /** Gets or sets the nic id. */\n nicId?: string;\n}\n\n/** Defines the resource properties. */\nexport interface StorageProfile {\n /** Gets or sets the list of virtual disks associated with the virtual machine. */\n disks?: VirtualDisk[];\n}\n\n/** Virtual disk model */\nexport interface VirtualDisk {\n /** Gets or sets the name of the disk. */\n name?: string;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** Gets or sets the disk id. */\n diskId?: string;\n /** Gets or sets the disk total size. */\n diskSizeGB?: number;\n /**\n * Gets the max disk size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxDiskSizeGB?: number;\n /** Gets or sets the disk bus. */\n bus?: number;\n /** Gets or sets the disk lun. */\n lun?: number;\n /** Gets or sets the disk bus type. */\n busType?: string;\n /** Gets or sets the disk vhd type. */\n vhdType?: string;\n /**\n * Gets the disk volume type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly volumeType?: string;\n /**\n * Gets the disk vhd format type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vhdFormatType?: string;\n /** Gets or sets the disk id in the template. */\n templateDiskId?: string;\n /** The QoS policy for the disk. */\n storageQosPolicy?: StorageQosPolicyDetails;\n /** Gets or sets a value indicating diff disk. */\n createDiffDisk?: CreateDiffDisk;\n}\n\n/** The StorageQoSPolicyDetails definition. */\nexport interface StorageQosPolicyDetails {\n /** The name of the policy. */\n name?: string;\n /** The ID of the QoS policy. */\n id?: string;\n}\n\n/** Specifies the vmmServer infrastructure specific settings for the virtual machine instance. */\nexport interface InfrastructureProfile {\n /** Gets or sets the inventory Item ID for the resource. */\n inventoryItemId?: string;\n /** ARM Id of the vmmServer resource in which this resource resides. */\n vmmServerId?: string;\n /** ARM Id of the cloud resource to use for deploying the vm. */\n cloudId?: string;\n /** ARM Id of the template resource to use for deploying the vm. */\n templateId?: string;\n /** VMName is the name of VM on the SCVmm server. */\n vmName?: string;\n /** Unique ID of the virtual machine. */\n uuid?: string;\n /**\n * Last restored checkpoint in the vm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastRestoredVmCheckpoint?: Checkpoint;\n /**\n * Checkpoints in the vm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly checkpoints?: Checkpoint[];\n /** Type of checkpoint supported for the vm. */\n checkpointType?: string;\n /** Gets or sets the generation for the vm. */\n generation?: number;\n /** Gets or sets the bios guid for the vm. */\n biosGuid?: string;\n}\n\n/** Defines the resource properties. */\nexport interface Checkpoint {\n /** Gets ID of parent of the checkpoint. */\n parentCheckpointId?: string;\n /** Gets ID of the checkpoint. */\n checkpointId?: string;\n /** Gets name of the checkpoint. */\n name?: string;\n /** Gets description of the checkpoint. */\n description?: string;\n}\n\n/** The extended location. */\nexport interface ExtendedLocation {\n /** The extended location type. */\n type?: string;\n /** The extended location name. */\n name?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The type used for update operations of the VirtualMachineInstance. */\nexport interface VirtualMachineInstanceUpdate {\n /** The update properties of the VirtualMachineInstance. */\n properties?: VirtualMachineInstanceUpdateProperties;\n}\n\n/** Virtual Machine Instance Properties Update model */\nexport interface VirtualMachineInstanceUpdateProperties {\n /** Availability Sets in vm. */\n availabilitySets?: AvailabilitySetListItem[];\n /** Hardware properties. */\n hardwareProfile?: HardwareProfileUpdate;\n /** Network properties. */\n networkProfile?: NetworkProfileUpdate;\n /** Storage properties. */\n storageProfile?: StorageProfileUpdate;\n /** Gets the infrastructure profile. */\n infrastructureProfile?: InfrastructureProfileUpdate;\n}\n\n/** Defines the resource update properties. */\nexport interface HardwareProfileUpdate {\n /** MemoryMB is the size of a virtual machine's memory, in MB. */\n memoryMB?: number;\n /** Gets or sets the number of vCPUs for the vm. */\n cpuCount?: number;\n /** Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs. */\n limitCpuForMigration?: LimitCpuForMigration;\n /** Gets or sets a value indicating whether to enable dynamic memory or not. */\n dynamicMemoryEnabled?: DynamicMemoryEnabled;\n /** Gets or sets the max dynamic memory for the vm. */\n dynamicMemoryMaxMB?: number;\n /** Gets or sets the min dynamic memory for the vm. */\n dynamicMemoryMinMB?: number;\n}\n\n/** Defines the resource update properties. */\nexport interface NetworkProfileUpdate {\n /** Gets or sets the list of network interfaces associated with the virtual machine. */\n networkInterfaces?: NetworkInterfaceUpdate[];\n}\n\n/** Network Interface Update model */\nexport interface NetworkInterfaceUpdate {\n /** Gets or sets the name of the network interface. */\n name?: string;\n /** Gets or sets the nic MAC address. */\n macAddress?: string;\n /** Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic. */\n virtualNetworkId?: string;\n /** Gets or sets the ipv4 address type. */\n ipv4AddressType?: AllocationMethod;\n /** Gets or sets the ipv6 address type. */\n ipv6AddressType?: AllocationMethod;\n /** Gets or sets the mac address type. */\n macAddressType?: AllocationMethod;\n /** Gets or sets the nic id. */\n nicId?: string;\n}\n\n/** Defines the resource update properties. */\nexport interface StorageProfileUpdate {\n /** Gets or sets the list of virtual disks associated with the virtual machine. */\n disks?: VirtualDiskUpdate[];\n}\n\n/** Virtual Disk Update model */\nexport interface VirtualDiskUpdate {\n /** Gets or sets the name of the disk. */\n name?: string;\n /** Gets or sets the disk id. */\n diskId?: string;\n /** Gets or sets the disk total size. */\n diskSizeGB?: number;\n /** Gets or sets the disk bus. */\n bus?: number;\n /** Gets or sets the disk lun. */\n lun?: number;\n /** Gets or sets the disk bus type. */\n busType?: string;\n /** Gets or sets the disk vhd type. */\n vhdType?: string;\n /** The QoS policy for the disk. */\n storageQosPolicy?: StorageQosPolicyDetails;\n}\n\n/** Specifies the vmmServer infrastructure specific update settings for the virtual machine instance. */\nexport interface InfrastructureProfileUpdate {\n /** Type of checkpoint supported for the vm. */\n checkpointType?: string;\n}\n\n/** Defines the create checkpoint action properties. */\nexport interface VirtualMachineCreateCheckpoint {\n /** Name of the checkpoint. */\n name?: string;\n /** Description of the checkpoint. */\n description?: string;\n}\n\n/** Defines the delete checkpoint action properties. */\nexport interface VirtualMachineDeleteCheckpoint {\n /** ID of the checkpoint to be deleted. */\n id?: string;\n}\n\n/** The response of a GuestAgent list operation. */\nexport interface GuestAgentListResult {\n /** The GuestAgent items on this page */\n value: GuestAgent[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the resource properties. */\nexport interface GuestAgentProperties {\n /**\n * Gets a unique identifier for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /** Username / Password Credentials to provision guest agent. */\n credentials?: GuestCredential;\n /** HTTP Proxy configuration for the VM. */\n httpProxyConfig?: HttpProxyConfiguration;\n /** Gets or sets the guest agent provisioning action. */\n provisioningAction?: ProvisioningAction;\n /**\n * Gets the guest agent status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * Gets the name of the corresponding resource in Kubernetes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly customResourceName?: string;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Username / Password Credentials to connect to guest. */\nexport interface GuestCredential {\n /** Gets or sets username to connect with the guest. */\n username: string;\n /**\n * Gets or sets the password to connect with the guest.\n * This value contains a credential. Consider obscuring before showing to users\n */\n password: string;\n}\n\n/** HTTP Proxy configuration for the VM. */\nexport interface HttpProxyConfiguration {\n /** Gets or sets httpsProxy url. */\n httpsProxy?: string;\n}\n\n/** The response of a VmInstanceHybridIdentityMetadata list operation. */\nexport interface VmInstanceHybridIdentityMetadataListResult {\n /** The VmInstanceHybridIdentityMetadata items on this page */\n value: VmInstanceHybridIdentityMetadata[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes the properties of Hybrid Identity Metadata for a Virtual Machine. */\nexport interface VmInstanceHybridIdentityMetadataProperties {\n /** The unique identifier for the resource. */\n resourceUid?: string;\n /** Gets or sets the Public Key. */\n publicKey?: string;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Defines the restore checkpoint action properties. */\nexport interface VirtualMachineRestoreCheckpoint {\n /** ID of the checkpoint to be restored to. */\n id?: string;\n}\n\n/** Defines the stop action properties. */\nexport interface StopVirtualMachineOptions {\n /** 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. */\n skipShutdown?: SkipShutdown;\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The response of a AvailabilitySet list operation. */\nexport interface AvailabilitySetListResult {\n /** The AvailabilitySet items on this page */\n value: AvailabilitySet[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the resource properties. */\nexport interface AvailabilitySetProperties {\n /** Name of the availability set. */\n availabilitySetName?: string;\n /** ARM Id of the vmmServer resource in which this resource resides. */\n vmmServerId?: string;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The response of a Cloud list operation. */\nexport interface CloudListResult {\n /** The Cloud items on this page */\n value: Cloud[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the resource properties. */\nexport interface CloudProperties {\n /** Gets or sets the inventory Item ID for the resource. */\n inventoryItemId?: string;\n /** Unique ID of the cloud. */\n uuid?: string;\n /** ARM Id of the vmmServer resource in which this resource resides. */\n vmmServerId?: string;\n /**\n * Name of the cloud in VmmServer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cloudName?: string;\n /**\n * Capacity of the cloud.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cloudCapacity?: CloudCapacity;\n /**\n * List of QoS policies available for the cloud.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageQosPolicies?: StorageQosPolicy[];\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Cloud Capacity model */\nexport interface CloudCapacity {\n /**\n * CPUCount specifies the maximum number of CPUs that can be allocated in the cloud.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuCount?: number;\n /**\n * MemoryMB specifies a memory usage limit in megabytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryMB?: number;\n /**\n * VMCount gives the max number of VMs that can be deployed in the cloud.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmCount?: number;\n}\n\n/** The StorageQoSPolicy definition. */\nexport interface StorageQosPolicy {\n /** The name of the policy. */\n name?: string;\n /** The ID of the QoS policy. */\n id?: string;\n /** The maximum IO operations per second. */\n iopsMaximum?: number;\n /** The minimum IO operations per second. */\n iopsMinimum?: number;\n /** The Bandwidth Limit for internet traffic. */\n bandwidthLimit?: number;\n /** The underlying policy. */\n policyId?: string;\n}\n\n/** The response of a VirtualMachineTemplate list operation. */\nexport interface VirtualMachineTemplateListResult {\n /** The VirtualMachineTemplate items on this page */\n value: VirtualMachineTemplate[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the resource properties. */\nexport interface VirtualMachineTemplateProperties {\n /** Gets or sets the inventory Item ID for the resource. */\n inventoryItemId?: string;\n /** Unique ID of the virtual machine template. */\n uuid?: string;\n /** ARM Id of the vmmServer resource in which this resource resides. */\n vmmServerId?: string;\n /**\n * Gets the type of the os.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OsType;\n /**\n * Gets os name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osName?: string;\n /**\n * Gets computer name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computerName?: string;\n /**\n * MemoryMB is the desired size of a virtual machine's memory, in MB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryMB?: number;\n /**\n * Gets the desired number of vCPUs for the vm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuCount?: number;\n /**\n * Gets a value indicating whether to enable processor compatibility mode for live migration of VMs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly limitCpuForMigration?: LimitCpuForMigration;\n /**\n * Gets a value indicating whether to enable dynamic memory or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dynamicMemoryEnabled?: DynamicMemoryEnabled;\n /**\n * Gets a value indicating whether the vm template is customizable or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isCustomizable?: IsCustomizable;\n /**\n * Gets the max dynamic memory for the vm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dynamicMemoryMaxMB?: number;\n /**\n * Gets the min dynamic memory for the vm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dynamicMemoryMinMB?: number;\n /**\n * Gets highly available property.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isHighlyAvailable?: IsHighlyAvailable;\n /**\n * Gets the generation for the vm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly generation?: number;\n /**\n * Gets the network interfaces of the template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkInterfaces?: NetworkInterface[];\n /**\n * Gets the disks of the template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly disks?: VirtualDisk[];\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The response of a VirtualNetwork list operation. */\nexport interface VirtualNetworkListResult {\n /** The VirtualNetwork items on this page */\n value: VirtualNetwork[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the resource properties. */\nexport interface VirtualNetworkProperties {\n /** Gets or sets the inventory Item ID for the resource. */\n inventoryItemId?: string;\n /** Unique ID of the virtual network. */\n uuid?: string;\n /** ARM Id of the vmmServer resource in which this resource resides. */\n vmmServerId?: string;\n /**\n * Name of the virtual network in vmmServer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkName?: string;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The response of a VmmServer list operation. */\nexport interface VmmServerListResult {\n /** The VmmServer items on this page */\n value: VmmServer[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the resource properties. */\nexport interface VmmServerProperties {\n /** Credentials to connect to VmmServer. */\n credentials?: VmmCredential;\n /** Fqdn is the hostname/ip of the vmmServer. */\n fqdn: string;\n /** Port is the port on which the vmmServer is listening. */\n port?: number;\n /**\n * Gets the connection status to the vmmServer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionStatus?: string;\n /**\n * Gets any error message if connection to vmmServer is having any issue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n /**\n * Unique ID of vmmServer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /**\n * Version is the version of the vmmSever.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Credentials to connect to VmmServer. */\nexport interface VmmCredential {\n /** Username to use to connect to VmmServer. */\n username?: string;\n /**\n * Password to use to connect to VmmServer.\n * This value contains a credential. Consider obscuring before showing to users\n */\n password?: string;\n}\n\n/** The type used for updating tags in AvailabilitySet resources. */\nexport interface AvailabilitySetTagsUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The type used for updating tags in Cloud resources. */\nexport interface CloudTagsUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The type used for updating tags in VirtualMachineTemplate resources. */\nexport interface VirtualMachineTemplateTagsUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The type used for updating tags in VirtualNetwork resources. */\nexport interface VirtualNetworkTagsUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The type used for updating tags in VmmServer resources. */\nexport interface VmmServerTagsUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of a InventoryItem list operation. */\nexport interface InventoryItemListResult {\n /** The InventoryItem items on this page */\n value: InventoryItem[];\n /**\n * The link to the next page of items\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Defines the resource properties. */\nexport interface InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType:\n | \"Cloud\"\n | \"VirtualMachine\"\n | \"VirtualMachineTemplate\"\n | \"VirtualNetwork\";\n /**\n * Gets the tracked resource id corresponding to the inventory resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedResourceId?: string;\n /**\n * Gets the UUID (which is assigned by Vmm) for the inventory item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uuid?: string;\n /**\n * Gets the Managed Object name in Vmm for the inventory item.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inventoryItemName?: string;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Defines the resource properties. */\nexport interface InventoryItemDetails {\n /** Gets or sets the inventory Item ID for the resource. */\n inventoryItemId?: string;\n /** Gets or sets the Managed Object name in Vmm for the resource. */\n inventoryItemName?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The Cloud inventory item. */\nexport interface CloudInventoryItem extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"Cloud\";\n}\n\n/** The Virtual machine inventory item. */\nexport interface VirtualMachineInventoryItem extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"VirtualMachine\";\n /**\n * Gets the type of the os.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OsType;\n /**\n * Gets os name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osName?: string;\n /**\n * Gets os version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osVersion?: string;\n /**\n * Gets the power state of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly powerState?: string;\n /** Gets or sets the nic ip addresses. */\n ipAddresses?: string[];\n /** Cloud inventory resource details where the VM is present. */\n cloud?: InventoryItemDetails;\n /**\n * Gets the bios guid.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly biosGuid?: string;\n /**\n * Gets the tracked resource id corresponding to the inventory resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly managedMachineResourceId?: string;\n}\n\n/** The Virtual machine template inventory item. */\nexport interface VirtualMachineTemplateInventoryItem\n extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"VirtualMachineTemplate\";\n /**\n * Gets the desired number of vCPUs for the vm.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuCount?: number;\n /**\n * MemoryMB is the desired size of a virtual machine's memory, in MB.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryMB?: number;\n /**\n * Gets the type of the os.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OsType;\n /**\n * Gets os name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osName?: string;\n}\n\n/** The Virtual network inventory item. */\nexport interface VirtualNetworkInventoryItem extends InventoryItemProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n inventoryType: \"VirtualNetwork\";\n}\n\n/** Define the virtualMachineInstance. */\nexport interface VirtualMachineInstance extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: VirtualMachineInstanceProperties;\n /** Gets or sets the extended location. */\n extendedLocation: ExtendedLocation;\n}\n\n/** Defines the GuestAgent. */\nexport interface GuestAgent extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: GuestAgentProperties;\n}\n\n/** Defines the HybridIdentityMetadata. */\nexport interface VmInstanceHybridIdentityMetadata extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: VmInstanceHybridIdentityMetadataProperties;\n}\n\n/** Defines the inventory item. */\nexport interface InventoryItem extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: InventoryItemPropertiesUnion;\n /** 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. */\n kind?: string;\n}\n\n/** The AvailabilitySets resource definition. */\nexport interface AvailabilitySet extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: AvailabilitySetProperties;\n /** The extended location. */\n extendedLocation: ExtendedLocation;\n}\n\n/** The Clouds resource definition. */\nexport interface Cloud extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: CloudProperties;\n /** The extended location. */\n extendedLocation: ExtendedLocation;\n}\n\n/** The VirtualMachineTemplates resource definition. */\nexport interface VirtualMachineTemplate extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: VirtualMachineTemplateProperties;\n /** The extended location. */\n extendedLocation: ExtendedLocation;\n}\n\n/** The VirtualNetworks resource definition. */\nexport interface VirtualNetwork extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: VirtualNetworkProperties;\n /** The extended location. */\n extendedLocation: ExtendedLocation;\n}\n\n/** The VmmServers resource definition. */\nexport interface VmmServer extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: VmmServerProperties;\n /** The extended location. */\n extendedLocation: ExtendedLocation;\n}\n\n/** Defines headers for VirtualMachineInstances_createOrUpdate operation. */\nexport interface VirtualMachineInstancesCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineInstances_update operation. */\nexport interface VirtualMachineInstancesUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineInstances_delete operation. */\nexport interface VirtualMachineInstancesDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineInstances_createCheckpoint operation. */\nexport interface VirtualMachineInstancesCreateCheckpointHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineInstances_deleteCheckpoint operation. */\nexport interface VirtualMachineInstancesDeleteCheckpointHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineInstances_restart operation. */\nexport interface VirtualMachineInstancesRestartHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineInstances_restoreCheckpoint operation. */\nexport interface VirtualMachineInstancesRestoreCheckpointHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineInstances_start operation. */\nexport interface VirtualMachineInstancesStartHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineInstances_stop operation. */\nexport interface VirtualMachineInstancesStopHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for GuestAgents_create operation. */\nexport interface GuestAgentsCreateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AvailabilitySets_createOrUpdate operation. */\nexport interface AvailabilitySetsCreateOrUpdateHeaders {\n /** A link to the status monitor */\n azureAsyncOperation?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AvailabilitySets_update operation. */\nexport interface AvailabilitySetsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AvailabilitySets_delete operation. */\nexport interface AvailabilitySetsDeleteHeaders {\n /** A link to the status monitor */\n azureAsyncOperation?: string;\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Clouds_createOrUpdate operation. */\nexport interface CloudsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Clouds_update operation. */\nexport interface CloudsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for Clouds_delete operation. */\nexport interface CloudsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineTemplates_createOrUpdate operation. */\nexport interface VirtualMachineTemplatesCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineTemplates_update operation. */\nexport interface VirtualMachineTemplatesUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualMachineTemplates_delete operation. */\nexport interface VirtualMachineTemplatesDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualNetworks_createOrUpdate operation. */\nexport interface VirtualNetworksCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualNetworks_update operation. */\nexport interface VirtualNetworksUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualNetworks_delete operation. */\nexport interface VirtualNetworksDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VmmServers_createOrUpdate operation. */\nexport interface VmmServersCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VmmServers_update operation. */\nexport interface VmmServersUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VmmServers_delete operation. */\nexport interface VmmServersDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Known values of {@link OsType} that the service accepts. */\nexport enum KnownOsType {\n /** Windows operating system. */\n Windows = \"Windows\",\n /** Linux operating system. */\n Linux = \"Linux\",\n /** Other operating system. */\n Other = \"Other\",\n}\n\n/**\n * Defines values for OsType. \\\n * {@link KnownOsType} can be used interchangeably with OsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows**: Windows operating system. \\\n * **Linux**: Linux operating system. \\\n * **Other**: Other operating system.\n */\nexport type OsType = string;\n\n/** Known values of {@link LimitCpuForMigration} that the service accepts. */\nexport enum KnownLimitCpuForMigration {\n /** Enable limit CPU for migration. */\n True = \"true\",\n /** Disable limit CPU for migration. */\n False = \"false\",\n}\n\n/**\n * Defines values for LimitCpuForMigration. \\\n * {@link KnownLimitCpuForMigration} can be used interchangeably with LimitCpuForMigration,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true**: Enable limit CPU for migration. \\\n * **false**: Disable limit CPU for migration.\n */\nexport type LimitCpuForMigration = string;\n\n/** Known values of {@link DynamicMemoryEnabled} that the service accepts. */\nexport enum KnownDynamicMemoryEnabled {\n /** Enable dynamic memory. */\n True = \"true\",\n /** Disable dynamic memory. */\n False = \"false\",\n}\n\n/**\n * Defines values for DynamicMemoryEnabled. \\\n * {@link KnownDynamicMemoryEnabled} can be used interchangeably with DynamicMemoryEnabled,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true**: Enable dynamic memory. \\\n * **false**: Disable dynamic memory.\n */\nexport type DynamicMemoryEnabled = string;\n\n/** Known values of {@link IsHighlyAvailable} that the service accepts. */\nexport enum KnownIsHighlyAvailable {\n /** Enable highly available. */\n True = \"true\",\n /** Disable highly available. */\n False = \"false\",\n}\n\n/**\n * Defines values for IsHighlyAvailable. \\\n * {@link KnownIsHighlyAvailable} can be used interchangeably with IsHighlyAvailable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true**: Enable highly available. \\\n * **false**: Disable highly available.\n */\nexport type IsHighlyAvailable = string;\n\n/** Known values of {@link AllocationMethod} that the service accepts. */\nexport enum KnownAllocationMethod {\n /** Dynamically allocated address. */\n Dynamic = \"Dynamic\",\n /** Statically allocated address. */\n Static = \"Static\",\n}\n\n/**\n * Defines values for AllocationMethod. \\\n * {@link KnownAllocationMethod} can be used interchangeably with AllocationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Dynamic**: Dynamically allocated address. \\\n * **Static**: Statically allocated address.\n */\nexport type AllocationMethod = string;\n\n/** Known values of {@link CreateDiffDisk} that the service accepts. */\nexport enum KnownCreateDiffDisk {\n /** Enable create diff disk. */\n True = \"true\",\n /** Disable create diff disk. */\n False = \"false\",\n}\n\n/**\n * Defines values for CreateDiffDisk. \\\n * {@link KnownCreateDiffDisk} can be used interchangeably with CreateDiffDisk,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true**: Enable create diff disk. \\\n * **false**: Disable create diff disk.\n */\nexport type CreateDiffDisk = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** The resource is provisioning. */\n Provisioning = \"Provisioning\",\n /** The resource is updating. */\n Updating = \"Updating\",\n /** The resource is being deleted. */\n Deleting = \"Deleting\",\n /** The resource has been accepted. */\n Accepted = \"Accepted\",\n /** The resource was created. */\n Created = \"Created\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Provisioning**: The resource is provisioning. \\\n * **Updating**: The resource is updating. \\\n * **Deleting**: The resource is being deleted. \\\n * **Accepted**: The resource has been accepted. \\\n * **Created**: The resource was created.\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ForceDelete} that the service accepts. */\nexport enum KnownForceDelete {\n /** Enable force delete. */\n True = \"true\",\n /** Disable force delete. */\n False = \"false\",\n}\n\n/**\n * Defines values for ForceDelete. \\\n * {@link KnownForceDelete} can be used interchangeably with ForceDelete,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true**: Enable force delete. \\\n * **false**: Disable force delete.\n */\nexport type ForceDelete = string;\n\n/** Known values of {@link DeleteFromHost} that the service accepts. */\nexport enum KnownDeleteFromHost {\n /** Enable delete from host. */\n True = \"true\",\n /** Disable delete from host. */\n False = \"false\",\n}\n\n/**\n * Defines values for DeleteFromHost. \\\n * {@link KnownDeleteFromHost} can be used interchangeably with DeleteFromHost,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true**: Enable delete from host. \\\n * **false**: Disable delete from host.\n */\nexport type DeleteFromHost = string;\n\n/** Known values of {@link ProvisioningAction} that the service accepts. */\nexport enum KnownProvisioningAction {\n /** Install guest agent. */\n Install = \"install\",\n /** Uninstall guest agent. */\n Uninstall = \"uninstall\",\n /** Repair guest agent. */\n Repair = \"repair\",\n}\n\n/**\n * Defines values for ProvisioningAction. \\\n * {@link KnownProvisioningAction} can be used interchangeably with ProvisioningAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **install**: Install guest agent. \\\n * **uninstall**: Uninstall guest agent. \\\n * **repair**: Repair guest agent.\n */\nexport type ProvisioningAction = string;\n\n/** Known values of {@link SkipShutdown} that the service accepts. */\nexport enum KnownSkipShutdown {\n /** Enable skip shutdown. */\n True = \"true\",\n /** Disable skip shutdown. */\n False = \"false\",\n}\n\n/**\n * Defines values for SkipShutdown. \\\n * {@link KnownSkipShutdown} can be used interchangeably with SkipShutdown,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true**: Enable skip shutdown. \\\n * **false**: Disable skip shutdown.\n */\nexport type SkipShutdown = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link IsCustomizable} that the service accepts. */\nexport enum KnownIsCustomizable {\n /** Enable customizable. */\n True = \"true\",\n /** Disable customizable. */\n False = \"false\",\n}\n\n/**\n * Defines values for IsCustomizable. \\\n * {@link KnownIsCustomizable} can be used interchangeably with IsCustomizable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true**: Enable customizable. \\\n * **false**: Disable customizable.\n */\nexport type IsCustomizable = string;\n\n/** Known values of {@link InventoryType} that the service accepts. */\nexport enum KnownInventoryType {\n /** Cloud inventory type */\n Cloud = \"Cloud\",\n /** VirtualNetwork inventory type */\n VirtualNetwork = \"VirtualNetwork\",\n /** VirtualMachine inventory type */\n VirtualMachine = \"VirtualMachine\",\n /** VirtualMachineTemplate inventory type */\n VirtualMachineTemplate = \"VirtualMachineTemplate\",\n}\n\n/**\n * Defines values for InventoryType. \\\n * {@link KnownInventoryType} can be used interchangeably with InventoryType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Cloud**: Cloud inventory type \\\n * **VirtualNetwork**: VirtualNetwork inventory type \\\n * **VirtualMachine**: VirtualMachine inventory type \\\n * **VirtualMachineTemplate**: VirtualMachineTemplate inventory type\n */\nexport type InventoryType = string;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VirtualMachineInstancesListResponse =\n VirtualMachineInstanceListResult;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachineInstancesGetResponse = VirtualMachineInstance;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualMachineInstancesCreateOrUpdateResponse =\n VirtualMachineInstance;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualMachineInstancesUpdateResponse = VirtualMachineInstance;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Forces the resource to be deleted. */\n force?: ForceDelete;\n /** Whether to disable the VM from azure and also delete it from Vmm. */\n deleteFromHost?: DeleteFromHost;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VirtualMachineInstancesDeleteResponse =\n VirtualMachineInstancesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesCreateCheckpointOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createCheckpoint operation. */\nexport type VirtualMachineInstancesCreateCheckpointResponse =\n VirtualMachineInstancesCreateCheckpointHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesDeleteCheckpointOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the deleteCheckpoint operation. */\nexport type VirtualMachineInstancesDeleteCheckpointResponse =\n VirtualMachineInstancesDeleteCheckpointHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesRestartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restart operation. */\nexport type VirtualMachineInstancesRestartResponse =\n VirtualMachineInstancesRestartHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesRestoreCheckpointOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restoreCheckpoint operation. */\nexport type VirtualMachineInstancesRestoreCheckpointResponse =\n VirtualMachineInstancesRestoreCheckpointHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type VirtualMachineInstancesStartResponse =\n VirtualMachineInstancesStartHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesStopOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stop operation. */\nexport type VirtualMachineInstancesStopResponse =\n VirtualMachineInstancesStopHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineInstancesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualMachineInstancesListNextResponse =\n VirtualMachineInstanceListResult;\n\n/** Optional parameters. */\nexport interface GuestAgentsListByVirtualMachineInstanceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualMachineInstance operation. */\nexport type GuestAgentsListByVirtualMachineInstanceResponse =\n GuestAgentListResult;\n\n/** Optional parameters. */\nexport interface GuestAgentsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GuestAgentsGetResponse = GuestAgent;\n\n/** Optional parameters. */\nexport interface GuestAgentsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type GuestAgentsCreateResponse = GuestAgent;\n\n/** Optional parameters. */\nexport interface GuestAgentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface GuestAgentsListByVirtualMachineInstanceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualMachineInstanceNext operation. */\nexport type GuestAgentsListByVirtualMachineInstanceNextResponse =\n GuestAgentListResult;\n\n/** Optional parameters. */\nexport interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualMachineInstance operation. */\nexport type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceResponse =\n VmInstanceHybridIdentityMetadataListResult;\n\n/** Optional parameters. */\nexport interface VmInstanceHybridIdentityMetadatasGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VmInstanceHybridIdentityMetadatasGetResponse =\n VmInstanceHybridIdentityMetadata;\n\n/** Optional parameters. */\nexport interface VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVirtualMachineInstanceNext operation. */\nexport type VmInstanceHybridIdentityMetadatasListByVirtualMachineInstanceNextResponse =\n VmInstanceHybridIdentityMetadataListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AvailabilitySetsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AvailabilitySetsListBySubscriptionResponse =\n AvailabilitySetListResult;\n\n/** Optional parameters. */\nexport interface AvailabilitySetsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AvailabilitySetsListByResourceGroupResponse =\n AvailabilitySetListResult;\n\n/** Optional parameters. */\nexport interface AvailabilitySetsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AvailabilitySetsGetResponse = AvailabilitySet;\n\n/** Optional parameters. */\nexport interface AvailabilitySetsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AvailabilitySetsCreateOrUpdateResponse = AvailabilitySet;\n\n/** Optional parameters. */\nexport interface AvailabilitySetsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AvailabilitySetsUpdateResponse = AvailabilitySet;\n\n/** Optional parameters. */\nexport interface AvailabilitySetsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Forces the resource to be deleted. */\n force?: ForceDelete;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type AvailabilitySetsDeleteResponse = AvailabilitySetsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface AvailabilitySetsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AvailabilitySetsListBySubscriptionNextResponse =\n AvailabilitySetListResult;\n\n/** Optional parameters. */\nexport interface AvailabilitySetsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AvailabilitySetsListByResourceGroupNextResponse =\n AvailabilitySetListResult;\n\n/** Optional parameters. */\nexport interface CloudsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type CloudsListBySubscriptionResponse = CloudListResult;\n\n/** Optional parameters. */\nexport interface CloudsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CloudsListByResourceGroupResponse = CloudListResult;\n\n/** Optional parameters. */\nexport interface CloudsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CloudsGetResponse = Cloud;\n\n/** Optional parameters. */\nexport interface CloudsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CloudsCreateOrUpdateResponse = Cloud;\n\n/** Optional parameters. */\nexport interface CloudsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type CloudsUpdateResponse = Cloud;\n\n/** Optional parameters. */\nexport interface CloudsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Forces the resource to be deleted. */\n force?: ForceDelete;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type CloudsDeleteResponse = CloudsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface CloudsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type CloudsListBySubscriptionNextResponse = CloudListResult;\n\n/** Optional parameters. */\nexport interface CloudsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CloudsListByResourceGroupNextResponse = CloudListResult;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type VirtualMachineTemplatesListBySubscriptionResponse =\n VirtualMachineTemplateListResult;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VirtualMachineTemplatesListByResourceGroupResponse =\n VirtualMachineTemplateListResult;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualMachineTemplatesCreateOrUpdateResponse =\n VirtualMachineTemplate;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Forces the resource to be deleted. */\n force?: ForceDelete;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VirtualMachineTemplatesDeleteResponse =\n VirtualMachineTemplatesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type VirtualMachineTemplatesListBySubscriptionNextResponse =\n VirtualMachineTemplateListResult;\n\n/** Optional parameters. */\nexport interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VirtualMachineTemplatesListByResourceGroupNextResponse =\n VirtualMachineTemplateListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type VirtualNetworksListBySubscriptionResponse =\n VirtualNetworkListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VirtualNetworksListByResourceGroupResponse =\n VirtualNetworkListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworksGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualNetworksGetResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualNetworksUpdateResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Forces the resource to be deleted. */\n force?: ForceDelete;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VirtualNetworksDeleteResponse = VirtualNetworksDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type VirtualNetworksListBySubscriptionNextResponse =\n VirtualNetworkListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VirtualNetworksListByResourceGroupNextResponse =\n VirtualNetworkListResult;\n\n/** Optional parameters. */\nexport interface VmmServersListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type VmmServersListBySubscriptionResponse = VmmServerListResult;\n\n/** Optional parameters. */\nexport interface VmmServersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type VmmServersListByResourceGroupResponse = VmmServerListResult;\n\n/** Optional parameters. */\nexport interface VmmServersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VmmServersGetResponse = VmmServer;\n\n/** Optional parameters. */\nexport interface VmmServersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VmmServersCreateOrUpdateResponse = VmmServer;\n\n/** Optional parameters. */\nexport interface VmmServersUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VmmServersUpdateResponse = VmmServer;\n\n/** Optional parameters. */\nexport interface VmmServersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Forces the resource to be deleted. */\n force?: ForceDelete;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VmmServersDeleteResponse = VmmServersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VmmServersListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type VmmServersListBySubscriptionNextResponse = VmmServerListResult;\n\n/** Optional parameters. */\nexport interface VmmServersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type VmmServersListByResourceGroupNextResponse = VmmServerListResult;\n\n/** Optional parameters. */\nexport interface InventoryItemsListByVmmServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVmmServer operation. */\nexport type InventoryItemsListByVmmServerResponse = InventoryItemListResult;\n\n/** Optional parameters. */\nexport interface InventoryItemsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type InventoryItemsGetResponse = InventoryItem;\n\n/** Optional parameters. */\nexport interface InventoryItemsCreateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type InventoryItemsCreateResponse = InventoryItem;\n\n/** Optional parameters. */\nexport interface InventoryItemsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface InventoryItemsListByVmmServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByVmmServerNext operation. */\nexport type InventoryItemsListByVmmServerNextResponse = InventoryItemListResult;\n\n/** Optional parameters. */\nexport interface ScVmmOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
@@ -0,0 +1,109 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const VirtualMachineInstanceListResult: coreClient.CompositeMapper;
3
+ export declare const VirtualMachineInstanceProperties: coreClient.CompositeMapper;
4
+ export declare const AvailabilitySetListItem: coreClient.CompositeMapper;
5
+ export declare const OsProfileForVmInstance: coreClient.CompositeMapper;
6
+ export declare const HardwareProfile: coreClient.CompositeMapper;
7
+ export declare const NetworkProfile: coreClient.CompositeMapper;
8
+ export declare const NetworkInterface: coreClient.CompositeMapper;
9
+ export declare const StorageProfile: coreClient.CompositeMapper;
10
+ export declare const VirtualDisk: coreClient.CompositeMapper;
11
+ export declare const StorageQosPolicyDetails: coreClient.CompositeMapper;
12
+ export declare const InfrastructureProfile: coreClient.CompositeMapper;
13
+ export declare const Checkpoint: coreClient.CompositeMapper;
14
+ export declare const ExtendedLocation: coreClient.CompositeMapper;
15
+ export declare const Resource: coreClient.CompositeMapper;
16
+ export declare const SystemData: coreClient.CompositeMapper;
17
+ export declare const ErrorResponse: coreClient.CompositeMapper;
18
+ export declare const ErrorDetail: coreClient.CompositeMapper;
19
+ export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
20
+ export declare const VirtualMachineInstanceUpdate: coreClient.CompositeMapper;
21
+ export declare const VirtualMachineInstanceUpdateProperties: coreClient.CompositeMapper;
22
+ export declare const HardwareProfileUpdate: coreClient.CompositeMapper;
23
+ export declare const NetworkProfileUpdate: coreClient.CompositeMapper;
24
+ export declare const NetworkInterfaceUpdate: coreClient.CompositeMapper;
25
+ export declare const StorageProfileUpdate: coreClient.CompositeMapper;
26
+ export declare const VirtualDiskUpdate: coreClient.CompositeMapper;
27
+ export declare const InfrastructureProfileUpdate: coreClient.CompositeMapper;
28
+ export declare const VirtualMachineCreateCheckpoint: coreClient.CompositeMapper;
29
+ export declare const VirtualMachineDeleteCheckpoint: coreClient.CompositeMapper;
30
+ export declare const GuestAgentListResult: coreClient.CompositeMapper;
31
+ export declare const GuestAgentProperties: coreClient.CompositeMapper;
32
+ export declare const GuestCredential: coreClient.CompositeMapper;
33
+ export declare const HttpProxyConfiguration: coreClient.CompositeMapper;
34
+ export declare const VmInstanceHybridIdentityMetadataListResult: coreClient.CompositeMapper;
35
+ export declare const VmInstanceHybridIdentityMetadataProperties: coreClient.CompositeMapper;
36
+ export declare const VirtualMachineRestoreCheckpoint: coreClient.CompositeMapper;
37
+ export declare const StopVirtualMachineOptions: coreClient.CompositeMapper;
38
+ export declare const OperationListResult: coreClient.CompositeMapper;
39
+ export declare const Operation: coreClient.CompositeMapper;
40
+ export declare const OperationDisplay: coreClient.CompositeMapper;
41
+ export declare const AvailabilitySetListResult: coreClient.CompositeMapper;
42
+ export declare const AvailabilitySetProperties: coreClient.CompositeMapper;
43
+ export declare const CloudListResult: coreClient.CompositeMapper;
44
+ export declare const CloudProperties: coreClient.CompositeMapper;
45
+ export declare const CloudCapacity: coreClient.CompositeMapper;
46
+ export declare const StorageQosPolicy: coreClient.CompositeMapper;
47
+ export declare const VirtualMachineTemplateListResult: coreClient.CompositeMapper;
48
+ export declare const VirtualMachineTemplateProperties: coreClient.CompositeMapper;
49
+ export declare const VirtualNetworkListResult: coreClient.CompositeMapper;
50
+ export declare const VirtualNetworkProperties: coreClient.CompositeMapper;
51
+ export declare const VmmServerListResult: coreClient.CompositeMapper;
52
+ export declare const VmmServerProperties: coreClient.CompositeMapper;
53
+ export declare const VmmCredential: coreClient.CompositeMapper;
54
+ export declare const AvailabilitySetTagsUpdate: coreClient.CompositeMapper;
55
+ export declare const CloudTagsUpdate: coreClient.CompositeMapper;
56
+ export declare const VirtualMachineTemplateTagsUpdate: coreClient.CompositeMapper;
57
+ export declare const VirtualNetworkTagsUpdate: coreClient.CompositeMapper;
58
+ export declare const VmmServerTagsUpdate: coreClient.CompositeMapper;
59
+ export declare const InventoryItemListResult: coreClient.CompositeMapper;
60
+ export declare const InventoryItemProperties: coreClient.CompositeMapper;
61
+ export declare const InventoryItemDetails: coreClient.CompositeMapper;
62
+ export declare const ProxyResource: coreClient.CompositeMapper;
63
+ export declare const TrackedResource: coreClient.CompositeMapper;
64
+ export declare const CloudInventoryItem: coreClient.CompositeMapper;
65
+ export declare const VirtualMachineInventoryItem: coreClient.CompositeMapper;
66
+ export declare const VirtualMachineTemplateInventoryItem: coreClient.CompositeMapper;
67
+ export declare const VirtualNetworkInventoryItem: coreClient.CompositeMapper;
68
+ export declare const VirtualMachineInstance: coreClient.CompositeMapper;
69
+ export declare const GuestAgent: coreClient.CompositeMapper;
70
+ export declare const VmInstanceHybridIdentityMetadata: coreClient.CompositeMapper;
71
+ export declare const InventoryItem: coreClient.CompositeMapper;
72
+ export declare const AvailabilitySet: coreClient.CompositeMapper;
73
+ export declare const Cloud: coreClient.CompositeMapper;
74
+ export declare const VirtualMachineTemplate: coreClient.CompositeMapper;
75
+ export declare const VirtualNetwork: coreClient.CompositeMapper;
76
+ export declare const VmmServer: coreClient.CompositeMapper;
77
+ export declare const VirtualMachineInstancesCreateOrUpdateHeaders: coreClient.CompositeMapper;
78
+ export declare const VirtualMachineInstancesUpdateHeaders: coreClient.CompositeMapper;
79
+ export declare const VirtualMachineInstancesDeleteHeaders: coreClient.CompositeMapper;
80
+ export declare const VirtualMachineInstancesCreateCheckpointHeaders: coreClient.CompositeMapper;
81
+ export declare const VirtualMachineInstancesDeleteCheckpointHeaders: coreClient.CompositeMapper;
82
+ export declare const VirtualMachineInstancesRestartHeaders: coreClient.CompositeMapper;
83
+ export declare const VirtualMachineInstancesRestoreCheckpointHeaders: coreClient.CompositeMapper;
84
+ export declare const VirtualMachineInstancesStartHeaders: coreClient.CompositeMapper;
85
+ export declare const VirtualMachineInstancesStopHeaders: coreClient.CompositeMapper;
86
+ export declare const GuestAgentsCreateHeaders: coreClient.CompositeMapper;
87
+ export declare const AvailabilitySetsCreateOrUpdateHeaders: coreClient.CompositeMapper;
88
+ export declare const AvailabilitySetsUpdateHeaders: coreClient.CompositeMapper;
89
+ export declare const AvailabilitySetsDeleteHeaders: coreClient.CompositeMapper;
90
+ export declare const CloudsCreateOrUpdateHeaders: coreClient.CompositeMapper;
91
+ export declare const CloudsUpdateHeaders: coreClient.CompositeMapper;
92
+ export declare const CloudsDeleteHeaders: coreClient.CompositeMapper;
93
+ export declare const VirtualMachineTemplatesCreateOrUpdateHeaders: coreClient.CompositeMapper;
94
+ export declare const VirtualMachineTemplatesUpdateHeaders: coreClient.CompositeMapper;
95
+ export declare const VirtualMachineTemplatesDeleteHeaders: coreClient.CompositeMapper;
96
+ export declare const VirtualNetworksCreateOrUpdateHeaders: coreClient.CompositeMapper;
97
+ export declare const VirtualNetworksUpdateHeaders: coreClient.CompositeMapper;
98
+ export declare const VirtualNetworksDeleteHeaders: coreClient.CompositeMapper;
99
+ export declare const VmmServersCreateOrUpdateHeaders: coreClient.CompositeMapper;
100
+ export declare const VmmServersUpdateHeaders: coreClient.CompositeMapper;
101
+ export declare const VmmServersDeleteHeaders: coreClient.CompositeMapper;
102
+ export declare let discriminators: {
103
+ InventoryItemProperties: coreClient.CompositeMapper;
104
+ "InventoryItemProperties.Cloud": coreClient.CompositeMapper;
105
+ "InventoryItemProperties.VirtualMachine": coreClient.CompositeMapper;
106
+ "InventoryItemProperties.VirtualMachineTemplate": coreClient.CompositeMapper;
107
+ "InventoryItemProperties.VirtualNetwork": coreClient.CompositeMapper;
108
+ };
109
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}