@azure/arm-networkcloud 1.2.0-beta.1 → 1.3.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (773) hide show
  1. package/README.md +2 -2
  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 +845 -14
  10. package/dist/browser/models/index.d.ts.map +1 -1
  11. package/dist/browser/models/index.js +81 -8
  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 +1275 -312
  16. package/dist/browser/models/mappers.js.map +1 -1
  17. package/dist/browser/models/parameters.d.ts +8 -1
  18. package/dist/browser/models/parameters.d.ts.map +1 -1
  19. package/dist/browser/models/parameters.js +53 -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 +73 -70
  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 +73 -70
  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 +308 -180
  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 +73 -70
  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 +98 -120
  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 +87 -114
  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 +142 -144
  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 +73 -70
  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 +73 -70
  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 +109 -126
  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 +87 -114
  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 +87 -114
  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 +73 -70
  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 +98 -120
  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 +216 -132
  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 +87 -114
  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 +232 -143
  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 +87 -114
  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 +845 -14
  202. package/dist/commonjs/models/index.d.ts.map +1 -1
  203. package/dist/commonjs/models/index.js +84 -11
  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 +1280 -317
  208. package/dist/commonjs/models/mappers.js.map +1 -1
  209. package/dist/commonjs/models/parameters.d.ts +8 -1
  210. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  211. package/dist/commonjs/models/parameters.js +54 -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 +72 -68
  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 +72 -68
  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 +307 -178
  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 +72 -68
  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 +97 -118
  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 +86 -112
  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 +141 -142
  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 +72 -68
  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 +72 -68
  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 +108 -124
  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 +86 -112
  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 +86 -112
  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 +72 -68
  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 +97 -118
  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 +215 -130
  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 +86 -112
  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 +231 -141
  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 +86 -112
  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 +845 -14
  395. package/dist/esm/models/index.d.ts.map +1 -1
  396. package/dist/esm/models/index.js +81 -8
  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 +1275 -312
  401. package/dist/esm/models/mappers.js.map +1 -1
  402. package/dist/esm/models/parameters.d.ts +8 -1
  403. package/dist/esm/models/parameters.d.ts.map +1 -1
  404. package/dist/esm/models/parameters.js +53 -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 +73 -70
  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 +73 -70
  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 +308 -180
  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 +73 -70
  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 +98 -120
  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 +87 -114
  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 +142 -144
  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 +73 -70
  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 +73 -70
  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 +109 -126
  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 +87 -114
  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 +87 -114
  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 +73 -70
  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 +98 -120
  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 +216 -132
  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 +87 -114
  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 +232 -143
  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 +87 -114
  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 +845 -14
  587. package/dist/react-native/models/index.d.ts.map +1 -1
  588. package/dist/react-native/models/index.js +81 -8
  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 +1275 -312
  593. package/dist/react-native/models/mappers.js.map +1 -1
  594. package/dist/react-native/models/parameters.d.ts +8 -1
  595. package/dist/react-native/models/parameters.d.ts.map +1 -1
  596. package/dist/react-native/models/parameters.js +53 -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 +73 -70
  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 +73 -70
  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 +308 -180
  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 +73 -70
  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 +98 -120
  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 +87 -114
  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 +142 -144
  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 +73 -70
  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 +73 -70
  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 +109 -126
  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 +87 -114
  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 +87 -114
  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 +73 -70
  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 +98 -120
  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 +216 -132
  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 +87 -114
  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 +232 -143
  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 +87 -114
  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 +56 -65
  772. package/CHANGELOG.md +0 -340
  773. package/review/arm-networkcloud.api.md +0 -4390
@@ -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. */
@@ -1767,8 +1937,18 @@ export interface RackSku extends Resource {
1767
1937
  }
1768
1938
  /** BareMetalMachine represents the physical machine in the rack. */
