@azure/arm-hybridcompute 4.1.0-beta.1 → 5.0.0-alpha.20250718.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 (1108) hide show
  1. package/CHANGELOG.md +127 -0
  2. package/LICENSE +3 -3
  3. package/README.md +24 -18
  4. package/dist/browser/hybridComputeManagementClient.d.ts +70 -0
  5. package/dist/browser/hybridComputeManagementClient.d.ts.map +1 -0
  6. package/dist/browser/hybridComputeManagementClient.js +285 -0
  7. package/dist/browser/hybridComputeManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/dist/browser/models/index.d.ts +3482 -0
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/dist/browser/models/index.js +450 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/dist/browser/models/mappers.d.ts +140 -0
  19. package/dist/browser/models/mappers.d.ts.map +1 -0
  20. package/dist/browser/models/mappers.js +4751 -0
  21. package/dist/browser/models/mappers.js.map +1 -0
  22. package/dist/browser/models/parameters.d.ts +51 -0
  23. package/dist/browser/models/parameters.d.ts.map +1 -0
  24. package/dist/browser/models/parameters.js +456 -0
  25. package/dist/browser/models/parameters.js.map +1 -0
  26. package/dist/browser/operations/extensionMetadata.d.ts +41 -0
  27. package/dist/browser/operations/extensionMetadata.d.ts.map +1 -0
  28. package/dist/browser/operations/extensionMetadata.js +142 -0
  29. package/dist/browser/operations/extensionMetadata.js.map +1 -0
  30. package/dist/browser/operations/extensionMetadataV2.d.ts +50 -0
  31. package/dist/browser/operations/extensionMetadataV2.d.ts.map +1 -0
  32. package/dist/browser/operations/extensionMetadataV2.js +186 -0
  33. package/dist/browser/operations/extensionMetadataV2.js.map +1 -0
  34. package/dist/browser/operations/extensionPublisherOperations.d.ts +35 -0
  35. package/dist/browser/operations/extensionPublisherOperations.d.ts.map +1 -0
  36. package/dist/browser/operations/extensionPublisherOperations.js +136 -0
  37. package/dist/browser/operations/extensionPublisherOperations.js.map +1 -0
  38. package/dist/browser/operations/extensionTypeOperations.d.ts +38 -0
  39. package/dist/browser/operations/extensionTypeOperations.d.ts.map +1 -0
  40. package/dist/browser/operations/extensionTypeOperations.js +144 -0
  41. package/dist/browser/operations/extensionTypeOperations.js.map +1 -0
  42. package/dist/browser/operations/gateways.d.ts +99 -0
  43. package/dist/browser/operations/gateways.d.ts.map +1 -0
  44. package/dist/browser/operations/gateways.js +487 -0
  45. package/dist/browser/operations/gateways.js.map +1 -0
  46. package/dist/browser/operations/index.d.ts +18 -0
  47. package/dist/browser/operations/index.d.ts.map +1 -0
  48. package/dist/browser/operations/index.js +25 -0
  49. package/dist/browser/operations/index.js.map +1 -0
  50. package/dist/browser/operations/licenseProfiles.d.ts +92 -0
  51. package/dist/browser/operations/licenseProfiles.d.ts.map +1 -0
  52. package/dist/browser/operations/licenseProfiles.js +437 -0
  53. package/dist/browser/operations/licenseProfiles.js.map +1 -0
  54. package/dist/browser/operations/licenses.d.ts +119 -0
  55. package/dist/browser/operations/licenses.d.ts.map +1 -0
  56. package/dist/browser/operations/licenses.js +607 -0
  57. package/dist/browser/operations/licenses.js.map +1 -0
  58. package/dist/browser/operations/machineExtensions.d.ts +99 -0
  59. package/dist/browser/operations/machineExtensions.d.ts.map +1 -0
  60. package/dist/browser/operations/machineExtensions.js +448 -0
  61. package/dist/browser/operations/machineExtensions.js.map +1 -0
  62. package/dist/browser/operations/machineRunCommands.d.ts +81 -0
  63. package/dist/browser/operations/machineRunCommands.d.ts.map +1 -0
  64. package/dist/browser/operations/machineRunCommands.js +364 -0
  65. package/dist/browser/operations/machineRunCommands.js.map +1 -0
  66. package/dist/browser/operations/machines.d.ts +109 -0
  67. package/dist/browser/operations/machines.d.ts.map +1 -0
  68. package/dist/browser/operations/machines.js +541 -0
  69. package/dist/browser/operations/machines.js.map +1 -0
  70. package/dist/browser/operations/networkProfileOperations.d.ts +20 -0
  71. package/dist/browser/operations/networkProfileOperations.d.ts.map +1 -0
  72. package/dist/browser/operations/networkProfileOperations.js +53 -0
  73. package/dist/browser/operations/networkProfileOperations.js.map +1 -0
  74. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  75. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  76. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +271 -0
  77. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  78. package/dist/browser/operations/operations.d.ts +26 -0
  79. package/dist/browser/operations/operations.d.ts.map +1 -0
  80. package/dist/browser/operations/operations.js +96 -0
  81. package/dist/browser/operations/operations.js.map +1 -0
  82. package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
  83. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  84. package/dist/browser/operations/privateEndpointConnections.js +359 -0
  85. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  86. package/dist/browser/operations/privateLinkResources.d.ts +46 -0
  87. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  88. package/dist/browser/operations/privateLinkResources.js +182 -0
  89. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  90. package/dist/browser/operations/privateLinkScopes.d.ts +108 -0
  91. package/dist/browser/operations/privateLinkScopes.d.ts.map +1 -0
  92. package/dist/browser/operations/privateLinkScopes.js +493 -0
  93. package/dist/browser/operations/privateLinkScopes.js.map +1 -0
  94. package/dist/browser/operations/settingsOperations.d.ts +45 -0
  95. package/dist/browser/operations/settingsOperations.d.ts.map +1 -0
  96. package/dist/browser/operations/settingsOperations.js +163 -0
  97. package/dist/browser/operations/settingsOperations.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/extensionMetadata.d.ts +23 -0
  99. package/dist/browser/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/extensionMetadata.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  102. package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/extensionMetadataV2.js +9 -0
  104. package/dist/browser/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  105. package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  106. package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  107. package/dist/browser/operationsInterfaces/extensionPublisherOperations.js +9 -0
  108. package/dist/browser/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  109. package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  110. package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  111. package/dist/browser/operationsInterfaces/extensionTypeOperations.js +9 -0
  112. package/dist/browser/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  113. package/dist/browser/operationsInterfaces/gateways.d.ts +63 -0
  114. package/dist/browser/operationsInterfaces/gateways.d.ts.map +1 -0
  115. package/dist/browser/operationsInterfaces/gateways.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/index.d.ts +18 -0
  117. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/index.js +25 -0
  119. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/licenseProfiles.d.ts +67 -0
  121. package/dist/browser/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/licenseProfiles.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/licenses.d.ts +83 -0
  124. package/dist/browser/operationsInterfaces/licenses.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/licenses.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/machineExtensions.d.ts +74 -0
  127. package/dist/browser/operationsInterfaces/machineExtensions.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/machineExtensions.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/machineRunCommands.d.ts +56 -0
  130. package/dist/browser/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/machineRunCommands.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/machines.d.ts +71 -0
  133. package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/machines.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts +12 -0
  136. package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/networkProfileOperations.js.map +1 -0
  138. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  139. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  141. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  142. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  143. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  144. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  145. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  146. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  147. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +21 -0
  148. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  149. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  150. package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +72 -0
  151. package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  152. package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +1 -0
  153. package/dist/browser/operationsInterfaces/settingsOperations.d.ts +37 -0
  154. package/dist/browser/operationsInterfaces/settingsOperations.d.ts.map +1 -0
  155. package/dist/browser/operationsInterfaces/settingsOperations.js.map +1 -0
  156. package/dist/browser/package.json +3 -0
  157. package/dist/browser/pagingHelper.js.map +1 -0
  158. package/dist/commonjs/hybridComputeManagementClient.d.ts +70 -0
  159. package/dist/commonjs/hybridComputeManagementClient.d.ts.map +1 -0
  160. package/dist/commonjs/hybridComputeManagementClient.js +290 -0
  161. package/dist/commonjs/hybridComputeManagementClient.js.map +1 -0
  162. package/dist/commonjs/index.d.ts +5 -0
  163. package/dist/commonjs/index.d.ts.map +1 -0
  164. package/dist/commonjs/index.js +19 -0
  165. package/dist/commonjs/index.js.map +1 -0
  166. package/dist/commonjs/lroImpl.d.ts +11 -0
  167. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  168. package/dist/commonjs/lroImpl.js +24 -0
  169. package/dist/commonjs/lroImpl.js.map +1 -0
  170. package/dist/commonjs/models/index.d.ts +3482 -0
  171. package/dist/commonjs/models/index.d.ts.map +1 -0
  172. package/dist/commonjs/models/index.js +453 -0
  173. package/dist/commonjs/models/index.js.map +1 -0
  174. package/dist/commonjs/models/mappers.d.ts +140 -0
  175. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  176. package/dist/commonjs/models/mappers.js +4756 -0
  177. package/dist/commonjs/models/mappers.js.map +1 -0
  178. package/dist/commonjs/models/parameters.d.ts +51 -0
  179. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  180. package/dist/commonjs/models/parameters.js +459 -0
  181. package/dist/commonjs/models/parameters.js.map +1 -0
  182. package/dist/commonjs/operations/extensionMetadata.d.ts +41 -0
  183. package/dist/commonjs/operations/extensionMetadata.d.ts.map +1 -0
  184. package/dist/commonjs/operations/extensionMetadata.js +146 -0
  185. package/dist/commonjs/operations/extensionMetadata.js.map +1 -0
  186. package/dist/commonjs/operations/extensionMetadataV2.d.ts +50 -0
  187. package/dist/commonjs/operations/extensionMetadataV2.d.ts.map +1 -0
  188. package/dist/commonjs/operations/extensionMetadataV2.js +190 -0
  189. package/dist/commonjs/operations/extensionMetadataV2.js.map +1 -0
  190. package/dist/commonjs/operations/extensionPublisherOperations.d.ts +35 -0
  191. package/dist/commonjs/operations/extensionPublisherOperations.d.ts.map +1 -0
  192. package/dist/commonjs/operations/extensionPublisherOperations.js +140 -0
  193. package/dist/commonjs/operations/extensionPublisherOperations.js.map +1 -0
  194. package/dist/commonjs/operations/extensionTypeOperations.d.ts +38 -0
  195. package/dist/commonjs/operations/extensionTypeOperations.d.ts.map +1 -0
  196. package/dist/commonjs/operations/extensionTypeOperations.js +148 -0
  197. package/dist/commonjs/operations/extensionTypeOperations.js.map +1 -0
  198. package/dist/commonjs/operations/gateways.d.ts +99 -0
  199. package/dist/commonjs/operations/gateways.d.ts.map +1 -0
  200. package/dist/commonjs/operations/gateways.js +491 -0
  201. package/dist/commonjs/operations/gateways.js.map +1 -0
  202. package/dist/commonjs/operations/index.d.ts +18 -0
  203. package/dist/commonjs/operations/index.d.ts.map +1 -0
  204. package/dist/commonjs/operations/index.js +28 -0
  205. package/dist/commonjs/operations/index.js.map +1 -0
  206. package/dist/commonjs/operations/licenseProfiles.d.ts +92 -0
  207. package/dist/commonjs/operations/licenseProfiles.d.ts.map +1 -0
  208. package/dist/commonjs/operations/licenseProfiles.js +441 -0
  209. package/dist/commonjs/operations/licenseProfiles.js.map +1 -0
  210. package/dist/commonjs/operations/licenses.d.ts +119 -0
  211. package/dist/commonjs/operations/licenses.d.ts.map +1 -0
  212. package/dist/commonjs/operations/licenses.js +611 -0
  213. package/dist/commonjs/operations/licenses.js.map +1 -0
  214. package/dist/commonjs/operations/machineExtensions.d.ts +99 -0
  215. package/dist/commonjs/operations/machineExtensions.d.ts.map +1 -0
  216. package/dist/commonjs/operations/machineExtensions.js +452 -0
  217. package/dist/commonjs/operations/machineExtensions.js.map +1 -0
  218. package/dist/commonjs/operations/machineRunCommands.d.ts +81 -0
  219. package/dist/commonjs/operations/machineRunCommands.d.ts.map +1 -0
  220. package/dist/commonjs/operations/machineRunCommands.js +368 -0
  221. package/dist/commonjs/operations/machineRunCommands.js.map +1 -0
  222. package/dist/commonjs/operations/machines.d.ts +109 -0
  223. package/dist/commonjs/operations/machines.d.ts.map +1 -0
  224. package/dist/commonjs/operations/machines.js +545 -0
  225. package/dist/commonjs/operations/machines.js.map +1 -0
  226. package/dist/commonjs/operations/networkProfileOperations.d.ts +20 -0
  227. package/dist/commonjs/operations/networkProfileOperations.d.ts.map +1 -0
  228. package/dist/commonjs/operations/networkProfileOperations.js +58 -0
  229. package/dist/commonjs/operations/networkProfileOperations.js.map +1 -0
  230. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  231. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  232. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +275 -0
  233. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  234. package/dist/commonjs/operations/operations.d.ts +26 -0
  235. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  236. package/dist/commonjs/operations/operations.js +100 -0
  237. package/dist/commonjs/operations/operations.js.map +1 -0
  238. package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
  239. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  240. package/dist/commonjs/operations/privateEndpointConnections.js +363 -0
  241. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  242. package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
  243. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  244. package/dist/commonjs/operations/privateLinkResources.js +186 -0
  245. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  246. package/dist/commonjs/operations/privateLinkScopes.d.ts +108 -0
  247. package/dist/commonjs/operations/privateLinkScopes.d.ts.map +1 -0
  248. package/dist/commonjs/operations/privateLinkScopes.js +497 -0
  249. package/dist/commonjs/operations/privateLinkScopes.js.map +1 -0
  250. package/dist/commonjs/operations/settingsOperations.d.ts +45 -0
  251. package/dist/commonjs/operations/settingsOperations.d.ts.map +1 -0
  252. package/dist/commonjs/operations/settingsOperations.js +168 -0
  253. package/dist/commonjs/operations/settingsOperations.js.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts +23 -0
  255. package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/extensionMetadata.js +10 -0
  257. package/dist/commonjs/operationsInterfaces/extensionMetadata.js.map +1 -0
  258. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  259. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  260. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js +10 -0
  261. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  262. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  263. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  264. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js +10 -0
  265. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  266. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  267. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  268. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js +10 -0
  269. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  270. package/dist/commonjs/operationsInterfaces/gateways.d.ts +63 -0
  271. package/dist/commonjs/operationsInterfaces/gateways.d.ts.map +1 -0
  272. package/dist/commonjs/operationsInterfaces/gateways.js +10 -0
  273. package/dist/commonjs/operationsInterfaces/gateways.js.map +1 -0
  274. package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
  275. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  276. package/dist/commonjs/operationsInterfaces/index.js +28 -0
  277. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  278. package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts +67 -0
  279. package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
  280. package/dist/commonjs/operationsInterfaces/licenseProfiles.js +10 -0
  281. package/dist/commonjs/operationsInterfaces/licenseProfiles.js.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/licenses.d.ts +83 -0
  283. package/dist/commonjs/operationsInterfaces/licenses.d.ts.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/licenses.js +10 -0
  285. package/dist/commonjs/operationsInterfaces/licenses.js.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts +74 -0
  287. package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts.map +1 -0
  288. package/dist/commonjs/operationsInterfaces/machineExtensions.js +10 -0
  289. package/dist/commonjs/operationsInterfaces/machineExtensions.js.map +1 -0
  290. package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts +56 -0
  291. package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
  292. package/dist/commonjs/operationsInterfaces/machineRunCommands.js +10 -0
  293. package/dist/commonjs/operationsInterfaces/machineRunCommands.js.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/machines.d.ts +71 -0
  295. package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/machines.js +10 -0
  297. package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
  298. package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts +12 -0
  299. package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
  300. package/dist/commonjs/operationsInterfaces/networkProfileOperations.js +10 -0
  301. package/dist/commonjs/operationsInterfaces/networkProfileOperations.js.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  303. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
  305. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  306. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  307. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  308. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  309. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  310. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  311. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  312. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  313. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  314. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
  315. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  316. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  317. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  318. package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +72 -0
  319. package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  320. package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +10 -0
  321. package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +1 -0
  322. package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts +37 -0
  323. package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts.map +1 -0
  324. package/dist/commonjs/operationsInterfaces/settingsOperations.js +10 -0
  325. package/dist/commonjs/operationsInterfaces/settingsOperations.js.map +1 -0
  326. package/dist/commonjs/package.json +3 -0
  327. package/dist/commonjs/pagingHelper.d.ts +13 -0
  328. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  329. package/dist/commonjs/pagingHelper.js +36 -0
  330. package/dist/commonjs/pagingHelper.js.map +1 -0
  331. package/dist/commonjs/tsdoc-metadata.json +11 -0
  332. package/dist/esm/hybridComputeManagementClient.d.ts +70 -0
  333. package/dist/esm/hybridComputeManagementClient.d.ts.map +1 -0
  334. package/dist/esm/hybridComputeManagementClient.js +285 -0
  335. package/dist/esm/hybridComputeManagementClient.js.map +1 -0
  336. package/dist/esm/index.d.ts +5 -0
  337. package/dist/esm/index.d.ts.map +1 -0
  338. package/dist/esm/index.js +13 -0
  339. package/dist/esm/index.js.map +1 -0
  340. package/dist/esm/lroImpl.d.ts +11 -0
  341. package/dist/esm/lroImpl.d.ts.map +1 -0
  342. package/dist/esm/lroImpl.js +21 -0
  343. package/dist/esm/lroImpl.js.map +1 -0
  344. package/dist/esm/models/index.d.ts +3482 -0
  345. package/dist/esm/models/index.d.ts.map +1 -0
  346. package/dist/esm/models/index.js +450 -0
  347. package/dist/esm/models/index.js.map +1 -0
  348. package/dist/esm/models/mappers.d.ts +140 -0
  349. package/dist/esm/models/mappers.d.ts.map +1 -0
  350. package/dist/esm/models/mappers.js +4751 -0
  351. package/dist/esm/models/mappers.js.map +1 -0
  352. package/dist/esm/models/parameters.d.ts +51 -0
  353. package/dist/esm/models/parameters.d.ts.map +1 -0
  354. package/dist/esm/models/parameters.js +456 -0
  355. package/dist/esm/models/parameters.js.map +1 -0
  356. package/dist/esm/operations/extensionMetadata.d.ts +41 -0
  357. package/dist/esm/operations/extensionMetadata.d.ts.map +1 -0
  358. package/dist/esm/operations/extensionMetadata.js +142 -0
  359. package/dist/esm/operations/extensionMetadata.js.map +1 -0
  360. package/dist/esm/operations/extensionMetadataV2.d.ts +50 -0
  361. package/dist/esm/operations/extensionMetadataV2.d.ts.map +1 -0
  362. package/dist/esm/operations/extensionMetadataV2.js +186 -0
  363. package/dist/esm/operations/extensionMetadataV2.js.map +1 -0
  364. package/dist/esm/operations/extensionPublisherOperations.d.ts +35 -0
  365. package/dist/esm/operations/extensionPublisherOperations.d.ts.map +1 -0
  366. package/dist/esm/operations/extensionPublisherOperations.js +136 -0
  367. package/dist/esm/operations/extensionPublisherOperations.js.map +1 -0
  368. package/dist/esm/operations/extensionTypeOperations.d.ts +38 -0
  369. package/dist/esm/operations/extensionTypeOperations.d.ts.map +1 -0
  370. package/dist/esm/operations/extensionTypeOperations.js +144 -0
  371. package/dist/esm/operations/extensionTypeOperations.js.map +1 -0
  372. package/dist/esm/operations/gateways.d.ts +99 -0
  373. package/dist/esm/operations/gateways.d.ts.map +1 -0
  374. package/dist/esm/operations/gateways.js +487 -0
  375. package/dist/esm/operations/gateways.js.map +1 -0
  376. package/dist/esm/operations/index.d.ts +18 -0
  377. package/dist/esm/operations/index.d.ts.map +1 -0
  378. package/dist/esm/operations/index.js +25 -0
  379. package/dist/esm/operations/index.js.map +1 -0
  380. package/dist/esm/operations/licenseProfiles.d.ts +92 -0
  381. package/dist/esm/operations/licenseProfiles.d.ts.map +1 -0
  382. package/dist/esm/operations/licenseProfiles.js +437 -0
  383. package/dist/esm/operations/licenseProfiles.js.map +1 -0
  384. package/dist/esm/operations/licenses.d.ts +119 -0
  385. package/dist/esm/operations/licenses.d.ts.map +1 -0
  386. package/dist/esm/operations/licenses.js +607 -0
  387. package/dist/esm/operations/licenses.js.map +1 -0
  388. package/dist/esm/operations/machineExtensions.d.ts +99 -0
  389. package/dist/esm/operations/machineExtensions.d.ts.map +1 -0
  390. package/dist/esm/operations/machineExtensions.js +448 -0
  391. package/dist/esm/operations/machineExtensions.js.map +1 -0
  392. package/dist/esm/operations/machineRunCommands.d.ts +81 -0
  393. package/dist/esm/operations/machineRunCommands.d.ts.map +1 -0
  394. package/dist/esm/operations/machineRunCommands.js +364 -0
  395. package/dist/esm/operations/machineRunCommands.js.map +1 -0
  396. package/dist/esm/operations/machines.d.ts +109 -0
  397. package/dist/esm/operations/machines.d.ts.map +1 -0
  398. package/dist/esm/operations/machines.js +541 -0
  399. package/dist/esm/operations/machines.js.map +1 -0
  400. package/dist/esm/operations/networkProfileOperations.d.ts +20 -0
  401. package/dist/esm/operations/networkProfileOperations.d.ts.map +1 -0
  402. package/dist/esm/operations/networkProfileOperations.js +53 -0
  403. package/dist/esm/operations/networkProfileOperations.js.map +1 -0
  404. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  405. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  406. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +271 -0
  407. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  408. package/dist/esm/operations/operations.d.ts +26 -0
  409. package/dist/esm/operations/operations.d.ts.map +1 -0
  410. package/dist/esm/operations/operations.js +96 -0
  411. package/dist/esm/operations/operations.js.map +1 -0
  412. package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
  413. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  414. package/dist/esm/operations/privateEndpointConnections.js +359 -0
  415. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  416. package/dist/esm/operations/privateLinkResources.d.ts +46 -0
  417. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  418. package/dist/esm/operations/privateLinkResources.js +182 -0
  419. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  420. package/dist/esm/operations/privateLinkScopes.d.ts +108 -0
  421. package/dist/esm/operations/privateLinkScopes.d.ts.map +1 -0
  422. package/dist/esm/operations/privateLinkScopes.js +493 -0
  423. package/dist/esm/operations/privateLinkScopes.js.map +1 -0
  424. package/dist/esm/operations/settingsOperations.d.ts +45 -0
  425. package/dist/esm/operations/settingsOperations.d.ts.map +1 -0
  426. package/dist/esm/operations/settingsOperations.js +163 -0
  427. package/dist/esm/operations/settingsOperations.js.map +1 -0
  428. package/dist/esm/operationsInterfaces/extensionMetadata.d.ts +23 -0
  429. package/dist/esm/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
  430. package/dist/esm/operationsInterfaces/extensionMetadata.js +9 -0
  431. package/dist/esm/operationsInterfaces/extensionMetadata.js.map +1 -0
  432. package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  433. package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  434. package/dist/esm/operationsInterfaces/extensionMetadataV2.js +9 -0
  435. package/dist/esm/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  436. package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  437. package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  438. package/dist/esm/operationsInterfaces/extensionPublisherOperations.js +9 -0
  439. package/dist/esm/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  440. package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  441. package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  442. package/dist/esm/operationsInterfaces/extensionTypeOperations.js +9 -0
  443. package/dist/esm/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  444. package/dist/esm/operationsInterfaces/gateways.d.ts +63 -0
  445. package/dist/esm/operationsInterfaces/gateways.d.ts.map +1 -0
  446. package/dist/esm/operationsInterfaces/gateways.js +9 -0
  447. package/dist/esm/operationsInterfaces/gateways.js.map +1 -0
  448. package/dist/esm/operationsInterfaces/index.d.ts +18 -0
  449. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  450. package/dist/esm/operationsInterfaces/index.js +25 -0
  451. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  452. package/dist/esm/operationsInterfaces/licenseProfiles.d.ts +67 -0
  453. package/dist/esm/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
  454. package/dist/esm/operationsInterfaces/licenseProfiles.js +9 -0
  455. package/dist/esm/operationsInterfaces/licenseProfiles.js.map +1 -0
  456. package/dist/esm/operationsInterfaces/licenses.d.ts +83 -0
  457. package/dist/esm/operationsInterfaces/licenses.d.ts.map +1 -0
  458. package/dist/esm/operationsInterfaces/licenses.js +9 -0
  459. package/dist/esm/operationsInterfaces/licenses.js.map +1 -0
  460. package/dist/esm/operationsInterfaces/machineExtensions.d.ts +74 -0
  461. package/dist/esm/operationsInterfaces/machineExtensions.d.ts.map +1 -0
  462. package/dist/esm/operationsInterfaces/machineExtensions.js +9 -0
  463. package/dist/esm/operationsInterfaces/machineExtensions.js.map +1 -0
  464. package/dist/esm/operationsInterfaces/machineRunCommands.d.ts +56 -0
  465. package/dist/esm/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
  466. package/dist/esm/operationsInterfaces/machineRunCommands.js +9 -0
  467. package/dist/esm/operationsInterfaces/machineRunCommands.js.map +1 -0
  468. package/dist/esm/operationsInterfaces/machines.d.ts +71 -0
  469. package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
  470. package/dist/esm/operationsInterfaces/machines.js +9 -0
  471. package/dist/esm/operationsInterfaces/machines.js.map +1 -0
  472. package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts +12 -0
  473. package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
  474. package/dist/esm/operationsInterfaces/networkProfileOperations.js +9 -0
  475. package/dist/esm/operationsInterfaces/networkProfileOperations.js.map +1 -0
  476. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  477. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  478. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  479. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  480. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  481. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  482. package/dist/esm/operationsInterfaces/operations.js +9 -0
  483. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  484. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  485. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  486. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  487. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  488. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
  489. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  490. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  491. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  492. package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +72 -0
  493. package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  494. package/dist/esm/operationsInterfaces/privateLinkScopes.js +9 -0
  495. package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +1 -0
  496. package/dist/esm/operationsInterfaces/settingsOperations.d.ts +37 -0
  497. package/dist/esm/operationsInterfaces/settingsOperations.d.ts.map +1 -0
  498. package/dist/esm/operationsInterfaces/settingsOperations.js +9 -0
  499. package/dist/esm/operationsInterfaces/settingsOperations.js.map +1 -0
  500. package/dist/esm/package.json +3 -0
  501. package/dist/esm/pagingHelper.d.ts +13 -0
  502. package/dist/esm/pagingHelper.d.ts.map +1 -0
  503. package/dist/esm/pagingHelper.js +32 -0
  504. package/dist/esm/pagingHelper.js.map +1 -0
  505. package/dist/react-native/hybridComputeManagementClient.d.ts +70 -0
  506. package/dist/react-native/hybridComputeManagementClient.d.ts.map +1 -0
  507. package/dist/react-native/hybridComputeManagementClient.js +285 -0
  508. package/dist/react-native/hybridComputeManagementClient.js.map +1 -0
  509. package/dist/react-native/index.d.ts +5 -0
  510. package/dist/react-native/index.d.ts.map +1 -0
  511. package/dist/react-native/index.js +13 -0
  512. package/dist/react-native/index.js.map +1 -0
  513. package/dist/react-native/lroImpl.d.ts +11 -0
  514. package/dist/react-native/lroImpl.d.ts.map +1 -0
  515. package/dist/react-native/lroImpl.js +21 -0
  516. package/dist/react-native/lroImpl.js.map +1 -0
  517. package/dist/react-native/models/index.d.ts +3482 -0
  518. package/dist/react-native/models/index.d.ts.map +1 -0
  519. package/dist/react-native/models/index.js +450 -0
  520. package/dist/react-native/models/index.js.map +1 -0
  521. package/dist/react-native/models/mappers.d.ts +140 -0
  522. package/dist/react-native/models/mappers.d.ts.map +1 -0
  523. package/dist/react-native/models/mappers.js +4751 -0
  524. package/dist/react-native/models/mappers.js.map +1 -0
  525. package/dist/react-native/models/parameters.d.ts +51 -0
  526. package/dist/react-native/models/parameters.d.ts.map +1 -0
  527. package/dist/react-native/models/parameters.js +456 -0
  528. package/dist/react-native/models/parameters.js.map +1 -0
  529. package/dist/react-native/operations/extensionMetadata.d.ts +41 -0
  530. package/dist/react-native/operations/extensionMetadata.d.ts.map +1 -0
  531. package/dist/react-native/operations/extensionMetadata.js +142 -0
  532. package/dist/react-native/operations/extensionMetadata.js.map +1 -0
  533. package/dist/react-native/operations/extensionMetadataV2.d.ts +50 -0
  534. package/dist/react-native/operations/extensionMetadataV2.d.ts.map +1 -0
  535. package/dist/react-native/operations/extensionMetadataV2.js +186 -0
  536. package/dist/react-native/operations/extensionMetadataV2.js.map +1 -0
  537. package/dist/react-native/operations/extensionPublisherOperations.d.ts +35 -0
  538. package/dist/react-native/operations/extensionPublisherOperations.d.ts.map +1 -0
  539. package/dist/react-native/operations/extensionPublisherOperations.js +136 -0
  540. package/dist/react-native/operations/extensionPublisherOperations.js.map +1 -0
  541. package/dist/react-native/operations/extensionTypeOperations.d.ts +38 -0
  542. package/dist/react-native/operations/extensionTypeOperations.d.ts.map +1 -0
  543. package/dist/react-native/operations/extensionTypeOperations.js +144 -0
  544. package/dist/react-native/operations/extensionTypeOperations.js.map +1 -0
  545. package/dist/react-native/operations/gateways.d.ts +99 -0
  546. package/dist/react-native/operations/gateways.d.ts.map +1 -0
  547. package/dist/react-native/operations/gateways.js +487 -0
  548. package/dist/react-native/operations/gateways.js.map +1 -0
  549. package/dist/react-native/operations/index.d.ts +18 -0
  550. package/dist/react-native/operations/index.d.ts.map +1 -0
  551. package/dist/react-native/operations/index.js +25 -0
  552. package/dist/react-native/operations/index.js.map +1 -0
  553. package/dist/react-native/operations/licenseProfiles.d.ts +92 -0
  554. package/dist/react-native/operations/licenseProfiles.d.ts.map +1 -0
  555. package/dist/react-native/operations/licenseProfiles.js +437 -0
  556. package/dist/react-native/operations/licenseProfiles.js.map +1 -0
  557. package/dist/react-native/operations/licenses.d.ts +119 -0
  558. package/dist/react-native/operations/licenses.d.ts.map +1 -0
  559. package/dist/react-native/operations/licenses.js +607 -0
  560. package/dist/react-native/operations/licenses.js.map +1 -0
  561. package/dist/react-native/operations/machineExtensions.d.ts +99 -0
  562. package/dist/react-native/operations/machineExtensions.d.ts.map +1 -0
  563. package/dist/react-native/operations/machineExtensions.js +448 -0
  564. package/dist/react-native/operations/machineExtensions.js.map +1 -0
  565. package/dist/react-native/operations/machineRunCommands.d.ts +81 -0
  566. package/dist/react-native/operations/machineRunCommands.d.ts.map +1 -0
  567. package/dist/react-native/operations/machineRunCommands.js +364 -0
  568. package/dist/react-native/operations/machineRunCommands.js.map +1 -0
  569. package/dist/react-native/operations/machines.d.ts +109 -0
  570. package/dist/react-native/operations/machines.d.ts.map +1 -0
  571. package/dist/react-native/operations/machines.js +541 -0
  572. package/dist/react-native/operations/machines.js.map +1 -0
  573. package/dist/react-native/operations/networkProfileOperations.d.ts +20 -0
  574. package/dist/react-native/operations/networkProfileOperations.d.ts.map +1 -0
  575. package/dist/react-native/operations/networkProfileOperations.js +53 -0
  576. package/dist/react-native/operations/networkProfileOperations.js.map +1 -0
  577. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  578. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  579. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +271 -0
  580. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  581. package/dist/react-native/operations/operations.d.ts +26 -0
  582. package/dist/react-native/operations/operations.d.ts.map +1 -0
  583. package/dist/react-native/operations/operations.js +96 -0
  584. package/dist/react-native/operations/operations.js.map +1 -0
  585. package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
  586. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  587. package/dist/react-native/operations/privateEndpointConnections.js +359 -0
  588. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  589. package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
  590. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  591. package/dist/react-native/operations/privateLinkResources.js +182 -0
  592. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  593. package/dist/react-native/operations/privateLinkScopes.d.ts +108 -0
  594. package/dist/react-native/operations/privateLinkScopes.d.ts.map +1 -0
  595. package/dist/react-native/operations/privateLinkScopes.js +493 -0
  596. package/dist/react-native/operations/privateLinkScopes.js.map +1 -0
  597. package/dist/react-native/operations/settingsOperations.d.ts +45 -0
  598. package/dist/react-native/operations/settingsOperations.d.ts.map +1 -0
  599. package/dist/react-native/operations/settingsOperations.js +163 -0
  600. package/dist/react-native/operations/settingsOperations.js.map +1 -0
  601. package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts +23 -0
  602. package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
  603. package/dist/react-native/operationsInterfaces/extensionMetadata.js +9 -0
  604. package/dist/react-native/operationsInterfaces/extensionMetadata.js.map +1 -0
  605. package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  606. package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  607. package/dist/react-native/operationsInterfaces/extensionMetadataV2.js +9 -0
  608. package/dist/react-native/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  609. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  610. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  611. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js +9 -0
  612. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  613. package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  614. package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  615. package/dist/react-native/operationsInterfaces/extensionTypeOperations.js +9 -0
  616. package/dist/react-native/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  617. package/dist/react-native/operationsInterfaces/gateways.d.ts +63 -0
  618. package/dist/react-native/operationsInterfaces/gateways.d.ts.map +1 -0
  619. package/dist/react-native/operationsInterfaces/gateways.js +9 -0
  620. package/dist/react-native/operationsInterfaces/gateways.js.map +1 -0
  621. package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
  622. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  623. package/dist/react-native/operationsInterfaces/index.js +25 -0
  624. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  625. package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts +67 -0
  626. package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
  627. package/dist/react-native/operationsInterfaces/licenseProfiles.js +9 -0
  628. package/dist/react-native/operationsInterfaces/licenseProfiles.js.map +1 -0
  629. package/dist/react-native/operationsInterfaces/licenses.d.ts +83 -0
  630. package/dist/react-native/operationsInterfaces/licenses.d.ts.map +1 -0
  631. package/dist/react-native/operationsInterfaces/licenses.js +9 -0
  632. package/dist/react-native/operationsInterfaces/licenses.js.map +1 -0
  633. package/dist/react-native/operationsInterfaces/machineExtensions.d.ts +74 -0
  634. package/dist/react-native/operationsInterfaces/machineExtensions.d.ts.map +1 -0
  635. package/dist/react-native/operationsInterfaces/machineExtensions.js +9 -0
  636. package/dist/react-native/operationsInterfaces/machineExtensions.js.map +1 -0
  637. package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts +56 -0
  638. package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
  639. package/dist/react-native/operationsInterfaces/machineRunCommands.js +9 -0
  640. package/dist/react-native/operationsInterfaces/machineRunCommands.js.map +1 -0
  641. package/dist/react-native/operationsInterfaces/machines.d.ts +71 -0
  642. package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
  643. package/dist/react-native/operationsInterfaces/machines.js +9 -0
  644. package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
  645. package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts +12 -0
  646. package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
  647. package/dist/react-native/operationsInterfaces/networkProfileOperations.js +9 -0
  648. package/dist/react-native/operationsInterfaces/networkProfileOperations.js.map +1 -0
  649. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  650. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  651. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  652. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  653. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  654. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  655. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  656. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  657. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  658. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  659. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  660. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  661. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
  662. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  663. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  664. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  665. package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +72 -0
  666. package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  667. package/dist/react-native/operationsInterfaces/privateLinkScopes.js +9 -0
  668. package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +1 -0
  669. package/dist/react-native/operationsInterfaces/settingsOperations.d.ts +37 -0
  670. package/dist/react-native/operationsInterfaces/settingsOperations.d.ts.map +1 -0
  671. package/dist/react-native/operationsInterfaces/settingsOperations.js +9 -0
  672. package/dist/react-native/operationsInterfaces/settingsOperations.js.map +1 -0
  673. package/dist/react-native/package.json +3 -0
  674. package/dist/react-native/pagingHelper.d.ts +13 -0
  675. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  676. package/dist/react-native/pagingHelper.js +32 -0
  677. package/dist/react-native/pagingHelper.js.map +1 -0
  678. package/package.json +78 -60
  679. package/review/arm-hybridcompute-node.api.md +2344 -0
  680. package/dist/index.js +0 -10367
  681. package/dist/index.js.map +0 -1
  682. package/dist/index.min.js +0 -1
  683. package/dist/index.min.js.map +0 -1
  684. package/dist-esm/samples-dev/extensionMetadataGetSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/extensionMetadataGetSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/extensionMetadataGetSample.js +0 -41
  687. package/dist-esm/samples-dev/extensionMetadataGetSample.js.map +0 -1
  688. package/dist-esm/samples-dev/extensionMetadataListSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/extensionMetadataListSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/extensionMetadataListSample.js +0 -56
  691. package/dist-esm/samples-dev/extensionMetadataListSample.js.map +0 -1
  692. package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts +0 -2
  693. package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js +0 -44
  695. package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js.map +0 -1
  696. package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/gatewaysDeleteSample.js +0 -39
  699. package/dist-esm/samples-dev/gatewaysDeleteSample.js.map +0 -1
  700. package/dist-esm/samples-dev/gatewaysGetSample.d.ts +0 -2
  701. package/dist-esm/samples-dev/gatewaysGetSample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/gatewaysGetSample.js +0 -39
  703. package/dist-esm/samples-dev/gatewaysGetSample.js.map +0 -1
  704. package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js +0 -54
  707. package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js.map +0 -1
  708. package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts +0 -2
  709. package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts.map +0 -1
  710. package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js +0 -53
  711. package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js.map +0 -1
  712. package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts +0 -2
  713. package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts.map +0 -1
  714. package/dist-esm/samples-dev/gatewaysUpdateSample.js +0 -40
  715. package/dist-esm/samples-dev/gatewaysUpdateSample.js.map +0 -1
  716. package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js +0 -46
  719. package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js.map +0 -1
  720. package/dist-esm/samples-dev/licenseProfilesDeleteSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/licenseProfilesDeleteSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/licenseProfilesDeleteSample.js +0 -38
  723. package/dist-esm/samples-dev/licenseProfilesDeleteSample.js.map +0 -1
  724. package/dist-esm/samples-dev/licenseProfilesGetSample.d.ts +0 -2
  725. package/dist-esm/samples-dev/licenseProfilesGetSample.d.ts.map +0 -1
  726. package/dist-esm/samples-dev/licenseProfilesGetSample.js +0 -38
  727. package/dist-esm/samples-dev/licenseProfilesGetSample.js.map +0 -1
  728. package/dist-esm/samples-dev/licenseProfilesListSample.d.ts +0 -2
  729. package/dist-esm/samples-dev/licenseProfilesListSample.d.ts.map +0 -1
  730. package/dist-esm/samples-dev/licenseProfilesListSample.js +0 -54
  731. package/dist-esm/samples-dev/licenseProfilesListSample.js.map +0 -1
  732. package/dist-esm/samples-dev/licenseProfilesUpdateSample.d.ts +0 -2
  733. package/dist-esm/samples-dev/licenseProfilesUpdateSample.d.ts.map +0 -1
  734. package/dist-esm/samples-dev/licenseProfilesUpdateSample.js +0 -45
  735. package/dist-esm/samples-dev/licenseProfilesUpdateSample.js.map +0 -1
  736. package/dist-esm/samples-dev/licensesCreateOrUpdateSample.d.ts +0 -2
  737. package/dist-esm/samples-dev/licensesCreateOrUpdateSample.d.ts.map +0 -1
  738. package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js +0 -49
  739. package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js.map +0 -1
  740. package/dist-esm/samples-dev/licensesDeleteSample.d.ts +0 -2
  741. package/dist-esm/samples-dev/licensesDeleteSample.d.ts.map +0 -1
  742. package/dist-esm/samples-dev/licensesDeleteSample.js +0 -38
  743. package/dist-esm/samples-dev/licensesDeleteSample.js.map +0 -1
  744. package/dist-esm/samples-dev/licensesGetSample.d.ts +0 -2
  745. package/dist-esm/samples-dev/licensesGetSample.d.ts.map +0 -1
  746. package/dist-esm/samples-dev/licensesGetSample.js +0 -38
  747. package/dist-esm/samples-dev/licensesGetSample.js.map +0 -1
  748. package/dist-esm/samples-dev/licensesListByResourceGroupSample.d.ts +0 -2
  749. package/dist-esm/samples-dev/licensesListByResourceGroupSample.d.ts.map +0 -1
  750. package/dist-esm/samples-dev/licensesListByResourceGroupSample.js +0 -53
  751. package/dist-esm/samples-dev/licensesListByResourceGroupSample.js.map +0 -1
  752. package/dist-esm/samples-dev/licensesListBySubscriptionSample.d.ts +0 -2
  753. package/dist-esm/samples-dev/licensesListBySubscriptionSample.d.ts.map +0 -1
  754. package/dist-esm/samples-dev/licensesListBySubscriptionSample.js +0 -52
  755. package/dist-esm/samples-dev/licensesListBySubscriptionSample.js.map +0 -1
  756. package/dist-esm/samples-dev/licensesUpdateSample.d.ts +0 -2
  757. package/dist-esm/samples-dev/licensesUpdateSample.d.ts.map +0 -1
  758. package/dist-esm/samples-dev/licensesUpdateSample.js +0 -46
  759. package/dist-esm/samples-dev/licensesUpdateSample.js.map +0 -1
  760. package/dist-esm/samples-dev/licensesValidateLicenseSample.d.ts +0 -2
  761. package/dist-esm/samples-dev/licensesValidateLicenseSample.d.ts.map +0 -1
  762. package/dist-esm/samples-dev/licensesValidateLicenseSample.js +0 -47
  763. package/dist-esm/samples-dev/licensesValidateLicenseSample.js.map +0 -1
  764. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts +0 -2
  765. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts.map +0 -1
  766. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js +0 -50
  767. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js.map +0 -1
  768. package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts +0 -2
  769. package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts.map +0 -1
  770. package/dist-esm/samples-dev/machineExtensionsDeleteSample.js +0 -39
  771. package/dist-esm/samples-dev/machineExtensionsDeleteSample.js.map +0 -1
  772. package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts +0 -2
  773. package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts.map +0 -1
  774. package/dist-esm/samples-dev/machineExtensionsGetSample.js +0 -39
  775. package/dist-esm/samples-dev/machineExtensionsGetSample.js.map +0 -1
  776. package/dist-esm/samples-dev/machineExtensionsListSample.d.ts +0 -2
  777. package/dist-esm/samples-dev/machineExtensionsListSample.d.ts.map +0 -1
  778. package/dist-esm/samples-dev/machineExtensionsListSample.js +0 -54
  779. package/dist-esm/samples-dev/machineExtensionsListSample.js.map +0 -1
  780. package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts +0 -2
  781. package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts.map +0 -1
  782. package/dist-esm/samples-dev/machineExtensionsUpdateSample.js +0 -48
  783. package/dist-esm/samples-dev/machineExtensionsUpdateSample.js.map +0 -1
  784. package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts +0 -2
  785. package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts.map +0 -1
  786. package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js +0 -53
  787. package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js.map +0 -1
  788. package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts +0 -2
  789. package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts.map +0 -1
  790. package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js +0 -39
  791. package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js.map +0 -1
  792. package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts +0 -2
  793. package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts.map +0 -1
  794. package/dist-esm/samples-dev/machineRunCommandsGetSample.js +0 -39
  795. package/dist-esm/samples-dev/machineRunCommandsGetSample.js.map +0 -1
  796. package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts +0 -2
  797. package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts.map +0 -1
  798. package/dist-esm/samples-dev/machineRunCommandsListSample.js +0 -54
  799. package/dist-esm/samples-dev/machineRunCommandsListSample.js.map +0 -1
  800. package/dist-esm/samples-dev/machinesAssessPatchesSample.d.ts +0 -2
  801. package/dist-esm/samples-dev/machinesAssessPatchesSample.d.ts.map +0 -1
  802. package/dist-esm/samples-dev/machinesAssessPatchesSample.js +0 -38
  803. package/dist-esm/samples-dev/machinesAssessPatchesSample.js.map +0 -1
  804. package/dist-esm/samples-dev/machinesDeleteSample.d.ts +0 -2
  805. package/dist-esm/samples-dev/machinesDeleteSample.d.ts.map +0 -1
  806. package/dist-esm/samples-dev/machinesDeleteSample.js +0 -38
  807. package/dist-esm/samples-dev/machinesDeleteSample.js.map +0 -1
  808. package/dist-esm/samples-dev/machinesGetSample.d.ts +0 -2
  809. package/dist-esm/samples-dev/machinesGetSample.d.ts.map +0 -1
  810. package/dist-esm/samples-dev/machinesGetSample.js +0 -58
  811. package/dist-esm/samples-dev/machinesGetSample.js.map +0 -1
  812. package/dist-esm/samples-dev/machinesInstallPatchesSample.d.ts +0 -2
  813. package/dist-esm/samples-dev/machinesInstallPatchesSample.d.ts.map +0 -1
  814. package/dist-esm/samples-dev/machinesInstallPatchesSample.js +0 -46
  815. package/dist-esm/samples-dev/machinesInstallPatchesSample.js.map +0 -1
  816. package/dist-esm/samples-dev/machinesListByResourceGroupSample.d.ts +0 -2
  817. package/dist-esm/samples-dev/machinesListByResourceGroupSample.d.ts.map +0 -1
  818. package/dist-esm/samples-dev/machinesListByResourceGroupSample.js +0 -53
  819. package/dist-esm/samples-dev/machinesListByResourceGroupSample.js.map +0 -1
  820. package/dist-esm/samples-dev/machinesListBySubscriptionSample.d.ts +0 -2
  821. package/dist-esm/samples-dev/machinesListBySubscriptionSample.d.ts.map +0 -1
  822. package/dist-esm/samples-dev/machinesListBySubscriptionSample.js +0 -52
  823. package/dist-esm/samples-dev/machinesListBySubscriptionSample.js.map +0 -1
  824. package/dist-esm/samples-dev/networkProfileGetSample.d.ts +0 -2
  825. package/dist-esm/samples-dev/networkProfileGetSample.d.ts.map +0 -1
  826. package/dist-esm/samples-dev/networkProfileGetSample.js +0 -39
  827. package/dist-esm/samples-dev/networkProfileGetSample.js.map +0 -1
  828. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.d.ts +0 -2
  829. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.d.ts.map +0 -1
  830. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js +0 -40
  831. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js.map +0 -1
  832. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.d.ts +0 -2
  833. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.d.ts.map +0 -1
  834. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js +0 -55
  835. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js.map +0 -1
  836. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.d.ts +0 -2
  837. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.d.ts.map +0 -1
  838. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js +0 -40
  839. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js.map +0 -1
  840. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  841. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  842. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  843. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  844. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  845. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  846. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -48
  847. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  848. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  849. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  850. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
  851. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  852. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  853. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  854. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
  855. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  856. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts +0 -2
  857. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts.map +0 -1
  858. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +0 -55
  859. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js.map +0 -1
  860. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  861. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  862. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
  863. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  864. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts +0 -2
  865. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts.map +0 -1
  866. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +0 -55
  867. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js.map +0 -1
  868. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts +0 -2
  869. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts.map +0 -1
  870. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +0 -63
  871. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js.map +0 -1
  872. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts +0 -2
  873. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts.map +0 -1
  874. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +0 -39
  875. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js.map +0 -1
  876. package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts +0 -2
  877. package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts.map +0 -1
  878. package/dist-esm/samples-dev/privateLinkScopesGetSample.js +0 -39
  879. package/dist-esm/samples-dev/privateLinkScopesGetSample.js.map +0 -1
  880. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.d.ts +0 -2
  881. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.d.ts.map +0 -1
  882. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js +0 -39
  883. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js.map +0 -1
  884. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.d.ts +0 -2
  885. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.d.ts.map +0 -1
  886. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js +0 -39
  887. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js.map +0 -1
  888. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts +0 -2
  889. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts.map +0 -1
  890. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +0 -54
  891. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js.map +0 -1
  892. package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts +0 -2
  893. package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts.map +0 -1
  894. package/dist-esm/samples-dev/privateLinkScopesListSample.js +0 -53
  895. package/dist-esm/samples-dev/privateLinkScopesListSample.js.map +0 -1
  896. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts +0 -2
  897. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts.map +0 -1
  898. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +0 -41
  899. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js.map +0 -1
  900. package/dist-esm/samples-dev/settingsGetSample.d.ts +0 -2
  901. package/dist-esm/samples-dev/settingsGetSample.d.ts.map +0 -1
  902. package/dist-esm/samples-dev/settingsGetSample.js +0 -42
  903. package/dist-esm/samples-dev/settingsGetSample.js.map +0 -1
  904. package/dist-esm/samples-dev/settingsPatchSample.d.ts +0 -2
  905. package/dist-esm/samples-dev/settingsPatchSample.d.ts.map +0 -1
  906. package/dist-esm/samples-dev/settingsPatchSample.js +0 -45
  907. package/dist-esm/samples-dev/settingsPatchSample.js.map +0 -1
  908. package/dist-esm/samples-dev/settingsUpdateSample.d.ts +0 -2
  909. package/dist-esm/samples-dev/settingsUpdateSample.d.ts.map +0 -1
  910. package/dist-esm/samples-dev/settingsUpdateSample.js +0 -45
  911. package/dist-esm/samples-dev/settingsUpdateSample.js.map +0 -1
  912. package/dist-esm/samples-dev/upgradeExtensionsSample.d.ts +0 -2
  913. package/dist-esm/samples-dev/upgradeExtensionsSample.d.ts.map +0 -1
  914. package/dist-esm/samples-dev/upgradeExtensionsSample.js +0 -44
  915. package/dist-esm/samples-dev/upgradeExtensionsSample.js.map +0 -1
  916. package/dist-esm/src/hybridComputeManagementClient.d.ts +0 -50
  917. package/dist-esm/src/hybridComputeManagementClient.d.ts.map +0 -1
  918. package/dist-esm/src/hybridComputeManagementClient.js +0 -206
  919. package/dist-esm/src/hybridComputeManagementClient.js.map +0 -1
  920. package/dist-esm/src/index.d.ts +0 -5
  921. package/dist-esm/src/index.d.ts.map +0 -1
  922. package/dist-esm/src/index.js +0 -13
  923. package/dist-esm/src/index.js.map +0 -1
  924. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  925. package/dist-esm/src/lroImpl.js.map +0 -1
  926. package/dist-esm/src/models/index.d.ts +0 -3296
  927. package/dist-esm/src/models/index.d.ts.map +0 -1
  928. package/dist-esm/src/models/index.js +0 -440
  929. package/dist-esm/src/models/index.js.map +0 -1
  930. package/dist-esm/src/models/mappers.d.ts +0 -132
  931. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  932. package/dist-esm/src/models/mappers.js +0 -4471
  933. package/dist-esm/src/models/mappers.js.map +0 -1
  934. package/dist-esm/src/models/parameters.d.ts +0 -50
  935. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  936. package/dist-esm/src/models/parameters.js +0 -452
  937. package/dist-esm/src/models/parameters.js.map +0 -1
  938. package/dist-esm/src/operations/extensionMetadata.d.ts +0 -41
  939. package/dist-esm/src/operations/extensionMetadata.d.ts.map +0 -1
  940. package/dist-esm/src/operations/extensionMetadata.js +0 -142
  941. package/dist-esm/src/operations/extensionMetadata.js.map +0 -1
  942. package/dist-esm/src/operations/gateways.d.ts +0 -99
  943. package/dist-esm/src/operations/gateways.d.ts.map +0 -1
  944. package/dist-esm/src/operations/gateways.js +0 -495
  945. package/dist-esm/src/operations/gateways.js.map +0 -1
  946. package/dist-esm/src/operations/index.d.ts +0 -15
  947. package/dist-esm/src/operations/index.d.ts.map +0 -1
  948. package/dist-esm/src/operations/index.js +0 -22
  949. package/dist-esm/src/operations/index.js.map +0 -1
  950. package/dist-esm/src/operations/licenseProfiles.d.ts +0 -92
  951. package/dist-esm/src/operations/licenseProfiles.d.ts.map +0 -1
  952. package/dist-esm/src/operations/licenseProfiles.js +0 -449
  953. package/dist-esm/src/operations/licenseProfiles.js.map +0 -1
  954. package/dist-esm/src/operations/licenses.d.ts +0 -119
  955. package/dist-esm/src/operations/licenses.d.ts.map +0 -1
  956. package/dist-esm/src/operations/licenses.js +0 -623
  957. package/dist-esm/src/operations/licenses.js.map +0 -1
  958. package/dist-esm/src/operations/machineExtensions.d.ts +0 -99
  959. package/dist-esm/src/operations/machineExtensions.d.ts.map +0 -1
  960. package/dist-esm/src/operations/machineExtensions.js +0 -460
  961. package/dist-esm/src/operations/machineExtensions.js.map +0 -1
  962. package/dist-esm/src/operations/machineRunCommands.d.ts +0 -81
  963. package/dist-esm/src/operations/machineRunCommands.d.ts.map +0 -1
  964. package/dist-esm/src/operations/machineRunCommands.js +0 -372
  965. package/dist-esm/src/operations/machineRunCommands.js.map +0 -1
  966. package/dist-esm/src/operations/machines.d.ts +0 -102
  967. package/dist-esm/src/operations/machines.d.ts.map +0 -1
  968. package/dist-esm/src/operations/machines.js +0 -497
  969. package/dist-esm/src/operations/machines.js.map +0 -1
  970. package/dist-esm/src/operations/networkProfileOperations.d.ts +0 -20
  971. package/dist-esm/src/operations/networkProfileOperations.d.ts.map +0 -1
  972. package/dist-esm/src/operations/networkProfileOperations.js +0 -53
  973. package/dist-esm/src/operations/networkProfileOperations.js.map +0 -1
  974. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
  975. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  976. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -275
  977. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  978. package/dist-esm/src/operations/operations.d.ts +0 -26
  979. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  980. package/dist-esm/src/operations/operations.js +0 -96
  981. package/dist-esm/src/operations/operations.js.map +0 -1
  982. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
  983. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  984. package/dist-esm/src/operations/privateEndpointConnections.js +0 -367
  985. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  986. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -46
  987. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  988. package/dist-esm/src/operations/privateLinkResources.js +0 -182
  989. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  990. package/dist-esm/src/operations/privateLinkScopes.d.ts +0 -108
  991. package/dist-esm/src/operations/privateLinkScopes.d.ts.map +0 -1
  992. package/dist-esm/src/operations/privateLinkScopes.js +0 -497
  993. package/dist-esm/src/operations/privateLinkScopes.js.map +0 -1
  994. package/dist-esm/src/operations/settingsOperations.d.ts +0 -45
  995. package/dist-esm/src/operations/settingsOperations.d.ts.map +0 -1
  996. package/dist-esm/src/operations/settingsOperations.js +0 -163
  997. package/dist-esm/src/operations/settingsOperations.js.map +0 -1
  998. package/dist-esm/src/operationsInterfaces/extensionMetadata.d.ts +0 -23
  999. package/dist-esm/src/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
  1000. package/dist-esm/src/operationsInterfaces/extensionMetadata.js.map +0 -1
  1001. package/dist-esm/src/operationsInterfaces/gateways.d.ts +0 -63
  1002. package/dist-esm/src/operationsInterfaces/gateways.d.ts.map +0 -1
  1003. package/dist-esm/src/operationsInterfaces/gateways.js.map +0 -1
  1004. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -15
  1005. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1006. package/dist-esm/src/operationsInterfaces/index.js +0 -22
  1007. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1008. package/dist-esm/src/operationsInterfaces/licenseProfiles.d.ts +0 -67
  1009. package/dist-esm/src/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
  1010. package/dist-esm/src/operationsInterfaces/licenseProfiles.js.map +0 -1
  1011. package/dist-esm/src/operationsInterfaces/licenses.d.ts +0 -83
  1012. package/dist-esm/src/operationsInterfaces/licenses.d.ts.map +0 -1
  1013. package/dist-esm/src/operationsInterfaces/licenses.js.map +0 -1
  1014. package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts +0 -74
  1015. package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts.map +0 -1
  1016. package/dist-esm/src/operationsInterfaces/machineExtensions.js.map +0 -1
  1017. package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts +0 -56
  1018. package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
  1019. package/dist-esm/src/operationsInterfaces/machineRunCommands.js.map +0 -1
  1020. package/dist-esm/src/operationsInterfaces/machines.d.ts +0 -64
  1021. package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
  1022. package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
  1023. package/dist-esm/src/operationsInterfaces/networkProfileOperations.d.ts +0 -12
  1024. package/dist-esm/src/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
  1025. package/dist-esm/src/operationsInterfaces/networkProfileOperations.js.map +0 -1
  1026. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
  1027. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1028. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1029. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1030. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1031. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1032. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  1033. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1034. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1035. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -21
  1036. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1037. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  1038. package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts +0 -72
  1039. package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
  1040. package/dist-esm/src/operationsInterfaces/privateLinkScopes.js.map +0 -1
  1041. package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts +0 -37
  1042. package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts.map +0 -1
  1043. package/dist-esm/src/operationsInterfaces/settingsOperations.js.map +0 -1
  1044. package/dist-esm/src/pagingHelper.js.map +0 -1
  1045. package/dist-esm/test/hybridcompute_operations_test.spec.d.ts +0 -4
  1046. package/dist-esm/test/hybridcompute_operations_test.spec.d.ts.map +0 -1
  1047. package/dist-esm/test/hybridcompute_operations_test.spec.js +0 -141
  1048. package/dist-esm/test/hybridcompute_operations_test.spec.js.map +0 -1
  1049. package/review/arm-hybridcompute.api.md +0 -2185
  1050. package/src/hybridComputeManagementClient.ts +0 -328
  1051. package/src/index.ts +0 -13
  1052. package/src/lroImpl.ts +0 -42
  1053. package/src/models/index.ts +0 -3672
  1054. package/src/models/mappers.ts +0 -4802
  1055. package/src/models/parameters.ts +0 -523
  1056. package/src/operations/extensionMetadata.ts +0 -192
  1057. package/src/operations/gateways.ts +0 -641
  1058. package/src/operations/index.ts +0 -22
  1059. package/src/operations/licenseProfiles.ts +0 -621
  1060. package/src/operations/licenses.ts +0 -818
  1061. package/src/operations/machineExtensions.ts +0 -633
  1062. package/src/operations/machineRunCommands.ts +0 -511
  1063. package/src/operations/machines.ts +0 -641
  1064. package/src/operations/networkProfileOperations.ts +0 -71
  1065. package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -382
  1066. package/src/operations/operations.ts +0 -103
  1067. package/src/operations/privateEndpointConnections.ts +0 -507
  1068. package/src/operations/privateLinkResources.ts +0 -244
  1069. package/src/operations/privateLinkScopes.ts +0 -623
  1070. package/src/operations/settingsOperations.ts +0 -213
  1071. package/src/operationsInterfaces/extensionMetadata.ts +0 -48
  1072. package/src/operationsInterfaces/gateways.ts +0 -127
  1073. package/src/operationsInterfaces/index.ts +0 -22
  1074. package/src/operationsInterfaces/licenseProfiles.ts +0 -139
  1075. package/src/operationsInterfaces/licenses.ts +0 -164
  1076. package/src/operationsInterfaces/machineExtensions.ts +0 -147
  1077. package/src/operationsInterfaces/machineRunCommands.ts +0 -115
  1078. package/src/operationsInterfaces/machines.ts +0 -126
  1079. package/src/operationsInterfaces/networkProfileOperations.ts +0 -27
  1080. package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -81
  1081. package/src/operationsInterfaces/operations.ts +0 -22
  1082. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  1083. package/src/operationsInterfaces/privateLinkResources.ts +0 -44
  1084. package/src/operationsInterfaces/privateLinkScopes.ts +0 -132
  1085. package/src/operationsInterfaces/settingsOperations.ts +0 -76
  1086. package/src/pagingHelper.ts +0 -39
  1087. package/tsconfig.json +0 -33
  1088. package/types/arm-hybridcompute.d.ts +0 -4350
  1089. package/types/tsdoc-metadata.json +0 -11
  1090. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1091. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1092. /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensionMetadata.js +0 -0
  1093. /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateways.js +0 -0
  1094. /package/{dist-esm/src → dist/browser}/operationsInterfaces/licenseProfiles.js +0 -0
  1095. /package/{dist-esm/src → dist/browser}/operationsInterfaces/licenses.js +0 -0
  1096. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineExtensions.js +0 -0
  1097. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineRunCommands.js +0 -0
  1098. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
  1099. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkProfileOperations.js +0 -0
  1100. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
  1101. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1102. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  1103. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  1104. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopes.js +0 -0
  1105. /package/{dist-esm/src → dist/browser}/operationsInterfaces/settingsOperations.js +0 -0
  1106. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1107. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1108. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,4350 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for AccessMode. \
