@azure/arm-hybridcompute 5.0.0-beta.1 → 5.0.0-beta.2

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 (1432) hide show
  1. package/README.md +11 -11
  2. package/dist/browser/api/extensionMetadata/index.d.ts +3 -0
  3. package/dist/browser/api/extensionMetadata/index.js +4 -0
  4. package/dist/browser/api/extensionMetadata/index.js.map +1 -0
  5. package/dist/browser/api/extensionMetadata/operations.d.ts +14 -0
  6. package/dist/browser/api/extensionMetadata/operations.js +73 -0
  7. package/dist/browser/api/extensionMetadata/operations.js.map +1 -0
  8. package/dist/browser/api/extensionMetadata/options.d.ts +8 -0
  9. package/dist/browser/api/extensionMetadata/options.js +4 -0
  10. package/dist/browser/api/extensionMetadata/options.js.map +1 -0
  11. package/dist/browser/api/extensionMetadataV2/index.d.ts +3 -0
  12. package/dist/browser/api/extensionMetadataV2/index.js +4 -0
  13. package/dist/browser/api/extensionMetadataV2/index.js.map +1 -0
  14. package/dist/browser/api/extensionMetadataV2/operations.d.ts +14 -0
  15. package/dist/browser/api/extensionMetadataV2/operations.js +71 -0
  16. package/dist/browser/api/extensionMetadataV2/operations.js.map +1 -0
  17. package/dist/browser/api/extensionMetadataV2/options.d.ts +8 -0
  18. package/dist/browser/api/extensionMetadataV2/options.js +4 -0
  19. package/dist/browser/api/extensionMetadataV2/options.js.map +1 -0
  20. package/dist/browser/api/extensionPublisher/index.d.ts +3 -0
  21. package/dist/browser/api/extensionPublisher/index.js +4 -0
  22. package/dist/browser/api/extensionPublisher/index.js.map +1 -0
  23. package/dist/browser/api/extensionPublisher/operations.d.ts +10 -0
  24. package/dist/browser/api/extensionPublisher/operations.js +38 -0
  25. package/dist/browser/api/extensionPublisher/operations.js.map +1 -0
  26. package/dist/browser/api/extensionPublisher/options.d.ts +5 -0
  27. package/dist/browser/api/extensionPublisher/options.js +4 -0
  28. package/dist/browser/api/extensionPublisher/options.js.map +1 -0
  29. package/dist/browser/api/extensionType/index.d.ts +3 -0
  30. package/dist/browser/api/extensionType/index.js +4 -0
  31. package/dist/browser/api/extensionType/index.js.map +1 -0
  32. package/dist/browser/api/extensionType/operations.d.ts +10 -0
  33. package/dist/browser/api/extensionType/operations.js +39 -0
  34. package/dist/browser/api/extensionType/operations.js.map +1 -0
  35. package/dist/browser/api/extensionType/options.d.ts +5 -0
  36. package/dist/browser/api/extensionType/options.js +4 -0
  37. package/dist/browser/api/extensionType/options.js.map +1 -0
  38. package/dist/browser/api/gateways/index.d.ts +3 -0
  39. package/dist/browser/api/gateways/index.js +4 -0
  40. package/dist/browser/api/gateways/index.js.map +1 -0
  41. package/dist/browser/api/gateways/operations.d.ts +31 -0
  42. package/dist/browser/api/gateways/operations.js +202 -0
  43. package/dist/browser/api/gateways/operations.js.map +1 -0
  44. package/dist/browser/api/gateways/options.d.ts +24 -0
  45. package/dist/browser/api/gateways/options.js +4 -0
  46. package/dist/browser/api/gateways/options.js.map +1 -0
  47. package/dist/browser/api/hybridComputeManagementContext.d.ts +22 -0
  48. package/dist/browser/api/hybridComputeManagementContext.js +26 -0
  49. package/dist/browser/api/hybridComputeManagementContext.js.map +1 -0
  50. package/dist/browser/api/index.d.ts +5 -0
  51. package/dist/browser/api/index.js +5 -0
  52. package/dist/browser/api/index.js.map +1 -0
  53. package/dist/browser/api/licenseProfiles/index.d.ts +3 -0
  54. package/dist/browser/api/licenseProfiles/index.js +4 -0
  55. package/dist/browser/api/licenseProfiles/index.js.map +1 -0
  56. package/dist/browser/api/licenseProfiles/operations.d.ts +27 -0
  57. package/dist/browser/api/licenseProfiles/operations.js +181 -0
  58. package/dist/browser/api/licenseProfiles/operations.js.map +1 -0
  59. package/dist/browser/api/licenseProfiles/options.d.ts +23 -0
  60. package/dist/browser/api/licenseProfiles/options.js +4 -0
  61. package/dist/browser/api/licenseProfiles/options.js.map +1 -0
  62. package/dist/browser/api/licenses/index.d.ts +3 -0
  63. package/dist/browser/api/licenses/index.js +4 -0
  64. package/dist/browser/api/licenses/index.js.map +1 -0
  65. package/dist/browser/api/licenses/operations.d.ts +35 -0
  66. package/dist/browser/api/licenses/operations.js +242 -0
  67. package/dist/browser/api/licenses/operations.js.map +1 -0
  68. package/dist/browser/api/licenses/options.d.ts +31 -0
  69. package/dist/browser/api/licenses/options.js +4 -0
  70. package/dist/browser/api/licenses/options.js.map +1 -0
  71. package/dist/browser/api/machineExtensions/index.d.ts +3 -0
  72. package/dist/browser/api/machineExtensions/index.js +4 -0
  73. package/dist/browser/api/machineExtensions/index.js.map +1 -0
  74. package/dist/browser/api/machineExtensions/operations.d.ts +27 -0
  75. package/dist/browser/api/machineExtensions/operations.js +182 -0
  76. package/dist/browser/api/machineExtensions/operations.js.map +1 -0
  77. package/dist/browser/api/machineExtensions/options.d.ts +25 -0
  78. package/dist/browser/api/machineExtensions/options.js +4 -0
  79. package/dist/browser/api/machineExtensions/options.js.map +1 -0
  80. package/dist/browser/api/machineRunCommands/index.d.ts +3 -0
  81. package/dist/browser/api/machineRunCommands/index.js +4 -0
  82. package/dist/browser/api/machineRunCommands/index.js.map +1 -0
  83. package/dist/browser/api/machineRunCommands/operations.d.ts +23 -0
  84. package/dist/browser/api/machineRunCommands/operations.js +144 -0
  85. package/dist/browser/api/machineRunCommands/operations.js.map +1 -0
  86. package/dist/browser/api/machineRunCommands/options.d.ts +20 -0
  87. package/dist/browser/api/machineRunCommands/options.js +4 -0
  88. package/dist/browser/api/machineRunCommands/options.js.map +1 -0
  89. package/dist/browser/api/machines/index.d.ts +3 -0
  90. package/dist/browser/api/machines/index.js +4 -0
  91. package/dist/browser/api/machines/index.js.map +1 -0
  92. package/dist/browser/api/machines/operations.d.ts +39 -0
  93. package/dist/browser/api/machines/operations.js +272 -0
  94. package/dist/browser/api/machines/operations.js.map +1 -0
  95. package/dist/browser/api/machines/options.d.ts +39 -0
  96. package/dist/browser/api/machines/options.js +4 -0
  97. package/dist/browser/api/machines/options.js.map +1 -0
  98. package/dist/browser/api/networkProfileOperations/index.d.ts +3 -0
  99. package/dist/browser/api/networkProfileOperations/index.js +4 -0
  100. package/dist/browser/api/networkProfileOperations/index.js.map +1 -0
  101. package/dist/browser/api/networkProfileOperations/operations.d.ts +9 -0
  102. package/dist/browser/api/networkProfileOperations/operations.js +36 -0
  103. package/dist/browser/api/networkProfileOperations/operations.js.map +1 -0
  104. package/dist/browser/api/networkProfileOperations/options.d.ts +5 -0
  105. package/dist/browser/api/networkProfileOperations/options.js +4 -0
  106. package/dist/browser/api/networkProfileOperations/options.js.map +1 -0
  107. package/dist/browser/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
  108. package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js +4 -0
  109. package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  110. package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
  111. package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js +120 -0
  112. package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
  113. package/dist/browser/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
  114. package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js +4 -0
  115. package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
  116. package/dist/browser/api/operations/index.d.ts +3 -0
  117. package/dist/browser/api/operations/index.js +4 -0
  118. package/dist/browser/api/operations/index.js.map +1 -0
  119. package/dist/browser/api/operations/operations.d.ts +10 -0
  120. package/dist/browser/api/operations/operations.js +37 -0
  121. package/dist/browser/api/operations/operations.js.map +1 -0
  122. package/dist/browser/api/operations/options.d.ts +5 -0
  123. package/dist/browser/api/operations/options.js +4 -0
  124. package/dist/browser/api/operations/options.js.map +1 -0
  125. package/dist/browser/api/operations.d.ts +14 -0
  126. package/dist/browser/api/operations.js +80 -0
  127. package/dist/browser/api/operations.js.map +1 -0
  128. package/dist/browser/api/options.d.ts +12 -0
  129. package/dist/browser/api/options.js +4 -0
  130. package/dist/browser/api/options.js.map +1 -0
  131. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  132. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  133. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  134. package/dist/browser/api/privateEndpointConnections/operations.d.ts +23 -0
  135. package/dist/browser/api/privateEndpointConnections/operations.js +143 -0
  136. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  137. package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
  138. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  139. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  140. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  141. package/dist/browser/api/privateLinkResources/index.js +4 -0
  142. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  143. package/dist/browser/api/privateLinkResources/operations.d.ts +14 -0
  144. package/dist/browser/api/privateLinkResources/operations.js +71 -0
  145. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  146. package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
  147. package/dist/browser/api/privateLinkResources/options.js +4 -0
  148. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  149. package/dist/browser/api/privateLinkScopes/index.d.ts +3 -0
  150. package/dist/browser/api/privateLinkScopes/index.js +4 -0
  151. package/dist/browser/api/privateLinkScopes/index.js.map +1 -0
  152. package/dist/browser/api/privateLinkScopes/operations.d.ts +39 -0
  153. package/dist/browser/api/privateLinkScopes/operations.js +257 -0
  154. package/dist/browser/api/privateLinkScopes/operations.js.map +1 -0
  155. package/dist/browser/api/privateLinkScopes/options.d.ts +28 -0
  156. package/dist/browser/api/privateLinkScopes/options.js +4 -0
  157. package/dist/browser/api/privateLinkScopes/options.js.map +1 -0
  158. package/dist/browser/api/settings/index.d.ts +3 -0
  159. package/dist/browser/api/settings/index.js +4 -0
  160. package/dist/browser/api/settings/index.js.map +1 -0
  161. package/dist/browser/api/settings/operations.d.ts +17 -0
  162. package/dist/browser/api/settings/operations.js +109 -0
  163. package/dist/browser/api/settings/operations.js.map +1 -0
  164. package/dist/browser/api/settings/options.d.ts +11 -0
  165. package/dist/browser/api/settings/options.js +4 -0
  166. package/dist/browser/api/settings/options.js.map +1 -0
  167. package/dist/browser/classic/extensionMetadata/index.d.ts +13 -0
  168. package/dist/browser/classic/extensionMetadata/index.js +15 -0
  169. package/dist/browser/classic/extensionMetadata/index.js.map +1 -0
  170. package/dist/browser/classic/extensionMetadataV2/index.d.ts +13 -0
  171. package/dist/browser/classic/extensionMetadataV2/index.js +15 -0
  172. package/dist/browser/classic/extensionMetadataV2/index.js.map +1 -0
  173. package/dist/browser/classic/extensionPublisher/index.d.ts +11 -0
  174. package/dist/browser/classic/extensionPublisher/index.js +14 -0
  175. package/dist/browser/classic/extensionPublisher/index.js.map +1 -0
  176. package/dist/browser/classic/extensionType/index.d.ts +11 -0
  177. package/dist/browser/classic/extensionType/index.js +14 -0
  178. package/dist/browser/classic/extensionType/index.js.map +1 -0
  179. package/dist/browser/classic/gateways/index.d.ts +31 -0
  180. package/dist/browser/classic/gateways/index.js +36 -0
  181. package/dist/browser/classic/gateways/index.js.map +1 -0
  182. package/dist/browser/classic/index.d.ts +18 -0
  183. package/dist/browser/classic/index.js +4 -0
  184. package/dist/browser/classic/index.js.map +1 -0
  185. package/dist/browser/classic/licenseProfiles/index.d.ts +33 -0
  186. package/dist/browser/classic/licenseProfiles/index.js +43 -0
  187. package/dist/browser/classic/licenseProfiles/index.js.map +1 -0
  188. package/dist/browser/classic/licenses/index.d.ts +41 -0
  189. package/dist/browser/classic/licenses/index.js +53 -0
  190. package/dist/browser/classic/licenses/index.js.map +1 -0
  191. package/dist/browser/classic/machineExtensions/index.d.ts +33 -0
  192. package/dist/browser/classic/machineExtensions/index.js +43 -0
  193. package/dist/browser/classic/machineExtensions/index.js.map +1 -0
  194. package/dist/browser/classic/machineRunCommands/index.d.ts +27 -0
  195. package/dist/browser/classic/machineRunCommands/index.js +34 -0
  196. package/dist/browser/classic/machineRunCommands/index.js.map +1 -0
  197. package/dist/browser/classic/machines/index.d.ts +39 -0
  198. package/dist/browser/classic/machines/index.js +46 -0
  199. package/dist/browser/classic/machines/index.js.map +1 -0
  200. package/dist/browser/classic/networkProfileOperations/index.d.ts +10 -0
  201. package/dist/browser/classic/networkProfileOperations/index.js +14 -0
  202. package/dist/browser/classic/networkProfileOperations/index.js.map +1 -0
  203. package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
  204. package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
  205. package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  206. package/dist/browser/classic/operations/index.d.ts +11 -0
  207. package/dist/browser/classic/operations/index.js +14 -0
  208. package/dist/browser/classic/operations/index.js.map +1 -0
  209. package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
  210. package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
  211. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  212. package/dist/browser/classic/privateLinkResources/index.d.ts +13 -0
  213. package/dist/browser/classic/privateLinkResources/index.js +15 -0
  214. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  215. package/dist/browser/classic/privateLinkScopes/index.d.ts +31 -0
  216. package/dist/browser/classic/privateLinkScopes/index.js +30 -0
  217. package/dist/browser/classic/privateLinkScopes/index.js.map +1 -0
  218. package/dist/browser/classic/settings/index.d.ts +14 -0
  219. package/dist/browser/classic/settings/index.js +16 -0
  220. package/dist/browser/classic/settings/index.js.map +1 -0
  221. package/dist/browser/hybridComputeManagementClient.d.ts +75 -66
  222. package/dist/browser/hybridComputeManagementClient.js +112 -269
  223. package/dist/browser/hybridComputeManagementClient.js.map +1 -1
  224. package/dist/browser/index.d.ts +31 -3
  225. package/dist/browser/index.js +7 -11
  226. package/dist/browser/index.js.map +1 -1
  227. package/dist/browser/logger.d.ts +2 -0
  228. package/dist/browser/logger.js +5 -0
  229. package/dist/browser/logger.js.map +1 -0
  230. package/dist/browser/models/index.d.ts +2 -3481
  231. package/dist/browser/models/index.js +3 -449
  232. package/dist/browser/models/index.js.map +1 -1
  233. package/dist/browser/models/models.d.ts +2792 -0
  234. package/dist/browser/models/models.js +3102 -0
  235. package/dist/browser/models/models.js.map +1 -0
  236. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  237. package/dist/browser/restorePollerHelpers.js +146 -0
  238. package/dist/browser/restorePollerHelpers.js.map +1 -0
  239. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  240. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  241. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  242. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  243. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  244. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  245. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  246. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  247. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  248. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  249. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  250. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  251. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  252. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  253. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  254. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  255. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  256. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  257. package/dist/commonjs/api/extensionMetadata/index.d.ts +3 -0
  258. package/dist/commonjs/api/extensionMetadata/index.js +30 -0
  259. package/dist/commonjs/api/extensionMetadata/index.js.map +7 -0
  260. package/dist/commonjs/api/extensionMetadata/operations.d.ts +14 -0
  261. package/dist/commonjs/api/extensionMetadata/operations.js +119 -0
  262. package/dist/commonjs/api/extensionMetadata/operations.js.map +7 -0
  263. package/dist/commonjs/api/extensionMetadata/options.d.ts +8 -0
  264. package/dist/commonjs/api/extensionMetadata/options.js +16 -0
  265. package/dist/commonjs/api/extensionMetadata/options.js.map +7 -0
  266. package/dist/commonjs/api/extensionMetadataV2/index.d.ts +3 -0
  267. package/dist/commonjs/api/extensionMetadataV2/index.js +30 -0
  268. package/dist/commonjs/api/extensionMetadataV2/index.js.map +7 -0
  269. package/dist/commonjs/api/extensionMetadataV2/operations.d.ts +14 -0
  270. package/dist/commonjs/api/extensionMetadataV2/operations.js +117 -0
  271. package/dist/commonjs/api/extensionMetadataV2/operations.js.map +7 -0
  272. package/dist/commonjs/api/extensionMetadataV2/options.d.ts +8 -0
  273. package/dist/commonjs/api/extensionMetadataV2/options.js +16 -0
  274. package/dist/commonjs/api/extensionMetadataV2/options.js.map +7 -0
  275. package/dist/commonjs/api/extensionPublisher/index.d.ts +3 -0
  276. package/dist/commonjs/api/extensionPublisher/index.js +28 -0
  277. package/dist/commonjs/api/extensionPublisher/index.js.map +7 -0
  278. package/dist/commonjs/api/extensionPublisher/operations.d.ts +10 -0
  279. package/dist/commonjs/api/extensionPublisher/operations.js +75 -0
  280. package/dist/commonjs/api/extensionPublisher/operations.js.map +7 -0
  281. package/dist/commonjs/api/extensionPublisher/options.d.ts +5 -0
  282. package/dist/commonjs/api/extensionPublisher/options.js +16 -0
  283. package/dist/commonjs/api/extensionPublisher/options.js.map +7 -0
  284. package/dist/commonjs/api/extensionType/index.d.ts +3 -0
  285. package/dist/commonjs/api/extensionType/index.js +28 -0
  286. package/dist/commonjs/api/extensionType/index.js.map +7 -0
  287. package/dist/commonjs/api/extensionType/operations.d.ts +10 -0
  288. package/dist/commonjs/api/extensionType/operations.js +76 -0
  289. package/dist/commonjs/api/extensionType/operations.js.map +7 -0
  290. package/dist/commonjs/api/extensionType/options.d.ts +5 -0
  291. package/dist/commonjs/api/extensionType/options.js +16 -0
  292. package/dist/commonjs/api/extensionType/options.js.map +7 -0
  293. package/dist/commonjs/api/gateways/index.d.ts +3 -0
  294. package/dist/commonjs/api/gateways/index.js +38 -0
  295. package/dist/commonjs/api/gateways/index.js.map +7 -0
  296. package/dist/commonjs/api/gateways/operations.d.ts +31 -0
  297. package/dist/commonjs/api/gateways/operations.js +290 -0
  298. package/dist/commonjs/api/gateways/operations.js.map +7 -0
  299. package/dist/commonjs/api/gateways/options.d.ts +24 -0
  300. package/dist/commonjs/api/gateways/options.js +16 -0
  301. package/dist/commonjs/api/gateways/options.js.map +7 -0
  302. package/dist/commonjs/api/hybridComputeManagementContext.d.ts +22 -0
  303. package/dist/commonjs/api/hybridComputeManagementContext.js +47 -0
  304. package/dist/commonjs/api/hybridComputeManagementContext.js.map +7 -0
  305. package/dist/commonjs/api/index.d.ts +5 -0
  306. package/dist/commonjs/api/index.js +33 -0
  307. package/dist/commonjs/api/index.js.map +7 -0
  308. package/dist/commonjs/api/licenseProfiles/index.d.ts +3 -0
  309. package/dist/commonjs/api/licenseProfiles/index.js +36 -0
  310. package/dist/commonjs/api/licenseProfiles/index.js.map +7 -0
  311. package/dist/commonjs/api/licenseProfiles/operations.d.ts +27 -0
  312. package/dist/commonjs/api/licenseProfiles/operations.js +254 -0
  313. package/dist/commonjs/api/licenseProfiles/operations.js.map +7 -0
  314. package/dist/commonjs/api/licenseProfiles/options.d.ts +23 -0
  315. package/dist/commonjs/api/licenseProfiles/options.js +16 -0
  316. package/dist/commonjs/api/licenseProfiles/options.js.map +7 -0
  317. package/dist/commonjs/api/licenses/index.d.ts +3 -0
  318. package/dist/commonjs/api/licenses/index.js +40 -0
  319. package/dist/commonjs/api/licenses/index.js.map +7 -0
  320. package/dist/commonjs/api/licenses/operations.d.ts +35 -0
  321. package/dist/commonjs/api/licenses/operations.js +339 -0
  322. package/dist/commonjs/api/licenses/operations.js.map +7 -0
  323. package/dist/commonjs/api/licenses/options.d.ts +31 -0
  324. package/dist/commonjs/api/licenses/options.js +16 -0
  325. package/dist/commonjs/api/licenses/options.js.map +7 -0
  326. package/dist/commonjs/api/machineExtensions/index.d.ts +3 -0
  327. package/dist/commonjs/api/machineExtensions/index.js +36 -0
  328. package/dist/commonjs/api/machineExtensions/index.js.map +7 -0
  329. package/dist/commonjs/api/machineExtensions/operations.d.ts +27 -0
  330. package/dist/commonjs/api/machineExtensions/operations.js +269 -0
  331. package/dist/commonjs/api/machineExtensions/operations.js.map +7 -0
  332. package/dist/commonjs/api/machineExtensions/options.d.ts +25 -0
  333. package/dist/commonjs/api/machineExtensions/options.js +16 -0
  334. package/dist/commonjs/api/machineExtensions/options.js.map +7 -0
  335. package/dist/commonjs/api/machineRunCommands/index.d.ts +3 -0
  336. package/dist/commonjs/api/machineRunCommands/index.js +34 -0
  337. package/dist/commonjs/api/machineRunCommands/index.js.map +7 -0
  338. package/dist/commonjs/api/machineRunCommands/operations.d.ts +23 -0
  339. package/dist/commonjs/api/machineRunCommands/operations.js +215 -0
  340. package/dist/commonjs/api/machineRunCommands/operations.js.map +7 -0
  341. package/dist/commonjs/api/machineRunCommands/options.d.ts +20 -0
  342. package/dist/commonjs/api/machineRunCommands/options.js +16 -0
  343. package/dist/commonjs/api/machineRunCommands/options.js.map +7 -0
  344. package/dist/commonjs/api/machines/index.d.ts +3 -0
  345. package/dist/commonjs/api/machines/index.js +42 -0
  346. package/dist/commonjs/api/machines/index.js.map +7 -0
  347. package/dist/commonjs/api/machines/operations.d.ts +39 -0
  348. package/dist/commonjs/api/machines/operations.js +384 -0
  349. package/dist/commonjs/api/machines/operations.js.map +7 -0
  350. package/dist/commonjs/api/machines/options.d.ts +39 -0
  351. package/dist/commonjs/api/machines/options.js +16 -0
  352. package/dist/commonjs/api/machines/options.js.map +7 -0
  353. package/dist/commonjs/api/networkProfileOperations/index.d.ts +3 -0
  354. package/dist/commonjs/api/networkProfileOperations/index.js +28 -0
  355. package/dist/commonjs/api/networkProfileOperations/index.js.map +7 -0
  356. package/dist/commonjs/api/networkProfileOperations/operations.d.ts +9 -0
  357. package/dist/commonjs/api/networkProfileOperations/operations.js +67 -0
  358. package/dist/commonjs/api/networkProfileOperations/operations.js.map +7 -0
  359. package/dist/commonjs/api/networkProfileOperations/options.d.ts +5 -0
  360. package/dist/commonjs/api/networkProfileOperations/options.js +16 -0
  361. package/dist/commonjs/api/networkProfileOperations/options.js.map +7 -0
  362. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
  363. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js +32 -0
  364. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js.map +7 -0
  365. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
  366. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js +192 -0
  367. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js.map +7 -0
  368. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
  369. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js +16 -0
  370. package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js.map +7 -0
  371. package/dist/commonjs/api/operations/index.d.ts +3 -0
  372. package/dist/commonjs/api/operations/index.js +28 -0
  373. package/dist/commonjs/api/operations/index.js.map +7 -0
  374. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  375. package/dist/commonjs/api/operations/operations.js +74 -0
  376. package/dist/commonjs/api/operations/operations.js.map +7 -0
  377. package/dist/commonjs/api/operations/options.d.ts +5 -0
  378. package/dist/commonjs/api/operations/options.js +16 -0
  379. package/dist/commonjs/api/operations/options.js.map +7 -0
  380. package/dist/commonjs/api/operations.d.ts +14 -0
  381. package/dist/commonjs/api/operations.js +126 -0
  382. package/dist/commonjs/api/operations.js.map +7 -0
  383. package/dist/commonjs/api/options.d.ts +12 -0
  384. package/dist/commonjs/api/options.js +16 -0
  385. package/dist/commonjs/api/options.js.map +7 -0
  386. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  387. package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
  388. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  389. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +23 -0
  390. package/dist/commonjs/api/privateEndpointConnections/operations.js +220 -0
  391. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  392. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
  393. package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
  394. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  395. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  396. package/dist/commonjs/api/privateLinkResources/index.js +30 -0
  397. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  398. package/dist/commonjs/api/privateLinkResources/operations.d.ts +14 -0
  399. package/dist/commonjs/api/privateLinkResources/operations.js +117 -0
  400. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  401. package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
  402. package/dist/commonjs/api/privateLinkResources/options.js +16 -0
  403. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  404. package/dist/commonjs/api/privateLinkScopes/index.d.ts +3 -0
  405. package/dist/commonjs/api/privateLinkScopes/index.js +42 -0
  406. package/dist/commonjs/api/privateLinkScopes/index.js.map +7 -0
  407. package/dist/commonjs/api/privateLinkScopes/operations.d.ts +39 -0
  408. package/dist/commonjs/api/privateLinkScopes/operations.js +380 -0
  409. package/dist/commonjs/api/privateLinkScopes/operations.js.map +7 -0
  410. package/dist/commonjs/api/privateLinkScopes/options.d.ts +28 -0
  411. package/dist/commonjs/api/privateLinkScopes/options.js +16 -0
  412. package/dist/commonjs/api/privateLinkScopes/options.js.map +7 -0
  413. package/dist/commonjs/api/settings/index.d.ts +3 -0
  414. package/dist/commonjs/api/settings/index.js +32 -0
  415. package/dist/commonjs/api/settings/index.js.map +7 -0
  416. package/dist/commonjs/api/settings/operations.d.ts +17 -0
  417. package/dist/commonjs/api/settings/operations.js +184 -0
  418. package/dist/commonjs/api/settings/operations.js.map +7 -0
  419. package/dist/commonjs/api/settings/options.d.ts +11 -0
  420. package/dist/commonjs/api/settings/options.js +16 -0
  421. package/dist/commonjs/api/settings/options.js.map +7 -0
  422. package/dist/commonjs/classic/extensionMetadata/index.d.ts +13 -0
  423. package/dist/commonjs/classic/extensionMetadata/index.js +39 -0
  424. package/dist/commonjs/classic/extensionMetadata/index.js.map +7 -0
  425. package/dist/commonjs/classic/extensionMetadataV2/index.d.ts +13 -0
  426. package/dist/commonjs/classic/extensionMetadataV2/index.js +39 -0
  427. package/dist/commonjs/classic/extensionMetadataV2/index.js.map +7 -0
  428. package/dist/commonjs/classic/extensionPublisher/index.d.ts +11 -0
  429. package/dist/commonjs/classic/extensionPublisher/index.js +38 -0
  430. package/dist/commonjs/classic/extensionPublisher/index.js.map +7 -0
  431. package/dist/commonjs/classic/extensionType/index.d.ts +11 -0
  432. package/dist/commonjs/classic/extensionType/index.js +38 -0
  433. package/dist/commonjs/classic/extensionType/index.js.map +7 -0
  434. package/dist/commonjs/classic/gateways/index.d.ts +31 -0
  435. package/dist/commonjs/classic/gateways/index.js +60 -0
  436. package/dist/commonjs/classic/gateways/index.js.map +7 -0
  437. package/dist/commonjs/classic/index.d.ts +18 -0
  438. package/dist/commonjs/classic/index.js +16 -0
  439. package/dist/commonjs/classic/index.js.map +7 -0
  440. package/dist/commonjs/classic/licenseProfiles/index.d.ts +33 -0
  441. package/dist/commonjs/classic/licenseProfiles/index.js +67 -0
  442. package/dist/commonjs/classic/licenseProfiles/index.js.map +7 -0
  443. package/dist/commonjs/classic/licenses/index.d.ts +41 -0
  444. package/dist/commonjs/classic/licenses/index.js +77 -0
  445. package/dist/commonjs/classic/licenses/index.js.map +7 -0
  446. package/dist/commonjs/classic/machineExtensions/index.d.ts +33 -0
  447. package/dist/commonjs/classic/machineExtensions/index.js +102 -0
  448. package/dist/commonjs/classic/machineExtensions/index.js.map +7 -0
  449. package/dist/commonjs/classic/machineRunCommands/index.d.ts +27 -0
  450. package/dist/commonjs/classic/machineRunCommands/index.js +79 -0
  451. package/dist/commonjs/classic/machineRunCommands/index.js.map +7 -0
  452. package/dist/commonjs/classic/machines/index.d.ts +39 -0
  453. package/dist/commonjs/classic/machines/index.js +70 -0
  454. package/dist/commonjs/classic/machines/index.js.map +7 -0
  455. package/dist/commonjs/classic/networkProfileOperations/index.d.ts +10 -0
  456. package/dist/commonjs/classic/networkProfileOperations/index.js +38 -0
  457. package/dist/commonjs/classic/networkProfileOperations/index.js.map +7 -0
  458. package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
  459. package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js +61 -0
  460. package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js.map +7 -0
  461. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  462. package/dist/commonjs/classic/operations/index.js +38 -0
  463. package/dist/commonjs/classic/operations/index.js.map +7 -0
  464. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
  465. package/dist/commonjs/classic/privateEndpointConnections/index.js +91 -0
  466. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  467. package/dist/commonjs/classic/privateLinkResources/index.d.ts +13 -0
  468. package/dist/commonjs/classic/privateLinkResources/index.js +39 -0
  469. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  470. package/dist/commonjs/classic/privateLinkScopes/index.d.ts +31 -0
  471. package/dist/commonjs/classic/privateLinkScopes/index.js +54 -0
  472. package/dist/commonjs/classic/privateLinkScopes/index.js.map +7 -0
  473. package/dist/commonjs/classic/settings/index.d.ts +14 -0
  474. package/dist/commonjs/classic/settings/index.js +66 -0
  475. package/dist/commonjs/classic/settings/index.js.map +7 -0
  476. package/dist/commonjs/hybridComputeManagementClient.d.ts +75 -66
  477. package/dist/commonjs/hybridComputeManagementClient.js +170 -288
  478. package/dist/commonjs/hybridComputeManagementClient.js.map +7 -1
  479. package/dist/commonjs/index.d.ts +31 -3
  480. package/dist/commonjs/index.js +126 -19
  481. package/dist/commonjs/index.js.map +7 -1
  482. package/dist/commonjs/logger.d.ts +2 -0
  483. package/dist/commonjs/logger.js +29 -0
  484. package/dist/commonjs/logger.js.map +7 -0
  485. package/dist/commonjs/models/index.d.ts +2 -3481
  486. package/dist/commonjs/models/index.js +112 -453
  487. package/dist/commonjs/models/index.js.map +7 -1
  488. package/dist/commonjs/models/models.d.ts +2792 -0
  489. package/dist/commonjs/models/models.js +3047 -0
  490. package/dist/commonjs/models/models.js.map +7 -0
  491. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  492. package/dist/commonjs/restorePollerHelpers.js +159 -0
  493. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  494. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  495. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  496. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  497. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  498. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  499. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  500. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  501. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  502. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  503. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  504. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  505. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  506. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  507. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  508. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  509. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  510. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  511. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  512. package/dist/commonjs/tsdoc-metadata.json +11 -11
  513. package/dist/esm/api/extensionMetadata/index.d.ts +3 -0
  514. package/dist/esm/api/extensionMetadata/index.js +4 -0
  515. package/dist/esm/api/extensionMetadata/index.js.map +1 -0
  516. package/dist/esm/api/extensionMetadata/operations.d.ts +14 -0
  517. package/dist/esm/api/extensionMetadata/operations.js +73 -0
  518. package/dist/esm/api/extensionMetadata/operations.js.map +1 -0
  519. package/dist/esm/api/extensionMetadata/options.d.ts +8 -0
  520. package/dist/esm/api/extensionMetadata/options.js +4 -0
  521. package/dist/esm/api/extensionMetadata/options.js.map +1 -0
  522. package/dist/esm/api/extensionMetadataV2/index.d.ts +3 -0
  523. package/dist/esm/api/extensionMetadataV2/index.js +4 -0
  524. package/dist/esm/api/extensionMetadataV2/index.js.map +1 -0
  525. package/dist/esm/api/extensionMetadataV2/operations.d.ts +14 -0
  526. package/dist/esm/api/extensionMetadataV2/operations.js +71 -0
  527. package/dist/esm/api/extensionMetadataV2/operations.js.map +1 -0
  528. package/dist/esm/api/extensionMetadataV2/options.d.ts +8 -0
  529. package/dist/esm/api/extensionMetadataV2/options.js +4 -0
  530. package/dist/esm/api/extensionMetadataV2/options.js.map +1 -0
  531. package/dist/esm/api/extensionPublisher/index.d.ts +3 -0
  532. package/dist/esm/api/extensionPublisher/index.js +4 -0
  533. package/dist/esm/api/extensionPublisher/index.js.map +1 -0
  534. package/dist/esm/api/extensionPublisher/operations.d.ts +10 -0
  535. package/dist/esm/api/extensionPublisher/operations.js +38 -0
  536. package/dist/esm/api/extensionPublisher/operations.js.map +1 -0
  537. package/dist/esm/api/extensionPublisher/options.d.ts +5 -0
  538. package/dist/esm/api/extensionPublisher/options.js +4 -0
  539. package/dist/esm/api/extensionPublisher/options.js.map +1 -0
  540. package/dist/esm/api/extensionType/index.d.ts +3 -0
  541. package/dist/esm/api/extensionType/index.js +4 -0
  542. package/dist/esm/api/extensionType/index.js.map +1 -0
  543. package/dist/esm/api/extensionType/operations.d.ts +10 -0
  544. package/dist/esm/api/extensionType/operations.js +39 -0
  545. package/dist/esm/api/extensionType/operations.js.map +1 -0
  546. package/dist/esm/api/extensionType/options.d.ts +5 -0
  547. package/dist/esm/api/extensionType/options.js +4 -0
  548. package/dist/esm/api/extensionType/options.js.map +1 -0
  549. package/dist/esm/api/gateways/index.d.ts +3 -0
  550. package/dist/esm/api/gateways/index.js +4 -0
  551. package/dist/esm/api/gateways/index.js.map +1 -0
  552. package/dist/esm/api/gateways/operations.d.ts +31 -0
  553. package/dist/esm/api/gateways/operations.js +202 -0
  554. package/dist/esm/api/gateways/operations.js.map +1 -0
  555. package/dist/esm/api/gateways/options.d.ts +24 -0
  556. package/dist/esm/api/gateways/options.js +4 -0
  557. package/dist/esm/api/gateways/options.js.map +1 -0
  558. package/dist/esm/api/hybridComputeManagementContext.d.ts +22 -0
  559. package/dist/esm/api/hybridComputeManagementContext.js +26 -0
  560. package/dist/esm/api/hybridComputeManagementContext.js.map +1 -0
  561. package/dist/esm/api/index.d.ts +5 -0
  562. package/dist/esm/api/index.js +5 -0
  563. package/dist/esm/api/index.js.map +1 -0
  564. package/dist/esm/api/licenseProfiles/index.d.ts +3 -0
  565. package/dist/esm/api/licenseProfiles/index.js +4 -0
  566. package/dist/esm/api/licenseProfiles/index.js.map +1 -0
  567. package/dist/esm/api/licenseProfiles/operations.d.ts +27 -0
  568. package/dist/esm/api/licenseProfiles/operations.js +181 -0
  569. package/dist/esm/api/licenseProfiles/operations.js.map +1 -0
  570. package/dist/esm/api/licenseProfiles/options.d.ts +23 -0
  571. package/dist/esm/api/licenseProfiles/options.js +4 -0
  572. package/dist/esm/api/licenseProfiles/options.js.map +1 -0
  573. package/dist/esm/api/licenses/index.d.ts +3 -0
  574. package/dist/esm/api/licenses/index.js +4 -0
  575. package/dist/esm/api/licenses/index.js.map +1 -0
  576. package/dist/esm/api/licenses/operations.d.ts +35 -0
  577. package/dist/esm/api/licenses/operations.js +242 -0
  578. package/dist/esm/api/licenses/operations.js.map +1 -0
  579. package/dist/esm/api/licenses/options.d.ts +31 -0
  580. package/dist/esm/api/licenses/options.js +4 -0
  581. package/dist/esm/api/licenses/options.js.map +1 -0
  582. package/dist/esm/api/machineExtensions/index.d.ts +3 -0
  583. package/dist/esm/api/machineExtensions/index.js +4 -0
  584. package/dist/esm/api/machineExtensions/index.js.map +1 -0
  585. package/dist/esm/api/machineExtensions/operations.d.ts +27 -0
  586. package/dist/esm/api/machineExtensions/operations.js +182 -0
  587. package/dist/esm/api/machineExtensions/operations.js.map +1 -0
  588. package/dist/esm/api/machineExtensions/options.d.ts +25 -0
  589. package/dist/esm/api/machineExtensions/options.js +4 -0
  590. package/dist/esm/api/machineExtensions/options.js.map +1 -0
  591. package/dist/esm/api/machineRunCommands/index.d.ts +3 -0
  592. package/dist/esm/api/machineRunCommands/index.js +4 -0
  593. package/dist/esm/api/machineRunCommands/index.js.map +1 -0
  594. package/dist/esm/api/machineRunCommands/operations.d.ts +23 -0
  595. package/dist/esm/api/machineRunCommands/operations.js +144 -0
  596. package/dist/esm/api/machineRunCommands/operations.js.map +1 -0
  597. package/dist/esm/api/machineRunCommands/options.d.ts +20 -0
  598. package/dist/esm/api/machineRunCommands/options.js +4 -0
  599. package/dist/esm/api/machineRunCommands/options.js.map +1 -0
  600. package/dist/esm/api/machines/index.d.ts +3 -0
  601. package/dist/esm/api/machines/index.js +4 -0
  602. package/dist/esm/api/machines/index.js.map +1 -0
  603. package/dist/esm/api/machines/operations.d.ts +39 -0
  604. package/dist/esm/api/machines/operations.js +272 -0
  605. package/dist/esm/api/machines/operations.js.map +1 -0
  606. package/dist/esm/api/machines/options.d.ts +39 -0
  607. package/dist/esm/api/machines/options.js +4 -0
  608. package/dist/esm/api/machines/options.js.map +1 -0
  609. package/dist/esm/api/networkProfileOperations/index.d.ts +3 -0
  610. package/dist/esm/api/networkProfileOperations/index.js +4 -0
  611. package/dist/esm/api/networkProfileOperations/index.js.map +1 -0
  612. package/dist/esm/api/networkProfileOperations/operations.d.ts +9 -0
  613. package/dist/esm/api/networkProfileOperations/operations.js +36 -0
  614. package/dist/esm/api/networkProfileOperations/operations.js.map +1 -0
  615. package/dist/esm/api/networkProfileOperations/options.d.ts +5 -0
  616. package/dist/esm/api/networkProfileOperations/options.js +4 -0
  617. package/dist/esm/api/networkProfileOperations/options.js.map +1 -0
  618. package/dist/esm/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
  619. package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js +4 -0
  620. package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  621. package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
  622. package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js +120 -0
  623. package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
  624. package/dist/esm/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
  625. package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js +4 -0
  626. package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
  627. package/dist/esm/api/operations/index.d.ts +3 -0
  628. package/dist/esm/api/operations/index.js +4 -0
  629. package/dist/esm/api/operations/index.js.map +1 -0
  630. package/dist/esm/api/operations/operations.d.ts +10 -0
  631. package/dist/esm/api/operations/operations.js +37 -0
  632. package/dist/esm/api/operations/operations.js.map +1 -0
  633. package/dist/esm/api/operations/options.d.ts +5 -0
  634. package/dist/esm/api/operations/options.js +4 -0
  635. package/dist/esm/api/operations/options.js.map +1 -0
  636. package/dist/esm/api/operations.d.ts +14 -0
  637. package/dist/esm/api/operations.js +80 -0
  638. package/dist/esm/api/operations.js.map +1 -0
  639. package/dist/esm/api/options.d.ts +12 -0
  640. package/dist/esm/api/options.js +4 -0
  641. package/dist/esm/api/options.js.map +1 -0
  642. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  643. package/dist/esm/api/privateEndpointConnections/index.js +4 -0
  644. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  645. package/dist/esm/api/privateEndpointConnections/operations.d.ts +23 -0
  646. package/dist/esm/api/privateEndpointConnections/operations.js +143 -0
  647. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
  648. package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
  649. package/dist/esm/api/privateEndpointConnections/options.js +4 -0
  650. package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
  651. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  652. package/dist/esm/api/privateLinkResources/index.js +4 -0
  653. package/dist/esm/api/privateLinkResources/index.js.map +1 -0
  654. package/dist/esm/api/privateLinkResources/operations.d.ts +14 -0
  655. package/dist/esm/api/privateLinkResources/operations.js +71 -0
  656. package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
  657. package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
  658. package/dist/esm/api/privateLinkResources/options.js +4 -0
  659. package/dist/esm/api/privateLinkResources/options.js.map +1 -0
  660. package/dist/esm/api/privateLinkScopes/index.d.ts +3 -0
  661. package/dist/esm/api/privateLinkScopes/index.js +4 -0
  662. package/dist/esm/api/privateLinkScopes/index.js.map +1 -0
  663. package/dist/esm/api/privateLinkScopes/operations.d.ts +39 -0
  664. package/dist/esm/api/privateLinkScopes/operations.js +257 -0
  665. package/dist/esm/api/privateLinkScopes/operations.js.map +1 -0
  666. package/dist/esm/api/privateLinkScopes/options.d.ts +28 -0
  667. package/dist/esm/api/privateLinkScopes/options.js +4 -0
  668. package/dist/esm/api/privateLinkScopes/options.js.map +1 -0
  669. package/dist/esm/api/settings/index.d.ts +3 -0
  670. package/dist/esm/api/settings/index.js +4 -0
  671. package/dist/esm/api/settings/index.js.map +1 -0
  672. package/dist/esm/api/settings/operations.d.ts +17 -0
  673. package/dist/esm/api/settings/operations.js +109 -0
  674. package/dist/esm/api/settings/operations.js.map +1 -0
  675. package/dist/esm/api/settings/options.d.ts +11 -0
  676. package/dist/esm/api/settings/options.js +4 -0
  677. package/dist/esm/api/settings/options.js.map +1 -0
  678. package/dist/esm/classic/extensionMetadata/index.d.ts +13 -0
  679. package/dist/esm/classic/extensionMetadata/index.js +15 -0
  680. package/dist/esm/classic/extensionMetadata/index.js.map +1 -0
  681. package/dist/esm/classic/extensionMetadataV2/index.d.ts +13 -0
  682. package/dist/esm/classic/extensionMetadataV2/index.js +15 -0
  683. package/dist/esm/classic/extensionMetadataV2/index.js.map +1 -0
  684. package/dist/esm/classic/extensionPublisher/index.d.ts +11 -0
  685. package/dist/esm/classic/extensionPublisher/index.js +14 -0
  686. package/dist/esm/classic/extensionPublisher/index.js.map +1 -0
  687. package/dist/esm/classic/extensionType/index.d.ts +11 -0
  688. package/dist/esm/classic/extensionType/index.js +14 -0
  689. package/dist/esm/classic/extensionType/index.js.map +1 -0
  690. package/dist/esm/classic/gateways/index.d.ts +31 -0
  691. package/dist/esm/classic/gateways/index.js +36 -0
  692. package/dist/esm/classic/gateways/index.js.map +1 -0
  693. package/dist/esm/classic/index.d.ts +18 -0
  694. package/dist/esm/classic/index.js +4 -0
  695. package/dist/esm/classic/index.js.map +1 -0
  696. package/dist/esm/classic/licenseProfiles/index.d.ts +33 -0
  697. package/dist/esm/classic/licenseProfiles/index.js +43 -0
  698. package/dist/esm/classic/licenseProfiles/index.js.map +1 -0
  699. package/dist/esm/classic/licenses/index.d.ts +41 -0
  700. package/dist/esm/classic/licenses/index.js +53 -0
  701. package/dist/esm/classic/licenses/index.js.map +1 -0
  702. package/dist/esm/classic/machineExtensions/index.d.ts +33 -0
  703. package/dist/esm/classic/machineExtensions/index.js +43 -0
  704. package/dist/esm/classic/machineExtensions/index.js.map +1 -0
  705. package/dist/esm/classic/machineRunCommands/index.d.ts +27 -0
  706. package/dist/esm/classic/machineRunCommands/index.js +34 -0
  707. package/dist/esm/classic/machineRunCommands/index.js.map +1 -0
  708. package/dist/esm/classic/machines/index.d.ts +39 -0
  709. package/dist/esm/classic/machines/index.js +46 -0
  710. package/dist/esm/classic/machines/index.js.map +1 -0
  711. package/dist/esm/classic/networkProfileOperations/index.d.ts +10 -0
  712. package/dist/esm/classic/networkProfileOperations/index.js +14 -0
  713. package/dist/esm/classic/networkProfileOperations/index.js.map +1 -0
  714. package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
  715. package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
  716. package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
  717. package/dist/esm/classic/operations/index.d.ts +11 -0
  718. package/dist/esm/classic/operations/index.js +14 -0
  719. package/dist/esm/classic/operations/index.js.map +1 -0
  720. package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
  721. package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
  722. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  723. package/dist/esm/classic/privateLinkResources/index.d.ts +13 -0
  724. package/dist/esm/classic/privateLinkResources/index.js +15 -0
  725. package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
  726. package/dist/esm/classic/privateLinkScopes/index.d.ts +31 -0
  727. package/dist/esm/classic/privateLinkScopes/index.js +30 -0
  728. package/dist/esm/classic/privateLinkScopes/index.js.map +1 -0
  729. package/dist/esm/classic/settings/index.d.ts +14 -0
  730. package/dist/esm/classic/settings/index.js +16 -0
  731. package/dist/esm/classic/settings/index.js.map +1 -0
  732. package/dist/esm/hybridComputeManagementClient.d.ts +75 -66
  733. package/dist/esm/hybridComputeManagementClient.js +112 -269
  734. package/dist/esm/hybridComputeManagementClient.js.map +1 -1
  735. package/dist/esm/index.d.ts +31 -3
  736. package/dist/esm/index.js +7 -11
  737. package/dist/esm/index.js.map +1 -1
  738. package/dist/esm/logger.d.ts +2 -0
  739. package/dist/esm/logger.js +5 -0
  740. package/dist/esm/logger.js.map +1 -0
  741. package/dist/esm/models/index.d.ts +2 -3481
  742. package/dist/esm/models/index.js +3 -449
  743. package/dist/esm/models/index.js.map +1 -1
  744. package/dist/esm/models/models.d.ts +2792 -0
  745. package/dist/esm/models/models.js +3102 -0
  746. package/dist/esm/models/models.js.map +1 -0
  747. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  748. package/dist/esm/restorePollerHelpers.js +146 -0
  749. package/dist/esm/restorePollerHelpers.js.map +1 -0
  750. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  751. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  752. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  753. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  754. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  755. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  756. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  757. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  758. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  759. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  760. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  761. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  762. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  763. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  764. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  765. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  766. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  767. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  768. package/package.json +359 -99
  769. package/CHANGELOG.md +0 -1385
  770. package/dist/browser/hybridComputeManagementClient.d.ts.map +0 -1
  771. package/dist/browser/index.d.ts.map +0 -1
  772. package/dist/browser/lroImpl.d.ts +0 -11
  773. package/dist/browser/lroImpl.d.ts.map +0 -1
  774. package/dist/browser/lroImpl.js +0 -21
  775. package/dist/browser/lroImpl.js.map +0 -1
  776. package/dist/browser/models/index.d.ts.map +0 -1
  777. package/dist/browser/models/mappers.d.ts +0 -140
  778. package/dist/browser/models/mappers.d.ts.map +0 -1
  779. package/dist/browser/models/mappers.js +0 -4751
  780. package/dist/browser/models/mappers.js.map +0 -1
  781. package/dist/browser/models/parameters.d.ts +0 -51
  782. package/dist/browser/models/parameters.d.ts.map +0 -1
  783. package/dist/browser/models/parameters.js +0 -456
  784. package/dist/browser/models/parameters.js.map +0 -1
  785. package/dist/browser/operations/extensionMetadata.d.ts +0 -41
  786. package/dist/browser/operations/extensionMetadata.d.ts.map +0 -1
  787. package/dist/browser/operations/extensionMetadata.js +0 -142
  788. package/dist/browser/operations/extensionMetadata.js.map +0 -1
  789. package/dist/browser/operations/extensionMetadataV2.d.ts +0 -50
  790. package/dist/browser/operations/extensionMetadataV2.d.ts.map +0 -1
  791. package/dist/browser/operations/extensionMetadataV2.js +0 -186
  792. package/dist/browser/operations/extensionMetadataV2.js.map +0 -1
  793. package/dist/browser/operations/extensionPublisherOperations.d.ts +0 -35
  794. package/dist/browser/operations/extensionPublisherOperations.d.ts.map +0 -1
  795. package/dist/browser/operations/extensionPublisherOperations.js +0 -136
  796. package/dist/browser/operations/extensionPublisherOperations.js.map +0 -1
  797. package/dist/browser/operations/extensionTypeOperations.d.ts +0 -38
  798. package/dist/browser/operations/extensionTypeOperations.d.ts.map +0 -1
  799. package/dist/browser/operations/extensionTypeOperations.js +0 -144
  800. package/dist/browser/operations/extensionTypeOperations.js.map +0 -1
  801. package/dist/browser/operations/gateways.d.ts +0 -99
  802. package/dist/browser/operations/gateways.d.ts.map +0 -1
  803. package/dist/browser/operations/gateways.js +0 -487
  804. package/dist/browser/operations/gateways.js.map +0 -1
  805. package/dist/browser/operations/index.d.ts +0 -18
  806. package/dist/browser/operations/index.d.ts.map +0 -1
  807. package/dist/browser/operations/index.js +0 -25
  808. package/dist/browser/operations/index.js.map +0 -1
  809. package/dist/browser/operations/licenseProfiles.d.ts +0 -92
  810. package/dist/browser/operations/licenseProfiles.d.ts.map +0 -1
  811. package/dist/browser/operations/licenseProfiles.js +0 -437
  812. package/dist/browser/operations/licenseProfiles.js.map +0 -1
  813. package/dist/browser/operations/licenses.d.ts +0 -119
  814. package/dist/browser/operations/licenses.d.ts.map +0 -1
  815. package/dist/browser/operations/licenses.js +0 -607
  816. package/dist/browser/operations/licenses.js.map +0 -1
  817. package/dist/browser/operations/machineExtensions.d.ts +0 -99
  818. package/dist/browser/operations/machineExtensions.d.ts.map +0 -1
  819. package/dist/browser/operations/machineExtensions.js +0 -448
  820. package/dist/browser/operations/machineExtensions.js.map +0 -1
  821. package/dist/browser/operations/machineRunCommands.d.ts +0 -81
  822. package/dist/browser/operations/machineRunCommands.d.ts.map +0 -1
  823. package/dist/browser/operations/machineRunCommands.js +0 -364
  824. package/dist/browser/operations/machineRunCommands.js.map +0 -1
  825. package/dist/browser/operations/machines.d.ts +0 -109
  826. package/dist/browser/operations/machines.d.ts.map +0 -1
  827. package/dist/browser/operations/machines.js +0 -541
  828. package/dist/browser/operations/machines.js.map +0 -1
  829. package/dist/browser/operations/networkProfileOperations.d.ts +0 -20
  830. package/dist/browser/operations/networkProfileOperations.d.ts.map +0 -1
  831. package/dist/browser/operations/networkProfileOperations.js +0 -53
  832. package/dist/browser/operations/networkProfileOperations.js.map +0 -1
  833. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
  834. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  835. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +0 -271
  836. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  837. package/dist/browser/operations/operations.d.ts +0 -26
  838. package/dist/browser/operations/operations.d.ts.map +0 -1
  839. package/dist/browser/operations/operations.js +0 -96
  840. package/dist/browser/operations/operations.js.map +0 -1
  841. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -81
  842. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  843. package/dist/browser/operations/privateEndpointConnections.js +0 -359
  844. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  845. package/dist/browser/operations/privateLinkResources.d.ts +0 -46
  846. package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
  847. package/dist/browser/operations/privateLinkResources.js +0 -182
  848. package/dist/browser/operations/privateLinkResources.js.map +0 -1
  849. package/dist/browser/operations/privateLinkScopes.d.ts +0 -108
  850. package/dist/browser/operations/privateLinkScopes.d.ts.map +0 -1
  851. package/dist/browser/operations/privateLinkScopes.js +0 -493
  852. package/dist/browser/operations/privateLinkScopes.js.map +0 -1
  853. package/dist/browser/operations/settingsOperations.d.ts +0 -45
  854. package/dist/browser/operations/settingsOperations.d.ts.map +0 -1
  855. package/dist/browser/operations/settingsOperations.js +0 -163
  856. package/dist/browser/operations/settingsOperations.js.map +0 -1
  857. package/dist/browser/operationsInterfaces/extensionMetadata.d.ts +0 -23
  858. package/dist/browser/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
  859. package/dist/browser/operationsInterfaces/extensionMetadata.js +0 -9
  860. package/dist/browser/operationsInterfaces/extensionMetadata.js.map +0 -1
  861. package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts +0 -23
  862. package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts.map +0 -1
  863. package/dist/browser/operationsInterfaces/extensionMetadataV2.js +0 -9
  864. package/dist/browser/operationsInterfaces/extensionMetadataV2.js.map +0 -1
  865. package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts +0 -12
  866. package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts.map +0 -1
  867. package/dist/browser/operationsInterfaces/extensionPublisherOperations.js +0 -9
  868. package/dist/browser/operationsInterfaces/extensionPublisherOperations.js.map +0 -1
  869. package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts +0 -13
  870. package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts.map +0 -1
  871. package/dist/browser/operationsInterfaces/extensionTypeOperations.js +0 -9
  872. package/dist/browser/operationsInterfaces/extensionTypeOperations.js.map +0 -1
  873. package/dist/browser/operationsInterfaces/gateways.d.ts +0 -63
  874. package/dist/browser/operationsInterfaces/gateways.d.ts.map +0 -1
  875. package/dist/browser/operationsInterfaces/gateways.js +0 -9
  876. package/dist/browser/operationsInterfaces/gateways.js.map +0 -1
  877. package/dist/browser/operationsInterfaces/index.d.ts +0 -18
  878. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  879. package/dist/browser/operationsInterfaces/index.js +0 -25
  880. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  881. package/dist/browser/operationsInterfaces/licenseProfiles.d.ts +0 -67
  882. package/dist/browser/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
  883. package/dist/browser/operationsInterfaces/licenseProfiles.js +0 -9
  884. package/dist/browser/operationsInterfaces/licenseProfiles.js.map +0 -1
  885. package/dist/browser/operationsInterfaces/licenses.d.ts +0 -83
  886. package/dist/browser/operationsInterfaces/licenses.d.ts.map +0 -1
  887. package/dist/browser/operationsInterfaces/licenses.js +0 -9
  888. package/dist/browser/operationsInterfaces/licenses.js.map +0 -1
  889. package/dist/browser/operationsInterfaces/machineExtensions.d.ts +0 -74
  890. package/dist/browser/operationsInterfaces/machineExtensions.d.ts.map +0 -1
  891. package/dist/browser/operationsInterfaces/machineExtensions.js +0 -9
  892. package/dist/browser/operationsInterfaces/machineExtensions.js.map +0 -1
  893. package/dist/browser/operationsInterfaces/machineRunCommands.d.ts +0 -56
  894. package/dist/browser/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
  895. package/dist/browser/operationsInterfaces/machineRunCommands.js +0 -9
  896. package/dist/browser/operationsInterfaces/machineRunCommands.js.map +0 -1
  897. package/dist/browser/operationsInterfaces/machines.d.ts +0 -71
  898. package/dist/browser/operationsInterfaces/machines.d.ts.map +0 -1
  899. package/dist/browser/operationsInterfaces/machines.js +0 -9
  900. package/dist/browser/operationsInterfaces/machines.js.map +0 -1
  901. package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts +0 -12
  902. package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
  903. package/dist/browser/operationsInterfaces/networkProfileOperations.js +0 -9
  904. package/dist/browser/operationsInterfaces/networkProfileOperations.js.map +0 -1
  905. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
  906. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  907. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
  908. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  909. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  910. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  911. package/dist/browser/operationsInterfaces/operations.js +0 -9
  912. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  913. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  914. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  915. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
  916. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  917. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -21
  918. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  919. package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
  920. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
  921. package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +0 -72
  922. package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
  923. package/dist/browser/operationsInterfaces/privateLinkScopes.js +0 -9
  924. package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +0 -1
  925. package/dist/browser/operationsInterfaces/settingsOperations.d.ts +0 -37
  926. package/dist/browser/operationsInterfaces/settingsOperations.d.ts.map +0 -1
  927. package/dist/browser/operationsInterfaces/settingsOperations.js +0 -9
  928. package/dist/browser/operationsInterfaces/settingsOperations.js.map +0 -1
  929. package/dist/browser/pagingHelper.d.ts +0 -13
  930. package/dist/browser/pagingHelper.d.ts.map +0 -1
  931. package/dist/browser/pagingHelper.js +0 -32
  932. package/dist/browser/pagingHelper.js.map +0 -1
  933. package/dist/commonjs/hybridComputeManagementClient.d.ts.map +0 -1
  934. package/dist/commonjs/index.d.ts.map +0 -1
  935. package/dist/commonjs/lroImpl.d.ts +0 -11
  936. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  937. package/dist/commonjs/lroImpl.js +0 -24
  938. package/dist/commonjs/lroImpl.js.map +0 -1
  939. package/dist/commonjs/models/index.d.ts.map +0 -1
  940. package/dist/commonjs/models/mappers.d.ts +0 -140
  941. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  942. package/dist/commonjs/models/mappers.js +0 -4756
  943. package/dist/commonjs/models/mappers.js.map +0 -1
  944. package/dist/commonjs/models/parameters.d.ts +0 -51
  945. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  946. package/dist/commonjs/models/parameters.js +0 -459
  947. package/dist/commonjs/models/parameters.js.map +0 -1
  948. package/dist/commonjs/operations/extensionMetadata.d.ts +0 -41
  949. package/dist/commonjs/operations/extensionMetadata.d.ts.map +0 -1
  950. package/dist/commonjs/operations/extensionMetadata.js +0 -146
  951. package/dist/commonjs/operations/extensionMetadata.js.map +0 -1
  952. package/dist/commonjs/operations/extensionMetadataV2.d.ts +0 -50
  953. package/dist/commonjs/operations/extensionMetadataV2.d.ts.map +0 -1
  954. package/dist/commonjs/operations/extensionMetadataV2.js +0 -190
  955. package/dist/commonjs/operations/extensionMetadataV2.js.map +0 -1
  956. package/dist/commonjs/operations/extensionPublisherOperations.d.ts +0 -35
  957. package/dist/commonjs/operations/extensionPublisherOperations.d.ts.map +0 -1
  958. package/dist/commonjs/operations/extensionPublisherOperations.js +0 -140
  959. package/dist/commonjs/operations/extensionPublisherOperations.js.map +0 -1
  960. package/dist/commonjs/operations/extensionTypeOperations.d.ts +0 -38
  961. package/dist/commonjs/operations/extensionTypeOperations.d.ts.map +0 -1
  962. package/dist/commonjs/operations/extensionTypeOperations.js +0 -148
  963. package/dist/commonjs/operations/extensionTypeOperations.js.map +0 -1
  964. package/dist/commonjs/operations/gateways.d.ts +0 -99
  965. package/dist/commonjs/operations/gateways.d.ts.map +0 -1
  966. package/dist/commonjs/operations/gateways.js +0 -491
  967. package/dist/commonjs/operations/gateways.js.map +0 -1
  968. package/dist/commonjs/operations/index.d.ts +0 -18
  969. package/dist/commonjs/operations/index.d.ts.map +0 -1
  970. package/dist/commonjs/operations/index.js +0 -28
  971. package/dist/commonjs/operations/index.js.map +0 -1
  972. package/dist/commonjs/operations/licenseProfiles.d.ts +0 -92
  973. package/dist/commonjs/operations/licenseProfiles.d.ts.map +0 -1
  974. package/dist/commonjs/operations/licenseProfiles.js +0 -441
  975. package/dist/commonjs/operations/licenseProfiles.js.map +0 -1
  976. package/dist/commonjs/operations/licenses.d.ts +0 -119
  977. package/dist/commonjs/operations/licenses.d.ts.map +0 -1
  978. package/dist/commonjs/operations/licenses.js +0 -611
  979. package/dist/commonjs/operations/licenses.js.map +0 -1
  980. package/dist/commonjs/operations/machineExtensions.d.ts +0 -99
  981. package/dist/commonjs/operations/machineExtensions.d.ts.map +0 -1
  982. package/dist/commonjs/operations/machineExtensions.js +0 -452
  983. package/dist/commonjs/operations/machineExtensions.js.map +0 -1
  984. package/dist/commonjs/operations/machineRunCommands.d.ts +0 -81
  985. package/dist/commonjs/operations/machineRunCommands.d.ts.map +0 -1
  986. package/dist/commonjs/operations/machineRunCommands.js +0 -368
  987. package/dist/commonjs/operations/machineRunCommands.js.map +0 -1
  988. package/dist/commonjs/operations/machines.d.ts +0 -109
  989. package/dist/commonjs/operations/machines.d.ts.map +0 -1
  990. package/dist/commonjs/operations/machines.js +0 -545
  991. package/dist/commonjs/operations/machines.js.map +0 -1
  992. package/dist/commonjs/operations/networkProfileOperations.d.ts +0 -20
  993. package/dist/commonjs/operations/networkProfileOperations.d.ts.map +0 -1
  994. package/dist/commonjs/operations/networkProfileOperations.js +0 -58
  995. package/dist/commonjs/operations/networkProfileOperations.js.map +0 -1
  996. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
  997. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  998. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +0 -275
  999. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1000. package/dist/commonjs/operations/operations.d.ts +0 -26
  1001. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  1002. package/dist/commonjs/operations/operations.js +0 -100
  1003. package/dist/commonjs/operations/operations.js.map +0 -1
  1004. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -81
  1005. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  1006. package/dist/commonjs/operations/privateEndpointConnections.js +0 -363
  1007. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  1008. package/dist/commonjs/operations/privateLinkResources.d.ts +0 -46
  1009. package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
  1010. package/dist/commonjs/operations/privateLinkResources.js +0 -186
  1011. package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
  1012. package/dist/commonjs/operations/privateLinkScopes.d.ts +0 -108
  1013. package/dist/commonjs/operations/privateLinkScopes.d.ts.map +0 -1
  1014. package/dist/commonjs/operations/privateLinkScopes.js +0 -497
  1015. package/dist/commonjs/operations/privateLinkScopes.js.map +0 -1
  1016. package/dist/commonjs/operations/settingsOperations.d.ts +0 -45
  1017. package/dist/commonjs/operations/settingsOperations.d.ts.map +0 -1
  1018. package/dist/commonjs/operations/settingsOperations.js +0 -168
  1019. package/dist/commonjs/operations/settingsOperations.js.map +0 -1
  1020. package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts +0 -23
  1021. package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
  1022. package/dist/commonjs/operationsInterfaces/extensionMetadata.js +0 -10
  1023. package/dist/commonjs/operationsInterfaces/extensionMetadata.js.map +0 -1
  1024. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts +0 -23
  1025. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts.map +0 -1
  1026. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js +0 -10
  1027. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js.map +0 -1
  1028. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts +0 -12
  1029. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts.map +0 -1
  1030. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js +0 -10
  1031. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js.map +0 -1
  1032. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts +0 -13
  1033. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts.map +0 -1
  1034. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js +0 -10
  1035. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js.map +0 -1
  1036. package/dist/commonjs/operationsInterfaces/gateways.d.ts +0 -63
  1037. package/dist/commonjs/operationsInterfaces/gateways.d.ts.map +0 -1
  1038. package/dist/commonjs/operationsInterfaces/gateways.js +0 -10
  1039. package/dist/commonjs/operationsInterfaces/gateways.js.map +0 -1
  1040. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -18
  1041. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  1042. package/dist/commonjs/operationsInterfaces/index.js +0 -28
  1043. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  1044. package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts +0 -67
  1045. package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
  1046. package/dist/commonjs/operationsInterfaces/licenseProfiles.js +0 -10
  1047. package/dist/commonjs/operationsInterfaces/licenseProfiles.js.map +0 -1
  1048. package/dist/commonjs/operationsInterfaces/licenses.d.ts +0 -83
  1049. package/dist/commonjs/operationsInterfaces/licenses.d.ts.map +0 -1
  1050. package/dist/commonjs/operationsInterfaces/licenses.js +0 -10
  1051. package/dist/commonjs/operationsInterfaces/licenses.js.map +0 -1
  1052. package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts +0 -74
  1053. package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts.map +0 -1
  1054. package/dist/commonjs/operationsInterfaces/machineExtensions.js +0 -10
  1055. package/dist/commonjs/operationsInterfaces/machineExtensions.js.map +0 -1
  1056. package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts +0 -56
  1057. package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
  1058. package/dist/commonjs/operationsInterfaces/machineRunCommands.js +0 -10
  1059. package/dist/commonjs/operationsInterfaces/machineRunCommands.js.map +0 -1
  1060. package/dist/commonjs/operationsInterfaces/machines.d.ts +0 -71
  1061. package/dist/commonjs/operationsInterfaces/machines.d.ts.map +0 -1
  1062. package/dist/commonjs/operationsInterfaces/machines.js +0 -10
  1063. package/dist/commonjs/operationsInterfaces/machines.js.map +0 -1
  1064. package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts +0 -12
  1065. package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
  1066. package/dist/commonjs/operationsInterfaces/networkProfileOperations.js +0 -10
  1067. package/dist/commonjs/operationsInterfaces/networkProfileOperations.js.map +0 -1
  1068. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
  1069. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1070. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -10
  1071. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1072. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  1073. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  1074. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  1075. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  1076. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  1077. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1078. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
  1079. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1080. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -21
  1081. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1082. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
  1083. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
  1084. package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +0 -72
  1085. package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
  1086. package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +0 -10
  1087. package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +0 -1
  1088. package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts +0 -37
  1089. package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts.map +0 -1
  1090. package/dist/commonjs/operationsInterfaces/settingsOperations.js +0 -10
  1091. package/dist/commonjs/operationsInterfaces/settingsOperations.js.map +0 -1
  1092. package/dist/commonjs/pagingHelper.d.ts +0 -13
  1093. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  1094. package/dist/commonjs/pagingHelper.js +0 -36
  1095. package/dist/commonjs/pagingHelper.js.map +0 -1
  1096. package/dist/esm/hybridComputeManagementClient.d.ts.map +0 -1
  1097. package/dist/esm/index.d.ts.map +0 -1
  1098. package/dist/esm/lroImpl.d.ts +0 -11
  1099. package/dist/esm/lroImpl.d.ts.map +0 -1
  1100. package/dist/esm/lroImpl.js +0 -21
  1101. package/dist/esm/lroImpl.js.map +0 -1
  1102. package/dist/esm/models/index.d.ts.map +0 -1
  1103. package/dist/esm/models/mappers.d.ts +0 -140
  1104. package/dist/esm/models/mappers.d.ts.map +0 -1
  1105. package/dist/esm/models/mappers.js +0 -4751
  1106. package/dist/esm/models/mappers.js.map +0 -1
  1107. package/dist/esm/models/parameters.d.ts +0 -51
  1108. package/dist/esm/models/parameters.d.ts.map +0 -1
  1109. package/dist/esm/models/parameters.js +0 -456
  1110. package/dist/esm/models/parameters.js.map +0 -1
  1111. package/dist/esm/operations/extensionMetadata.d.ts +0 -41
  1112. package/dist/esm/operations/extensionMetadata.d.ts.map +0 -1
  1113. package/dist/esm/operations/extensionMetadata.js +0 -142
  1114. package/dist/esm/operations/extensionMetadata.js.map +0 -1
  1115. package/dist/esm/operations/extensionMetadataV2.d.ts +0 -50
  1116. package/dist/esm/operations/extensionMetadataV2.d.ts.map +0 -1
  1117. package/dist/esm/operations/extensionMetadataV2.js +0 -186
  1118. package/dist/esm/operations/extensionMetadataV2.js.map +0 -1
  1119. package/dist/esm/operations/extensionPublisherOperations.d.ts +0 -35
  1120. package/dist/esm/operations/extensionPublisherOperations.d.ts.map +0 -1
  1121. package/dist/esm/operations/extensionPublisherOperations.js +0 -136
  1122. package/dist/esm/operations/extensionPublisherOperations.js.map +0 -1
  1123. package/dist/esm/operations/extensionTypeOperations.d.ts +0 -38
  1124. package/dist/esm/operations/extensionTypeOperations.d.ts.map +0 -1
  1125. package/dist/esm/operations/extensionTypeOperations.js +0 -144
  1126. package/dist/esm/operations/extensionTypeOperations.js.map +0 -1
  1127. package/dist/esm/operations/gateways.d.ts +0 -99
  1128. package/dist/esm/operations/gateways.d.ts.map +0 -1
  1129. package/dist/esm/operations/gateways.js +0 -487
  1130. package/dist/esm/operations/gateways.js.map +0 -1
  1131. package/dist/esm/operations/index.d.ts +0 -18
  1132. package/dist/esm/operations/index.d.ts.map +0 -1
  1133. package/dist/esm/operations/index.js +0 -25
  1134. package/dist/esm/operations/index.js.map +0 -1
  1135. package/dist/esm/operations/licenseProfiles.d.ts +0 -92
  1136. package/dist/esm/operations/licenseProfiles.d.ts.map +0 -1
  1137. package/dist/esm/operations/licenseProfiles.js +0 -437
  1138. package/dist/esm/operations/licenseProfiles.js.map +0 -1
  1139. package/dist/esm/operations/licenses.d.ts +0 -119
  1140. package/dist/esm/operations/licenses.d.ts.map +0 -1
  1141. package/dist/esm/operations/licenses.js +0 -607
  1142. package/dist/esm/operations/licenses.js.map +0 -1
  1143. package/dist/esm/operations/machineExtensions.d.ts +0 -99
  1144. package/dist/esm/operations/machineExtensions.d.ts.map +0 -1
  1145. package/dist/esm/operations/machineExtensions.js +0 -448
  1146. package/dist/esm/operations/machineExtensions.js.map +0 -1
  1147. package/dist/esm/operations/machineRunCommands.d.ts +0 -81
  1148. package/dist/esm/operations/machineRunCommands.d.ts.map +0 -1
  1149. package/dist/esm/operations/machineRunCommands.js +0 -364
  1150. package/dist/esm/operations/machineRunCommands.js.map +0 -1
  1151. package/dist/esm/operations/machines.d.ts +0 -109
  1152. package/dist/esm/operations/machines.d.ts.map +0 -1
  1153. package/dist/esm/operations/machines.js +0 -541
  1154. package/dist/esm/operations/machines.js.map +0 -1
  1155. package/dist/esm/operations/networkProfileOperations.d.ts +0 -20
  1156. package/dist/esm/operations/networkProfileOperations.d.ts.map +0 -1
  1157. package/dist/esm/operations/networkProfileOperations.js +0 -53
  1158. package/dist/esm/operations/networkProfileOperations.js.map +0 -1
  1159. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
  1160. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1161. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +0 -271
  1162. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1163. package/dist/esm/operations/operations.d.ts +0 -26
  1164. package/dist/esm/operations/operations.d.ts.map +0 -1
  1165. package/dist/esm/operations/operations.js +0 -96
  1166. package/dist/esm/operations/operations.js.map +0 -1
  1167. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -81
  1168. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  1169. package/dist/esm/operations/privateEndpointConnections.js +0 -359
  1170. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  1171. package/dist/esm/operations/privateLinkResources.d.ts +0 -46
  1172. package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
  1173. package/dist/esm/operations/privateLinkResources.js +0 -182
  1174. package/dist/esm/operations/privateLinkResources.js.map +0 -1
  1175. package/dist/esm/operations/privateLinkScopes.d.ts +0 -108
  1176. package/dist/esm/operations/privateLinkScopes.d.ts.map +0 -1
  1177. package/dist/esm/operations/privateLinkScopes.js +0 -493
  1178. package/dist/esm/operations/privateLinkScopes.js.map +0 -1
  1179. package/dist/esm/operations/settingsOperations.d.ts +0 -45
  1180. package/dist/esm/operations/settingsOperations.d.ts.map +0 -1
  1181. package/dist/esm/operations/settingsOperations.js +0 -163
  1182. package/dist/esm/operations/settingsOperations.js.map +0 -1
  1183. package/dist/esm/operationsInterfaces/extensionMetadata.d.ts +0 -23
  1184. package/dist/esm/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
  1185. package/dist/esm/operationsInterfaces/extensionMetadata.js +0 -9
  1186. package/dist/esm/operationsInterfaces/extensionMetadata.js.map +0 -1
  1187. package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts +0 -23
  1188. package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts.map +0 -1
  1189. package/dist/esm/operationsInterfaces/extensionMetadataV2.js +0 -9
  1190. package/dist/esm/operationsInterfaces/extensionMetadataV2.js.map +0 -1
  1191. package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts +0 -12
  1192. package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts.map +0 -1
  1193. package/dist/esm/operationsInterfaces/extensionPublisherOperations.js +0 -9
  1194. package/dist/esm/operationsInterfaces/extensionPublisherOperations.js.map +0 -1
  1195. package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts +0 -13
  1196. package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts.map +0 -1
  1197. package/dist/esm/operationsInterfaces/extensionTypeOperations.js +0 -9
  1198. package/dist/esm/operationsInterfaces/extensionTypeOperations.js.map +0 -1
  1199. package/dist/esm/operationsInterfaces/gateways.d.ts +0 -63
  1200. package/dist/esm/operationsInterfaces/gateways.d.ts.map +0 -1
  1201. package/dist/esm/operationsInterfaces/gateways.js +0 -9
  1202. package/dist/esm/operationsInterfaces/gateways.js.map +0 -1
  1203. package/dist/esm/operationsInterfaces/index.d.ts +0 -18
  1204. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1205. package/dist/esm/operationsInterfaces/index.js +0 -25
  1206. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  1207. package/dist/esm/operationsInterfaces/licenseProfiles.d.ts +0 -67
  1208. package/dist/esm/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
  1209. package/dist/esm/operationsInterfaces/licenseProfiles.js +0 -9
  1210. package/dist/esm/operationsInterfaces/licenseProfiles.js.map +0 -1
  1211. package/dist/esm/operationsInterfaces/licenses.d.ts +0 -83
  1212. package/dist/esm/operationsInterfaces/licenses.d.ts.map +0 -1
  1213. package/dist/esm/operationsInterfaces/licenses.js +0 -9
  1214. package/dist/esm/operationsInterfaces/licenses.js.map +0 -1
  1215. package/dist/esm/operationsInterfaces/machineExtensions.d.ts +0 -74
  1216. package/dist/esm/operationsInterfaces/machineExtensions.d.ts.map +0 -1
  1217. package/dist/esm/operationsInterfaces/machineExtensions.js +0 -9
  1218. package/dist/esm/operationsInterfaces/machineExtensions.js.map +0 -1
  1219. package/dist/esm/operationsInterfaces/machineRunCommands.d.ts +0 -56
  1220. package/dist/esm/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
  1221. package/dist/esm/operationsInterfaces/machineRunCommands.js +0 -9
  1222. package/dist/esm/operationsInterfaces/machineRunCommands.js.map +0 -1
  1223. package/dist/esm/operationsInterfaces/machines.d.ts +0 -71
  1224. package/dist/esm/operationsInterfaces/machines.d.ts.map +0 -1
  1225. package/dist/esm/operationsInterfaces/machines.js +0 -9
  1226. package/dist/esm/operationsInterfaces/machines.js.map +0 -1
  1227. package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts +0 -12
  1228. package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
  1229. package/dist/esm/operationsInterfaces/networkProfileOperations.js +0 -9
  1230. package/dist/esm/operationsInterfaces/networkProfileOperations.js.map +0 -1
  1231. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
  1232. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1233. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
  1234. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1235. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1236. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1237. package/dist/esm/operationsInterfaces/operations.js +0 -9
  1238. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  1239. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  1240. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1241. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
  1242. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1243. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -21
  1244. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1245. package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
  1246. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
  1247. package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +0 -72
  1248. package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
  1249. package/dist/esm/operationsInterfaces/privateLinkScopes.js +0 -9
  1250. package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +0 -1
  1251. package/dist/esm/operationsInterfaces/settingsOperations.d.ts +0 -37
  1252. package/dist/esm/operationsInterfaces/settingsOperations.d.ts.map +0 -1
  1253. package/dist/esm/operationsInterfaces/settingsOperations.js +0 -9
  1254. package/dist/esm/operationsInterfaces/settingsOperations.js.map +0 -1
  1255. package/dist/esm/pagingHelper.d.ts +0 -13
  1256. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1257. package/dist/esm/pagingHelper.js +0 -32
  1258. package/dist/esm/pagingHelper.js.map +0 -1
  1259. package/dist/react-native/hybridComputeManagementClient.d.ts +0 -70
  1260. package/dist/react-native/hybridComputeManagementClient.d.ts.map +0 -1
  1261. package/dist/react-native/hybridComputeManagementClient.js +0 -285
  1262. package/dist/react-native/hybridComputeManagementClient.js.map +0 -1
  1263. package/dist/react-native/index.d.ts +0 -5
  1264. package/dist/react-native/index.d.ts.map +0 -1
  1265. package/dist/react-native/index.js +0 -13
  1266. package/dist/react-native/index.js.map +0 -1
  1267. package/dist/react-native/lroImpl.d.ts +0 -11
  1268. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1269. package/dist/react-native/lroImpl.js +0 -21
  1270. package/dist/react-native/lroImpl.js.map +0 -1
  1271. package/dist/react-native/models/index.d.ts +0 -3482
  1272. package/dist/react-native/models/index.d.ts.map +0 -1
  1273. package/dist/react-native/models/index.js +0 -450
  1274. package/dist/react-native/models/index.js.map +0 -1
  1275. package/dist/react-native/models/mappers.d.ts +0 -140
  1276. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1277. package/dist/react-native/models/mappers.js +0 -4751
  1278. package/dist/react-native/models/mappers.js.map +0 -1
  1279. package/dist/react-native/models/parameters.d.ts +0 -51
  1280. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1281. package/dist/react-native/models/parameters.js +0 -456
  1282. package/dist/react-native/models/parameters.js.map +0 -1
  1283. package/dist/react-native/operations/extensionMetadata.d.ts +0 -41
  1284. package/dist/react-native/operations/extensionMetadata.d.ts.map +0 -1
  1285. package/dist/react-native/operations/extensionMetadata.js +0 -142
  1286. package/dist/react-native/operations/extensionMetadata.js.map +0 -1
  1287. package/dist/react-native/operations/extensionMetadataV2.d.ts +0 -50
  1288. package/dist/react-native/operations/extensionMetadataV2.d.ts.map +0 -1
  1289. package/dist/react-native/operations/extensionMetadataV2.js +0 -186
  1290. package/dist/react-native/operations/extensionMetadataV2.js.map +0 -1
  1291. package/dist/react-native/operations/extensionPublisherOperations.d.ts +0 -35
  1292. package/dist/react-native/operations/extensionPublisherOperations.d.ts.map +0 -1
  1293. package/dist/react-native/operations/extensionPublisherOperations.js +0 -136
  1294. package/dist/react-native/operations/extensionPublisherOperations.js.map +0 -1
  1295. package/dist/react-native/operations/extensionTypeOperations.d.ts +0 -38
  1296. package/dist/react-native/operations/extensionTypeOperations.d.ts.map +0 -1
  1297. package/dist/react-native/operations/extensionTypeOperations.js +0 -144
  1298. package/dist/react-native/operations/extensionTypeOperations.js.map +0 -1
  1299. package/dist/react-native/operations/gateways.d.ts +0 -99
  1300. package/dist/react-native/operations/gateways.d.ts.map +0 -1
  1301. package/dist/react-native/operations/gateways.js +0 -487
  1302. package/dist/react-native/operations/gateways.js.map +0 -1
  1303. package/dist/react-native/operations/index.d.ts +0 -18
  1304. package/dist/react-native/operations/index.d.ts.map +0 -1
  1305. package/dist/react-native/operations/index.js +0 -25
  1306. package/dist/react-native/operations/index.js.map +0 -1
  1307. package/dist/react-native/operations/licenseProfiles.d.ts +0 -92
  1308. package/dist/react-native/operations/licenseProfiles.d.ts.map +0 -1
  1309. package/dist/react-native/operations/licenseProfiles.js +0 -437
  1310. package/dist/react-native/operations/licenseProfiles.js.map +0 -1
  1311. package/dist/react-native/operations/licenses.d.ts +0 -119
  1312. package/dist/react-native/operations/licenses.d.ts.map +0 -1
  1313. package/dist/react-native/operations/licenses.js +0 -607
  1314. package/dist/react-native/operations/licenses.js.map +0 -1
  1315. package/dist/react-native/operations/machineExtensions.d.ts +0 -99
  1316. package/dist/react-native/operations/machineExtensions.d.ts.map +0 -1
  1317. package/dist/react-native/operations/machineExtensions.js +0 -448
  1318. package/dist/react-native/operations/machineExtensions.js.map +0 -1
  1319. package/dist/react-native/operations/machineRunCommands.d.ts +0 -81
  1320. package/dist/react-native/operations/machineRunCommands.d.ts.map +0 -1
  1321. package/dist/react-native/operations/machineRunCommands.js +0 -364
  1322. package/dist/react-native/operations/machineRunCommands.js.map +0 -1
  1323. package/dist/react-native/operations/machines.d.ts +0 -109
  1324. package/dist/react-native/operations/machines.d.ts.map +0 -1
  1325. package/dist/react-native/operations/machines.js +0 -541
  1326. package/dist/react-native/operations/machines.js.map +0 -1
  1327. package/dist/react-native/operations/networkProfileOperations.d.ts +0 -20
  1328. package/dist/react-native/operations/networkProfileOperations.d.ts.map +0 -1
  1329. package/dist/react-native/operations/networkProfileOperations.js +0 -53
  1330. package/dist/react-native/operations/networkProfileOperations.js.map +0 -1
  1331. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
  1332. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1333. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +0 -271
  1334. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  1335. package/dist/react-native/operations/operations.d.ts +0 -26
  1336. package/dist/react-native/operations/operations.d.ts.map +0 -1
  1337. package/dist/react-native/operations/operations.js +0 -96
  1338. package/dist/react-native/operations/operations.js.map +0 -1
  1339. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -81
  1340. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  1341. package/dist/react-native/operations/privateEndpointConnections.js +0 -359
  1342. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  1343. package/dist/react-native/operations/privateLinkResources.d.ts +0 -46
  1344. package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
  1345. package/dist/react-native/operations/privateLinkResources.js +0 -182
  1346. package/dist/react-native/operations/privateLinkResources.js.map +0 -1
  1347. package/dist/react-native/operations/privateLinkScopes.d.ts +0 -108
  1348. package/dist/react-native/operations/privateLinkScopes.d.ts.map +0 -1
  1349. package/dist/react-native/operations/privateLinkScopes.js +0 -493
  1350. package/dist/react-native/operations/privateLinkScopes.js.map +0 -1
  1351. package/dist/react-native/operations/settingsOperations.d.ts +0 -45
  1352. package/dist/react-native/operations/settingsOperations.d.ts.map +0 -1
  1353. package/dist/react-native/operations/settingsOperations.js +0 -163
  1354. package/dist/react-native/operations/settingsOperations.js.map +0 -1
  1355. package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts +0 -23
  1356. package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
  1357. package/dist/react-native/operationsInterfaces/extensionMetadata.js +0 -9
  1358. package/dist/react-native/operationsInterfaces/extensionMetadata.js.map +0 -1
  1359. package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts +0 -23
  1360. package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts.map +0 -1
  1361. package/dist/react-native/operationsInterfaces/extensionMetadataV2.js +0 -9
  1362. package/dist/react-native/operationsInterfaces/extensionMetadataV2.js.map +0 -1
  1363. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts +0 -12
  1364. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts.map +0 -1
  1365. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js +0 -9
  1366. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js.map +0 -1
  1367. package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts +0 -13
  1368. package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts.map +0 -1
  1369. package/dist/react-native/operationsInterfaces/extensionTypeOperations.js +0 -9
  1370. package/dist/react-native/operationsInterfaces/extensionTypeOperations.js.map +0 -1
  1371. package/dist/react-native/operationsInterfaces/gateways.d.ts +0 -63
  1372. package/dist/react-native/operationsInterfaces/gateways.d.ts.map +0 -1
  1373. package/dist/react-native/operationsInterfaces/gateways.js +0 -9
  1374. package/dist/react-native/operationsInterfaces/gateways.js.map +0 -1
  1375. package/dist/react-native/operationsInterfaces/index.d.ts +0 -18
  1376. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1377. package/dist/react-native/operationsInterfaces/index.js +0 -25
  1378. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1379. package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts +0 -67
  1380. package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
  1381. package/dist/react-native/operationsInterfaces/licenseProfiles.js +0 -9
  1382. package/dist/react-native/operationsInterfaces/licenseProfiles.js.map +0 -1
  1383. package/dist/react-native/operationsInterfaces/licenses.d.ts +0 -83
  1384. package/dist/react-native/operationsInterfaces/licenses.d.ts.map +0 -1
  1385. package/dist/react-native/operationsInterfaces/licenses.js +0 -9
  1386. package/dist/react-native/operationsInterfaces/licenses.js.map +0 -1
  1387. package/dist/react-native/operationsInterfaces/machineExtensions.d.ts +0 -74
  1388. package/dist/react-native/operationsInterfaces/machineExtensions.d.ts.map +0 -1
  1389. package/dist/react-native/operationsInterfaces/machineExtensions.js +0 -9
  1390. package/dist/react-native/operationsInterfaces/machineExtensions.js.map +0 -1
  1391. package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts +0 -56
  1392. package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
  1393. package/dist/react-native/operationsInterfaces/machineRunCommands.js +0 -9
  1394. package/dist/react-native/operationsInterfaces/machineRunCommands.js.map +0 -1
  1395. package/dist/react-native/operationsInterfaces/machines.d.ts +0 -71
  1396. package/dist/react-native/operationsInterfaces/machines.d.ts.map +0 -1
  1397. package/dist/react-native/operationsInterfaces/machines.js +0 -9
  1398. package/dist/react-native/operationsInterfaces/machines.js.map +0 -1
  1399. package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts +0 -12
  1400. package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
  1401. package/dist/react-native/operationsInterfaces/networkProfileOperations.js +0 -9
  1402. package/dist/react-native/operationsInterfaces/networkProfileOperations.js.map +0 -1
  1403. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
  1404. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1405. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
  1406. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1407. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  1408. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  1409. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  1410. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  1411. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  1412. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1413. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
  1414. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1415. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -21
  1416. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1417. package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
  1418. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
  1419. package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +0 -72
  1420. package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
  1421. package/dist/react-native/operationsInterfaces/privateLinkScopes.js +0 -9
  1422. package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +0 -1
  1423. package/dist/react-native/operationsInterfaces/settingsOperations.d.ts +0 -37
  1424. package/dist/react-native/operationsInterfaces/settingsOperations.d.ts.map +0 -1
  1425. package/dist/react-native/operationsInterfaces/settingsOperations.js +0 -9
  1426. package/dist/react-native/operationsInterfaces/settingsOperations.js.map +0 -1
  1427. package/dist/react-native/package.json +0 -3
  1428. package/dist/react-native/pagingHelper.d.ts +0 -13
  1429. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1430. package/dist/react-native/pagingHelper.js +0 -32
  1431. package/dist/react-native/pagingHelper.js.map +0 -1
  1432. package/review/arm-hybridcompute.api.md +0 -2344