1769
1939
  export interface BareMetalMachine extends TrackedResource {
1940
+ /**
1941
+ * Resource ETag.
1942
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1943
+ */
1944
+ readonly etag?: string;
1770
1945
  /** The extended location of the cluster associated with the resource. */
1771
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[];
1772
1952
  /**
1773
1953
  * The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
1774
1954
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1782,6 +1962,11 @@ export interface BareMetalMachine extends TrackedResource {
1782
1962
  bmcMacAddress: string;
1783
1963
  /** The MAC address of a NIC connected to the PXE network. */
1784
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;
1785
1970
  /**
1786
1971
  * The resource ID of the cluster this bare metal machine is associated with.
1787
1972
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1904,6 +2089,11 @@ export interface BareMetalMachine extends TrackedResource {
1904
2089
  * virtual machines and/or Hybrid AKS clusters.
1905
2090
  */
1906
2091
  export interface CloudServicesNetwork extends TrackedResource {
2092
+ /**
2093
+ * Resource ETag.
2094
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2095
+ */
2096
+ readonly etag?: string;
1907
2097
  /** The extended location of the cluster associated with the resource. */
1908
2098
  extendedLocation: ExtendedLocation;
1909
2099
  /** The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. */
@@ -1950,6 +2140,13 @@ export interface CloudServicesNetwork extends TrackedResource {
1950
2140
  * NOTE: This property will not be serialized. It can only be populated by the server.
1951
2141
  */
1952
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;
1953
2150
  /**
1954
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.
1955
2152
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1958,11 +2155,16 @@ export interface CloudServicesNetwork extends TrackedResource {
1958
2155
  }
1959
2156
  /** ClusterManager represents a control-plane to manage one or more on-premises clusters. */
1960
2157
  export interface ClusterManager extends TrackedResource {
2158
+ /**
2159
+ * Resource ETag.
2160
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2161
+ */
2162
+ readonly etag?: string;
1961
2163
  /** The identity of the cluster manager. */
1962
2164
  identity?: ManagedServiceIdentity;
1963
2165
  /** The resource ID of the Log Analytics workspace that is used for the logs collection. */
1964
2166
  analyticsWorkspaceId?: string;
1965
- /** 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. */
1966
2168
  availabilityZones?: string[];
1967
2169
  /**
1968
2170
  * The list of the cluster versions the manager supports. It is used as input in clusterVersion property of a cluster resource.
@@ -1993,15 +2195,25 @@ export interface ClusterManager extends TrackedResource {
1993
2195
  * NOTE: This property will not be serialized. It can only be populated by the server.
1994
2196
  */
1995
2197
  readonly provisioningState?: ClusterManagerProvisioningState;
1996
- /** 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. */
1997
2199
  vmSize?: string;
1998
2200
  }
1999
2201
  /** Cluster represents the on-premises Network Cloud cluster. */
2000
2202
  export interface Cluster extends TrackedResource {
2203
+ /**
2204
+ * Resource ETag.
2205
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2206
+ */
2207
+ readonly etag?: string;
2001
2208
  /** The extended location of the cluster manager associated with the cluster. */
2002
2209
  extendedLocation: ExtendedLocation;
2003
2210
  /** The identity for the resource. */
2004
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[];
2005
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. */
2006
2218
  aggregatorOrSingleRackDefinition: RackDefinition;
2007
2219
  /** The settings for the log analytics workspace used for output of logs from this cluster. */
@@ -2040,7 +2252,7 @@ export interface Cluster extends TrackedResource {
2040
2252
  * NOTE: This property will not be serialized. It can only be populated by the server.
2041
2253
  */
2042
2254
  readonly clusterManagerId?: string;
2043
- /** 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. */
2044
2256
  clusterServicePrincipal?: ServicePrincipalInformation;
2045
2257
  /** The type of rack configuration for the cluster. */
2046
2258
  clusterType: ClusterType;
@@ -2107,6 +2319,11 @@ export interface Cluster extends TrackedResource {
2107
2319
  }
2108
2320
  /** KubernetesCluster represents the Kubernetes cluster hosted on Network Cloud. */
2109
2321
  export interface KubernetesCluster extends TrackedResource {
2322
+ /**
2323
+ * Resource ETag.
2324
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2325
+ */
2326
+ readonly etag?: string;
2110
2327
  /** The extended location of the cluster associated with the resource. */
2111
2328
  extendedLocation: ExtendedLocation;
2112
2329
  /** The Azure Active Directory Integration properties. */
@@ -2176,6 +2393,11 @@ export interface KubernetesCluster extends TrackedResource {
2176
2393
  }
2177
2394
  /** L2Network represents a network that utilizes a single isolation domain set up for layer-2 resources. */
2178
2395
  export interface L2Network extends TrackedResource {
2396
+ /**
2397
+ * Resource ETag.
2398
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2399
+ */
2400
+ readonly etag?: string;
2179
2401
  /** The extended location of the cluster associated with the resource. */
2180
2402
  extendedLocation: ExtendedLocation;
2181
2403
  /**
@@ -2222,6 +2444,11 @@ export interface L2Network extends TrackedResource {
2222
2444
  }
2223
2445
  /** L3Network represents a network that utilizes a single isolation domain set up for layer-3 resources. */
2224
2446
  export interface L3Network extends TrackedResource {
2447
+ /**
2448
+ * Resource ETag.
2449
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2450
+ */
2451
+ readonly etag?: string;
2225
2452
  /** The extended location of the cluster associated with the resource. */
2226
2453
  extendedLocation: ExtendedLocation;
2227
2454
  /**
@@ -2284,6 +2511,11 @@ export interface L3Network extends TrackedResource {
2284
2511
  }
2285
2512
  /** Rack represents the hardware of the rack and is dependent upon the cluster for lifecycle. */
2286
2513
  export interface Rack extends TrackedResource {
2514
+ /**
2515
+ * Resource ETag.
2516
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2517
+ */
2518
+ readonly etag?: string;
2287
2519
  /** The extended location of the cluster associated with the resource. */
2288
2520
  extendedLocation: ExtendedLocation;
2289
2521
  /** The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement. */
@@ -2317,22 +2549,32 @@ export interface Rack extends TrackedResource {
2317
2549
  }
2318
2550
  /** StorageAppliance represents on-premises Network Cloud storage appliance. */
2319
2551
  export interface StorageAppliance extends TrackedResource {
2552
+ /**
2553
+ * Resource ETag.
2554
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2555
+ */
2556
+ readonly etag?: string;
2320
2557
  /** The extended location of the cluster associated with the resource. */
2321
2558
  extendedLocation: ExtendedLocation;
2322
2559
  /** The credentials of the administrative interface on this storage appliance. */
2323
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;
2324
2566
  /**
2325
2567
  * The total capacity of the storage appliance. Measured in GiB.
2326
2568
  * NOTE: This property will not be serialized. It can only be populated by the server.
2327
2569
  */
2328
2570
  readonly capacity?: number;
2329
2571
  /**
2330
- * The amount of storage consumed.
2572
+ * The amount of storage consumed. Measured in GiB.
2331
2573
  * NOTE: This property will not be serialized. It can only be populated by the server.
2332
2574
  */
2333
2575
  readonly capacityUsed?: number;
2334
2576
  /**
2335
- * 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.
2336
2578
  * NOTE: This property will not be serialized. It can only be populated by the server.
2337
2579
  */
2338
2580
  readonly clusterId?: string;
@@ -2397,6 +2639,11 @@ export interface StorageAppliance extends TrackedResource {
2397
2639
  }
2398
2640
  /** TrunkedNetwork represents a network that utilizes multiple isolation domains and specified VLANs to create a trunked network. */
2399
2641
  export interface TrunkedNetwork extends TrackedResource {
2642
+ /**
2643
+ * Resource ETag.
2644
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2645
+ */
2646
+ readonly etag?: string;
2400
2647
  /** The extended location of the cluster associated with the resource. */
2401
2648
  extendedLocation: ExtendedLocation;
2402
2649
  /**
@@ -2445,8 +2692,15 @@ export interface TrunkedNetwork extends TrackedResource {
2445
2692
  }
2446
2693
  /** VirtualMachine represents the on-premises Network Cloud virtual machine. */
2447
2694
  export interface VirtualMachine extends TrackedResource {
2695
+ /**
2696
+ * Resource ETag.
2697
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2698
+ */
2699
+ readonly etag?: string;
2448
2700
  /** The extended location of the cluster associated with the resource. */
2449
2701
  extendedLocation: ExtendedLocation;
2702
+ /** The identity for the resource. */
2703
+ identity?: ManagedServiceIdentity;
2450
2704
  /** The name of the administrator to which the ssh public keys will be added into the authorized keys. */
2451
2705
  adminUsername: string;
2452
2706
  /**
@@ -2488,8 +2742,10 @@ export interface VirtualMachine extends TrackedResource {
2488
2742
  memorySizeGB: number;
2489
2743
  /** The list of network attachments to the virtual machine. */
2490
2744
  networkAttachments?: NetworkAttachment[];
2491
- /** 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. */
2492
2746
  networkData?: string;
2747
+ /** The Base64 encoded cloud-init network data. */
2748
+ networkDataContent?: string;
2493
2749
  /** The scheduling hints for the virtual machine. */
2494
2750
  placementHints?: VirtualMachinePlacementHint[];
2495
2751
  /**
@@ -2506,8 +2762,10 @@ export interface VirtualMachine extends TrackedResource {
2506
2762
  sshPublicKeys?: SshPublicKey[];
2507
2763
  /** The storage profile that specifies size and other parameters about the disks related to the virtual machine. */
2508
2764
  storageProfile: StorageProfile;
2509
- /** 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. */
2510
2766
  userData?: string;
2767
+ /** The Base64 encoded cloud-init user data. */
2768
+ userDataContent?: string;
2511
2769
  /** Field Deprecated, use virtualizationModel instead. The type of the virtio interface. */
2512
2770
  virtioInterface?: VirtualMachineVirtioInterfaceType;
2513
2771
  /** The type of the device model to use. */
@@ -2524,8 +2782,18 @@ export interface VirtualMachine extends TrackedResource {
2524
2782
  }
2525
2783
  /** Volume represents storage made available for use by resources running on the cluster. */
2526
2784
  export interface Volume extends TrackedResource {
2785
+ /**
2786
+ * Resource ETag.
2787
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2788
+ */
2789
+ readonly etag?: string;
2527
2790
  /** The extended location of the cluster associated with the resource. */
2528
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;
2529
2797
  /**
2530
2798
  * The list of resource IDs that attach the volume. It may include virtual machines and Hybrid AKS clusters.
2531
2799
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2551,11 +2819,18 @@ export interface Volume extends TrackedResource {
2551
2819
  * NOTE: This property will not be serialized. It can only be populated by the server.
2552
2820
  */
2553
2821
  readonly serialNumber?: string;
2554
- /** The size of the allocation for this volume in Mebibytes. */
2822
+ /** The requested storage allocation for the volume in Mebibytes. */
2555
2823
  sizeMiB: number;
2824
+ /** The resource ID of the storage appliance that hosts the volume. */
2825
+ storageApplianceId?: string;
2556
2826
  }
2557
2827
  /** BareMetalMachineKeySet represents the bare metal machine key set. */
2558
2828
  export interface BareMetalMachineKeySet extends TrackedResource {
2829
+ /**
2830
+ * Resource ETag.
2831
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2832
+ */
2833
+ readonly etag?: string;
2559
2834
  /** The extended location of the cluster associated with the resource. */
2560
2835
  extendedLocation: ExtendedLocation;
2561
2836
  /** The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access. */
@@ -2583,6 +2858,8 @@ export interface BareMetalMachineKeySet extends TrackedResource {
2583
2858
  osGroupName?: string;
2584
2859
  /** The access level allowed for the users in this key set. */
2585
2860
  privilegeLevel: BareMetalMachineKeySetPrivilegeLevel;
2861
+ /** The name of the access level to apply when the privilege level is set to Other. */
2862
+ privilegeLevelName?: string;
2586
2863
  /**
2587
2864
  * The provisioning state of the bare metal machine key set.
2588
2865
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2598,6 +2875,11 @@ export interface BareMetalMachineKeySet extends TrackedResource {
2598
2875
  }
2599
2876
  /** BmcKeySet represents the baseboard management controller key set. */
2600
2877
  export interface BmcKeySet extends TrackedResource {
2878
+ /**
2879
+ * Resource ETag.
2880
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2881
+ */
2882
+ readonly etag?: string;
2601
2883
  /** The extended location of the cluster associated with the resource. */
2602
2884
  extendedLocation: ExtendedLocation;
2603
2885
  /** The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access. */
@@ -2636,6 +2918,11 @@ export interface BmcKeySet extends TrackedResource {
2636
2918
  }
2637
2919
  /** ClusterMetricsConfiguration represents the metrics configuration of an on-premises Network Cloud cluster. */
2638
2920
  export interface ClusterMetricsConfiguration extends TrackedResource {
2921
+ /**
2922
+ * Resource ETag.
2923
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2924
+ */
2925
+ readonly etag?: string;
2639
2926
  /** The extended location of the cluster associated with the resource. */
2640
2927
  extendedLocation: ExtendedLocation;
2641
2928
  /** The interval in minutes by which metrics will be collected. */
@@ -2665,6 +2952,11 @@ export interface ClusterMetricsConfiguration extends TrackedResource {
2665
2952
  }
2666
2953
  /** AgentPool represents the agent pool of Kubernetes cluster. */
2667
2954
  export interface AgentPool extends TrackedResource {
2955
+ /**
2956
+ * Resource ETag.
2957
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2958
+ */
2959
+ readonly etag?: string;
2668
2960
  /** The extended location of the cluster associated with the resource. */
2669
2961
  extendedLocation?: ExtendedLocation;
2670
2962
  /** The administrator credentials to be used for the nodes in this agent pool. */
@@ -2710,6 +3002,11 @@ export interface AgentPool extends TrackedResource {
2710
3002
  }
2711
3003
  /** KubernetesClusterFeature represents the feature of a Kubernetes cluster. */
2712
3004
  export interface KubernetesClusterFeature extends TrackedResource {
3005
+ /**
3006
+ * Resource ETag.
3007
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3008
+ */
3009
+ readonly etag?: string;
2713
3010
  /**
2714
3011
  * The lifecycle indicator of the feature.
2715
3012
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2745,6 +3042,11 @@ export interface KubernetesClusterFeature extends TrackedResource {
2745
3042
  }
2746
3043
  /** Console represents the console of an on-premises Network Cloud virtual machine. */
2747
3044
  export interface Console extends TrackedResource {
3045
+ /**
3046
+ * Resource ETag.
3047
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3048
+ */
3049
+ readonly etag?: string;
2748
3050
  /** The extended location of the cluster manager associated with the cluster this virtual machine is created on. */
2749
3051
  extendedLocation: ExtendedLocation;
2750
3052
  /**
@@ -2831,6 +3133,11 @@ export interface BareMetalMachinesRunDataExtractsHeaders {
2831
3133
  /** The URL to retrieve the status of the asynchronous operation. */
2832
3134
  location?: string;
2833
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
+ }
2834
3141
  /** Defines headers for BareMetalMachines_runReadCommands operation. */
2835
3142
  export interface BareMetalMachinesRunReadCommandsHeaders {
2836
3143
  /** The URL to retrieve the status of the asynchronous operation. */
@@ -2996,6 +3303,11 @@ export interface StorageAppliancesEnableRemoteVendorManagementHeaders {
2996
3303
  /** The URL to retrieve the status of the asynchronous operation. */
2997
3304
  location?: string;
2998
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
+ }
2999
3311
  /** Defines headers for TrunkedNetworks_createOrUpdate operation. */
3000
3312
  export interface TrunkedNetworksCreateOrUpdateHeaders {
3001
3313
  /** The URL to retrieve the status of the asynchronous operation. */
@@ -3023,6 +3335,11 @@ export interface VirtualMachinesUpdateHeaders {
3023
3335
  /** The URL to retrieve the status of the asynchronous operation. */
3024
3336
  location?: string;
3025
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
+ }
3026
3343
  /** Defines headers for VirtualMachines_powerOff operation. */
3027
3344
  export interface VirtualMachinesPowerOffHeaders {
3028
3345
  /** The URL to retrieve the status of the asynchronous operation. */
@@ -3187,6 +3504,47 @@ export declare enum KnownActionType {
3187
3504
  * **Internal**
3188
3505
  */
3189
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;
3190
3548
  /** Known values of {@link BareMetalMachineCordonStatus} that the service accepts. */
3191
3549
  export declare enum KnownBareMetalMachineCordonStatus {
3192
3550
  /** Cordoned */
@@ -3386,6 +3744,41 @@ export declare enum KnownCloudServicesNetworkProvisioningState {
3386
3744
  * **Accepted**
3387
3745
  */
3388
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;
3389
3782
  /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
3390
3783
  export declare enum KnownManagedServiceIdentityType {
3391
3784
  /** None */
@@ -3566,6 +3959,28 @@ export declare enum KnownClusterType {
3566
3959
  * **MultiRack**
3567
3960
  */
3568
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;
3569
3984
  /** Known values of {@link ValidationThresholdGrouping} that the service accepts. */
3570
3985
  export declare enum KnownValidationThresholdGrouping {
3571
3986
  /** PerCluster */
@@ -4691,7 +5106,7 @@ export declare enum KnownVirtualMachineDeviceModelType {
4691
5106
  T1 = "T1",
4692
5107
  /** Modern and enhanced device virtualization interface. */
4693
5108
  T2 = "T2",
4694
- /** Improved security and functionality (including TPM and secure boot support). */
5109
+ /** Improved security and functionality (including TPM and secure boot support). Required for windows 11 and server 2025. */
4695
5110
  T3 = "T3"
4696
5111
  }
4697
5112
  /**
@@ -4701,7 +5116,7 @@ export declare enum KnownVirtualMachineDeviceModelType {
4701
5116
  * ### Known values supported by the service
4702
5117
  * **T1**: Traditional and most compatible device virtualization interface. \
4703
5118
  * **T2**: Modern and enhanced device virtualization interface. \
4704
- * **T3**: Improved security and functionality (including TPM and secure boot support).
5119
+ * **T3**: Improved security and functionality (including TPM and secure boot support). Required for windows 11 and server 2025.
4705
5120
  */
4706
5121
  export type VirtualMachineDeviceModelType = string;
4707
5122
  /** Known values of {@link VolumeDetailedStatus} that the service accepts. */
@@ -4780,6 +5195,38 @@ export declare enum KnownBareMetalMachineSkipShutdown {
4780
5195
  * **False**
4781
5196
  */
4782
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;
4783
5230
  /** Known values of {@link BareMetalMachineKeySetDetailedStatus} that the service accepts. */
4784
5231
  export declare enum KnownBareMetalMachineKeySetDetailedStatus {
4785
5232
  /** AllActive */
@@ -4807,7 +5254,9 @@ export declare enum KnownBareMetalMachineKeySetPrivilegeLevel {
4807
5254
  /** Standard */
4808
5255
  Standard = "Standard",
4809
5256
  /** Superuser */
4810
- Superuser = "Superuser"
5257
+ Superuser = "Superuser",
5258
+ /** Other */
5259
+ Other = "Other"
4811
5260
  }
4812
5261
  /**
4813
5262
  * Defines values for BareMetalMachineKeySetPrivilegeLevel. \
@@ -4815,7 +5264,8 @@ export declare enum KnownBareMetalMachineKeySetPrivilegeLevel {
4815
5264
  * this enum contains the known values that the service supports.
4816
5265
  * ### Known values supported by the service
4817
5266
  * **Standard** \
4818
- * **Superuser**
5267
+ * **Superuser** \
5268
+ * **Other**
4819
5269
  */
4820
5270
  export type BareMetalMachineKeySetPrivilegeLevel = string;
4821
5271
  /** Known values of {@link BareMetalMachineKeySetProvisioningState} that the service accepts. */
@@ -5124,6 +5574,22 @@ export declare enum KnownKubernetesClusterFeatureRequired {
5124
5574
  * **False**
5125
5575
  */
5126
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;
5127
5593
  /** Known values of {@link ConsoleDetailedStatus} that the service accepts. */
5128
5594
  export declare enum KnownConsoleDetailedStatus {
5129
5595
  /** Ready */
@@ -5209,11 +5675,19 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
5209
5675
  export type OperationsListNextResponse = OperationListResult;
5210
5676
  /** Optional parameters. */
5211
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;
5212
5682
  }
5213
5683
  /** Contains response data for the listBySubscription operation. */
5214
5684
  export type BareMetalMachinesListBySubscriptionResponse = BareMetalMachineList;
5215
5685
  /** Optional parameters. */
5216
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;
5217
5691
  }
5218
5692
  /** Contains response data for the listByResourceGroup operation. */
5219
5693
  export type BareMetalMachinesListByResourceGroupResponse = BareMetalMachineList;
@@ -5224,6 +5698,10 @@ export interface BareMetalMachinesGetOptionalParams extends coreClient.Operation
5224
5698
  export type BareMetalMachinesGetResponse = BareMetalMachine;
5225
5699
  /** Optional parameters. */
5226
5700
  export interface BareMetalMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
5701
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
5702
+ ifMatch?: string;
5703
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
5704
+ ifNoneMatch?: string;
5227
5705
  /** Delay to wait until next poll, in milliseconds. */
5228
5706
  updateIntervalInMs?: number;
5229
5707
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5233,6 +5711,10 @@ export interface BareMetalMachinesCreateOrUpdateOptionalParams extends coreClien
5233
5711
  export type BareMetalMachinesCreateOrUpdateResponse = BareMetalMachine;
5234
5712
  /** Optional parameters. */
5235
5713
  export interface BareMetalMachinesDeleteOptionalParams extends coreClient.OperationOptions {
5714
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
5715
+ ifMatch?: string;
5716
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
5717
+ ifNoneMatch?: string;
5236
5718
  /** Delay to wait until next poll, in milliseconds. */
5237
5719
  updateIntervalInMs?: number;
5238
5720
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5242,6 +5724,10 @@ export interface BareMetalMachinesDeleteOptionalParams extends coreClient.Operat
5242
5724
  export type BareMetalMachinesDeleteResponse = OperationStatusResult;
5243
5725
  /** Optional parameters. */
5244
5726
  export interface BareMetalMachinesUpdateOptionalParams extends coreClient.OperationOptions {
5727
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
5728
+ ifMatch?: string;
5729
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
5730
+ ifNoneMatch?: string;
5245
5731
  /** The request body. */
5246
5732
  bareMetalMachineUpdateParameters?: BareMetalMachinePatchParameters;
5247
5733
  /** Delay to wait until next poll, in milliseconds. */
@@ -5321,6 +5807,15 @@ export interface BareMetalMachinesRunDataExtractsOptionalParams extends coreClie
5321
5807
  /** Contains response data for the runDataExtracts operation. */
5322
5808
  export type BareMetalMachinesRunDataExtractsResponse = OperationStatusResult;
5323
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. */
5324
5819
  export interface BareMetalMachinesRunReadCommandsOptionalParams extends coreClient.OperationOptions {
5325
5820
  /** Delay to wait until next poll, in milliseconds. */
5326
5821
  updateIntervalInMs?: number;
@@ -5359,11 +5854,19 @@ export interface BareMetalMachinesListByResourceGroupNextOptionalParams extends
5359
5854
  export type BareMetalMachinesListByResourceGroupNextResponse = BareMetalMachineList;
5360
5855
  /** Optional parameters. */
5361
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;
5362
5861
  }
5363
5862
  /** Contains response data for the listBySubscription operation. */
5364
5863
  export type CloudServicesNetworksListBySubscriptionResponse = CloudServicesNetworkList;
5365
5864
  /** Optional parameters. */
5366
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;
5367
5870
  }
5368
5871
  /** Contains response data for the listByResourceGroup operation. */
5369
5872
  export type CloudServicesNetworksListByResourceGroupResponse = CloudServicesNetworkList;
@@ -5374,6 +5877,10 @@ export interface CloudServicesNetworksGetOptionalParams extends coreClient.Opera
5374
5877
  export type CloudServicesNetworksGetResponse = CloudServicesNetwork;
5375
5878
  /** Optional parameters. */
5376
5879
  export interface CloudServicesNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
5880
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
5881
+ ifMatch?: string;
5882
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
5883
+ ifNoneMatch?: string;
5377
5884
  /** Delay to wait until next poll, in milliseconds. */
5378
5885
  updateIntervalInMs?: number;
5379
5886
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5383,6 +5890,10 @@ export interface CloudServicesNetworksCreateOrUpdateOptionalParams extends coreC
5383
5890
  export type CloudServicesNetworksCreateOrUpdateResponse = CloudServicesNetwork;
5384
5891
  /** Optional parameters. */
5385
5892
  export interface CloudServicesNetworksDeleteOptionalParams extends coreClient.OperationOptions {
5893
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
5894
+ ifMatch?: string;
5895
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
5896
+ ifNoneMatch?: string;
5386
5897
  /** Delay to wait until next poll, in milliseconds. */
5387
5898
  updateIntervalInMs?: number;
5388
5899
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5392,6 +5903,10 @@ export interface CloudServicesNetworksDeleteOptionalParams extends coreClient.Op
5392
5903
  export type CloudServicesNetworksDeleteResponse = OperationStatusResult;
5393
5904
  /** Optional parameters. */
5394
5905
  export interface CloudServicesNetworksUpdateOptionalParams extends coreClient.OperationOptions {
5906
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
5907
+ ifMatch?: string;
5908
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
5909
+ ifNoneMatch?: string;
5395
5910
  /** The request body. */
5396
5911
  cloudServicesNetworkUpdateParameters?: CloudServicesNetworkPatchParameters;
5397
5912
  /** Delay to wait until next poll, in milliseconds. */
@@ -5413,11 +5928,19 @@ export interface CloudServicesNetworksListByResourceGroupNextOptionalParams exte
5413
5928
  export type CloudServicesNetworksListByResourceGroupNextResponse = CloudServicesNetworkList;
5414
5929
  /** Optional parameters. */
5415
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;
5416
5935
  }
5417
5936
  /** Contains response data for the listBySubscription operation. */
5418
5937
  export type ClusterManagersListBySubscriptionResponse = ClusterManagerList;
5419
5938
  /** Optional parameters. */
5420
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;
5421
5944
  }
5422
5945
  /** Contains response data for the listByResourceGroup operation. */
5423
5946
  export type ClusterManagersListByResourceGroupResponse = ClusterManagerList;
@@ -5428,6 +5951,10 @@ export interface ClusterManagersGetOptionalParams extends coreClient.OperationOp
5428
5951
  export type ClusterManagersGetResponse = ClusterManager;
5429
5952
  /** Optional parameters. */
5430
5953
  export interface ClusterManagersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
5954
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
5955
+ ifMatch?: string;
5956
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
5957
+ ifNoneMatch?: string;
5431
5958
  /** Delay to wait until next poll, in milliseconds. */
5432
5959
  updateIntervalInMs?: number;
5433
5960
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5437,6 +5964,10 @@ export interface ClusterManagersCreateOrUpdateOptionalParams extends coreClient.
5437
5964
  export type ClusterManagersCreateOrUpdateResponse = ClusterManager;
5438
5965
  /** Optional parameters. */
5439
5966
  export interface ClusterManagersDeleteOptionalParams extends coreClient.OperationOptions {
5967
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
5968
+ ifMatch?: string;
5969
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
5970
+ ifNoneMatch?: string;
5440
5971
  /** Delay to wait until next poll, in milliseconds. */
5441
5972
  updateIntervalInMs?: number;
5442
5973
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5446,6 +5977,10 @@ export interface ClusterManagersDeleteOptionalParams extends coreClient.Operatio
5446
5977
  export type ClusterManagersDeleteResponse = OperationStatusResult;
5447
5978
  /** Optional parameters. */
5448
5979
  export interface ClusterManagersUpdateOptionalParams extends coreClient.OperationOptions {
5980
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
5981
+ ifMatch?: string;
5982
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
5983
+ ifNoneMatch?: string;
5449
5984
  /** The request body. */
5450
5985
  clusterManagerUpdateParameters?: ClusterManagerPatchParameters;
5451
5986
  }
@@ -5463,11 +5998,19 @@ export interface ClusterManagersListByResourceGroupNextOptionalParams extends co
5463
5998
  export type ClusterManagersListByResourceGroupNextResponse = ClusterManagerList;
5464
5999
  /** Optional parameters. */
5465
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;
5466
6005
  }
5467
6006
  /** Contains response data for the listBySubscription operation. */
5468
6007
  export type ClustersListBySubscriptionResponse = ClusterList;
5469
6008
  /** Optional parameters. */
5470
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;
5471
6014
  }
5472
6015
  /** Contains response data for the listByResourceGroup operation. */
5473
6016
  export type ClustersListByResourceGroupResponse = ClusterList;
@@ -5478,6 +6021,10 @@ export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
5478
6021
  export type ClustersGetResponse = Cluster;
5479
6022
  /** Optional parameters. */
5480
6023
  export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6024
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6025
+ ifMatch?: string;
6026
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6027
+ ifNoneMatch?: string;
5481
6028
  /** Delay to wait until next poll, in milliseconds. */
5482
6029
  updateIntervalInMs?: number;
5483
6030
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5487,6 +6034,10 @@ export interface ClustersCreateOrUpdateOptionalParams extends coreClient.Operati
5487
6034
  export type ClustersCreateOrUpdateResponse = Cluster;
5488
6035
  /** Optional parameters. */
5489
6036
  export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
6037
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6038
+ ifMatch?: string;
6039
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6040
+ ifNoneMatch?: string;
5490
6041
  /** Delay to wait until next poll, in milliseconds. */
5491
6042
  updateIntervalInMs?: number;
5492
6043
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5496,6 +6047,10 @@ export interface ClustersDeleteOptionalParams extends coreClient.OperationOption
5496
6047
  export type ClustersDeleteResponse = OperationStatusResult;
5497
6048
  /** Optional parameters. */
5498
6049
  export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
6050
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6051
+ ifMatch?: string;
6052
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6053
+ ifNoneMatch?: string;
5499
6054
  /** The request body. */
5500
6055
  clusterUpdateParameters?: ClusterPatchParameters;
5501
6056
  /** Delay to wait until next poll, in milliseconds. */
@@ -5557,11 +6112,19 @@ export interface ClustersListByResourceGroupNextOptionalParams extends coreClien
5557
6112
  export type ClustersListByResourceGroupNextResponse = ClusterList;
5558
6113
  /** Optional parameters. */
5559
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;
5560
6119
  }
5561
6120
  /** Contains response data for the listBySubscription operation. */
5562
6121
  export type KubernetesClustersListBySubscriptionResponse = KubernetesClusterList;
5563
6122
  /** Optional parameters. */
5564
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;
5565
6128
  }
5566
6129
  /** Contains response data for the listByResourceGroup operation. */
5567
6130
  export type KubernetesClustersListByResourceGroupResponse = KubernetesClusterList;
@@ -5572,6 +6135,10 @@ export interface KubernetesClustersGetOptionalParams extends coreClient.Operatio
5572
6135
  export type KubernetesClustersGetResponse = KubernetesCluster;
5573
6136
  /** Optional parameters. */
5574
6137
  export interface KubernetesClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6138
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6139
+ ifMatch?: string;
6140
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6141
+ ifNoneMatch?: string;
5575
6142
  /** Delay to wait until next poll, in milliseconds. */
5576
6143
  updateIntervalInMs?: number;
5577
6144
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5581,6 +6148,10 @@ export interface KubernetesClustersCreateOrUpdateOptionalParams extends coreClie
5581
6148
  export type KubernetesClustersCreateOrUpdateResponse = KubernetesCluster;
5582
6149
  /** Optional parameters. */
5583
6150
  export interface KubernetesClustersDeleteOptionalParams extends coreClient.OperationOptions {
6151
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6152
+ ifMatch?: string;
6153
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6154
+ ifNoneMatch?: string;
5584
6155
  /** Delay to wait until next poll, in milliseconds. */
5585
6156
  updateIntervalInMs?: number;
5586
6157
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5590,6 +6161,10 @@ export interface KubernetesClustersDeleteOptionalParams extends coreClient.Opera
5590
6161
  export type KubernetesClustersDeleteResponse = OperationStatusResult;
5591
6162
  /** Optional parameters. */
5592
6163
  export interface KubernetesClustersUpdateOptionalParams extends coreClient.OperationOptions {
6164
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6165
+ ifMatch?: string;
6166
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6167
+ ifNoneMatch?: string;
5593
6168
  /** The request body. */
5594
6169
  kubernetesClusterUpdateParameters?: KubernetesClusterPatchParameters;
5595
6170
  /** Delay to wait until next poll, in milliseconds. */
@@ -5620,11 +6195,19 @@ export interface KubernetesClustersListByResourceGroupNextOptionalParams extends
5620
6195
  export type KubernetesClustersListByResourceGroupNextResponse = KubernetesClusterList;
5621
6196
  /** Optional parameters. */
5622
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;
5623
6202
  }
5624
6203
  /** Contains response data for the listBySubscription operation. */
5625
6204
  export type L2NetworksListBySubscriptionResponse = L2NetworkList;
5626
6205
  /** Optional parameters. */
5627
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;
5628
6211
  }
5629
6212
  /** Contains response data for the listByResourceGroup operation. */
5630
6213
  export type L2NetworksListByResourceGroupResponse = L2NetworkList;
@@ -5635,6 +6218,10 @@ export interface L2NetworksGetOptionalParams extends coreClient.OperationOptions
5635
6218
  export type L2NetworksGetResponse = L2Network;
5636
6219
  /** Optional parameters. */
5637
6220
  export interface L2NetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6221
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6222
+ ifMatch?: string;
6223
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6224
+ ifNoneMatch?: string;
5638
6225
  /** Delay to wait until next poll, in milliseconds. */
5639
6226
  updateIntervalInMs?: number;
5640
6227
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5644,6 +6231,10 @@ export interface L2NetworksCreateOrUpdateOptionalParams extends coreClient.Opera
5644
6231
  export type L2NetworksCreateOrUpdateResponse = L2Network;
5645
6232
  /** Optional parameters. */
5646
6233
  export interface L2NetworksDeleteOptionalParams extends coreClient.OperationOptions {
6234
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6235
+ ifMatch?: string;
6236
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6237
+ ifNoneMatch?: string;
5647
6238
  /** Delay to wait until next poll, in milliseconds. */
5648
6239
  updateIntervalInMs?: number;
5649
6240
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5653,6 +6244,10 @@ export interface L2NetworksDeleteOptionalParams extends coreClient.OperationOpti
5653
6244
  export type L2NetworksDeleteResponse = OperationStatusResult;
5654
6245
  /** Optional parameters. */
5655
6246
  export interface L2NetworksUpdateOptionalParams extends coreClient.OperationOptions {
6247
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6248
+ ifMatch?: string;
6249
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6250
+ ifNoneMatch?: string;
5656
6251
  /** The request body. */
5657
6252
  l2NetworkUpdateParameters?: L2NetworkPatchParameters;
5658
6253
  }
@@ -5670,11 +6265,19 @@ export interface L2NetworksListByResourceGroupNextOptionalParams extends coreCli
5670
6265
  export type L2NetworksListByResourceGroupNextResponse = L2NetworkList;
5671
6266
  /** Optional parameters. */
5672
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;
5673
6272
  }
5674
6273
  /** Contains response data for the listBySubscription operation. */
5675
6274
  export type L3NetworksListBySubscriptionResponse = L3NetworkList;
5676
6275
  /** Optional parameters. */
5677
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;
5678
6281
  }
5679
6282
  /** Contains response data for the listByResourceGroup operation. */
5680
6283
  export type L3NetworksListByResourceGroupResponse = L3NetworkList;
@@ -5685,6 +6288,10 @@ export interface L3NetworksGetOptionalParams extends coreClient.OperationOptions
5685
6288
  export type L3NetworksGetResponse = L3Network;
5686
6289
  /** Optional parameters. */
5687
6290
  export interface L3NetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6291
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6292
+ ifMatch?: string;
6293
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6294
+ ifNoneMatch?: string;
5688
6295
  /** Delay to wait until next poll, in milliseconds. */
5689
6296
  updateIntervalInMs?: number;
5690
6297
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5694,6 +6301,10 @@ export interface L3NetworksCreateOrUpdateOptionalParams extends coreClient.Opera
5694
6301
  export type L3NetworksCreateOrUpdateResponse = L3Network;
5695
6302
  /** Optional parameters. */
5696
6303
  export interface L3NetworksDeleteOptionalParams extends coreClient.OperationOptions {
6304
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6305
+ ifMatch?: string;
6306
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6307
+ ifNoneMatch?: string;
5697
6308
  /** Delay to wait until next poll, in milliseconds. */
5698
6309
  updateIntervalInMs?: number;
5699
6310
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5703,6 +6314,10 @@ export interface L3NetworksDeleteOptionalParams extends coreClient.OperationOpti
5703
6314
  export type L3NetworksDeleteResponse = OperationStatusResult;
5704
6315
  /** Optional parameters. */
5705
6316
  export interface L3NetworksUpdateOptionalParams extends coreClient.OperationOptions {
6317
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6318
+ ifMatch?: string;
6319
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6320
+ ifNoneMatch?: string;
5706
6321
  /** The request body. */
5707
6322
  l3NetworkUpdateParameters?: L3NetworkPatchParameters;
5708
6323
  }
@@ -5735,11 +6350,19 @@ export interface RackSkusListBySubscriptionNextOptionalParams extends coreClient
5735
6350
  export type RackSkusListBySubscriptionNextResponse = RackSkuList;
5736
6351
  /** Optional parameters. */
5737
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;
5738
6357
  }
5739
6358
  /** Contains response data for the listBySubscription operation. */
5740
6359
  export type RacksListBySubscriptionResponse = RackList;
5741
6360
  /** Optional parameters. */
5742
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;
5743
6366
  }
5744
6367
  /** Contains response data for the listByResourceGroup operation. */
5745
6368
  export type RacksListByResourceGroupResponse = RackList;
@@ -5750,6 +6373,10 @@ export interface RacksGetOptionalParams extends coreClient.OperationOptions {
5750
6373
  export type RacksGetResponse = Rack;
5751
6374
  /** Optional parameters. */
5752
6375
  export interface RacksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6376
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6377
+ ifMatch?: string;
6378
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6379
+ ifNoneMatch?: string;
5753
6380
  /** Delay to wait until next poll, in milliseconds. */
5754
6381
  updateIntervalInMs?: number;
5755
6382
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5759,6 +6386,10 @@ export interface RacksCreateOrUpdateOptionalParams extends coreClient.OperationO
5759
6386
  export type RacksCreateOrUpdateResponse = Rack;
5760
6387
  /** Optional parameters. */
5761
6388
  export interface RacksDeleteOptionalParams extends coreClient.OperationOptions {
6389
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6390
+ ifMatch?: string;
6391
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6392
+ ifNoneMatch?: string;
5762
6393
  /** Delay to wait until next poll, in milliseconds. */
5763
6394
  updateIntervalInMs?: number;
5764
6395
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5768,6 +6399,10 @@ export interface RacksDeleteOptionalParams extends coreClient.OperationOptions {
5768
6399
  export type RacksDeleteResponse = OperationStatusResult;
5769
6400
  /** Optional parameters. */
5770
6401
  export interface RacksUpdateOptionalParams extends coreClient.OperationOptions {
6402
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6403
+ ifMatch?: string;
6404
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6405
+ ifNoneMatch?: string;
5771
6406
  /** The request body. */
5772
6407
  rackUpdateParameters?: RackPatchParameters;
5773
6408
  /** Delay to wait until next poll, in milliseconds. */
@@ -5789,11 +6424,19 @@ export interface RacksListByResourceGroupNextOptionalParams extends coreClient.O
5789
6424
  export type RacksListByResourceGroupNextResponse = RackList;
5790
6425
  /** Optional parameters. */
5791
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;
5792
6431
  }
5793
6432
  /** Contains response data for the listBySubscription operation. */
5794
6433
  export type StorageAppliancesListBySubscriptionResponse = StorageApplianceList;
5795
6434
  /** Optional parameters. */
5796
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;
5797
6440
  }
5798
6441
  /** Contains response data for the listByResourceGroup operation. */
5799
6442
  export type StorageAppliancesListByResourceGroupResponse = StorageApplianceList;
@@ -5804,6 +6447,10 @@ export interface StorageAppliancesGetOptionalParams extends coreClient.Operation
5804
6447
  export type StorageAppliancesGetResponse = StorageAppliance;
5805
6448
  /** Optional parameters. */
5806
6449
  export interface StorageAppliancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6450
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6451
+ ifMatch?: string;
6452
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6453
+ ifNoneMatch?: string;
5807
6454
  /** Delay to wait until next poll, in milliseconds. */
5808
6455
  updateIntervalInMs?: number;
5809
6456
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5813,6 +6460,10 @@ export interface StorageAppliancesCreateOrUpdateOptionalParams extends coreClien
5813
6460
  export type StorageAppliancesCreateOrUpdateResponse = StorageAppliance;
5814
6461
  /** Optional parameters. */
5815
6462
  export interface StorageAppliancesDeleteOptionalParams extends coreClient.OperationOptions {
6463
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6464
+ ifMatch?: string;
6465
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6466
+ ifNoneMatch?: string;
5816
6467
  /** Delay to wait until next poll, in milliseconds. */
5817
6468
  updateIntervalInMs?: number;
5818
6469
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5822,6 +6473,10 @@ export interface StorageAppliancesDeleteOptionalParams extends coreClient.Operat
5822
6473
  export type StorageAppliancesDeleteResponse = OperationStatusResult;
5823
6474
  /** Optional parameters. */
5824
6475
  export interface StorageAppliancesUpdateOptionalParams extends coreClient.OperationOptions {
6476
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6477
+ ifMatch?: string;
6478
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6479
+ ifNoneMatch?: string;
5825
6480
  /** The request body. */
5826
6481
  storageApplianceUpdateParameters?: StorageAppliancePatchParameters;
5827
6482
  /** Delay to wait until next poll, in milliseconds. */
@@ -5852,6 +6507,15 @@ export interface StorageAppliancesEnableRemoteVendorManagementOptionalParams ext
5852
6507
  /** Contains response data for the enableRemoteVendorManagement operation. */
5853
6508
  export type StorageAppliancesEnableRemoteVendorManagementResponse = OperationStatusResult;
5854
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. */
5855
6519
  export interface StorageAppliancesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
5856
6520
  }
5857
6521
  /** Contains response data for the listBySubscriptionNext operation. */
@@ -5863,11 +6527,19 @@ export interface StorageAppliancesListByResourceGroupNextOptionalParams extends
5863
6527
  export type StorageAppliancesListByResourceGroupNextResponse = StorageApplianceList;
5864
6528
  /** Optional parameters. */
5865
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;
5866
6534
  }
5867
6535
  /** Contains response data for the listBySubscription operation. */
5868
6536
  export type TrunkedNetworksListBySubscriptionResponse = TrunkedNetworkList;
5869
6537
  /** Optional parameters. */
5870
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;
5871
6543
  }
5872
6544
  /** Contains response data for the listByResourceGroup operation. */
5873
6545
  export type TrunkedNetworksListByResourceGroupResponse = TrunkedNetworkList;
@@ -5878,6 +6550,10 @@ export interface TrunkedNetworksGetOptionalParams extends coreClient.OperationOp
5878
6550
  export type TrunkedNetworksGetResponse = TrunkedNetwork;
5879
6551
  /** Optional parameters. */
5880
6552
  export interface TrunkedNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6553
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6554
+ ifMatch?: string;
6555
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6556
+ ifNoneMatch?: string;
5881
6557
  /** Delay to wait until next poll, in milliseconds. */
5882
6558
  updateIntervalInMs?: number;
5883
6559
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5887,6 +6563,10 @@ export interface TrunkedNetworksCreateOrUpdateOptionalParams extends coreClient.
5887
6563
  export type TrunkedNetworksCreateOrUpdateResponse = TrunkedNetwork;
5888
6564
  /** Optional parameters. */
5889
6565
  export interface TrunkedNetworksDeleteOptionalParams extends coreClient.OperationOptions {
6566
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6567
+ ifMatch?: string;
6568
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6569
+ ifNoneMatch?: string;
5890
6570
  /** Delay to wait until next poll, in milliseconds. */
5891
6571
  updateIntervalInMs?: number;
5892
6572
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5896,6 +6576,10 @@ export interface TrunkedNetworksDeleteOptionalParams extends coreClient.Operatio
5896
6576
  export type TrunkedNetworksDeleteResponse = OperationStatusResult;
5897
6577
  /** Optional parameters. */
5898
6578
  export interface TrunkedNetworksUpdateOptionalParams extends coreClient.OperationOptions {
6579
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6580
+ ifMatch?: string;
6581
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6582
+ ifNoneMatch?: string;
5899
6583
  /** The request body. */
5900
6584
  trunkedNetworkUpdateParameters?: TrunkedNetworkPatchParameters;
5901
6585
  }
@@ -5913,11 +6597,19 @@ export interface TrunkedNetworksListByResourceGroupNextOptionalParams extends co
5913
6597
  export type TrunkedNetworksListByResourceGroupNextResponse = TrunkedNetworkList;
5914
6598
  /** Optional parameters. */
5915
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;
5916
6604
  }
5917
6605
  /** Contains response data for the listBySubscription operation. */
5918
6606
  export type VirtualMachinesListBySubscriptionResponse = VirtualMachineList;
5919
6607
  /** Optional parameters. */
5920
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;
5921
6613
  }
5922
6614
  /** Contains response data for the listByResourceGroup operation. */
5923
6615
  export type VirtualMachinesListByResourceGroupResponse = VirtualMachineList;
@@ -5928,6 +6620,10 @@ export interface VirtualMachinesGetOptionalParams extends coreClient.OperationOp
5928
6620
  export type VirtualMachinesGetResponse = VirtualMachine;
5929
6621
  /** Optional parameters. */
5930
6622
  export interface VirtualMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6623
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6624
+ ifMatch?: string;
6625
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6626
+ ifNoneMatch?: string;
5931
6627
  /** Delay to wait until next poll, in milliseconds. */
5932
6628
  updateIntervalInMs?: number;
5933
6629
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5937,6 +6633,10 @@ export interface VirtualMachinesCreateOrUpdateOptionalParams extends coreClient.
5937
6633
  export type VirtualMachinesCreateOrUpdateResponse = VirtualMachine;
5938
6634
  /** Optional parameters. */
5939
6635
  export interface VirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
6636
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6637
+ ifMatch?: string;
6638
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6639
+ ifNoneMatch?: string;
5940
6640
  /** Delay to wait until next poll, in milliseconds. */
5941
6641
  updateIntervalInMs?: number;
5942
6642
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -5946,6 +6646,10 @@ export interface VirtualMachinesDeleteOptionalParams extends coreClient.Operatio
5946
6646
  export type VirtualMachinesDeleteResponse = OperationStatusResult;
5947
6647
  /** Optional parameters. */
5948
6648
  export interface VirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
6649
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6650
+ ifMatch?: string;
6651
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6652
+ ifNoneMatch?: string;
5949
6653
  /** The request body. */
5950
6654
  virtualMachineUpdateParameters?: VirtualMachinePatchParameters;
5951
6655
  /** Delay to wait until next poll, in milliseconds. */
@@ -5956,6 +6660,17 @@ export interface VirtualMachinesUpdateOptionalParams extends coreClient.Operatio
5956
6660
  /** Contains response data for the update operation. */
5957
6661
  export type VirtualMachinesUpdateResponse = VirtualMachine;
5958
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. */
5959
6674
  export interface VirtualMachinesPowerOffOptionalParams extends coreClient.OperationOptions {
5960
6675
  /** The request body. */
5961
6676
  virtualMachinePowerOffParameters?: VirtualMachinePowerOffParameters;
@@ -6005,11 +6720,19 @@ export interface VirtualMachinesListByResourceGroupNextOptionalParams extends co
6005
6720
  export type VirtualMachinesListByResourceGroupNextResponse = VirtualMachineList;
6006
6721
  /** Optional parameters. */
6007
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;
6008
6727
  }
6009
6728
  /** Contains response data for the listBySubscription operation. */
6010
6729
  export type VolumesListBySubscriptionResponse = VolumeList;
6011
6730
  /** Optional parameters. */
6012
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;
6013
6736
  }
6014
6737
  /** Contains response data for the listByResourceGroup operation. */
6015
6738
  export type VolumesListByResourceGroupResponse = VolumeList;
@@ -6020,6 +6743,10 @@ export interface VolumesGetOptionalParams extends coreClient.OperationOptions {
6020
6743
  export type VolumesGetResponse = Volume;
6021
6744
  /** Optional parameters. */
6022
6745
  export interface VolumesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6746
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6747
+ ifMatch?: string;
6748
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6749
+ ifNoneMatch?: string;
6023
6750
  /** Delay to wait until next poll, in milliseconds. */
6024
6751
  updateIntervalInMs?: number;
6025
6752
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6029,6 +6756,10 @@ export interface VolumesCreateOrUpdateOptionalParams extends coreClient.Operatio
6029
6756
  export type VolumesCreateOrUpdateResponse = Volume;
6030
6757
  /** Optional parameters. */
6031
6758
  export interface VolumesDeleteOptionalParams extends coreClient.OperationOptions {
6759
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6760
+ ifMatch?: string;
6761
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6762
+ ifNoneMatch?: string;
6032
6763
  /** Delay to wait until next poll, in milliseconds. */
6033
6764
  updateIntervalInMs?: number;
6034
6765
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6038,6 +6769,10 @@ export interface VolumesDeleteOptionalParams extends coreClient.OperationOptions
6038
6769
  export type VolumesDeleteResponse = OperationStatusResult;
6039
6770
  /** Optional parameters. */
6040
6771
  export interface VolumesUpdateOptionalParams extends coreClient.OperationOptions {
6772
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6773
+ ifMatch?: string;
6774
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6775
+ ifNoneMatch?: string;
6041
6776
  /** The request body. */
6042
6777
  volumeUpdateParameters?: VolumePatchParameters;
6043
6778
  }
@@ -6055,6 +6790,10 @@ export interface VolumesListByResourceGroupNextOptionalParams extends coreClient
6055
6790
  export type VolumesListByResourceGroupNextResponse = VolumeList;
6056
6791
  /** Optional parameters. */
6057
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;
6058
6797
  }
6059
6798
  /** Contains response data for the listByCluster operation. */
6060
6799
  export type BareMetalMachineKeySetsListByClusterResponse = BareMetalMachineKeySetList;
@@ -6065,6 +6804,10 @@ export interface BareMetalMachineKeySetsGetOptionalParams extends coreClient.Ope
6065
6804
  export type BareMetalMachineKeySetsGetResponse = BareMetalMachineKeySet;
6066
6805
  /** Optional parameters. */
6067
6806
  export interface BareMetalMachineKeySetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6807
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6808
+ ifMatch?: string;
6809
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6810
+ ifNoneMatch?: string;
6068
6811
  /** Delay to wait until next poll, in milliseconds. */
6069
6812
  updateIntervalInMs?: number;
6070
6813
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6074,6 +6817,10 @@ export interface BareMetalMachineKeySetsCreateOrUpdateOptionalParams extends cor
6074
6817
  export type BareMetalMachineKeySetsCreateOrUpdateResponse = BareMetalMachineKeySet;
6075
6818
  /** Optional parameters. */
6076
6819
  export interface BareMetalMachineKeySetsDeleteOptionalParams extends coreClient.OperationOptions {
6820
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6821
+ ifMatch?: string;
6822
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6823
+ ifNoneMatch?: string;
6077
6824
  /** Delay to wait until next poll, in milliseconds. */
6078
6825
  updateIntervalInMs?: number;
6079
6826
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6083,6 +6830,10 @@ export interface BareMetalMachineKeySetsDeleteOptionalParams extends coreClient.
6083
6830
  export type BareMetalMachineKeySetsDeleteResponse = OperationStatusResult;
6084
6831
  /** Optional parameters. */
6085
6832
  export interface BareMetalMachineKeySetsUpdateOptionalParams extends coreClient.OperationOptions {
6833
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6834
+ ifMatch?: string;
6835
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6836
+ ifNoneMatch?: string;
6086
6837
  /** The request body. */
6087
6838
  bareMetalMachineKeySetUpdateParameters?: BareMetalMachineKeySetPatchParameters;
6088
6839
  /** Delay to wait until next poll, in milliseconds. */
@@ -6099,6 +6850,10 @@ export interface BareMetalMachineKeySetsListByClusterNextOptionalParams extends
6099
6850
  export type BareMetalMachineKeySetsListByClusterNextResponse = BareMetalMachineKeySetList;
6100
6851
  /** Optional parameters. */
6101
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;
6102
6857
  }
6103
6858
  /** Contains response data for the listByCluster operation. */
6104
6859
  export type BmcKeySetsListByClusterResponse = BmcKeySetList;
@@ -6109,6 +6864,10 @@ export interface BmcKeySetsGetOptionalParams extends coreClient.OperationOptions
6109
6864
  export type BmcKeySetsGetResponse = BmcKeySet;
6110
6865
  /** Optional parameters. */
6111
6866
  export interface BmcKeySetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6867
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6868
+ ifMatch?: string;
6869
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6870
+ ifNoneMatch?: string;
6112
6871
  /** Delay to wait until next poll, in milliseconds. */
6113
6872
  updateIntervalInMs?: number;
6114
6873
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6118,6 +6877,10 @@ export interface BmcKeySetsCreateOrUpdateOptionalParams extends coreClient.Opera
6118
6877
  export type BmcKeySetsCreateOrUpdateResponse = BmcKeySet;
6119
6878
  /** Optional parameters. */
6120
6879
  export interface BmcKeySetsDeleteOptionalParams extends coreClient.OperationOptions {
6880
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6881
+ ifMatch?: string;
6882
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6883
+ ifNoneMatch?: string;
6121
6884
  /** Delay to wait until next poll, in milliseconds. */
6122
6885
  updateIntervalInMs?: number;
6123
6886
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6127,6 +6890,10 @@ export interface BmcKeySetsDeleteOptionalParams extends coreClient.OperationOpti
6127
6890
  export type BmcKeySetsDeleteResponse = OperationStatusResult;
6128
6891
  /** Optional parameters. */
6129
6892
  export interface BmcKeySetsUpdateOptionalParams extends coreClient.OperationOptions {
6893
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6894
+ ifMatch?: string;
6895
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6896
+ ifNoneMatch?: string;
6130
6897
  /** The request body. */
6131
6898
  bmcKeySetUpdateParameters?: BmcKeySetPatchParameters;
6132
6899
  /** Delay to wait until next poll, in milliseconds. */
@@ -6143,6 +6910,10 @@ export interface BmcKeySetsListByClusterNextOptionalParams extends coreClient.Op
6143
6910
  export type BmcKeySetsListByClusterNextResponse = BmcKeySetList;
6144
6911
  /** Optional parameters. */
6145
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;
6146
6917
  }
6147
6918
  /** Contains response data for the listByCluster operation. */
6148
6919
  export type MetricsConfigurationsListByClusterResponse = ClusterMetricsConfigurationList;
@@ -6153,6 +6924,10 @@ export interface MetricsConfigurationsGetOptionalParams extends coreClient.Opera
6153
6924
  export type MetricsConfigurationsGetResponse = ClusterMetricsConfiguration;
6154
6925
  /** Optional parameters. */
6155
6926
  export interface MetricsConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6927
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6928
+ ifMatch?: string;
6929
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6930
+ ifNoneMatch?: string;
6156
6931
  /** Delay to wait until next poll, in milliseconds. */
6157
6932
  updateIntervalInMs?: number;
6158
6933
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6162,6 +6937,10 @@ export interface MetricsConfigurationsCreateOrUpdateOptionalParams extends coreC
6162
6937
  export type MetricsConfigurationsCreateOrUpdateResponse = ClusterMetricsConfiguration;
6163
6938
  /** Optional parameters. */
6164
6939
  export interface MetricsConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
6940
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6941
+ ifMatch?: string;
6942
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6943
+ ifNoneMatch?: string;
6165
6944
  /** Delay to wait until next poll, in milliseconds. */
6166
6945
  updateIntervalInMs?: number;
6167
6946
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6171,6 +6950,10 @@ export interface MetricsConfigurationsDeleteOptionalParams extends coreClient.Op
6171
6950
  export type MetricsConfigurationsDeleteResponse = OperationStatusResult;
6172
6951
  /** Optional parameters. */
6173
6952
  export interface MetricsConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
6953
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6954
+ ifMatch?: string;
6955
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6956
+ ifNoneMatch?: string;
6174
6957
  /** The request body. */
6175
6958
  metricsConfigurationUpdateParameters?: ClusterMetricsConfigurationPatchParameters;
6176
6959
  /** Delay to wait until next poll, in milliseconds. */
@@ -6187,6 +6970,10 @@ export interface MetricsConfigurationsListByClusterNextOptionalParams extends co
6187
6970
  export type MetricsConfigurationsListByClusterNextResponse = ClusterMetricsConfigurationList;
6188
6971
  /** Optional parameters. */
6189
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;
6190
6977
  }
6191
6978
  /** Contains response data for the listByKubernetesCluster operation. */
6192
6979
  export type AgentPoolsListByKubernetesClusterResponse = AgentPoolList;
@@ -6197,6 +6984,10 @@ export interface AgentPoolsGetOptionalParams extends coreClient.OperationOptions
6197
6984
  export type AgentPoolsGetResponse = AgentPool;
6198
6985
  /** Optional parameters. */
6199
6986
  export interface AgentPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
6987
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
6988
+ ifMatch?: string;
6989
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
6990
+ ifNoneMatch?: string;
6200
6991
  /** Delay to wait until next poll, in milliseconds. */
6201
6992
  updateIntervalInMs?: number;
6202
6993
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6206,6 +6997,10 @@ export interface AgentPoolsCreateOrUpdateOptionalParams extends coreClient.Opera
6206
6997
  export type AgentPoolsCreateOrUpdateResponse = AgentPool;
6207
6998
  /** Optional parameters. */
6208
6999
  export interface AgentPoolsDeleteOptionalParams extends coreClient.OperationOptions {
7000
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
7001
+ ifMatch?: string;
7002
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
7003
+ ifNoneMatch?: string;
6209
7004
  /** Delay to wait until next poll, in milliseconds. */
6210
7005
  updateIntervalInMs?: number;
6211
7006
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6215,6 +7010,10 @@ export interface AgentPoolsDeleteOptionalParams extends coreClient.OperationOpti
6215
7010
  export type AgentPoolsDeleteResponse = OperationStatusResult;
6216
7011
  /** Optional parameters. */
6217
7012
  export interface AgentPoolsUpdateOptionalParams extends coreClient.OperationOptions {
7013
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
7014
+ ifMatch?: string;
7015
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
7016
+ ifNoneMatch?: string;
6218
7017
  /** The request body. */
6219
7018
  agentPoolUpdateParameters?: AgentPoolPatchParameters;
6220
7019
  /** Delay to wait until next poll, in milliseconds. */
@@ -6231,6 +7030,10 @@ export interface AgentPoolsListByKubernetesClusterNextOptionalParams extends cor
6231
7030
  export type AgentPoolsListByKubernetesClusterNextResponse = AgentPoolList;
6232
7031
  /** Optional parameters. */
6233
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;
6234
7037
  }
6235
7038
  /** Contains response data for the listByKubernetesCluster operation. */
6236
7039
  export type KubernetesClusterFeaturesListByKubernetesClusterResponse = KubernetesClusterFeatureList;
@@ -6241,6 +7044,10 @@ export interface KubernetesClusterFeaturesGetOptionalParams extends coreClient.O
6241
7044
  export type KubernetesClusterFeaturesGetResponse = KubernetesClusterFeature;
6242
7045
  /** Optional parameters. */
6243
7046
  export interface KubernetesClusterFeaturesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
7047
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
7048
+ ifMatch?: string;
7049
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
7050
+ ifNoneMatch?: string;
6244
7051
  /** Delay to wait until next poll, in milliseconds. */
6245
7052
  updateIntervalInMs?: number;
6246
7053
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6250,6 +7057,10 @@ export interface KubernetesClusterFeaturesCreateOrUpdateOptionalParams extends c
6250
7057
  export type KubernetesClusterFeaturesCreateOrUpdateResponse = KubernetesClusterFeature;
6251
7058
  /** Optional parameters. */
6252
7059
  export interface KubernetesClusterFeaturesDeleteOptionalParams extends coreClient.OperationOptions {
7060
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
7061
+ ifMatch?: string;
7062
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
7063
+ ifNoneMatch?: string;
6253
7064
  /** Delay to wait until next poll, in milliseconds. */
6254
7065
  updateIntervalInMs?: number;
6255
7066
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6259,6 +7070,10 @@ export interface KubernetesClusterFeaturesDeleteOptionalParams extends coreClien
6259
7070
  export type KubernetesClusterFeaturesDeleteResponse = OperationStatusResult;
6260
7071
  /** Optional parameters. */
6261
7072
  export interface KubernetesClusterFeaturesUpdateOptionalParams extends coreClient.OperationOptions {
7073
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
7074
+ ifMatch?: string;
7075
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
7076
+ ifNoneMatch?: string;
6262
7077
  /** The request body. */
6263
7078
  kubernetesClusterFeatureUpdateParameters?: KubernetesClusterFeaturePatchParameters;
6264
7079
  /** Delay to wait until next poll, in milliseconds. */
@@ -6275,6 +7090,10 @@ export interface KubernetesClusterFeaturesListByKubernetesClusterNextOptionalPar
6275
7090
  export type KubernetesClusterFeaturesListByKubernetesClusterNextResponse = KubernetesClusterFeatureList;
6276
7091
  /** Optional parameters. */
6277
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;
6278
7097
  }
6279
7098
  /** Contains response data for the listByVirtualMachine operation. */
6280
7099
  export type ConsolesListByVirtualMachineResponse = ConsoleList;
@@ -6285,6 +7104,10 @@ export interface ConsolesGetOptionalParams extends coreClient.OperationOptions {
6285
7104
  export type ConsolesGetResponse = Console;
6286
7105
  /** Optional parameters. */
6287
7106
  export interface ConsolesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
7107
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
7108
+ ifMatch?: string;
7109
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
7110
+ ifNoneMatch?: string;
6288
7111
  /** Delay to wait until next poll, in milliseconds. */
6289
7112
  updateIntervalInMs?: number;
6290
7113
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6294,6 +7117,10 @@ export interface ConsolesCreateOrUpdateOptionalParams extends coreClient.Operati
6294
7117
  export type ConsolesCreateOrUpdateResponse = Console;
6295
7118
  /** Optional parameters. */
6296
7119
  export interface ConsolesDeleteOptionalParams extends coreClient.OperationOptions {
7120
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
7121
+ ifMatch?: string;
7122
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
7123
+ ifNoneMatch?: string;
6297
7124
  /** Delay to wait until next poll, in milliseconds. */
6298
7125
  updateIntervalInMs?: number;
6299
7126
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -6303,6 +7130,10 @@ export interface ConsolesDeleteOptionalParams extends coreClient.OperationOption
6303
7130
  export type ConsolesDeleteResponse = OperationStatusResult;
6304
7131
  /** Optional parameters. */
6305
7132
  export interface ConsolesUpdateOptionalParams extends coreClient.OperationOptions {
7133
+ /** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
7134
+ ifMatch?: string;
7135
+ /** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
7136
+ ifNoneMatch?: string;
6306
7137
  /** The request body. */
6307
7138
  consoleUpdateParameters?: ConsolePatchParameters;
6308
7139
  /** Delay to wait until next poll, in milliseconds. */