@azure/arm-networkcloud 1.2.0 → 1.3.0-alpha.20251119.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 (773) hide show
  1. package/README.md +1 -1
  2. package/dist/browser/index.d.ts.map +1 -1
  3. package/dist/browser/index.js +4 -7
  4. package/dist/browser/index.js.map +1 -1
  5. package/dist/browser/lroImpl.d.ts +1 -1
  6. package/dist/browser/lroImpl.d.ts.map +1 -1
  7. package/dist/browser/lroImpl.js +9 -10
  8. package/dist/browser/lroImpl.js.map +1 -1
  9. package/dist/browser/models/index.d.ts +537 -12
  10. package/dist/browser/models/index.d.ts.map +1 -1
  11. package/dist/browser/models/index.js +80 -7
  12. package/dist/browser/models/index.js.map +1 -1
  13. package/dist/browser/models/mappers.d.ts +14 -1
  14. package/dist/browser/models/mappers.d.ts.map +1 -1
  15. package/dist/browser/models/mappers.js +1184 -329
  16. package/dist/browser/models/mappers.js.map +1 -1
  17. package/dist/browser/models/parameters.d.ts +6 -1
  18. package/dist/browser/models/parameters.d.ts.map +1 -1
  19. package/dist/browser/models/parameters.js +35 -13
  20. package/dist/browser/models/parameters.js.map +1 -1
  21. package/dist/browser/networkCloud.d.ts +3 -3
  22. package/dist/browser/networkCloud.d.ts.map +1 -1
  23. package/dist/browser/networkCloud.js +39 -16
  24. package/dist/browser/networkCloud.js.map +1 -1
  25. package/dist/browser/operations/agentPools.d.ts +5 -5
  26. package/dist/browser/operations/agentPools.d.ts.map +1 -1
  27. package/dist/browser/operations/agentPools.js +61 -72
  28. package/dist/browser/operations/agentPools.js.map +1 -1
  29. package/dist/browser/operations/bareMetalMachineKeySets.d.ts +5 -5
  30. package/dist/browser/operations/bareMetalMachineKeySets.d.ts.map +1 -1
  31. package/dist/browser/operations/bareMetalMachineKeySets.js +61 -72
  32. package/dist/browser/operations/bareMetalMachineKeySets.js.map +1 -1
  33. package/dist/browser/operations/bareMetalMachines.d.ts +25 -5
  34. package/dist/browser/operations/bareMetalMachines.d.ts.map +1 -1
  35. package/dist/browser/operations/bareMetalMachines.js +296 -182
  36. package/dist/browser/operations/bareMetalMachines.js.map +1 -1
  37. package/dist/browser/operations/bmcKeySets.d.ts +5 -5
  38. package/dist/browser/operations/bmcKeySets.d.ts.map +1 -1
  39. package/dist/browser/operations/bmcKeySets.js +61 -72
  40. package/dist/browser/operations/bmcKeySets.js.map +1 -1
  41. package/dist/browser/operations/cloudServicesNetworks.d.ts +5 -5
  42. package/dist/browser/operations/cloudServicesNetworks.d.ts.map +1 -1
  43. package/dist/browser/operations/cloudServicesNetworks.js +86 -122
  44. package/dist/browser/operations/cloudServicesNetworks.js.map +1 -1
  45. package/dist/browser/operations/clusterManagers.d.ts +5 -5
  46. package/dist/browser/operations/clusterManagers.d.ts.map +1 -1
  47. package/dist/browser/operations/clusterManagers.js +75 -116
  48. package/dist/browser/operations/clusterManagers.js.map +1 -1
  49. package/dist/browser/operations/clusters.d.ts +5 -5
  50. package/dist/browser/operations/clusters.d.ts.map +1 -1
  51. package/dist/browser/operations/clusters.js +130 -146
  52. package/dist/browser/operations/clusters.js.map +1 -1
  53. package/dist/browser/operations/consoles.d.ts +5 -5
  54. package/dist/browser/operations/consoles.d.ts.map +1 -1
  55. package/dist/browser/operations/consoles.js +61 -72
  56. package/dist/browser/operations/consoles.js.map +1 -1
  57. package/dist/browser/operations/index.d.ts.map +1 -1
  58. package/dist/browser/operations/index.js +4 -7
  59. package/dist/browser/operations/index.js.map +1 -1
  60. package/dist/browser/operations/kubernetesClusterFeatures.d.ts +5 -5
  61. package/dist/browser/operations/kubernetesClusterFeatures.d.ts.map +1 -1
  62. package/dist/browser/operations/kubernetesClusterFeatures.js +61 -72
  63. package/dist/browser/operations/kubernetesClusterFeatures.js.map +1 -1
  64. package/dist/browser/operations/kubernetesClusters.d.ts +5 -5
  65. package/dist/browser/operations/kubernetesClusters.d.ts.map +1 -1
  66. package/dist/browser/operations/kubernetesClusters.js +97 -128
  67. package/dist/browser/operations/kubernetesClusters.js.map +1 -1
  68. package/dist/browser/operations/l2Networks.d.ts +5 -5
  69. package/dist/browser/operations/l2Networks.d.ts.map +1 -1
  70. package/dist/browser/operations/l2Networks.js +75 -116
  71. package/dist/browser/operations/l2Networks.js.map +1 -1
  72. package/dist/browser/operations/l3Networks.d.ts +5 -5
  73. package/dist/browser/operations/l3Networks.d.ts.map +1 -1
  74. package/dist/browser/operations/l3Networks.js +75 -116
  75. package/dist/browser/operations/l3Networks.js.map +1 -1
  76. package/dist/browser/operations/metricsConfigurations.d.ts +5 -5
  77. package/dist/browser/operations/metricsConfigurations.d.ts.map +1 -1
  78. package/dist/browser/operations/metricsConfigurations.js +61 -72
  79. package/dist/browser/operations/metricsConfigurations.js.map +1 -1
  80. package/dist/browser/operations/operations.d.ts +4 -4
  81. package/dist/browser/operations/operations.d.ts.map +1 -1
  82. package/dist/browser/operations/operations.js +25 -47
  83. package/dist/browser/operations/operations.js.map +1 -1
  84. package/dist/browser/operations/rackSkus.d.ts +4 -4
  85. package/dist/browser/operations/rackSkus.d.ts.map +1 -1
  86. package/dist/browser/operations/rackSkus.js +27 -57
  87. package/dist/browser/operations/rackSkus.js.map +1 -1
  88. package/dist/browser/operations/racks.d.ts +5 -5
  89. package/dist/browser/operations/racks.d.ts.map +1 -1
  90. package/dist/browser/operations/racks.js +86 -122
  91. package/dist/browser/operations/racks.js.map +1 -1
  92. package/dist/browser/operations/storageAppliances.d.ts +21 -5
  93. package/dist/browser/operations/storageAppliances.d.ts.map +1 -1
  94. package/dist/browser/operations/storageAppliances.js +204 -134
  95. package/dist/browser/operations/storageAppliances.js.map +1 -1
  96. package/dist/browser/operations/trunkedNetworks.d.ts +5 -5
  97. package/dist/browser/operations/trunkedNetworks.d.ts.map +1 -1
  98. package/dist/browser/operations/trunkedNetworks.js +75 -116
  99. package/dist/browser/operations/trunkedNetworks.js.map +1 -1
  100. package/dist/browser/operations/virtualMachines.d.ts +21 -5
  101. package/dist/browser/operations/virtualMachines.d.ts.map +1 -1
  102. package/dist/browser/operations/virtualMachines.js +221 -146
  103. package/dist/browser/operations/virtualMachines.js.map +1 -1
  104. package/dist/browser/operations/volumes.d.ts +5 -5
  105. package/dist/browser/operations/volumes.d.ts.map +1 -1
  106. package/dist/browser/operations/volumes.js +75 -116
  107. package/dist/browser/operations/volumes.js.map +1 -1
  108. package/dist/browser/operationsInterfaces/agentPools.d.ts +3 -3
  109. package/dist/browser/operationsInterfaces/agentPools.d.ts.map +1 -1
  110. package/dist/browser/operationsInterfaces/agentPools.js +2 -7
  111. package/dist/browser/operationsInterfaces/agentPools.js.map +1 -1
  112. package/dist/browser/operationsInterfaces/bareMetalMachineKeySets.d.ts +3 -3
  113. package/dist/browser/operationsInterfaces/bareMetalMachineKeySets.d.ts.map +1 -1
  114. package/dist/browser/operationsInterfaces/bareMetalMachineKeySets.js +2 -7
  115. package/dist/browser/operationsInterfaces/bareMetalMachineKeySets.js.map +1 -1
  116. package/dist/browser/operationsInterfaces/bareMetalMachines.d.ts +23 -3
  117. package/dist/browser/operationsInterfaces/bareMetalMachines.d.ts.map +1 -1
  118. package/dist/browser/operationsInterfaces/bareMetalMachines.js +2 -7
  119. package/dist/browser/operationsInterfaces/bareMetalMachines.js.map +1 -1
  120. package/dist/browser/operationsInterfaces/bmcKeySets.d.ts +3 -3
  121. package/dist/browser/operationsInterfaces/bmcKeySets.d.ts.map +1 -1
  122. package/dist/browser/operationsInterfaces/bmcKeySets.js +2 -7
  123. package/dist/browser/operationsInterfaces/bmcKeySets.js.map +1 -1
  124. package/dist/browser/operationsInterfaces/cloudServicesNetworks.d.ts +3 -3
  125. package/dist/browser/operationsInterfaces/cloudServicesNetworks.d.ts.map +1 -1
  126. package/dist/browser/operationsInterfaces/cloudServicesNetworks.js +2 -7
  127. package/dist/browser/operationsInterfaces/cloudServicesNetworks.js.map +1 -1
  128. package/dist/browser/operationsInterfaces/clusterManagers.d.ts +3 -3
  129. package/dist/browser/operationsInterfaces/clusterManagers.d.ts.map +1 -1
  130. package/dist/browser/operationsInterfaces/clusterManagers.js +2 -7
  131. package/dist/browser/operationsInterfaces/clusterManagers.js.map +1 -1
  132. package/dist/browser/operationsInterfaces/clusters.d.ts +3 -3
  133. package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -1
  134. package/dist/browser/operationsInterfaces/clusters.js +2 -7
  135. package/dist/browser/operationsInterfaces/clusters.js.map +1 -1
  136. package/dist/browser/operationsInterfaces/consoles.d.ts +3 -3
  137. package/dist/browser/operationsInterfaces/consoles.d.ts.map +1 -1
  138. package/dist/browser/operationsInterfaces/consoles.js +2 -7
  139. package/dist/browser/operationsInterfaces/consoles.js.map +1 -1
  140. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  141. package/dist/browser/operationsInterfaces/index.js +4 -7
  142. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  143. package/dist/browser/operationsInterfaces/kubernetesClusterFeatures.d.ts +3 -3
  144. package/dist/browser/operationsInterfaces/kubernetesClusterFeatures.d.ts.map +1 -1
  145. package/dist/browser/operationsInterfaces/kubernetesClusterFeatures.js +2 -7
  146. package/dist/browser/operationsInterfaces/kubernetesClusterFeatures.js.map +1 -1
  147. package/dist/browser/operationsInterfaces/kubernetesClusters.d.ts +3 -3
  148. package/dist/browser/operationsInterfaces/kubernetesClusters.d.ts.map +1 -1
  149. package/dist/browser/operationsInterfaces/kubernetesClusters.js +2 -7
  150. package/dist/browser/operationsInterfaces/kubernetesClusters.js.map +1 -1
  151. package/dist/browser/operationsInterfaces/l2Networks.d.ts +3 -3
  152. package/dist/browser/operationsInterfaces/l2Networks.d.ts.map +1 -1
  153. package/dist/browser/operationsInterfaces/l2Networks.js +2 -7
  154. package/dist/browser/operationsInterfaces/l2Networks.js.map +1 -1
  155. package/dist/browser/operationsInterfaces/l3Networks.d.ts +3 -3
  156. package/dist/browser/operationsInterfaces/l3Networks.d.ts.map +1 -1
  157. package/dist/browser/operationsInterfaces/l3Networks.js +2 -7
  158. package/dist/browser/operationsInterfaces/l3Networks.js.map +1 -1
  159. package/dist/browser/operationsInterfaces/metricsConfigurations.d.ts +3 -3
  160. package/dist/browser/operationsInterfaces/metricsConfigurations.d.ts.map +1 -1
  161. package/dist/browser/operationsInterfaces/metricsConfigurations.js +2 -7
  162. package/dist/browser/operationsInterfaces/metricsConfigurations.js.map +1 -1
  163. package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
  164. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  165. package/dist/browser/operationsInterfaces/operations.js +2 -7
  166. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  167. package/dist/browser/operationsInterfaces/rackSkus.d.ts +2 -2
  168. package/dist/browser/operationsInterfaces/rackSkus.d.ts.map +1 -1
  169. package/dist/browser/operationsInterfaces/rackSkus.js +2 -7
  170. package/dist/browser/operationsInterfaces/rackSkus.js.map +1 -1
  171. package/dist/browser/operationsInterfaces/racks.d.ts +3 -3
  172. package/dist/browser/operationsInterfaces/racks.d.ts.map +1 -1
  173. package/dist/browser/operationsInterfaces/racks.js +2 -7
  174. package/dist/browser/operationsInterfaces/racks.js.map +1 -1
  175. package/dist/browser/operationsInterfaces/storageAppliances.d.ts +19 -3
  176. package/dist/browser/operationsInterfaces/storageAppliances.d.ts.map +1 -1
  177. package/dist/browser/operationsInterfaces/storageAppliances.js +2 -7
  178. package/dist/browser/operationsInterfaces/storageAppliances.js.map +1 -1
  179. package/dist/browser/operationsInterfaces/trunkedNetworks.d.ts +3 -3
  180. package/dist/browser/operationsInterfaces/trunkedNetworks.d.ts.map +1 -1
  181. package/dist/browser/operationsInterfaces/trunkedNetworks.js +2 -7
  182. package/dist/browser/operationsInterfaces/trunkedNetworks.js.map +1 -1
  183. package/dist/browser/operationsInterfaces/virtualMachines.d.ts +19 -3
  184. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -1
  185. package/dist/browser/operationsInterfaces/virtualMachines.js +2 -7
  186. package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -1
  187. package/dist/browser/operationsInterfaces/volumes.d.ts +3 -3
  188. package/dist/browser/operationsInterfaces/volumes.d.ts.map +1 -1
  189. package/dist/browser/operationsInterfaces/volumes.js +2 -7
  190. package/dist/browser/operationsInterfaces/volumes.js.map +1 -1
  191. package/dist/browser/pagingHelper.d.ts.map +1 -1
  192. package/dist/browser/pagingHelper.js +4 -11
  193. package/dist/browser/pagingHelper.js.map +1 -1
  194. package/dist/commonjs/index.d.ts.map +1 -1
  195. package/dist/commonjs/index.js +4 -7
  196. package/dist/commonjs/index.js.map +1 -1
  197. package/dist/commonjs/lroImpl.d.ts +1 -1
  198. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  199. package/dist/commonjs/lroImpl.js +9 -10
  200. package/dist/commonjs/lroImpl.js.map +1 -1
  201. package/dist/commonjs/models/index.d.ts +537 -12
  202. package/dist/commonjs/models/index.d.ts.map +1 -1
  203. package/dist/commonjs/models/index.js +83 -10
  204. package/dist/commonjs/models/index.js.map +1 -1
  205. package/dist/commonjs/models/mappers.d.ts +14 -1
  206. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  207. package/dist/commonjs/models/mappers.js +1189 -334
  208. package/dist/commonjs/models/mappers.js.map +1 -1
  209. package/dist/commonjs/models/parameters.d.ts +6 -1
  210. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  211. package/dist/commonjs/models/parameters.js +36 -14
  212. package/dist/commonjs/models/parameters.js.map +1 -1
  213. package/dist/commonjs/networkCloud.d.ts +3 -3
  214. package/dist/commonjs/networkCloud.d.ts.map +1 -1
  215. package/dist/commonjs/networkCloud.js +39 -16
  216. package/dist/commonjs/networkCloud.js.map +1 -1
  217. package/dist/commonjs/operations/agentPools.d.ts +5 -5
  218. package/dist/commonjs/operations/agentPools.d.ts.map +1 -1
  219. package/dist/commonjs/operations/agentPools.js +60 -70
  220. package/dist/commonjs/operations/agentPools.js.map +1 -1
  221. package/dist/commonjs/operations/bareMetalMachineKeySets.d.ts +5 -5
  222. package/dist/commonjs/operations/bareMetalMachineKeySets.d.ts.map +1 -1
  223. package/dist/commonjs/operations/bareMetalMachineKeySets.js +60 -70
  224. package/dist/commonjs/operations/bareMetalMachineKeySets.js.map +1 -1
  225. package/dist/commonjs/operations/bareMetalMachines.d.ts +25 -5
  226. package/dist/commonjs/operations/bareMetalMachines.d.ts.map +1 -1
  227. package/dist/commonjs/operations/bareMetalMachines.js +295 -180
  228. package/dist/commonjs/operations/bareMetalMachines.js.map +1 -1
  229. package/dist/commonjs/operations/bmcKeySets.d.ts +5 -5
  230. package/dist/commonjs/operations/bmcKeySets.d.ts.map +1 -1
  231. package/dist/commonjs/operations/bmcKeySets.js +60 -70
  232. package/dist/commonjs/operations/bmcKeySets.js.map +1 -1
  233. package/dist/commonjs/operations/cloudServicesNetworks.d.ts +5 -5
  234. package/dist/commonjs/operations/cloudServicesNetworks.d.ts.map +1 -1
  235. package/dist/commonjs/operations/cloudServicesNetworks.js +85 -120
  236. package/dist/commonjs/operations/cloudServicesNetworks.js.map +1 -1
  237. package/dist/commonjs/operations/clusterManagers.d.ts +5 -5
  238. package/dist/commonjs/operations/clusterManagers.d.ts.map +1 -1
  239. package/dist/commonjs/operations/clusterManagers.js +74 -114
  240. package/dist/commonjs/operations/clusterManagers.js.map +1 -1
  241. package/dist/commonjs/operations/clusters.d.ts +5 -5
  242. package/dist/commonjs/operations/clusters.d.ts.map +1 -1
  243. package/dist/commonjs/operations/clusters.js +129 -144
  244. package/dist/commonjs/operations/clusters.js.map +1 -1
  245. package/dist/commonjs/operations/consoles.d.ts +5 -5
  246. package/dist/commonjs/operations/consoles.d.ts.map +1 -1
  247. package/dist/commonjs/operations/consoles.js +60 -70
  248. package/dist/commonjs/operations/consoles.js.map +1 -1
  249. package/dist/commonjs/operations/index.d.ts.map +1 -1
  250. package/dist/commonjs/operations/index.js +4 -7
  251. package/dist/commonjs/operations/index.js.map +1 -1
  252. package/dist/commonjs/operations/kubernetesClusterFeatures.d.ts +5 -5
  253. package/dist/commonjs/operations/kubernetesClusterFeatures.d.ts.map +1 -1
  254. package/dist/commonjs/operations/kubernetesClusterFeatures.js +60 -70
  255. package/dist/commonjs/operations/kubernetesClusterFeatures.js.map +1 -1
  256. package/dist/commonjs/operations/kubernetesClusters.d.ts +5 -5
  257. package/dist/commonjs/operations/kubernetesClusters.d.ts.map +1 -1
  258. package/dist/commonjs/operations/kubernetesClusters.js +96 -126
  259. package/dist/commonjs/operations/kubernetesClusters.js.map +1 -1
  260. package/dist/commonjs/operations/l2Networks.d.ts +5 -5
  261. package/dist/commonjs/operations/l2Networks.d.ts.map +1 -1
  262. package/dist/commonjs/operations/l2Networks.js +74 -114
  263. package/dist/commonjs/operations/l2Networks.js.map +1 -1
  264. package/dist/commonjs/operations/l3Networks.d.ts +5 -5
  265. package/dist/commonjs/operations/l3Networks.d.ts.map +1 -1
  266. package/dist/commonjs/operations/l3Networks.js +74 -114
  267. package/dist/commonjs/operations/l3Networks.js.map +1 -1
  268. package/dist/commonjs/operations/metricsConfigurations.d.ts +5 -5
  269. package/dist/commonjs/operations/metricsConfigurations.d.ts.map +1 -1
  270. package/dist/commonjs/operations/metricsConfigurations.js +60 -70
  271. package/dist/commonjs/operations/metricsConfigurations.js.map +1 -1
  272. package/dist/commonjs/operations/operations.d.ts +4 -4
  273. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  274. package/dist/commonjs/operations/operations.js +25 -46
  275. package/dist/commonjs/operations/operations.js.map +1 -1
  276. package/dist/commonjs/operations/rackSkus.d.ts +4 -4
  277. package/dist/commonjs/operations/rackSkus.d.ts.map +1 -1
  278. package/dist/commonjs/operations/rackSkus.js +27 -56
  279. package/dist/commonjs/operations/rackSkus.js.map +1 -1
  280. package/dist/commonjs/operations/racks.d.ts +5 -5
  281. package/dist/commonjs/operations/racks.d.ts.map +1 -1
  282. package/dist/commonjs/operations/racks.js +85 -120
  283. package/dist/commonjs/operations/racks.js.map +1 -1
  284. package/dist/commonjs/operations/storageAppliances.d.ts +21 -5
  285. package/dist/commonjs/operations/storageAppliances.d.ts.map +1 -1
  286. package/dist/commonjs/operations/storageAppliances.js +203 -132
  287. package/dist/commonjs/operations/storageAppliances.js.map +1 -1
  288. package/dist/commonjs/operations/trunkedNetworks.d.ts +5 -5
  289. package/dist/commonjs/operations/trunkedNetworks.d.ts.map +1 -1
  290. package/dist/commonjs/operations/trunkedNetworks.js +74 -114
  291. package/dist/commonjs/operations/trunkedNetworks.js.map +1 -1
  292. package/dist/commonjs/operations/virtualMachines.d.ts +21 -5
  293. package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -1
  294. package/dist/commonjs/operations/virtualMachines.js +220 -144
  295. package/dist/commonjs/operations/virtualMachines.js.map +1 -1
  296. package/dist/commonjs/operations/volumes.d.ts +5 -5
  297. package/dist/commonjs/operations/volumes.d.ts.map +1 -1
  298. package/dist/commonjs/operations/volumes.js +74 -114
  299. package/dist/commonjs/operations/volumes.js.map +1 -1
  300. package/dist/commonjs/operationsInterfaces/agentPools.d.ts +3 -3
  301. package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +1 -1
  302. package/dist/commonjs/operationsInterfaces/agentPools.js +2 -7
  303. package/dist/commonjs/operationsInterfaces/agentPools.js.map +1 -1
  304. package/dist/commonjs/operationsInterfaces/bareMetalMachineKeySets.d.ts +3 -3
  305. package/dist/commonjs/operationsInterfaces/bareMetalMachineKeySets.d.ts.map +1 -1
  306. package/dist/commonjs/operationsInterfaces/bareMetalMachineKeySets.js +2 -7
  307. package/dist/commonjs/operationsInterfaces/bareMetalMachineKeySets.js.map +1 -1
  308. package/dist/commonjs/operationsInterfaces/bareMetalMachines.d.ts +23 -3
  309. package/dist/commonjs/operationsInterfaces/bareMetalMachines.d.ts.map +1 -1
  310. package/dist/commonjs/operationsInterfaces/bareMetalMachines.js +2 -7
  311. package/dist/commonjs/operationsInterfaces/bareMetalMachines.js.map +1 -1
  312. package/dist/commonjs/operationsInterfaces/bmcKeySets.d.ts +3 -3
  313. package/dist/commonjs/operationsInterfaces/bmcKeySets.d.ts.map +1 -1
  314. package/dist/commonjs/operationsInterfaces/bmcKeySets.js +2 -7
  315. package/dist/commonjs/operationsInterfaces/bmcKeySets.js.map +1 -1
  316. package/dist/commonjs/operationsInterfaces/cloudServicesNetworks.d.ts +3 -3
  317. package/dist/commonjs/operationsInterfaces/cloudServicesNetworks.d.ts.map +1 -1
  318. package/dist/commonjs/operationsInterfaces/cloudServicesNetworks.js +2 -7
  319. package/dist/commonjs/operationsInterfaces/cloudServicesNetworks.js.map +1 -1
  320. package/dist/commonjs/operationsInterfaces/clusterManagers.d.ts +3 -3
  321. package/dist/commonjs/operationsInterfaces/clusterManagers.d.ts.map +1 -1
  322. package/dist/commonjs/operationsInterfaces/clusterManagers.js +2 -7
  323. package/dist/commonjs/operationsInterfaces/clusterManagers.js.map +1 -1
  324. package/dist/commonjs/operationsInterfaces/clusters.d.ts +3 -3
  325. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -1
  326. package/dist/commonjs/operationsInterfaces/clusters.js +2 -7
  327. package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -1
  328. package/dist/commonjs/operationsInterfaces/consoles.d.ts +3 -3
  329. package/dist/commonjs/operationsInterfaces/consoles.d.ts.map +1 -1
  330. package/dist/commonjs/operationsInterfaces/consoles.js +2 -7
  331. package/dist/commonjs/operationsInterfaces/consoles.js.map +1 -1
  332. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  333. package/dist/commonjs/operationsInterfaces/index.js +4 -7
  334. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  335. package/dist/commonjs/operationsInterfaces/kubernetesClusterFeatures.d.ts +3 -3
  336. package/dist/commonjs/operationsInterfaces/kubernetesClusterFeatures.d.ts.map +1 -1
  337. package/dist/commonjs/operationsInterfaces/kubernetesClusterFeatures.js +2 -7
  338. package/dist/commonjs/operationsInterfaces/kubernetesClusterFeatures.js.map +1 -1
  339. package/dist/commonjs/operationsInterfaces/kubernetesClusters.d.ts +3 -3
  340. package/dist/commonjs/operationsInterfaces/kubernetesClusters.d.ts.map +1 -1
  341. package/dist/commonjs/operationsInterfaces/kubernetesClusters.js +2 -7
  342. package/dist/commonjs/operationsInterfaces/kubernetesClusters.js.map +1 -1
  343. package/dist/commonjs/operationsInterfaces/l2Networks.d.ts +3 -3
  344. package/dist/commonjs/operationsInterfaces/l2Networks.d.ts.map +1 -1
  345. package/dist/commonjs/operationsInterfaces/l2Networks.js +2 -7
  346. package/dist/commonjs/operationsInterfaces/l2Networks.js.map +1 -1
  347. package/dist/commonjs/operationsInterfaces/l3Networks.d.ts +3 -3
  348. package/dist/commonjs/operationsInterfaces/l3Networks.d.ts.map +1 -1
  349. package/dist/commonjs/operationsInterfaces/l3Networks.js +2 -7
  350. package/dist/commonjs/operationsInterfaces/l3Networks.js.map +1 -1
  351. package/dist/commonjs/operationsInterfaces/metricsConfigurations.d.ts +3 -3
  352. package/dist/commonjs/operationsInterfaces/metricsConfigurations.d.ts.map +1 -1
  353. package/dist/commonjs/operationsInterfaces/metricsConfigurations.js +2 -7
  354. package/dist/commonjs/operationsInterfaces/metricsConfigurations.js.map +1 -1
  355. package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
  356. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  357. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  358. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  359. package/dist/commonjs/operationsInterfaces/rackSkus.d.ts +2 -2
  360. package/dist/commonjs/operationsInterfaces/rackSkus.d.ts.map +1 -1
  361. package/dist/commonjs/operationsInterfaces/rackSkus.js +2 -7
  362. package/dist/commonjs/operationsInterfaces/rackSkus.js.map +1 -1
  363. package/dist/commonjs/operationsInterfaces/racks.d.ts +3 -3
  364. package/dist/commonjs/operationsInterfaces/racks.d.ts.map +1 -1
  365. package/dist/commonjs/operationsInterfaces/racks.js +2 -7
  366. package/dist/commonjs/operationsInterfaces/racks.js.map +1 -1
  367. package/dist/commonjs/operationsInterfaces/storageAppliances.d.ts +19 -3
  368. package/dist/commonjs/operationsInterfaces/storageAppliances.d.ts.map +1 -1
  369. package/dist/commonjs/operationsInterfaces/storageAppliances.js +2 -7
  370. package/dist/commonjs/operationsInterfaces/storageAppliances.js.map +1 -1
  371. package/dist/commonjs/operationsInterfaces/trunkedNetworks.d.ts +3 -3
  372. package/dist/commonjs/operationsInterfaces/trunkedNetworks.d.ts.map +1 -1
  373. package/dist/commonjs/operationsInterfaces/trunkedNetworks.js +2 -7
  374. package/dist/commonjs/operationsInterfaces/trunkedNetworks.js.map +1 -1
  375. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +19 -3
  376. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -1
  377. package/dist/commonjs/operationsInterfaces/virtualMachines.js +2 -7
  378. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -1
  379. package/dist/commonjs/operationsInterfaces/volumes.d.ts +3 -3
  380. package/dist/commonjs/operationsInterfaces/volumes.d.ts.map +1 -1
  381. package/dist/commonjs/operationsInterfaces/volumes.js +2 -7
  382. package/dist/commonjs/operationsInterfaces/volumes.js.map +1 -1
  383. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  384. package/dist/commonjs/pagingHelper.js +4 -11
  385. package/dist/commonjs/pagingHelper.js.map +1 -1
  386. package/dist/commonjs/tsdoc-metadata.json +11 -11
  387. package/dist/esm/index.d.ts.map +1 -1
  388. package/dist/esm/index.js +4 -7
  389. package/dist/esm/index.js.map +1 -1
  390. package/dist/esm/lroImpl.d.ts +1 -1
  391. package/dist/esm/lroImpl.d.ts.map +1 -1
  392. package/dist/esm/lroImpl.js +9 -10
  393. package/dist/esm/lroImpl.js.map +1 -1
  394. package/dist/esm/models/index.d.ts +537 -12
  395. package/dist/esm/models/index.d.ts.map +1 -1
  396. package/dist/esm/models/index.js +80 -7
  397. package/dist/esm/models/index.js.map +1 -1
  398. package/dist/esm/models/mappers.d.ts +14 -1
  399. package/dist/esm/models/mappers.d.ts.map +1 -1
  400. package/dist/esm/models/mappers.js +1184 -329
  401. package/dist/esm/models/mappers.js.map +1 -1
  402. package/dist/esm/models/parameters.d.ts +6 -1
  403. package/dist/esm/models/parameters.d.ts.map +1 -1
  404. package/dist/esm/models/parameters.js +35 -13
  405. package/dist/esm/models/parameters.js.map +1 -1
  406. package/dist/esm/networkCloud.d.ts +3 -3
  407. package/dist/esm/networkCloud.d.ts.map +1 -1
  408. package/dist/esm/networkCloud.js +39 -16
  409. package/dist/esm/networkCloud.js.map +1 -1
  410. package/dist/esm/operations/agentPools.d.ts +5 -5
  411. package/dist/esm/operations/agentPools.d.ts.map +1 -1
  412. package/dist/esm/operations/agentPools.js +61 -72
  413. package/dist/esm/operations/agentPools.js.map +1 -1
  414. package/dist/esm/operations/bareMetalMachineKeySets.d.ts +5 -5
  415. package/dist/esm/operations/bareMetalMachineKeySets.d.ts.map +1 -1
  416. package/dist/esm/operations/bareMetalMachineKeySets.js +61 -72
  417. package/dist/esm/operations/bareMetalMachineKeySets.js.map +1 -1
  418. package/dist/esm/operations/bareMetalMachines.d.ts +25 -5
  419. package/dist/esm/operations/bareMetalMachines.d.ts.map +1 -1
  420. package/dist/esm/operations/bareMetalMachines.js +296 -182
  421. package/dist/esm/operations/bareMetalMachines.js.map +1 -1
  422. package/dist/esm/operations/bmcKeySets.d.ts +5 -5
  423. package/dist/esm/operations/bmcKeySets.d.ts.map +1 -1
  424. package/dist/esm/operations/bmcKeySets.js +61 -72
  425. package/dist/esm/operations/bmcKeySets.js.map +1 -1
  426. package/dist/esm/operations/cloudServicesNetworks.d.ts +5 -5
  427. package/dist/esm/operations/cloudServicesNetworks.d.ts.map +1 -1
  428. package/dist/esm/operations/cloudServicesNetworks.js +86 -122
  429. package/dist/esm/operations/cloudServicesNetworks.js.map +1 -1
  430. package/dist/esm/operations/clusterManagers.d.ts +5 -5
  431. package/dist/esm/operations/clusterManagers.d.ts.map +1 -1
  432. package/dist/esm/operations/clusterManagers.js +75 -116
  433. package/dist/esm/operations/clusterManagers.js.map +1 -1
  434. package/dist/esm/operations/clusters.d.ts +5 -5
  435. package/dist/esm/operations/clusters.d.ts.map +1 -1
  436. package/dist/esm/operations/clusters.js +130 -146
  437. package/dist/esm/operations/clusters.js.map +1 -1
  438. package/dist/esm/operations/consoles.d.ts +5 -5
  439. package/dist/esm/operations/consoles.d.ts.map +1 -1
  440. package/dist/esm/operations/consoles.js +61 -72
  441. package/dist/esm/operations/consoles.js.map +1 -1
  442. package/dist/esm/operations/index.d.ts.map +1 -1
  443. package/dist/esm/operations/index.js +4 -7
  444. package/dist/esm/operations/index.js.map +1 -1
  445. package/dist/esm/operations/kubernetesClusterFeatures.d.ts +5 -5
  446. package/dist/esm/operations/kubernetesClusterFeatures.d.ts.map +1 -1
  447. package/dist/esm/operations/kubernetesClusterFeatures.js +61 -72
  448. package/dist/esm/operations/kubernetesClusterFeatures.js.map +1 -1
  449. package/dist/esm/operations/kubernetesClusters.d.ts +5 -5
  450. package/dist/esm/operations/kubernetesClusters.d.ts.map +1 -1
  451. package/dist/esm/operations/kubernetesClusters.js +97 -128
  452. package/dist/esm/operations/kubernetesClusters.js.map +1 -1
  453. package/dist/esm/operations/l2Networks.d.ts +5 -5
  454. package/dist/esm/operations/l2Networks.d.ts.map +1 -1
  455. package/dist/esm/operations/l2Networks.js +75 -116
  456. package/dist/esm/operations/l2Networks.js.map +1 -1
  457. package/dist/esm/operations/l3Networks.d.ts +5 -5
  458. package/dist/esm/operations/l3Networks.d.ts.map +1 -1
  459. package/dist/esm/operations/l3Networks.js +75 -116
  460. package/dist/esm/operations/l3Networks.js.map +1 -1
  461. package/dist/esm/operations/metricsConfigurations.d.ts +5 -5
  462. package/dist/esm/operations/metricsConfigurations.d.ts.map +1 -1
  463. package/dist/esm/operations/metricsConfigurations.js +61 -72
  464. package/dist/esm/operations/metricsConfigurations.js.map +1 -1
  465. package/dist/esm/operations/operations.d.ts +4 -4
  466. package/dist/esm/operations/operations.d.ts.map +1 -1
  467. package/dist/esm/operations/operations.js +25 -47
  468. package/dist/esm/operations/operations.js.map +1 -1
  469. package/dist/esm/operations/rackSkus.d.ts +4 -4
  470. package/dist/esm/operations/rackSkus.d.ts.map +1 -1
  471. package/dist/esm/operations/rackSkus.js +27 -57
  472. package/dist/esm/operations/rackSkus.js.map +1 -1
  473. package/dist/esm/operations/racks.d.ts +5 -5
  474. package/dist/esm/operations/racks.d.ts.map +1 -1
  475. package/dist/esm/operations/racks.js +86 -122
  476. package/dist/esm/operations/racks.js.map +1 -1
  477. package/dist/esm/operations/storageAppliances.d.ts +21 -5
  478. package/dist/esm/operations/storageAppliances.d.ts.map +1 -1
  479. package/dist/esm/operations/storageAppliances.js +204 -134
  480. package/dist/esm/operations/storageAppliances.js.map +1 -1
  481. package/dist/esm/operations/trunkedNetworks.d.ts +5 -5
  482. package/dist/esm/operations/trunkedNetworks.d.ts.map +1 -1
  483. package/dist/esm/operations/trunkedNetworks.js +75 -116
  484. package/dist/esm/operations/trunkedNetworks.js.map +1 -1
  485. package/dist/esm/operations/virtualMachines.d.ts +21 -5
  486. package/dist/esm/operations/virtualMachines.d.ts.map +1 -1
  487. package/dist/esm/operations/virtualMachines.js +221 -146
  488. package/dist/esm/operations/virtualMachines.js.map +1 -1
  489. package/dist/esm/operations/volumes.d.ts +5 -5
  490. package/dist/esm/operations/volumes.d.ts.map +1 -1
  491. package/dist/esm/operations/volumes.js +75 -116
  492. package/dist/esm/operations/volumes.js.map +1 -1
  493. package/dist/esm/operationsInterfaces/agentPools.d.ts +3 -3
  494. package/dist/esm/operationsInterfaces/agentPools.d.ts.map +1 -1
  495. package/dist/esm/operationsInterfaces/agentPools.js +2 -7
  496. package/dist/esm/operationsInterfaces/agentPools.js.map +1 -1
  497. package/dist/esm/operationsInterfaces/bareMetalMachineKeySets.d.ts +3 -3
  498. package/dist/esm/operationsInterfaces/bareMetalMachineKeySets.d.ts.map +1 -1
  499. package/dist/esm/operationsInterfaces/bareMetalMachineKeySets.js +2 -7
  500. package/dist/esm/operationsInterfaces/bareMetalMachineKeySets.js.map +1 -1
  501. package/dist/esm/operationsInterfaces/bareMetalMachines.d.ts +23 -3
  502. package/dist/esm/operationsInterfaces/bareMetalMachines.d.ts.map +1 -1
  503. package/dist/esm/operationsInterfaces/bareMetalMachines.js +2 -7
  504. package/dist/esm/operationsInterfaces/bareMetalMachines.js.map +1 -1
  505. package/dist/esm/operationsInterfaces/bmcKeySets.d.ts +3 -3
  506. package/dist/esm/operationsInterfaces/bmcKeySets.d.ts.map +1 -1
  507. package/dist/esm/operationsInterfaces/bmcKeySets.js +2 -7
  508. package/dist/esm/operationsInterfaces/bmcKeySets.js.map +1 -1
  509. package/dist/esm/operationsInterfaces/cloudServicesNetworks.d.ts +3 -3
  510. package/dist/esm/operationsInterfaces/cloudServicesNetworks.d.ts.map +1 -1
  511. package/dist/esm/operationsInterfaces/cloudServicesNetworks.js +2 -7
  512. package/dist/esm/operationsInterfaces/cloudServicesNetworks.js.map +1 -1
  513. package/dist/esm/operationsInterfaces/clusterManagers.d.ts +3 -3
  514. package/dist/esm/operationsInterfaces/clusterManagers.d.ts.map +1 -1
  515. package/dist/esm/operationsInterfaces/clusterManagers.js +2 -7
  516. package/dist/esm/operationsInterfaces/clusterManagers.js.map +1 -1
  517. package/dist/esm/operationsInterfaces/clusters.d.ts +3 -3
  518. package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -1
  519. package/dist/esm/operationsInterfaces/clusters.js +2 -7
  520. package/dist/esm/operationsInterfaces/clusters.js.map +1 -1
  521. package/dist/esm/operationsInterfaces/consoles.d.ts +3 -3
  522. package/dist/esm/operationsInterfaces/consoles.d.ts.map +1 -1
  523. package/dist/esm/operationsInterfaces/consoles.js +2 -7
  524. package/dist/esm/operationsInterfaces/consoles.js.map +1 -1
  525. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  526. package/dist/esm/operationsInterfaces/index.js +4 -7
  527. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  528. package/dist/esm/operationsInterfaces/kubernetesClusterFeatures.d.ts +3 -3
  529. package/dist/esm/operationsInterfaces/kubernetesClusterFeatures.d.ts.map +1 -1
  530. package/dist/esm/operationsInterfaces/kubernetesClusterFeatures.js +2 -7
  531. package/dist/esm/operationsInterfaces/kubernetesClusterFeatures.js.map +1 -1
  532. package/dist/esm/operationsInterfaces/kubernetesClusters.d.ts +3 -3
  533. package/dist/esm/operationsInterfaces/kubernetesClusters.d.ts.map +1 -1
  534. package/dist/esm/operationsInterfaces/kubernetesClusters.js +2 -7
  535. package/dist/esm/operationsInterfaces/kubernetesClusters.js.map +1 -1
  536. package/dist/esm/operationsInterfaces/l2Networks.d.ts +3 -3
  537. package/dist/esm/operationsInterfaces/l2Networks.d.ts.map +1 -1
  538. package/dist/esm/operationsInterfaces/l2Networks.js +2 -7
  539. package/dist/esm/operationsInterfaces/l2Networks.js.map +1 -1
  540. package/dist/esm/operationsInterfaces/l3Networks.d.ts +3 -3
  541. package/dist/esm/operationsInterfaces/l3Networks.d.ts.map +1 -1
  542. package/dist/esm/operationsInterfaces/l3Networks.js +2 -7
  543. package/dist/esm/operationsInterfaces/l3Networks.js.map +1 -1
  544. package/dist/esm/operationsInterfaces/metricsConfigurations.d.ts +3 -3
  545. package/dist/esm/operationsInterfaces/metricsConfigurations.d.ts.map +1 -1
  546. package/dist/esm/operationsInterfaces/metricsConfigurations.js +2 -7
  547. package/dist/esm/operationsInterfaces/metricsConfigurations.js.map +1 -1
  548. package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
  549. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  550. package/dist/esm/operationsInterfaces/operations.js +2 -7
  551. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  552. package/dist/esm/operationsInterfaces/rackSkus.d.ts +2 -2
  553. package/dist/esm/operationsInterfaces/rackSkus.d.ts.map +1 -1
  554. package/dist/esm/operationsInterfaces/rackSkus.js +2 -7
  555. package/dist/esm/operationsInterfaces/rackSkus.js.map +1 -1
  556. package/dist/esm/operationsInterfaces/racks.d.ts +3 -3
  557. package/dist/esm/operationsInterfaces/racks.d.ts.map +1 -1
  558. package/dist/esm/operationsInterfaces/racks.js +2 -7
  559. package/dist/esm/operationsInterfaces/racks.js.map +1 -1
  560. package/dist/esm/operationsInterfaces/storageAppliances.d.ts +19 -3
  561. package/dist/esm/operationsInterfaces/storageAppliances.d.ts.map +1 -1
  562. package/dist/esm/operationsInterfaces/storageAppliances.js +2 -7
  563. package/dist/esm/operationsInterfaces/storageAppliances.js.map +1 -1
  564. package/dist/esm/operationsInterfaces/trunkedNetworks.d.ts +3 -3
  565. package/dist/esm/operationsInterfaces/trunkedNetworks.d.ts.map +1 -1
  566. package/dist/esm/operationsInterfaces/trunkedNetworks.js +2 -7
  567. package/dist/esm/operationsInterfaces/trunkedNetworks.js.map +1 -1
  568. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +19 -3
  569. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -1
  570. package/dist/esm/operationsInterfaces/virtualMachines.js +2 -7
  571. package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -1
  572. package/dist/esm/operationsInterfaces/volumes.d.ts +3 -3
  573. package/dist/esm/operationsInterfaces/volumes.d.ts.map +1 -1
  574. package/dist/esm/operationsInterfaces/volumes.js +2 -7
  575. package/dist/esm/operationsInterfaces/volumes.js.map +1 -1
  576. package/dist/esm/pagingHelper.d.ts.map +1 -1
  577. package/dist/esm/pagingHelper.js +4 -11
  578. package/dist/esm/pagingHelper.js.map +1 -1
  579. package/dist/react-native/index.d.ts.map +1 -1
  580. package/dist/react-native/index.js +4 -7
  581. package/dist/react-native/index.js.map +1 -1
  582. package/dist/react-native/lroImpl.d.ts +1 -1
  583. package/dist/react-native/lroImpl.d.ts.map +1 -1
  584. package/dist/react-native/lroImpl.js +9 -10
  585. package/dist/react-native/lroImpl.js.map +1 -1
  586. package/dist/react-native/models/index.d.ts +537 -12
  587. package/dist/react-native/models/index.d.ts.map +1 -1
  588. package/dist/react-native/models/index.js +80 -7
  589. package/dist/react-native/models/index.js.map +1 -1
  590. package/dist/react-native/models/mappers.d.ts +14 -1
  591. package/dist/react-native/models/mappers.d.ts.map +1 -1
  592. package/dist/react-native/models/mappers.js +1184 -329
  593. package/dist/react-native/models/mappers.js.map +1 -1
  594. package/dist/react-native/models/parameters.d.ts +6 -1
  595. package/dist/react-native/models/parameters.d.ts.map +1 -1
  596. package/dist/react-native/models/parameters.js +35 -13
  597. package/dist/react-native/models/parameters.js.map +1 -1
  598. package/dist/react-native/networkCloud.d.ts +3 -3
  599. package/dist/react-native/networkCloud.d.ts.map +1 -1
  600. package/dist/react-native/networkCloud.js +39 -16
  601. package/dist/react-native/networkCloud.js.map +1 -1
  602. package/dist/react-native/operations/agentPools.d.ts +5 -5
  603. package/dist/react-native/operations/agentPools.d.ts.map +1 -1
  604. package/dist/react-native/operations/agentPools.js +61 -72
  605. package/dist/react-native/operations/agentPools.js.map +1 -1
  606. package/dist/react-native/operations/bareMetalMachineKeySets.d.ts +5 -5
  607. package/dist/react-native/operations/bareMetalMachineKeySets.d.ts.map +1 -1
  608. package/dist/react-native/operations/bareMetalMachineKeySets.js +61 -72
  609. package/dist/react-native/operations/bareMetalMachineKeySets.js.map +1 -1
  610. package/dist/react-native/operations/bareMetalMachines.d.ts +25 -5
  611. package/dist/react-native/operations/bareMetalMachines.d.ts.map +1 -1
  612. package/dist/react-native/operations/bareMetalMachines.js +296 -182
  613. package/dist/react-native/operations/bareMetalMachines.js.map +1 -1
  614. package/dist/react-native/operations/bmcKeySets.d.ts +5 -5
  615. package/dist/react-native/operations/bmcKeySets.d.ts.map +1 -1
  616. package/dist/react-native/operations/bmcKeySets.js +61 -72
  617. package/dist/react-native/operations/bmcKeySets.js.map +1 -1
  618. package/dist/react-native/operations/cloudServicesNetworks.d.ts +5 -5
  619. package/dist/react-native/operations/cloudServicesNetworks.d.ts.map +1 -1
  620. package/dist/react-native/operations/cloudServicesNetworks.js +86 -122
  621. package/dist/react-native/operations/cloudServicesNetworks.js.map +1 -1
  622. package/dist/react-native/operations/clusterManagers.d.ts +5 -5
  623. package/dist/react-native/operations/clusterManagers.d.ts.map +1 -1
  624. package/dist/react-native/operations/clusterManagers.js +75 -116
  625. package/dist/react-native/operations/clusterManagers.js.map +1 -1
  626. package/dist/react-native/operations/clusters.d.ts +5 -5
  627. package/dist/react-native/operations/clusters.d.ts.map +1 -1
  628. package/dist/react-native/operations/clusters.js +130 -146
  629. package/dist/react-native/operations/clusters.js.map +1 -1
  630. package/dist/react-native/operations/consoles.d.ts +5 -5
  631. package/dist/react-native/operations/consoles.d.ts.map +1 -1
  632. package/dist/react-native/operations/consoles.js +61 -72
  633. package/dist/react-native/operations/consoles.js.map +1 -1
  634. package/dist/react-native/operations/index.d.ts.map +1 -1
  635. package/dist/react-native/operations/index.js +4 -7
  636. package/dist/react-native/operations/index.js.map +1 -1
  637. package/dist/react-native/operations/kubernetesClusterFeatures.d.ts +5 -5
  638. package/dist/react-native/operations/kubernetesClusterFeatures.d.ts.map +1 -1
  639. package/dist/react-native/operations/kubernetesClusterFeatures.js +61 -72
  640. package/dist/react-native/operations/kubernetesClusterFeatures.js.map +1 -1
  641. package/dist/react-native/operations/kubernetesClusters.d.ts +5 -5
  642. package/dist/react-native/operations/kubernetesClusters.d.ts.map +1 -1
  643. package/dist/react-native/operations/kubernetesClusters.js +97 -128
  644. package/dist/react-native/operations/kubernetesClusters.js.map +1 -1
  645. package/dist/react-native/operations/l2Networks.d.ts +5 -5
  646. package/dist/react-native/operations/l2Networks.d.ts.map +1 -1
  647. package/dist/react-native/operations/l2Networks.js +75 -116
  648. package/dist/react-native/operations/l2Networks.js.map +1 -1
  649. package/dist/react-native/operations/l3Networks.d.ts +5 -5
  650. package/dist/react-native/operations/l3Networks.d.ts.map +1 -1
  651. package/dist/react-native/operations/l3Networks.js +75 -116
  652. package/dist/react-native/operations/l3Networks.js.map +1 -1
  653. package/dist/react-native/operations/metricsConfigurations.d.ts +5 -5
  654. package/dist/react-native/operations/metricsConfigurations.d.ts.map +1 -1
  655. package/dist/react-native/operations/metricsConfigurations.js +61 -72
  656. package/dist/react-native/operations/metricsConfigurations.js.map +1 -1
  657. package/dist/react-native/operations/operations.d.ts +4 -4
  658. package/dist/react-native/operations/operations.d.ts.map +1 -1
  659. package/dist/react-native/operations/operations.js +25 -47
  660. package/dist/react-native/operations/operations.js.map +1 -1
  661. package/dist/react-native/operations/rackSkus.d.ts +4 -4
  662. package/dist/react-native/operations/rackSkus.d.ts.map +1 -1
  663. package/dist/react-native/operations/rackSkus.js +27 -57
  664. package/dist/react-native/operations/rackSkus.js.map +1 -1
  665. package/dist/react-native/operations/racks.d.ts +5 -5
  666. package/dist/react-native/operations/racks.d.ts.map +1 -1
  667. package/dist/react-native/operations/racks.js +86 -122
  668. package/dist/react-native/operations/racks.js.map +1 -1
  669. package/dist/react-native/operations/storageAppliances.d.ts +21 -5
  670. package/dist/react-native/operations/storageAppliances.d.ts.map +1 -1
  671. package/dist/react-native/operations/storageAppliances.js +204 -134
  672. package/dist/react-native/operations/storageAppliances.js.map +1 -1
  673. package/dist/react-native/operations/trunkedNetworks.d.ts +5 -5
  674. package/dist/react-native/operations/trunkedNetworks.d.ts.map +1 -1
  675. package/dist/react-native/operations/trunkedNetworks.js +75 -116
  676. package/dist/react-native/operations/trunkedNetworks.js.map +1 -1
  677. package/dist/react-native/operations/virtualMachines.d.ts +21 -5
  678. package/dist/react-native/operations/virtualMachines.d.ts.map +1 -1
  679. package/dist/react-native/operations/virtualMachines.js +221 -146
  680. package/dist/react-native/operations/virtualMachines.js.map +1 -1
  681. package/dist/react-native/operations/volumes.d.ts +5 -5
  682. package/dist/react-native/operations/volumes.d.ts.map +1 -1
  683. package/dist/react-native/operations/volumes.js +75 -116
  684. package/dist/react-native/operations/volumes.js.map +1 -1
  685. package/dist/react-native/operationsInterfaces/agentPools.d.ts +3 -3
  686. package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +1 -1
  687. package/dist/react-native/operationsInterfaces/agentPools.js +2 -7
  688. package/dist/react-native/operationsInterfaces/agentPools.js.map +1 -1
  689. package/dist/react-native/operationsInterfaces/bareMetalMachineKeySets.d.ts +3 -3
  690. package/dist/react-native/operationsInterfaces/bareMetalMachineKeySets.d.ts.map +1 -1
  691. package/dist/react-native/operationsInterfaces/bareMetalMachineKeySets.js +2 -7
  692. package/dist/react-native/operationsInterfaces/bareMetalMachineKeySets.js.map +1 -1
  693. package/dist/react-native/operationsInterfaces/bareMetalMachines.d.ts +23 -3
  694. package/dist/react-native/operationsInterfaces/bareMetalMachines.d.ts.map +1 -1
  695. package/dist/react-native/operationsInterfaces/bareMetalMachines.js +2 -7
  696. package/dist/react-native/operationsInterfaces/bareMetalMachines.js.map +1 -1
  697. package/dist/react-native/operationsInterfaces/bmcKeySets.d.ts +3 -3
  698. package/dist/react-native/operationsInterfaces/bmcKeySets.d.ts.map +1 -1
  699. package/dist/react-native/operationsInterfaces/bmcKeySets.js +2 -7
  700. package/dist/react-native/operationsInterfaces/bmcKeySets.js.map +1 -1
  701. package/dist/react-native/operationsInterfaces/cloudServicesNetworks.d.ts +3 -3
  702. package/dist/react-native/operationsInterfaces/cloudServicesNetworks.d.ts.map +1 -1
  703. package/dist/react-native/operationsInterfaces/cloudServicesNetworks.js +2 -7
  704. package/dist/react-native/operationsInterfaces/cloudServicesNetworks.js.map +1 -1
  705. package/dist/react-native/operationsInterfaces/clusterManagers.d.ts +3 -3
  706. package/dist/react-native/operationsInterfaces/clusterManagers.d.ts.map +1 -1
  707. package/dist/react-native/operationsInterfaces/clusterManagers.js +2 -7
  708. package/dist/react-native/operationsInterfaces/clusterManagers.js.map +1 -1
  709. package/dist/react-native/operationsInterfaces/clusters.d.ts +3 -3
  710. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -1
  711. package/dist/react-native/operationsInterfaces/clusters.js +2 -7
  712. package/dist/react-native/operationsInterfaces/clusters.js.map +1 -1
  713. package/dist/react-native/operationsInterfaces/consoles.d.ts +3 -3
  714. package/dist/react-native/operationsInterfaces/consoles.d.ts.map +1 -1
  715. package/dist/react-native/operationsInterfaces/consoles.js +2 -7
  716. package/dist/react-native/operationsInterfaces/consoles.js.map +1 -1
  717. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  718. package/dist/react-native/operationsInterfaces/index.js +4 -7
  719. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  720. package/dist/react-native/operationsInterfaces/kubernetesClusterFeatures.d.ts +3 -3
  721. package/dist/react-native/operationsInterfaces/kubernetesClusterFeatures.d.ts.map +1 -1
  722. package/dist/react-native/operationsInterfaces/kubernetesClusterFeatures.js +2 -7
  723. package/dist/react-native/operationsInterfaces/kubernetesClusterFeatures.js.map +1 -1
  724. package/dist/react-native/operationsInterfaces/kubernetesClusters.d.ts +3 -3
  725. package/dist/react-native/operationsInterfaces/kubernetesClusters.d.ts.map +1 -1
  726. package/dist/react-native/operationsInterfaces/kubernetesClusters.js +2 -7
  727. package/dist/react-native/operationsInterfaces/kubernetesClusters.js.map +1 -1
  728. package/dist/react-native/operationsInterfaces/l2Networks.d.ts +3 -3
  729. package/dist/react-native/operationsInterfaces/l2Networks.d.ts.map +1 -1
  730. package/dist/react-native/operationsInterfaces/l2Networks.js +2 -7
  731. package/dist/react-native/operationsInterfaces/l2Networks.js.map +1 -1
  732. package/dist/react-native/operationsInterfaces/l3Networks.d.ts +3 -3
  733. package/dist/react-native/operationsInterfaces/l3Networks.d.ts.map +1 -1
  734. package/dist/react-native/operationsInterfaces/l3Networks.js +2 -7
  735. package/dist/react-native/operationsInterfaces/l3Networks.js.map +1 -1
  736. package/dist/react-native/operationsInterfaces/metricsConfigurations.d.ts +3 -3
  737. package/dist/react-native/operationsInterfaces/metricsConfigurations.d.ts.map +1 -1
  738. package/dist/react-native/operationsInterfaces/metricsConfigurations.js +2 -7
  739. package/dist/react-native/operationsInterfaces/metricsConfigurations.js.map +1 -1
  740. package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
  741. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  742. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  743. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  744. package/dist/react-native/operationsInterfaces/rackSkus.d.ts +2 -2
  745. package/dist/react-native/operationsInterfaces/rackSkus.d.ts.map +1 -1
  746. package/dist/react-native/operationsInterfaces/rackSkus.js +2 -7
  747. package/dist/react-native/operationsInterfaces/rackSkus.js.map +1 -1
  748. package/dist/react-native/operationsInterfaces/racks.d.ts +3 -3
  749. package/dist/react-native/operationsInterfaces/racks.d.ts.map +1 -1
  750. package/dist/react-native/operationsInterfaces/racks.js +2 -7
  751. package/dist/react-native/operationsInterfaces/racks.js.map +1 -1
  752. package/dist/react-native/operationsInterfaces/storageAppliances.d.ts +19 -3
  753. package/dist/react-native/operationsInterfaces/storageAppliances.d.ts.map +1 -1
  754. package/dist/react-native/operationsInterfaces/storageAppliances.js +2 -7
  755. package/dist/react-native/operationsInterfaces/storageAppliances.js.map +1 -1
  756. package/dist/react-native/operationsInterfaces/trunkedNetworks.d.ts +3 -3
  757. package/dist/react-native/operationsInterfaces/trunkedNetworks.d.ts.map +1 -1
  758. package/dist/react-native/operationsInterfaces/trunkedNetworks.js +2 -7
  759. package/dist/react-native/operationsInterfaces/trunkedNetworks.js.map +1 -1
  760. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +19 -3
  761. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -1
  762. package/dist/react-native/operationsInterfaces/virtualMachines.js +2 -7
  763. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -1
  764. package/dist/react-native/operationsInterfaces/volumes.d.ts +3 -3
  765. package/dist/react-native/operationsInterfaces/volumes.d.ts.map +1 -1
  766. package/dist/react-native/operationsInterfaces/volumes.js +2 -7
  767. package/dist/react-native/operationsInterfaces/volumes.js.map +1 -1
  768. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  769. package/dist/react-native/pagingHelper.js +4 -11
  770. package/dist/react-native/pagingHelper.js.map +1 -1
  771. package/package.json +42 -40
  772. package/CHANGELOG.md +0 -488
  773. package/review/arm-networkcloud.api.md +0 -4516