@@ -0,0 +1,2792 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** Describes the Machine Extension Upgrade Properties. */
6
+ export interface MachineExtensionUpgrade {
7
+ /** Describes the Extension Target Properties. */
8
+ extensionTargets?: Record<string, ExtensionTargetProperties>;
9
+ }
10
+ export declare function machineExtensionUpgradeSerializer(item: MachineExtensionUpgrade): any;
11
+ export declare function extensionTargetPropertiesRecordSerializer(item: Record<string, ExtensionTargetProperties>): Record<string, any>;
12
+ /** Describes the Machine Extension Target Version Properties */
13
+ export interface ExtensionTargetProperties {
14
+ /** Properties for the specified Extension to Upgrade. */
15
+ targetVersion?: string;
16
+ }
17
+ export declare function extensionTargetPropertiesSerializer(item: ExtensionTargetProperties): any;
18
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
19
+ export interface ErrorResponse {
20
+ /** The error object. */
21
+ error?: ErrorDetail;
22
+ }
23
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
24
+ /** The error detail. */
25
+ export interface ErrorDetail {
26
+ /** The error code. */
27
+ readonly code?: string;
28
+ /** The error message. */
29
+ readonly message?: string;
30
+ /** The error target. */
31
+ readonly target?: string;
32
+ /** The error details. */
33
+ readonly details?: ErrorDetail[];
34
+ /** The error additional info. */
35
+ readonly additionalInfo?: ErrorAdditionalInfo[];
36
+ }
37
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
38
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
39
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
40
+ /** The resource management error additional info. */
41
+ export interface ErrorAdditionalInfo {
42
+ /** The additional info type. */
43
+ readonly type?: string;
44
+ /** The additional info. */
45
+ readonly info?: any;
46
+ }
47
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
48
+ /** model interface SetupExtensionRequest */
49
+ export interface SetupExtensionRequest {
50
+ /** The list of extensions */
51
+ extensions?: MachineExtensionProperties[];
52
+ }
53
+ export declare function setupExtensionRequestSerializer(item: SetupExtensionRequest): any;
54
+ export declare function setupExtensionRequestDeserializer(item: any): SetupExtensionRequest;
55
+ export declare function machineExtensionPropertiesArraySerializer(result: Array<MachineExtensionProperties>): any[];
56
+ export declare function machineExtensionPropertiesArrayDeserializer(result: Array<MachineExtensionProperties>): any[];
57
+ /** Describes the properties of a Machine Extension. */
58
+ export interface MachineExtensionProperties {
59
+ /** How the extension handler should be forced to update even if the extension configuration has not changed. */
60
+ forceUpdateTag?: string;
61
+ /** The name of the extension handler publisher. */
62
+ publisher?: string;
63
+ /** Specifies the type of the extension; an example is "CustomScriptExtension". */
64
+ type?: string;
65
+ /** Specifies the version of the script handler. */
66
+ typeHandlerVersion?: string;
67
+ /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
68
+ enableAutomaticUpgrade?: boolean;
69
+ /** 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. */
70
+ autoUpgradeMinorVersion?: boolean;
71
+ /** Json formatted public settings for the extension. */
72
+ settings?: Record<string, any>;
73
+ /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
74
+ protectedSettings?: Record<string, any>;
75
+ /** The provisioning state, which only appears in the response. */
76
+ readonly provisioningState?: string;
77
+ /** The machine extension instance view. */
78
+ instanceView?: MachineExtensionInstanceView;
79
+ }
80
+ export declare function machineExtensionPropertiesSerializer(item: MachineExtensionProperties): any;
81
+ export declare function machineExtensionPropertiesDeserializer(item: any): MachineExtensionProperties;
82
+ /** Describes the Machine Extension Instance View. */
83
+ export interface MachineExtensionInstanceView {
84
+ /** The machine extension name. */
85
+ name?: string;
86
+ /** Specifies the type of the extension; an example is "CustomScriptExtension". */
87
+ type?: string;
88
+ /** Specifies the version of the script handler. */
89
+ typeHandlerVersion?: string;
90
+ /** Instance view status. */
91
+ status?: MachineExtensionInstanceViewStatus;
92
+ }
93
+ export declare function machineExtensionInstanceViewSerializer(item: MachineExtensionInstanceView): any;
94
+ export declare function machineExtensionInstanceViewDeserializer(item: any): MachineExtensionInstanceView;
95
+ /** Instance view status. */
96
+ export interface MachineExtensionInstanceViewStatus {
97
+ /** The status code. */
98
+ code?: string;
99
+ /** The level code. */
100
+ level?: StatusLevelTypes;
101
+ /** The short localizable label for the status. */
102
+ displayStatus?: string;
103
+ /** The detailed status message, including for alerts and error messages. */
104
+ message?: string;
105
+ /** The time of the status. */
106
+ time?: Date;
107
+ }
108
+ export declare function machineExtensionInstanceViewStatusSerializer(item: MachineExtensionInstanceViewStatus): any;
109
+ export declare function machineExtensionInstanceViewStatusDeserializer(item: any): MachineExtensionInstanceViewStatus;
110
+ /** The level code. */
111
+ export declare enum KnownStatusLevelTypes {
112
+ /** Info */
113
+ Info = "Info",
114
+ /** Warning */
115
+ Warning = "Warning",
116
+ /** Error */
117
+ Error = "Error"
118
+ }
119
+ /**
120
+ * The level code. \
121
+ * {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
122
+ * this enum contains the known values that the service supports.
123
+ * ### Known values supported by the service
124
+ * **Info**: Info \
125
+ * **Warning**: Warning \
126
+ * **Error**: Error
127
+ */
128
+ export type StatusLevelTypes = string;
129
+ /** The List of Operations. */
130
+ export interface _OperationListResult {
131
+ /** The list of operations. */
132
+ readonly value?: OperationValue[];
133
+ /** The URL to get the next set of results. */
134
+ readonly nextLink?: string;
135
+ }
136
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
137
+ export declare function operationValueArrayDeserializer(result: Array<OperationValue>): any[];
138
+ /** Describes the properties of a Compute Operation value. */
139
+ export interface OperationValue {
140
+ /** The origin of the compute operation. */
141
+ readonly origin?: string;
142
+ /** The name of the compute operation. */
143
+ readonly name?: string;
144
+ /** Display properties */
145
+ display?: OperationValueDisplay;
146
+ /** This property indicates if the operation is an action or a data action */
147
+ readonly isDataAction?: boolean;
148
+ }
149
+ export declare function operationValueDeserializer(item: any): OperationValue;
150
+ /** Describes the properties of a Hybrid Compute Operation Value Display. */
151
+ export interface OperationValueDisplay {
152
+ /** The display name of the compute operation. */
153
+ readonly operation?: string;
154
+ /** The display name of the resource the operation applies to. */
155
+ readonly resource?: string;
156
+ /** The description of the operation. */
157
+ readonly description?: string;
158
+ /** The resource provider for the operation. */
159
+ readonly provider?: string;
160
+ }
161
+ export declare function operationValueDisplayDeserializer(item: any): OperationValueDisplay;
162
+ /** Describes a license in a hybrid machine. */
163
+ export interface License extends TrackedResource {
164
+ /** The provisioning state, which only appears in the response. */
165
+ readonly provisioningState?: ProvisioningState;
166
+ /** Describes the tenant id. */
167
+ tenantId?: string;
168
+ /** The type of the license resource. */
169
+ licenseType?: LicenseType;
170
+ /** Describes the properties of a License. */
171
+ licenseDetails?: LicenseDetails;
172
+ }
173
+ export declare function licenseSerializer(item: License): any;
174
+ export declare function licenseDeserializer(item: any): License;
175
+ /** Describes the properties of a License Profile. */
176
+ export interface LicenseProperties {
177
+ /** The provisioning state, which only appears in the response. */
178
+ readonly provisioningState?: ProvisioningState;
179
+ /** Describes the tenant id. */
180
+ tenantId?: string;
181
+ /** The type of the license resource. */
182
+ licenseType?: LicenseType;
183
+ /** Describes the properties of a License. */
184
+ licenseDetails?: LicenseDetails;
185
+ }
186
+ export declare function licensePropertiesSerializer(item: LicenseProperties): any;
187
+ export declare function licensePropertiesDeserializer(item: any): LicenseProperties;
188
+ /** The provisioning state, which only appears in the response. */
189
+ export declare enum KnownProvisioningState {
190
+ /** Creating */
191
+ Creating = "Creating",
192
+ /** Updating */
193
+ Updating = "Updating",
194
+ /** Deleting */
195
+ Deleting = "Deleting",
196
+ /** Succeeded */
197
+ Succeeded = "Succeeded",
198
+ /** Failed */
199
+ Failed = "Failed",
200
+ /** Accepted */
201
+ Accepted = "Accepted",
202
+ /** Canceled */
203
+ Canceled = "Canceled",
204
+ /** Deleted */
205
+ Deleted = "Deleted"
206
+ }
207
+ /**
208
+ * The provisioning state, which only appears in the response. \
209
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
210
+ * this enum contains the known values that the service supports.
211
+ * ### Known values supported by the service
212
+ * **Creating**: Creating \
213
+ * **Updating**: Updating \
214
+ * **Deleting**: Deleting \
215
+ * **Succeeded**: Succeeded \
216
+ * **Failed**: Failed \
217
+ * **Accepted**: Accepted \
218
+ * **Canceled**: Canceled \
219
+ * **Deleted**: Deleted
220
+ */
221
+ export type ProvisioningState = string;
222
+ /** The type of the license resource. */
223
+ export declare enum KnownLicenseType {
224
+ /** ESU */
225
+ ESU = "ESU"
226
+ }
227
+ /**
228
+ * The type of the license resource. \
229
+ * {@link KnownLicenseType} can be used interchangeably with LicenseType,
230
+ * this enum contains the known values that the service supports.
231
+ * ### Known values supported by the service
232
+ * **ESU**: ESU
233
+ */
234
+ export type LicenseType = string;
235
+ /** Describes the properties of a License. */
236
+ export interface LicenseDetails {
237
+ /** Describes the state of the license. */
238
+ state?: LicenseState;
239
+ /** Describes the license target server. */
240
+ target?: LicenseTarget;
241
+ /** Describes the edition of the license. The values are either Standard or Datacenter. */
242
+ edition?: LicenseEdition;
243
+ /** Describes the license core type (pCore or vCore). */
244
+ type?: LicenseCoreType;
245
+ /** Describes the number of processors. */
246
+ processors?: number;
247
+ /** Describes the number of assigned licenses. */
248
+ readonly assignedLicenses?: number;
249
+ /** Describes the immutable id. */
250
+ readonly immutableId?: string;
251
+ /** A list of volume license details. */
252
+ volumeLicenseDetails?: VolumeLicenseDetails[];
253
+ }
254
+ export declare function licenseDetailsSerializer(item: LicenseDetails): any;
255
+ export declare function licenseDetailsDeserializer(item: any): LicenseDetails;
256
+ /** Describes the state of the license. */
257
+ export declare enum KnownLicenseState {
258
+ /** Activated */
259
+ Activated = "Activated",
260
+ /** Deactivated */
261
+ Deactivated = "Deactivated"
262
+ }
263
+ /**
264
+ * Describes the state of the license. \
265
+ * {@link KnownLicenseState} can be used interchangeably with LicenseState,
266
+ * this enum contains the known values that the service supports.
267
+ * ### Known values supported by the service
268
+ * **Activated**: Activated \
269
+ * **Deactivated**: Deactivated
270
+ */
271
+ export type LicenseState = string;
272
+ /** Describes the license target server. */
273
+ export declare enum KnownLicenseTarget {
274
+ /** Windows Server 2012 */
275
+ WindowsServer2012 = "Windows Server 2012",
276
+ /** Windows Server 2012 R2 */
277
+ WindowsServer2012R2 = "Windows Server 2012 R2"
278
+ }
279
+ /**
280
+ * Describes the license target server. \
281
+ * {@link KnownLicenseTarget} can be used interchangeably with LicenseTarget,
282
+ * this enum contains the known values that the service supports.
283
+ * ### Known values supported by the service
284
+ * **Windows Server 2012**: Windows Server 2012 \
285
+ * **Windows Server 2012 R2**: Windows Server 2012 R2
286
+ */
287
+ export type LicenseTarget = string;
288
+ /** Describes the edition of the license. The values are either Standard or Datacenter. */
289
+ export declare enum KnownLicenseEdition {
290
+ /** Standard */
291
+ Standard = "Standard",
292
+ /** Datacenter */
293
+ Datacenter = "Datacenter"
294
+ }
295
+ /**
296
+ * Describes the edition of the license. The values are either Standard or Datacenter. \
297
+ * {@link KnownLicenseEdition} can be used interchangeably with LicenseEdition,
298
+ * this enum contains the known values that the service supports.
299
+ * ### Known values supported by the service
300
+ * **Standard**: Standard \
301
+ * **Datacenter**: Datacenter
302
+ */
303
+ export type LicenseEdition = string;
304
+ /** Describes the license core type (pCore or vCore). */
305
+ export declare enum KnownLicenseCoreType {
306
+ /** pCore */
307
+ PCore = "pCore",
308
+ /** vCore */
309
+ VCore = "vCore"
310
+ }
311
+ /**
312
+ * Describes the license core type (pCore or vCore). \
313
+ * {@link KnownLicenseCoreType} can be used interchangeably with LicenseCoreType,
314
+ * this enum contains the known values that the service supports.
315
+ * ### Known values supported by the service
316
+ * **pCore**: pCore \
317
+ * **vCore**: vCore
318
+ */
319
+ export type LicenseCoreType = string;
320
+ export declare function volumeLicenseDetailsArraySerializer(result: Array<VolumeLicenseDetails>): any[];
321
+ export declare function volumeLicenseDetailsArrayDeserializer(result: Array<VolumeLicenseDetails>): any[];
322
+ /** model interface VolumeLicenseDetails */
323
+ export interface VolumeLicenseDetails {
324
+ /** Describes the program year the volume license is for. */
325
+ programYear?: ProgramYear;
326
+ /** The invoice id for the volume license. */
327
+ invoiceId?: string;
328
+ }
329
+ export declare function volumeLicenseDetailsSerializer(item: VolumeLicenseDetails): any;
330
+ export declare function volumeLicenseDetailsDeserializer(item: any): VolumeLicenseDetails;
331
+ /** Describes the program year the volume license is for. */
332
+ export declare enum KnownProgramYear {
333
+ /** Year 1 */
334
+ Year1 = "Year 1",
335
+ /** Year 2 */
336
+ Year2 = "Year 2",
337
+ /** Year 3 */
338
+ Year3 = "Year 3"
339
+ }
340
+ /**
341
+ * Describes the program year the volume license is for. \
342
+ * {@link KnownProgramYear} can be used interchangeably with ProgramYear,
343
+ * this enum contains the known values that the service supports.
344
+ * ### Known values supported by the service
345
+ * **Year 1**: Year 1 \
346
+ * **Year 2**: Year 2 \
347
+ * **Year 3**: Year 3
348
+ */
349
+ export type ProgramYear = string;
350
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
351
+ export interface TrackedResource extends Resource {
352
+ /** Resource tags. */
353
+ tags?: Record<string, string>;
354
+ /** The geo-location where the resource lives */
355
+ location: string;
356
+ }
357
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
358
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
359
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
360
+ export interface Resource {
361
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
362
+ readonly id?: string;
363
+ /** The name of the resource */
364
+ readonly name?: string;
365
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
366
+ readonly type?: string;
367
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
368
+ readonly systemData?: SystemData;
369
+ }
370
+ export declare function resourceSerializer(_item: Resource): any;
371
+ export declare function resourceDeserializer(item: any): Resource;
372
+ /** Metadata pertaining to creation and last modification of the resource. */
373
+ export interface SystemData {
374
+ /** The identity that created the resource. */
375
+ createdBy?: string;
376
+ /** The type of identity that created the resource. */
377
+ createdByType?: CreatedByType;
378
+ /** The timestamp of resource creation (UTC). */
379
+ createdAt?: Date;
380
+ /** The identity that last modified the resource. */
381
+ lastModifiedBy?: string;
382
+ /** The type of identity that last modified the resource. */
383
+ lastModifiedByType?: CreatedByType;
384
+ /** The timestamp of resource last modification (UTC) */
385
+ lastModifiedAt?: Date;
386
+ }
387
+ export declare function systemDataDeserializer(item: any): SystemData;
388
+ /** The kind of entity that created the resource. */
389
+ export declare enum KnownCreatedByType {
390
+ /** The entity was created by a user. */
391
+ User = "User",
392
+ /** The entity was created by an application. */
393
+ Application = "Application",
394
+ /** The entity was created by a managed identity. */
395
+ ManagedIdentity = "ManagedIdentity",
396
+ /** The entity was created by a key. */
397
+ Key = "Key"
398
+ }
399
+ /**
400
+ * The kind of entity that created the resource. \
401
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
402
+ * this enum contains the known values that the service supports.
403
+ * ### Known values supported by the service
404
+ * **User**: The entity was created by a user. \
405
+ * **Application**: The entity was created by an application. \
406
+ * **ManagedIdentity**: The entity was created by a managed identity. \
407
+ * **Key**: The entity was created by a key.
408
+ */
409
+ export type CreatedByType = string;
410
+ /** Describes a License Update. */
411
+ export interface LicenseUpdate extends ResourceUpdate {
412
+ /** The type of the license resource. */
413
+ licenseType?: LicenseType;
414
+ licenseDetails?: LicenseUpdatePropertiesLicenseDetails;
415
+ }
416
+ export declare function licenseUpdateSerializer(item: LicenseUpdate): any;
417
+ /** Describes the Update properties of a License Profile. */
418
+ export interface LicenseUpdateProperties {
419
+ /** The type of the license resource. */
420
+ licenseType?: LicenseType;
421
+ /** Describes the state of the license. */
422
+ state?: LicenseState;
423
+ /** Describes the license target server. */
424
+ target?: LicenseTarget;
425
+ /** Describes the edition of the license. The values are either Standard or Datacenter. */
426
+ edition?: LicenseEdition;
427
+ /** Describes the license core type (pCore or vCore). */
428
+ type?: LicenseCoreType;
429
+ /** Describes the number of processors. */
430
+ processors?: number;
431
+ }
432
+ export declare function licenseUpdatePropertiesSerializer(item: LicenseUpdateProperties): any;
433
+ /** model interface LicenseUpdatePropertiesLicenseDetails */
434
+ export interface LicenseUpdatePropertiesLicenseDetails {
435
+ /** Describes the state of the license. */
436
+ state?: LicenseState;
437
+ /** Describes the license target server. */
438
+ target?: LicenseTarget;
439
+ /** Describes the edition of the license. The values are either Standard or Datacenter. */
440
+ edition?: LicenseEdition;
441
+ /** Describes the license core type (pCore or vCore). */
442
+ type?: LicenseCoreType;
443
+ /** Describes the number of processors. */
444
+ processors?: number;
445
+ }
446
+ export declare function licenseUpdatePropertiesLicenseDetailsSerializer(item: LicenseUpdatePropertiesLicenseDetails): any;
447
+ /** The Update Resource model definition. */
448
+ export interface ResourceUpdate {
449
+ /** Resource tags */
450
+ tags?: Record<string, string>;
451
+ }
452
+ export declare function resourceUpdateSerializer(item: ResourceUpdate): any;
453
+ /** Paged collection of License items */
454
+ export interface _LicensesListResult {
455
+ /** The License items on this page */
456
+ value: License[];
457
+ /** The link to the next page of items */
458
+ nextLink?: string;
459
+ }
460
+ export declare function _licensesListResultDeserializer(item: any): _LicensesListResult;
461
+ export declare function licenseArraySerializer(result: Array<License>): any[];
462
+ export declare function licenseArrayDeserializer(result: Array<License>): any[];
463
+ /** Describes a hybrid machine. */
464
+ export interface Machine extends TrackedResource {
465
+ /** The list of extensions affiliated to the machine */
466
+ readonly resources?: MachineExtension[];
467
+ /** Identity for the resource. */
468
+ identity?: Identity;
469
+ /** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */
470
+ kind?: ArcKindEnum;
471
+ /** Metadata pertaining to the geographic location of the resource. */
472
+ locationData?: LocationData;
473
+ /** Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM. */
474
+ readonly agentConfiguration?: AgentConfiguration;
475
+ /** Statuses of dependent services that are reported back to ARM. */
476
+ serviceStatuses?: ServiceStatuses;
477
+ /** Information about the machine's hardware */
478
+ readonly hardwareProfile?: HardwareProfile;
479
+ /** Information about the machine's storage */
480
+ readonly storageProfile?: StorageProfile;
481
+ /** Information about the machine's firmware */
482
+ readonly firmwareProfile?: FirmwareProfile;
483
+ /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
484
+ cloudMetadata?: CloudMetadata;
485
+ /** The info of the machine w.r.t Agent Upgrade */
486
+ agentUpgrade?: AgentUpgrade;
487
+ /** Specifies the operating system settings for the hybrid machine. */
488
+ osProfile?: OSProfile;
489
+ /** Specifies the License related properties for a machine. */
490
+ licenseProfile?: LicenseProfileMachineInstanceView;
491
+ /** The provisioning state, which only appears in the response. */
492
+ readonly provisioningState?: string;
493
+ /** The status of the hybrid machine agent. */
494
+ readonly status?: StatusTypes;
495
+ /** The time of the last status change. */
496
+ readonly lastStatusChange?: Date;
497
+ /** Details about the error state. */
498
+ readonly errorDetails?: ErrorDetail[];
499
+ /** The hybrid machine agent full version. */
500
+ readonly agentVersion?: string;
501
+ /** Specifies the hybrid machine unique ID. */
502
+ vmId?: string;
503
+ /** Specifies the hybrid machine display name. */
504
+ readonly displayName?: string;
505
+ /** Specifies the hybrid machine FQDN. */
506
+ readonly machineFqdn?: string;
507
+ /** Public Key that the client provides to be used during initial resource onboarding */
508
+ clientPublicKey?: string;
509
+ /** Specifies the identity key store a machine is using. */
510
+ identityKeyStore?: IdentityKeyStore;
511
+ /** Endorsement Key Certificate of the Trusted Platform Module (TPM) that the client provides to be used during initial resource onboarding. */
512
+ tpmEkCertificate?: string;
513
+ /** The Operating System running on the hybrid machine. */
514
+ readonly osName?: string;
515
+ /** The version of Operating System running on the hybrid machine. */
516
+ readonly osVersion?: string;
517
+ /** The type of Operating System (windows/linux). */
518
+ osType?: string;
519
+ /** Specifies the Arc Machine's unique SMBIOS ID */
520
+ readonly vmUuid?: string;
521
+ /** Machine Extensions information (deprecated field) */
522
+ extensions?: MachineExtensionInstanceView[];
523
+ /** Specifies the Operating System product SKU. */
524
+ readonly osSku?: string;
525
+ /** The edition of the Operating System. */
526
+ readonly osEdition?: string;
527
+ /** Specifies the Windows domain name. */
528
+ readonly domainName?: string;
529
+ /** Specifies the AD fully qualified display name. */
530
+ readonly adFqdn?: string;
531
+ /** Specifies the DNS fully qualified display name. */
532
+ readonly dnsFqdn?: string;
533
+ /** The resource id of the private link scope this machine is assigned to, if any. */
534
+ privateLinkScopeResourceId?: string;
535
+ /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */
536
+ parentClusterResourceId?: string;
537
+ /** Specifies the resource ID of the associated hardware device. Only settable by HCI RP. */
538
+ hardwareResourceId?: string;
539
+ /** Specifies whether any MS SQL instance is discovered on the machine. */
540
+ mssqlDiscovered?: string;
541
+ /** Detected properties from the machine. */
542
+ readonly detectedProperties?: Record<string, string>;
543
+ /** Information about the network the machine is on. */
544
+ readonly networkProfile?: NetworkProfile;
545
+ }
546
+ export declare function machineSerializer(item: Machine): any;
547
+ export declare function machineDeserializer(item: any): Machine;
548
+ /** Describes the properties of a hybrid machine. */
549
+ export interface MachineProperties {
550
+ /** Metadata pertaining to the geographic location of the resource. */
551
+ locationData?: LocationData;
552
+ /** Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM. */
553
+ readonly agentConfiguration?: AgentConfiguration;
554
+ /** Statuses of dependent services that are reported back to ARM. */
555
+ serviceStatuses?: ServiceStatuses;
556
+ /** Information about the machine's hardware */
557
+ readonly hardwareProfile?: HardwareProfile;
558
+ /** Information about the machine's storage */
559
+ readonly storageProfile?: StorageProfile;
560
+ /** Information about the machine's firmware */
561
+ readonly firmwareProfile?: FirmwareProfile;
562
+ /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
563
+ cloudMetadata?: CloudMetadata;
564
+ /** The info of the machine w.r.t Agent Upgrade */
565
+ agentUpgrade?: AgentUpgrade;
566
+ /** Specifies the operating system settings for the hybrid machine. */
567
+ osProfile?: OSProfile;
568
+ /** Specifies the License related properties for a machine. */
569
+ licenseProfile?: LicenseProfileMachineInstanceView;
570
+ /** The provisioning state, which only appears in the response. */
571
+ readonly provisioningState?: string;
572
+ /** The status of the hybrid machine agent. */
573
+ readonly status?: StatusTypes;
574
+ /** The time of the last status change. */
575
+ readonly lastStatusChange?: Date;
576
+ /** Details about the error state. */
577
+ readonly errorDetails?: ErrorDetail[];
578
+ /** The hybrid machine agent full version. */
579
+ readonly agentVersion?: string;
580
+ /** Specifies the hybrid machine unique ID. */
581
+ vmId?: string;
582
+ /** Specifies the hybrid machine display name. */
583
+ readonly displayName?: string;
584
+ /** Specifies the hybrid machine FQDN. */
585
+ readonly machineFqdn?: string;
586
+ /** Public Key that the client provides to be used during initial resource onboarding */
587
+ clientPublicKey?: string;
588
+ /** Specifies the identity key store a machine is using. */
589
+ identityKeyStore?: IdentityKeyStore;
590
+ /** Endorsement Key Certificate of the Trusted Platform Module (TPM) that the client provides to be used during initial resource onboarding. */
591
+ tpmEkCertificate?: string;
592
+ /** The Operating System running on the hybrid machine. */
593
+ readonly osName?: string;
594
+ /** The version of Operating System running on the hybrid machine. */
595
+ readonly osVersion?: string;
596
+ /** The type of Operating System (windows/linux). */
597
+ osType?: string;
598
+ /** Specifies the Arc Machine's unique SMBIOS ID */
599
+ readonly vmUuid?: string;
600
+ /** Machine Extensions information (deprecated field) */
601
+ extensions?: MachineExtensionInstanceView[];
602
+ /** Specifies the Operating System product SKU. */
603
+ readonly osSku?: string;
604
+ /** The edition of the Operating System. */
605
+ readonly osEdition?: string;
606
+ /** Specifies the Windows domain name. */
607
+ readonly domainName?: string;
608
+ /** Specifies the AD fully qualified display name. */
609
+ readonly adFqdn?: string;
610
+ /** Specifies the DNS fully qualified display name. */
611
+ readonly dnsFqdn?: string;
612
+ /** The resource id of the private link scope this machine is assigned to, if any. */
613
+ privateLinkScopeResourceId?: string;
614
+ /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */
615
+ parentClusterResourceId?: string;
616
+ /** Specifies the resource ID of the associated hardware device. Only settable by HCI RP. */
617
+ hardwareResourceId?: string;
618
+ /** Specifies whether any MS SQL instance is discovered on the machine. */
619
+ mssqlDiscovered?: string;
620
+ /** Detected properties from the machine. */
621
+ readonly detectedProperties?: Record<string, string>;
622
+ /** Information about the network the machine is on. */
623
+ readonly networkProfile?: NetworkProfile;
624
+ }
625
+ export declare function machinePropertiesSerializer(item: MachineProperties): any;
626
+ export declare function machinePropertiesDeserializer(item: any): MachineProperties;
627
+ /** Metadata pertaining to the geographic location of the resource. */
628
+ export interface LocationData {
629
+ /** A canonical name for the geographic or physical location. */
630
+ name: string;
631
+ /** The city or locality where the resource is located. */
632
+ city?: string;
633
+ /** The district, state, or province where the resource is located. */
634
+ district?: string;
635
+ /** The country or region where the resource is located */
636
+ countryOrRegion?: string;
637
+ }
638
+ export declare function locationDataSerializer(item: LocationData): any;
639
+ export declare function locationDataDeserializer(item: any): LocationData;
640
+ /** Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM. */
641
+ export interface AgentConfiguration {
642
+ /** Specifies the URL of the proxy to be used. */
643
+ readonly proxyUrl?: string;
644
+ /** Specifies the list of ports that the agent will be able to listen on. */
645
+ readonly incomingConnectionsPorts?: string[];
646
+ /** Array of extensions that are allowed to be installed or updated. */
647
+ readonly extensionsAllowList?: ConfigurationExtension[];
648
+ /** Array of extensions that are blocked (cannot be installed or updated) */
649
+ readonly extensionsBlockList?: ConfigurationExtension[];
650
+ /** List of service names which should not use the specified proxy server. */
651
+ readonly proxyBypass?: string[];
652
+ /** Specifies whether the extension service is enabled or disabled. */
653
+ readonly extensionsEnabled?: string;
654
+ /** Specified whether the guest configuration service is enabled or disabled. */
655
+ readonly guestConfigurationEnabled?: string;
656
+ /** Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft. */
657
+ readonly configMode?: AgentConfigurationMode;
658
+ }
659
+ export declare function agentConfigurationDeserializer(item: any): AgentConfiguration;
660
+ export declare function configurationExtensionArrayDeserializer(result: Array<ConfigurationExtension>): any[];
661
+ /** Describes properties that can identify extensions. */
662
+ export interface ConfigurationExtension {
663
+ /** Publisher of the extension. */
664
+ readonly publisher?: string;
665
+ /** Type of the extension. */
666
+ readonly type?: string;
667
+ }
668
+ export declare function configurationExtensionDeserializer(item: any): ConfigurationExtension;
669
+ /** Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft. */
670
+ export declare enum KnownAgentConfigurationMode {
671
+ /** full */
672
+ Full = "full",
673
+ /** monitor */
674
+ Monitor = "monitor"
675
+ }
676
+ /**
677
+ * Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft. \
678
+ * {@link KnownAgentConfigurationMode} can be used interchangeably with AgentConfigurationMode,
679
+ * this enum contains the known values that the service supports.
680
+ * ### Known values supported by the service
681
+ * **full**: full \
682
+ * **monitor**: monitor
683
+ */
684
+ export type AgentConfigurationMode = string;
685
+ /** Reports the state and behavior of dependent services. */
686
+ export interface ServiceStatuses {
687
+ /** The state of the extension service on the Arc-enabled machine. */
688
+ extensionService?: ServiceStatus;
689
+ /** The state of the guest configuration service on the Arc-enabled machine. */
690
+ guestConfigurationService?: ServiceStatus;
691
+ }
692
+ export declare function serviceStatusesSerializer(item: ServiceStatuses): any;
693
+ export declare function serviceStatusesDeserializer(item: any): ServiceStatuses;
694
+ /** Describes the status and behavior of a service. */
695
+ export interface ServiceStatus {
696
+ /** The current status of the service. */
697
+ status?: string;
698
+ /** The behavior of the service when the Arc-enabled machine starts up. */
699
+ startupType?: string;
700
+ }
701
+ export declare function serviceStatusSerializer(item: ServiceStatus): any;
702
+ export declare function serviceStatusDeserializer(item: any): ServiceStatus;
703
+ /** Describes the hardware of the machine */
704
+ export interface HardwareProfile {
705
+ /** The total physical memory on the machine */
706
+ readonly totalPhysicalMemoryInBytes?: number;
707
+ /** The total number of CPU sockets available on the machine */
708
+ readonly numberOfCpuSockets?: number;
709
+ /** The physical processors of the machine. */
710
+ readonly processors?: Processor[];
711
+ }
712
+ export declare function hardwareProfileDeserializer(item: any): HardwareProfile;
713
+ export declare function processorArrayDeserializer(result: Array<Processor>): any[];
714
+ /** Describes the firmware of the machine */
715
+ export interface Processor {
716
+ /** The name of the processor. */
717
+ readonly name?: string;
718
+ /** The total number of physical cores on the processor. */
719
+ readonly numberOfCores?: number;
720
+ }
721
+ export declare function processorDeserializer(item: any): Processor;
722
+ /** Describes the storage configuration of the machine */
723
+ export interface StorageProfile {
724
+ /** The disks on the machine. */
725
+ readonly disks?: Disk[];
726
+ }
727
+ export declare function storageProfileDeserializer(item: any): StorageProfile;
728
+ export declare function diskArrayDeserializer(result: Array<Disk>): any[];
729
+ /** Describes a disk on the machine */
730
+ export interface Disk {
731
+ /** The path of the disk. */
732
+ path?: string;
733
+ /** The type of the disk. */
734
+ diskType?: string;
735
+ /** The generated ID of the disk. */
736
+ generatedId?: string;
737
+ /** The ID of the disk. */
738
+ id?: string;
739
+ /** The name of the disk. */
740
+ name?: string;
741
+ /** The size of the disk, in bytes */
742
+ maxSizeInBytes?: number;
743
+ /** The amount of space used on the disk, in bytes */
744
+ usedSpaceInBytes?: number;
745
+ }
746
+ export declare function diskDeserializer(item: any): Disk;
747
+ /** Describes the firmware of the machine */
748
+ export interface FirmwareProfile {
749
+ /** The serial number of the firmware */
750
+ readonly serialNumber?: string;
751
+ /** The type of the firmware */
752
+ readonly type?: string;
753
+ }
754
+ export declare function firmwareProfileDeserializer(item: any): FirmwareProfile;
755
+ /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
756
+ export interface CloudMetadata {
757
+ /** Specifies the cloud provider (Azure/AWS/GCP...). */
758
+ readonly provider?: string;
759
+ }
760
+ export declare function cloudMetadataSerializer(_item: CloudMetadata): any;
761
+ export declare function cloudMetadataDeserializer(item: any): CloudMetadata;
762
+ /** The info w.r.t Agent Upgrade. */
763
+ export interface AgentUpgrade {
764
+ /** Specifies the version info w.r.t AgentUpgrade for the machine. */
765
+ desiredVersion?: string;
766
+ /** The correlation ID associated with an agent upgrade operation. */
767
+ correlationId?: string;
768
+ /** Specifies if the machine's agent should be upgraded */
769
+ enableAutomaticUpgrade?: boolean;
770
+ /** Specifies the version of the last attempt */
771
+ readonly lastAttemptDesiredVersion?: string;
772
+ /** Timestamp of last upgrade attempt */
773
+ readonly lastAttemptTimestamp?: Date;
774
+ /** Specifies the status of Agent Upgrade. */
775
+ readonly lastAttemptStatus?: LastAttemptStatusEnum;
776
+ /** Failure message of last upgrade attempt if any. */
777
+ readonly lastAttemptMessage?: string;
778
+ }
779
+ export declare function agentUpgradeSerializer(item: AgentUpgrade): any;
780
+ export declare function agentUpgradeDeserializer(item: any): AgentUpgrade;
781
+ /** Specifies the status of Agent Upgrade. */
782
+ export declare enum KnownLastAttemptStatusEnum {
783
+ /** Success */
784
+ Success = "Success",
785
+ /** Failed */
786
+ Failed = "Failed"
787
+ }
788
+ /**
789
+ * Specifies the status of Agent Upgrade. \
790
+ * {@link KnownLastAttemptStatusEnum} can be used interchangeably with LastAttemptStatusEnum,
791
+ * this enum contains the known values that the service supports.
792
+ * ### Known values supported by the service
793
+ * **Success**: Success \
794
+ * **Failed**: Failed
795
+ */
796
+ export type LastAttemptStatusEnum = string;
797
+ /** Specifies the operating system settings for the hybrid machine. */
798
+ export interface OSProfile {
799
+ /** Specifies the host OS name of the hybrid machine. */
800
+ readonly computerName?: string;
801
+ /** Specifies the windows configuration for update management. */
802
+ windowsConfiguration?: OSProfileWindowsConfiguration;
803
+ /** Specifies the linux configuration for update management. */
804
+ linuxConfiguration?: OSProfileLinuxConfiguration;
805
+ }
806
+ export declare function osProfileSerializer(item: OSProfile): any;
807
+ export declare function osProfileDeserializer(item: any): OSProfile;
808
+ /** Specifies the windows configuration for update management. */
809
+ export interface OSProfileWindowsConfiguration {
810
+ /** Specifies the assessment mode. */
811
+ assessmentMode?: AssessmentModeTypes;
812
+ /** Specifies the patch mode. */
813
+ patchMode?: PatchModeTypes;
814
+ /** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */
815
+ enableHotpatching?: boolean;
816
+ /** Status of the hotpatch capability enrollment or disenrollment. */
817
+ readonly status?: PatchSettingsStatus;
818
+ }
819
+ export declare function osProfileWindowsConfigurationSerializer(item: OSProfileWindowsConfiguration): any;
820
+ export declare function osProfileWindowsConfigurationDeserializer(item: any): OSProfileWindowsConfiguration;
821
+ /** Specifies the patch settings. */
822
+ export interface PatchSettings {
823
+ /** Specifies the assessment mode. */
824
+ assessmentMode?: AssessmentModeTypes;
825
+ /** Specifies the patch mode. */
826
+ patchMode?: PatchModeTypes;
827
+ /** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */
828
+ enableHotpatching?: boolean;
829
+ /** Status of the hotpatch capability enrollment or disenrollment. */
830
+ readonly status?: PatchSettingsStatus;
831
+ }
832
+ export declare function patchSettingsSerializer(item: PatchSettings): any;
833
+ export declare function patchSettingsDeserializer(item: any): PatchSettings;
834
+ /** Specifies the assessment mode. */
835
+ export declare enum KnownAssessmentModeTypes {
836
+ /** ImageDefault */
837
+ ImageDefault = "ImageDefault",
838
+ /** AutomaticByPlatform */
839
+ AutomaticByPlatform = "AutomaticByPlatform"
840
+ }
841
+ /**
842
+ * Specifies the assessment mode. \
843
+ * {@link KnownAssessmentModeTypes} can be used interchangeably with AssessmentModeTypes,
844
+ * this enum contains the known values that the service supports.
845
+ * ### Known values supported by the service
846
+ * **ImageDefault**: ImageDefault \
847
+ * **AutomaticByPlatform**: AutomaticByPlatform
848
+ */
849
+ export type AssessmentModeTypes = string;
850
+ /** Specifies the patch mode. */
851
+ export declare enum KnownPatchModeTypes {
852
+ /** ImageDefault */
853
+ ImageDefault = "ImageDefault",
854
+ /** AutomaticByPlatform */
855
+ AutomaticByPlatform = "AutomaticByPlatform",
856
+ /** AutomaticByOS */
857
+ AutomaticByOS = "AutomaticByOS",
858
+ /** Manual */
859
+ Manual = "Manual"
860
+ }
861
+ /**
862
+ * Specifies the patch mode. \
863
+ * {@link KnownPatchModeTypes} can be used interchangeably with PatchModeTypes,
864
+ * this enum contains the known values that the service supports.
865
+ * ### Known values supported by the service
866
+ * **ImageDefault**: ImageDefault \
867
+ * **AutomaticByPlatform**: AutomaticByPlatform \
868
+ * **AutomaticByOS**: AutomaticByOS \
869
+ * **Manual**: Manual
870
+ */
871
+ export type PatchModeTypes = string;
872
+ /** Status of the hotpatch capability enrollment or disenrollment. */
873
+ export interface PatchSettingsStatus {
874
+ /** Indicates the current status of the hotpatch being enabled or disabled. */
875
+ hotpatchEnablementStatus?: HotpatchEnablementStatus;
876
+ /** The errors that were encountered during the hotpatch capability enrollment or disenrollment. */
877
+ readonly error?: ErrorDetail;
878
+ }
879
+ export declare function patchSettingsStatusDeserializer(item: any): PatchSettingsStatus;
880
+ /** Status of hotpatch enablement or disablement. */
881
+ export declare enum KnownHotpatchEnablementStatus {
882
+ /** Unknown */
883
+ Unknown = "Unknown",
884
+ /** PendingEvaluation */
885
+ PendingEvaluation = "PendingEvaluation",
886
+ /** Disabled */
887
+ Disabled = "Disabled",
888
+ /** ActionRequired */
889
+ ActionRequired = "ActionRequired",
890
+ /** Enabled */
891
+ Enabled = "Enabled"
892
+ }
893
+ /**
894
+ * Status of hotpatch enablement or disablement. \
895
+ * {@link KnownHotpatchEnablementStatus} can be used interchangeably with HotpatchEnablementStatus,
896
+ * this enum contains the known values that the service supports.
897
+ * ### Known values supported by the service
898
+ * **Unknown**: Unknown \
899
+ * **PendingEvaluation**: PendingEvaluation \
900
+ * **Disabled**: Disabled \
901
+ * **ActionRequired**: ActionRequired \
902
+ * **Enabled**: Enabled
903
+ */
904
+ export type HotpatchEnablementStatus = string;
905
+ /** Specifies the linux configuration for update management. */
906
+ export interface OSProfileLinuxConfiguration {
907
+ /** Specifies the assessment mode. */
908
+ assessmentMode?: AssessmentModeTypes;
909
+ /** Specifies the patch mode. */
910
+ patchMode?: PatchModeTypes;
911
+ /** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */
912
+ enableHotpatching?: boolean;
913
+ /** Status of the hotpatch capability enrollment or disenrollment. */
914
+ readonly status?: PatchSettingsStatus;
915
+ }
916
+ export declare function osProfileLinuxConfigurationSerializer(item: OSProfileLinuxConfiguration): any;
917
+ export declare function osProfileLinuxConfigurationDeserializer(item: any): OSProfileLinuxConfiguration;
918
+ /** License Profile Instance View in Machine Properties. */
919
+ export interface LicenseProfileMachineInstanceView {
920
+ /** Indicates the license status of the OS. */
921
+ readonly licenseStatus?: LicenseStatus;
922
+ /** Indicates the license channel. */
923
+ readonly licenseChannel?: string;
924
+ /** Properties for the Machine ESU profile. */
925
+ esuProfile?: LicenseProfileMachineInstanceViewEsuProperties;
926
+ /** Specifies if this machine is licensed as part of a Software Assurance agreement. */
927
+ softwareAssuranceCustomer?: boolean;
928
+ /** Indicates the subscription status of the product. */
929
+ subscriptionStatus?: LicenseProfileSubscriptionStatus;
930
+ /** Indicates the product type of the license. */
931
+ productType?: LicenseProfileProductType;
932
+ /** The timestamp in UTC when the user enrolls the feature. */
933
+ readonly enrollmentDate?: Date;
934
+ /** The timestamp in UTC when the billing starts. */
935
+ readonly billingStartDate?: Date;
936
+ /** The timestamp in UTC when the user disenrolled the feature. */
937
+ readonly disenrollmentDate?: Date;
938
+ /** The timestamp in UTC when the billing ends. */
939
+ readonly billingEndDate?: Date;
940
+ /** The errors that were encountered during the feature enrollment or disenrollment. */
941
+ readonly error?: ErrorDetail;
942
+ /** The list of product features. */
943
+ productFeatures?: ProductFeature[];
944
+ }
945
+ export declare function licenseProfileMachineInstanceViewSerializer(item: LicenseProfileMachineInstanceView): any;
946
+ export declare function licenseProfileMachineInstanceViewDeserializer(item: any): LicenseProfileMachineInstanceView;
947
+ /** The license status. */
948
+ export declare enum KnownLicenseStatus {
949
+ /** Unlicensed */
950
+ Unlicensed = "Unlicensed",
951
+ /** Licensed */
952
+ Licensed = "Licensed",
953
+ /** OOBGrace */
954
+ OOBGrace = "OOBGrace",
955
+ /** OOTGrace */
956
+ OOTGrace = "OOTGrace",
957
+ /** NonGenuineGrace */
958
+ NonGenuineGrace = "NonGenuineGrace",
959
+ /** Notification */
960
+ Notification = "Notification",
961
+ /** ExtendedGrace */
962
+ ExtendedGrace = "ExtendedGrace"
963
+ }
964
+ /**
965
+ * The license status. \
966
+ * {@link KnownLicenseStatus} can be used interchangeably with LicenseStatus,
967
+ * this enum contains the known values that the service supports.
968
+ * ### Known values supported by the service
969
+ * **Unlicensed**: Unlicensed \
970
+ * **Licensed**: Licensed \
971
+ * **OOBGrace**: OOBGrace \
972
+ * **OOTGrace**: OOTGrace \
973
+ * **NonGenuineGrace**: NonGenuineGrace \
974
+ * **Notification**: Notification \
975
+ * **ExtendedGrace**: ExtendedGrace
976
+ */
977
+ export type LicenseStatus = string;
978
+ /** model interface LicenseProfileMachineInstanceViewSoftwareAssurance */
979
+ export interface LicenseProfileMachineInstanceViewSoftwareAssurance {
980
+ /** Specifies if this machine is licensed as part of a Software Assurance agreement. */
981
+ softwareAssuranceCustomer?: boolean;
982
+ }
983
+ export declare function licenseProfileMachineInstanceViewSoftwareAssuranceDeserializer(item: any): LicenseProfileMachineInstanceViewSoftwareAssurance;
984
+ /** Properties for the Machine ESU profile. */
985
+ export interface LicenseProfileMachineInstanceViewEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {
986
+ /** The assigned license resource. */
987
+ assignedLicense?: License;
988
+ /** Describes the license assignment state (Assigned or NotAssigned). */
989
+ licenseAssignmentState?: LicenseAssignmentState;
990
+ }
991
+ export declare function licenseProfileMachineInstanceViewEsuPropertiesSerializer(item: LicenseProfileMachineInstanceViewEsuProperties): any;
992
+ export declare function licenseProfileMachineInstanceViewEsuPropertiesDeserializer(item: any): LicenseProfileMachineInstanceViewEsuProperties;
993
+ /** Describes the license assignment state (Assigned or NotAssigned). */
994
+ export declare enum KnownLicenseAssignmentState {
995
+ /** Assigned */
996
+ Assigned = "Assigned",
997
+ /** NotAssigned */
998
+ NotAssigned = "NotAssigned"
999
+ }
1000
+ /**
1001
+ * Describes the license assignment state (Assigned or NotAssigned). \
1002
+ * {@link KnownLicenseAssignmentState} can be used interchangeably with LicenseAssignmentState,
1003
+ * this enum contains the known values that the service supports.
1004
+ * ### Known values supported by the service
1005
+ * **Assigned**: Assigned \
1006
+ * **NotAssigned**: NotAssigned
1007
+ */
1008
+ export type LicenseAssignmentState = string;
1009
+ /** Describes the properties of a Product License Profile ARM model. */
1010
+ export interface LicenseProfileArmProductProfileProperties {
1011
+ /** Indicates the subscription status of the product. */
1012
+ subscriptionStatus?: LicenseProfileSubscriptionStatus;
1013
+ /** Indicates the product type of the license. */
1014
+ productType?: LicenseProfileProductType;
1015
+ /** The timestamp in UTC when the user enrolls the feature. */
1016
+ readonly enrollmentDate?: Date;
1017
+ /** The timestamp in UTC when the billing starts. */
1018
+ readonly billingStartDate?: Date;
1019
+ /** The timestamp in UTC when the user disenrolled the feature. */
1020
+ readonly disenrollmentDate?: Date;
1021
+ /** The timestamp in UTC when the billing ends. */
1022
+ readonly billingEndDate?: Date;
1023
+ /** The errors that were encountered during the feature enrollment or disenrollment. */
1024
+ readonly error?: ErrorDetail;
1025
+ /** The list of product features. */
1026
+ productFeatures?: ProductFeature[];
1027
+ }
1028
+ export declare function licenseProfileArmProductProfilePropertiesSerializer(item: LicenseProfileArmProductProfileProperties): any;
1029
+ export declare function licenseProfileArmProductProfilePropertiesDeserializer(item: any): LicenseProfileArmProductProfileProperties;
1030
+ /** Subscription status of the OS or Product feature. */
1031
+ export declare enum KnownLicenseProfileSubscriptionStatus {
1032
+ /** Unknown */
1033
+ Unknown = "Unknown",
1034
+ /** Enabling */
1035
+ Enabling = "Enabling",
1036
+ /** Enabled */
1037
+ Enabled = "Enabled",
1038
+ /** Disabled */
1039
+ Disabled = "Disabled",
1040
+ /** Disabling */
1041
+ Disabling = "Disabling",
1042
+ /** Failed */
1043
+ Failed = "Failed"
1044
+ }
1045
+ /**
1046
+ * Subscription status of the OS or Product feature. \
1047
+ * {@link KnownLicenseProfileSubscriptionStatus} can be used interchangeably with LicenseProfileSubscriptionStatus,
1048
+ * this enum contains the known values that the service supports.
1049
+ * ### Known values supported by the service
1050
+ * **Unknown**: Unknown \
1051
+ * **Enabling**: Enabling \
1052
+ * **Enabled**: Enabled \
1053
+ * **Disabled**: Disabled \
1054
+ * **Disabling**: Disabling \
1055
+ * **Failed**: Failed
1056
+ */
1057
+ export type LicenseProfileSubscriptionStatus = string;
1058
+ /** The product type of the license. */
1059
+ export declare enum KnownLicenseProfileProductType {
1060
+ /** WindowsServer */
1061
+ WindowsServer = "WindowsServer",
1062
+ /** WindowsIoTEnterprise */
1063
+ WindowsIoTEnterprise = "WindowsIoTEnterprise"
1064
+ }
1065
+ /**
1066
+ * The product type of the license. \
1067
+ * {@link KnownLicenseProfileProductType} can be used interchangeably with LicenseProfileProductType,
1068
+ * this enum contains the known values that the service supports.
1069
+ * ### Known values supported by the service
1070
+ * **WindowsServer**: WindowsServer \
1071
+ * **WindowsIoTEnterprise**: WindowsIoTEnterprise
1072
+ */
1073
+ export type LicenseProfileProductType = string;
1074
+ export declare function productFeatureArraySerializer(result: Array<ProductFeature>): any[];
1075
+ export declare function productFeatureArrayDeserializer(result: Array<ProductFeature>): any[];
1076
+ /** Product Feature */
1077
+ export interface ProductFeature {
1078
+ /** Product feature name. */
1079
+ name?: string;
1080
+ /** Indicates the current status of the product features. */
1081
+ subscriptionStatus?: LicenseProfileSubscriptionStatus;
1082
+ /** The timestamp in UTC when the user enrolls the feature. */
1083
+ readonly enrollmentDate?: Date;
1084
+ /** The timestamp in UTC when the billing starts. */
1085
+ readonly billingStartDate?: Date;
1086
+ /** The timestamp in UTC when the user disenrolled the feature. */
1087
+ readonly disenrollmentDate?: Date;
1088
+ /** The timestamp in UTC when the billing ends. */
1089
+ readonly billingEndDate?: Date;
1090
+ /** The errors that were encountered during the feature enrollment or disenrollment. */
1091
+ readonly error?: ErrorDetail;
1092
+ }
1093
+ export declare function productFeatureSerializer(item: ProductFeature): any;
1094
+ export declare function productFeatureDeserializer(item: any): ProductFeature;
1095
+ /** The status of the hybrid machine agent. */
1096
+ export declare enum KnownStatusTypes {
1097
+ /** Connected */
1098
+ Connected = "Connected",
1099
+ /** Disconnected */
1100
+ Disconnected = "Disconnected",
1101
+ /** Error */
1102
+ Error = "Error",
1103
+ /** AwaitingConnection */
1104
+ AwaitingConnection = "AwaitingConnection"
1105
+ }
1106
+ /**
1107
+ * The status of the hybrid machine agent. \
1108
+ * {@link KnownStatusTypes} can be used interchangeably with StatusTypes,
1109
+ * this enum contains the known values that the service supports.
1110
+ * ### Known values supported by the service
1111
+ * **Connected**: Connected \
1112
+ * **Disconnected**: Disconnected \
1113
+ * **Error**: Error \
1114
+ * **AwaitingConnection**: AwaitingConnection
1115
+ */
1116
+ export type StatusTypes = string;
1117
+ /** Specifies the identity key store a machine is using. */
1118
+ export declare enum KnownIdentityKeyStore {
1119
+ /** TPM */
1120
+ TPM = "TPM",
1121
+ /** Default */
1122
+ Default = "Default"
1123
+ }
1124
+ /**
1125
+ * Specifies the identity key store a machine is using. \
1126
+ * {@link KnownIdentityKeyStore} can be used interchangeably with IdentityKeyStore,
1127
+ * this enum contains the known values that the service supports.
1128
+ * ### Known values supported by the service
1129
+ * **TPM**: TPM \
1130
+ * **Default**: Default
1131
+ */
1132
+ export type IdentityKeyStore = string;
1133
+ export declare function machineExtensionInstanceViewArraySerializer(result: Array<MachineExtensionInstanceView>): any[];
1134
+ export declare function machineExtensionInstanceViewArrayDeserializer(result: Array<MachineExtensionInstanceView>): any[];
1135
+ /** Describes the network information on this machine. */
1136
+ export interface NetworkProfile {
1137
+ /** The list of network interfaces. */
1138
+ readonly networkInterfaces?: NetworkInterface[];
1139
+ }
1140
+ export declare function networkProfileDeserializer(item: any): NetworkProfile;
1141
+ export declare function networkInterfaceArrayDeserializer(result: Array<NetworkInterface>): any[];
1142
+ /** Describes a network interface. */
1143
+ export interface NetworkInterface {
1144
+ /** Represents MAC address of the network interface. */
1145
+ macAddress?: string;
1146
+ /** Represents the ID of the network interface. */
1147
+ id?: string;
1148
+ /** Represents the name of the network interface. */
1149
+ name?: string;
1150
+ /** The list of IP addresses in this interface. */
1151
+ readonly ipAddresses?: IpAddress[];
1152
+ }
1153
+ export declare function networkInterfaceDeserializer(item: any): NetworkInterface;
1154
+ export declare function ipAddressArrayDeserializer(result: Array<IpAddress>): any[];
1155
+ /** Describes properties of the IP address. */
1156
+ export interface IpAddress {
1157
+ /** Represents the IP Address. */
1158
+ address?: string;
1159
+ /** Represents the Ip Address Version. */
1160
+ ipAddressVersion?: string;
1161
+ /** The subnet to which this IP address belongs. */
1162
+ readonly subnet?: Subnet;
1163
+ }
1164
+ export declare function ipAddressDeserializer(item: any): IpAddress;
1165
+ /** Describes the subnet. */
1166
+ export interface Subnet {
1167
+ /** Represents address prefix. */
1168
+ addressPrefix?: string;
1169
+ }
1170
+ export declare function subnetDeserializer(item: any): Subnet;
1171
+ export declare function machineExtensionArraySerializer(result: Array<MachineExtension>): any[];
1172
+ export declare function machineExtensionArrayDeserializer(result: Array<MachineExtension>): any[];
1173
+ /** Describes a Machine Extension. */
1174
+ export interface MachineExtension extends TrackedResource {
1175
+ /** Describes Machine Extension Properties. */
1176
+ properties?: MachineExtensionProperties;
1177
+ }
1178
+ export declare function machineExtensionSerializer(item: MachineExtension): any;
1179
+ export declare function machineExtensionDeserializer(item: any): MachineExtension;
1180
+ /** Identity for the resource. */
1181
+ export interface Identity {
1182
+ /** The principal ID of resource identity. The value must be an UUID. */
1183
+ readonly principalId?: string;
1184
+ /** The tenant ID of resource. The value must be an UUID. */
1185
+ readonly tenantId?: string;
1186
+ /** The identity type. */
1187
+ type?: ResourceIdentityType;
1188
+ }
1189
+ export declare function identitySerializer(item: Identity): any;
1190
+ export declare function identityDeserializer(item: any): Identity;
1191
+ /** Type of ResourceIdentityType */
1192
+ export type ResourceIdentityType = "SystemAssigned";
1193
+ /** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */
1194
+ export declare enum KnownArcKindEnum {
1195
+ /** AVS */
1196
+ AVS = "AVS",
1197
+ /** HCI */
1198
+ HCI = "HCI",
1199
+ /** SCVMM */
1200
+ Scvmm = "SCVMM",
1201
+ /** VMware */
1202
+ VMware = "VMware",
1203
+ /** EPS */
1204
+ EPS = "EPS",
1205
+ /** GCP */
1206
+ GCP = "GCP",
1207
+ /** AWS */
1208
+ AWS = "AWS"
1209
+ }
1210
+ /**
1211
+ * Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. \
1212
+ * {@link KnownArcKindEnum} can be used interchangeably with ArcKindEnum,
1213
+ * this enum contains the known values that the service supports.
1214
+ * ### Known values supported by the service
1215
+ * **AVS**: AVS \
1216
+ * **HCI**: HCI \
1217
+ * **SCVMM**: SCVMM \
1218
+ * **VMware**: VMware \
1219
+ * **EPS**: EPS \
1220
+ * **GCP**: GCP \
1221
+ * **AWS**: AWS
1222
+ */
1223
+ export type ArcKindEnum = string;
1224
+ /** Describes the properties of a License Profile ARM model. */
1225
+ export interface LicenseProfileArmEsuPropertiesWithoutAssignedLicense extends LicenseProfileStorageModelEsuProperties {
1226
+ /** The type of the Esu servers. */
1227
+ readonly serverType?: EsuServerType;
1228
+ /** Indicates the eligibility state of Esu. */
1229
+ readonly esuEligibility?: EsuEligibility;
1230
+ /** Indicates whether there is an ESU Key currently active for the machine. */
1231
+ readonly esuKeyState?: EsuKeyState;
1232
+ }
1233
+ export declare function licenseProfileArmEsuPropertiesWithoutAssignedLicenseSerializer(_item: LicenseProfileArmEsuPropertiesWithoutAssignedLicense): any;
1234
+ export declare function licenseProfileArmEsuPropertiesWithoutAssignedLicenseDeserializer(item: any): LicenseProfileArmEsuPropertiesWithoutAssignedLicense;
1235
+ /** The server types for Esu. */
1236
+ export declare enum KnownEsuServerType {
1237
+ /** Standard */
1238
+ Standard = "Standard",
1239
+ /** Datacenter */
1240
+ Datacenter = "Datacenter"
1241
+ }
1242
+ /**
1243
+ * The server types for Esu. \
1244
+ * {@link KnownEsuServerType} can be used interchangeably with EsuServerType,
1245
+ * this enum contains the known values that the service supports.
1246
+ * ### Known values supported by the service
1247
+ * **Standard**: Standard \
1248
+ * **Datacenter**: Datacenter
1249
+ */
1250
+ export type EsuServerType = string;
1251
+ /** The ESU eligibility. */
1252
+ export declare enum KnownEsuEligibility {
1253
+ /** Eligible */
1254
+ Eligible = "Eligible",
1255
+ /** Ineligible */
1256
+ Ineligible = "Ineligible",
1257
+ /** Unknown */
1258
+ Unknown = "Unknown"
1259
+ }
1260
+ /**
1261
+ * The ESU eligibility. \
1262
+ * {@link KnownEsuEligibility} can be used interchangeably with EsuEligibility,
1263
+ * this enum contains the known values that the service supports.
1264
+ * ### Known values supported by the service
1265
+ * **Eligible**: Eligible \
1266
+ * **Ineligible**: Ineligible \
1267
+ * **Unknown**: Unknown
1268
+ */
1269
+ export type EsuEligibility = string;
1270
+ /** The ESU key state. */
1271
+ export declare enum KnownEsuKeyState {
1272
+ /** Inactive */
1273
+ Inactive = "Inactive",
1274
+ /** Active */
1275
+ Active = "Active"
1276
+ }
1277
+ /**
1278
+ * The ESU key state. \
1279
+ * {@link KnownEsuKeyState} can be used interchangeably with EsuKeyState,
1280
+ * this enum contains the known values that the service supports.
1281
+ * ### Known values supported by the service
1282
+ * **Inactive**: Inactive \
1283
+ * **Active**: Active
1284
+ */
1285
+ export type EsuKeyState = string;
1286
+ /** License profile storage model for ESU properties. */
1287
+ export interface LicenseProfileStorageModelEsuProperties {
1288
+ /** The guid id of the license. */
1289
+ readonly assignedLicenseImmutableId?: string;
1290
+ /** The list of ESU keys. */
1291
+ readonly esuKeys?: EsuKey[];
1292
+ }
1293
+ export declare function licenseProfileStorageModelEsuPropertiesSerializer(_item: LicenseProfileStorageModelEsuProperties): any;
1294
+ export declare function licenseProfileStorageModelEsuPropertiesDeserializer(item: any): LicenseProfileStorageModelEsuProperties;
1295
+ export declare function esuKeyArrayDeserializer(result: Array<EsuKey>): any[];
1296
+ /** ESU key */
1297
+ export interface EsuKey {
1298
+ /** SKU number. */
1299
+ sku?: string;
1300
+ /** 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. */
1301
+ licenseStatus?: number;
1302
+ }
1303
+ export declare function esuKeyDeserializer(item: any): EsuKey;
1304
+ /** Describes a hybrid machine Update. */
1305
+ export interface MachineUpdate extends ResourceUpdate {
1306
+ /** Identity for the resource. */
1307
+ identity?: Identity;
1308
+ /** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */
1309
+ kind?: ArcKindEnum;
1310
+ /** Metadata pertaining to the geographic location of the resource. */
1311
+ locationData?: LocationData;
1312
+ /** Specifies the operating system settings for the hybrid machine. */
1313
+ osProfile?: OSProfile;
1314
+ /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
1315
+ cloudMetadata?: CloudMetadata;
1316
+ /** The info of the machine w.r.t Agent Upgrade */
1317
+ agentUpgrade?: AgentUpgrade;
1318
+ /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */
1319
+ parentClusterResourceId?: string;
1320
+ /** The resource id of the private link scope this machine is assigned to, if any. */
1321
+ privateLinkScopeResourceId?: string;
1322
+ /** Identity key store type of the machine */
1323
+ identityKeyStore?: string;
1324
+ /** Endorsement Key Certificate of the Trusted Platform Module (TPM) that the client provides to be used during initial resource onboarding. */
1325
+ tpmEkCertificate?: string;
1326
+ }
1327
+ export declare function machineUpdateSerializer(item: MachineUpdate): any;
1328
+ /** Describes the ARM updatable properties of a hybrid machine. */
1329
+ export interface MachineUpdateProperties {
1330
+ /** Metadata pertaining to the geographic location of the resource. */
1331
+ locationData?: LocationData;
1332
+ /** Specifies the operating system settings for the hybrid machine. */
1333
+ osProfile?: OSProfile;
1334
+ /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
1335
+ cloudMetadata?: CloudMetadata;
1336
+ /** The info of the machine w.r.t Agent Upgrade */
1337
+ agentUpgrade?: AgentUpgrade;
1338
+ /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */
1339
+ parentClusterResourceId?: string;
1340
+ /** The resource id of the private link scope this machine is assigned to, if any. */
1341
+ privateLinkScopeResourceId?: string;
1342
+ /** Identity key store type of the machine */
1343
+ identityKeyStore?: string;
1344
+ /** Endorsement Key Certificate of the Trusted Platform Module (TPM) that the client provides to be used during initial resource onboarding. */
1345
+ tpmEkCertificate?: string;
1346
+ }
1347
+ export declare function machineUpdatePropertiesSerializer(item: MachineUpdateProperties): any;
1348
+ /** The response of a Machine list operation. */
1349
+ export interface _MachineListResult {
1350
+ /** The Machine items on this page */
1351
+ value: Machine[];
1352
+ /** The link to the next page of items */
1353
+ nextLink?: string;
1354
+ }
1355
+ export declare function _machineListResultDeserializer(item: any): _MachineListResult;
1356
+ export declare function machineArraySerializer(result: Array<Machine>): any[];
1357
+ export declare function machineArrayDeserializer(result: Array<Machine>): any[];
1358
+ /** Describes the properties of an AssessPatches result. */
1359
+ export interface MachineAssessPatchesResult {
1360
+ /** 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." */
1361
+ readonly status?: PatchOperationStatus;
1362
+ /** The activity ID of the operation that produced this result. */
1363
+ readonly assessmentActivityId?: string;
1364
+ /** 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. */
1365
+ readonly rebootPending?: boolean;
1366
+ /** Summarization of patches available for installation on the machine by classification. */
1367
+ availablePatchCountByClassification?: AvailablePatchCountByClassification;
1368
+ /** The UTC timestamp when the operation began. */
1369
+ readonly startDateTime?: Date;
1370
+ /** The UTC timestamp when the operation finished. */
1371
+ readonly lastModifiedDateTime?: Date;
1372
+ /** Indicates if operation was triggered by user or by platform. */
1373
+ readonly startedBy?: PatchOperationStartedBy;
1374
+ /** Specifies the patch service used for the operation. */
1375
+ readonly patchServiceUsed?: PatchServiceUsed;
1376
+ /** The operating system type of the machine. */
1377
+ readonly osType?: OsType;
1378
+ /** The errors that were encountered during execution of the operation. The details array contains the list of them. */
1379
+ readonly errorDetails?: ErrorDetail;
1380
+ }
1381
+ export declare function machineAssessPatchesResultDeserializer(item: any): MachineAssessPatchesResult;
1382
+ /** 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." */
1383
+ export declare enum KnownPatchOperationStatus {
1384
+ /** Unknown */
1385
+ Unknown = "Unknown",
1386
+ /** InProgress */
1387
+ InProgress = "InProgress",
1388
+ /** Failed */
1389
+ Failed = "Failed",
1390
+ /** Succeeded */
1391
+ Succeeded = "Succeeded",
1392
+ /** CompletedWithWarnings */
1393
+ CompletedWithWarnings = "CompletedWithWarnings"
1394
+ }
1395
+ /**
1396
+ * 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." \
1397
+ * {@link KnownPatchOperationStatus} can be used interchangeably with PatchOperationStatus,
1398
+ * this enum contains the known values that the service supports.
1399
+ * ### Known values supported by the service
1400
+ * **Unknown**: Unknown \
1401
+ * **InProgress**: InProgress \
1402
+ * **Failed**: Failed \
1403
+ * **Succeeded**: Succeeded \
1404
+ * **CompletedWithWarnings**: CompletedWithWarnings
1405
+ */
1406
+ export type PatchOperationStatus = string;
1407
+ /** Summarization of patches available for installation on the machine by classification. */
1408
+ export interface AvailablePatchCountByClassification {
1409
+ /** Number of security patches available for installation. */
1410
+ readonly security?: number;
1411
+ /** Number of critical patches available for installation. */
1412
+ readonly critical?: number;
1413
+ /** Number of definition patches available for installation. */
1414
+ readonly definition?: number;
1415
+ /** Number of update Rollup patches available for installation. */
1416
+ readonly updateRollup?: number;
1417
+ /** Number of feature pack patches available for installation. */
1418
+ readonly featurePack?: number;
1419
+ /** Number of service pack patches available for installation. */
1420
+ readonly servicePack?: number;
1421
+ /** Number of tools patches available for installation. */
1422
+ readonly tools?: number;
1423
+ /** Number of updates category patches available for installation. */
1424
+ readonly updates?: number;
1425
+ /** Number of other patches available for installation. */
1426
+ readonly other?: number;
1427
+ }
1428
+ export declare function availablePatchCountByClassificationDeserializer(item: any): AvailablePatchCountByClassification;
1429
+ /** Indicates if operation was triggered by user or by platform. */
1430
+ export declare enum KnownPatchOperationStartedBy {
1431
+ /** User */
1432
+ User = "User",
1433
+ /** Platform */
1434
+ Platform = "Platform"
1435
+ }
1436
+ /**
1437
+ * Indicates if operation was triggered by user or by platform. \
1438
+ * {@link KnownPatchOperationStartedBy} can be used interchangeably with PatchOperationStartedBy,
1439
+ * this enum contains the known values that the service supports.
1440
+ * ### Known values supported by the service
1441
+ * **User**: User \
1442
+ * **Platform**: Platform
1443
+ */
1444
+ export type PatchOperationStartedBy = string;
1445
+ /** Specifies the patch service used for the operation. */
1446
+ export declare enum KnownPatchServiceUsed {
1447
+ /** Unknown */
1448
+ Unknown = "Unknown",
1449
+ /** WU */
1450
+ WU = "WU",
1451
+ /** WU_WSUS */
1452
+ WUWsus = "WU_WSUS",
1453
+ /** YUM */
1454
+ YUM = "YUM",
1455
+ /** APT */
1456
+ APT = "APT",
1457
+ /** Zypper */
1458
+ Zypper = "Zypper"
1459
+ }
1460
+ /**
1461
+ * Specifies the patch service used for the operation. \
1462
+ * {@link KnownPatchServiceUsed} can be used interchangeably with PatchServiceUsed,
1463
+ * this enum contains the known values that the service supports.
1464
+ * ### Known values supported by the service
1465
+ * **Unknown**: Unknown \
1466
+ * **WU**: WU \
1467
+ * **WU_WSUS**: WU_WSUS \
1468
+ * **YUM**: YUM \
1469
+ * **APT**: APT \
1470
+ * **Zypper**: Zypper
1471
+ */
1472
+ export type PatchServiceUsed = string;
1473
+ /** The operating system type of the machine. */
1474
+ export declare enum KnownOsType {
1475
+ /** Windows */
1476
+ Windows = "Windows",
1477
+ /** Linux */
1478
+ Linux = "Linux"
1479
+ }
1480
+ /**
1481
+ * The operating system type of the machine. \
1482
+ * {@link KnownOsType} can be used interchangeably with OsType,
1483
+ * this enum contains the known values that the service supports.
1484
+ * ### Known values supported by the service
1485
+ * **Windows**: Windows \
1486
+ * **Linux**: Linux
1487
+ */
1488
+ export type OsType = string;
1489
+ /** Input for InstallPatches as directly received by the API */
1490
+ export interface MachineInstallPatchesParameters {
1491
+ /** 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) */
1492
+ maximumDuration: string;
1493
+ /** Defines when it is acceptable to reboot a VM during a software update operation. */
1494
+ rebootSetting: VMGuestPatchRebootSetting;
1495
+ /** Input for InstallPatches on a Windows VM, as directly received by the API */
1496
+ windowsParameters?: WindowsParameters;
1497
+ /** Input for InstallPatches on a Linux VM, as directly received by the API */
1498
+ linuxParameters?: LinuxParameters;
1499
+ }
1500
+ export declare function machineInstallPatchesParametersSerializer(item: MachineInstallPatchesParameters): any;
1501
+ /** Defines when it is acceptable to reboot a VM during a software update operation. */
1502
+ export declare enum KnownVMGuestPatchRebootSetting {
1503
+ /** IfRequired */
1504
+ IfRequired = "IfRequired",
1505
+ /** Never */
1506
+ Never = "Never",
1507
+ /** Always */
1508
+ Always = "Always"
1509
+ }
1510
+ /**
1511
+ * Defines when it is acceptable to reboot a VM during a software update operation. \
1512
+ * {@link KnownVMGuestPatchRebootSetting} can be used interchangeably with VMGuestPatchRebootSetting,
1513
+ * this enum contains the known values that the service supports.
1514
+ * ### Known values supported by the service
1515
+ * **IfRequired**: IfRequired \
1516
+ * **Never**: Never \
1517
+ * **Always**: Always
1518
+ */
1519
+ export type VMGuestPatchRebootSetting = string;
1520
+ /** Input for InstallPatches on a Windows VM, as directly received by the API */
1521
+ export interface WindowsParameters {
1522
+ /** The update classifications to select when installing patches for Windows. */
1523
+ classificationsToInclude?: VMGuestPatchClassificationWindows[];
1524
+ /** Kbs to include in the patch operation */
1525
+ kbNumbersToInclude?: string[];
1526
+ /** Kbs to exclude in the patch operation */
1527
+ kbNumbersToExclude?: string[];
1528
+ /** Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. */
1529
+ excludeKbsRequiringReboot?: boolean;
1530
+ /** This is used to install patches that were published on or before this given max published date. */
1531
+ maxPatchPublishDate?: Date;
1532
+ /** This is used to include patches that match the given patch name masks. Alphanumeric strings and wildcard expressions consisting of * and ? are only supported as input values in the list. Null, empty and only whitespaces strings as inputs values are not supported. */
1533
+ patchNameMasksToInclude?: string[];
1534
+ /** This is used to exclude patches that match the given patch name masks. Alphanumeric strings and wildcard expressions consisting of * and ? are only supported as input values in the list. Null, empty and only whitespaces strings as inputs values are not supported. */
1535
+ patchNameMasksToExclude?: string[];
1536
+ }
1537
+ export declare function windowsParametersSerializer(item: WindowsParameters): any;
1538
+ /** Known values of {@link VMGuestPatchClassification_Windows} that the service accepts. */
1539
+ export declare enum KnownVMGuestPatchClassificationWindows {
1540
+ /** Critical */
1541
+ Critical = "Critical",
1542
+ /** Security */
1543
+ Security = "Security",
1544
+ /** UpdateRollUp */
1545
+ UpdateRollUp = "UpdateRollUp",
1546
+ /** FeaturePack */
1547
+ FeaturePack = "FeaturePack",
1548
+ /** ServicePack */
1549
+ ServicePack = "ServicePack",
1550
+ /** Definition */
1551
+ Definition = "Definition",
1552
+ /** Tools */
1553
+ Tools = "Tools",
1554
+ /** Updates */
1555
+ Updates = "Updates"
1556
+ }
1557
+ /** Type of VMGuestPatchClassificationWindows */
1558
+ export type VMGuestPatchClassificationWindows = string;
1559
+ /** Input for InstallPatches on a Linux VM, as directly received by the API */
1560
+ export interface LinuxParameters {
1561
+ /** The update classifications to select when installing patches for Linux. */
1562
+ classificationsToInclude?: VMGuestPatchClassificationLinux[];
1563
+ /** packages to include in the patch operation. Format: packageName_packageVersion */
1564
+ packageNameMasksToInclude?: string[];
1565
+ /** packages to exclude in the patch operation. Format: packageName_packageVersion */
1566
+ packageNameMasksToExclude?: string[];
1567
+ }
1568
+ export declare function linuxParametersSerializer(item: LinuxParameters): any;
1569
+ /** Known values of {@link VMGuestPatchClassification_Linux} that the service accepts. */
1570
+ export declare enum KnownVMGuestPatchClassificationLinux {
1571
+ /** Critical */
1572
+ Critical = "Critical",
1573
+ /** Security */
1574
+ Security = "Security",
1575
+ /** Other */
1576
+ Other = "Other"
1577
+ }
1578
+ /** Type of VMGuestPatchClassificationLinux */
1579
+ export type VMGuestPatchClassificationLinux = string;
1580
+ /** The result summary of an installation operation. */
1581
+ export interface MachineInstallPatchesResult {
1582
+ /** 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." */
1583
+ readonly status?: PatchOperationStatus;
1584
+ /** The activity ID of the operation that produced this result. */
1585
+ readonly installationActivityId?: string;
1586
+ /** The reboot state of the VM following completion of the operation. */
1587
+ readonly rebootStatus?: VMGuestPatchRebootStatus;
1588
+ /** Whether the operation ran out of time before it completed all its intended actions. */
1589
+ readonly maintenanceWindowExceeded?: boolean;
1590
+ /** The number of patches that were not installed due to the user blocking their installation. */
1591
+ readonly excludedPatchCount?: number;
1592
+ /** The number of patches that were detected as available for install, but did not meet the operation's criteria. */
1593
+ readonly notSelectedPatchCount?: number;
1594
+ /** 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. */
1595
+ readonly pendingPatchCount?: number;
1596
+ /** The number of patches successfully installed. */
1597
+ readonly installedPatchCount?: number;
1598
+ /** The number of patches that could not be installed due to some issue. See errors for details. */
1599
+ readonly failedPatchCount?: number;
1600
+ /** The UTC timestamp when the operation began. */
1601
+ readonly startDateTime?: Date;
1602
+ /** The UTC timestamp when the operation finished. */
1603
+ readonly lastModifiedDateTime?: Date;
1604
+ /** Indicates if operation was triggered by user or by platform. */
1605
+ readonly startedBy?: PatchOperationStartedBy;
1606
+ /** Specifies the patch service used for the operation. */
1607
+ readonly patchServiceUsed?: PatchServiceUsed;
1608
+ /** The operating system type of the machine. */
1609
+ readonly osType?: OsType;
1610
+ /** The errors that were encountered during execution of the operation. The details array contains the list of them. */
1611
+ readonly errorDetails?: ErrorDetail;
1612
+ }
1613
+ export declare function machineInstallPatchesResultDeserializer(item: any): MachineInstallPatchesResult;
1614
+ /** The reboot state of the VM following completion of the operation. */
1615
+ export declare enum KnownVMGuestPatchRebootStatus {
1616
+ /** Unknown */
1617
+ Unknown = "Unknown",
1618
+ /** NotNeeded */
1619
+ NotNeeded = "NotNeeded",
1620
+ /** Required */
1621
+ Required = "Required",
1622
+ /** Started */
1623
+ Started = "Started",
1624
+ /** Failed */
1625
+ Failed = "Failed",
1626
+ /** Completed */
1627
+ Completed = "Completed"
1628
+ }
1629
+ /**
1630
+ * The reboot state of the VM following completion of the operation. \
1631
+ * {@link KnownVMGuestPatchRebootStatus} can be used interchangeably with VMGuestPatchRebootStatus,
1632
+ * this enum contains the known values that the service supports.
1633
+ * ### Known values supported by the service
1634
+ * **Unknown**: Unknown \
1635
+ * **NotNeeded**: NotNeeded \
1636
+ * **Required**: Required \
1637
+ * **Started**: Started \
1638
+ * **Failed**: Failed \
1639
+ * **Completed**: Completed
1640
+ */
1641
+ export type VMGuestPatchRebootStatus = string;
1642
+ /** Describes a license profile in a hybrid machine. */
1643
+ export interface LicenseProfile extends TrackedResource {
1644
+ softwareAssurance?: LicenseProfilePropertiesSoftwareAssurance;
1645
+ /** Hybrid Compute ESU Profile properties */
1646
+ esuProfile?: LicenseProfileArmEsuProperties;
1647
+ /** Hybrid Compute Product Profile properties */
1648
+ productProfile?: LicenseProfileArmProductProfileProperties;
1649
+ /** The provisioning state, which only appears in the response. */
1650
+ readonly provisioningState?: ProvisioningState;
1651
+ }
1652
+ export declare function licenseProfileSerializer(item: LicenseProfile): any;
1653
+ export declare function licenseProfileDeserializer(item: any): LicenseProfile;
1654
+ /** Describe the properties of a license profile. */
1655
+ export interface LicenseProfileProperties {
1656
+ /** The provisioning state, which only appears in the response. */
1657
+ readonly provisioningState?: ProvisioningState;
1658
+ /** Specifies if this machine is licensed as part of a Software Assurance agreement. */
1659
+ softwareAssuranceCustomer?: boolean;
1660
+ /** The type of the Esu servers. */
1661
+ readonly serverType?: EsuServerType;
1662
+ /** Indicates the eligibility state of Esu. */
1663
+ readonly esuEligibility?: EsuEligibility;
1664
+ /** Indicates whether there is an ESU Key currently active for the machine. */
1665
+ readonly esuKeyState?: EsuKeyState;
1666
+ /** The guid id of the license. */
1667
+ readonly assignedLicenseImmutableId?: string;
1668
+ /** The list of ESU keys. */
1669
+ readonly esuKeys?: EsuKey[];
1670
+ /** The resource id of the license. */
1671
+ assignedLicense?: string;
1672
+ /** Indicates the subscription status of the product. */
1673
+ subscriptionStatus?: LicenseProfileSubscriptionStatus;
1674
+ /** Indicates the product type of the license. */
1675
+ productType?: LicenseProfileProductType;
1676
+ /** The timestamp in UTC when the user enrolls the feature. */
1677
+ readonly enrollmentDate?: Date;
1678
+ /** The timestamp in UTC when the billing starts. */
1679
+ readonly billingStartDate?: Date;
1680
+ /** The timestamp in UTC when the user disenrolled the feature. */
1681
+ readonly disenrollmentDate?: Date;
1682
+ /** The timestamp in UTC when the billing ends. */
1683
+ readonly billingEndDate?: Date;
1684
+ /** The errors that were encountered during the feature enrollment or disenrollment. */
1685
+ readonly error?: ErrorDetail;
1686
+ /** The list of product features. */
1687
+ productFeatures?: ProductFeature[];
1688
+ }
1689
+ export declare function licenseProfilePropertiesSerializer(item: LicenseProfileProperties): any;
1690
+ export declare function licenseProfilePropertiesDeserializer(item: any): LicenseProfileProperties;
1691
+ /** model interface LicenseProfilePropertiesSoftwareAssurance */
1692
+ export interface LicenseProfilePropertiesSoftwareAssurance {
1693
+ /** Specifies if this machine is licensed as part of a Software Assurance agreement. */
1694
+ softwareAssuranceCustomer?: boolean;
1695
+ }
1696
+ export declare function licenseProfilePropertiesSoftwareAssuranceSerializer(item: LicenseProfilePropertiesSoftwareAssurance): any;
1697
+ export declare function licenseProfilePropertiesSoftwareAssuranceDeserializer(item: any): LicenseProfilePropertiesSoftwareAssurance;
1698
+ /** Describes the properties of a License Profile ARM model. */
1699
+ export interface LicenseProfileArmEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {
1700
+ /** The resource id of the license. */
1701
+ assignedLicense?: string;
1702
+ }
1703
+ export declare function licenseProfileArmEsuPropertiesSerializer(item: LicenseProfileArmEsuProperties): any;
1704
+ export declare function licenseProfileArmEsuPropertiesDeserializer(item: any): LicenseProfileArmEsuProperties;
1705
+ /** Describes a License Profile Update. */
1706
+ export interface LicenseProfileUpdate extends ResourceUpdate {
1707
+ softwareAssurance?: LicenseProfileUpdatePropertiesSoftwareAssurance;
1708
+ /** Hybrid Compute ESU Profile Update properties */
1709
+ esuProfile?: EsuProfileUpdateProperties;
1710
+ /** Hybrid Compute Product Profile Update properties */
1711
+ productProfile?: ProductProfileUpdateProperties;
1712
+ }
1713
+ export declare function licenseProfileUpdateSerializer(item: LicenseProfileUpdate): any;
1714
+ /** Describe the Update properties of a license profile. */
1715
+ export interface LicenseProfileUpdateProperties {
1716
+ /** Specifies if this machine is licensed as part of a Software Assurance agreement. */
1717
+ softwareAssuranceCustomer?: boolean;
1718
+ /** The resource id of the license. */
1719
+ assignedLicense?: string;
1720
+ /** Indicates the subscription status of the product. */
1721
+ subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;
1722
+ /** Indicates the product type of the license. */
1723
+ productType?: LicenseProfileProductType;
1724
+ /** The list of product feature updates. */
1725
+ productFeatures?: ProductFeatureUpdate[];
1726
+ }
1727
+ export declare function licenseProfileUpdatePropertiesSerializer(item: LicenseProfileUpdateProperties): any;
1728
+ /** model interface LicenseProfileUpdatePropertiesSoftwareAssurance */
1729
+ export interface LicenseProfileUpdatePropertiesSoftwareAssurance {
1730
+ /** Specifies if this machine is licensed as part of a Software Assurance agreement. */
1731
+ softwareAssuranceCustomer?: boolean;
1732
+ }
1733
+ export declare function licenseProfileUpdatePropertiesSoftwareAssuranceSerializer(item: LicenseProfileUpdatePropertiesSoftwareAssurance): any;
1734
+ /** Describes the Update properties of a ESU License Profile. */
1735
+ export interface EsuProfileUpdateProperties {
1736
+ /** The resource id of the license. */
1737
+ assignedLicense?: string;
1738
+ }
1739
+ export declare function esuProfileUpdatePropertiesSerializer(item: EsuProfileUpdateProperties): any;
1740
+ /** Describes the Update properties of a Product Profile. */
1741
+ export interface ProductProfileUpdateProperties {
1742
+ /** Indicates the subscription status of the product. */
1743
+ subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;
1744
+ /** Indicates the product type of the license. */
1745
+ productType?: LicenseProfileProductType;
1746
+ /** The list of product feature updates. */
1747
+ productFeatures?: ProductFeatureUpdate[];
1748
+ }
1749
+ export declare function productProfileUpdatePropertiesSerializer(item: ProductProfileUpdateProperties): any;
1750
+ /** Indicates the new subscription status of the OS or Product Features. */
1751
+ export declare enum KnownLicenseProfileSubscriptionStatusUpdate {
1752
+ /** Enable */
1753
+ Enable = "Enable",
1754
+ /** Disable */
1755
+ Disable = "Disable"
1756
+ }
1757
+ /**
1758
+ * Indicates the new subscription status of the OS or Product Features. \
1759
+ * {@link KnownLicenseProfileSubscriptionStatusUpdate} can be used interchangeably with LicenseProfileSubscriptionStatusUpdate,
1760
+ * this enum contains the known values that the service supports.
1761
+ * ### Known values supported by the service
1762
+ * **Enable**: Enable \
1763
+ * **Disable**: Disable
1764
+ */
1765
+ export type LicenseProfileSubscriptionStatusUpdate = string;
1766
+ export declare function productFeatureUpdateArraySerializer(result: Array<ProductFeatureUpdate>): any[];
1767
+ /** Product Feature */
1768
+ export interface ProductFeatureUpdate {
1769
+ /** Product feature name. */
1770
+ name?: string;
1771
+ /** Indicates the new status of the product feature. */
1772
+ subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;
1773
+ }
1774
+ export declare function productFeatureUpdateSerializer(item: ProductFeatureUpdate): any;
1775
+ /** Paged collection of LicenseProfile items */
1776
+ export interface _LicenseProfilesListResult {
1777
+ /** The LicenseProfile items on this page */
1778
+ value: LicenseProfile[];
1779
+ /** The link to the next page of items */
1780
+ nextLink?: string;
1781
+ }
1782
+ export declare function _licenseProfilesListResultDeserializer(item: any): _LicenseProfilesListResult;
1783
+ export declare function licenseProfileArraySerializer(result: Array<LicenseProfile>): any[];
1784
+ export declare function licenseProfileArrayDeserializer(result: Array<LicenseProfile>): any[];
1785
+ /** Describes a Machine Extension Update. */
1786
+ export interface MachineExtensionUpdate extends ResourceUpdate {
1787
+ /** How the extension handler should be forced to update even if the extension configuration has not changed. */
1788
+ forceUpdateTag?: string;
1789
+ /** The name of the extension handler publisher. */
1790
+ publisher?: string;
1791
+ /** Specifies the type of the extension; an example is "CustomScriptExtension". */
1792
+ type?: string;
1793
+ /** Specifies the version of the script handler. */
1794
+ typeHandlerVersion?: string;
1795
+ /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
1796
+ enableAutomaticUpgrade?: boolean;
1797
+ /** 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. */
1798
+ autoUpgradeMinorVersion?: boolean;
1799
+ /** Json formatted public settings for the extension. */
1800
+ settings?: Record<string, any>;
1801
+ /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
1802
+ protectedSettings?: Record<string, any>;
1803
+ }
1804
+ export declare function machineExtensionUpdateSerializer(item: MachineExtensionUpdate): any;
1805
+ /** Describes the properties of a Machine Extension. */
1806
+ export interface MachineExtensionUpdateProperties {
1807
+ /** How the extension handler should be forced to update even if the extension configuration has not changed. */
1808
+ forceUpdateTag?: string;
1809
+ /** The name of the extension handler publisher. */
1810
+ publisher?: string;
1811
+ /** Specifies the type of the extension; an example is "CustomScriptExtension". */
1812
+ type?: string;
1813
+ /** Specifies the version of the script handler. */
1814
+ typeHandlerVersion?: string;
1815
+ /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
1816
+ enableAutomaticUpgrade?: boolean;
1817
+ /** 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. */
1818
+ autoUpgradeMinorVersion?: boolean;
1819
+ /** Json formatted public settings for the extension. */
1820
+ settings?: Record<string, any>;
1821
+ /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
1822
+ protectedSettings?: Record<string, any>;
1823
+ }
1824
+ export declare function machineExtensionUpdatePropertiesSerializer(item: MachineExtensionUpdateProperties): any;
1825
+ /** Paged collection of MachineExtension items */
1826
+ export interface _MachineExtensionsListResult {
1827
+ /** The MachineExtension items on this page */
1828
+ value: MachineExtension[];
1829
+ /** The link to the next page of items */
1830
+ nextLink?: string;
1831
+ }
1832
+ export declare function _machineExtensionsListResultDeserializer(item: any): _MachineExtensionsListResult;
1833
+ /** Describes a Run Command */
1834
+ export interface MachineRunCommand extends TrackedResource {
1835
+ /** The source of the run command script. */
1836
+ source?: MachineRunCommandScriptSource;
1837
+ /** The parameters used by the script. */
1838
+ parameters?: RunCommandInputParameter[];
1839
+ /** The parameters used by the script. */
1840
+ protectedParameters?: RunCommandInputParameter[];
1841
+ /** Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete. */
1842
+ asyncExecution?: boolean;
1843
+ /** Specifies the user account on the machine when executing the run command. */
1844
+ runAsUser?: string;
1845
+ /** Specifies the user account password on the machine when executing the run command. */
1846
+ runAsPassword?: string;
1847
+ /** The timeout in seconds to execute the run command. */
1848
+ timeoutInSeconds?: number;
1849
+ /** 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. */
1850
+ outputBlobUri?: string;
1851
+ /** 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. */
1852
+ errorBlobUri?: string;
1853
+ /** 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 */
1854
+ outputBlobManagedIdentity?: RunCommandManagedIdentity;
1855
+ /** 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 */
1856
+ errorBlobManagedIdentity?: RunCommandManagedIdentity;
1857
+ /** The provisioning state, which only appears in the response. */
1858
+ readonly provisioningState?: string;
1859
+ /** The machine run command instance view. */
1860
+ readonly instanceView?: MachineRunCommandInstanceView;
1861
+ }
1862
+ export declare function machineRunCommandSerializer(item: MachineRunCommand): any;
1863
+ export declare function machineRunCommandDeserializer(item: any): MachineRunCommand;
1864
+ /** Describes the properties of a run command. */
1865
+ export interface MachineRunCommandProperties {
1866
+ /** The source of the run command script. */
1867
+ source?: MachineRunCommandScriptSource;
1868
+ /** The parameters used by the script. */
1869
+ parameters?: RunCommandInputParameter[];
1870
+ /** The parameters used by the script. */
1871
+ protectedParameters?: RunCommandInputParameter[];
1872
+ /** Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete. */
1873
+ asyncExecution?: boolean;
1874
+ /** Specifies the user account on the machine when executing the run command. */
1875
+ runAsUser?: string;
1876
+ /** Specifies the user account password on the machine when executing the run command. */
1877
+ runAsPassword?: string;
1878
+ /** The timeout in seconds to execute the run command. */
1879
+ timeoutInSeconds?: number;
1880
+ /** 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. */
1881
+ outputBlobUri?: string;
1882
+ /** 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. */
1883
+ errorBlobUri?: string;
1884
+ /** 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 */
1885
+ outputBlobManagedIdentity?: RunCommandManagedIdentity;
1886
+ /** 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 */
1887
+ errorBlobManagedIdentity?: RunCommandManagedIdentity;
1888
+ /** The provisioning state, which only appears in the response. */
1889
+ readonly provisioningState?: string;
1890
+ /** The machine run command instance view. */
1891
+ readonly instanceView?: MachineRunCommandInstanceView;
1892
+ }
1893
+ export declare function machineRunCommandPropertiesSerializer(item: MachineRunCommandProperties): any;
1894
+ export declare function machineRunCommandPropertiesDeserializer(item: any): MachineRunCommandProperties;
1895
+ /** Describes the script sources for run command. Use only one of script, scriptUri, commandId. */
1896
+ export interface MachineRunCommandScriptSource {
1897
+ /** Specifies the script content to be executed on the machine. */
1898
+ script?: string;
1899
+ /** Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI. */
1900
+ scriptUri?: string;
1901
+ /** Specifies the commandId of predefined built-in script. */
1902
+ commandId?: string;
1903
+ /** 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. */
1904
+ scriptUriManagedIdentity?: RunCommandManagedIdentity;
1905
+ }
1906
+ export declare function machineRunCommandScriptSourceSerializer(item: MachineRunCommandScriptSource): any;
1907
+ export declare function machineRunCommandScriptSourceDeserializer(item: any): MachineRunCommandScriptSource;
1908
+ /** 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. */
1909
+ export interface RunCommandManagedIdentity {
1910
+ /** Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided. */
1911
+ clientId?: string;
1912
+ /** Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided. */
1913
+ objectId?: string;
1914
+ }
1915
+ export declare function runCommandManagedIdentitySerializer(item: RunCommandManagedIdentity): any;
1916
+ export declare function runCommandManagedIdentityDeserializer(item: any): RunCommandManagedIdentity;
1917
+ export declare function runCommandInputParameterArraySerializer(result: Array<RunCommandInputParameter>): any[];
1918
+ export declare function runCommandInputParameterArrayDeserializer(result: Array<RunCommandInputParameter>): any[];
1919
+ /** Describes the properties of a run command parameter. */
1920
+ export interface RunCommandInputParameter {
1921
+ /** The run command parameter name. */
1922
+ name: string;
1923
+ /** The run command parameter value. */
1924
+ value: string;
1925
+ }
1926
+ export declare function runCommandInputParameterSerializer(item: RunCommandInputParameter): any;
1927
+ export declare function runCommandInputParameterDeserializer(item: any): RunCommandInputParameter;
1928
+ /** The instance view of a machine run command. */
1929
+ export interface MachineRunCommandInstanceView {
1930
+ /** Script execution status. */
1931
+ executionState?: ExecutionState;
1932
+ /** Communicate script configuration errors or execution messages. */
1933
+ executionMessage?: string;
1934
+ /** Exit code returned from script execution. */
1935
+ exitCode?: number;
1936
+ /** Script output stream. */
1937
+ output?: string;
1938
+ /** Script error stream. */
1939
+ error?: string;
1940
+ /** Script start time. */
1941
+ startTime?: Date;
1942
+ /** Script end time. */
1943
+ endTime?: Date;
1944
+ /** The status information. */
1945
+ statuses?: ExtensionsResourceStatus[];
1946
+ }
1947
+ export declare function machineRunCommandInstanceViewDeserializer(item: any): MachineRunCommandInstanceView;
1948
+ /** Script execution status. */
1949
+ export declare enum KnownExecutionState {
1950
+ /** Unknown */
1951
+ Unknown = "Unknown",
1952
+ /** Pending */
1953
+ Pending = "Pending",
1954
+ /** Running */
1955
+ Running = "Running",
1956
+ /** Failed */
1957
+ Failed = "Failed",
1958
+ /** Succeeded */
1959
+ Succeeded = "Succeeded",
1960
+ /** TimedOut */
1961
+ TimedOut = "TimedOut",
1962
+ /** Canceled */
1963
+ Canceled = "Canceled"
1964
+ }
1965
+ /**
1966
+ * Script execution status. \
1967
+ * {@link KnownExecutionState} can be used interchangeably with ExecutionState,
1968
+ * this enum contains the known values that the service supports.
1969
+ * ### Known values supported by the service
1970
+ * **Unknown**: Unknown \
1971
+ * **Pending**: Pending \
1972
+ * **Running**: Running \
1973
+ * **Failed**: Failed \
1974
+ * **Succeeded**: Succeeded \
1975
+ * **TimedOut**: TimedOut \
1976
+ * **Canceled**: Canceled
1977
+ */
1978
+ export type ExecutionState = string;
1979
+ export declare function extensionsResourceStatusArrayDeserializer(result: Array<ExtensionsResourceStatus>): any[];
1980
+ /** Instance view status. */
1981
+ export interface ExtensionsResourceStatus {
1982
+ /** The status code. */
1983
+ code?: string;
1984
+ /** The level code. */
1985
+ level?: ExtensionsStatusLevelTypes;
1986
+ /** The short localizable label for the status. */
1987
+ displayStatus?: string;
1988
+ /** The detailed status message, including for alerts and error messages. */
1989
+ message?: string;
1990
+ /** The time of the status. */
1991
+ time?: Date;
1992
+ }
1993
+ export declare function extensionsResourceStatusDeserializer(item: any): ExtensionsResourceStatus;
1994
+ /** The level code. */
1995
+ export type ExtensionsStatusLevelTypes = "Info" | "Warning" | "Error";
1996
+ /** Paged collection of MachineRunCommand items */
1997
+ export interface _MachineRunCommandsListResult {
1998
+ /** The MachineRunCommand items on this page */
1999
+ value: MachineRunCommand[];
2000
+ /** The link to the next page of items */
2001
+ nextLink?: string;
2002
+ }
2003
+ export declare function _machineRunCommandsListResultDeserializer(item: any): _MachineRunCommandsListResult;
2004
+ export declare function machineRunCommandArraySerializer(result: Array<MachineRunCommand>): any[];
2005
+ export declare function machineRunCommandArrayDeserializer(result: Array<MachineRunCommand>): any[];
2006
+ /** Describes an Arc Gateway. */
2007
+ export interface Gateway extends TrackedResource {
2008
+ /** The provisioning state, which only appears in the response. */
2009
+ readonly provisioningState?: ProvisioningState;
2010
+ /** A unique, immutable, identifier for the Gateway. */
2011
+ readonly gatewayId?: string;
2012
+ /** The type of the Gateway resource. */
2013
+ gatewayType?: GatewayType;
2014
+ /** The endpoint fqdn for the Gateway. */
2015
+ readonly gatewayEndpoint?: string;
2016
+ /** Specifies the list of features that are enabled for this Gateway. */
2017
+ allowedFeatures?: string[];
2018
+ }
2019
+ export declare function gatewaySerializer(item: Gateway): any;
2020
+ export declare function gatewayDeserializer(item: any): Gateway;
2021
+ /** Describes the properties of a Gateway Profile. */
2022
+ export interface GatewayProperties {
2023
+ /** The provisioning state, which only appears in the response. */
2024
+ readonly provisioningState?: ProvisioningState;
2025
+ /** A unique, immutable, identifier for the Gateway. */
2026
+ readonly gatewayId?: string;
2027
+ /** The type of the Gateway resource. */
2028
+ gatewayType?: GatewayType;
2029
+ /** The endpoint fqdn for the Gateway. */
2030
+ readonly gatewayEndpoint?: string;
2031
+ /** Specifies the list of features that are enabled for this Gateway. */
2032
+ allowedFeatures?: string[];
2033
+ }
2034
+ export declare function gatewayPropertiesSerializer(item: GatewayProperties): any;
2035
+ export declare function gatewayPropertiesDeserializer(item: any): GatewayProperties;
2036
+ /** The type of the Gateway resource. */
2037
+ export declare enum KnownGatewayType {
2038
+ /** Public */
2039
+ Public = "Public"
2040
+ }
2041
+ /**
2042
+ * The type of the Gateway resource. \
2043
+ * {@link KnownGatewayType} can be used interchangeably with GatewayType,
2044
+ * this enum contains the known values that the service supports.
2045
+ * ### Known values supported by the service
2046
+ * **Public**: Public
2047
+ */
2048
+ export type GatewayType = string;
2049
+ /** Describes a License Update. */
2050
+ export interface GatewayUpdate extends ResourceUpdate {
2051
+ /** Specifies the list of features that are enabled for this Gateway. */
2052
+ allowedFeatures?: string[];
2053
+ }
2054
+ export declare function gatewayUpdateSerializer(item: GatewayUpdate): any;
2055
+ /** Describes the Update properties of a Gateway Profile. */
2056
+ export interface GatewayUpdateProperties {
2057
+ /** Specifies the list of features that are enabled for this Gateway. */
2058
+ allowedFeatures?: string[];
2059
+ }
2060
+ export declare function gatewayUpdatePropertiesSerializer(item: GatewayUpdateProperties): any;
2061
+ /** Paged collection of Gateway items */
2062
+ export interface _GatewaysListResult {
2063
+ /** The Gateway items on this page */
2064
+ value: Gateway[];
2065
+ /** The link to the next page of items */
2066
+ nextLink?: string;
2067
+ }
2068
+ export declare function _gatewaysListResultDeserializer(item: any): _GatewaysListResult;
2069
+ export declare function gatewayArraySerializer(result: Array<Gateway>): any[];
2070
+ export declare function gatewayArrayDeserializer(result: Array<Gateway>): any[];
2071
+ /** A private link resource */
2072
+ export interface PrivateLinkResource extends ProxyResource {
2073
+ /** Resource properties. */
2074
+ properties?: PrivateLinkResourceProperties;
2075
+ }
2076
+ export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
2077
+ /** Properties of a private link resource. */
2078
+ export interface PrivateLinkResourceProperties {
2079
+ /** The private link resource group id. */
2080
+ readonly groupId?: string;
2081
+ /** The private link resource required member names. */
2082
+ readonly requiredMembers?: string[];
2083
+ /** Required DNS zone names of the the private link resource. */
2084
+ readonly requiredZoneNames?: string[];
2085
+ }
2086
+ export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
2087
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
2088
+ export interface ProxyResource extends Resource {
2089
+ }
2090
+ export declare function proxyResourceSerializer(_item: ProxyResource): any;
2091
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
2092
+ /** The response of a PrivateLinkResource list operation. */
2093
+ export interface _PrivateLinkResourceListResult {
2094
+ /** The PrivateLinkResource items on this page */
2095
+ value: PrivateLinkResource[];
2096
+ /** The link to the next page of items */
2097
+ nextLink?: string;
2098
+ }
2099
+ export declare function _privateLinkResourceListResultDeserializer(item: any): _PrivateLinkResourceListResult;
2100
+ export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
2101
+ /** A private endpoint connection */
2102
+ export interface PrivateEndpointConnection extends ProxyResource {
2103
+ /** Resource properties. */
2104
+ properties?: PrivateEndpointConnectionProperties;
2105
+ }
2106
+ export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
2107
+ export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
2108
+ /** Properties of a private endpoint connection. */
2109
+ export interface PrivateEndpointConnectionProperties {
2110
+ /** Private endpoint which the connection belongs to. */
2111
+ privateEndpoint?: PrivateEndpointProperty;
2112
+ /** Connection state of the private endpoint connection. */
2113
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
2114
+ /** State of the private endpoint connection. */
2115
+ readonly provisioningState?: string;
2116
+ /** List of group IDs. */
2117
+ readonly groupIds?: string[];
2118
+ }
2119
+ export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
2120
+ export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
2121
+ /** Private endpoint which the connection belongs to. */
2122
+ export interface PrivateEndpointProperty {
2123
+ /** Resource id of the private endpoint. */
2124
+ id?: string;
2125
+ }
2126
+ export declare function privateEndpointPropertySerializer(item: PrivateEndpointProperty): any;
2127
+ export declare function privateEndpointPropertyDeserializer(item: any): PrivateEndpointProperty;
2128
+ /** State of the private endpoint connection. */
2129
+ export interface PrivateLinkServiceConnectionStateProperty {
2130
+ /** The private link service connection status. */
2131
+ status: string;
2132
+ /** The private link service connection description. */
2133
+ description: string;
2134
+ /** The actions required for private link service connection. */
2135
+ readonly actionsRequired?: string;
2136
+ }
2137
+ export declare function privateLinkServiceConnectionStatePropertySerializer(item: PrivateLinkServiceConnectionStateProperty): any;
2138
+ export declare function privateLinkServiceConnectionStatePropertyDeserializer(item: any): PrivateLinkServiceConnectionStateProperty;
2139
+ /** The response of a PrivateEndpointConnection list operation. */
2140
+ export interface _PrivateEndpointConnectionListResult {
2141
+ /** The PrivateEndpointConnection items on this page */
2142
+ value: PrivateEndpointConnection[];
2143
+ /** The link to the next page of items */
2144
+ nextLink?: string;
2145
+ }
2146
+ export declare function _privateEndpointConnectionListResultDeserializer(item: any): _PrivateEndpointConnectionListResult;
2147
+ export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
2148
+ export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
2149
+ /** Properties that define a Network Security Perimeter resource. */
2150
+ export interface NetworkSecurityPerimeterConfiguration extends ProxyResource {
2151
+ /** 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. */
2152
+ readonly provisioningState?: string;
2153
+ /** Provisioning issues. */
2154
+ readonly provisioningIssues?: ProvisioningIssue[];
2155
+ /** The Network Security Perimeter associated with this configuration. */
2156
+ networkSecurityPerimeter?: NetworkSecurityPerimeter;
2157
+ /** The Resource Association. */
2158
+ resourceAssociation?: ResourceAssociation;
2159
+ /** Network Security Perimeter profile */
2160
+ profile?: NetworkSecurityPerimeterProfile;
2161
+ }
2162
+ export declare function networkSecurityPerimeterConfigurationDeserializer(item: any): NetworkSecurityPerimeterConfiguration;
2163
+ /** Properties that define a Network Security Perimeter resource. */
2164
+ export interface NetworkSecurityPerimeterConfigurationProperties {
2165
+ /** 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. */
2166
+ readonly provisioningState?: string;
2167
+ /** Provisioning issues. */
2168
+ readonly provisioningIssues?: ProvisioningIssue[];
2169
+ /** The Network Security Perimeter associated with this configuration. */
2170
+ networkSecurityPerimeter?: NetworkSecurityPerimeter;
2171
+ /** The Resource Association. */
2172
+ resourceAssociation?: ResourceAssociation;
2173
+ /** Network Security Perimeter profile */
2174
+ profile?: NetworkSecurityPerimeterProfile;
2175
+ }
2176
+ export declare function networkSecurityPerimeterConfigurationPropertiesDeserializer(item: any): NetworkSecurityPerimeterConfigurationProperties;
2177
+ export declare function provisioningIssueArrayDeserializer(result: Array<ProvisioningIssue>): any[];
2178
+ /** Details on issues that occurred during provisioning. */
2179
+ export interface ProvisioningIssue {
2180
+ /** Name of the provisioning issue. */
2181
+ readonly name?: string;
2182
+ /** Issue type */
2183
+ readonly issueType?: ProvisioningIssueType;
2184
+ /** Severity of the provisioning issue. */
2185
+ readonly severity?: ProvisioningIssueSeverity;
2186
+ /** Description of the provisioning issue. */
2187
+ readonly description?: string;
2188
+ /** ARM Ids of the resources that can be associated to the same perimeter to remediate the issue */
2189
+ readonly suggestedResourceIds?: string[];
2190
+ /** Access rules that can be added to the perimeter to remediate the issue */
2191
+ readonly suggestedAccessRules?: AccessRule[];
2192
+ }
2193
+ export declare function provisioningIssueDeserializer(item: any): ProvisioningIssue;
2194
+ /** Properties of a provisioning issue. */
2195
+ export interface ProvisioningIssueProperties {
2196
+ /** Issue type */
2197
+ readonly issueType?: ProvisioningIssueType;
2198
+ /** Severity of the provisioning issue. */
2199
+ readonly severity?: ProvisioningIssueSeverity;
2200
+ /** Description of the provisioning issue. */
2201
+ readonly description?: string;
2202
+ /** ARM Ids of the resources that can be associated to the same perimeter to remediate the issue */
2203
+ readonly suggestedResourceIds?: string[];
2204
+ /** Access rules that can be added to the perimeter to remediate the issue */
2205
+ readonly suggestedAccessRules?: AccessRule[];
2206
+ }
2207
+ export declare function provisioningIssuePropertiesDeserializer(item: any): ProvisioningIssueProperties;
2208
+ /** Type of provisioning issue. */
2209
+ export declare enum KnownProvisioningIssueType {
2210
+ /** Perimeter configuration is missing. */
2211
+ MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
2212
+ /** Identity configuration is missing. */
2213
+ MissingIdentityConfiguration = "MissingIdentityConfiguration",
2214
+ /** Configuration failed to propagate. */
2215
+ ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
2216
+ /** Other failure. */
2217
+ Other = "Other"
2218
+ }
2219
+ /**
2220
+ * Type of provisioning issue. \
2221
+ * {@link KnownProvisioningIssueType} can be used interchangeably with ProvisioningIssueType,
2222
+ * this enum contains the known values that the service supports.
2223
+ * ### Known values supported by the service
2224
+ * **MissingPerimeterConfiguration**: Perimeter configuration is missing. \
2225
+ * **MissingIdentityConfiguration**: Identity configuration is missing. \
2226
+ * **ConfigurationPropagationFailure**: Configuration failed to propagate. \
2227
+ * **Other**: Other failure.
2228
+ */
2229
+ export type ProvisioningIssueType = string;
2230
+ /** Severity of the provisioning issue. */
2231
+ export declare enum KnownProvisioningIssueSeverity {
2232
+ /** Warnings can cause connectivity issues after provisioning succeeds. */
2233
+ Warning = "Warning",
2234
+ /** Errors will cause association provisioning to fail. */
2235
+ Error = "Error"
2236
+ }
2237
+ /**
2238
+ * Severity of the provisioning issue. \
2239
+ * {@link KnownProvisioningIssueSeverity} can be used interchangeably with ProvisioningIssueSeverity,
2240
+ * this enum contains the known values that the service supports.
2241
+ * ### Known values supported by the service
2242
+ * **Warning**: Warnings can cause connectivity issues after provisioning succeeds. \
2243
+ * **Error**: Errors will cause association provisioning to fail.
2244
+ */
2245
+ export type ProvisioningIssueSeverity = string;
2246
+ export declare function accessRuleArrayDeserializer(result: Array<AccessRule>): any[];
2247
+ /** Access rule. */
2248
+ export interface AccessRule {
2249
+ /** Name of the access rule. */
2250
+ readonly name?: string;
2251
+ /** Direction of the access rule. */
2252
+ readonly direction?: AccessRuleDirection;
2253
+ /** Address prefixes that are allowed access. */
2254
+ readonly addressPrefixes?: string[];
2255
+ }
2256
+ export declare function accessRuleDeserializer(item: any): AccessRule;
2257
+ /** Properties of an access rule. */
2258
+ export interface AccessRuleProperties {
2259
+ /** Direction of the access rule. */
2260
+ readonly direction?: AccessRuleDirection;
2261
+ /** Address prefixes that are allowed access. */
2262
+ readonly addressPrefixes?: string[];
2263
+ }
2264
+ export declare function accessRulePropertiesDeserializer(item: any): AccessRuleProperties;
2265
+ /** Indicates direction of an access rule. */
2266
+ export declare enum KnownAccessRuleDirection {
2267
+ /** Traffic originates outside of network. */
2268
+ Inbound = "Inbound",
2269
+ /** Traffic originates inside the network */
2270
+ Outbound = "Outbound"
2271
+ }
2272
+ /**
2273
+ * Indicates direction of an access rule. \
2274
+ * {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,
2275
+ * this enum contains the known values that the service supports.
2276
+ * ### Known values supported by the service
2277
+ * **Inbound**: Traffic originates outside of network. \
2278
+ * **Outbound**: Traffic originates inside the network
2279
+ */
2280
+ export type AccessRuleDirection = string;
2281
+ /** Properties that define a Network Security Perimeter resource. */
2282
+ export interface NetworkSecurityPerimeter {
2283
+ /** Azure resource Id */
2284
+ readonly id?: string;
2285
+ /** Guid of the Network Security Perimeter */
2286
+ readonly perimeterGuid?: string;
2287
+ /** Regional location of the perimeter */
2288
+ readonly location?: string;
2289
+ }
2290
+ export declare function networkSecurityPerimeterDeserializer(item: any): NetworkSecurityPerimeter;
2291
+ /** Properties that define a Resource Association. */
2292
+ export interface ResourceAssociation {
2293
+ /** Name of the Resource Association */
2294
+ readonly name?: string;
2295
+ /** The access mode */
2296
+ readonly accessMode?: AccessMode;
2297
+ }
2298
+ export declare function resourceAssociationDeserializer(item: any): ResourceAssociation;
2299
+ /** Property that impacts a resource's logging behavior and its connectivity with other resources and public networks. */
2300
+ export declare enum KnownAccessMode {
2301
+ /** Indicates that resource access is controlled by the NSP definition. */
2302
+ Enforced = "enforced",
2303
+ /** Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced. */
2304
+ Audit = "audit",
2305
+ /** Enables traffic evaluation to fall back to resource-specific firewall configurations. */
2306
+ Learning = "learning"
2307
+ }
2308
+ /**
2309
+ * Property that impacts a resource's logging behavior and its connectivity with other resources and public networks. \
2310
+ * {@link KnownAccessMode} can be used interchangeably with AccessMode,
2311
+ * this enum contains the known values that the service supports.
2312
+ * ### Known values supported by the service
2313
+ * **enforced**: Indicates that resource access is controlled by the NSP definition. \
2314
+ * **audit**: Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced. \
2315
+ * **learning**: Enables traffic evaluation to fall back to resource-specific firewall configurations.
2316
+ */
2317
+ export type AccessMode = string;
2318
+ /** Network Security Perimeter profile */
2319
+ export interface NetworkSecurityPerimeterProfile {
2320
+ /** Name of the resource */
2321
+ readonly name?: string;
2322
+ /** Access rules version number */
2323
+ readonly accessRulesVersion?: number;
2324
+ /** Collection of access rules for the profile */
2325
+ readonly accessRules?: AccessRule[];
2326
+ /** Diagnostic settings version number */
2327
+ readonly diagnosticSettingsVersion?: number;
2328
+ /** Collection of enabled log categories for the profile */
2329
+ readonly enabledLogCategories?: string[];
2330
+ }
2331
+ export declare function networkSecurityPerimeterProfileDeserializer(item: any): NetworkSecurityPerimeterProfile;
2332
+ /** The response of a NetworkSecurityPerimeterConfiguration list operation. */
2333
+ export interface _NetworkSecurityPerimeterConfigurationListResult {
2334
+ /** The NetworkSecurityPerimeterConfiguration items on this page */
2335
+ value: NetworkSecurityPerimeterConfiguration[];
2336
+ /** The link to the next page of items */
2337
+ nextLink?: string;
2338
+ }
2339
+ export declare function _networkSecurityPerimeterConfigurationListResultDeserializer(item: any): _NetworkSecurityPerimeterConfigurationListResult;
2340
+ export declare function networkSecurityPerimeterConfigurationArrayDeserializer(result: Array<NetworkSecurityPerimeterConfiguration>): any[];
2341
+ /** Result of network security perimeter configurations. */
2342
+ export interface NetworkSecurityPerimeterConfigurationReconcileResult {
2343
+ /** The URL of the resource used to check the status of the asynchronous operation. */
2344
+ readonly location?: string;
2345
+ }
2346
+ export declare function networkSecurityPerimeterConfigurationReconcileResultDeserializer(item: any): NetworkSecurityPerimeterConfigurationReconcileResult;
2347
+ /** model interface PrivateLinkScopeValidationDetails */
2348
+ export interface PrivateLinkScopeValidationDetails {
2349
+ /** Azure resource Id */
2350
+ readonly id?: string;
2351
+ /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */
2352
+ publicNetworkAccess?: PublicNetworkAccessType;
2353
+ /** List of Private Endpoint Connection details. */
2354
+ connectionDetails?: ConnectionDetail[];
2355
+ }
2356
+ export declare function privateLinkScopeValidationDetailsDeserializer(item: any): PrivateLinkScopeValidationDetails;
2357
+ /** The network access policy to determine if Azure Arc agents can use public Azure Arc service endpoints. Defaults to disabled (access to Azure Arc services only via private link). */
2358
+ export declare enum KnownPublicNetworkAccessType {
2359
+ /** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */
2360
+ Enabled = "Enabled",
2361
+ /** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */
2362
+ Disabled = "Disabled",
2363
+ /** Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP). */
2364
+ SecuredByPerimeter = "SecuredByPerimeter"
2365
+ }
2366
+ /**
2367
+ * The network access policy to determine if Azure Arc agents can use public Azure Arc service endpoints. Defaults to disabled (access to Azure Arc services only via private link). \
2368
+ * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
2369
+ * this enum contains the known values that the service supports.
2370
+ * ### Known values supported by the service
2371
+ * **Enabled**: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. \
2372
+ * **Disabled**: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. \
2373
+ * **SecuredByPerimeter**: Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP).
2374
+ */
2375
+ export type PublicNetworkAccessType = string;
2376
+ export declare function connectionDetailArrayDeserializer(result: Array<ConnectionDetail>): any[];
2377
+ /** model interface ConnectionDetail */
2378
+ export interface ConnectionDetail {
2379
+ /** Azure resource Id */
2380
+ readonly id?: string;
2381
+ /** The private endpoint connection private ip address */
2382
+ readonly privateIpAddress?: string;
2383
+ /** The private endpoint connection link identifier */
2384
+ readonly linkIdentifier?: string;
2385
+ /** The private endpoint connection group id */
2386
+ readonly groupId?: string;
2387
+ /** The private endpoint connection member name */
2388
+ readonly memberName?: string;
2389
+ }
2390
+ export declare function connectionDetailDeserializer(item: any): ConnectionDetail;
2391
+ /** An Azure Arc PrivateLinkScope definition. */
2392
+ export interface HybridComputePrivateLinkScope extends TrackedResource {
2393
+ /** Properties that define a Azure Arc PrivateLinkScope resource. */
2394
+ properties?: HybridComputePrivateLinkScopeProperties;
2395
+ }
2396
+ export declare function hybridComputePrivateLinkScopeSerializer(item: HybridComputePrivateLinkScope): any;
2397
+ export declare function hybridComputePrivateLinkScopeDeserializer(item: any): HybridComputePrivateLinkScope;
2398
+ /** Properties that define a Azure Arc PrivateLinkScope resource. */
2399
+ export interface HybridComputePrivateLinkScopeProperties {
2400
+ /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */
2401
+ publicNetworkAccess?: PublicNetworkAccessType;
2402
+ /** 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. */
2403
+ readonly provisioningState?: string;
2404
+ /** The Guid id of the private link scope. */
2405
+ readonly privateLinkScopeId?: string;
2406
+ /** The collection of associated Private Endpoint Connections. */
2407
+ readonly privateEndpointConnections?: PrivateEndpointConnectionDataModel[];
2408
+ /** Enable private link validation for an Azure Arc Extension. */
2409
+ serviceExtensions?: ServiceExtension[];
2410
+ }
2411
+ export declare function hybridComputePrivateLinkScopePropertiesSerializer(item: HybridComputePrivateLinkScopeProperties): any;
2412
+ export declare function hybridComputePrivateLinkScopePropertiesDeserializer(item: any): HybridComputePrivateLinkScopeProperties;
2413
+ export declare function privateEndpointConnectionDataModelArrayDeserializer(result: Array<PrivateEndpointConnectionDataModel>): any[];
2414
+ /** The Data Model for a Private Endpoint Connection associated with a Private Link Scope */
2415
+ export interface PrivateEndpointConnectionDataModel {
2416
+ /** The ARM Resource Id of the Private Endpoint. */
2417
+ readonly id?: string;
2418
+ /** The Name of the Private Endpoint. */
2419
+ readonly name?: string;
2420
+ /** Azure resource type */
2421
+ readonly type?: string;
2422
+ /** The Private Endpoint Connection properties. */
2423
+ properties?: PrivateEndpointConnectionProperties;
2424
+ }
2425
+ export declare function privateEndpointConnectionDataModelDeserializer(item: any): PrivateEndpointConnectionDataModel;
2426
+ export declare function serviceExtensionArraySerializer(result: Array<ServiceExtension>): any[];
2427
+ export declare function serviceExtensionArrayDeserializer(result: Array<ServiceExtension>): any[];
2428
+ /** Enable private link validation for an Azure Arc Extension */
2429
+ export interface ServiceExtension {
2430
+ /** The name of the Azure Arc Extension. */
2431
+ serviceExtensionType?: ServiceExtensionType;
2432
+ /** The network access policy to determine if the specified Azure Arc Extension can use public Azure Arc Extension service endpoints. */
2433
+ serviceExtensionPublicNetworkAccess?: ServiceExtensionPublicNetworkAccess;
2434
+ }
2435
+ export declare function serviceExtensionSerializer(item: ServiceExtension): any;
2436
+ export declare function serviceExtensionDeserializer(item: any): ServiceExtension;
2437
+ /** The name of the Azure Arc Extension. */
2438
+ export type ServiceExtensionType = string;
2439
+ export declare function serviceExtensionTypeSerializer(item: ServiceExtensionType): any;
2440
+ export declare function serviceExtensionTypeDeserializer(item: any): ServiceExtensionType;
2441
+ /** The network access policy to determine if the specified Azure Arc Extension can use public Azure Arc Extension service endpoints. */
2442
+ export declare enum KnownServiceExtensionPublicNetworkAccess {
2443
+ /** Allows Azure Arc Extension agents to communicate with Azure Arc services over both public (internet) and private endpoints. */
2444
+ Enabled = "Enabled",
2445
+ /** Does not allow Azure Arc Extension agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */
2446
+ Disabled = "Disabled"
2447
+ }
2448
+ /**
2449
+ * The network access policy to determine if the specified Azure Arc Extension can use public Azure Arc Extension service endpoints. \
2450
+ * {@link KnownServiceExtensionPublicNetworkAccess} can be used interchangeably with ServiceExtensionPublicNetworkAccess,
2451
+ * this enum contains the known values that the service supports.
2452
+ * ### Known values supported by the service
2453
+ * **Enabled**: Allows Azure Arc Extension agents to communicate with Azure Arc services over both public (internet) and private endpoints. \
2454
+ * **Disabled**: Does not allow Azure Arc Extension agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link.
2455
+ */
2456
+ export type ServiceExtensionPublicNetworkAccess = string;
2457
+ /** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */
2458
+ export interface TagsResource {
2459
+ /** Resource tags */
2460
+ tags?: Record<string, string>;
2461
+ }
2462
+ export declare function tagsResourceSerializer(item: TagsResource): any;
2463
+ /** The response of a HybridComputePrivateLinkScope list operation. */
2464
+ export interface _HybridComputePrivateLinkScopeListResult {
2465
+ /** The HybridComputePrivateLinkScope items on this page */
2466
+ value: HybridComputePrivateLinkScope[];
2467
+ /** The link to the next page of items */
2468
+ nextLink?: string;
2469
+ }
2470
+ export declare function _hybridComputePrivateLinkScopeListResultDeserializer(item: any): _HybridComputePrivateLinkScopeListResult;
2471
+ export declare function hybridComputePrivateLinkScopeArraySerializer(result: Array<HybridComputePrivateLinkScope>): any[];
2472
+ export declare function hybridComputePrivateLinkScopeArrayDeserializer(result: Array<HybridComputePrivateLinkScope>): any[];
2473
+ /** Describes a Extension Metadata */
2474
+ export interface ExtensionValue extends ProxyResource {
2475
+ /** The version of the Extension being received. */
2476
+ readonly version?: string;
2477
+ /** The type of the Extension being received. */
2478
+ readonly extensionType?: string;
2479
+ /** The publisher of the Extension being received. */
2480
+ readonly publisher?: string;
2481
+ }
2482
+ export declare function extensionValueDeserializer(item: any): ExtensionValue;
2483
+ /** Describes Extension Metadata properties */
2484
+ export interface ExtensionValueProperties {
2485
+ /** The version of the Extension being received. */
2486
+ readonly version?: string;
2487
+ /** The type of the Extension being received. */
2488
+ readonly extensionType?: string;
2489
+ /** The publisher of the Extension being received. */
2490
+ readonly publisher?: string;
2491
+ }
2492
+ export declare function extensionValuePropertiesDeserializer(item: any): ExtensionValueProperties;
2493
+ /** The List Extension Metadata response. */
2494
+ export interface _ExtensionValueListResult {
2495
+ /** The list of extension metadata */
2496
+ readonly value?: ExtensionValue[];
2497
+ /** The URL to get the next set of results. */
2498
+ readonly nextLink?: string;
2499
+ }
2500
+ export declare function _extensionValueListResultDeserializer(item: any): _ExtensionValueListResult;
2501
+ export declare function extensionValueArrayDeserializer(result: Array<ExtensionValue>): any[];
2502
+ /** Describes an Extension Metadata. */
2503
+ export interface ExtensionValueV2 extends ProxyResource {
2504
+ /** The version of the Extension being received. */
2505
+ readonly version?: string;
2506
+ /** The type of the Extension being received. */
2507
+ readonly extensionType?: string;
2508
+ /** The publisher of the Extension being received. */
2509
+ readonly publisher?: string;
2510
+ /** A list of locations where the extension packages can be found. */
2511
+ readonly extensionUris?: string[];
2512
+ /** Location of the signature files for the extension. */
2513
+ readonly extensionSignatureUri?: string;
2514
+ /** The operating system (Windows, Linux, etc.) this extension supports. */
2515
+ readonly operatingSystem?: string;
2516
+ /** Architectures (x64, arms64, etc.) that this extension supports. */
2517
+ readonly architecture?: string[];
2518
+ }
2519
+ export declare function extensionValueV2Deserializer(item: any): ExtensionValueV2;
2520
+ /** Describes Extension Metadata properties. */
2521
+ export interface ExtensionValueV2Properties extends ExtensionValueProperties {
2522
+ /** A list of locations where the extension packages can be found. */
2523
+ readonly extensionUris?: string[];
2524
+ /** Location of the signature files for the extension. */
2525
+ readonly extensionSignatureUri?: string;
2526
+ /** The operating system (Windows, Linux, etc.) this extension supports. */
2527
+ readonly operatingSystem?: string;
2528
+ /** Architectures (x64, arms64, etc.) that this extension supports. */
2529
+ readonly architecture?: string[];
2530
+ }
2531
+ export declare function extensionValueV2PropertiesDeserializer(item: any): ExtensionValueV2Properties;
2532
+ /** The List Extension Metadata response. */
2533
+ export interface _ExtensionValueListResultV2 {
2534
+ /** The ExtensionValueV2 items on this page */
2535
+ readonly value: ExtensionValueV2[];
2536
+ /** The link to the next page of items */
2537
+ nextLink?: string;
2538
+ }
2539
+ export declare function _extensionValueListResultV2Deserializer(item: any): _ExtensionValueListResultV2;
2540
+ export declare function extensionValueV2ArrayDeserializer(result: Array<ExtensionValueV2>): any[];
2541
+ /** Concrete proxy resource types can be created by aliasing this type using a specific property type. */
2542
+ export interface Settings extends ProxyResource {
2543
+ /** Azure resource tenant Id */
2544
+ readonly tenantId?: string;
2545
+ /** Settings Gateway properties */
2546
+ gatewayProperties?: SettingsGatewayProperties;
2547
+ }
2548
+ export declare function settingsSerializer(item: Settings): any;
2549
+ export declare function settingsDeserializer(item: any): Settings;
2550
+ /** Settings properties */
2551
+ export interface SettingsProperties {
2552
+ /** Azure resource tenant Id */
2553
+ readonly tenantId?: string;
2554
+ /** Associated Gateway Resource Id */
2555
+ gatewayResourceId?: string;
2556
+ }
2557
+ export declare function settingsPropertiesSerializer(item: SettingsProperties): any;
2558
+ export declare function settingsPropertiesDeserializer(item: any): SettingsProperties;
2559
+ /** Settings Gateway properties */
2560
+ export interface SettingsGatewayProperties {
2561
+ /** Associated Gateway Resource Id */
2562
+ gatewayResourceId?: string;
2563
+ }
2564
+ export declare function settingsGatewayPropertiesSerializer(item: SettingsGatewayProperties): any;
2565
+ export declare function settingsGatewayPropertiesDeserializer(item: any): SettingsGatewayProperties;
2566
+ /** The List of Extension Types. */
2567
+ export interface _ExtensionTypeListResult {
2568
+ /** The ExtensionType items on this page */
2569
+ readonly value: ExtensionType[];
2570
+ /** The link to the next page of items */
2571
+ nextLink?: string;
2572
+ }
2573
+ export declare function _extensionTypeListResultDeserializer(item: any): _ExtensionTypeListResult;
2574
+ export declare function extensionTypeArrayDeserializer(result: Array<ExtensionType>): any[];
2575
+ /** Describes an Extension Type. */
2576
+ export interface ExtensionType {
2577
+ /** The ID of the extension type. */
2578
+ id?: string;
2579
+ /** The name of the extension type. */
2580
+ name?: string;
2581
+ }
2582
+ export declare function extensionTypeDeserializer(item: any): ExtensionType;
2583
+ /** The List of Extension Publishers. */
2584
+ export interface _ExtensionPublisherListResult {
2585
+ /** The ExtensionPublisher items on this page */
2586
+ readonly value: ExtensionPublisher[];
2587
+ /** The link to the next page of items */
2588
+ nextLink?: string;
2589
+ }
2590
+ export declare function _extensionPublisherListResultDeserializer(item: any): _ExtensionPublisherListResult;
2591
+ export declare function extensionPublisherArrayDeserializer(result: Array<ExtensionPublisher>): any[];
2592
+ /** Describes an Extension Publisher. */
2593
+ export interface ExtensionPublisher {
2594
+ /** The ID of the extension publisher. */
2595
+ id?: string;
2596
+ /** The name of the extension publisher. */
2597
+ name?: string;
2598
+ }
2599
+ export declare function extensionPublisherDeserializer(item: any): ExtensionPublisher;
2600
+ /** Known values of {@link InstanceViewTypes} that the service accepts. */
2601
+ export declare enum KnownInstanceViewTypes {
2602
+ /** instanceView */
2603
+ InstanceView = "instanceView"
2604
+ }
2605
+ /** Type of InstanceViewTypes */
2606
+ export type InstanceViewTypes = string;
2607
+ /** The available API versions. */
2608
+ export declare enum KnownVersions {
2609
+ /** The 2025-09-16-preview API version. */
2610
+ V20250916Preview = "2025-09-16-preview"
2611
+ }
2612
+ export declare function _licensePropertiesSerializer(item: License): any;
2613
+ export declare function _licensePropertiesDeserializer(item: any): {
2614
+ provisioningState: any;
2615
+ tenantId: any;
2616
+ licenseType: any;
2617
+ licenseDetails: any;
2618
+ };
2619
+ export declare function _licenseUpdatePropertiesLicenseDetailsSerializer(item: LicenseUpdateProperties): any;
2620
+ export declare function _licenseUpdatePropertiesSerializer(item: LicenseUpdate): any;
2621
+ export declare function _osProfileWindowsConfigurationPatchSettingsSerializer(item: OSProfileWindowsConfiguration): any;
2622
+ export declare function _osProfileWindowsConfigurationPatchSettingsDeserializer(item: any): {
2623
+ assessmentMode: any;
2624
+ patchMode: any;
2625
+ enableHotpatching: any;
2626
+ status: any;
2627
+ };
2628
+ export declare function _osProfileLinuxConfigurationPatchSettingsSerializer(item: OSProfileLinuxConfiguration): any;
2629
+ export declare function _osProfileLinuxConfigurationPatchSettingsDeserializer(item: any): {
2630
+ assessmentMode: any;
2631
+ patchMode: any;
2632
+ enableHotpatching: any;
2633
+ status: any;
2634
+ };
2635
+ export declare function _licenseProfileMachineInstanceViewSoftwareAssuranceDeserializer(item: any): {
2636
+ softwareAssuranceCustomer: any;
2637
+ };
2638
+ export declare function _licenseProfileMachineInstanceViewProductProfileSerializer(item: LicenseProfileMachineInstanceView): any;
2639
+ export declare function _licenseProfileMachineInstanceViewProductProfileDeserializer(item: any): {
2640
+ subscriptionStatus: any;
2641
+ productType: any;
2642
+ enrollmentDate: any;
2643
+ billingStartDate: any;
2644
+ disenrollmentDate: any;
2645
+ billingEndDate: any;
2646
+ error: any;
2647
+ productFeatures: any;
2648
+ };
2649
+ export declare function _machinePropertiesSerializer(item: Machine): any;
2650
+ export declare function _machinePropertiesDeserializer(item: any): {
2651
+ locationData: any;
2652
+ agentConfiguration: any;
2653
+ serviceStatuses: any;
2654
+ hardwareProfile: any;
2655
+ storageProfile: any;
2656
+ firmwareProfile: any;
2657
+ cloudMetadata: any;
2658
+ agentUpgrade: any;
2659
+ osProfile: any;
2660
+ licenseProfile: any;
2661
+ provisioningState: any;
2662
+ status: any;
2663
+ lastStatusChange: any;
2664
+ errorDetails: any;
2665
+ agentVersion: any;
2666
+ vmId: any;
2667
+ displayName: any;
2668
+ machineFqdn: any;
2669
+ clientPublicKey: any;
2670
+ identityKeyStore: any;
2671
+ tpmEkCertificate: any;
2672
+ osName: any;
2673
+ osVersion: any;
2674
+ osType: any;
2675
+ vmUuid: any;
2676
+ extensions: any;
2677
+ osSku: any;
2678
+ osEdition: any;
2679
+ domainName: any;
2680
+ adFqdn: any;
2681
+ dnsFqdn: any;
2682
+ privateLinkScopeResourceId: any;
2683
+ parentClusterResourceId: any;
2684
+ hardwareResourceId: any;
2685
+ mssqlDiscovered: any;
2686
+ detectedProperties: any;
2687
+ networkProfile: any;
2688
+ };
2689
+ export declare function _machineUpdatePropertiesSerializer(item: MachineUpdate): any;
2690
+ export declare function _licenseProfilePropertiesSoftwareAssuranceSerializer(item: LicenseProfileProperties): any;
2691
+ export declare function _licenseProfilePropertiesSoftwareAssuranceDeserializer(item: any): {
2692
+ softwareAssuranceCustomer: any;
2693
+ };
2694
+ export declare function _licenseProfilePropertiesEsuProfileSerializer(item: LicenseProfileProperties): any;
2695
+ export declare function _licenseProfilePropertiesEsuProfileDeserializer(item: any): {
2696
+ serverType: any;
2697
+ esuEligibility: any;
2698
+ esuKeyState: any;
2699
+ assignedLicenseImmutableId: any;
2700
+ esuKeys: any;
2701
+ assignedLicense: any;
2702
+ };
2703
+ export declare function _licenseProfilePropertiesProductProfileSerializer(item: LicenseProfileProperties): any;
2704
+ export declare function _licenseProfilePropertiesProductProfileDeserializer(item: any): {
2705
+ subscriptionStatus: any;
2706
+ productType: any;
2707
+ enrollmentDate: any;
2708
+ billingStartDate: any;
2709
+ disenrollmentDate: any;
2710
+ billingEndDate: any;
2711
+ error: any;
2712
+ productFeatures: any;
2713
+ };
2714
+ export declare function _licenseProfilePropertiesSerializer(item: LicenseProfile): any;
2715
+ export declare function _licenseProfilePropertiesDeserializer(item: any): {
2716
+ softwareAssurance: any;
2717
+ esuProfile: any;
2718
+ productProfile: any;
2719
+ provisioningState: any;
2720
+ };
2721
+ export declare function _licenseProfileUpdatePropertiesSoftwareAssuranceSerializer(item: LicenseProfileUpdateProperties): any;
2722
+ export declare function _licenseProfileUpdatePropertiesEsuProfileSerializer(item: LicenseProfileUpdateProperties): any;
2723
+ export declare function _licenseProfileUpdatePropertiesProductProfileSerializer(item: LicenseProfileUpdateProperties): any;
2724
+ export declare function _licenseProfileUpdatePropertiesSerializer(item: LicenseProfileUpdate): any;
2725
+ export declare function _machineExtensionUpdatePropertiesSerializer(item: MachineExtensionUpdate): any;
2726
+ export declare function _machineRunCommandPropertiesSerializer(item: MachineRunCommand): any;
2727
+ export declare function _machineRunCommandPropertiesDeserializer(item: any): {
2728
+ source: any;
2729
+ parameters: any;
2730
+ protectedParameters: any;
2731
+ asyncExecution: any;
2732
+ runAsUser: any;
2733
+ runAsPassword: any;
2734
+ timeoutInSeconds: any;
2735
+ outputBlobUri: any;
2736
+ errorBlobUri: any;
2737
+ outputBlobManagedIdentity: any;
2738
+ errorBlobManagedIdentity: any;
2739
+ provisioningState: any;
2740
+ instanceView: any;
2741
+ };
2742
+ export declare function _gatewayPropertiesSerializer(item: Gateway): any;
2743
+ export declare function _gatewayPropertiesDeserializer(item: any): {
2744
+ provisioningState: any;
2745
+ gatewayId: any;
2746
+ gatewayType: any;
2747
+ gatewayEndpoint: any;
2748
+ allowedFeatures: any;
2749
+ };
2750
+ export declare function _gatewayUpdatePropertiesSerializer(item: GatewayUpdate): any;
2751
+ export declare function _accessRulePropertiesDeserializer(item: any): {
2752
+ direction: any;
2753
+ addressPrefixes: any;
2754
+ };
2755
+ export declare function _provisioningIssuePropertiesDeserializer(item: any): {
2756
+ issueType: any;
2757
+ severity: any;
2758
+ description: any;
2759
+ suggestedResourceIds: any;
2760
+ suggestedAccessRules: any;
2761
+ };
2762
+ export declare function _networkSecurityPerimeterConfigurationPropertiesDeserializer(item: any): {
2763
+ provisioningState: any;
2764
+ provisioningIssues: any;
2765
+ networkSecurityPerimeter: any;
2766
+ resourceAssociation: any;
2767
+ profile: any;
2768
+ };
2769
+ export declare function _extensionValuePropertiesDeserializer(item: any): {
2770
+ version: any;
2771
+ extensionType: any;
2772
+ publisher: any;
2773
+ };
2774
+ export declare function _extensionValueV2PropertiesDeserializer(item: any): {
2775
+ version: any;
2776
+ extensionType: any;
2777
+ publisher: any;
2778
+ extensionUris: any;
2779
+ extensionSignatureUri: any;
2780
+ operatingSystem: any;
2781
+ architecture: any;
2782
+ };
2783
+ export declare function _settingsPropertiesGatewayPropertiesSerializer(item: SettingsProperties): any;
2784
+ export declare function _settingsPropertiesGatewayPropertiesDeserializer(item: any): {
2785
+ gatewayResourceId: any;
2786
+ };
2787
+ export declare function _settingsPropertiesSerializer(item: Settings): any;
2788
+ export declare function _settingsPropertiesDeserializer(item: any): {
2789
+ tenantId: any;
2790
+ gatewayProperties: any;
2791
+ };
2792
+ //# sourceMappingURL=models.d.ts.map