9
- * {@link KnownAccessMode} can be used interchangeably with AccessMode,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **enforced**: Indicates that resource access is controlled by the NSP definition. \
13
- * **audit**: Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced. \
14
- * **learning**: Enables traffic evaluation to fall back to resource-specific firewall configurations.
15
- */
16
- export declare type AccessMode = string;
17
-
18
- /** Access rule. */
19
- export declare interface AccessRule {
20
- /**
21
- * Name of the access rule.
22
- * NOTE: This property will not be serialized. It can only be populated by the server.
23
- */
24
- readonly name?: string;
25
- /**
26
- * Direction of the access rule.
27
- * NOTE: This property will not be serialized. It can only be populated by the server.
28
- */
29
- readonly direction?: AccessRuleDirection;
30
- /**
31
- * Address prefixes that are allowed access.
32
- * NOTE: This property will not be serialized. It can only be populated by the server.
33
- */
34
- readonly addressPrefixes?: string[];
35
- }
36
-
37
- /**
38
- * Defines values for AccessRuleDirection. \
39
- * {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,
40
- * this enum contains the known values that the service supports.
41
- * ### Known values supported by the service
42
- * **Inbound**: Traffic originates outside of network. \
43
- * **Outbound**: Traffic originates inside the network
44
- */
45
- export declare type AccessRuleDirection = string;
46
-
47
- /** Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM. */
48
- export declare interface AgentConfiguration {
49
- /**
50
- * Specifies the URL of the proxy to be used.
51
- * NOTE: This property will not be serialized. It can only be populated by the server.
52
- */
53
- readonly proxyUrl?: string;
54
- /**
55
- * Specifies the list of ports that the agent will be able to listen on.
56
- * NOTE: This property will not be serialized. It can only be populated by the server.
57
- */
58
- readonly incomingConnectionsPorts?: string[];
59
- /**
60
- * Array of extensions that are allowed to be installed or updated.
61
- * NOTE: This property will not be serialized. It can only be populated by the server.
62
- */
63
- readonly extensionsAllowList?: ConfigurationExtension[];
64
- /**
65
- * Array of extensions that are blocked (cannot be installed or updated)
66
- * NOTE: This property will not be serialized. It can only be populated by the server.
67
- */
68
- readonly extensionsBlockList?: ConfigurationExtension[];
69
- /**
70
- * List of service names which should not use the specified proxy server.
71
- * NOTE: This property will not be serialized. It can only be populated by the server.
72
- */
73
- readonly proxyBypass?: string[];
74
- /**
75
- * Specifies whether the extension service is enabled or disabled.
76
- * NOTE: This property will not be serialized. It can only be populated by the server.
77
- */
78
- readonly extensionsEnabled?: string;
79
- /**
80
- * Specified whether the guest configuration service is enabled or disabled.
81
- * NOTE: This property will not be serialized. It can only be populated by the server.
82
- */
83
- readonly guestConfigurationEnabled?: string;
84
- /**
85
- * Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.
86
- * NOTE: This property will not be serialized. It can only be populated by the server.
87
- */
88
- readonly configMode?: AgentConfigurationMode;
89
- }
90
-
91
- /**
92
- * Defines values for AgentConfigurationMode. \
93
- * {@link KnownAgentConfigurationMode} can be used interchangeably with AgentConfigurationMode,
94
- * this enum contains the known values that the service supports.
95
- * ### Known values supported by the service
96
- * **full** \
97
- * **monitor**
98
- */
99
- export declare type AgentConfigurationMode = string;
100
-
101
- /** The info w.r.t Agent Upgrade. */
102
- export declare interface AgentUpgrade {
103
- /** Specifies the version info w.r.t AgentUpgrade for the machine. */
104
- desiredVersion?: string;
105
- /** The correlation ID associated with an agent upgrade operation. */
106
- correlationId?: string;
107
- /** Specifies if the machine's agent should be upgraded */
108
- enableAutomaticUpgrade?: boolean;
109
- /**
110
- * Specifies the version of the last attempt
111
- * NOTE: This property will not be serialized. It can only be populated by the server.
112
- */
113
- readonly lastAttemptDesiredVersion?: string;
114
- /**
115
- * Timestamp of last upgrade attempt
116
- * NOTE: This property will not be serialized. It can only be populated by the server.
117
- */
118
- readonly lastAttemptTimestamp?: Date;
119
- /**
120
- * Specifies the status of Agent Upgrade.
121
- * NOTE: This property will not be serialized. It can only be populated by the server.
122
- */
123
- readonly lastAttemptStatus?: LastAttemptStatusEnum;
124
- /**
125
- * Failure message of last upgrade attempt if any.
126
- * NOTE: This property will not be serialized. It can only be populated by the server.
127
- */
128
- readonly lastAttemptMessage?: string;
129
- }
130
-
131
- /** Describes properties of Agent Version. */
132
- export declare interface AgentVersion {
133
- /** Represents the agent version. */
134
- agentVersion?: string;
135
- /** Represents the download link of specific agent version. */
136
- downloadLink?: string;
137
- /** Defines the os type. */
138
- osType?: string;
139
- }
140
-
141
- /** Describes AgentVersions List. */
142
- export declare interface AgentVersionsList {
143
- /** The list of available Agent Versions. */
144
- value?: AgentVersion[];
145
- /** The URI to fetch the next 10 available Agent Versions. */
146
- nextLink?: string;
147
- }
148
-
149
- /**
150
- * Defines values for ArcKindEnum. \
151
- * {@link KnownArcKindEnum} can be used interchangeably with ArcKindEnum,
152
- * this enum contains the known values that the service supports.
153
- * ### Known values supported by the service
154
- * **AVS** \
155
- * **HCI** \
156
- * **SCVMM** \
157
- * **VMware** \
158
- * **EPS** \
159
- * **GCP** \
160
- * **AWS**
161
- */
162
- export declare type ArcKindEnum = string;
163
-
164
- /**
165
- * Defines values for AssessmentModeTypes. \
166
- * {@link KnownAssessmentModeTypes} can be used interchangeably with AssessmentModeTypes,
167
- * this enum contains the known values that the service supports.
168
- * ### Known values supported by the service
169
- * **ImageDefault** \
170
- * **AutomaticByPlatform**
171
- */
172
- export declare type AssessmentModeTypes = string;
173
-
174
- /** Summarization of patches available for installation on the machine by classification. */
175
- export declare interface AvailablePatchCountByClassification {
176
- /**
177
- * Number of security patches available for installation.
178
- * NOTE: This property will not be serialized. It can only be populated by the server.
179
- */
180
- readonly security?: number;
181
- /**
182
- * Number of critical patches available for installation.
183
- * NOTE: This property will not be serialized. It can only be populated by the server.
184
- */
185
- readonly critical?: number;
186
- /**
187
- * Number of definition patches available for installation.
188
- * NOTE: This property will not be serialized. It can only be populated by the server.
189
- */
190
- readonly definition?: number;
191
- /**
192
- * Number of update Rollup patches available for installation.
193
- * NOTE: This property will not be serialized. It can only be populated by the server.
194
- */
195
- readonly updateRollup?: number;
196
- /**
197
- * Number of feature pack patches available for installation.
198
- * NOTE: This property will not be serialized. It can only be populated by the server.
199
- */
200
- readonly featurePack?: number;
201
- /**
202
- * Number of service pack patches available for installation.
203
- * NOTE: This property will not be serialized. It can only be populated by the server.
204
- */
205
- readonly servicePack?: number;
206
- /**
207
- * Number of tools patches available for installation.
208
- * NOTE: This property will not be serialized. It can only be populated by the server.
209
- */
210
- readonly tools?: number;
211
- /**
212
- * Number of updates category patches available for installation.
213
- * NOTE: This property will not be serialized. It can only be populated by the server.
214
- */
215
- readonly updates?: number;
216
- /**
217
- * Number of other patches available for installation.
218
- * NOTE: This property will not be serialized. It can only be populated by the server.
219
- */
220
- readonly other?: number;
221
- }
222
-
223
- /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
224
- export declare interface CloudMetadata {
225
- /**
226
- * Specifies the cloud provider (Azure/AWS/GCP...).
227
- * NOTE: This property will not be serialized. It can only be populated by the server.
228
- */
229
- readonly provider?: string;
230
- }
231
-
232
- /** Describes properties that can identify extensions. */
233
- export declare interface ConfigurationExtension {
234
- /**
235
- * Publisher of the extension.
236
- * NOTE: This property will not be serialized. It can only be populated by the server.
237
- */
238
- readonly publisher?: string;
239
- /**
240
- * Type of the extension.
241
- * NOTE: This property will not be serialized. It can only be populated by the server.
242
- */
243
- readonly type?: string;
244
- }
245
-
246
- export declare interface ConnectionDetail {
247
- /**
248
- * Azure resource Id
249
- * NOTE: This property will not be serialized. It can only be populated by the server.
250
- */
251
- readonly id?: string;
252
- /**
253
- * The private endpoint connection private ip address
254
- * NOTE: This property will not be serialized. It can only be populated by the server.
255
- */
256
- readonly privateIpAddress?: string;
257
- /**
258
- * The private endpoint connection link identifier
259
- * NOTE: This property will not be serialized. It can only be populated by the server.
260
- */
261
- readonly linkIdentifier?: string;
262
- /**
263
- * The private endpoint connection group id
264
- * NOTE: This property will not be serialized. It can only be populated by the server.
265
- */
266
- readonly groupId?: string;
267
- /**
268
- * The private endpoint connection member name
269
- * NOTE: This property will not be serialized. It can only be populated by the server.
270
- */
271
- readonly memberName?: string;
272
- }
273
-
274
- /**
275
- * Defines values for CreatedByType. \
276
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
277
- * this enum contains the known values that the service supports.
278
- * ### Known values supported by the service
279
- * **User** \
280
- * **Application** \
281
- * **ManagedIdentity** \
282
- * **Key**
283
- */
284
- export declare type CreatedByType = string;
285
-
286
- /** Describes a disk on the machine */
287
- export declare interface Disk {
288
- /** The path of the disk. */
289
- path?: string;
290
- /** The type of the disk. */
291
- diskType?: string;
292
- /** The generated ID of the disk. */
293
- generatedId?: string;
294
- /** The ID of the disk. */
295
- id?: string;
296
- /** The name of the disk. */
297
- name?: string;
298
- /** The size of the disk, in bytes */
299
- maxSizeInBytes?: number;
300
- /** The amount of space used on the disk, in bytes */
301
- usedSpaceInBytes?: number;
302
- }
303
-
304
- /** The resource management error additional info. */
305
- export declare interface ErrorAdditionalInfo {
306
- /**
307
- * The additional info type.
308
- * NOTE: This property will not be serialized. It can only be populated by the server.
309
- */
310
- readonly type?: string;
311
- /**
312
- * The additional info.
313
- * NOTE: This property will not be serialized. It can only be populated by the server.
314
- */
315
- readonly info?: Record<string, unknown>;
316
- }
317
-
318
- /** The error detail. */
319
- export declare interface ErrorDetail {
320
- /**
321
- * The error code.
322
- * NOTE: This property will not be serialized. It can only be populated by the server.
323
- */
324
- readonly code?: string;
325
- /**
326
- * The error message.
327
- * NOTE: This property will not be serialized. It can only be populated by the server.
328
- */
329
- readonly message?: string;
330
- /**
331
- * The error target.
332
- * NOTE: This property will not be serialized. It can only be populated by the server.
333
- */
334
- readonly target?: string;
335
- /**
336
- * The error details.
337
- * NOTE: This property will not be serialized. It can only be populated by the server.
338
- */
339
- readonly details?: ErrorDetail[];
340
- /**
341
- * The error additional info.
342
- * NOTE: This property will not be serialized. It can only be populated by the server.
343
- */
344
- readonly additionalInfo?: ErrorAdditionalInfo[];
345
- }
346
-
347
- /** The error detail. */
348
- export declare interface ErrorDetailAutoGenerated {
349
- /**
350
- * The error code.
351
- * NOTE: This property will not be serialized. It can only be populated by the server.
352
- */
353
- readonly code?: string;
354
- /**
355
- * The error message.
356
- * NOTE: This property will not be serialized. It can only be populated by the server.
357
- */
358
- readonly message?: string;
359
- /**
360
- * The error target.
361
- * NOTE: This property will not be serialized. It can only be populated by the server.
362
- */
363
- readonly target?: string;
364
- /**
365
- * The error details.
366
- * NOTE: This property will not be serialized. It can only be populated by the server.
367
- */
368
- readonly details?: ErrorDetailAutoGenerated[];
369
- /**
370
- * The error additional info.
371
- * NOTE: This property will not be serialized. It can only be populated by the server.
372
- */
373
- readonly additionalInfo?: ErrorAdditionalInfo[];
374
- }
375
-
376
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
377
- export declare interface ErrorResponse {
378
- /** The error object. */
379
- error?: ErrorDetail;
380
- }
381
-
382
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
383
- export declare interface ErrorResponseAutoGenerated {
384
- /** The error object. */
385
- error?: ErrorDetailAutoGenerated;
386
- }
387
-
388
- /**
389
- * Defines values for EsuEligibility. \
390
- * {@link KnownEsuEligibility} can be used interchangeably with EsuEligibility,
391
- * this enum contains the known values that the service supports.
392
- * ### Known values supported by the service
393
- * **Eligible** \
394
- * **Ineligible** \
395
- * **Unknown**
396
- */
397
- export declare type EsuEligibility = string;
398
-
399
- /** ESU key */
400
- export declare interface EsuKey {
401
- /** SKU number. */
402
- sku?: string;
403
- /** The current status of the license profile key. Represented by the same integer value that is presented on the machine itself when querying the license key status. */
404
- licenseStatus?: number;
405
- }
406
-
407
- /**
408
- * Defines values for EsuKeyState. \
409
- * {@link KnownEsuKeyState} can be used interchangeably with EsuKeyState,
410
- * this enum contains the known values that the service supports.
411
- * ### Known values supported by the service
412
- * **Inactive** \
413
- * **Active**
414
- */
415
- export declare type EsuKeyState = string;
416
-
417
- /**
418
- * Defines values for EsuServerType. \
419
- * {@link KnownEsuServerType} can be used interchangeably with EsuServerType,
420
- * this enum contains the known values that the service supports.
421
- * ### Known values supported by the service
422
- * **Standard** \
423
- * **Datacenter**
424
- */
425
- export declare type EsuServerType = string;
426
-
427
- /**
428
- * Defines values for ExecutionState. \
429
- * {@link KnownExecutionState} can be used interchangeably with ExecutionState,
430
- * this enum contains the known values that the service supports.
431
- * ### Known values supported by the service
432
- * **Unknown** \
433
- * **Pending** \
434
- * **Running** \
435
- * **Failed** \
436
- * **Succeeded** \
437
- * **TimedOut** \
438
- * **Canceled**
439
- */
440
- export declare type ExecutionState = string;
441
-
442
- /** Interface representing a ExtensionMetadata. */
443
- export declare interface ExtensionMetadata {
444
- /**
445
- * Gets all Extension versions based on location, publisher, extensionType
446
- * @param location The location of the Extension being received.
447
- * @param publisher The publisher of the Extension being received.
448
- * @param extensionType The extensionType of the Extension being received.
449
- * @param options The options parameters.
450
- */
451
- list(location: string, publisher: string, extensionType: string, options?: ExtensionMetadataListOptionalParams): PagedAsyncIterableIterator<ExtensionValue>;
452
- /**
453
- * Gets an Extension Metadata based on location, publisher, extensionType and version
454
- * @param location The location of the Extension being received.
455
- * @param publisher The publisher of the Extension being received.
456
- * @param extensionType The extensionType of the Extension being received.
457
- * @param version The version of the Extension being received.
458
- * @param options The options parameters.
459
- */
460
- get(location: string, publisher: string, extensionType: string, version: string, options?: ExtensionMetadataGetOptionalParams): Promise<ExtensionMetadataGetResponse>;
461
- }
462
-
463
- /** Optional parameters. */
464
- export declare interface ExtensionMetadataGetOptionalParams extends coreClient.OperationOptions {
465
- }
466
-
467
- /** Contains response data for the get operation. */
468
- export declare type ExtensionMetadataGetResponse = ExtensionValue;
469
-
470
- /** Optional parameters. */
471
- export declare interface ExtensionMetadataListOptionalParams extends coreClient.OperationOptions {
472
- }
473
-
474
- /** Contains response data for the list operation. */
475
- export declare type ExtensionMetadataListResponse = ExtensionValueListResult;
476
-
477
- /** Instance view status. */
478
- export declare interface ExtensionsResourceStatus {
479
- /** The status code. */
480
- code?: string;
481
- /** The level code. */
482
- level?: ExtensionsStatusLevelTypes;
483
- /** The short localizable label for the status. */
484
- displayStatus?: string;
485
- /** The detailed status message, including for alerts and error messages. */
486
- message?: string;
487
- /** The time of the status. */
488
- time?: Date;
489
- }
490
-
491
- /** Defines values for ExtensionsStatusLevelTypes. */
492
- export declare type ExtensionsStatusLevelTypes = "Info" | "Warning" | "Error";
493
-
494
- /** Describes the Machine Extension Target Version Properties */
495
- export declare interface ExtensionTargetProperties {
496
- /** Properties for the specified Extension to Upgrade. */
497
- targetVersion?: string;
498
- }
499
-
500
- /** Describes a Extension Metadata */
501
- export declare interface ExtensionValue extends ProxyResource {
502
- /**
503
- * The version of the Extension being received.
504
- * NOTE: This property will not be serialized. It can only be populated by the server.
505
- */
506
- readonly version?: string;
507
- /**
508
- * The type of the Extension being received.
509
- * NOTE: This property will not be serialized. It can only be populated by the server.
510
- */
511
- readonly extensionType?: string;
512
- /**
513
- * The publisher of the Extension being received.
514
- * NOTE: This property will not be serialized. It can only be populated by the server.
515
- */
516
- readonly publisher?: string;
517
- }
518
-
519
- /** The List Extension Metadata response. */
520
- export declare interface ExtensionValueListResult {
521
- /**
522
- * The list of extension metadata
523
- * NOTE: This property will not be serialized. It can only be populated by the server.
524
- */
525
- readonly value?: ExtensionValue[];
526
- }
527
-
528
- /** Describes the firmware of the machine */
529
- export declare interface FirmwareProfile {
530
- /**
531
- * The serial number of the firmware
532
- * NOTE: This property will not be serialized. It can only be populated by the server.
533
- */
534
- readonly serialNumber?: string;
535
- /**
536
- * The type of the firmware
537
- * NOTE: This property will not be serialized. It can only be populated by the server.
538
- */
539
- readonly type?: string;
540
- }
541
-
542
- /** Describes an Arc Gateway. */
543
- export declare interface Gateway extends TrackedResourceAutoGenerated {
544
- /**
545
- * The provisioning state, which only appears in the response.
546
- * NOTE: This property will not be serialized. It can only be populated by the server.
547
- */
548
- readonly provisioningState?: ProvisioningState;
549
- /**
550
- * A unique, immutable, identifier for the Gateway.
551
- * NOTE: This property will not be serialized. It can only be populated by the server.
552
- */
553
- readonly gatewayId?: string;
554
- /** The type of the Gateway resource. */
555
- gatewayType?: GatewayType;
556
- /**
557
- * The endpoint fqdn for the Gateway.
558
- * NOTE: This property will not be serialized. It can only be populated by the server.
559
- */
560
- readonly gatewayEndpoint?: string;
561
- /** Specifies the list of features that are enabled for this Gateway. */
562
- allowedFeatures?: string[];
563
- }
564
-
565
- /** Interface representing a Gateways. */
566
- export declare interface Gateways {
567
- /**
568
- * The operation to get all gateways of a non-Azure machine
569
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
570
- * @param options The options parameters.
571
- */
572
- listByResourceGroup(resourceGroupName: string, options?: GatewaysListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Gateway>;
573
- /**
574
- * The operation to get all gateways of a non-Azure machine
575
- * @param options The options parameters.
576
- */
577
- listBySubscription(options?: GatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Gateway>;
578
- /**
579
- * The operation to create or update a gateway.
580
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
581
- * @param gatewayName The name of the Gateway.
582
- * @param parameters Parameters supplied to the Create gateway operation.
583
- * @param options The options parameters.
584
- */
585
- beginCreateOrUpdate(resourceGroupName: string, gatewayName: string, parameters: Gateway, options?: GatewaysCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GatewaysCreateOrUpdateResponse>, GatewaysCreateOrUpdateResponse>>;
586
- /**
587
- * The operation to create or update a gateway.
588
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
589
- * @param gatewayName The name of the Gateway.
590
- * @param parameters Parameters supplied to the Create gateway operation.
591
- * @param options The options parameters.
592
- */
593
- beginCreateOrUpdateAndWait(resourceGroupName: string, gatewayName: string, parameters: Gateway, options?: GatewaysCreateOrUpdateOptionalParams): Promise<GatewaysCreateOrUpdateResponse>;
594
- /**
595
- * The operation to update a gateway.
596
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
597
- * @param gatewayName The name of the Gateway.
598
- * @param parameters Parameters supplied to the Update gateway operation.
599
- * @param options The options parameters.
600
- */
601
- update(resourceGroupName: string, gatewayName: string, parameters: GatewayUpdate, options?: GatewaysUpdateOptionalParams): Promise<GatewaysUpdateResponse>;
602
- /**
603
- * Retrieves information about the view of a gateway.
604
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
605
- * @param gatewayName The name of the Gateway.
606
- * @param options The options parameters.
607
- */
608
- get(resourceGroupName: string, gatewayName: string, options?: GatewaysGetOptionalParams): Promise<GatewaysGetResponse>;
609
- /**
610
- * The operation to delete a gateway.
611
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
612
- * @param gatewayName The name of the Gateway.
613
- * @param options The options parameters.
614
- */
615
- beginDelete(resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GatewaysDeleteResponse>, GatewaysDeleteResponse>>;
616
- /**
617
- * The operation to delete a gateway.
618
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
619
- * @param gatewayName The name of the Gateway.
620
- * @param options The options parameters.
621
- */
622
- beginDeleteAndWait(resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams): Promise<GatewaysDeleteResponse>;
623
- }
624
-
625
- /** Defines headers for Gateways_createOrUpdate operation. */
626
- export declare interface GatewaysCreateOrUpdateHeaders {
627
- /** The URL of the resource used to check the status of the asynchronous operation. */
628
- location?: string;
629
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
630
- retryAfter?: number;
631
- /** The URI to poll for completion status. */
632
- azureAsyncOperation?: string;
633
- }
634
-
635
- /** Optional parameters. */
636
- export declare interface GatewaysCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
637
- /** Delay to wait until next poll, in milliseconds. */
638
- updateIntervalInMs?: number;
639
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
640
- resumeFrom?: string;
641
- }
642
-
643
- /** Contains response data for the createOrUpdate operation. */
644
- export declare type GatewaysCreateOrUpdateResponse = Gateway;
645
-
646
- /** Defines headers for Gateways_delete operation. */
647
- export declare interface GatewaysDeleteHeaders {
648
- /** The URL of the resource used to check the status of the asynchronous operation. */
649
- location?: string;
650
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
651
- retryAfter?: number;
652
- /** The URI to poll for completion status. */
653
- azureAsyncOperation?: string;
654
- }
655
-
656
- /** Optional parameters. */
657
- export declare interface GatewaysDeleteOptionalParams extends coreClient.OperationOptions {
658
- /** Delay to wait until next poll, in milliseconds. */
659
- updateIntervalInMs?: number;
660
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
661
- resumeFrom?: string;
662
- }
663
-
664
- /** Contains response data for the delete operation. */
665
- export declare type GatewaysDeleteResponse = GatewaysDeleteHeaders;
666
-
667
- /** Optional parameters. */
668
- export declare interface GatewaysGetOptionalParams extends coreClient.OperationOptions {
669
- }
670
-
671
- /** Contains response data for the get operation. */
672
- export declare type GatewaysGetResponse = Gateway;
673
-
674
- /** Optional parameters. */
675
- export declare interface GatewaysListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
676
- }
677
-
678
- /** Contains response data for the listByResourceGroupNext operation. */
679
- export declare type GatewaysListByResourceGroupNextResponse = GatewaysListResult;
680
-
681
- /** Optional parameters. */
682
- export declare interface GatewaysListByResourceGroupOptionalParams extends coreClient.OperationOptions {
683
- }
684
-
685
- /** Contains response data for the listByResourceGroup operation. */
686
- export declare type GatewaysListByResourceGroupResponse = GatewaysListResult;
687
-
688
- /** Optional parameters. */
689
- export declare interface GatewaysListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
690
- }
691
-
692
- /** Contains response data for the listBySubscriptionNext operation. */
693
- export declare type GatewaysListBySubscriptionNextResponse = GatewaysListResult;
694
-
695
- /** Optional parameters. */
696
- export declare interface GatewaysListBySubscriptionOptionalParams extends coreClient.OperationOptions {
697
- }
698
-
699
- /** Contains response data for the listBySubscription operation. */
700
- export declare type GatewaysListBySubscriptionResponse = GatewaysListResult;
701
-
702
- /** The List license operation response. */
703
- export declare interface GatewaysListResult {
704
- /** The list of Gateways. */
705
- value: Gateway[];
706
- /** The URI to fetch the next page of Gateways. Call ListNext() with this URI to fetch the next page of Gateways. */
707
- nextLink?: string;
708
- }
709
-
710
- /** Optional parameters. */
711
- export declare interface GatewaysUpdateOptionalParams extends coreClient.OperationOptions {
712
- }
713
-
714
- /** Contains response data for the update operation. */
715
- export declare type GatewaysUpdateResponse = Gateway;
716
-
717
- /**
718
- * Defines values for GatewayType. \
719
- * {@link KnownGatewayType} can be used interchangeably with GatewayType,
720
- * this enum contains the known values that the service supports.
721
- * ### Known values supported by the service
722
- * **Public**
723
- */
724
- export declare type GatewayType = string;
725
-
726
- /** Describes a License Update. */
727
- export declare interface GatewayUpdate extends ResourceUpdate {
728
- /** Specifies the list of features that are enabled for this Gateway. */
729
- allowedFeatures?: string[];
730
- }
731
-
732
- /**
733
- * Given the last `.value` produced by the `byPage` iterator,
734
- * returns a continuation token that can be used to begin paging from
735
- * that point later.
736
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
737
- * @returns The continuation token that can be passed into byPage() during future calls.
738
- */
739
- export declare function getContinuationToken(page: unknown): string | undefined;
740
-
741
- /** Describes the hardware of the machine */
742
- export declare interface HardwareProfile {
743
- /**
744
- * The total physical memory on the machine
745
- * NOTE: This property will not be serialized. It can only be populated by the server.
746
- */
747
- readonly totalPhysicalMemoryInBytes?: number;
748
- /**
749
- * The total number of CPU sockets available on the machine
750
- * NOTE: This property will not be serialized. It can only be populated by the server.
751
- */
752
- readonly numberOfCpuSockets?: number;
753
- /**
754
- * The physical processors of the machine.
755
- * NOTE: This property will not be serialized. It can only be populated by the server.
756
- */
757
- readonly processors?: Processor[];
758
- }
759
-
760
- /**
761
- * Defines values for HotpatchEnablementStatus. \
762
- * {@link KnownHotpatchEnablementStatus} can be used interchangeably with HotpatchEnablementStatus,
763
- * this enum contains the known values that the service supports.
764
- * ### Known values supported by the service
765
- * **Unknown** \
766
- * **PendingEvaluation** \
767
- * **Disabled** \
768
- * **ActionRequired** \
769
- * **Enabled**
770
- */
771
- export declare type HotpatchEnablementStatus = string;
772
-
773
- export declare class HybridComputeManagementClient extends coreClient.ServiceClient {
774
- $host: string;
775
- apiVersion: string;
776
- subscriptionId: string;
777
- /**
778
- * Initializes a new instance of the HybridComputeManagementClient class.
779
- * @param credentials Subscription credentials which uniquely identify client subscription.
780
- * @param subscriptionId The ID of the target subscription.
781
- * @param options The parameter options
782
- */
783
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: HybridComputeManagementClientOptionalParams);
784
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
785
- private addCustomApiVersionPolicy;
786
- /**
787
- * The operation to Upgrade Machine Extensions.
788
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
789
- * @param machineName The name of the hybrid machine.
790
- * @param extensionUpgradeParameters Parameters supplied to the Upgrade Extensions operation.
791
- * @param options The options parameters.
792
- */
793
- beginUpgradeExtensions(resourceGroupName: string, machineName: string, extensionUpgradeParameters: MachineExtensionUpgrade, options?: UpgradeExtensionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
794
- /**
795
- * The operation to Upgrade Machine Extensions.
796
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
797
- * @param machineName The name of the hybrid machine.
798
- * @param extensionUpgradeParameters Parameters supplied to the Upgrade Extensions operation.
799
- * @param options The options parameters.
800
- */
801
- beginUpgradeExtensionsAndWait(resourceGroupName: string, machineName: string, extensionUpgradeParameters: MachineExtensionUpgrade, options?: UpgradeExtensionsOptionalParams): Promise<void>;
802
- licenses: Licenses;
803
- machines: Machines;
804
- licenseProfiles: LicenseProfiles;
805
- machineExtensions: MachineExtensions;
806
- extensionMetadata: ExtensionMetadata;
807
- operations: Operations;
808
- networkProfileOperations: NetworkProfileOperations;
809
- machineRunCommands: MachineRunCommands;
810
- gateways: Gateways;
811
- settingsOperations: SettingsOperations;
812
- privateLinkScopes: PrivateLinkScopes;
813
- privateLinkResources: PrivateLinkResources;
814
- privateEndpointConnections: PrivateEndpointConnections;
815
- networkSecurityPerimeterConfigurations: NetworkSecurityPerimeterConfigurations;
816
- }
817
-
818
- /** Optional parameters. */
819
- export declare interface HybridComputeManagementClientOptionalParams extends coreClient.ServiceClientOptions {
820
- /** server parameter */
821
- $host?: string;
822
- /** Api Version */
823
- apiVersion?: string;
824
- /** Overrides client endpoint. */
825
- endpoint?: string;
826
- }
827
-
828
- /** Defines headers for HybridComputeManagementClient_upgradeExtensions operation. */
829
- export declare interface HybridComputeManagementClientUpgradeExtensionsHeaders {
830
- /** The URL of the resource used to check the status of the asynchronous operation. */
831
- location?: string;
832
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
833
- retryAfter?: number;
834
- /** The URI to poll for completion status. */
835
- azureAsyncOperation?: string;
836
- }
837
-
838
- /** An Azure Arc PrivateLinkScope definition. */
839
- export declare interface HybridComputePrivateLinkScope extends PrivateLinkScopesResource {
840
- /** Properties that define a Azure Arc PrivateLinkScope resource. */
841
- properties?: HybridComputePrivateLinkScopeProperties;
842
- /**
843
- * The system meta data relating to this resource.
844
- * NOTE: This property will not be serialized. It can only be populated by the server.
845
- */
846
- readonly systemData?: SystemData;
847
- }
848
-
849
- /** Describes the list of Azure Arc PrivateLinkScope resources. */
850
- export declare interface HybridComputePrivateLinkScopeListResult {
851
- /** List of Azure Arc PrivateLinkScope definitions. */
852
- value: HybridComputePrivateLinkScope[];
853
- /** The URI to get the next set of Azure Arc PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set. */
854
- nextLink?: string;
855
- }
856
-
857
- /** Properties that define a Azure Arc PrivateLinkScope resource. */
858
- export declare interface HybridComputePrivateLinkScopeProperties {
859
- /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */
860
- publicNetworkAccess?: PublicNetworkAccessType;
861
- /**
862
- * Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
863
- * NOTE: This property will not be serialized. It can only be populated by the server.
864
- */
865
- readonly provisioningState?: string;
866
- /**
867
- * The Guid id of the private link scope.
868
- * NOTE: This property will not be serialized. It can only be populated by the server.
869
- */
870
- readonly privateLinkScopeId?: string;
871
- /**
872
- * The collection of associated Private Endpoint Connections.
873
- * NOTE: This property will not be serialized. It can only be populated by the server.
874
- */
875
- readonly privateEndpointConnections?: PrivateEndpointConnectionDataModel[];
876
- }
877
-
878
- /** Defines the HybridIdentityMetadata. */
879
- export declare interface HybridIdentityMetadata extends ProxyResourceAutoGenerated {
880
- /** The unique identifier for the resource. */
881
- vmId?: string;
882
- /** The Public Key. */
883
- publicKey?: string;
884
- /**
885
- * Identity for the resource.
886
- * NOTE: This property will not be serialized. It can only be populated by the server.
887
- */
888
- readonly identity?: Identity;
889
- }
890
-
891
- /** List of HybridIdentityMetadata. */
892
- export declare interface HybridIdentityMetadataList {
893
- /** Url to follow for getting next page of HybridIdentityMetadata. */
894
- nextLink?: string;
895
- /** Array of HybridIdentityMetadata */
896
- value: HybridIdentityMetadata[];
897
- }
898
-
899
- /** Identity for the resource. */
900
- export declare interface Identity {
901
- /**
902
- * The principal ID of resource identity.
903
- * NOTE: This property will not be serialized. It can only be populated by the server.
904
- */
905
- readonly principalId?: string;
906
- /**
907
- * The tenant ID of resource.
908
- * NOTE: This property will not be serialized. It can only be populated by the server.
909
- */
910
- readonly tenantId?: string;
911
- /** The identity type. */
912
- type?: "SystemAssigned";
913
- }
914
-
915
- /**
916
- * Defines values for InstanceViewTypes. \
917
- * {@link KnownInstanceViewTypes} can be used interchangeably with InstanceViewTypes,
918
- * this enum contains the known values that the service supports.
919
- * ### Known values supported by the service
920
- * **instanceView**
921
- */
922
- export declare type InstanceViewTypes = string;
923
-
924
- /** Describes properties of the IP address. */
925
- export declare interface IpAddress {
926
- /** Represents the IP Address. */
927
- address?: string;
928
- /** Represents the Ip Address Version. */
929
- ipAddressVersion?: string;
930
- /**
931
- * The subnet to which this IP address belongs.
932
- * NOTE: This property will not be serialized. It can only be populated by the server.
933
- */
934
- readonly subnet?: Subnet;
935
- }
936
-
937
- /** Public key details */
938
- export declare interface KeyDetails {
939
- /**
940
- * Public key
941
- * NOTE: This property will not be serialized. It can only be populated by the server.
942
- */
943
- readonly publicKey?: string;
944
- /**
945
- * Key expiration date
946
- * NOTE: This property will not be serialized. It can only be populated by the server.
947
- */
948
- readonly notAfter?: Date;
949
- /**
950
- * Recommended key renewal date
951
- * NOTE: This property will not be serialized. It can only be populated by the server.
952
- */
953
- readonly renewAfter?: Date;
954
- }
955
-
956
- /** Public key information for client authentication */
957
- export declare interface KeyProperties {
958
- /**
959
- * Current public key details
960
- * NOTE: This property will not be serialized. It can only be populated by the server.
961
- */
962
- readonly clientPublicKey?: KeyDetails;
963
- /**
964
- * Candidate public key details
965
- * NOTE: This property will not be serialized. It can only be populated by the server.
966
- */
967
- readonly candidatePublicKey?: KeyDetails;
968
- }
969
-
970
- /** Known values of {@link AccessMode} that the service accepts. */
971
- export declare enum KnownAccessMode {
972
- /** Indicates that resource access is controlled by the NSP definition. */
973
- Enforced = "enforced",
974
- /** Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced. */
975
- Audit = "audit",
976
- /** Enables traffic evaluation to fall back to resource-specific firewall configurations. */
977
- Learning = "learning"
978
- }
979
-
980
- /** Known values of {@link AccessRuleDirection} that the service accepts. */
981
- export declare enum KnownAccessRuleDirection {
982
- /** Traffic originates outside of network. */
983
- Inbound = "Inbound",
984
- /** Traffic originates inside the network */
985
- Outbound = "Outbound"
986
- }
987
-
988
- /** Known values of {@link AgentConfigurationMode} that the service accepts. */
989
- export declare enum KnownAgentConfigurationMode {
990
- /** Full */
991
- Full = "full",
992
- /** Monitor */
993
- Monitor = "monitor"
994
- }
995
-
996
- /** Known values of {@link ArcKindEnum} that the service accepts. */
997
- export declare enum KnownArcKindEnum {
998
- /** AVS */
999
- AVS = "AVS",
1000
- /** HCI */
1001
- HCI = "HCI",
1002
- /** Scvmm */
1003
- Scvmm = "SCVMM",
1004
- /** VMware */
1005
- VMware = "VMware",
1006
- /** EPS */
1007
- EPS = "EPS",
1008
- /** GCP */
1009
- GCP = "GCP",
1010
- /** AWS */
1011
- AWS = "AWS"
1012
- }
1013
-
1014
- /** Known values of {@link AssessmentModeTypes} that the service accepts. */
1015
- export declare enum KnownAssessmentModeTypes {
1016
- /** ImageDefault */
1017
- ImageDefault = "ImageDefault",
1018
- /** AutomaticByPlatform */
1019
- AutomaticByPlatform = "AutomaticByPlatform"
1020
- }
1021
-
1022
- /** Known values of {@link CreatedByType} that the service accepts. */
1023
- export declare enum KnownCreatedByType {
1024
- /** User */
1025
- User = "User",
1026
- /** Application */
1027
- Application = "Application",
1028
- /** ManagedIdentity */
1029
- ManagedIdentity = "ManagedIdentity",
1030
- /** Key */
1031
- Key = "Key"
1032
- }
1033
-
1034
- /** Known values of {@link EsuEligibility} that the service accepts. */
1035
- export declare enum KnownEsuEligibility {
1036
- /** Eligible */
1037
- Eligible = "Eligible",
1038
- /** Ineligible */
1039
- Ineligible = "Ineligible",
1040
- /** Unknown */
1041
- Unknown = "Unknown"
1042
- }
1043
-
1044
- /** Known values of {@link EsuKeyState} that the service accepts. */
1045
- export declare enum KnownEsuKeyState {
1046
- /** Inactive */
1047
- Inactive = "Inactive",
1048
- /** Active */
1049
- Active = "Active"
1050
- }
1051
-
1052
- /** Known values of {@link EsuServerType} that the service accepts. */
1053
- export declare enum KnownEsuServerType {
1054
- /** Standard */
1055
- Standard = "Standard",
1056
- /** Datacenter */
1057
- Datacenter = "Datacenter"
1058
- }
1059
-
1060
- /** Known values of {@link ExecutionState} that the service accepts. */
1061
- export declare enum KnownExecutionState {
1062
- /** Unknown */
1063
- Unknown = "Unknown",
1064
- /** Pending */
1065
- Pending = "Pending",
1066
- /** Running */
1067
- Running = "Running",
1068
- /** Failed */
1069
- Failed = "Failed",
1070
- /** Succeeded */
1071
- Succeeded = "Succeeded",
1072
- /** TimedOut */
1073
- TimedOut = "TimedOut",
1074
- /** Canceled */
1075
- Canceled = "Canceled"
1076
- }
1077
-
1078
- /** Known values of {@link GatewayType} that the service accepts. */
1079
- export declare enum KnownGatewayType {
1080
- /** Public */
1081
- Public = "Public"
1082
- }
1083
-
1084
- /** Known values of {@link HotpatchEnablementStatus} that the service accepts. */
1085
- export declare enum KnownHotpatchEnablementStatus {
1086
- /** Unknown */
1087
- Unknown = "Unknown",
1088
- /** PendingEvaluation */
1089
- PendingEvaluation = "PendingEvaluation",
1090
- /** Disabled */
1091
- Disabled = "Disabled",
1092
- /** ActionRequired */
1093
- ActionRequired = "ActionRequired",
1094
- /** Enabled */
1095
- Enabled = "Enabled"
1096
- }
1097
-
1098
- /** Known values of {@link InstanceViewTypes} that the service accepts. */
1099
- export declare enum KnownInstanceViewTypes {
1100
- /** InstanceView */
1101
- InstanceView = "instanceView"
1102
- }
1103
-
1104
- /** Known values of {@link LastAttemptStatusEnum} that the service accepts. */
1105
- export declare enum KnownLastAttemptStatusEnum {
1106
- /** Success */
1107
- Success = "Success",
1108
- /** Failed */
1109
- Failed = "Failed"
1110
- }
1111
-
1112
- /** Known values of {@link LicenseAssignmentState} that the service accepts. */
1113
- export declare enum KnownLicenseAssignmentState {
1114
- /** Assigned */
1115
- Assigned = "Assigned",
1116
- /** NotAssigned */
1117
- NotAssigned = "NotAssigned"
1118
- }
1119
-
1120
- /** Known values of {@link LicenseCoreType} that the service accepts. */
1121
- export declare enum KnownLicenseCoreType {
1122
- /** PCore */
1123
- PCore = "pCore",
1124
- /** VCore */
1125
- VCore = "vCore"
1126
- }
1127
-
1128
- /** Known values of {@link LicenseEdition} that the service accepts. */
1129
- export declare enum KnownLicenseEdition {
1130
- /** Standard */
1131
- Standard = "Standard",
1132
- /** Datacenter */
1133
- Datacenter = "Datacenter"
1134
- }
1135
-
1136
- /** Known values of {@link LicenseProfileProductType} that the service accepts. */
1137
- export declare enum KnownLicenseProfileProductType {
1138
- /** WindowsServer */
1139
- WindowsServer = "WindowsServer",
1140
- /** WindowsIoTEnterprise */
1141
- WindowsIoTEnterprise = "WindowsIoTEnterprise"
1142
- }
1143
-
1144
- /** Known values of {@link LicenseProfileSubscriptionStatus} that the service accepts. */
1145
- export declare enum KnownLicenseProfileSubscriptionStatus {
1146
- /** Unknown */
1147
- Unknown = "Unknown",
1148
- /** Enabling */
1149
- Enabling = "Enabling",
1150
- /** Enabled */
1151
- Enabled = "Enabled",
1152
- /** Disabled */
1153
- Disabled = "Disabled",
1154
- /** Disabling */
1155
- Disabling = "Disabling",
1156
- /** Failed */
1157
- Failed = "Failed"
1158
- }
1159
-
1160
- /** Known values of {@link LicenseProfileSubscriptionStatusUpdate} that the service accepts. */
1161
- export declare enum KnownLicenseProfileSubscriptionStatusUpdate {
1162
- /** Enable */
1163
- Enable = "Enable",
1164
- /** Disable */
1165
- Disable = "Disable"
1166
- }
1167
-
1168
- /** Known values of {@link LicenseState} that the service accepts. */
1169
- export declare enum KnownLicenseState {
1170
- /** Activated */
1171
- Activated = "Activated",
1172
- /** Deactivated */
1173
- Deactivated = "Deactivated"
1174
- }
1175
-
1176
- /** Known values of {@link LicenseStatus} that the service accepts. */
1177
- export declare enum KnownLicenseStatus {
1178
- /** Unlicensed */
1179
- Unlicensed = "Unlicensed",
1180
- /** Licensed */
1181
- Licensed = "Licensed",
1182
- /** OOBGrace */
1183
- OOBGrace = "OOBGrace",
1184
- /** OOTGrace */
1185
- OOTGrace = "OOTGrace",
1186
- /** NonGenuineGrace */
1187
- NonGenuineGrace = "NonGenuineGrace",
1188
- /** Notification */
1189
- Notification = "Notification",
1190
- /** ExtendedGrace */
1191
- ExtendedGrace = "ExtendedGrace"
1192
- }
1193
-
1194
- /** Known values of {@link LicenseTarget} that the service accepts. */
1195
- export declare enum KnownLicenseTarget {
1196
- /** WindowsServer2012 */
1197
- WindowsServer2012 = "Windows Server 2012",
1198
- /** WindowsServer2012R2 */
1199
- WindowsServer2012R2 = "Windows Server 2012 R2"
1200
- }
1201
-
1202
- /** Known values of {@link LicenseType} that the service accepts. */
1203
- export declare enum KnownLicenseType {
1204
- /** ESU */
1205
- ESU = "ESU"
1206
- }
1207
-
1208
- /** Known values of {@link OsType} that the service accepts. */
1209
- export declare enum KnownOsType {
1210
- /** Windows */
1211
- Windows = "Windows",
1212
- /** Linux */
1213
- Linux = "Linux"
1214
- }
1215
-
1216
- /** Known values of {@link PatchModeTypes} that the service accepts. */
1217
- export declare enum KnownPatchModeTypes {
1218
- /** ImageDefault */
1219
- ImageDefault = "ImageDefault",
1220
- /** AutomaticByPlatform */
1221
- AutomaticByPlatform = "AutomaticByPlatform",
1222
- /** AutomaticByOS */
1223
- AutomaticByOS = "AutomaticByOS",
1224
- /** Manual */
1225
- Manual = "Manual"
1226
- }
1227
-
1228
- /** Known values of {@link PatchOperationStartedBy} that the service accepts. */
1229
- export declare enum KnownPatchOperationStartedBy {
1230
- /** User */
1231
- User = "User",
1232
- /** Platform */
1233
- Platform = "Platform"
1234
- }
1235
-
1236
- /** Known values of {@link PatchOperationStatus} that the service accepts. */
1237
- export declare enum KnownPatchOperationStatus {
1238
- /** Unknown */
1239
- Unknown = "Unknown",
1240
- /** InProgress */
1241
- InProgress = "InProgress",
1242
- /** Failed */
1243
- Failed = "Failed",
1244
- /** Succeeded */
1245
- Succeeded = "Succeeded",
1246
- /** CompletedWithWarnings */
1247
- CompletedWithWarnings = "CompletedWithWarnings"
1248
- }
1249
-
1250
- /** Known values of {@link PatchServiceUsed} that the service accepts. */
1251
- export declare enum KnownPatchServiceUsed {
1252
- /** Unknown */
1253
- Unknown = "Unknown",
1254
- /** WU */
1255
- WU = "WU",
1256
- /** WUWsus */
1257
- WUWsus = "WU_WSUS",
1258
- /** YUM */
1259
- YUM = "YUM",
1260
- /** APT */
1261
- APT = "APT",
1262
- /** Zypper */
1263
- Zypper = "Zypper"
1264
- }
1265
-
1266
- /** Known values of {@link ProgramYear} that the service accepts. */
1267
- export declare enum KnownProgramYear {
1268
- /** Year1 */
1269
- Year1 = "Year 1",
1270
- /** Year2 */
1271
- Year2 = "Year 2",
1272
- /** Year3 */
1273
- Year3 = "Year 3"
1274
- }
1275
-
1276
- /** Known values of {@link ProvisioningIssueSeverity} that the service accepts. */
1277
- export declare enum KnownProvisioningIssueSeverity {
1278
- /** Warnings can cause connectivity issues after provisioning succeeds. */
1279
- Warning = "Warning",
1280
- /** Errors will cause association provisioning to fail. */
1281
- Error = "Error"
1282
- }
1283
-
1284
- /** Known values of {@link ProvisioningIssueType} that the service accepts. */
1285
- export declare enum KnownProvisioningIssueType {
1286
- /** Perimeter configuration is missing. */
1287
- MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
1288
- /** Identity configuration is missing. */
1289
- MissingIdentityConfiguration = "MissingIdentityConfiguration",
1290
- /** Configuration failed to propagate. */
1291
- ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
1292
- /** Other failure. */
1293
- Other = "Other"
1294
- }
1295
-
1296
- /** Known values of {@link ProvisioningState} that the service accepts. */
1297
- export declare enum KnownProvisioningState {
1298
- /** Creating */
1299
- Creating = "Creating",
1300
- /** Updating */
1301
- Updating = "Updating",
1302
- /** Deleting */
1303
- Deleting = "Deleting",
1304
- /** Succeeded */
1305
- Succeeded = "Succeeded",
1306
- /** Failed */
1307
- Failed = "Failed",
1308
- /** Accepted */
1309
- Accepted = "Accepted",
1310
- /** Canceled */
1311
- Canceled = "Canceled",
1312
- /** Deleted */
1313
- Deleted = "Deleted"
1314
- }
1315
-
1316
- /** Known values of {@link PublicNetworkAccessType} that the service accepts. */
1317
- export declare enum KnownPublicNetworkAccessType {
1318
- /** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */
1319
- Enabled = "Enabled",
1320
- /** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */
1321
- Disabled = "Disabled",
1322
- /** Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP) */
1323
- SecuredByPerimeter = "SecuredByPerimeter"
1324
- }
1325
-
1326
- /** Known values of {@link StatusLevelTypes} that the service accepts. */
1327
- export declare enum KnownStatusLevelTypes {
1328
- /** Info */
1329
- Info = "Info",
1330
- /** Warning */
1331
- Warning = "Warning",
1332
- /** Error */
1333
- Error = "Error"
1334
- }
1335
-
1336
- /** Known values of {@link StatusTypes} that the service accepts. */
1337
- export declare enum KnownStatusTypes {
1338
- /** Connected */
1339
- Connected = "Connected",
1340
- /** Disconnected */
1341
- Disconnected = "Disconnected",
1342
- /** Error */
1343
- Error = "Error"
1344
- }
1345
-
1346
- /** Known values of {@link VMGuestPatchClassificationLinux} that the service accepts. */
1347
- export declare enum KnownVMGuestPatchClassificationLinux {
1348
- /** Critical */
1349
- Critical = "Critical",
1350
- /** Security */
1351
- Security = "Security",
1352
- /** Other */
1353
- Other = "Other"
1354
- }
1355
-
1356
- /** Known values of {@link VMGuestPatchClassificationWindows} that the service accepts. */
1357
- export declare enum KnownVMGuestPatchClassificationWindows {
1358
- /** Critical */
1359
- Critical = "Critical",
1360
- /** Security */
1361
- Security = "Security",
1362
- /** UpdateRollUp */
1363
- UpdateRollUp = "UpdateRollUp",
1364
- /** FeaturePack */
1365
- FeaturePack = "FeaturePack",
1366
- /** ServicePack */
1367
- ServicePack = "ServicePack",
1368
- /** Definition */
1369
- Definition = "Definition",
1370
- /** Tools */
1371
- Tools = "Tools",
1372
- /** Updates */
1373
- Updates = "Updates"
1374
- }
1375
-
1376
- /** Known values of {@link VMGuestPatchRebootSetting} that the service accepts. */
1377
- export declare enum KnownVMGuestPatchRebootSetting {
1378
- /** IfRequired */
1379
- IfRequired = "IfRequired",
1380
- /** Never */
1381
- Never = "Never",
1382
- /** Always */
1383
- Always = "Always"
1384
- }
1385
-
1386
- /** Known values of {@link VMGuestPatchRebootStatus} that the service accepts. */
1387
- export declare enum KnownVMGuestPatchRebootStatus {
1388
- /** Unknown */
1389
- Unknown = "Unknown",
1390
- /** NotNeeded */
1391
- NotNeeded = "NotNeeded",
1392
- /** Required */
1393
- Required = "Required",
1394
- /** Started */
1395
- Started = "Started",
1396
- /** Failed */
1397
- Failed = "Failed",
1398
- /** Completed */
1399
- Completed = "Completed"
1400
- }
1401
-
1402
- /**
1403
- * Defines values for LastAttemptStatusEnum. \
1404
- * {@link KnownLastAttemptStatusEnum} can be used interchangeably with LastAttemptStatusEnum,
1405
- * this enum contains the known values that the service supports.
1406
- * ### Known values supported by the service
1407
- * **Success** \
1408
- * **Failed**
1409
- */
1410
- export declare type LastAttemptStatusEnum = string;
1411
-
1412
- /** Describes a license in a hybrid machine. */
1413
- export declare interface License extends TrackedResource {
1414
- /**
1415
- * The provisioning state, which only appears in the response.
1416
- * NOTE: This property will not be serialized. It can only be populated by the server.
1417
- */
1418
- readonly provisioningState?: ProvisioningState;
1419
- /** Describes the tenant id. */
1420
- tenantId?: string;
1421
- /** The type of the license resource. */
1422
- licenseType?: LicenseType;
1423
- /** Describes the properties of a License. */
1424
- licenseDetails?: LicenseDetails;
1425
- }
1426
-
1427
- /**
1428
- * Defines values for LicenseAssignmentState. \
1429
- * {@link KnownLicenseAssignmentState} can be used interchangeably with LicenseAssignmentState,
1430
- * this enum contains the known values that the service supports.
1431
- * ### Known values supported by the service
1432
- * **Assigned** \
1433
- * **NotAssigned**
1434
- */
1435
- export declare type LicenseAssignmentState = string;
1436
-
1437
- /**
1438
- * Defines values for LicenseCoreType. \
1439
- * {@link KnownLicenseCoreType} can be used interchangeably with LicenseCoreType,
1440
- * this enum contains the known values that the service supports.
1441
- * ### Known values supported by the service
1442
- * **pCore** \
1443
- * **vCore**
1444
- */
1445
- export declare type LicenseCoreType = string;
1446
-
1447
- /** Describes the properties of a License. */
1448
- export declare interface LicenseDetails {
1449
- /** Describes the state of the license. */
1450
- state?: LicenseState;
1451
- /** Describes the license target server. */
1452
- target?: LicenseTarget;
1453
- /** Describes the edition of the license. The values are either Standard or Datacenter. */
1454
- edition?: LicenseEdition;
1455
- /** Describes the license core type (pCore or vCore). */
1456
- type?: LicenseCoreType;
1457
- /** Describes the number of processors. */
1458
- processors?: number;
1459
- /**
1460
- * Describes the number of assigned licenses.
1461
- * NOTE: This property will not be serialized. It can only be populated by the server.
1462
- */
1463
- readonly assignedLicenses?: number;
1464
- /**
1465
- * Describes the immutable id.
1466
- * NOTE: This property will not be serialized. It can only be populated by the server.
1467
- */
1468
- readonly immutableId?: string;
1469
- /** A list of volume license details. */
1470
- volumeLicenseDetails?: VolumeLicenseDetails[];
1471
- }
1472
-
1473
- /**
1474
- * Defines values for LicenseEdition. \
1475
- * {@link KnownLicenseEdition} can be used interchangeably with LicenseEdition,
1476
- * this enum contains the known values that the service supports.
1477
- * ### Known values supported by the service
1478
- * **Standard** \
1479
- * **Datacenter**
1480
- */
1481
- export declare type LicenseEdition = string;
1482
-
1483
- /** Describes a license profile in a hybrid machine. */
1484
- export declare interface LicenseProfile extends TrackedResource {
1485
- /**
1486
- * The provisioning state, which only appears in the response.
1487
- * NOTE: This property will not be serialized. It can only be populated by the server.
1488
- */
1489
- readonly provisioningState?: ProvisioningState;
1490
- /** Indicates the subscription status of the product. */
1491
- subscriptionStatus?: LicenseProfileSubscriptionStatus;
1492
- /** Indicates the product type of the license. */
1493
- productType?: LicenseProfileProductType;
1494
- /**
1495
- * The timestamp in UTC when the user enrolls the feature.
1496
- * NOTE: This property will not be serialized. It can only be populated by the server.
1497
- */
1498
- readonly enrollmentDate?: Date;
1499
- /**
1500
- * The timestamp in UTC when the billing starts.
1501
- * NOTE: This property will not be serialized. It can only be populated by the server.
1502
- */
1503
- readonly billingStartDate?: Date;
1504
- /**
1505
- * The timestamp in UTC when the user disenrolled the feature.
1506
- * NOTE: This property will not be serialized. It can only be populated by the server.
1507
- */
1508
- readonly disenrollmentDate?: Date;
1509
- /**
1510
- * The timestamp in UTC when the billing ends.
1511
- * NOTE: This property will not be serialized. It can only be populated by the server.
1512
- */
1513
- readonly billingEndDate?: Date;
1514
- /**
1515
- * The errors that were encountered during the feature enrollment or disenrollment.
1516
- * NOTE: This property will not be serialized. It can only be populated by the server.
1517
- */
1518
- readonly error?: ErrorDetail;
1519
- /** The list of product features. */
1520
- productFeatures?: ProductFeature[];
1521
- /**
1522
- * The guid id of the license.
1523
- * NOTE: This property will not be serialized. It can only be populated by the server.
1524
- */
1525
- readonly assignedLicenseImmutableId?: string;
1526
- /**
1527
- * The list of ESU keys.
1528
- * NOTE: This property will not be serialized. It can only be populated by the server.
1529
- */
1530
- readonly esuKeys?: EsuKey[];
1531
- /**
1532
- * The type of the Esu servers.
1533
- * NOTE: This property will not be serialized. It can only be populated by the server.
1534
- */
1535
- readonly serverType?: EsuServerType;
1536
- /**
1537
- * Indicates the eligibility state of Esu.
1538
- * NOTE: This property will not be serialized. It can only be populated by the server.
1539
- */
1540
- readonly esuEligibility?: EsuEligibility;
1541
- /**
1542
- * Indicates whether there is an ESU Key currently active for the machine.
1543
- * NOTE: This property will not be serialized. It can only be populated by the server.
1544
- */
1545
- readonly esuKeyState?: EsuKeyState;
1546
- /** The resource id of the license. */
1547
- assignedLicense?: string;
1548
- /** Specifies if this machine is licensed as part of a Software Assurance agreement. */
1549
- softwareAssuranceCustomer?: boolean;
1550
- }
1551
-
1552
- /** Describes the properties of a License Profile ARM model. */
1553
- export declare interface LicenseProfileArmEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {
1554
- /** The resource id of the license. */
1555
- assignedLicense?: string;
1556
- }
1557
-
1558
- /** Describes the properties of a License Profile ARM model. */
1559
- export declare interface LicenseProfileArmEsuPropertiesWithoutAssignedLicense extends LicenseProfileStorageModelEsuProperties {
1560
- /**
1561
- * The type of the Esu servers.
1562
- * NOTE: This property will not be serialized. It can only be populated by the server.
1563
- */
1564
- readonly serverType?: EsuServerType;
1565
- /**
1566
- * Indicates the eligibility state of Esu.
1567
- * NOTE: This property will not be serialized. It can only be populated by the server.
1568
- */
1569
- readonly esuEligibility?: EsuEligibility;
1570
- /**
1571
- * Indicates whether there is an ESU Key currently active for the machine.
1572
- * NOTE: This property will not be serialized. It can only be populated by the server.
1573
- */
1574
- readonly esuKeyState?: EsuKeyState;
1575
- }
1576
-
1577
- /** License Profile Instance View in Machine Properties. */
1578
- export declare interface LicenseProfileMachineInstanceView {
1579
- /**
1580
- * Indicates the license status of the OS.
1581
- * NOTE: This property will not be serialized. It can only be populated by the server.
1582
- */
1583
- readonly licenseStatus?: LicenseStatus;
1584
- /**
1585
- * Indicates the license channel.
1586
- * NOTE: This property will not be serialized. It can only be populated by the server.
1587
- */
1588
- readonly licenseChannel?: string;
1589
- /** Properties for the Machine ESU profile. */
1590
- esuProfile?: LicenseProfileMachineInstanceViewEsuProperties;
1591
- /** Indicates the subscription status of the product. */
1592
- subscriptionStatus?: LicenseProfileSubscriptionStatus;
1593
- /** Indicates the product type of the license. */
1594
- productType?: LicenseProfileProductType;
1595
- /**
1596
- * The timestamp in UTC when the user enrolls the feature.
1597
- * NOTE: This property will not be serialized. It can only be populated by the server.
1598
- */
1599
- readonly enrollmentDate?: Date;
1600
- /**
1601
- * The timestamp in UTC when the billing starts.
1602
- * NOTE: This property will not be serialized. It can only be populated by the server.
1603
- */
1604
- readonly billingStartDate?: Date;
1605
- /**
1606
- * The timestamp in UTC when the user disenrolled the feature.
1607
- * NOTE: This property will not be serialized. It can only be populated by the server.
1608
- */
1609
- readonly disenrollmentDate?: Date;
1610
- /**
1611
- * The timestamp in UTC when the billing ends.
1612
- * NOTE: This property will not be serialized. It can only be populated by the server.
1613
- */
1614
- readonly billingEndDate?: Date;
1615
- /**
1616
- * The errors that were encountered during the feature enrollment or disenrollment.
1617
- * NOTE: This property will not be serialized. It can only be populated by the server.
1618
- */
1619
- readonly error?: ErrorDetail;
1620
- /** The list of product features. */
1621
- productFeatures?: ProductFeature[];
1622
- /** Specifies if this machine is licensed as part of a Software Assurance agreement. */
1623
- softwareAssuranceCustomer?: boolean;
1624
- }
1625
-
1626
- /** Properties for the Machine ESU profile. */
1627
- export declare interface LicenseProfileMachineInstanceViewEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {
1628
- /** The assigned license resource. */
1629
- assignedLicense?: License;
1630
- /** Describes the license assignment state (Assigned or NotAssigned). */
1631
- licenseAssignmentState?: LicenseAssignmentState;
1632
- }
1633
-
1634
- /**
1635
- * Defines values for LicenseProfileProductType. \
1636
- * {@link KnownLicenseProfileProductType} can be used interchangeably with LicenseProfileProductType,
1637
- * this enum contains the known values that the service supports.
1638
- * ### Known values supported by the service
1639
- * **WindowsServer** \
1640
- * **WindowsIoTEnterprise**
1641
- */
1642
- export declare type LicenseProfileProductType = string;
1643
-
1644
- /** Interface representing a LicenseProfiles. */
1645
- export declare interface LicenseProfiles {
1646
- /**
1647
- * The operation to get all license profiles of a non-Azure machine
1648
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1649
- * @param machineName The name of the machine.
1650
- * @param options The options parameters.
1651
- */
1652
- list(resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams): PagedAsyncIterableIterator<LicenseProfile>;
1653
- /**
1654
- * The operation to create or update a license profile.
1655
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1656
- * @param machineName The name of the hybrid machine.
1657
- * @param parameters Parameters supplied to the Create or Update license profile operation.
1658
- * @param options The options parameters.
1659
- */
1660
- beginCreateOrUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfilesCreateOrUpdateResponse>, LicenseProfilesCreateOrUpdateResponse>>;
1661
- /**
1662
- * The operation to create or update a license profile.
1663
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1664
- * @param machineName The name of the hybrid machine.
1665
- * @param parameters Parameters supplied to the Create or Update license profile operation.
1666
- * @param options The options parameters.
1667
- */
1668
- beginCreateOrUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<LicenseProfilesCreateOrUpdateResponse>;
1669
- /**
1670
- * The operation to update a license profile.
1671
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1672
- * @param machineName The name of the hybrid machine.
1673
- * @param parameters Parameters supplied to the Update license profile operation.
1674
- * @param options The options parameters.
1675
- */
1676
- beginUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfilesUpdateResponse>, LicenseProfilesUpdateResponse>>;
1677
- /**
1678
- * The operation to update a license profile.
1679
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1680
- * @param machineName The name of the hybrid machine.
1681
- * @param parameters Parameters supplied to the Update license profile operation.
1682
- * @param options The options parameters.
1683
- */
1684
- beginUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<LicenseProfilesUpdateResponse>;
1685
- /**
1686
- * Retrieves information about the view of a license profile.
1687
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1688
- * @param machineName The name of the hybrid machine.
1689
- * @param options The options parameters.
1690
- */
1691
- get(resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams): Promise<LicenseProfilesGetResponse>;
1692
- /**
1693
- * The operation to delete a license profile.
1694
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1695
- * @param machineName The name of the hybrid machine.
1696
- * @param options The options parameters.
1697
- */
1698
- beginDelete(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfilesDeleteResponse>, LicenseProfilesDeleteResponse>>;
1699
- /**
1700
- * The operation to delete a license profile.
1701
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1702
- * @param machineName The name of the hybrid machine.
1703
- * @param options The options parameters.
1704
- */
1705
- beginDeleteAndWait(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<LicenseProfilesDeleteResponse>;
1706
- }
1707
-
1708
- /** Defines headers for LicenseProfiles_createOrUpdate operation. */
1709
- export declare interface LicenseProfilesCreateOrUpdateHeaders {
1710
- /** The URL of the resource used to check the status of the asynchronous operation. */
1711
- location?: string;
1712
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1713
- retryAfter?: number;
1714
- /** The URI to poll for completion status. */
1715
- azureAsyncOperation?: string;
1716
- }
1717
-
1718
- /** Optional parameters. */
1719
- export declare interface LicenseProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1720
- /** Delay to wait until next poll, in milliseconds. */
1721
- updateIntervalInMs?: number;
1722
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1723
- resumeFrom?: string;
1724
- }
1725
-
1726
- /** Contains response data for the createOrUpdate operation. */
1727
- export declare type LicenseProfilesCreateOrUpdateResponse = LicenseProfile;
1728
-
1729
- /** Defines headers for LicenseProfiles_delete operation. */
1730
- export declare interface LicenseProfilesDeleteHeaders {
1731
- /** The URL of the resource used to check the status of the asynchronous operation. */
1732
- location?: string;
1733
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1734
- retryAfter?: number;
1735
- /** The URI to poll for completion status. */
1736
- azureAsyncOperation?: string;
1737
- }
1738
-
1739
- /** Optional parameters. */
1740
- export declare interface LicenseProfilesDeleteOptionalParams extends coreClient.OperationOptions {
1741
- /** Delay to wait until next poll, in milliseconds. */
1742
- updateIntervalInMs?: number;
1743
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1744
- resumeFrom?: string;
1745
- }
1746
-
1747
- /** Contains response data for the delete operation. */
1748
- export declare type LicenseProfilesDeleteResponse = LicenseProfilesDeleteHeaders;
1749
-
1750
- /** Optional parameters. */
1751
- export declare interface LicenseProfilesGetOptionalParams extends coreClient.OperationOptions {
1752
- }
1753
-
1754
- /** Contains response data for the get operation. */
1755
- export declare type LicenseProfilesGetResponse = LicenseProfile;
1756
-
1757
- /** Optional parameters. */
1758
- export declare interface LicenseProfilesListNextOptionalParams extends coreClient.OperationOptions {
1759
- }
1760
-
1761
- /** Contains response data for the listNext operation. */
1762
- export declare type LicenseProfilesListNextResponse = LicenseProfilesListResult;
1763
-
1764
- /** Optional parameters. */
1765
- export declare interface LicenseProfilesListOptionalParams extends coreClient.OperationOptions {
1766
- }
1767
-
1768
- /** Contains response data for the list operation. */
1769
- export declare type LicenseProfilesListResponse = LicenseProfilesListResult;
1770
-
1771
- /** The List hybrid machine license profile operation response. */
1772
- export declare interface LicenseProfilesListResult {
1773
- /** The list of license profiles. */
1774
- value: LicenseProfile[];
1775
- /** The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of license profile. */
1776
- nextLink?: string;
1777
- }
1778
-
1779
- /** License profile storage model for ESU properties. */
1780
- export declare interface LicenseProfileStorageModelEsuProperties {
1781
- /**
1782
- * The guid id of the license.
1783
- * NOTE: This property will not be serialized. It can only be populated by the server.
1784
- */
1785
- readonly assignedLicenseImmutableId?: string;
1786
- /**
1787
- * The list of ESU keys.
1788
- * NOTE: This property will not be serialized. It can only be populated by the server.
1789
- */
1790
- readonly esuKeys?: EsuKey[];
1791
- }
1792
-
1793
- /**
1794
- * Defines values for LicenseProfileSubscriptionStatus. \
1795
- * {@link KnownLicenseProfileSubscriptionStatus} can be used interchangeably with LicenseProfileSubscriptionStatus,
1796
- * this enum contains the known values that the service supports.
1797
- * ### Known values supported by the service
1798
- * **Unknown** \
1799
- * **Enabling** \
1800
- * **Enabled** \
1801
- * **Disabled** \
1802
- * **Disabling** \
1803
- * **Failed**
1804
- */
1805
- export declare type LicenseProfileSubscriptionStatus = string;
1806
-
1807
- /**
1808
- * Defines values for LicenseProfileSubscriptionStatusUpdate. \
1809
- * {@link KnownLicenseProfileSubscriptionStatusUpdate} can be used interchangeably with LicenseProfileSubscriptionStatusUpdate,
1810
- * this enum contains the known values that the service supports.
1811
- * ### Known values supported by the service
1812
- * **Enable** \
1813
- * **Disable**
1814
- */
1815
- export declare type LicenseProfileSubscriptionStatusUpdate = string;
1816
-
1817
- /** Defines headers for LicenseProfiles_update operation. */
1818
- export declare interface LicenseProfilesUpdateHeaders {
1819
- /** The URL of the resource used to check the status of the asynchronous operation. */
1820
- location?: string;
1821
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
1822
- retryAfter?: number;
1823
- /** The URI to poll for completion status. */
1824
- azureAsyncOperation?: string;
1825
- }
1826
-
1827
- /** Optional parameters. */
1828
- export declare interface LicenseProfilesUpdateOptionalParams extends coreClient.OperationOptions {
1829
- /** Delay to wait until next poll, in milliseconds. */
1830
- updateIntervalInMs?: number;
1831
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1832
- resumeFrom?: string;
1833
- }
1834
-
1835
- /** Contains response data for the update operation. */
1836
- export declare type LicenseProfilesUpdateResponse = LicenseProfile;
1837
-
1838
- /** Describes a License Profile Update. */
1839
- export declare interface LicenseProfileUpdate extends ResourceUpdate {
1840
- /** Indicates the subscription status of the product. */
1841
- subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;
1842
- /** Indicates the product type of the license. */
1843
- productType?: LicenseProfileProductType;
1844
- /** The list of product feature updates. */
1845
- productFeatures?: ProductFeatureUpdate[];
1846
- /** The resource id of the license. */
1847
- assignedLicense?: string;
1848
- /** Specifies if this machine is licensed as part of a Software Assurance agreement. */
1849
- softwareAssuranceCustomer?: boolean;
1850
- }
1851
-
1852
- /** Interface representing a Licenses. */
1853
- export declare interface Licenses {
1854
- /**
1855
- * The operation to get all licenses of a non-Azure machine
1856
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1857
- * @param options The options parameters.
1858
- */
1859
- listByResourceGroup(resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<License>;
1860
- /**
1861
- * The operation to get all licenses of a non-Azure machine
1862
- * @param options The options parameters.
1863
- */
1864
- listBySubscription(options?: LicensesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<License>;
1865
- /**
1866
- * The operation to validate a license.
1867
- * @param parameters Parameters supplied to the license validation operation.
1868
- * @param options The options parameters.
1869
- */
1870
- beginValidateLicense(parameters: License, options?: LicensesValidateLicenseOptionalParams): Promise<SimplePollerLike<OperationState<LicensesValidateLicenseResponse>, LicensesValidateLicenseResponse>>;
1871
- /**
1872
- * The operation to validate a license.
1873
- * @param parameters Parameters supplied to the license validation operation.
1874
- * @param options The options parameters.
1875
- */
1876
- beginValidateLicenseAndWait(parameters: License, options?: LicensesValidateLicenseOptionalParams): Promise<LicensesValidateLicenseResponse>;
1877
- /**
1878
- * The operation to create or update a license.
1879
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1880
- * @param licenseName The name of the license.
1881
- * @param parameters Parameters supplied to the Create license operation.
1882
- * @param options The options parameters.
1883
- */
1884
- beginCreateOrUpdate(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicensesCreateOrUpdateResponse>, LicensesCreateOrUpdateResponse>>;
1885
- /**
1886
- * The operation to create or update a license.
1887
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1888
- * @param licenseName The name of the license.
1889
- * @param parameters Parameters supplied to the Create license operation.
1890
- * @param options The options parameters.
1891
- */
1892
- beginCreateOrUpdateAndWait(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams): Promise<LicensesCreateOrUpdateResponse>;
1893
- /**
1894
- * The operation to update a license.
1895
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1896
- * @param licenseName The name of the license.
1897
- * @param parameters Parameters supplied to the Update license operation.
1898
- * @param options The options parameters.
1899
- */
1900
- beginUpdate(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicensesUpdateResponse>, LicensesUpdateResponse>>;
1901
- /**
1902
- * The operation to update a license.
1903
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1904
- * @param licenseName The name of the license.
1905
- * @param parameters Parameters supplied to the Update license operation.
1906
- * @param options The options parameters.
1907
- */
1908
- beginUpdateAndWait(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams): Promise<LicensesUpdateResponse>;
1909
- /**
1910
- * Retrieves information about the view of a license.
1911
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1912
- * @param licenseName The name of the license.
1913
- * @param options The options parameters.
1914
- */
1915
- get(resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams): Promise<LicensesGetResponse>;
1916
- /**
1917
- * The operation to delete a license.
1918
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1919
- * @param licenseName The name of the license.
1920
- * @param options The options parameters.
1921
- */
1922
- beginDelete(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1923
- /**
1924
- * The operation to delete a license.
1925
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1926
- * @param licenseName The name of the license.
1927
- * @param options The options parameters.
1928
- */
1929
- beginDeleteAndWait(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams): Promise<void>;
1930
- }
1931
-
1932
- /** Optional parameters. */
1933
- export declare interface LicensesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1934
- /** Delay to wait until next poll, in milliseconds. */
1935
- updateIntervalInMs?: number;
1936
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1937
- resumeFrom?: string;
1938
- }
1939
-
1940
- /** Contains response data for the createOrUpdate operation. */
1941
- export declare type LicensesCreateOrUpdateResponse = License;
1942
-
1943
- /** Optional parameters. */
1944
- export declare interface LicensesDeleteOptionalParams extends coreClient.OperationOptions {
1945
- /** Delay to wait until next poll, in milliseconds. */
1946
- updateIntervalInMs?: number;
1947
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1948
- resumeFrom?: string;
1949
- }
1950
-
1951
- /** Optional parameters. */
1952
- export declare interface LicensesGetOptionalParams extends coreClient.OperationOptions {
1953
- }
1954
-
1955
- /** Contains response data for the get operation. */
1956
- export declare type LicensesGetResponse = License;
1957
-
1958
- /** Optional parameters. */
1959
- export declare interface LicensesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1960
- }
1961
-
1962
- /** Contains response data for the listByResourceGroupNext operation. */
1963
- export declare type LicensesListByResourceGroupNextResponse = LicensesListResult;
1964
-
1965
- /** Optional parameters. */
1966
- export declare interface LicensesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1967
- }
1968
-
1969
- /** Contains response data for the listByResourceGroup operation. */
1970
- export declare type LicensesListByResourceGroupResponse = LicensesListResult;
1971
-
1972
- /** Optional parameters. */
1973
- export declare interface LicensesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
1974
- }
1975
-
1976
- /** Contains response data for the listBySubscriptionNext operation. */
1977
- export declare type LicensesListBySubscriptionNextResponse = LicensesListResult;
1978
-
1979
- /** Optional parameters. */
1980
- export declare interface LicensesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1981
- }
1982
-
1983
- /** Contains response data for the listBySubscription operation. */
1984
- export declare type LicensesListBySubscriptionResponse = LicensesListResult;
1985
-
1986
- /** The List license operation response. */
1987
- export declare interface LicensesListResult {
1988
- /** The list of licenses. */
1989
- value: License[];
1990
- /** The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of license profile. */
1991
- nextLink?: string;
1992
- }
1993
-
1994
- /**
1995
- * Defines values for LicenseState. \
1996
- * {@link KnownLicenseState} can be used interchangeably with LicenseState,
1997
- * this enum contains the known values that the service supports.
1998
- * ### Known values supported by the service
1999
- * **Activated** \
2000
- * **Deactivated**
2001
- */
2002
- export declare type LicenseState = string;
2003
-
2004
- /**
2005
- * Defines values for LicenseStatus. \
2006
- * {@link KnownLicenseStatus} can be used interchangeably with LicenseStatus,
2007
- * this enum contains the known values that the service supports.
2008
- * ### Known values supported by the service
2009
- * **Unlicensed** \
2010
- * **Licensed** \
2011
- * **OOBGrace** \
2012
- * **OOTGrace** \
2013
- * **NonGenuineGrace** \
2014
- * **Notification** \
2015
- * **ExtendedGrace**
2016
- */
2017
- export declare type LicenseStatus = string;
2018
-
2019
- /** Optional parameters. */
2020
- export declare interface LicensesUpdateOptionalParams extends coreClient.OperationOptions {
2021
- /** Delay to wait until next poll, in milliseconds. */
2022
- updateIntervalInMs?: number;
2023
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2024
- resumeFrom?: string;
2025
- }
2026
-
2027
- /** Contains response data for the update operation. */
2028
- export declare type LicensesUpdateResponse = License;
2029
-
2030
- /** Optional parameters. */
2031
- export declare interface LicensesValidateLicenseOptionalParams extends coreClient.OperationOptions {
2032
- /** Delay to wait until next poll, in milliseconds. */
2033
- updateIntervalInMs?: number;
2034
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2035
- resumeFrom?: string;
2036
- }
2037
-
2038
- /** Contains response data for the validateLicense operation. */
2039
- export declare type LicensesValidateLicenseResponse = License;
2040
-
2041
- /**
2042
- * Defines values for LicenseTarget. \
2043
- * {@link KnownLicenseTarget} can be used interchangeably with LicenseTarget,
2044
- * this enum contains the known values that the service supports.
2045
- * ### Known values supported by the service
2046
- * **Windows Server 2012** \
2047
- * **Windows Server 2012 R2**
2048
- */
2049
- export declare type LicenseTarget = string;
2050
-
2051
- /**
2052
- * Defines values for LicenseType. \
2053
- * {@link KnownLicenseType} can be used interchangeably with LicenseType,
2054
- * this enum contains the known values that the service supports.
2055
- * ### Known values supported by the service
2056
- * **ESU**
2057
- */
2058
- export declare type LicenseType = string;
2059
-
2060
- /** Describes a License Update. */
2061
- export declare interface LicenseUpdate extends ResourceUpdate {
2062
- /** The type of the license resource. */
2063
- licenseType?: LicenseType;
2064
- /** Describes the state of the license. */
2065
- state?: LicenseState;
2066
- /** Describes the license target server. */
2067
- target?: LicenseTarget;
2068
- /** Describes the edition of the license. The values are either Standard or Datacenter. */
2069
- edition?: LicenseEdition;
2070
- /** Describes the license core type (pCore or vCore). */
2071
- type?: LicenseCoreType;
2072
- /** Describes the number of processors. */
2073
- processors?: number;
2074
- }
2075
-
2076
- /** Input for InstallPatches on a Linux VM, as directly received by the API */
2077
- export declare interface LinuxParameters {
2078
- /** The update classifications to select when installing patches for Linux. */
2079
- classificationsToInclude?: VMGuestPatchClassificationLinux[];
2080
- /** packages to include in the patch operation. Format: packageName_packageVersion */
2081
- packageNameMasksToInclude?: string[];
2082
- /** packages to exclude in the patch operation. Format: packageName_packageVersion */
2083
- packageNameMasksToExclude?: string[];
2084
- }
2085
-
2086
- /** Metadata pertaining to the geographic location of the resource. */
2087
- export declare interface LocationData {
2088
- /** A canonical name for the geographic or physical location. */
2089
- name: string;
2090
- /** The city or locality where the resource is located. */
2091
- city?: string;
2092
- /** The district, state, or province where the resource is located. */
2093
- district?: string;
2094
- /** The country or region where the resource is located */
2095
- countryOrRegion?: string;
2096
- }
2097
-
2098
- /** Describes a hybrid machine. */
2099
- export declare interface Machine extends TrackedResource {
2100
- /**
2101
- * The list of extensions affiliated to the machine
2102
- * NOTE: This property will not be serialized. It can only be populated by the server.
2103
- */
2104
- readonly resources?: MachineExtension[];
2105
- /** Identity for the resource. */
2106
- identity?: Identity;
2107
- /** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */
2108
- kind?: ArcKindEnum;
2109
- /** Metadata pertaining to the geographic location of the resource. */
2110
- locationData?: LocationData;
2111
- /**
2112
- * Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
2113
- * NOTE: This property will not be serialized. It can only be populated by the server.
2114
- */
2115
- readonly agentConfiguration?: AgentConfiguration;
2116
- /** Statuses of dependent services that are reported back to ARM. */
2117
- serviceStatuses?: ServiceStatuses;
2118
- /**
2119
- * Information about the machine's hardware
2120
- * NOTE: This property will not be serialized. It can only be populated by the server.
2121
- */
2122
- readonly hardwareProfile?: HardwareProfile;
2123
- /**
2124
- * Information about the machine's storage
2125
- * NOTE: This property will not be serialized. It can only be populated by the server.
2126
- */
2127
- readonly storageProfile?: StorageProfile;
2128
- /**
2129
- * Information about the machine's firmware
2130
- * NOTE: This property will not be serialized. It can only be populated by the server.
2131
- */
2132
- readonly firmwareProfile?: FirmwareProfile;
2133
- /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
2134
- cloudMetadata?: CloudMetadata;
2135
- /** The info of the machine w.r.t Agent Upgrade */
2136
- agentUpgrade?: AgentUpgrade;
2137
- /** Specifies the operating system settings for the hybrid machine. */
2138
- osProfile?: OSProfile;
2139
- /** Specifies the License related properties for a machine. */
2140
- licenseProfile?: LicenseProfileMachineInstanceView;
2141
- /**
2142
- * The provisioning state, which only appears in the response.
2143
- * NOTE: This property will not be serialized. It can only be populated by the server.
2144
- */
2145
- readonly provisioningState?: string;
2146
- /**
2147
- * The status of the hybrid machine agent.
2148
- * NOTE: This property will not be serialized. It can only be populated by the server.
2149
- */
2150
- readonly status?: StatusTypes;
2151
- /**
2152
- * The time of the last status change.
2153
- * NOTE: This property will not be serialized. It can only be populated by the server.
2154
- */
2155
- readonly lastStatusChange?: Date;
2156
- /**
2157
- * Details about the error state.
2158
- * NOTE: This property will not be serialized. It can only be populated by the server.
2159
- */
2160
- readonly errorDetails?: ErrorDetail[];
2161
- /**
2162
- * The hybrid machine agent full version.
2163
- * NOTE: This property will not be serialized. It can only be populated by the server.
2164
- */
2165
- readonly agentVersion?: string;
2166
- /** Specifies the hybrid machine unique ID. */
2167
- vmId?: string;
2168
- /**
2169
- * Specifies the hybrid machine display name.
2170
- * NOTE: This property will not be serialized. It can only be populated by the server.
2171
- */
2172
- readonly displayName?: string;
2173
- /**
2174
- * Specifies the hybrid machine FQDN.
2175
- * NOTE: This property will not be serialized. It can only be populated by the server.
2176
- */
2177
- readonly machineFqdn?: string;
2178
- /** Public Key that the client provides to be used during initial resource onboarding */
2179
- clientPublicKey?: string;
2180
- /**
2181
- * The Operating System running on the hybrid machine.
2182
- * NOTE: This property will not be serialized. It can only be populated by the server.
2183
- */
2184
- readonly osName?: string;
2185
- /**
2186
- * The version of Operating System running on the hybrid machine.
2187
- * NOTE: This property will not be serialized. It can only be populated by the server.
2188
- */
2189
- readonly osVersion?: string;
2190
- /** The type of Operating System (windows/linux). */
2191
- osType?: string;
2192
- /**
2193
- * Specifies the Arc Machine's unique SMBIOS ID
2194
- * NOTE: This property will not be serialized. It can only be populated by the server.
2195
- */
2196
- readonly vmUuid?: string;
2197
- /** Machine Extensions information (deprecated field) */
2198
- extensions?: MachineExtensionInstanceView[];
2199
- /**
2200
- * Specifies the Operating System product SKU.
2201
- * NOTE: This property will not be serialized. It can only be populated by the server.
2202
- */
2203
- readonly osSku?: string;
2204
- /**
2205
- * The edition of the Operating System.
2206
- * NOTE: This property will not be serialized. It can only be populated by the server.
2207
- */
2208
- readonly osEdition?: string;
2209
- /**
2210
- * Specifies the Windows domain name.
2211
- * NOTE: This property will not be serialized. It can only be populated by the server.
2212
- */
2213
- readonly domainName?: string;
2214
- /**
2215
- * Specifies the AD fully qualified display name.
2216
- * NOTE: This property will not be serialized. It can only be populated by the server.
2217
- */
2218
- readonly adFqdn?: string;
2219
- /**
2220
- * Specifies the DNS fully qualified display name.
2221
- * NOTE: This property will not be serialized. It can only be populated by the server.
2222
- */
2223
- readonly dnsFqdn?: string;
2224
- /** The resource id of the private link scope this machine is assigned to, if any. */
2225
- privateLinkScopeResourceId?: string;
2226
- /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */
2227
- parentClusterResourceId?: string;
2228
- /** Specifies whether any MS SQL instance is discovered on the machine. */
2229
- mssqlDiscovered?: string;
2230
- /**
2231
- * Detected properties from the machine.
2232
- * NOTE: This property will not be serialized. It can only be populated by the server.
2233
- */
2234
- readonly detectedProperties?: {
2235
- [propertyName: string]: string;
2236
- };
2237
- /**
2238
- * Information about the network the machine is on.
2239
- * NOTE: This property will not be serialized. It can only be populated by the server.
2240
- */
2241
- readonly networkProfile?: NetworkProfile;
2242
- }
2243
-
2244
- /** Describes the properties of an AssessPatches result. */
2245
- export declare interface MachineAssessPatchesResult {
2246
- /**
2247
- * The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings."
2248
- * NOTE: This property will not be serialized. It can only be populated by the server.
2249
- */
2250
- readonly status?: PatchOperationStatus;
2251
- /**
2252
- * The activity ID of the operation that produced this result.
2253
- * NOTE: This property will not be serialized. It can only be populated by the server.
2254
- */
2255
- readonly assessmentActivityId?: string;
2256
- /**
2257
- * The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred.
2258
- * NOTE: This property will not be serialized. It can only be populated by the server.
2259
- */
2260
- readonly rebootPending?: boolean;
2261
- /** Summarization of patches available for installation on the machine by classification. */
2262
- availablePatchCountByClassification?: AvailablePatchCountByClassification;
2263
- /**
2264
- * The UTC timestamp when the operation began.
2265
- * NOTE: This property will not be serialized. It can only be populated by the server.
2266
- */
2267
- readonly startDateTime?: Date;
2268
- /**
2269
- * The UTC timestamp when the operation finished.
2270
- * NOTE: This property will not be serialized. It can only be populated by the server.
2271
- */
2272
- readonly lastModifiedDateTime?: Date;
2273
- /**
2274
- * Indicates if operation was triggered by user or by platform.
2275
- * NOTE: This property will not be serialized. It can only be populated by the server.
2276
- */
2277
- readonly startedBy?: PatchOperationStartedBy;
2278
- /**
2279
- * Specifies the patch service used for the operation.
2280
- * NOTE: This property will not be serialized. It can only be populated by the server.
2281
- */
2282
- readonly patchServiceUsed?: PatchServiceUsed;
2283
- /**
2284
- * The operating system type of the machine.
2285
- * NOTE: This property will not be serialized. It can only be populated by the server.
2286
- */
2287
- readonly osType?: OsType;
2288
- /**
2289
- * The errors that were encountered during execution of the operation. The details array contains the list of them.
2290
- * NOTE: This property will not be serialized. It can only be populated by the server.
2291
- */
2292
- readonly errorDetails?: ErrorDetail;
2293
- }
2294
-
2295
- /** Describes a Machine Extension. */
2296
- export declare interface MachineExtension extends TrackedResource {
2297
- /** Describes Machine Extension Properties. */
2298
- properties?: MachineExtensionProperties;
2299
- }
2300
-
2301
- /** Describes the Machine Extension Instance View. */
2302
- export declare interface MachineExtensionInstanceView {
2303
- /** The machine extension name. */
2304
- name?: string;
2305
- /** Specifies the type of the extension; an example is "CustomScriptExtension". */
2306
- type?: string;
2307
- /** Specifies the version of the script handler. */
2308
- typeHandlerVersion?: string;
2309
- /** Instance view status. */
2310
- status?: MachineExtensionInstanceViewStatus;
2311
- }
2312
-
2313
- /** Instance view status. */
2314
- export declare interface MachineExtensionInstanceViewStatus {
2315
- /** The status code. */
2316
- code?: string;
2317
- /** The level code. */
2318
- level?: StatusLevelTypes;
2319
- /** The short localizable label for the status. */
2320
- displayStatus?: string;
2321
- /** The detailed status message, including for alerts and error messages. */
2322
- message?: string;
2323
- /** The time of the status. */
2324
- time?: Date;
2325
- }
2326
-
2327
- /** Describes the properties of a Machine Extension. */
2328
- export declare interface MachineExtensionProperties {
2329
- /** How the extension handler should be forced to update even if the extension configuration has not changed. */
2330
- forceUpdateTag?: string;
2331
- /** The name of the extension handler publisher. */
2332
- publisher?: string;
2333
- /** Specifies the type of the extension; an example is "CustomScriptExtension". */
2334
- type?: string;
2335
- /** Specifies the version of the script handler. */
2336
- typeHandlerVersion?: string;
2337
- /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
2338
- enableAutomaticUpgrade?: boolean;
2339
- /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
2340
- autoUpgradeMinorVersion?: boolean;
2341
- /** Json formatted public settings for the extension. */
2342
- settings?: {
2343
- [propertyName: string]: any;
2344
- };
2345
- /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
2346
- protectedSettings?: {
2347
- [propertyName: string]: any;
2348
- };
2349
- /**
2350
- * The provisioning state, which only appears in the response.
2351
- * NOTE: This property will not be serialized. It can only be populated by the server.
2352
- */
2353
- readonly provisioningState?: string;
2354
- /** The machine extension instance view. */
2355
- instanceView?: MachineExtensionInstanceView;
2356
- }
2357
-
2358
- /** Interface representing a MachineExtensions. */
2359
- export declare interface MachineExtensions {
2360
- /**
2361
- * The operation to get all extensions of a non-Azure machine
2362
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2363
- * @param machineName The name of the machine containing the extension.
2364
- * @param options The options parameters.
2365
- */
2366
- list(resourceGroupName: string, machineName: string, options?: MachineExtensionsListOptionalParams): PagedAsyncIterableIterator<MachineExtension>;
2367
- /**
2368
- * The operation to create or update the extension.
2369
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2370
- * @param machineName The name of the machine where the extension should be created or updated.
2371
- * @param extensionName The name of the machine extension.
2372
- * @param extensionParameters Parameters supplied to the Create Machine Extension operation.
2373
- * @param options The options parameters.
2374
- */
2375
- beginCreateOrUpdate(resourceGroupName: string, machineName: string, extensionName: string, extensionParameters: MachineExtension, options?: MachineExtensionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MachineExtensionsCreateOrUpdateResponse>, MachineExtensionsCreateOrUpdateResponse>>;
2376
- /**
2377
- * The operation to create or update the extension.
2378
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2379
- * @param machineName The name of the machine where the extension should be created or updated.
2380
- * @param extensionName The name of the machine extension.
2381
- * @param extensionParameters Parameters supplied to the Create Machine Extension operation.
2382
- * @param options The options parameters.
2383
- */
2384
- beginCreateOrUpdateAndWait(resourceGroupName: string, machineName: string, extensionName: string, extensionParameters: MachineExtension, options?: MachineExtensionsCreateOrUpdateOptionalParams): Promise<MachineExtensionsCreateOrUpdateResponse>;
2385
- /**
2386
- * The operation to create or update the extension.
2387
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2388
- * @param machineName The name of the machine where the extension should be created or updated.
2389
- * @param extensionName The name of the machine extension.
2390
- * @param extensionParameters Parameters supplied to the Create Machine Extension operation.
2391
- * @param options The options parameters.
2392
- */
2393
- beginUpdate(resourceGroupName: string, machineName: string, extensionName: string, extensionParameters: MachineExtensionUpdate, options?: MachineExtensionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MachineExtensionsUpdateResponse>, MachineExtensionsUpdateResponse>>;
2394
- /**
2395
- * The operation to create or update the extension.
2396
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2397
- * @param machineName The name of the machine where the extension should be created or updated.
2398
- * @param extensionName The name of the machine extension.
2399
- * @param extensionParameters Parameters supplied to the Create Machine Extension operation.
2400
- * @param options The options parameters.
2401
- */
2402
- beginUpdateAndWait(resourceGroupName: string, machineName: string, extensionName: string, extensionParameters: MachineExtensionUpdate, options?: MachineExtensionsUpdateOptionalParams): Promise<MachineExtensionsUpdateResponse>;
2403
- /**
2404
- * The operation to delete the extension.
2405
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2406
- * @param machineName The name of the machine where the extension should be deleted.
2407
- * @param extensionName The name of the machine extension.
2408
- * @param options The options parameters.
2409
- */
2410
- beginDelete(resourceGroupName: string, machineName: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2411
- /**
2412
- * The operation to delete the extension.
2413
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2414
- * @param machineName The name of the machine where the extension should be deleted.
2415
- * @param extensionName The name of the machine extension.
2416
- * @param options The options parameters.
2417
- */
2418
- beginDeleteAndWait(resourceGroupName: string, machineName: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<void>;
2419
- /**
2420
- * The operation to get the extension.
2421
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2422
- * @param machineName The name of the machine containing the extension.
2423
- * @param extensionName The name of the machine extension.
2424
- * @param options The options parameters.
2425
- */
2426
- get(resourceGroupName: string, machineName: string, extensionName: string, options?: MachineExtensionsGetOptionalParams): Promise<MachineExtensionsGetResponse>;
2427
- }
2428
-
2429
- /** Optional parameters. */
2430
- export declare interface MachineExtensionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2431
- /** Delay to wait until next poll, in milliseconds. */
2432
- updateIntervalInMs?: number;
2433
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2434
- resumeFrom?: string;
2435
- }
2436
-
2437
- /** Contains response data for the createOrUpdate operation. */
2438
- export declare type MachineExtensionsCreateOrUpdateResponse = MachineExtension;
2439
-
2440
- /** Defines headers for MachineExtensions_delete operation. */
2441
- export declare interface MachineExtensionsDeleteHeaders {
2442
- /** The URL of the resource used to check the status of the asynchronous operation. */
2443
- location?: string;
2444
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
2445
- retryAfter?: number;
2446
- /** The URI to poll for completion status. */
2447
- azureAsyncOperation?: string;
2448
- }
2449
-
2450
- /** Optional parameters. */
2451
- export declare interface MachineExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
2452
- /** Delay to wait until next poll, in milliseconds. */
2453
- updateIntervalInMs?: number;
2454
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2455
- resumeFrom?: string;
2456
- }
2457
-
2458
- /** Optional parameters. */
2459
- export declare interface MachineExtensionsGetOptionalParams extends coreClient.OperationOptions {
2460
- }
2461
-
2462
- /** Contains response data for the get operation. */
2463
- export declare type MachineExtensionsGetResponse = MachineExtension;
2464
-
2465
- /** Optional parameters. */
2466
- export declare interface MachineExtensionsListNextOptionalParams extends coreClient.OperationOptions {
2467
- }
2468
-
2469
- /** Contains response data for the listNext operation. */
2470
- export declare type MachineExtensionsListNextResponse = MachineExtensionsListResult;
2471
-
2472
- /** Optional parameters. */
2473
- export declare interface MachineExtensionsListOptionalParams extends coreClient.OperationOptions {
2474
- /** The expand expression to apply on the operation. */
2475
- expand?: string;
2476
- }
2477
-
2478
- /** Contains response data for the list operation. */
2479
- export declare type MachineExtensionsListResponse = MachineExtensionsListResult;
2480
-
2481
- /** Describes the Machine Extensions List Result. */
2482
- export declare interface MachineExtensionsListResult {
2483
- /** The list of extensions */
2484
- value?: MachineExtension[];
2485
- /** The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions. */
2486
- nextLink?: string;
2487
- }
2488
-
2489
- /** Defines headers for MachineExtensions_update operation. */
2490
- export declare interface MachineExtensionsUpdateHeaders {
2491
- /** The URL of the resource used to check the status of the asynchronous operation. */
2492
- location?: string;
2493
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
2494
- retryAfter?: number;
2495
- /** The URI to poll for completion status. */
2496
- azureAsyncOperation?: string;
2497
- }
2498
-
2499
- /** Optional parameters. */
2500
- export declare interface MachineExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
2501
- /** Delay to wait until next poll, in milliseconds. */
2502
- updateIntervalInMs?: number;
2503
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2504
- resumeFrom?: string;
2505
- }
2506
-
2507
- /** Contains response data for the update operation. */
2508
- export declare type MachineExtensionsUpdateResponse = MachineExtension;
2509
-
2510
- /** Describes a Machine Extension Update. */
2511
- export declare interface MachineExtensionUpdate extends ResourceUpdate {
2512
- /** How the extension handler should be forced to update even if the extension configuration has not changed. */
2513
- forceUpdateTag?: string;
2514
- /** The name of the extension handler publisher. */
2515
- publisher?: string;
2516
- /** Specifies the type of the extension; an example is "CustomScriptExtension". */
2517
- type?: string;
2518
- /** Specifies the version of the script handler. */
2519
- typeHandlerVersion?: string;
2520
- /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
2521
- enableAutomaticUpgrade?: boolean;
2522
- /** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
2523
- autoUpgradeMinorVersion?: boolean;
2524
- /** Json formatted public settings for the extension. */
2525
- settings?: {
2526
- [propertyName: string]: any;
2527
- };
2528
- /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
2529
- protectedSettings?: {
2530
- [propertyName: string]: any;
2531
- };
2532
- }
2533
-
2534
- /** Describes the Machine Extension Upgrade Properties. */
2535
- export declare interface MachineExtensionUpgrade {
2536
- /** Describes the Extension Target Properties. */
2537
- extensionTargets?: {
2538
- [propertyName: string]: ExtensionTargetProperties;
2539
- };
2540
- }
2541
-
2542
- /** Input for InstallPatches as directly received by the API */
2543
- export declare interface MachineInstallPatchesParameters {
2544
- /** Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) */
2545
- maximumDuration: string;
2546
- /** Defines when it is acceptable to reboot a VM during a software update operation. */
2547
- rebootSetting: VMGuestPatchRebootSetting;
2548
- /** Input for InstallPatches on a Windows VM, as directly received by the API */
2549
- windowsParameters?: WindowsParameters;
2550
- /** Input for InstallPatches on a Linux VM, as directly received by the API */
2551
- linuxParameters?: LinuxParameters;
2552
- }
2553
-
2554
- /** The result summary of an installation operation. */
2555
- export declare interface MachineInstallPatchesResult {
2556
- /**
2557
- * The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings."
2558
- * NOTE: This property will not be serialized. It can only be populated by the server.
2559
- */
2560
- readonly status?: PatchOperationStatus;
2561
- /**
2562
- * The activity ID of the operation that produced this result.
2563
- * NOTE: This property will not be serialized. It can only be populated by the server.
2564
- */
2565
- readonly installationActivityId?: string;
2566
- /**
2567
- * The reboot state of the VM following completion of the operation.
2568
- * NOTE: This property will not be serialized. It can only be populated by the server.
2569
- */
2570
- readonly rebootStatus?: VMGuestPatchRebootStatus;
2571
- /**
2572
- * Whether the operation ran out of time before it completed all its intended actions.
2573
- * NOTE: This property will not be serialized. It can only be populated by the server.
2574
- */
2575
- readonly maintenanceWindowExceeded?: boolean;
2576
- /**
2577
- * The number of patches that were not installed due to the user blocking their installation.
2578
- * NOTE: This property will not be serialized. It can only be populated by the server.
2579
- */
2580
- readonly excludedPatchCount?: number;
2581
- /**
2582
- * The number of patches that were detected as available for install, but did not meet the operation's criteria.
2583
- * NOTE: This property will not be serialized. It can only be populated by the server.
2584
- */
2585
- readonly notSelectedPatchCount?: number;
2586
- /**
2587
- * The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true.
2588
- * NOTE: This property will not be serialized. It can only be populated by the server.
2589
- */
2590
- readonly pendingPatchCount?: number;
2591
- /**
2592
- * The number of patches successfully installed.
2593
- * NOTE: This property will not be serialized. It can only be populated by the server.
2594
- */
2595
- readonly installedPatchCount?: number;
2596
- /**
2597
- * The number of patches that could not be installed due to some issue. See errors for details.
2598
- * NOTE: This property will not be serialized. It can only be populated by the server.
2599
- */
2600
- readonly failedPatchCount?: number;
2601
- /**
2602
- * The UTC timestamp when the operation began.
2603
- * NOTE: This property will not be serialized. It can only be populated by the server.
2604
- */
2605
- readonly startDateTime?: Date;
2606
- /**
2607
- * The UTC timestamp when the operation finished.
2608
- * NOTE: This property will not be serialized. It can only be populated by the server.
2609
- */
2610
- readonly lastModifiedDateTime?: Date;
2611
- /**
2612
- * Indicates if operation was triggered by user or by platform.
2613
- * NOTE: This property will not be serialized. It can only be populated by the server.
2614
- */
2615
- readonly startedBy?: PatchOperationStartedBy;
2616
- /**
2617
- * Specifies the patch service used for the operation.
2618
- * NOTE: This property will not be serialized. It can only be populated by the server.
2619
- */
2620
- readonly patchServiceUsed?: PatchServiceUsed;
2621
- /**
2622
- * The operating system type of the machine.
2623
- * NOTE: This property will not be serialized. It can only be populated by the server.
2624
- */
2625
- readonly osType?: OsType;
2626
- /**
2627
- * The errors that were encountered during execution of the operation. The details array contains the list of them.
2628
- * NOTE: This property will not be serialized. It can only be populated by the server.
2629
- */
2630
- readonly errorDetails?: ErrorDetail;
2631
- }
2632
-
2633
- /** The List hybrid machine operation response. */
2634
- export declare interface MachineListResult {
2635
- /** The list of hybrid machines. */
2636
- value: Machine[];
2637
- /** The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of hybrid machines. */
2638
- nextLink?: string;
2639
- }
2640
-
2641
- /** Describes a Run Command */
2642
- export declare interface MachineRunCommand extends TrackedResource {
2643
- /** The source of the run command script. */
2644
- source?: MachineRunCommandScriptSource;
2645
- /** The parameters used by the script. */
2646
- parameters?: RunCommandInputParameter[];
2647
- /** The parameters used by the script. */
2648
- protectedParameters?: RunCommandInputParameter[];
2649
- /** Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete. */
2650
- asyncExecution?: boolean;
2651
- /** Specifies the user account on the machine when executing the run command. */
2652
- runAsUser?: string;
2653
- /** Specifies the user account password on the machine when executing the run command. */
2654
- runAsPassword?: string;
2655
- /** The timeout in seconds to execute the run command. */
2656
- timeoutInSeconds?: number;
2657
- /** Specifies the Azure storage blob where script output stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer outputBlobManagedIdentity parameter. */
2658
- outputBlobUri?: string;
2659
- /** Specifies the Azure storage blob where script error stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer errorBlobManagedIdentity parameter. */
2660
- errorBlobUri?: string;
2661
- /** User-assigned managed identity that has access to outputBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged */
2662
- outputBlobManagedIdentity?: RunCommandManagedIdentity;
2663
- /** User-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged */
2664
- errorBlobManagedIdentity?: RunCommandManagedIdentity;
2665
- /**
2666
- * The provisioning state, which only appears in the response.
2667
- * NOTE: This property will not be serialized. It can only be populated by the server.
2668
- */
2669
- readonly provisioningState?: string;
2670
- /**
2671
- * The machine run command instance view.
2672
- * NOTE: This property will not be serialized. It can only be populated by the server.
2673
- */
2674
- readonly instanceView?: MachineRunCommandInstanceView;
2675
- }
2676
-
2677
- /** The instance view of a machine run command. */
2678
- export declare interface MachineRunCommandInstanceView {
2679
- /** Script execution status. */
2680
- executionState?: ExecutionState;
2681
- /** Communicate script configuration errors or execution messages. */
2682
- executionMessage?: string;
2683
- /** Exit code returned from script execution. */
2684
- exitCode?: number;
2685
- /** Script output stream. */
2686
- output?: string;
2687
- /** Script error stream. */
2688
- error?: string;
2689
- /** Script start time. */
2690
- startTime?: Date;
2691
- /** Script end time. */
2692
- endTime?: Date;
2693
- /** The status information. */
2694
- statuses?: ExtensionsResourceStatus[];
2695
- }
2696
-
2697
- /** Interface representing a MachineRunCommands. */
2698
- export declare interface MachineRunCommands {
2699
- /**
2700
- * The operation to get all the run commands of a non-Azure machine.
2701
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2702
- * @param machineName The name of the hybrid machine.
2703
- * @param options The options parameters.
2704
- */
2705
- list(resourceGroupName: string, machineName: string, options?: MachineRunCommandsListOptionalParams): PagedAsyncIterableIterator<MachineRunCommand>;
2706
- /**
2707
- * The operation to create or update a run command.
2708
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2709
- * @param machineName The name of the hybrid machine.
2710
- * @param runCommandName The name of the run command.
2711
- * @param runCommandProperties Parameters supplied to the Create Run Command.
2712
- * @param options The options parameters.
2713
- */
2714
- beginCreateOrUpdate(resourceGroupName: string, machineName: string, runCommandName: string, runCommandProperties: MachineRunCommand, options?: MachineRunCommandsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MachineRunCommandsCreateOrUpdateResponse>, MachineRunCommandsCreateOrUpdateResponse>>;
2715
- /**
2716
- * The operation to create or update a run command.
2717
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2718
- * @param machineName The name of the hybrid machine.
2719
- * @param runCommandName The name of the run command.
2720
- * @param runCommandProperties Parameters supplied to the Create Run Command.
2721
- * @param options The options parameters.
2722
- */
2723
- beginCreateOrUpdateAndWait(resourceGroupName: string, machineName: string, runCommandName: string, runCommandProperties: MachineRunCommand, options?: MachineRunCommandsCreateOrUpdateOptionalParams): Promise<MachineRunCommandsCreateOrUpdateResponse>;
2724
- /**
2725
- * The operation to delete a run command.
2726
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2727
- * @param machineName The name of the hybrid machine.
2728
- * @param runCommandName The name of the run command.
2729
- * @param options The options parameters.
2730
- */
2731
- beginDelete(resourceGroupName: string, machineName: string, runCommandName: string, options?: MachineRunCommandsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MachineRunCommandsDeleteResponse>, MachineRunCommandsDeleteResponse>>;
2732
- /**
2733
- * The operation to delete a run command.
2734
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2735
- * @param machineName The name of the hybrid machine.
2736
- * @param runCommandName The name of the run command.
2737
- * @param options The options parameters.
2738
- */
2739
- beginDeleteAndWait(resourceGroupName: string, machineName: string, runCommandName: string, options?: MachineRunCommandsDeleteOptionalParams): Promise<MachineRunCommandsDeleteResponse>;
2740
- /**
2741
- * The operation to get a run command.
2742
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2743
- * @param machineName The name of the hybrid machine.
2744
- * @param runCommandName The name of the run command.
2745
- * @param options The options parameters.
2746
- */
2747
- get(resourceGroupName: string, machineName: string, runCommandName: string, options?: MachineRunCommandsGetOptionalParams): Promise<MachineRunCommandsGetResponse>;
2748
- }
2749
-
2750
- /** Defines headers for MachineRunCommands_createOrUpdate operation. */
2751
- export declare interface MachineRunCommandsCreateOrUpdateHeaders {
2752
- /** The URL of the resource used to check the status of the asynchronous operation. */
2753
- location?: string;
2754
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
2755
- retryAfter?: number;
2756
- /** The URI to poll for completion status. */
2757
- azureAsyncOperation?: string;
2758
- }
2759
-
2760
- /** Optional parameters. */
2761
- export declare interface MachineRunCommandsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2762
- /** Delay to wait until next poll, in milliseconds. */
2763
- updateIntervalInMs?: number;
2764
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2765
- resumeFrom?: string;
2766
- }
2767
-
2768
- /** Contains response data for the createOrUpdate operation. */
2769
- export declare type MachineRunCommandsCreateOrUpdateResponse = MachineRunCommand;
2770
-
2771
- /** Describes the script sources for run command. Use only one of script, scriptUri, commandId. */
2772
- export declare interface MachineRunCommandScriptSource {
2773
- /** Specifies the script content to be executed on the machine. */
2774
- script?: string;
2775
- /** Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI. */
2776
- scriptUri?: string;
2777
- /** Specifies the commandId of predefined built-in script. */
2778
- commandId?: string;
2779
- /** User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged. */
2780
- scriptUriManagedIdentity?: RunCommandManagedIdentity;
2781
- }
2782
-
2783
- /** Defines headers for MachineRunCommands_delete operation. */
2784
- export declare interface MachineRunCommandsDeleteHeaders {
2785
- /** The URL of the resource used to check the status of the asynchronous operation. */
2786
- location?: string;
2787
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
2788
- retryAfter?: number;
2789
- /** The URI to poll for completion status. */
2790
- azureAsyncOperation?: string;
2791
- }
2792
-
2793
- /** Optional parameters. */
2794
- export declare interface MachineRunCommandsDeleteOptionalParams extends coreClient.OperationOptions {
2795
- /** Delay to wait until next poll, in milliseconds. */
2796
- updateIntervalInMs?: number;
2797
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2798
- resumeFrom?: string;
2799
- }
2800
-
2801
- /** Contains response data for the delete operation. */
2802
- export declare type MachineRunCommandsDeleteResponse = MachineRunCommandsDeleteHeaders;
2803
-
2804
- /** Optional parameters. */
2805
- export declare interface MachineRunCommandsGetOptionalParams extends coreClient.OperationOptions {
2806
- }
2807
-
2808
- /** Contains response data for the get operation. */
2809
- export declare type MachineRunCommandsGetResponse = MachineRunCommand;
2810
-
2811
- /** Optional parameters. */
2812
- export declare interface MachineRunCommandsListNextOptionalParams extends coreClient.OperationOptions {
2813
- }
2814
-
2815
- /** Contains response data for the listNext operation. */
2816
- export declare type MachineRunCommandsListNextResponse = MachineRunCommandsListResult;
2817
-
2818
- /** Optional parameters. */
2819
- export declare interface MachineRunCommandsListOptionalParams extends coreClient.OperationOptions {
2820
- /** The expand expression to apply on the operation. */
2821
- expand?: string;
2822
- }
2823
-
2824
- /** Contains response data for the list operation. */
2825
- export declare type MachineRunCommandsListResponse = MachineRunCommandsListResult;
2826
-
2827
- /** Describes the Run Commands List Result. */
2828
- export declare interface MachineRunCommandsListResult {
2829
- /** The list of run commands */
2830
- value?: MachineRunCommand[];
2831
- /** The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. */
2832
- nextLink?: string;
2833
- }
2834
-
2835
- /** Describes a Machine Extension Update. */
2836
- export declare interface MachineRunCommandUpdate extends ResourceUpdate {
2837
- }
2838
-
2839
- /** Interface representing a Machines. */
2840
- export declare interface Machines {
2841
- /**
2842
- * Lists all the hybrid machines in the specified resource group. Use the nextLink property in the
2843
- * response to get the next page of hybrid machines.
2844
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2845
- * @param options The options parameters.
2846
- */
2847
- listByResourceGroup(resourceGroupName: string, options?: MachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Machine>;
2848
- /**
2849
- * Lists all the hybrid machines in the specified subscription. Use the nextLink property in the
2850
- * response to get the next page of hybrid machines.
2851
- * @param options The options parameters.
2852
- */
2853
- listBySubscription(options?: MachinesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Machine>;
2854
- /**
2855
- * The operation to delete a hybrid machine.
2856
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2857
- * @param machineName The name of the hybrid machine.
2858
- * @param options The options parameters.
2859
- */
2860
- delete(resourceGroupName: string, machineName: string, options?: MachinesDeleteOptionalParams): Promise<void>;
2861
- /**
2862
- * Retrieves information about the model view or the instance view of a hybrid machine.
2863
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2864
- * @param machineName The name of the hybrid machine.
2865
- * @param options The options parameters.
2866
- */
2867
- get(resourceGroupName: string, machineName: string, options?: MachinesGetOptionalParams): Promise<MachinesGetResponse>;
2868
- /**
2869
- * The operation to assess patches on a hybrid machine identity in Azure.
2870
- * @param resourceGroupName The name of the resource group.
2871
- * @param name The name of the hybrid machine.
2872
- * @param options The options parameters.
2873
- */
2874
- beginAssessPatches(resourceGroupName: string, name: string, options?: MachinesAssessPatchesOptionalParams): Promise<SimplePollerLike<OperationState<MachinesAssessPatchesResponse>, MachinesAssessPatchesResponse>>;
2875
- /**
2876
- * The operation to assess patches on a hybrid machine identity in Azure.
2877
- * @param resourceGroupName The name of the resource group.
2878
- * @param name The name of the hybrid machine.
2879
- * @param options The options parameters.
2880
- */
2881
- beginAssessPatchesAndWait(resourceGroupName: string, name: string, options?: MachinesAssessPatchesOptionalParams): Promise<MachinesAssessPatchesResponse>;
2882
- /**
2883
- * The operation to install patches on a hybrid machine identity in Azure.
2884
- * @param resourceGroupName The name of the resource group.
2885
- * @param name The name of the hybrid machine.
2886
- * @param installPatchesInput Input for InstallPatches as directly received by the API
2887
- * @param options The options parameters.
2888
- */
2889
- beginInstallPatches(resourceGroupName: string, name: string, installPatchesInput: MachineInstallPatchesParameters, options?: MachinesInstallPatchesOptionalParams): Promise<SimplePollerLike<OperationState<MachinesInstallPatchesResponse>, MachinesInstallPatchesResponse>>;
2890
- /**
2891
- * The operation to install patches on a hybrid machine identity in Azure.
2892
- * @param resourceGroupName The name of the resource group.
2893
- * @param name The name of the hybrid machine.
2894
- * @param installPatchesInput Input for InstallPatches as directly received by the API
2895
- * @param options The options parameters.
2896
- */
2897
- beginInstallPatchesAndWait(resourceGroupName: string, name: string, installPatchesInput: MachineInstallPatchesParameters, options?: MachinesInstallPatchesOptionalParams): Promise<MachinesInstallPatchesResponse>;
2898
- }
2899
-
2900
- /** Defines headers for Machines_assessPatches operation. */
2901
- export declare interface MachinesAssessPatchesHeaders {
2902
- /** The URL of the resource used to check the status of the asynchronous operation. */
2903
- location?: string;
2904
- }
2905
-
2906
- /** Optional parameters. */
2907
- export declare interface MachinesAssessPatchesOptionalParams extends coreClient.OperationOptions {
2908
- /** Delay to wait until next poll, in milliseconds. */
2909
- updateIntervalInMs?: number;
2910
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2911
- resumeFrom?: string;
2912
- }
2913
-
2914
- /** Contains response data for the assessPatches operation. */
2915
- export declare type MachinesAssessPatchesResponse = MachineAssessPatchesResult;
2916
-
2917
- /** Optional parameters. */
2918
- export declare interface MachinesDeleteOptionalParams extends coreClient.OperationOptions {
2919
- }
2920
-
2921
- /** Optional parameters. */
2922
- export declare interface MachinesGetOptionalParams extends coreClient.OperationOptions {
2923
- /** The expand expression to apply on the operation. */
2924
- expand?: InstanceViewTypes;
2925
- }
2926
-
2927
- /** Contains response data for the get operation. */
2928
- export declare type MachinesGetResponse = Machine;
2929
-
2930
- /** Defines headers for Machines_installPatches operation. */
2931
- export declare interface MachinesInstallPatchesHeaders {
2932
- /** The URL of the resource used to check the status of the asynchronous operation. */
2933
- location?: string;
2934
- }
2935
-
2936
- /** Optional parameters. */
2937
- export declare interface MachinesInstallPatchesOptionalParams extends coreClient.OperationOptions {
2938
- /** Delay to wait until next poll, in milliseconds. */
2939
- updateIntervalInMs?: number;
2940
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2941
- resumeFrom?: string;
2942
- }
2943
-
2944
- /** Contains response data for the installPatches operation. */
2945
- export declare type MachinesInstallPatchesResponse = MachineInstallPatchesResult;
2946
-
2947
- /** Optional parameters. */
2948
- export declare interface MachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2949
- }
2950
-
2951
- /** Contains response data for the listByResourceGroupNext operation. */
2952
- export declare type MachinesListByResourceGroupNextResponse = MachineListResult;
2953
-
2954
- /** Optional parameters. */
2955
- export declare interface MachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2956
- /** Expands referenced resources. */
2957
- expand?: string;
2958
- }
2959
-
2960
- /** Contains response data for the listByResourceGroup operation. */
2961
- export declare type MachinesListByResourceGroupResponse = MachineListResult;
2962
-
2963
- /** Optional parameters. */
2964
- export declare interface MachinesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2965
- }
2966
-
2967
- /** Contains response data for the listBySubscriptionNext operation. */
2968
- export declare type MachinesListBySubscriptionNextResponse = MachineListResult;
2969
-
2970
- /** Optional parameters. */
2971
- export declare interface MachinesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2972
- }
2973
-
2974
- /** Contains response data for the listBySubscription operation. */
2975
- export declare type MachinesListBySubscriptionResponse = MachineListResult;
2976
-
2977
- /** Describes a hybrid machine Update. */
2978
- export declare interface MachineUpdate extends ResourceUpdate {
2979
- /** Identity for the resource. */
2980
- identity?: Identity;
2981
- /** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */
2982
- kind?: ArcKindEnum;
2983
- /** Metadata pertaining to the geographic location of the resource. */
2984
- locationData?: LocationData;
2985
- /** Specifies the operating system settings for the hybrid machine. */
2986
- osProfile?: OSProfile;
2987
- /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
2988
- cloudMetadata?: CloudMetadata;
2989
- /** The info of the machine w.r.t Agent Upgrade */
2990
- agentUpgrade?: AgentUpgrade;
2991
- /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */
2992
- parentClusterResourceId?: string;
2993
- /** The resource id of the private link scope this machine is assigned to, if any. */
2994
- privateLinkScopeResourceId?: string;
2995
- }
2996
-
2997
- export declare interface NetworkConfiguration extends ProxyResourceAutoGenerated {
2998
- /** Resource location */
2999
- location?: string;
3000
- /**
3001
- * Azure resource tenant Id
3002
- * NOTE: This property will not be serialized. It can only be populated by the server.
3003
- */
3004
- readonly tenantId?: string;
3005
- /** Associated Network Configuration Scope Id (GUID) */
3006
- networkConfigurationScopeId?: string;
3007
- /** Associated Network Configuration Scope Resource Id */
3008
- networkConfigurationScopeResourceId?: string;
3009
- /**
3010
- * Public key information for client authentication
3011
- * NOTE: This property will not be serialized. It can only be populated by the server.
3012
- */
3013
- readonly keyProperties?: KeyProperties;
3014
- }
3015
-
3016
- /** Describes a network interface. */
3017
- export declare interface NetworkInterface {
3018
- /** Represents MAC address of the network interface. */
3019
- macAddress?: string;
3020
- /** Represents the ID of the network interface. */
3021
- id?: string;
3022
- /** Represents the name of the network interface. */
3023
- name?: string;
3024
- /** The list of IP addresses in this interface. */
3025
- ipAddresses?: IpAddress[];
3026
- }
3027
-
3028
- /** Describes the network information on this machine. */
3029
- export declare interface NetworkProfile {
3030
- /** The list of network interfaces. */
3031
- networkInterfaces?: NetworkInterface[];
3032
- }
3033
-
3034
- /** Optional parameters. */
3035
- export declare interface NetworkProfileGetOptionalParams extends coreClient.OperationOptions {
3036
- }
3037
-
3038
- /** Contains response data for the get operation. */
3039
- export declare type NetworkProfileGetResponse = NetworkProfile;
3040
-
3041
- /** Interface representing a NetworkProfileOperations. */
3042
- export declare interface NetworkProfileOperations {
3043
- /**
3044
- * The operation to get network information of hybrid machine
3045
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3046
- * @param machineName The name of the hybrid machine.
3047
- * @param options The options parameters.
3048
- */
3049
- get(resourceGroupName: string, machineName: string, options?: NetworkProfileGetOptionalParams): Promise<NetworkProfileGetResponse>;
3050
- }
3051
-
3052
- /** Properties that define a Network Security Perimeter resource. */
3053
- export declare interface NetworkSecurityPerimeter {
3054
- /**
3055
- * Azure resource Id
3056
- * NOTE: This property will not be serialized. It can only be populated by the server.
3057
- */
3058
- readonly id?: string;
3059
- /**
3060
- * Guid of the Network Security Perimeter
3061
- * NOTE: This property will not be serialized. It can only be populated by the server.
3062
- */
3063
- readonly perimeterGuid?: string;
3064
- /**
3065
- * Regional location of the perimeter
3066
- * NOTE: This property will not be serialized. It can only be populated by the server.
3067
- */
3068
- readonly location?: string;
3069
- }
3070
-
3071
- /** Properties that define a Network Security Perimeter resource. */
3072
- export declare interface NetworkSecurityPerimeterConfiguration {
3073
- /**
3074
- * Azure resource Id
3075
- * NOTE: This property will not be serialized. It can only be populated by the server.
3076
- */
3077
- readonly id?: string;
3078
- /**
3079
- * Azure resource name
3080
- * NOTE: This property will not be serialized. It can only be populated by the server.
3081
- */
3082
- readonly name?: string;
3083
- /**
3084
- * Azure resource type
3085
- * NOTE: This property will not be serialized. It can only be populated by the server.
3086
- */
3087
- readonly type?: string;
3088
- /**
3089
- * Current state of this NetworkSecurityPerimeter: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
3090
- * NOTE: This property will not be serialized. It can only be populated by the server.
3091
- */
3092
- readonly provisioningState?: string;
3093
- /**
3094
- * Provisioning issues.
3095
- * NOTE: This property will not be serialized. It can only be populated by the server.
3096
- */
3097
- readonly provisioningIssues?: ProvisioningIssue[];
3098
- /** The Network Security Perimeter associated with this configuration. */
3099
- networkSecurityPerimeter?: NetworkSecurityPerimeter;
3100
- /** The Resource Association. */
3101
- resourceAssociation?: ResourceAssociation;
3102
- /** Network Security Perimeter profile */
3103
- profile?: NetworkSecurityPerimeterProfile;
3104
- }
3105
-
3106
- /** A list of network security perimeter configurations. */
3107
- export declare interface NetworkSecurityPerimeterConfigurationListResult {
3108
- /**
3109
- * Array of results.
3110
- * NOTE: This property will not be serialized. It can only be populated by the server.
3111
- */
3112
- readonly value?: NetworkSecurityPerimeterConfiguration[];
3113
- /**
3114
- * Link to retrieve next page of results.
3115
- * NOTE: This property will not be serialized. It can only be populated by the server.
3116
- */
3117
- readonly nextLink?: string;
3118
- }
3119
-
3120
- /** Result of network security perimeter configurations. */
3121
- export declare interface NetworkSecurityPerimeterConfigurationReconcileResult {
3122
- /** The URL of the resource used to check the status of the asynchronous operation. */
3123
- location?: string;
3124
- }
3125
-
3126
- /** Interface representing a NetworkSecurityPerimeterConfigurations. */
3127
- export declare interface NetworkSecurityPerimeterConfigurations {
3128
- /**
3129
- * Lists the network security perimeter configurations for a private link scope.
3130
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3131
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3132
- * @param options The options parameters.
3133
- */
3134
- listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration>;
3135
- /**
3136
- * Gets the network security perimeter configuration for a private link scope.
3137
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3138
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3139
- * @param perimeterName The name, in the format {perimeterGuid}.{associationName}, of the Network
3140
- * Security Perimeter resource.
3141
- * @param options The options parameters.
3142
- */
3143
- getByPrivateLinkScope(resourceGroupName: string, scopeName: string, perimeterName: string, options?: NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeResponse>;
3144
- /**
3145
- * Forces the network security perimeter configuration to refresh for a private link scope.
3146
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3147
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3148
- * @param perimeterName The name, in the format {perimeterGuid}.{associationName}, of the Network
3149
- * Security Perimeter resource.
3150
- * @param options The options parameters.
3151
- */
3152
- beginReconcileForPrivateLinkScope(resourceGroupName: string, scopeName: string, perimeterName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeResponse>, NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeResponse>>;
3153
- /**
3154
- * Forces the network security perimeter configuration to refresh for a private link scope.
3155
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3156
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3157
- * @param perimeterName The name, in the format {perimeterGuid}.{associationName}, of the Network
3158
- * Security Perimeter resource.
3159
- * @param options The options parameters.
3160
- */
3161
- beginReconcileForPrivateLinkScopeAndWait(resourceGroupName: string, scopeName: string, perimeterName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeResponse>;
3162
- }
3163
-
3164
- /** Optional parameters. */
3165
- export declare interface NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
3166
- }
3167
-
3168
- /** Contains response data for the getByPrivateLinkScope operation. */
3169
- export declare type NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeResponse = NetworkSecurityPerimeterConfiguration;
3170
-
3171
- /** Optional parameters. */
3172
- export declare interface NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
3173
- }
3174
-
3175
- /** Contains response data for the listByPrivateLinkScopeNext operation. */
3176
- export declare type NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeNextResponse = NetworkSecurityPerimeterConfigurationListResult;
3177
-
3178
- /** Optional parameters. */
3179
- export declare interface NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
3180
- }
3181
-
3182
- /** Contains response data for the listByPrivateLinkScope operation. */
3183
- export declare type NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeResponse = NetworkSecurityPerimeterConfigurationListResult;
3184
-
3185
- /** Defines headers for NetworkSecurityPerimeterConfigurations_reconcileForPrivateLinkScope operation. */
3186
- export declare interface NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeHeaders {
3187
- /** The URL of the resource used to check the status of the asynchronous operation. */
3188
- location?: string;
3189
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
3190
- retryAfter?: number;
3191
- /** The URI to poll for completion status. */
3192
- azureAsyncOperation?: string;
3193
- }
3194
-
3195
- /** Optional parameters. */
3196
- export declare interface NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
3197
- /** Delay to wait until next poll, in milliseconds. */
3198
- updateIntervalInMs?: number;
3199
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3200
- resumeFrom?: string;
3201
- }
3202
-
3203
- /** Contains response data for the reconcileForPrivateLinkScope operation. */
3204
- export declare type NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeResponse = NetworkSecurityPerimeterConfigurationReconcileResult;
3205
-
3206
- /** Network Security Perimeter profile */
3207
- export declare interface NetworkSecurityPerimeterProfile {
3208
- /**
3209
- * Name of the resource
3210
- * NOTE: This property will not be serialized. It can only be populated by the server.
3211
- */
3212
- readonly name?: string;
3213
- /**
3214
- * Access rules version number
3215
- * NOTE: This property will not be serialized. It can only be populated by the server.
3216
- */
3217
- readonly accessRulesVersion?: number;
3218
- /**
3219
- * Collection of access rules for the profile
3220
- * NOTE: This property will not be serialized. It can only be populated by the server.
3221
- */
3222
- readonly accessRules?: AccessRule[];
3223
- /**
3224
- * Diagnostic settings version number
3225
- * NOTE: This property will not be serialized. It can only be populated by the server.
3226
- */
3227
- readonly diagnosticSettingsVersion?: number;
3228
- /**
3229
- * Collection of enabled log categories for the profile
3230
- * NOTE: This property will not be serialized. It can only be populated by the server.
3231
- */
3232
- readonly enabledLogCategories?: string[];
3233
- }
3234
-
3235
- /** The List Compute Operation operation response. */
3236
- export declare interface OperationListResult {
3237
- /**
3238
- * The list of compute operations
3239
- * NOTE: This property will not be serialized. It can only be populated by the server.
3240
- */
3241
- readonly value?: OperationValue[];
3242
- }
3243
-
3244
- /** Interface representing a Operations. */
3245
- export declare interface Operations {
3246
- /**
3247
- * Gets a list of hybrid compute operations.
3248
- * @param options The options parameters.
3249
- */
3250
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationValue>;
3251
- }
3252
-
3253
- /** Optional parameters. */
3254
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
3255
- }
3256
-
3257
- /** Contains response data for the list operation. */
3258
- export declare type OperationsListResponse = OperationListResult;
3259
-
3260
- /** Describes the properties of a Compute Operation value. */
3261
- export declare interface OperationValue {
3262
- /**
3263
- * The origin of the compute operation.
3264
- * NOTE: This property will not be serialized. It can only be populated by the server.
3265
- */
3266
- readonly origin?: string;
3267
- /**
3268
- * The name of the compute operation.
3269
- * NOTE: This property will not be serialized. It can only be populated by the server.
3270
- */
3271
- readonly name?: string;
3272
- /** Display properties */
3273
- display?: OperationValueDisplay;
3274
- /**
3275
- * This property indicates if the operation is an action or a data action
3276
- * NOTE: This property will not be serialized. It can only be populated by the server.
3277
- */
3278
- readonly isDataAction?: boolean;
3279
- }
3280
-
3281
- /** Describes the properties of a Hybrid Compute Operation Value Display. */
3282
- export declare interface OperationValueDisplay {
3283
- /**
3284
- * The display name of the compute operation.
3285
- * NOTE: This property will not be serialized. It can only be populated by the server.
3286
- */
3287
- readonly operation?: string;
3288
- /**
3289
- * The display name of the resource the operation applies to.
3290
- * NOTE: This property will not be serialized. It can only be populated by the server.
3291
- */
3292
- readonly resource?: string;
3293
- /**
3294
- * The description of the operation.
3295
- * NOTE: This property will not be serialized. It can only be populated by the server.
3296
- */
3297
- readonly description?: string;
3298
- /**
3299
- * The resource provider for the operation.
3300
- * NOTE: This property will not be serialized. It can only be populated by the server.
3301
- */
3302
- readonly provider?: string;
3303
- }
3304
-
3305
- /** Specifies the operating system settings for the hybrid machine. */
3306
- export declare interface OSProfile {
3307
- /**
3308
- * Specifies the host OS name of the hybrid machine.
3309
- * NOTE: This property will not be serialized. It can only be populated by the server.
3310
- */
3311
- readonly computerName?: string;
3312
- /** Specifies the windows configuration for update management. */
3313
- windowsConfiguration?: OSProfileWindowsConfiguration;
3314
- /** Specifies the linux configuration for update management. */
3315
- linuxConfiguration?: OSProfileLinuxConfiguration;
3316
- }
3317
-
3318
- /** Specifies the linux configuration for update management. */
3319
- export declare interface OSProfileLinuxConfiguration {
3320
- /** Specifies the assessment mode. */
3321
- assessmentMode?: AssessmentModeTypes;
3322
- /** Specifies the patch mode. */
3323
- patchMode?: PatchModeTypes;
3324
- /** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */
3325
- enableHotpatching?: boolean;
3326
- /**
3327
- * Status of the hotpatch capability enrollment or disenrollment.
3328
- * NOTE: This property will not be serialized. It can only be populated by the server.
3329
- */
3330
- readonly status?: PatchSettingsStatus;
3331
- }
3332
-
3333
- /** Specifies the windows configuration for update management. */
3334
- export declare interface OSProfileWindowsConfiguration {
3335
- /** Specifies the assessment mode. */
3336
- assessmentMode?: AssessmentModeTypes;
3337
- /** Specifies the patch mode. */
3338
- patchMode?: PatchModeTypes;
3339
- /** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */
3340
- enableHotpatching?: boolean;
3341
- /**
3342
- * Status of the hotpatch capability enrollment or disenrollment.
3343
- * NOTE: This property will not be serialized. It can only be populated by the server.
3344
- */
3345
- readonly status?: PatchSettingsStatus;
3346
- }
3347
-
3348
- /**
3349
- * Defines values for OsType. \
3350
- * {@link KnownOsType} can be used interchangeably with OsType,
3351
- * this enum contains the known values that the service supports.
3352
- * ### Known values supported by the service
3353
- * **Windows** \
3354
- * **Linux**
3355
- */
3356
- export declare type OsType = string;
3357
-
3358
- /**
3359
- * Defines values for PatchModeTypes. \
3360
- * {@link KnownPatchModeTypes} can be used interchangeably with PatchModeTypes,
3361
- * this enum contains the known values that the service supports.
3362
- * ### Known values supported by the service
3363
- * **ImageDefault** \
3364
- * **AutomaticByPlatform** \
3365
- * **AutomaticByOS** \
3366
- * **Manual**
3367
- */
3368
- export declare type PatchModeTypes = string;
3369
-
3370
- /**
3371
- * Defines values for PatchOperationStartedBy. \
3372
- * {@link KnownPatchOperationStartedBy} can be used interchangeably with PatchOperationStartedBy,
3373
- * this enum contains the known values that the service supports.
3374
- * ### Known values supported by the service
3375
- * **User** \
3376
- * **Platform**
3377
- */
3378
- export declare type PatchOperationStartedBy = string;
3379
-
3380
- /**
3381
- * Defines values for PatchOperationStatus. \
3382
- * {@link KnownPatchOperationStatus} can be used interchangeably with PatchOperationStatus,
3383
- * this enum contains the known values that the service supports.
3384
- * ### Known values supported by the service
3385
- * **Unknown** \
3386
- * **InProgress** \
3387
- * **Failed** \
3388
- * **Succeeded** \
3389
- * **CompletedWithWarnings**
3390
- */
3391
- export declare type PatchOperationStatus = string;
3392
-
3393
- /**
3394
- * Defines values for PatchServiceUsed. \
3395
- * {@link KnownPatchServiceUsed} can be used interchangeably with PatchServiceUsed,
3396
- * this enum contains the known values that the service supports.
3397
- * ### Known values supported by the service
3398
- * **Unknown** \
3399
- * **WU** \
3400
- * **WU_WSUS** \
3401
- * **YUM** \
3402
- * **APT** \
3403
- * **Zypper**
3404
- */
3405
- export declare type PatchServiceUsed = string;
3406
-
3407
- /** Status of the hotpatch capability enrollment or disenrollment. */
3408
- export declare interface PatchSettingsStatus {
3409
- /** Indicates the current status of the hotpatch being enabled or disabled. */
3410
- hotpatchEnablementStatus?: HotpatchEnablementStatus;
3411
- /**
3412
- * The errors that were encountered during the hotpatch capability enrollment or disenrollment.
3413
- * NOTE: This property will not be serialized. It can only be populated by the server.
3414
- */
3415
- readonly error?: ErrorDetail;
3416
- }
3417
-
3418
- /** A private endpoint connection */
3419
- export declare interface PrivateEndpointConnection extends ProxyResourceAutoGenerated {
3420
- /** Resource properties. */
3421
- properties?: PrivateEndpointConnectionProperties;
3422
- }
3423
-
3424
- /** The Data Model for a Private Endpoint Connection associated with a Private Link Scope */
3425
- export declare interface PrivateEndpointConnectionDataModel {
3426
- /**
3427
- * The ARM Resource Id of the Private Endpoint.
3428
- * NOTE: This property will not be serialized. It can only be populated by the server.
3429
- */
3430
- readonly id?: string;
3431
- /**
3432
- * The Name of the Private Endpoint.
3433
- * NOTE: This property will not be serialized. It can only be populated by the server.
3434
- */
3435
- readonly name?: string;
3436
- /**
3437
- * Azure resource type
3438
- * NOTE: This property will not be serialized. It can only be populated by the server.
3439
- */
3440
- readonly type?: string;
3441
- /** The Private Endpoint Connection properties. */
3442
- properties?: PrivateEndpointConnectionProperties;
3443
- }
3444
-
3445
- /** A list of private endpoint connections. */
3446
- export declare interface PrivateEndpointConnectionListResult {
3447
- /**
3448
- * Array of results.
3449
- * NOTE: This property will not be serialized. It can only be populated by the server.
3450
- */
3451
- readonly value?: PrivateEndpointConnection[];
3452
- /**
3453
- * Link to retrieve next page of results.
3454
- * NOTE: This property will not be serialized. It can only be populated by the server.
3455
- */
3456
- readonly nextLink?: string;
3457
- }
3458
-
3459
- /** Properties of a private endpoint connection. */
3460
- export declare interface PrivateEndpointConnectionProperties {
3461
- /** Private endpoint which the connection belongs to. */
3462
- privateEndpoint?: PrivateEndpointProperty;
3463
- /** Connection state of the private endpoint connection. */
3464
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
3465
- /**
3466
- * State of the private endpoint connection.
3467
- * NOTE: This property will not be serialized. It can only be populated by the server.
3468
- */
3469
- readonly provisioningState?: string;
3470
- /**
3471
- * List of group IDs.
3472
- * NOTE: This property will not be serialized. It can only be populated by the server.
3473
- */
3474
- readonly groupIds?: string[];
3475
- }
3476
-
3477
- /** Interface representing a PrivateEndpointConnections. */
3478
- export declare interface PrivateEndpointConnections {
3479
- /**
3480
- * Gets all private endpoint connections on a private link scope.
3481
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3482
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3483
- * @param options The options parameters.
3484
- */
3485
- listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
3486
- /**
3487
- * Gets a private endpoint connection.
3488
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3489
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3490
- * @param privateEndpointConnectionName The name of the private endpoint connection.
3491
- * @param options The options parameters.
3492
- */
3493
- get(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
3494
- /**
3495
- * Approve or reject a private endpoint connection with a given name.
3496
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3497
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3498
- * @param privateEndpointConnectionName The name of the private endpoint connection.
3499
- * @param parameters A private endpoint connection
3500
- * @param options The options parameters.
3501
- */
3502
- beginCreateOrUpdate(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
3503
- /**
3504
- * Approve or reject a private endpoint connection with a given name.
3505
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3506
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3507
- * @param privateEndpointConnectionName The name of the private endpoint connection.
3508
- * @param parameters A private endpoint connection
3509
- * @param options The options parameters.
3510
- */
3511
- beginCreateOrUpdateAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
3512
- /**
3513
- * Deletes a private endpoint connection with a given name.
3514
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3515
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3516
- * @param privateEndpointConnectionName The name of the private endpoint connection.
3517
- * @param options The options parameters.
3518
- */
3519
- beginDelete(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3520
- /**
3521
- * Deletes a private endpoint connection with a given name.
3522
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3523
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3524
- * @param privateEndpointConnectionName The name of the private endpoint connection.
3525
- * @param options The options parameters.
3526
- */
3527
- beginDeleteAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
3528
- }
3529
-
3530
- /** Optional parameters. */
3531
- export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3532
- /** Delay to wait until next poll, in milliseconds. */
3533
- updateIntervalInMs?: number;
3534
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3535
- resumeFrom?: string;
3536
- }
3537
-
3538
- /** Contains response data for the createOrUpdate operation. */
3539
- export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
3540
-
3541
- /** Defines headers for PrivateEndpointConnections_delete operation. */
3542
- export declare interface PrivateEndpointConnectionsDeleteHeaders {
3543
- /** The URL of the resource used to check the status of the asynchronous operation. */
3544
- location?: string;
3545
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
3546
- retryAfter?: number;
3547
- /** The URI to poll for completion status. */
3548
- azureAsyncOperation?: string;
3549
- }
3550
-
3551
- /** Optional parameters. */
3552
- export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
3553
- /** Delay to wait until next poll, in milliseconds. */
3554
- updateIntervalInMs?: number;
3555
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3556
- resumeFrom?: string;
3557
- }
3558
-
3559
- /** Optional parameters. */
3560
- export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
3561
- }
3562
-
3563
- /** Contains response data for the get operation. */
3564
- export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
3565
-
3566
- /** Optional parameters. */
3567
- export declare interface PrivateEndpointConnectionsListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
3568
- }
3569
-
3570
- /** Contains response data for the listByPrivateLinkScopeNext operation. */
3571
- export declare type PrivateEndpointConnectionsListByPrivateLinkScopeNextResponse = PrivateEndpointConnectionListResult;
3572
-
3573
- /** Optional parameters. */
3574
- export declare interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
3575
- }
3576
-
3577
- /** Contains response data for the listByPrivateLinkScope operation. */
3578
- export declare type PrivateEndpointConnectionsListByPrivateLinkScopeResponse = PrivateEndpointConnectionListResult;
3579
-
3580
- /** Private endpoint which the connection belongs to. */
3581
- export declare interface PrivateEndpointProperty {
3582
- /** Resource id of the private endpoint. */
3583
- id?: string;
3584
- }
3585
-
3586
- /** A private link resource */
3587
- export declare interface PrivateLinkResource extends ProxyResourceAutoGenerated {
3588
- /** Resource properties. */
3589
- properties?: PrivateLinkResourceProperties;
3590
- }
3591
-
3592
- /** A list of private link resources */
3593
- export declare interface PrivateLinkResourceListResult {
3594
- /**
3595
- * Array of results.
3596
- * NOTE: This property will not be serialized. It can only be populated by the server.
3597
- */
3598
- readonly value?: PrivateLinkResource[];
3599
- /**
3600
- * Link to retrieve next page of results.
3601
- * NOTE: This property will not be serialized. It can only be populated by the server.
3602
- */
3603
- readonly nextLink?: string;
3604
- }
3605
-
3606
- /** Properties of a private link resource. */
3607
- export declare interface PrivateLinkResourceProperties {
3608
- /**
3609
- * The private link resource group id.
3610
- * NOTE: This property will not be serialized. It can only be populated by the server.
3611
- */
3612
- readonly groupId?: string;
3613
- /**
3614
- * The private link resource required member names.
3615
- * NOTE: This property will not be serialized. It can only be populated by the server.
3616
- */
3617
- readonly requiredMembers?: string[];
3618
- /**
3619
- * Required DNS zone names of the the private link resource.
3620
- * NOTE: This property will not be serialized. It can only be populated by the server.
3621
- */
3622
- readonly requiredZoneNames?: string[];
3623
- }
3624
-
3625
- /** Interface representing a PrivateLinkResources. */
3626
- export declare interface PrivateLinkResources {
3627
- /**
3628
- * Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
3629
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3630
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3631
- * @param options The options parameters.
3632
- */
3633
- listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
3634
- /**
3635
- * Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
3636
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3637
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3638
- * @param groupName The name of the private link resource.
3639
- * @param options The options parameters.
3640
- */
3641
- get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
3642
- }
3643
-
3644
- /** Optional parameters. */
3645
- export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
3646
- }
3647
-
3648
- /** Contains response data for the get operation. */
3649
- export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
3650
-
3651
- /** Optional parameters. */
3652
- export declare interface PrivateLinkResourcesListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
3653
- }
3654
-
3655
- /** Contains response data for the listByPrivateLinkScopeNext operation. */
3656
- export declare type PrivateLinkResourcesListByPrivateLinkScopeNextResponse = PrivateLinkResourceListResult;
3657
-
3658
- /** Optional parameters. */
3659
- export declare interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
3660
- }
3661
-
3662
- /** Contains response data for the listByPrivateLinkScope operation. */
3663
- export declare type PrivateLinkResourcesListByPrivateLinkScopeResponse = PrivateLinkResourceListResult;
3664
-
3665
- /** Interface representing a PrivateLinkScopes. */
3666
- export declare interface PrivateLinkScopes {
3667
- /**
3668
- * Gets a list of all Azure Arc PrivateLinkScopes within a subscription.
3669
- * @param options The options parameters.
3670
- */
3671
- list(options?: PrivateLinkScopesListOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope>;
3672
- /**
3673
- * Gets a list of Azure Arc PrivateLinkScopes within a resource group.
3674
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3675
- * @param options The options parameters.
3676
- */
3677
- listByResourceGroup(resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope>;
3678
- /**
3679
- * Deletes a Azure Arc PrivateLinkScope.
3680
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3681
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3682
- * @param options The options parameters.
3683
- */
3684
- beginDelete(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3685
- /**
3686
- * Deletes a Azure Arc PrivateLinkScope.
3687
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3688
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3689
- * @param options The options parameters.
3690
- */
3691
- beginDeleteAndWait(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<void>;
3692
- /**
3693
- * Returns a Azure Arc PrivateLinkScope.
3694
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3695
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3696
- * @param options The options parameters.
3697
- */
3698
- get(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesGetOptionalParams): Promise<PrivateLinkScopesGetResponse>;
3699
- /**
3700
- * Creates (or updates) a Azure Arc PrivateLinkScope. Note: You cannot specify a different value for
3701
- * InstrumentationKey nor AppId in the Put operation.
3702
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3703
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3704
- * @param parameters Properties that need to be specified to create or update a Azure Arc for Servers
3705
- * and Clusters PrivateLinkScope.
3706
- * @param options The options parameters.
3707
- */
3708
- createOrUpdate(resourceGroupName: string, scopeName: string, parameters: HybridComputePrivateLinkScope, options?: PrivateLinkScopesCreateOrUpdateOptionalParams): Promise<PrivateLinkScopesCreateOrUpdateResponse>;
3709
- /**
3710
- * Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.
3711
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3712
- * @param scopeName The name of the Azure Arc PrivateLinkScope resource.
3713
- * @param privateLinkScopeTags Updated tag information to set into the PrivateLinkScope instance.
3714
- * @param options The options parameters.
3715
- */
3716
- updateTags(resourceGroupName: string, scopeName: string, privateLinkScopeTags: TagsResource, options?: PrivateLinkScopesUpdateTagsOptionalParams): Promise<PrivateLinkScopesUpdateTagsResponse>;
3717
- /**
3718
- * Returns a Azure Arc PrivateLinkScope's validation details.
3719
- * @param location The location of the target resource.
3720
- * @param privateLinkScopeId The id (Guid) of the Azure Arc PrivateLinkScope resource.
3721
- * @param options The options parameters.
3722
- */
3723
- getValidationDetails(location: string, privateLinkScopeId: string, options?: PrivateLinkScopesGetValidationDetailsOptionalParams): Promise<PrivateLinkScopesGetValidationDetailsResponse>;
3724
- /**
3725
- * Returns a Azure Arc PrivateLinkScope's validation details for a given machine.
3726
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
3727
- * @param machineName The name of the target machine to get the private link scope validation details
3728
- * for.
3729
- * @param options The options parameters.
3730
- */
3731
- getValidationDetailsForMachine(resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams): Promise<PrivateLinkScopesGetValidationDetailsForMachineResponse>;
3732
- }
3733
-
3734
- /** Optional parameters. */
3735
- export declare interface PrivateLinkScopesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3736
- }
3737
-
3738
- /** Contains response data for the createOrUpdate operation. */
3739
- export declare type PrivateLinkScopesCreateOrUpdateResponse = HybridComputePrivateLinkScope;
3740
-
3741
- /** Defines headers for PrivateLinkScopes_delete operation. */
3742
- export declare interface PrivateLinkScopesDeleteHeaders {
3743
- /** The URL of the resource used to check the status of the asynchronous operation. */
3744
- location?: string;
3745
- /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
3746
- retryAfter?: number;
3747
- /** The URI to poll for completion status. */
3748
- azureAsyncOperation?: string;
3749
- }
3750
-
3751
- /** Optional parameters. */
3752
- export declare interface PrivateLinkScopesDeleteOptionalParams extends coreClient.OperationOptions {
3753
- /** Delay to wait until next poll, in milliseconds. */
3754
- updateIntervalInMs?: number;
3755
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3756
- resumeFrom?: string;
3757
- }
3758
-
3759
- /** Optional parameters. */
3760
- export declare interface PrivateLinkScopesGetOptionalParams extends coreClient.OperationOptions {
3761
- }
3762
-
3763
- /** Contains response data for the get operation. */
3764
- export declare type PrivateLinkScopesGetResponse = HybridComputePrivateLinkScope;
3765
-
3766
- /** Optional parameters. */
3767
- export declare interface PrivateLinkScopesGetValidationDetailsForMachineOptionalParams extends coreClient.OperationOptions {
3768
- }
3769
-
3770
- /** Contains response data for the getValidationDetailsForMachine operation. */
3771
- export declare type PrivateLinkScopesGetValidationDetailsForMachineResponse = PrivateLinkScopeValidationDetails;
3772
-
3773
- /** Optional parameters. */
3774
- export declare interface PrivateLinkScopesGetValidationDetailsOptionalParams extends coreClient.OperationOptions {
3775
- }
3776
-
3777
- /** Contains response data for the getValidationDetails operation. */
3778
- export declare type PrivateLinkScopesGetValidationDetailsResponse = PrivateLinkScopeValidationDetails;
3779
-
3780
- /** Optional parameters. */
3781
- export declare interface PrivateLinkScopesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
3782
- }
3783
-
3784
- /** Contains response data for the listByResourceGroupNext operation. */
3785
- export declare type PrivateLinkScopesListByResourceGroupNextResponse = HybridComputePrivateLinkScopeListResult;
3786
-
3787
- /** Optional parameters. */
3788
- export declare interface PrivateLinkScopesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
3789
- }
3790
-
3791
- /** Contains response data for the listByResourceGroup operation. */
3792
- export declare type PrivateLinkScopesListByResourceGroupResponse = HybridComputePrivateLinkScopeListResult;
3793
-
3794
- /** Optional parameters. */
3795
- export declare interface PrivateLinkScopesListNextOptionalParams extends coreClient.OperationOptions {
3796
- }
3797
-
3798
- /** Contains response data for the listNext operation. */
3799
- export declare type PrivateLinkScopesListNextResponse = HybridComputePrivateLinkScopeListResult;
3800
-
3801
- /** Optional parameters. */
3802
- export declare interface PrivateLinkScopesListOptionalParams extends coreClient.OperationOptions {
3803
- }
3804
-
3805
- /** Contains response data for the list operation. */
3806
- export declare type PrivateLinkScopesListResponse = HybridComputePrivateLinkScopeListResult;
3807
-
3808
- /** An azure resource object */
3809
- export declare interface PrivateLinkScopesResource {
3810
- /**
3811
- * Azure resource Id
3812
- * NOTE: This property will not be serialized. It can only be populated by the server.
3813
- */
3814
- readonly id?: string;
3815
- /**
3816
- * Azure resource name
3817
- * NOTE: This property will not be serialized. It can only be populated by the server.
3818
- */
3819
- readonly name?: string;
3820
- /**
3821
- * Azure resource type
3822
- * NOTE: This property will not be serialized. It can only be populated by the server.
3823
- */
3824
- readonly type?: string;
3825
- /** Resource location */
3826
- location: string;
3827
- /** Resource tags */
3828
- tags?: {
3829
- [propertyName: string]: string;
3830
- };
3831
- }
3832
-
3833
- /** Optional parameters. */
3834
- export declare interface PrivateLinkScopesUpdateTagsOptionalParams extends coreClient.OperationOptions {
3835
- }
3836
-
3837
- /** Contains response data for the updateTags operation. */
3838
- export declare type PrivateLinkScopesUpdateTagsResponse = HybridComputePrivateLinkScope;
3839
-
3840
- export declare interface PrivateLinkScopeValidationDetails {
3841
- /**
3842
- * Azure resource Id
3843
- * NOTE: This property will not be serialized. It can only be populated by the server.
3844
- */
3845
- readonly id?: string;
3846
- /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */
3847
- publicNetworkAccess?: PublicNetworkAccessType;
3848
- /** List of Private Endpoint Connection details. */
3849
- connectionDetails?: ConnectionDetail[];
3850
- }
3851
-
3852
- /** State of the private endpoint connection. */
3853
- export declare interface PrivateLinkServiceConnectionStateProperty {
3854
- /** The private link service connection status. */
3855
- status: string;
3856
- /** The private link service connection description. */
3857
- description: string;
3858
- /**
3859
- * The actions required for private link service connection.
3860
- * NOTE: This property will not be serialized. It can only be populated by the server.
3861
- */
3862
- readonly actionsRequired?: string;
3863
- }
3864
-
3865
- /** Describes the firmware of the machine */
3866
- export declare interface Processor {
3867
- /**
3868
- * The name of the processor.
3869
- * NOTE: This property will not be serialized. It can only be populated by the server.
3870
- */
3871
- readonly name?: string;
3872
- /**
3873
- * The total number of physical cores on the processor.
3874
- * NOTE: This property will not be serialized. It can only be populated by the server.
3875
- */
3876
- readonly numberOfCores?: number;
3877
- }
3878
-
3879
- /** Product Feature */
3880
- export declare interface ProductFeature {
3881
- /** Product feature name. */
3882
- name?: string;
3883
- /** Indicates the current status of the product features. */
3884
- subscriptionStatus?: LicenseProfileSubscriptionStatus;
3885
- /**
3886
- * The timestamp in UTC when the user enrolls the feature.
3887
- * NOTE: This property will not be serialized. It can only be populated by the server.
3888
- */
3889
- readonly enrollmentDate?: Date;
3890
- /**
3891
- * The timestamp in UTC when the billing starts.
3892
- * NOTE: This property will not be serialized. It can only be populated by the server.
3893
- */
3894
- readonly billingStartDate?: Date;
3895
- /**
3896
- * The timestamp in UTC when the user disenrolled the feature.
3897
- * NOTE: This property will not be serialized. It can only be populated by the server.
3898
- */
3899
- readonly disenrollmentDate?: Date;
3900
- /**
3901
- * The timestamp in UTC when the billing ends.
3902
- * NOTE: This property will not be serialized. It can only be populated by the server.
3903
- */
3904
- readonly billingEndDate?: Date;
3905
- /**
3906
- * The errors that were encountered during the feature enrollment or disenrollment.
3907
- * NOTE: This property will not be serialized. It can only be populated by the server.
3908
- */
3909
- readonly error?: ErrorDetail;
3910
- }
3911
-
3912
- /** Product Feature */
3913
- export declare interface ProductFeatureUpdate {
3914
- /** Product feature name. */
3915
- name?: string;
3916
- /** Indicates the new status of the product feature. */
3917
- subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;
3918
- }
3919
-
3920
- /**
3921
- * Defines values for ProgramYear. \
3922
- * {@link KnownProgramYear} can be used interchangeably with ProgramYear,
3923
- * this enum contains the known values that the service supports.
3924
- * ### Known values supported by the service
3925
- * **Year 1** \
3926
- * **Year 2** \
3927
- * **Year 3**
3928
- */
3929
- export declare type ProgramYear = string;
3930
-
3931
- /** Details on issues that occurred during provisioning. */
3932
- export declare interface ProvisioningIssue {
3933
- /**
3934
- * Name of the provisioning issue.
3935
- * NOTE: This property will not be serialized. It can only be populated by the server.
3936
- */
3937
- readonly name?: string;
3938
- /**
3939
- * Issue type
3940
- * NOTE: This property will not be serialized. It can only be populated by the server.
3941
- */
3942
- readonly issueType?: ProvisioningIssueType;
3943
- /**
3944
- * Severity of the provisioning issue.
3945
- * NOTE: This property will not be serialized. It can only be populated by the server.
3946
- */
3947
- readonly severity?: ProvisioningIssueSeverity;
3948
- /**
3949
- * Description of the provisioning issue.
3950
- * NOTE: This property will not be serialized. It can only be populated by the server.
3951
- */
3952
- readonly description?: string;
3953
- /**
3954
- * ARM Ids of the resources that can be associated to the same perimeter to remediate the issue
3955
- * NOTE: This property will not be serialized. It can only be populated by the server.
3956
- */
3957
- readonly suggestedResourceIds?: string[];
3958
- /**
3959
- * Access rules that can be added to the perimeter to remediate the issue
3960
- * NOTE: This property will not be serialized. It can only be populated by the server.
3961
- */
3962
- readonly suggestedAccessRules?: AccessRule[];
3963
- }
3964
-
3965
- /**
3966
- * Defines values for ProvisioningIssueSeverity. \
3967
- * {@link KnownProvisioningIssueSeverity} can be used interchangeably with ProvisioningIssueSeverity,
3968
- * this enum contains the known values that the service supports.
3969
- * ### Known values supported by the service
3970
- * **Warning**: Warnings can cause connectivity issues after provisioning succeeds. \
3971
- * **Error**: Errors will cause association provisioning to fail.
3972
- */
3973
- export declare type ProvisioningIssueSeverity = string;
3974
-
3975
- /**
3976
- * Defines values for ProvisioningIssueType. \
3977
- * {@link KnownProvisioningIssueType} can be used interchangeably with ProvisioningIssueType,
3978
- * this enum contains the known values that the service supports.
3979
- * ### Known values supported by the service
3980
- * **MissingPerimeterConfiguration**: Perimeter configuration is missing. \
3981
- * **MissingIdentityConfiguration**: Identity configuration is missing. \
3982
- * **ConfigurationPropagationFailure**: Configuration failed to propagate. \
3983
- * **Other**: Other failure.
3984
- */
3985
- export declare type ProvisioningIssueType = string;
3986
-
3987
- /**
3988
- * Defines values for ProvisioningState. \
3989
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
3990
- * this enum contains the known values that the service supports.
3991
- * ### Known values supported by the service
3992
- * **Creating** \
3993
- * **Updating** \
3994
- * **Deleting** \
3995
- * **Succeeded** \
3996
- * **Failed** \
3997
- * **Accepted** \
3998
- * **Canceled** \
3999
- * **Deleted**
4000
- */
4001
- export declare type ProvisioningState = string;
4002
-
4003
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
4004
- export declare interface ProxyResource extends ResourceAutoGenerated {
4005
- }
4006
-
4007
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
4008
- export declare interface ProxyResourceAutoGenerated extends Resource {
4009
- }
4010
-
4011
- /**
4012
- * Defines values for PublicNetworkAccessType. \
4013
- * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
4014
- * this enum contains the known values that the service supports.
4015
- * ### Known values supported by the service
4016
- * **Enabled**: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. \
4017
- * **Disabled**: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. \
4018
- * **SecuredByPerimeter**: Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP)
4019
- */
4020
- export declare type PublicNetworkAccessType = string;
4021
-
4022
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
4023
- export declare interface Resource {
4024
- /**
4025
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
4026
- * NOTE: This property will not be serialized. It can only be populated by the server.
4027
- */
4028
- readonly id?: string;
4029
- /**
4030
- * The name of the resource
4031
- * NOTE: This property will not be serialized. It can only be populated by the server.
4032
- */
4033
- readonly name?: string;
4034
- /**
4035
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
4036
- * NOTE: This property will not be serialized. It can only be populated by the server.
4037
- */
4038
- readonly type?: string;
4039
- /**
4040
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
4041
- * NOTE: This property will not be serialized. It can only be populated by the server.
4042
- */
4043
- readonly systemData?: SystemData;
4044
- }
4045
-
4046
- /** Properties that define a Resource Association. */
4047
- export declare interface ResourceAssociation {
4048
- /**
4049
- * Name of the Resource Association
4050
- * NOTE: This property will not be serialized. It can only be populated by the server.
4051
- */
4052
- readonly name?: string;
4053
- /**
4054
- * The access mode
4055
- * NOTE: This property will not be serialized. It can only be populated by the server.
4056
- */
4057
- readonly accessMode?: AccessMode;
4058
- }
4059
-
4060
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
4061
- export declare interface ResourceAutoGenerated {
4062
- /**
4063
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
4064
- * NOTE: This property will not be serialized. It can only be populated by the server.
4065
- */
4066
- readonly id?: string;
4067
- /**
4068
- * The name of the resource
4069
- * NOTE: This property will not be serialized. It can only be populated by the server.
4070
- */
4071
- readonly name?: string;
4072
- /**
4073
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
4074
- * NOTE: This property will not be serialized. It can only be populated by the server.
4075
- */
4076
- readonly type?: string;
4077
- /**
4078
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
4079
- * NOTE: This property will not be serialized. It can only be populated by the server.
4080
- */
4081
- readonly systemData?: SystemData;
4082
- }
4083
-
4084
- /** The Update Resource model definition. */
4085
- export declare interface ResourceUpdate {
4086
- /** Resource tags */
4087
- tags?: {
4088
- [propertyName: string]: string;
4089
- };
4090
- }
4091
-
4092
- /** Describes the properties of a run command parameter. */
4093
- export declare interface RunCommandInputParameter {
4094
- /** The run command parameter name. */
4095
- name: string;
4096
- /** The run command parameter value. */
4097
- value: string;
4098
- }
4099
-
4100
- /** Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged. */
4101
- export declare interface RunCommandManagedIdentity {
4102
- /** Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided. */
4103
- clientId?: string;
4104
- /** Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided. */
4105
- objectId?: string;
4106
- }
4107
-
4108
- /** Describes the status and behavior of a service. */
4109
- export declare interface ServiceStatus {
4110
- /** The current status of the service. */
4111
- status?: string;
4112
- /** The behavior of the service when the Arc-enabled machine starts up. */
4113
- startupType?: string;
4114
- }
4115
-
4116
- /** Reports the state and behavior of dependent services. */
4117
- export declare interface ServiceStatuses {
4118
- /** The state of the extension service on the Arc-enabled machine. */
4119
- extensionService?: ServiceStatus;
4120
- /** The state of the guest configuration service on the Arc-enabled machine. */
4121
- guestConfigurationService?: ServiceStatus;
4122
- }
4123
-
4124
- export declare interface Settings extends ProxyResourceAutoGenerated {
4125
- /**
4126
- * Azure resource tenant Id
4127
- * NOTE: This property will not be serialized. It can only be populated by the server.
4128
- */
4129
- readonly tenantId?: string;
4130
- /** Associated Gateway Resource Id */
4131
- gatewayResourceId?: string;
4132
- }
4133
-
4134
- /** Optional parameters. */
4135
- export declare interface SettingsGetOptionalParams extends coreClient.OperationOptions {
4136
- }
4137
-
4138
- /** Contains response data for the get operation. */
4139
- export declare type SettingsGetResponse = Settings;
4140
-
4141
- /** Interface representing a SettingsOperations. */
4142
- export declare interface SettingsOperations {
4143
- /**
4144
- * Returns the base Settings for the target resource.
4145
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
4146
- * @param baseProvider The name of the base Resource Provider.
4147
- * @param baseResourceType The name of the base Resource Type.
4148
- * @param baseResourceName The name of the base resource.
4149
- * @param settingsResourceName The name of the settings resource.
4150
- * @param options The options parameters.
4151
- */
4152
- get(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, options?: SettingsGetOptionalParams): Promise<SettingsGetResponse>;
4153
- /**
4154
- * Updates the base Settings of the target resource.
4155
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
4156
- * @param baseProvider The name of the base Resource Provider.
4157
- * @param baseResourceType The name of the base Resource Type.
4158
- * @param baseResourceName The name of the base resource.
4159
- * @param settingsResourceName The name of the settings resource.
4160
- * @param parameters Settings details
4161
- * @param options The options parameters.
4162
- */
4163
- update(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, parameters: Settings, options?: SettingsUpdateOptionalParams): Promise<SettingsUpdateResponse>;
4164
- /**
4165
- * Update the base Settings of the target resource.
4166
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
4167
- * @param baseProvider The name of the base Resource Provider.
4168
- * @param baseResourceType The name of the base Resource Type.
4169
- * @param baseResourceName The name of the base resource.
4170
- * @param settingsResourceName The name of the settings resource.
4171
- * @param parameters Settings details
4172
- * @param options The options parameters.
4173
- */
4174
- patch(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, parameters: Settings, options?: SettingsPatchOptionalParams): Promise<SettingsPatchResponse>;
4175
- }
4176
-
4177
- /** Optional parameters. */
4178
- export declare interface SettingsPatchOptionalParams extends coreClient.OperationOptions {
4179
- }
4180
-
4181
- /** Contains response data for the patch operation. */
4182
- export declare type SettingsPatchResponse = Settings;
4183
-
4184
- /** Optional parameters. */
4185
- export declare interface SettingsUpdateOptionalParams extends coreClient.OperationOptions {
4186
- }
4187
-
4188
- /** Contains response data for the update operation. */
4189
- export declare type SettingsUpdateResponse = Settings;
4190
-
4191
- /**
4192
- * Defines values for StatusLevelTypes. \
4193
- * {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
4194
- * this enum contains the known values that the service supports.
4195
- * ### Known values supported by the service
4196
- * **Info** \
4197
- * **Warning** \
4198
- * **Error**
4199
- */
4200
- export declare type StatusLevelTypes = string;
4201
-
4202
- /**
4203
- * Defines values for StatusTypes. \
4204
- * {@link KnownStatusTypes} can be used interchangeably with StatusTypes,
4205
- * this enum contains the known values that the service supports.
4206
- * ### Known values supported by the service
4207
- * **Connected** \
4208
- * **Disconnected** \
4209
- * **Error**
4210
- */
4211
- export declare type StatusTypes = string;
4212
-
4213
- /** Describes the storage configuration of the machine */
4214
- export declare interface StorageProfile {
4215
- /** The disks on the machine. */
4216
- disks?: Disk[];
4217
- }
4218
-
4219
- /** Describes the subnet. */
4220
- export declare interface Subnet {
4221
- /** Represents address prefix. */
4222
- addressPrefix?: string;
4223
- }
4224
-
4225
- /** Metadata pertaining to creation and last modification of the resource. */
4226
- export declare interface SystemData {
4227
- /** The identity that created the resource. */
4228
- createdBy?: string;
4229
- /** The type of identity that created the resource. */
4230
- createdByType?: CreatedByType;
4231
- /** The timestamp of resource creation (UTC). */
4232
- createdAt?: Date;
4233
- /** The identity that last modified the resource. */
4234
- lastModifiedBy?: string;
4235
- /** The type of identity that last modified the resource. */
4236
- lastModifiedByType?: CreatedByType;
4237
- /** The timestamp of resource last modification (UTC) */
4238
- lastModifiedAt?: Date;
4239
- }
4240
-
4241
- /** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */
4242
- export declare interface TagsResource {
4243
- /** Resource tags */
4244
- tags?: {
4245
- [propertyName: string]: string;
4246
- };
4247
- }
4248
-
4249
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
4250
- export declare interface TrackedResource extends Resource {
4251
- /** Resource tags. */
4252
- tags?: {
4253
- [propertyName: string]: string;
4254
- };
4255
- /** The geo-location where the resource lives */
4256
- location: string;
4257
- }
4258
-
4259
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
4260
- export declare interface TrackedResourceAutoGenerated extends ResourceAutoGenerated {
4261
- /** Resource tags. */
4262
- tags?: {
4263
- [propertyName: string]: string;
4264
- };
4265
- /** The geo-location where the resource lives */
4266
- location: string;
4267
- }
4268
-
4269
- /** Optional parameters. */
4270
- export declare interface UpgradeExtensionsOptionalParams extends coreClient.OperationOptions {
4271
- /** Delay to wait until next poll, in milliseconds. */
4272
- updateIntervalInMs?: number;
4273
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4274
- resumeFrom?: string;
4275
- }
4276
-
4277
- /**
4278
- * Defines values for VMGuestPatchClassificationLinux. \
4279
- * {@link KnownVMGuestPatchClassificationLinux} can be used interchangeably with VMGuestPatchClassificationLinux,
4280
- * this enum contains the known values that the service supports.
4281
- * ### Known values supported by the service
4282
- * **Critical** \
4283
- * **Security** \
4284
- * **Other**
4285
- */
4286
- export declare type VMGuestPatchClassificationLinux = string;
4287
-
4288
- /**
4289
- * Defines values for VMGuestPatchClassificationWindows. \
4290
- * {@link KnownVMGuestPatchClassificationWindows} can be used interchangeably with VMGuestPatchClassificationWindows,
4291
- * this enum contains the known values that the service supports.
4292
- * ### Known values supported by the service
4293
- * **Critical** \
4294
- * **Security** \
4295
- * **UpdateRollUp** \
4296
- * **FeaturePack** \
4297
- * **ServicePack** \
4298
- * **Definition** \
4299
- * **Tools** \
4300
- * **Updates**
4301
- */
4302
- export declare type VMGuestPatchClassificationWindows = string;
4303
-
4304
- /**
4305
- * Defines values for VMGuestPatchRebootSetting. \
4306
- * {@link KnownVMGuestPatchRebootSetting} can be used interchangeably with VMGuestPatchRebootSetting,
4307
- * this enum contains the known values that the service supports.
4308
- * ### Known values supported by the service
4309
- * **IfRequired** \
4310
- * **Never** \
4311
- * **Always**
4312
- */
4313
- export declare type VMGuestPatchRebootSetting = string;
4314
-
4315
- /**
4316
- * Defines values for VMGuestPatchRebootStatus. \
4317
- * {@link KnownVMGuestPatchRebootStatus} can be used interchangeably with VMGuestPatchRebootStatus,
4318
- * this enum contains the known values that the service supports.
4319
- * ### Known values supported by the service
4320
- * **Unknown** \
4321
- * **NotNeeded** \
4322
- * **Required** \
4323
- * **Started** \
4324
- * **Failed** \
4325
- * **Completed**
4326
- */
4327
- export declare type VMGuestPatchRebootStatus = string;
4328
-
4329
- export declare interface VolumeLicenseDetails {
4330
- /** Describes the program year the volume license is for. */
4331
- programYear?: ProgramYear;
4332
- /** The invoice id for the volume license. */
4333
- invoiceId?: string;
4334
- }
4335
-
4336
- /** Input for InstallPatches on a Windows VM, as directly received by the API */
4337
- export declare interface WindowsParameters {
4338
- /** The update classifications to select when installing patches for Windows. */
4339
- classificationsToInclude?: VMGuestPatchClassificationWindows[];
4340
- /** Kbs to include in the patch operation */
4341
- kbNumbersToInclude?: string[];
4342
- /** Kbs to exclude in the patch operation */
4343
- kbNumbersToExclude?: string[];
4344
- /** Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. */
4345
- excludeKbsRequiringReboot?: boolean;
4346
- /** This is used to install patches that were published on or before this given max published date. */
4347
- maxPatchPublishDate?: Date;
4348
- }
4349
-
4350
- export { }