@@ -1,4 +1,4 @@
1
- import * as coreClient from "@azure/core-client";
1
+ import type * as coreClient from "@azure/core-client";
2
2
  /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
3
  export interface OperationListResult {
4
4
  /**
@@ -120,6 +120,72 @@ export interface ExtendedLocation {
120
120
  /** The extended location type, for example, CustomLocation. */
121
121
  type: string;
122
122
  }
123
+ /** ActionState represents the state of an action taken against a resource. This can be used to represent both explicitly and implicitly defined action types. */
124
+ export interface ActionState {
125
+ /**
126
+ * The representation of the action for which this is a status. Matches ARM resource action format when the action is an ARM-based action.
127
+ * NOTE: This property will not be serialized. It can only be populated by the server.
128
+ */
129
+ readonly actionType?: string;
130
+ /**
131
+ * The correlation ID for the original action request. Omitted if there is no related correlation ID.
132
+ * NOTE: This property will not be serialized. It can only be populated by the server.
133
+ */
134
+ readonly correlationId?: string;
135
+ /**
136
+ * The timestamp of when the action reached its final, terminal state. Uses ISO 8601 format.
137
+ * NOTE: This property will not be serialized. It can only be populated by the server.
138
+ */
139
+ readonly endTime?: string;
140
+ /**
141
+ * The description providing additional context for the status value. May be empty or contain guidance in the case of a failure.
142
+ * NOTE: This property will not be serialized. It can only be populated by the server.
143
+ */
144
+ readonly message?: string;
145
+ /**
146
+ * The timestamp of when the action began, in ISO 8601 format.
147
+ * NOTE: This property will not be serialized. It can only be populated by the server.
148
+ */
149
+ readonly startTime?: string;
150
+ /**
151
+ * The status of the action.
152
+ * NOTE: This property will not be serialized. It can only be populated by the server.
153
+ */
154
+ readonly status?: ActionStateStatus;
155
+ /**
156
+ * The ordered list of the individual steps which make up the action.
157
+ * NOTE: This property will not be serialized. It can only be populated by the server.
158
+ */
159
+ readonly stepStates?: StepState[];
160
+ }
161
+ /** StepState represents the state of a step in an action. */
162
+ export interface StepState {
163
+ /**
164
+ * The timestamp for when processing of the step reached its terminal state, in ISO 8601 format.
165
+ * NOTE: This property will not be serialized. It can only be populated by the server.
166
+ */
167
+ readonly endTime?: string;
168
+ /**
169
+ * The message providing additional context for the status value. May be empty, or contain diagnostic information in the case of a failure.
170
+ * NOTE: This property will not be serialized. It can only be populated by the server.
171
+ */
172
+ readonly message?: string;
173
+ /**
174
+ * The timestamp for when processing of the step began, in ISO 8601 format.
175
+ * NOTE: This property will not be serialized. It can only be populated by the server.
176
+ */
177
+ readonly startTime?: string;
178
+ /**
179
+ * The status of the step. A value of Completed or Failed indicates a terminal state for the step.
180
+ * NOTE: This property will not be serialized. It can only be populated by the server.
181
+ */
182
+ readonly status?: StepStateStatus;
183
+ /**
184
+ * The name for the step.
185
+ * NOTE: This property will not be serialized. It can only be populated by the server.
186
+ */
187
+ readonly stepName?: string;
188
+ }
123
189
  /** AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication. */
124
190
  export interface AdministrativeCredentials {
125
191
  /** The password of the administrator of the device used during initialization. */
@@ -127,6 +193,19 @@ export interface AdministrativeCredentials {
127
193
  /** The username of the administrator of the device used during initialization. */
128
194
  username: string;
129
195
  }
196
+ /** CertificateInfo represents the non-private information of an X.509 Certificate. */
197
+ export interface CertificateInfo {
198
+ /**
199
+ * The hash value of the X.509 Certificate.
200
+ * NOTE: This property will not be serialized. It can only be populated by the server.
201
+ */
202
+ readonly hash?: string;
203
+ /**
204
+ * The textual value of the X.509 Certificate.
205
+ * NOTE: This property will not be serialized. It can only be populated by the server.
206
+ */
207
+ readonly value?: string;
208
+ }
130
209
  /** HardwareInventory represents the hardware configuration of this machine as exposed to the customer, including information acquired from the model/sku information and from the ironic inspector. */
131
210
  export interface HardwareInventory {
132
211
  /**
@@ -285,6 +364,11 @@ export interface SecretArchiveReference {
285
364
  * NOTE: This property will not be serialized. It can only be populated by the server.
286
365
  */
287
366
  readonly keyVaultId?: string;
367
+ /**
368
+ * The URI of the key containing the secret.
369
+ * NOTE: This property will not be serialized. It can only be populated by the server.
370
+ */
371
+ readonly keyVaultUri?: string;
288
372
  /**
289
373
  * The name of the secret in the key vault.
290
374
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -355,6 +439,43 @@ export interface EndpointDependency {
355
439
  /** The port of this endpoint. */
356
440
  port?: number;
357
441
  }
442
+ /** CloudServicesNetworkStorageOptions represents the storage options for the cloud services network. */
443
+ export interface CloudServicesNetworkStorageOptions {
444
+ /** The indicator to enable shared storage on the cloud services network. If not specified, the allocation will align with the standard storage enablement. */
445
+ mode?: CloudServicesNetworkStorageMode;
446
+ /** The requested storage allocation for the volume in Mebibytes. */
447
+ sizeMiB?: number;
448
+ /** The resource ID of the storage appliance that hosts the storage. */
449
+ storageApplianceId?: string;
450
+ }
451
+ /** CloudServicesNetworkStorageStatus represents the storage status of the cloud services network. */
452
+ export interface CloudServicesNetworkStorageStatus {
453
+ /**
454
+ * The indicator of if shared storage is enabled on the cloud services network.
455
+ * NOTE: This property will not be serialized. It can only be populated by the server.
456
+ */
457
+ readonly mode?: CloudServicesNetworkStorageMode;
458
+ /**
459
+ * The size in Mebibytes of the storage allocation.
460
+ * NOTE: This property will not be serialized. It can only be populated by the server.
461
+ */
462
+ readonly sizeMiB?: number;
463
+ /**
464
+ * The status of the storage allocation for the cloud services network.
465
+ * NOTE: This property will not be serialized. It can only be populated by the server.
466
+ */
467
+ readonly status?: CloudServicesNetworkStorageStatusStatus;
468
+ /**
469
+ * The description for the status of the shared storage.
470
+ * NOTE: This property will not be serialized. It can only be populated by the server.
471
+ */
472
+ readonly statusMessage?: string;
473
+ /**
474
+ * The resource ID of the volume created to host the shared storage.
475
+ * NOTE: This property will not be serialized. It can only be populated by the server.
476
+ */
477
+ readonly volumeId?: string;
478
+ }
358
479
  /** ClusterManagerList represents a list of cluster manager objects. */
359
480
  export interface ClusterManagerList {
360
481
  /** The link used to get the next page of operations. */
@@ -557,6 +678,17 @@ export interface CommandOutputSettings {
557
678
  associatedIdentity?: IdentitySelector;
558
679
  /** The URL of the storage account container that is to be used by the specified identities. */
559
680
  containerUrl?: string;
681
+ /** The list of optional overrides allowing for association of storage containers and identities to specific types of command output. If a type is not overridden, the default identity and storage container will be utilized. */
682
+ overrides?: CommandOutputOverride[];
683
+ }
684
+ /** CommandOutputOverride represents an overridden value for the command output settings. */
685
+ export interface CommandOutputOverride {
686
+ /** The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned. */
687
+ associatedIdentity?: IdentitySelector;
688
+ /** The type of command output for the override. */
689
+ commandOutputType?: CommandOutputType;
690
+ /** The URL of the storage account container that is to be used by the specified identities. */
691
+ containerUrl?: string;
560
692
  }
561
693
  /** ValidationThreshold indicates allowed machine and node hardware and deployment failures. */
562
694
  export interface ValidationThreshold {
@@ -1310,8 +1442,12 @@ export interface BareMetalMachineReplaceParameters {
1310
1442
  bootMacAddress?: string;
1311
1443
  /** The OS-level hostname assigned to this machine. */
1312
1444
  machineName?: string;
1445
+ /** The safeguard mode to use for the replace action, where None indicates to bypass safeguards and All indicates to utilize all safeguards. */
1446
+ safeguardMode?: BareMetalMachineReplaceSafeguardMode;
1313
1447
  /** The serial number of the bare metal machine. */
1314
1448
  serialNumber?: string;
1449
+ /** The indicator of whether to bypass clearing storage while replacing a bare metal machine. */
1450
+ storagePolicy?: BareMetalMachineReplaceStoragePolicy;
1315
1451
  }
1316
1452
  /** BareMetalMachineRunCommandParameters represents the body of the request to execute a script on the bare metal machine. */
1317
1453
  export interface BareMetalMachineRunCommandParameters {
@@ -1362,6 +1498,17 @@ export interface CloudServicesNetworkPatchParameters {
1362
1498
  additionalEgressEndpoints?: EgressEndpoint[];
1363
1499
  /** The indicator of whether the platform default endpoints are allowed for the egress traffic. */
1364
1500
  enableDefaultEgressEndpoints?: CloudServicesNetworkEnableDefaultEgressEndpoints;
1501
+ /** The storage options for the cloud services network. */
1502
+ storageOptions?: CloudServicesNetworkStorageOptionsPatch;
1503
+ }
1504
+ /** CloudServicesNetworkStorageOptionsPatch represents the patchable storage options for the cloud services network. */
1505
+ export interface CloudServicesNetworkStorageOptionsPatch {
1506
+ /** The indicator to enable shared storage on the cloud services network. */
1507
+ mode?: CloudServicesNetworkStorageMode;
1508
+ /** The requested storage allocation for the volume in Mebibytes. */
1509
+ sizeMiB?: number;
1510
+ /** The resource ID of the storage appliance that hosts the storage. */
1511
+ storageApplianceId?: string;
1365
1512
  }
1366
1513
  /** ClusterManagerPatchParameters represents the body of the request to patch the cluster properties. */
1367
1514
  export interface ClusterManagerPatchParameters {
@@ -1386,7 +1533,7 @@ export interface ClusterPatchParameters {
1386
1533
  analyticsOutputSettings?: AnalyticsOutputSettings;
1387
1534
  /** The customer-provided location information to identify where the cluster resides. */
1388
1535
  clusterLocation?: string;
1389
- /** The service principal to be used by the cluster during Arc Appliance installation. */
1536
+ /** Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. */
1390
1537
  clusterServicePrincipal?: ServicePrincipalInformation;
1391
1538
  /** The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts. */
1392
1539
  commandOutputSettings?: CommandOutputSettings;
@@ -1635,6 +1782,20 @@ export interface StorageApplianceEnableRemoteVendorManagementParameters {
1635
1782
  /** Field Deprecated. This field is not used and will be rejected if provided. The list of IPv4 subnets (in CIDR format), IPv6 subnets (in CIDR format), or hostnames that the storage appliance needs accessible in order to turn on the remote vendor management. */
1636
1783
  supportEndpoints?: string[];
1637
1784
  }
1785
+ /** StorageApplianceRunReadCommandsParameters represents the body of request containing list of read-only commands to run on the storage appliance. */
1786
+ export interface StorageApplianceRunReadCommandsParameters {
1787
+ /** The list of read-only commands to be executed directly against the target storage appliance. */
1788
+ commands: StorageApplianceCommandSpecification[];
1789
+ /** The maximum time the commands are allowed to run. */
1790
+ limitTimeSeconds: number;
1791
+ }
1792
+ /** StorageApplianceCommandSpecification represents the command and optional arguments to run. */
1793
+ export interface StorageApplianceCommandSpecification {
1794
+ /** The list of strings that will be passed to the script in order as separate arguments. */
1795
+ arguments?: string[];
1796
+ /** The command to execute. */
1797
+ command: string;
1798
+ }
1638
1799
  /** TrunkedNetworkPatchParameters represents the body of the request to patch the Trunked network. */
1639
1800
  export interface TrunkedNetworkPatchParameters {
1640
1801
  /** The Azure resource tags that will replace the existing ones. */
@@ -1644,6 +1805,8 @@ export interface TrunkedNetworkPatchParameters {
1644
1805
  }
1645
1806
  /** VirtualMachinePatchParameters represents the body of the request to patch the virtual machine. */
1646
1807
  export interface VirtualMachinePatchParameters {
1808
+ /** The identity for the resource. */
1809
+ identity?: ManagedServiceIdentity;
1647
1810
  /** The Azure resource tags that will replace the existing ones. */
1648
1811
  tags?: {
1649
1812
  [propertyName: string]: string;
@@ -1651,6 +1814,13 @@ export interface VirtualMachinePatchParameters {
1651
1814
  /** The credentials used to login to the image repository that has access to the specified image. */
1652
1815
  vmImageRepositoryCredentials?: ImageRepositoryCredentials;
1653
1816
  }
1817
+ /** VirtualMachineAssignRelayParameters represents the body of the request to update the relay used for a Microsoft.HybridCompute machine associated with the virtual machine. */
1818
+ export interface VirtualMachineAssignRelayParameters {
1819
+ /** The resourceId of the Microsoft.HybridCompute machine resource to assign relay usage. */
1820
+ machineId: string;
1821
+ /** The indicator of which relay type the machine should be assigned to use. Platform indicates the use of a platform-dedicated relay. Public indicates the use of the standard public relay for Arc services. */
1822
+ relayType?: RelayType;
1823
+ }
1654
1824
  /** ConsoleList represents a list of virtual machine consoles. */
1655
1825
  export interface ConsoleList {
1656
1826
  /** The link used to get the next page of operations. */
@@ -1774,6 +1944,11 @@ export interface BareMetalMachine extends TrackedResource {
1774
1944
  readonly etag?: string;
1775
1945
  /** The extended location of the cluster associated with the resource. */
1776
1946
  extendedLocation: ExtendedLocation;
1947
+ /**
1948
+ * The current state of any in progress or completed actions. The most recent known instance of each action type is shown.
1949
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1950
+ */
1951
+ readonly actionStates?: ActionState[];
1777
1952
  /**
1778
1953
  * The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
1779
1954
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1787,6 +1962,11 @@ export interface BareMetalMachine extends TrackedResource {
1787
1962
  bmcMacAddress: string;
1788
1963
  /** The MAC address of a NIC connected to the PXE network. */
1789
1964
  bootMacAddress: string;
1965
+ /**
1966
+ * The CA certificate information issued by the platform for connecting to TLS interfaces for the bare metal machine. Callers add this certificate to the trusted CA store on the Kubernetes control plane nodes to allow secure communication with the bare metal machine.
1967
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1968
+ */
1969
+ readonly caCertificate?: CertificateInfo;
1790
1970
  /**
1791
1971
  * The resource ID of the cluster this bare metal machine is associated with.
1792
1972
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1960,6 +2140,13 @@ export interface CloudServicesNetwork extends TrackedResource {
1960
2140
  * NOTE: This property will not be serialized. It can only be populated by the server.
1961
2141
  */
1962
2142
  readonly provisioningState?: CloudServicesNetworkProvisioningState;
2143
+ /** The storage options for the cloud services network. */
2144
+ storageOptions?: CloudServicesNetworkStorageOptions;
2145
+ /**
2146
+ * The storage status for the cloud services network.
2147
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2148
+ */
2149
+ readonly storageStatus?: CloudServicesNetworkStorageStatus;
1963
2150
  /**
1964
2151
  * Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network.
1965
2152
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1977,7 +2164,7 @@ export interface ClusterManager extends TrackedResource {
1977
2164
  identity?: ManagedServiceIdentity;
1978
2165
  /** The resource ID of the Log Analytics workspace that is used for the logs collection. */
1979
2166
  analyticsWorkspaceId?: string;
1980
- /** Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource. */
2167
+ /** The Azure availability zones within the region that will be used to support the cluster manager resource. */
1981
2168
  availabilityZones?: string[];
1982
2169
  /**
1983
2170
  * The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
@@ -2008,7 +2195,7 @@ export interface ClusterManager extends TrackedResource {
2008
2195
  * NOTE: This property will not be serialized. It can only be populated by the server.
2009
2196
  */
2010
2197
  readonly provisioningState?: ClusterManagerProvisioningState;
2011
- /** Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource. */
2198
+ /** The size of the Azure virtual machines to use for hosting the cluster manager resource. */
2012
2199
  vmSize?: string;
2013
2200
  }
2014
2201
  /** Cluster represents the on-premises Network Cloud cluster. */
@@ -2022,6 +2209,11 @@ export interface Cluster extends TrackedResource {
2022
2209
  extendedLocation: ExtendedLocation;
2023
2210
  /** The identity for the resource. */
2024
2211
  identity?: ManagedServiceIdentity;
2212
+ /**
2213
+ * The current state of any in progress or completed actions. The most recent known instance of each action type is shown.
2214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2215
+ */
2216
+ readonly actionStates?: ActionState[];
2025
2217
  /** The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster. */
2026
2218
  aggregatorOrSingleRackDefinition: RackDefinition;
2027
2219
  /** The settings for the log analytics workspace used for output of logs from this cluster. */
@@ -2060,7 +2252,7 @@ export interface Cluster extends TrackedResource {
2060
2252
  * NOTE: This property will not be serialized. It can only be populated by the server.
2061
2253
  */
2062
2254
  readonly clusterManagerId?: string;
2063
- /** The service principal to be used by the cluster during Arc Appliance installation. */
2255
+ /** Deprecated: Use managed identity to provide cluster privileges. The service principal to be used by the cluster during Arc Appliance installation. */
2064
2256
  clusterServicePrincipal?: ServicePrincipalInformation;
2065
2257
  /** The type of rack configuration for the cluster. */
2066
2258
  clusterType: ClusterType;
@@ -2366,18 +2558,23 @@ export interface StorageAppliance extends TrackedResource {
2366
2558
  extendedLocation: ExtendedLocation;
2367
2559
  /** The credentials of the administrative interface on this storage appliance. */
2368
2560
  administratorCredentials: AdministrativeCredentials;
2561
+ /**
2562
+ * The CA certificate information issued by the platform for connecting to TLS interfaces for the storage appliance. Callers add this certificate to their trusted CA store to allow secure communication with the storage appliance.
2563
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2564
+ */
2565
+ readonly caCertificate?: CertificateInfo;
2369
2566
  /**
2370
2567
  * The total capacity of the storage appliance. Measured in GiB.
2371
2568
  * NOTE: This property will not be serialized. It can only be populated by the server.
2372
2569
  */
2373
2570
  readonly capacity?: number;
2374
2571
  /**
2375
- * The amount of storage consumed.
2572
+ * The amount of storage consumed. Measured in GiB.
2376
2573
  * NOTE: This property will not be serialized. It can only be populated by the server.
2377
2574
  */
2378
2575
  readonly capacityUsed?: number;
2379
2576
  /**
2380
- * The resource ID of the cluster this storage appliance is associated with. Measured in GiB.
2577
+ * The resource ID of the cluster this storage appliance is associated with.
2381
2578
  * NOTE: This property will not be serialized. It can only be populated by the server.
2382
2579
  */
2383
2580
  readonly clusterId?: string;
@@ -2502,6 +2699,8 @@ export interface VirtualMachine extends TrackedResource {
2502
2699
  readonly etag?: string;
2503
2700
  /** The extended location of the cluster associated with the resource. */
2504
2701
  extendedLocation: ExtendedLocation;
2702
+ /** The identity for the resource. */
2703
+ identity?: ManagedServiceIdentity;
2505
2704
  /** The name of the administrator to which the ssh public keys will be added into the authorized keys. */
2506
2705
  adminUsername: string;
2507
2706
  /**
@@ -2543,8 +2742,10 @@ export interface VirtualMachine extends TrackedResource {
2543
2742
  memorySizeGB: number;
2544
2743
  /** The list of network attachments to the virtual machine. */
2545
2744
  networkAttachments?: NetworkAttachment[];
2546
- /** The Base64 encoded cloud-init network data. */
2745
+ /** Deprecated: The Base64 encoded cloud-init network data. The networkDataContent property will be used in preference to this property. */
2547
2746
  networkData?: string;
2747
+ /** The Base64 encoded cloud-init network data. */
2748
+ networkDataContent?: string;
2548
2749
  /** The scheduling hints for the virtual machine. */
2549
2750
  placementHints?: VirtualMachinePlacementHint[];
2550
2751
  /**
@@ -2561,8 +2762,10 @@ export interface VirtualMachine extends TrackedResource {
2561
2762
  sshPublicKeys?: SshPublicKey[];
2562
2763
  /** The storage profile that specifies size and other parameters about the disks related to the virtual machine. */
2563
2764
  storageProfile: StorageProfile;
2564
- /** The Base64 encoded cloud-init user data. */
2765
+ /** Deprecated: The Base64 encoded cloud-init user data. The userDataContent property will be used in preference to this property. */
2565
2766
  userData?: string;
2767
+ /** The Base64 encoded cloud-init user data. */
2768
+ userDataContent?: string;
2566
2769
  /** Field Deprecated, use virtualizationModel instead. The type of the virtio interface. */
2567
2770
  virtioInterface?: VirtualMachineVirtioInterfaceType;
2568
2771
  /** The type of the device model to use. */
@@ -2586,6 +2789,11 @@ export interface Volume extends TrackedResource {
2586
2789
  readonly etag?: string;
2587
2790
  /** The extended location of the cluster associated with the resource. */
2588
2791
  extendedLocation: ExtendedLocation;
2792
+ /**
2793
+ * The allocated size of the volume in Mebibytes.
2794
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2795
+ */
2796
+ readonly allocatedSizeMiB?: number;
2589
2797
  /**
2590
2798
  * The list of resource IDs that attach the volume. It may include virtual machines and Hybrid AKS clusters.
2591
2799
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2611,8 +2819,10 @@ export interface Volume extends TrackedResource {
2611
2819
  * NOTE: This property will not be serialized. It can only be populated by the server.
2612
2820
  */
2613
2821
  readonly serialNumber?: string;
2614
- /** The size of the allocation for this volume in Mebibytes. */
2822
+ /** The requested storage allocation for the volume in Mebibytes. */
2615
2823
  sizeMiB: number;
2824
+ /** The resource ID of the storage appliance that hosts the volume. */
2825
+ storageApplianceId?: string;
2616
2826
  }
2617
2827
  /** BareMetalMachineKeySet represents the bare metal machine key set. */
2618
2828
  export interface BareMetalMachineKeySet extends TrackedResource {
@@ -2648,6 +2858,8 @@ export interface BareMetalMachineKeySet extends TrackedResource {
2648
2858
  osGroupName?: string;
2649
2859
  /** The access level allowed for the users in this key set. */
2650
2860
  privilegeLevel: BareMetalMachineKeySetPrivilegeLevel;
2861
+ /** The name of the access level to apply when the privilege level is set to Other. */
2862
+ privilegeLevelName?: string;
2651
2863
  /**
2652
2864
  * The provisioning state of the bare metal machine key set.
2653
2865
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2921,6 +3133,11 @@ export interface BareMetalMachinesRunDataExtractsHeaders {
2921
3133
  /** The URL to retrieve the status of the asynchronous operation. */
2922
3134
  location?: string;
2923
3135
  }
3136
+ /** Defines headers for BareMetalMachines_runDataExtractsRestricted operation. */
3137
+ export interface BareMetalMachinesRunDataExtractsRestrictedHeaders {
3138
+ /** The URL to retrieve the status of the asynchronous operation. */
3139
+ location?: string;
3140
+ }
2924
3141
  /** Defines headers for BareMetalMachines_runReadCommands operation. */
2925
3142
  export interface BareMetalMachinesRunReadCommandsHeaders {
2926
3143
  /** The URL to retrieve the status of the asynchronous operation. */
@@ -3086,6 +3303,11 @@ export interface StorageAppliancesEnableRemoteVendorManagementHeaders {
3086
3303
  /** The URL to retrieve the status of the asynchronous operation. */
3087
3304
  location?: string;
3088
3305
  }
3306
+ /** Defines headers for StorageAppliances_runReadCommands operation. */
3307
+ export interface StorageAppliancesRunReadCommandsHeaders {
3308
+ /** The URL to retrieve the status of the asynchronous operation. */
3309
+ location?: string;
3310
+ }
3089
3311
  /** Defines headers for TrunkedNetworks_createOrUpdate operation. */
3090
3312
  export interface TrunkedNetworksCreateOrUpdateHeaders {
3091
3313
  /** The URL to retrieve the status of the asynchronous operation. */
@@ -3113,6 +3335,11 @@ export interface VirtualMachinesUpdateHeaders {
3113
3335
  /** The URL to retrieve the status of the asynchronous operation. */
3114
3336
  location?: string;
3115
3337
  }
3338
+ /** Defines headers for VirtualMachines_assignRelay operation. */
3339
+ export interface VirtualMachinesAssignRelayHeaders {
3340
+ /** The URL to retrieve the status of the asynchronous operation. */
3341
+ location?: string;
3342
+ }
3116
3343
  /** Defines headers for VirtualMachines_powerOff operation. */
3117
3344
  export interface VirtualMachinesPowerOffHeaders {
3118
3345
  /** The URL to retrieve the status of the asynchronous operation. */
@@ -3277,6 +3504,47 @@ export declare enum KnownActionType {
3277
3504
  * **Internal**
3278
3505
  */
3279
3506
  export type ActionType = string;
3507
+ /** Known values of {@link ActionStateStatus} that the service accepts. */
3508
+ export declare enum KnownActionStateStatus {
3509
+ /** Completed */
3510
+ Completed = "Completed",
3511
+ /** InProgress */
3512
+ InProgress = "InProgress",
3513
+ /** Failed */
3514
+ Failed = "Failed"
3515
+ }
3516
+ /**
3517
+ * Defines values for ActionStateStatus. \
3518
+ * {@link KnownActionStateStatus} can be used interchangeably with ActionStateStatus,
3519
+ * this enum contains the known values that the service supports.
3520
+ * ### Known values supported by the service
3521
+ * **Completed** \
3522
+ * **InProgress** \
3523
+ * **Failed**
3524
+ */
3525
+ export type ActionStateStatus = string;
3526
+ /** Known values of {@link StepStateStatus} that the service accepts. */
3527
+ export declare enum KnownStepStateStatus {
3528
+ /** Completed */
3529
+ Completed = "Completed",
3530
+ /** InProgress */
3531
+ InProgress = "InProgress",
3532
+ /** Failed */
3533
+ Failed = "Failed",
3534
+ /** NotStarted */
3535
+ NotStarted = "NotStarted"
3536
+ }
3537
+ /**
3538
+ * Defines values for StepStateStatus. \
3539
+ * {@link KnownStepStateStatus} can be used interchangeably with StepStateStatus,
3540
+ * this enum contains the known values that the service supports.
3541
+ * ### Known values supported by the service
3542
+ * **Completed** \
3543
+ * **InProgress** \
3544
+ * **Failed** \
3545
+ * **NotStarted**
3546
+ */
3547
+ export type StepStateStatus = string;
3280
3548
  /** Known values of {@link BareMetalMachineCordonStatus} that the service accepts. */
3281
3549
  export declare enum KnownBareMetalMachineCordonStatus {
3282
3550
  /** Cordoned */
@@ -3476,6 +3744,41 @@ export declare enum KnownCloudServicesNetworkProvisioningState {
3476
3744
  * **Accepted**
3477
3745
  */
3478
3746
  export type CloudServicesNetworkProvisioningState = string;
3747
+ /** Known values of {@link CloudServicesNetworkStorageMode} that the service accepts. */
3748
+ export declare enum KnownCloudServicesNetworkStorageMode {
3749
+ /** None */
3750
+ None = "None",
3751
+ /** Standard */
3752
+ Standard = "Standard"
3753
+ }
3754
+ /**
3755
+ * Defines values for CloudServicesNetworkStorageMode. \
3756
+ * {@link KnownCloudServicesNetworkStorageMode} can be used interchangeably with CloudServicesNetworkStorageMode,
3757
+ * this enum contains the known values that the service supports.
3758
+ * ### Known values supported by the service
3759
+ * **None** \
3760
+ * **Standard**
3761
+ */
3762
+ export type CloudServicesNetworkStorageMode = string;
3763
+ /** Known values of {@link CloudServicesNetworkStorageStatusStatus} that the service accepts. */
3764
+ export declare enum KnownCloudServicesNetworkStorageStatusStatus {
3765
+ /** Available */
3766
+ Available = "Available",
3767
+ /** ExpandingVolume */
3768
+ ExpandingVolume = "ExpandingVolume",
3769
+ /** ExpansionFailed */
3770
+ ExpansionFailed = "ExpansionFailed"
3771
+ }
3772
+ /**
3773
+ * Defines values for CloudServicesNetworkStorageStatusStatus. \
3774
+ * {@link KnownCloudServicesNetworkStorageStatusStatus} can be used interchangeably with CloudServicesNetworkStorageStatusStatus,
3775
+ * this enum contains the known values that the service supports.
3776
+ * ### Known values supported by the service
3777
+ * **Available** \
3778
+ * **ExpandingVolume** \
3779
+ * **ExpansionFailed**
3780
+ */
3781
+ export type CloudServicesNetworkStorageStatusStatus = string;
3479
3782
  /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
3480
3783
  export declare enum KnownManagedServiceIdentityType {
3481
3784
  /** None */
@@ -3656,6 +3959,28 @@ export declare enum KnownClusterType {
3656
3959
  * **MultiRack**
3657
3960
  */
3658
3961
  export type ClusterType = string;
3962
+ /** Known values of {@link CommandOutputType} that the service accepts. */
3963
+ export declare enum KnownCommandOutputType {
3964
+ /** BareMetalMachineRunCommand */
3965
+ BareMetalMachineRunCommand = "BareMetalMachineRunCommand",
3966
+ /** BareMetalMachineRunDataExtracts */
3967
+ BareMetalMachineRunDataExtracts = "BareMetalMachineRunDataExtracts",
3968
+ /** BareMetalMachineRunReadCommands */
3969
+ BareMetalMachineRunReadCommands = "BareMetalMachineRunReadCommands",
3970
+ /** StorageRunReadCommands */
3971
+ StorageRunReadCommands = "StorageRunReadCommands"
3972
+ }
3973
+ /**
3974
+ * Defines values for CommandOutputType. \
3975
+ * {@link KnownCommandOutputType} can be used interchangeably with CommandOutputType,
3976
+ * this enum contains the known values that the service supports.
3977
+ * ### Known values supported by the service
3978
+ * **BareMetalMachineRunCommand** \
3979
+ * **BareMetalMachineRunDataExtracts** \
3980
+ * **BareMetalMachineRunReadCommands** \
3981
+ * **StorageRunReadCommands**
3982
+ */
3983
+ export type CommandOutputType = string;
3659
3984
  /** Known values of {@link ValidationThresholdGrouping} that the service accepts. */
3660
3985
  export declare enum KnownValidationThresholdGrouping {
3661
3986
  /** PerCluster */
@@ -4870,6 +5195,38 @@ export declare enum KnownBareMetalMachineSkipShutdown {
4870
5195
  * **False**
4871
5196
  */
4872
5197
  export type BareMetalMachineSkipShutdown = string;
5198
+ /** Known values of {@link BareMetalMachineReplaceSafeguardMode} that the service accepts. */
5199
+ export declare enum KnownBareMetalMachineReplaceSafeguardMode {
5200
+ /** All */
5201
+ All = "All",
5202
+ /** None */
5203
+ None = "None"
5204
+ }
5205
+ /**
5206
+ * Defines values for BareMetalMachineReplaceSafeguardMode. \
5207
+ * {@link KnownBareMetalMachineReplaceSafeguardMode} can be used interchangeably with BareMetalMachineReplaceSafeguardMode,
5208
+ * this enum contains the known values that the service supports.
5209
+ * ### Known values supported by the service
5210
+ * **All** \
5211
+ * **None**
5212
+ */
5213
+ export type BareMetalMachineReplaceSafeguardMode = string;
5214
+ /** Known values of {@link BareMetalMachineReplaceStoragePolicy} that the service accepts. */
5215
+ export declare enum KnownBareMetalMachineReplaceStoragePolicy {
5216
+ /** Preserve */
5217
+ Preserve = "Preserve",
5218
+ /** DiscardAll */
5219
+ DiscardAll = "DiscardAll"
5220
+ }
5221
+ /**
5222
+ * Defines values for BareMetalMachineReplaceStoragePolicy. \
5223
+ * {@link KnownBareMetalMachineReplaceStoragePolicy} can be used interchangeably with BareMetalMachineReplaceStoragePolicy,
5224
+ * this enum contains the known values that the service supports.
5225
+ * ### Known values supported by the service
5226
+ * **Preserve** \
5227
+ * **DiscardAll**
5228
+ */
5229
+ export type BareMetalMachineReplaceStoragePolicy = string;
4873
5230
  /** Known values of {@link BareMetalMachineKeySetDetailedStatus} that the service accepts. */
4874
5231
  export declare enum KnownBareMetalMachineKeySetDetailedStatus {
4875
5232
  /** AllActive */
@@ -4897,7 +5254,9 @@ export declare enum KnownBareMetalMachineKeySetPrivilegeLevel {
4897
5254
  /** Standard */
4898
5255
  Standard = "Standard",
4899
5256
  /** Superuser */
4900
- Superuser = "Superuser"
5257
+ Superuser = "Superuser",
5258
+ /** Other */
5259
+ Other = "Other"
4901
5260
  }
4902
5261
  /**
4903
5262
  * Defines values for BareMetalMachineKeySetPrivilegeLevel. \
@@ -4905,7 +5264,8 @@ export declare enum KnownBareMetalMachineKeySetPrivilegeLevel {
4905
5264
  * this enum contains the known values that the service supports.
4906
5265
  * ### Known values supported by the service
4907
5266
  * **Standard** \
4908
- * **Superuser**
5267
+ * **Superuser** \
5268
+ * **Other**
4909
5269
  */
4910
5270
  export type BareMetalMachineKeySetPrivilegeLevel = string;
4911
5271
  /** Known values of {@link BareMetalMachineKeySetProvisioningState} that the service accepts. */
@@ -5214,6 +5574,22 @@ export declare enum KnownKubernetesClusterFeatureRequired {
5214
5574
  * **False**
5215
5575
  */
5216
5576
  export type KubernetesClusterFeatureRequired = string;
5577
+ /** Known values of {@link RelayType} that the service accepts. */
5578
+ export declare enum KnownRelayType {
5579
+ /** Platform */
5580
+ Platform = "Platform",
5581
+ /** Public */
5582
+ Public = "Public"
5583
+ }
5584
+ /**
5585
+ * Defines values for RelayType. \
5586
+ * {@link KnownRelayType} can be used interchangeably with RelayType,
5587
+ * this enum contains the known values that the service supports.
5588
+ * ### Known values supported by the service
5589
+ * **Platform** \
5590
+ * **Public**
5591
+ */
5592
+ export type RelayType = string;
5217
5593
  /** Known values of {@link ConsoleDetailedStatus} that the service accepts. */
5218
5594
  export declare enum KnownConsoleDetailedStatus {
5219
5595
  /** Ready */
@@ -5299,11 +5675,19 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
5299
5675
  export type OperationsListNextResponse = OperationListResult;
5300
5676
  /** Optional parameters. */
5301
5677
  export interface BareMetalMachinesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
5678
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
5679
+ top?: number;
5680
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
5681
+ skipToken?: string;
5302
5682
  }
5303
5683
  /** Contains response data for the listBySubscription operation. */
5304
5684
  export type BareMetalMachinesListBySubscriptionResponse = BareMetalMachineList;
5305
5685
  /** Optional parameters. */
5306
5686
  export interface BareMetalMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
5687
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
5688
+ top?: number;
5689
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
5690
+ skipToken?: string;
5307
5691
  }
5308
5692
  /** Contains response data for the listByResourceGroup operation. */
5309
5693
  export type BareMetalMachinesListByResourceGroupResponse = BareMetalMachineList;
@@ -5423,6 +5807,15 @@ export interface BareMetalMachinesRunDataExtractsOptionalParams extends coreClie
5423
5807
  /** Contains response data for the runDataExtracts operation. */
5424
5808
  export type BareMetalMachinesRunDataExtractsResponse = OperationStatusResult;
5425
5809
  /** Optional parameters. */
5810
+ export interface BareMetalMachinesRunDataExtractsRestrictedOptionalParams extends coreClient.OperationOptions {
5811
+ /** Delay to wait until next poll, in milliseconds. */
5812
+ updateIntervalInMs?: number;
5813
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
5814
+ resumeFrom?: string;
5815
+ }
5816
+ /** Contains response data for the runDataExtractsRestricted operation. */
5817
+ export type BareMetalMachinesRunDataExtractsRestrictedResponse = OperationStatusResult;
5818
+ /** Optional parameters. */
5426
5819
  export interface BareMetalMachinesRunReadCommandsOptionalParams extends coreClient.OperationOptions {
5427
5820
  /** Delay to wait until next poll, in milliseconds. */
5428
5821
  updateIntervalInMs?: number;
@@ -5461,11 +5854,19 @@ export interface BareMetalMachinesListByResourceGroupNextOptionalParams extends
5461
5854
  export type BareMetalMachinesListByResourceGroupNextResponse = BareMetalMachineList;
5462
5855
  /** Optional parameters. */
5463
5856
  export interface CloudServicesNetworksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
5857
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
5858
+ top?: number;
5859
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
5860
+ skipToken?: string;
5464
5861
  }
5465
5862
  /** Contains response data for the listBySubscription operation. */
5466
5863
  export type CloudServicesNetworksListBySubscriptionResponse = CloudServicesNetworkList;
5467
5864
  /** Optional parameters. */
5468
5865
  export interface CloudServicesNetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
5866
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
5867
+ top?: number;
5868
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
5869
+ skipToken?: string;
5469
5870
  }
5470
5871
  /** Contains response data for the listByResourceGroup operation. */
5471
5872
  export type CloudServicesNetworksListByResourceGroupResponse = CloudServicesNetworkList;
@@ -5527,11 +5928,19 @@ export interface CloudServicesNetworksListByResourceGroupNextOptionalParams exte
5527
5928
  export type CloudServicesNetworksListByResourceGroupNextResponse = CloudServicesNetworkList;
5528
5929
  /** Optional parameters. */
5529
5930
  export interface ClusterManagersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
5931
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
5932
+ top?: number;
5933
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
5934
+ skipToken?: string;
5530
5935
  }
5531
5936
  /** Contains response data for the listBySubscription operation. */
5532
5937
  export type ClusterManagersListBySubscriptionResponse = ClusterManagerList;
5533
5938
  /** Optional parameters. */
5534
5939
  export interface ClusterManagersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
5940
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
5941
+ top?: number;
5942
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
5943
+ skipToken?: string;
5535
5944
  }
5536
5945
  /** Contains response data for the listByResourceGroup operation. */
5537
5946
  export type ClusterManagersListByResourceGroupResponse = ClusterManagerList;
@@ -5589,11 +5998,19 @@ export interface ClusterManagersListByResourceGroupNextOptionalParams extends co
5589
5998
  export type ClusterManagersListByResourceGroupNextResponse = ClusterManagerList;
5590
5999
  /** Optional parameters. */
5591
6000
  export interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
6001
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6002
+ top?: number;
6003
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6004
+ skipToken?: string;
5592
6005
  }
5593
6006
  /** Contains response data for the listBySubscription operation. */
5594
6007
  export type ClustersListBySubscriptionResponse = ClusterList;
5595
6008
  /** Optional parameters. */
5596
6009
  export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
6010
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6011
+ top?: number;
6012
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6013
+ skipToken?: string;
5597
6014
  }
5598
6015
  /** Contains response data for the listByResourceGroup operation. */
5599
6016
  export type ClustersListByResourceGroupResponse = ClusterList;
@@ -5695,11 +6112,19 @@ export interface ClustersListByResourceGroupNextOptionalParams extends coreClien
5695
6112
  export type ClustersListByResourceGroupNextResponse = ClusterList;
5696
6113
  /** Optional parameters. */
5697
6114
  export interface KubernetesClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
6115
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6116
+ top?: number;
6117
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6118
+ skipToken?: string;
5698
6119
  }
5699
6120
  /** Contains response data for the listBySubscription operation. */
5700
6121
  export type KubernetesClustersListBySubscriptionResponse = KubernetesClusterList;
5701
6122
  /** Optional parameters. */
5702
6123
  export interface KubernetesClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
6124
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6125
+ top?: number;
6126
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6127
+ skipToken?: string;
5703
6128
  }
5704
6129
  /** Contains response data for the listByResourceGroup operation. */
5705
6130
  export type KubernetesClustersListByResourceGroupResponse = KubernetesClusterList;
@@ -5770,11 +6195,19 @@ export interface KubernetesClustersListByResourceGroupNextOptionalParams extends
5770
6195
  export type KubernetesClustersListByResourceGroupNextResponse = KubernetesClusterList;
5771
6196
  /** Optional parameters. */
5772
6197
  export interface L2NetworksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
6198
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6199
+ top?: number;
6200
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6201
+ skipToken?: string;
5773
6202
  }
5774
6203
  /** Contains response data for the listBySubscription operation. */
5775
6204
  export type L2NetworksListBySubscriptionResponse = L2NetworkList;
5776
6205
  /** Optional parameters. */
5777
6206
  export interface L2NetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
6207
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6208
+ top?: number;
6209
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6210
+ skipToken?: string;
5778
6211
  }
5779
6212
  /** Contains response data for the listByResourceGroup operation. */
5780
6213
  export type L2NetworksListByResourceGroupResponse = L2NetworkList;
@@ -5832,11 +6265,19 @@ export interface L2NetworksListByResourceGroupNextOptionalParams extends coreCli
5832
6265
  export type L2NetworksListByResourceGroupNextResponse = L2NetworkList;
5833
6266
  /** Optional parameters. */
5834
6267
  export interface L3NetworksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
6268
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6269
+ top?: number;
6270
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6271
+ skipToken?: string;
5835
6272
  }
5836
6273
  /** Contains response data for the listBySubscription operation. */
5837
6274
  export type L3NetworksListBySubscriptionResponse = L3NetworkList;
5838
6275
  /** Optional parameters. */
5839
6276
  export interface L3NetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
6277
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6278
+ top?: number;
6279
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6280
+ skipToken?: string;
5840
6281
  }
5841
6282
  /** Contains response data for the listByResourceGroup operation. */
5842
6283
  export type L3NetworksListByResourceGroupResponse = L3NetworkList;
@@ -5909,11 +6350,19 @@ export interface RackSkusListBySubscriptionNextOptionalParams extends coreClient
5909
6350
  export type RackSkusListBySubscriptionNextResponse = RackSkuList;
5910
6351
  /** Optional parameters. */
5911
6352
  export interface RacksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
6353
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6354
+ top?: number;
6355
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6356
+ skipToken?: string;
5912
6357
  }
5913
6358
  /** Contains response data for the listBySubscription operation. */
5914
6359
  export type RacksListBySubscriptionResponse = RackList;
5915
6360
  /** Optional parameters. */
5916
6361
  export interface RacksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
6362
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6363
+ top?: number;
6364
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6365
+ skipToken?: string;
5917
6366
  }
5918
6367
  /** Contains response data for the listByResourceGroup operation. */
5919
6368
  export type RacksListByResourceGroupResponse = RackList;
@@ -5975,11 +6424,19 @@ export interface RacksListByResourceGroupNextOptionalParams extends coreClient.O
5975
6424
  export type RacksListByResourceGroupNextResponse = RackList;
5976
6425
  /** Optional parameters. */
5977
6426
  export interface StorageAppliancesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
6427
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6428
+ top?: number;
6429
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6430
+ skipToken?: string;
5978
6431
  }
5979
6432
  /** Contains response data for the listBySubscription operation. */
5980
6433
  export type StorageAppliancesListBySubscriptionResponse = StorageApplianceList;
5981
6434
  /** Optional parameters. */
5982
6435
  export interface StorageAppliancesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
6436
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6437
+ top?: number;
6438
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6439
+ skipToken?: string;
5983
6440
  }
5984
6441
  /** Contains response data for the listByResourceGroup operation. */
5985
6442
  export type StorageAppliancesListByResourceGroupResponse = StorageApplianceList;
@@ -6050,6 +6507,15 @@ export interface StorageAppliancesEnableRemoteVendorManagementOptionalParams ext
6050
6507
  /** Contains response data for the enableRemoteVendorManagement operation. */
6051
6508
  export type StorageAppliancesEnableRemoteVendorManagementResponse = OperationStatusResult;
6052
6509
  /** Optional parameters. */
6510
+ export interface StorageAppliancesRunReadCommandsOptionalParams extends coreClient.OperationOptions {
6511
+ /** Delay to wait until next poll, in milliseconds. */
6512
+ updateIntervalInMs?: number;
6513
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6514
+ resumeFrom?: string;
6515
+ }
6516
+ /** Contains response data for the runReadCommands operation. */
6517
+ export type StorageAppliancesRunReadCommandsResponse = OperationStatusResult;
6518
+ /** Optional parameters. */
6053
6519
  export interface StorageAppliancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
6054
6520
  }
6055
6521
  /** Contains response data for the listBySubscriptionNext operation. */
@@ -6061,11 +6527,19 @@ export interface StorageAppliancesListByResourceGroupNextOptionalParams extends
6061
6527
  export type StorageAppliancesListByResourceGroupNextResponse = StorageApplianceList;
6062
6528
  /** Optional parameters. */
6063
6529
  export interface TrunkedNetworksListBySubscriptionOptionalParams extends coreClient.OperationOptions {
6530
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6531
+ top?: number;
6532
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6533
+ skipToken?: string;
6064
6534
  }
6065
6535
  /** Contains response data for the listBySubscription operation. */
6066
6536
  export type TrunkedNetworksListBySubscriptionResponse = TrunkedNetworkList;
6067
6537
  /** Optional parameters. */
6068
6538
  export interface TrunkedNetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
6539
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6540
+ top?: number;
6541
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6542
+ skipToken?: string;
6069
6543
  }
6070
6544
  /** Contains response data for the listByResourceGroup operation. */
6071
6545
  export type TrunkedNetworksListByResourceGroupResponse = TrunkedNetworkList;
@@ -6123,11 +6597,19 @@ export interface TrunkedNetworksListByResourceGroupNextOptionalParams extends co
6123
6597
  export type TrunkedNetworksListByResourceGroupNextResponse = TrunkedNetworkList;
6124
6598
  /** Optional parameters. */
6125
6599
  export interface VirtualMachinesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
6600
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6601
+ top?: number;
6602
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6603
+ skipToken?: string;
6126
6604
  }
6127
6605
  /** Contains response data for the listBySubscription operation. */
6128
6606
  export type VirtualMachinesListBySubscriptionResponse = VirtualMachineList;
6129
6607
  /** Optional parameters. */
6130
6608
  export interface VirtualMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
6609
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6610
+ top?: number;
6611
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6612
+ skipToken?: string;
6131
6613
  }
6132
6614
  /** Contains response data for the listByResourceGroup operation. */
6133
6615
  export type VirtualMachinesListByResourceGroupResponse = VirtualMachineList;
@@ -6178,6 +6660,17 @@ export interface VirtualMachinesUpdateOptionalParams extends coreClient.Operatio
6178
6660
  /** Contains response data for the update operation. */
6179
6661
  export type VirtualMachinesUpdateResponse = VirtualMachine;
6180
6662
  /** Optional parameters. */
6663
+ export interface VirtualMachinesAssignRelayOptionalParams extends coreClient.OperationOptions {
6664
+ /** The request body. */
6665
+ virtualMachineAssignRelayParameters?: VirtualMachineAssignRelayParameters;
6666
+ /** Delay to wait until next poll, in milliseconds. */
6667
+ updateIntervalInMs?: number;
6668
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
6669
+ resumeFrom?: string;
6670
+ }
6671
+ /** Contains response data for the assignRelay operation. */
6672
+ export type VirtualMachinesAssignRelayResponse = OperationStatusResult;
6673
+ /** Optional parameters. */
6181
6674
  export interface VirtualMachinesPowerOffOptionalParams extends coreClient.OperationOptions {
6182
6675
  /** The request body. */
6183
6676
  virtualMachinePowerOffParameters?: VirtualMachinePowerOffParameters;
@@ -6227,11 +6720,19 @@ export interface VirtualMachinesListByResourceGroupNextOptionalParams extends co
6227
6720
  export type VirtualMachinesListByResourceGroupNextResponse = VirtualMachineList;
6228
6721
  /** Optional parameters. */
6229
6722
  export interface VolumesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
6723
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6724
+ top?: number;
6725
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6726
+ skipToken?: string;
6230
6727
  }
6231
6728
  /** Contains response data for the listBySubscription operation. */
6232
6729
  export type VolumesListBySubscriptionResponse = VolumeList;
6233
6730
  /** Optional parameters. */
6234
6731
  export interface VolumesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
6732
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6733
+ top?: number;
6734
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6735
+ skipToken?: string;
6235
6736
  }
6236
6737
  /** Contains response data for the listByResourceGroup operation. */
6237
6738
  export type VolumesListByResourceGroupResponse = VolumeList;
@@ -6289,6 +6790,10 @@ export interface VolumesListByResourceGroupNextOptionalParams extends coreClient
6289
6790
  export type VolumesListByResourceGroupNextResponse = VolumeList;
6290
6791
  /** Optional parameters. */
6291
6792
  export interface BareMetalMachineKeySetsListByClusterOptionalParams extends coreClient.OperationOptions {
6793
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6794
+ top?: number;
6795
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6796
+ skipToken?: string;
6292
6797
  }
6293
6798
  /** Contains response data for the listByCluster operation. */
6294
6799
  export type BareMetalMachineKeySetsListByClusterResponse = BareMetalMachineKeySetList;
@@ -6345,6 +6850,10 @@ export interface BareMetalMachineKeySetsListByClusterNextOptionalParams extends
6345
6850
  export type BareMetalMachineKeySetsListByClusterNextResponse = BareMetalMachineKeySetList;
6346
6851
  /** Optional parameters. */
6347
6852
  export interface BmcKeySetsListByClusterOptionalParams extends coreClient.OperationOptions {
6853
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6854
+ top?: number;
6855
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6856
+ skipToken?: string;
6348
6857
  }
6349
6858
  /** Contains response data for the listByCluster operation. */
6350
6859
  export type BmcKeySetsListByClusterResponse = BmcKeySetList;
@@ -6401,6 +6910,10 @@ export interface BmcKeySetsListByClusterNextOptionalParams extends coreClient.Op
6401
6910
  export type BmcKeySetsListByClusterNextResponse = BmcKeySetList;
6402
6911
  /** Optional parameters. */
6403
6912
  export interface MetricsConfigurationsListByClusterOptionalParams extends coreClient.OperationOptions {
6913
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6914
+ top?: number;
6915
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6916
+ skipToken?: string;
6404
6917
  }
6405
6918
  /** Contains response data for the listByCluster operation. */
6406
6919
  export type MetricsConfigurationsListByClusterResponse = ClusterMetricsConfigurationList;
@@ -6457,6 +6970,10 @@ export interface MetricsConfigurationsListByClusterNextOptionalParams extends co
6457
6970
  export type MetricsConfigurationsListByClusterNextResponse = ClusterMetricsConfigurationList;
6458
6971
  /** Optional parameters. */
6459
6972
  export interface AgentPoolsListByKubernetesClusterOptionalParams extends coreClient.OperationOptions {
6973
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
6974
+ top?: number;
6975
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
6976
+ skipToken?: string;
6460
6977
  }
6461
6978
  /** Contains response data for the listByKubernetesCluster operation. */
6462
6979
  export type AgentPoolsListByKubernetesClusterResponse = AgentPoolList;
@@ -6513,6 +7030,10 @@ export interface AgentPoolsListByKubernetesClusterNextOptionalParams extends cor
6513
7030
  export type AgentPoolsListByKubernetesClusterNextResponse = AgentPoolList;
6514
7031
  /** Optional parameters. */
6515
7032
  export interface KubernetesClusterFeaturesListByKubernetesClusterOptionalParams extends coreClient.OperationOptions {
7033
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
7034
+ top?: number;
7035
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
7036
+ skipToken?: string;
6516
7037
  }
6517
7038
  /** Contains response data for the listByKubernetesCluster operation. */
6518
7039
  export type KubernetesClusterFeaturesListByKubernetesClusterResponse = KubernetesClusterFeatureList;
@@ -6569,6 +7090,10 @@ export interface KubernetesClusterFeaturesListByKubernetesClusterNextOptionalPar
6569
7090
  export type KubernetesClusterFeaturesListByKubernetesClusterNextResponse = KubernetesClusterFeatureList;
6570
7091
  /** Optional parameters. */
6571
7092
  export interface ConsolesListByVirtualMachineOptionalParams extends coreClient.OperationOptions {
7093
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
7094
+ top?: number;
7095
+ /** The opaque token that the server returns to indicate where to continue listing resources from. This is used for paging through large result sets. */
7096
+ skipToken?: string;
6572
7097
  }
6573
7098
  /** Contains response data for the listByVirtualMachine operation. */
6574
7099
  export type ConsolesListByVirtualMachineResponse = ConsoleList;