@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 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Describes the Machine Extension Upgrade Properties. */\nexport interface MachineExtensionUpgrade {\n /** Describes the Extension Target Properties. */\n extensionTargets?: Record<string, ExtensionTargetProperties>;\n}\n\nexport function machineExtensionUpgradeSerializer(item: MachineExtensionUpgrade): any {\n return {\n extensionTargets: !item[\"extensionTargets\"]\n ? item[\"extensionTargets\"]\n : extensionTargetPropertiesRecordSerializer(item[\"extensionTargets\"]),\n };\n}\n\nexport function extensionTargetPropertiesRecordSerializer(\n item: Record<string, ExtensionTargetProperties>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : extensionTargetPropertiesSerializer(item[key]);\n });\n return result;\n}\n\n/** Describes the Machine Extension Target Version Properties */\nexport interface ExtensionTargetProperties {\n /** Properties for the specified Extension to Upgrade. */\n targetVersion?: string;\n}\n\nexport function extensionTargetPropertiesSerializer(item: ExtensionTargetProperties): any {\n return { targetVersion: item[\"targetVersion\"] };\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** model interface SetupExtensionRequest */\nexport interface SetupExtensionRequest {\n /** The list of extensions */\n extensions?: MachineExtensionProperties[];\n}\n\nexport function setupExtensionRequestSerializer(item: SetupExtensionRequest): any {\n return {\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : machineExtensionPropertiesArraySerializer(item[\"extensions\"]),\n };\n}\n\nexport function setupExtensionRequestDeserializer(item: any): SetupExtensionRequest {\n return {\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : machineExtensionPropertiesArrayDeserializer(item[\"extensions\"]),\n };\n}\n\nexport function machineExtensionPropertiesArraySerializer(\n result: Array<MachineExtensionProperties>,\n): any[] {\n return result.map((item) => {\n return machineExtensionPropertiesSerializer(item);\n });\n}\n\nexport function machineExtensionPropertiesArrayDeserializer(\n result: Array<MachineExtensionProperties>,\n): any[] {\n return result.map((item) => {\n return machineExtensionPropertiesDeserializer(item);\n });\n}\n\n/** Describes the properties of a Machine Extension. */\nexport interface MachineExtensionProperties {\n /** How the extension handler should be forced to update even if the extension configuration has not changed. */\n forceUpdateTag?: string;\n /** The name of the extension handler publisher. */\n publisher?: string;\n /** Specifies the type of the extension; an example is \"CustomScriptExtension\". */\n type?: string;\n /** Specifies the version of the script handler. */\n typeHandlerVersion?: string;\n /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */\n enableAutomaticUpgrade?: boolean;\n /** 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. */\n autoUpgradeMinorVersion?: boolean;\n /** Json formatted public settings for the extension. */\n settings?: Record<string, any>;\n /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */\n protectedSettings?: Record<string, any>;\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: string;\n /** The machine extension instance view. */\n instanceView?: MachineExtensionInstanceView;\n}\n\nexport function machineExtensionPropertiesSerializer(item: MachineExtensionProperties): any {\n return {\n forceUpdateTag: item[\"forceUpdateTag\"],\n publisher: item[\"publisher\"],\n type: item[\"type\"],\n typeHandlerVersion: item[\"typeHandlerVersion\"],\n enableAutomaticUpgrade: item[\"enableAutomaticUpgrade\"],\n autoUpgradeMinorVersion: item[\"autoUpgradeMinorVersion\"],\n settings: item[\"settings\"],\n protectedSettings: item[\"protectedSettings\"],\n instanceView: !item[\"instanceView\"]\n ? item[\"instanceView\"]\n : machineExtensionInstanceViewSerializer(item[\"instanceView\"]),\n };\n}\n\nexport function machineExtensionPropertiesDeserializer(item: any): MachineExtensionProperties {\n return {\n forceUpdateTag: item[\"forceUpdateTag\"],\n publisher: item[\"publisher\"],\n type: item[\"type\"],\n typeHandlerVersion: item[\"typeHandlerVersion\"],\n enableAutomaticUpgrade: item[\"enableAutomaticUpgrade\"],\n autoUpgradeMinorVersion: item[\"autoUpgradeMinorVersion\"],\n settings: !item[\"settings\"]\n ? item[\"settings\"]\n : Object.fromEntries(Object.entries(item[\"settings\"]).map(([k, p]: [string, any]) => [k, p])),\n protectedSettings: !item[\"protectedSettings\"]\n ? item[\"protectedSettings\"]\n : Object.fromEntries(\n Object.entries(item[\"protectedSettings\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n provisioningState: item[\"provisioningState\"],\n instanceView: !item[\"instanceView\"]\n ? item[\"instanceView\"]\n : machineExtensionInstanceViewDeserializer(item[\"instanceView\"]),\n };\n}\n\n/** Describes the Machine Extension Instance View. */\nexport interface MachineExtensionInstanceView {\n /** The machine extension name. */\n name?: string;\n /** Specifies the type of the extension; an example is \"CustomScriptExtension\". */\n type?: string;\n /** Specifies the version of the script handler. */\n typeHandlerVersion?: string;\n /** Instance view status. */\n status?: MachineExtensionInstanceViewStatus;\n}\n\nexport function machineExtensionInstanceViewSerializer(item: MachineExtensionInstanceView): any {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n typeHandlerVersion: item[\"typeHandlerVersion\"],\n status: !item[\"status\"]\n ? item[\"status\"]\n : machineExtensionInstanceViewStatusSerializer(item[\"status\"]),\n };\n}\n\nexport function machineExtensionInstanceViewDeserializer(item: any): MachineExtensionInstanceView {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n typeHandlerVersion: item[\"typeHandlerVersion\"],\n status: !item[\"status\"]\n ? item[\"status\"]\n : machineExtensionInstanceViewStatusDeserializer(item[\"status\"]),\n };\n}\n\n/** Instance view status. */\nexport interface MachineExtensionInstanceViewStatus {\n /** The status code. */\n code?: string;\n /** The level code. */\n level?: StatusLevelTypes;\n /** The short localizable label for the status. */\n displayStatus?: string;\n /** The detailed status message, including for alerts and error messages. */\n message?: string;\n /** The time of the status. */\n time?: Date;\n}\n\nexport function machineExtensionInstanceViewStatusSerializer(\n item: MachineExtensionInstanceViewStatus,\n): any {\n return {\n code: item[\"code\"],\n level: item[\"level\"],\n displayStatus: item[\"displayStatus\"],\n message: item[\"message\"],\n time: !item[\"time\"] ? item[\"time\"] : item[\"time\"].toISOString(),\n };\n}\n\nexport function machineExtensionInstanceViewStatusDeserializer(\n item: any,\n): MachineExtensionInstanceViewStatus {\n return {\n code: item[\"code\"],\n level: item[\"level\"],\n displayStatus: item[\"displayStatus\"],\n message: item[\"message\"],\n time: !item[\"time\"] ? item[\"time\"] : new Date(item[\"time\"]),\n };\n}\n\n/** The level code. */\nexport enum KnownStatusLevelTypes {\n /** Info */\n Info = \"Info\",\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * The level code. \\\n * {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Info**: Info \\\n * **Warning**: Warning \\\n * **Error**: Error\n */\nexport type StatusLevelTypes = string;\n\n/** The List of Operations. */\nexport interface _OperationListResult {\n /** The list of operations. */\n readonly value?: OperationValue[];\n /** The URL to get the next set of results. */\n readonly nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : operationValueArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationValueArrayDeserializer(result: Array<OperationValue>): any[] {\n return result.map((item) => {\n return operationValueDeserializer(item);\n });\n}\n\n/** Describes the properties of a Compute Operation value. */\nexport interface OperationValue {\n /** The origin of the compute operation. */\n readonly origin?: string;\n /** The name of the compute operation. */\n readonly name?: string;\n /** Display properties */\n display?: OperationValueDisplay;\n /** This property indicates if the operation is an action or a data action */\n readonly isDataAction?: boolean;\n}\n\nexport function operationValueDeserializer(item: any): OperationValue {\n return {\n origin: item[\"origin\"],\n name: item[\"name\"],\n display: !item[\"display\"]\n ? item[\"display\"]\n : operationValueDisplayDeserializer(item[\"display\"]),\n isDataAction: item[\"isDataAction\"],\n };\n}\n\n/** Describes the properties of a Hybrid Compute Operation Value Display. */\nexport interface OperationValueDisplay {\n /** The display name of the compute operation. */\n readonly operation?: string;\n /** The display name of the resource the operation applies to. */\n readonly resource?: string;\n /** The description of the operation. */\n readonly description?: string;\n /** The resource provider for the operation. */\n readonly provider?: string;\n}\n\nexport function operationValueDisplayDeserializer(item: any): OperationValueDisplay {\n return {\n operation: item[\"operation\"],\n resource: item[\"resource\"],\n description: item[\"description\"],\n provider: item[\"provider\"],\n };\n}\n\n/** Describes a license in a hybrid machine. */\nexport interface License extends TrackedResource {\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: ProvisioningState;\n /** Describes the tenant id. */\n tenantId?: string;\n /** The type of the license resource. */\n licenseType?: LicenseType;\n /** Describes the properties of a License. */\n licenseDetails?: LicenseDetails;\n}\n\nexport function licenseSerializer(item: License): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\"tenantId\", \"licenseType\", \"licenseDetails\"])\n ? undefined\n : _licensePropertiesSerializer(item),\n };\n}\n\nexport function licenseDeserializer(item: any): License {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _licensePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes the properties of a License Profile. */\nexport interface LicenseProperties {\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: ProvisioningState;\n /** Describes the tenant id. */\n tenantId?: string;\n /** The type of the license resource. */\n licenseType?: LicenseType;\n /** Describes the properties of a License. */\n licenseDetails?: LicenseDetails;\n}\n\nexport function licensePropertiesSerializer(item: LicenseProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n licenseType: item[\"licenseType\"],\n licenseDetails: !item[\"licenseDetails\"]\n ? item[\"licenseDetails\"]\n : licenseDetailsSerializer(item[\"licenseDetails\"]),\n };\n}\n\nexport function licensePropertiesDeserializer(item: any): LicenseProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n tenantId: item[\"tenantId\"],\n licenseType: item[\"licenseType\"],\n licenseDetails: !item[\"licenseDetails\"]\n ? item[\"licenseDetails\"]\n : licenseDetailsDeserializer(item[\"licenseDetails\"]),\n };\n}\n\n/** The provisioning state, which only appears in the response. */\nexport enum KnownProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * The provisioning state, which only appears in the response. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating**: Creating \\\n * **Updating**: Updating \\\n * **Deleting**: Deleting \\\n * **Succeeded**: Succeeded \\\n * **Failed**: Failed \\\n * **Accepted**: Accepted \\\n * **Canceled**: Canceled \\\n * **Deleted**: Deleted\n */\nexport type ProvisioningState = string;\n\n/** The type of the license resource. */\nexport enum KnownLicenseType {\n /** ESU */\n ESU = \"ESU\",\n}\n\n/**\n * The type of the license resource. \\\n * {@link KnownLicenseType} can be used interchangeably with LicenseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ESU**: ESU\n */\nexport type LicenseType = string;\n\n/** Describes the properties of a License. */\nexport interface LicenseDetails {\n /** Describes the state of the license. */\n state?: LicenseState;\n /** Describes the license target server. */\n target?: LicenseTarget;\n /** Describes the edition of the license. The values are either Standard or Datacenter. */\n edition?: LicenseEdition;\n /** Describes the license core type (pCore or vCore). */\n type?: LicenseCoreType;\n /** Describes the number of processors. */\n processors?: number;\n /** Describes the number of assigned licenses. */\n readonly assignedLicenses?: number;\n /** Describes the immutable id. */\n readonly immutableId?: string;\n /** A list of volume license details. */\n volumeLicenseDetails?: VolumeLicenseDetails[];\n}\n\nexport function licenseDetailsSerializer(item: LicenseDetails): any {\n return {\n state: item[\"state\"],\n target: item[\"target\"],\n edition: item[\"edition\"],\n type: item[\"type\"],\n processors: item[\"processors\"],\n volumeLicenseDetails: !item[\"volumeLicenseDetails\"]\n ? item[\"volumeLicenseDetails\"]\n : volumeLicenseDetailsArraySerializer(item[\"volumeLicenseDetails\"]),\n };\n}\n\nexport function licenseDetailsDeserializer(item: any): LicenseDetails {\n return {\n state: item[\"state\"],\n target: item[\"target\"],\n edition: item[\"edition\"],\n type: item[\"type\"],\n processors: item[\"processors\"],\n assignedLicenses: item[\"assignedLicenses\"],\n immutableId: item[\"immutableId\"],\n volumeLicenseDetails: !item[\"volumeLicenseDetails\"]\n ? item[\"volumeLicenseDetails\"]\n : volumeLicenseDetailsArrayDeserializer(item[\"volumeLicenseDetails\"]),\n };\n}\n\n/** Describes the state of the license. */\nexport enum KnownLicenseState {\n /** Activated */\n Activated = \"Activated\",\n /** Deactivated */\n Deactivated = \"Deactivated\",\n}\n\n/**\n * Describes the state of the license. \\\n * {@link KnownLicenseState} can be used interchangeably with LicenseState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Activated**: Activated \\\n * **Deactivated**: Deactivated\n */\nexport type LicenseState = string;\n\n/** Describes the license target server. */\nexport enum KnownLicenseTarget {\n /** Windows Server 2012 */\n WindowsServer2012 = \"Windows Server 2012\",\n /** Windows Server 2012 R2 */\n WindowsServer2012R2 = \"Windows Server 2012 R2\",\n}\n\n/**\n * Describes the license target server. \\\n * {@link KnownLicenseTarget} can be used interchangeably with LicenseTarget,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows Server 2012**: Windows Server 2012 \\\n * **Windows Server 2012 R2**: Windows Server 2012 R2\n */\nexport type LicenseTarget = string;\n\n/** Describes the edition of the license. The values are either Standard or Datacenter. */\nexport enum KnownLicenseEdition {\n /** Standard */\n Standard = \"Standard\",\n /** Datacenter */\n Datacenter = \"Datacenter\",\n}\n\n/**\n * Describes the edition of the license. The values are either Standard or Datacenter. \\\n * {@link KnownLicenseEdition} can be used interchangeably with LicenseEdition,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard**: Standard \\\n * **Datacenter**: Datacenter\n */\nexport type LicenseEdition = string;\n\n/** Describes the license core type (pCore or vCore). */\nexport enum KnownLicenseCoreType {\n /** pCore */\n PCore = \"pCore\",\n /** vCore */\n VCore = \"vCore\",\n}\n\n/**\n * Describes the license core type (pCore or vCore). \\\n * {@link KnownLicenseCoreType} can be used interchangeably with LicenseCoreType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **pCore**: pCore \\\n * **vCore**: vCore\n */\nexport type LicenseCoreType = string;\n\nexport function volumeLicenseDetailsArraySerializer(result: Array<VolumeLicenseDetails>): any[] {\n return result.map((item) => {\n return volumeLicenseDetailsSerializer(item);\n });\n}\n\nexport function volumeLicenseDetailsArrayDeserializer(result: Array<VolumeLicenseDetails>): any[] {\n return result.map((item) => {\n return volumeLicenseDetailsDeserializer(item);\n });\n}\n\n/** model interface VolumeLicenseDetails */\nexport interface VolumeLicenseDetails {\n /** Describes the program year the volume license is for. */\n programYear?: ProgramYear;\n /** The invoice id for the volume license. */\n invoiceId?: string;\n}\n\nexport function volumeLicenseDetailsSerializer(item: VolumeLicenseDetails): any {\n return { programYear: item[\"programYear\"], invoiceId: item[\"invoiceId\"] };\n}\n\nexport function volumeLicenseDetailsDeserializer(item: any): VolumeLicenseDetails {\n return {\n programYear: item[\"programYear\"],\n invoiceId: item[\"invoiceId\"],\n };\n}\n\n/** Describes the program year the volume license is for. */\nexport enum KnownProgramYear {\n /** Year 1 */\n Year1 = \"Year 1\",\n /** Year 2 */\n Year2 = \"Year 2\",\n /** Year 3 */\n Year3 = \"Year 3\",\n}\n\n/**\n * Describes the program year the volume license is for. \\\n * {@link KnownProgramYear} can be used interchangeably with ProgramYear,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Year 1**: Year 1 \\\n * **Year 2**: Year 2 \\\n * **Year 3**: Year 3\n */\nexport type ProgramYear = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Describes a License Update. */\nexport interface LicenseUpdate extends ResourceUpdate {\n /** The type of the license resource. */\n licenseType?: LicenseType;\n licenseDetails?: LicenseUpdatePropertiesLicenseDetails;\n}\n\nexport function licenseUpdateSerializer(item: LicenseUpdate): any {\n return {\n tags: item[\"tags\"],\n properties: areAllPropsUndefined(item, [\"licenseType\", \"licenseDetails\"])\n ? undefined\n : _licenseUpdatePropertiesSerializer(item),\n };\n}\n\n/** Describes the Update properties of a License Profile. */\nexport interface LicenseUpdateProperties {\n /** The type of the license resource. */\n licenseType?: LicenseType;\n /** Describes the state of the license. */\n state?: LicenseState;\n /** Describes the license target server. */\n target?: LicenseTarget;\n /** Describes the edition of the license. The values are either Standard or Datacenter. */\n edition?: LicenseEdition;\n /** Describes the license core type (pCore or vCore). */\n type?: LicenseCoreType;\n /** Describes the number of processors. */\n processors?: number;\n}\n\nexport function licenseUpdatePropertiesSerializer(item: LicenseUpdateProperties): any {\n return {\n licenseType: item[\"licenseType\"],\n licenseDetails: areAllPropsUndefined(item, [\"state\", \"target\", \"edition\", \"type\", \"processors\"])\n ? undefined\n : _licenseUpdatePropertiesLicenseDetailsSerializer(item),\n };\n}\n\n/** model interface LicenseUpdatePropertiesLicenseDetails */\nexport interface LicenseUpdatePropertiesLicenseDetails {\n /** Describes the state of the license. */\n state?: LicenseState;\n /** Describes the license target server. */\n target?: LicenseTarget;\n /** Describes the edition of the license. The values are either Standard or Datacenter. */\n edition?: LicenseEdition;\n /** Describes the license core type (pCore or vCore). */\n type?: LicenseCoreType;\n /** Describes the number of processors. */\n processors?: number;\n}\n\nexport function licenseUpdatePropertiesLicenseDetailsSerializer(\n item: LicenseUpdatePropertiesLicenseDetails,\n): any {\n return {\n state: item[\"state\"],\n target: item[\"target\"],\n edition: item[\"edition\"],\n type: item[\"type\"],\n processors: item[\"processors\"],\n };\n}\n\n/** The Update Resource model definition. */\nexport interface ResourceUpdate {\n /** Resource tags */\n tags?: Record<string, string>;\n}\n\nexport function resourceUpdateSerializer(item: ResourceUpdate): any {\n return { tags: item[\"tags\"] };\n}\n\n/** Paged collection of License items */\nexport interface _LicensesListResult {\n /** The License items on this page */\n value: License[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _licensesListResultDeserializer(item: any): _LicensesListResult {\n return {\n value: licenseArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function licenseArraySerializer(result: Array<License>): any[] {\n return result.map((item) => {\n return licenseSerializer(item);\n });\n}\n\nexport function licenseArrayDeserializer(result: Array<License>): any[] {\n return result.map((item) => {\n return licenseDeserializer(item);\n });\n}\n\n/** Describes a hybrid machine. */\nexport interface Machine extends TrackedResource {\n /** The list of extensions affiliated to the machine */\n readonly resources?: MachineExtension[];\n /** Identity for the resource. */\n identity?: Identity;\n /** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */\n kind?: ArcKindEnum;\n /** Metadata pertaining to the geographic location of the resource. */\n locationData?: LocationData;\n /** Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM. */\n readonly agentConfiguration?: AgentConfiguration;\n /** Statuses of dependent services that are reported back to ARM. */\n serviceStatuses?: ServiceStatuses;\n /** Information about the machine's hardware */\n readonly hardwareProfile?: HardwareProfile;\n /** Information about the machine's storage */\n readonly storageProfile?: StorageProfile;\n /** Information about the machine's firmware */\n readonly firmwareProfile?: FirmwareProfile;\n /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */\n cloudMetadata?: CloudMetadata;\n /** The info of the machine w.r.t Agent Upgrade */\n agentUpgrade?: AgentUpgrade;\n /** Specifies the operating system settings for the hybrid machine. */\n osProfile?: OSProfile;\n /** Specifies the License related properties for a machine. */\n licenseProfile?: LicenseProfileMachineInstanceView;\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: string;\n /** The status of the hybrid machine agent. */\n readonly status?: StatusTypes;\n /** The time of the last status change. */\n readonly lastStatusChange?: Date;\n /** Details about the error state. */\n readonly errorDetails?: ErrorDetail[];\n /** The hybrid machine agent full version. */\n readonly agentVersion?: string;\n /** Specifies the hybrid machine unique ID. */\n vmId?: string;\n /** Specifies the hybrid machine display name. */\n readonly displayName?: string;\n /** Specifies the hybrid machine FQDN. */\n readonly machineFqdn?: string;\n /** Public Key that the client provides to be used during initial resource onboarding */\n clientPublicKey?: string;\n /** Specifies the identity key store a machine is using. */\n identityKeyStore?: IdentityKeyStore;\n /** Endorsement Key Certificate of the Trusted Platform Module (TPM) that the client provides to be used during initial resource onboarding. */\n tpmEkCertificate?: string;\n /** The Operating System running on the hybrid machine. */\n readonly osName?: string;\n /** The version of Operating System running on the hybrid machine. */\n readonly osVersion?: string;\n /** The type of Operating System (windows/linux). */\n osType?: string;\n /** Specifies the Arc Machine's unique SMBIOS ID */\n readonly vmUuid?: string;\n /** Machine Extensions information (deprecated field) */\n extensions?: MachineExtensionInstanceView[];\n /** Specifies the Operating System product SKU. */\n readonly osSku?: string;\n /** The edition of the Operating System. */\n readonly osEdition?: string;\n /** Specifies the Windows domain name. */\n readonly domainName?: string;\n /** Specifies the AD fully qualified display name. */\n readonly adFqdn?: string;\n /** Specifies the DNS fully qualified display name. */\n readonly dnsFqdn?: string;\n /** The resource id of the private link scope this machine is assigned to, if any. */\n privateLinkScopeResourceId?: string;\n /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */\n parentClusterResourceId?: string;\n /** Specifies the resource ID of the associated hardware device. Only settable by HCI RP. */\n hardwareResourceId?: string;\n /** Specifies whether any MS SQL instance is discovered on the machine. */\n mssqlDiscovered?: string;\n /** Detected properties from the machine. */\n readonly detectedProperties?: Record<string, string>;\n /** Information about the network the machine is on. */\n readonly networkProfile?: NetworkProfile;\n}\n\nexport function machineSerializer(item: Machine): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"locationData\",\n \"serviceStatuses\",\n \"cloudMetadata\",\n \"agentUpgrade\",\n \"osProfile\",\n \"licenseProfile\",\n \"vmId\",\n \"clientPublicKey\",\n \"identityKeyStore\",\n \"tpmEkCertificate\",\n \"osType\",\n \"extensions\",\n \"privateLinkScopeResourceId\",\n \"parentClusterResourceId\",\n \"hardwareResourceId\",\n \"mssqlDiscovered\",\n ])\n ? undefined\n : _machinePropertiesSerializer(item),\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n };\n}\n\nexport function machineDeserializer(item: any): Machine {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _machinePropertiesDeserializer(item[\"properties\"])),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : machineExtensionArrayDeserializer(item[\"resources\"]),\n identity: !item[\"identity\"] ? item[\"identity\"] : identityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n };\n}\n\n/** Describes the properties of a hybrid machine. */\nexport interface MachineProperties {\n /** Metadata pertaining to the geographic location of the resource. */\n locationData?: LocationData;\n /** Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM. */\n readonly agentConfiguration?: AgentConfiguration;\n /** Statuses of dependent services that are reported back to ARM. */\n serviceStatuses?: ServiceStatuses;\n /** Information about the machine's hardware */\n readonly hardwareProfile?: HardwareProfile;\n /** Information about the machine's storage */\n readonly storageProfile?: StorageProfile;\n /** Information about the machine's firmware */\n readonly firmwareProfile?: FirmwareProfile;\n /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */\n cloudMetadata?: CloudMetadata;\n /** The info of the machine w.r.t Agent Upgrade */\n agentUpgrade?: AgentUpgrade;\n /** Specifies the operating system settings for the hybrid machine. */\n osProfile?: OSProfile;\n /** Specifies the License related properties for a machine. */\n licenseProfile?: LicenseProfileMachineInstanceView;\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: string;\n /** The status of the hybrid machine agent. */\n readonly status?: StatusTypes;\n /** The time of the last status change. */\n readonly lastStatusChange?: Date;\n /** Details about the error state. */\n readonly errorDetails?: ErrorDetail[];\n /** The hybrid machine agent full version. */\n readonly agentVersion?: string;\n /** Specifies the hybrid machine unique ID. */\n vmId?: string;\n /** Specifies the hybrid machine display name. */\n readonly displayName?: string;\n /** Specifies the hybrid machine FQDN. */\n readonly machineFqdn?: string;\n /** Public Key that the client provides to be used during initial resource onboarding */\n clientPublicKey?: string;\n /** Specifies the identity key store a machine is using. */\n identityKeyStore?: IdentityKeyStore;\n /** Endorsement Key Certificate of the Trusted Platform Module (TPM) that the client provides to be used during initial resource onboarding. */\n tpmEkCertificate?: string;\n /** The Operating System running on the hybrid machine. */\n readonly osName?: string;\n /** The version of Operating System running on the hybrid machine. */\n readonly osVersion?: string;\n /** The type of Operating System (windows/linux). */\n osType?: string;\n /** Specifies the Arc Machine's unique SMBIOS ID */\n readonly vmUuid?: string;\n /** Machine Extensions information (deprecated field) */\n extensions?: MachineExtensionInstanceView[];\n /** Specifies the Operating System product SKU. */\n readonly osSku?: string;\n /** The edition of the Operating System. */\n readonly osEdition?: string;\n /** Specifies the Windows domain name. */\n readonly domainName?: string;\n /** Specifies the AD fully qualified display name. */\n readonly adFqdn?: string;\n /** Specifies the DNS fully qualified display name. */\n readonly dnsFqdn?: string;\n /** The resource id of the private link scope this machine is assigned to, if any. */\n privateLinkScopeResourceId?: string;\n /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */\n parentClusterResourceId?: string;\n /** Specifies the resource ID of the associated hardware device. Only settable by HCI RP. */\n hardwareResourceId?: string;\n /** Specifies whether any MS SQL instance is discovered on the machine. */\n mssqlDiscovered?: string;\n /** Detected properties from the machine. */\n readonly detectedProperties?: Record<string, string>;\n /** Information about the network the machine is on. */\n readonly networkProfile?: NetworkProfile;\n}\n\nexport function machinePropertiesSerializer(item: MachineProperties): any {\n return {\n locationData: !item[\"locationData\"]\n ? item[\"locationData\"]\n : locationDataSerializer(item[\"locationData\"]),\n serviceStatuses: !item[\"serviceStatuses\"]\n ? item[\"serviceStatuses\"]\n : serviceStatusesSerializer(item[\"serviceStatuses\"]),\n cloudMetadata: !item[\"cloudMetadata\"]\n ? item[\"cloudMetadata\"]\n : cloudMetadataSerializer(item[\"cloudMetadata\"]),\n agentUpgrade: !item[\"agentUpgrade\"]\n ? item[\"agentUpgrade\"]\n : agentUpgradeSerializer(item[\"agentUpgrade\"]),\n osProfile: !item[\"osProfile\"] ? item[\"osProfile\"] : osProfileSerializer(item[\"osProfile\"]),\n licenseProfile: !item[\"licenseProfile\"]\n ? item[\"licenseProfile\"]\n : licenseProfileMachineInstanceViewSerializer(item[\"licenseProfile\"]),\n vmId: item[\"vmId\"],\n clientPublicKey: item[\"clientPublicKey\"],\n identityKeyStore: item[\"identityKeyStore\"],\n tpmEkCertificate: item[\"tpmEkCertificate\"],\n osType: item[\"osType\"],\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : machineExtensionInstanceViewArraySerializer(item[\"extensions\"]),\n privateLinkScopeResourceId: item[\"privateLinkScopeResourceId\"],\n parentClusterResourceId: item[\"parentClusterResourceId\"],\n hardwareResourceId: item[\"hardwareResourceId\"],\n mssqlDiscovered: item[\"mssqlDiscovered\"],\n };\n}\n\nexport function machinePropertiesDeserializer(item: any): MachineProperties {\n return {\n locationData: !item[\"locationData\"]\n ? item[\"locationData\"]\n : locationDataDeserializer(item[\"locationData\"]),\n agentConfiguration: !item[\"agentConfiguration\"]\n ? item[\"agentConfiguration\"]\n : agentConfigurationDeserializer(item[\"agentConfiguration\"]),\n serviceStatuses: !item[\"serviceStatuses\"]\n ? item[\"serviceStatuses\"]\n : serviceStatusesDeserializer(item[\"serviceStatuses\"]),\n hardwareProfile: !item[\"hardwareProfile\"]\n ? item[\"hardwareProfile\"]\n : hardwareProfileDeserializer(item[\"hardwareProfile\"]),\n storageProfile: !item[\"storageProfile\"]\n ? item[\"storageProfile\"]\n : storageProfileDeserializer(item[\"storageProfile\"]),\n firmwareProfile: !item[\"firmwareProfile\"]\n ? item[\"firmwareProfile\"]\n : firmwareProfileDeserializer(item[\"firmwareProfile\"]),\n cloudMetadata: !item[\"cloudMetadata\"]\n ? item[\"cloudMetadata\"]\n : cloudMetadataDeserializer(item[\"cloudMetadata\"]),\n agentUpgrade: !item[\"agentUpgrade\"]\n ? item[\"agentUpgrade\"]\n : agentUpgradeDeserializer(item[\"agentUpgrade\"]),\n osProfile: !item[\"osProfile\"] ? item[\"osProfile\"] : osProfileDeserializer(item[\"osProfile\"]),\n licenseProfile: !item[\"licenseProfile\"]\n ? item[\"licenseProfile\"]\n : licenseProfileMachineInstanceViewDeserializer(item[\"licenseProfile\"]),\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n lastStatusChange: !item[\"lastStatusChange\"]\n ? item[\"lastStatusChange\"]\n : new Date(item[\"lastStatusChange\"]),\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : errorDetailArrayDeserializer(item[\"errorDetails\"]),\n agentVersion: item[\"agentVersion\"],\n vmId: item[\"vmId\"],\n displayName: item[\"displayName\"],\n machineFqdn: item[\"machineFqdn\"],\n clientPublicKey: item[\"clientPublicKey\"],\n identityKeyStore: item[\"identityKeyStore\"],\n tpmEkCertificate: item[\"tpmEkCertificate\"],\n osName: item[\"osName\"],\n osVersion: item[\"osVersion\"],\n osType: item[\"osType\"],\n vmUuid: item[\"vmUuid\"],\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : machineExtensionInstanceViewArrayDeserializer(item[\"extensions\"]),\n osSku: item[\"osSku\"],\n osEdition: item[\"osEdition\"],\n domainName: item[\"domainName\"],\n adFqdn: item[\"adFqdn\"],\n dnsFqdn: item[\"dnsFqdn\"],\n privateLinkScopeResourceId: item[\"privateLinkScopeResourceId\"],\n parentClusterResourceId: item[\"parentClusterResourceId\"],\n hardwareResourceId: item[\"hardwareResourceId\"],\n mssqlDiscovered: item[\"mssqlDiscovered\"],\n detectedProperties: !item[\"detectedProperties\"]\n ? item[\"detectedProperties\"]\n : Object.fromEntries(\n Object.entries(item[\"detectedProperties\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n networkProfile: !item[\"networkProfile\"]\n ? item[\"networkProfile\"]\n : networkProfileDeserializer(item[\"networkProfile\"]),\n };\n}\n\n/** Metadata pertaining to the geographic location of the resource. */\nexport interface LocationData {\n /** A canonical name for the geographic or physical location. */\n name: string;\n /** The city or locality where the resource is located. */\n city?: string;\n /** The district, state, or province where the resource is located. */\n district?: string;\n /** The country or region where the resource is located */\n countryOrRegion?: string;\n}\n\nexport function locationDataSerializer(item: LocationData): any {\n return {\n name: item[\"name\"],\n city: item[\"city\"],\n district: item[\"district\"],\n countryOrRegion: item[\"countryOrRegion\"],\n };\n}\n\nexport function locationDataDeserializer(item: any): LocationData {\n return {\n name: item[\"name\"],\n city: item[\"city\"],\n district: item[\"district\"],\n countryOrRegion: item[\"countryOrRegion\"],\n };\n}\n\n/** Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM. */\nexport interface AgentConfiguration {\n /** Specifies the URL of the proxy to be used. */\n readonly proxyUrl?: string;\n /** Specifies the list of ports that the agent will be able to listen on. */\n readonly incomingConnectionsPorts?: string[];\n /** Array of extensions that are allowed to be installed or updated. */\n readonly extensionsAllowList?: ConfigurationExtension[];\n /** Array of extensions that are blocked (cannot be installed or updated) */\n readonly extensionsBlockList?: ConfigurationExtension[];\n /** List of service names which should not use the specified proxy server. */\n readonly proxyBypass?: string[];\n /** Specifies whether the extension service is enabled or disabled. */\n readonly extensionsEnabled?: string;\n /** Specified whether the guest configuration service is enabled or disabled. */\n readonly guestConfigurationEnabled?: string;\n /** Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft. */\n readonly configMode?: AgentConfigurationMode;\n}\n\nexport function agentConfigurationDeserializer(item: any): AgentConfiguration {\n return {\n proxyUrl: item[\"proxyUrl\"],\n incomingConnectionsPorts: !item[\"incomingConnectionsPorts\"]\n ? item[\"incomingConnectionsPorts\"]\n : item[\"incomingConnectionsPorts\"].map((p: any) => {\n return p;\n }),\n extensionsAllowList: !item[\"extensionsAllowList\"]\n ? item[\"extensionsAllowList\"]\n : configurationExtensionArrayDeserializer(item[\"extensionsAllowList\"]),\n extensionsBlockList: !item[\"extensionsBlockList\"]\n ? item[\"extensionsBlockList\"]\n : configurationExtensionArrayDeserializer(item[\"extensionsBlockList\"]),\n proxyBypass: !item[\"proxyBypass\"]\n ? item[\"proxyBypass\"]\n : item[\"proxyBypass\"].map((p: any) => {\n return p;\n }),\n extensionsEnabled: item[\"extensionsEnabled\"],\n guestConfigurationEnabled: item[\"guestConfigurationEnabled\"],\n configMode: item[\"configMode\"],\n };\n}\n\nexport function configurationExtensionArrayDeserializer(\n result: Array<ConfigurationExtension>,\n): any[] {\n return result.map((item) => {\n return configurationExtensionDeserializer(item);\n });\n}\n\n/** Describes properties that can identify extensions. */\nexport interface ConfigurationExtension {\n /** Publisher of the extension. */\n readonly publisher?: string;\n /** Type of the extension. */\n readonly type?: string;\n}\n\nexport function configurationExtensionDeserializer(item: any): ConfigurationExtension {\n return {\n publisher: item[\"publisher\"],\n type: item[\"type\"],\n };\n}\n\n/** Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft. */\nexport enum KnownAgentConfigurationMode {\n /** full */\n Full = \"full\",\n /** monitor */\n Monitor = \"monitor\",\n}\n\n/**\n * Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft. \\\n * {@link KnownAgentConfigurationMode} can be used interchangeably with AgentConfigurationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **full**: full \\\n * **monitor**: monitor\n */\nexport type AgentConfigurationMode = string;\n\n/** Reports the state and behavior of dependent services. */\nexport interface ServiceStatuses {\n /** The state of the extension service on the Arc-enabled machine. */\n extensionService?: ServiceStatus;\n /** The state of the guest configuration service on the Arc-enabled machine. */\n guestConfigurationService?: ServiceStatus;\n}\n\nexport function serviceStatusesSerializer(item: ServiceStatuses): any {\n return {\n extensionService: !item[\"extensionService\"]\n ? item[\"extensionService\"]\n : serviceStatusSerializer(item[\"extensionService\"]),\n guestConfigurationService: !item[\"guestConfigurationService\"]\n ? item[\"guestConfigurationService\"]\n : serviceStatusSerializer(item[\"guestConfigurationService\"]),\n };\n}\n\nexport function serviceStatusesDeserializer(item: any): ServiceStatuses {\n return {\n extensionService: !item[\"extensionService\"]\n ? item[\"extensionService\"]\n : serviceStatusDeserializer(item[\"extensionService\"]),\n guestConfigurationService: !item[\"guestConfigurationService\"]\n ? item[\"guestConfigurationService\"]\n : serviceStatusDeserializer(item[\"guestConfigurationService\"]),\n };\n}\n\n/** Describes the status and behavior of a service. */\nexport interface ServiceStatus {\n /** The current status of the service. */\n status?: string;\n /** The behavior of the service when the Arc-enabled machine starts up. */\n startupType?: string;\n}\n\nexport function serviceStatusSerializer(item: ServiceStatus): any {\n return { status: item[\"status\"], startupType: item[\"startupType\"] };\n}\n\nexport function serviceStatusDeserializer(item: any): ServiceStatus {\n return {\n status: item[\"status\"],\n startupType: item[\"startupType\"],\n };\n}\n\n/** Describes the hardware of the machine */\nexport interface HardwareProfile {\n /** The total physical memory on the machine */\n readonly totalPhysicalMemoryInBytes?: number;\n /** The total number of CPU sockets available on the machine */\n readonly numberOfCpuSockets?: number;\n /** The physical processors of the machine. */\n readonly processors?: Processor[];\n}\n\nexport function hardwareProfileDeserializer(item: any): HardwareProfile {\n return {\n totalPhysicalMemoryInBytes: item[\"totalPhysicalMemoryInBytes\"],\n numberOfCpuSockets: item[\"numberOfCpuSockets\"],\n processors: !item[\"processors\"]\n ? item[\"processors\"]\n : processorArrayDeserializer(item[\"processors\"]),\n };\n}\n\nexport function processorArrayDeserializer(result: Array<Processor>): any[] {\n return result.map((item) => {\n return processorDeserializer(item);\n });\n}\n\n/** Describes the firmware of the machine */\nexport interface Processor {\n /** The name of the processor. */\n readonly name?: string;\n /** The total number of physical cores on the processor. */\n readonly numberOfCores?: number;\n}\n\nexport function processorDeserializer(item: any): Processor {\n return {\n name: item[\"name\"],\n numberOfCores: item[\"numberOfCores\"],\n };\n}\n\n/** Describes the storage configuration of the machine */\nexport interface StorageProfile {\n /** The disks on the machine. */\n readonly disks?: Disk[];\n}\n\nexport function storageProfileDeserializer(item: any): StorageProfile {\n return {\n disks: !item[\"disks\"] ? item[\"disks\"] : diskArrayDeserializer(item[\"disks\"]),\n };\n}\n\nexport function diskArrayDeserializer(result: Array<Disk>): any[] {\n return result.map((item) => {\n return diskDeserializer(item);\n });\n}\n\n/** Describes a disk on the machine */\nexport interface Disk {\n /** The path of the disk. */\n path?: string;\n /** The type of the disk. */\n diskType?: string;\n /** The generated ID of the disk. */\n generatedId?: string;\n /** The ID of the disk. */\n id?: string;\n /** The name of the disk. */\n name?: string;\n /** The size of the disk, in bytes */\n maxSizeInBytes?: number;\n /** The amount of space used on the disk, in bytes */\n usedSpaceInBytes?: number;\n}\n\nexport function diskDeserializer(item: any): Disk {\n return {\n path: item[\"path\"],\n diskType: item[\"diskType\"],\n generatedId: item[\"generatedId\"],\n id: item[\"id\"],\n name: item[\"name\"],\n maxSizeInBytes: item[\"maxSizeInBytes\"],\n usedSpaceInBytes: item[\"usedSpaceInBytes\"],\n };\n}\n\n/** Describes the firmware of the machine */\nexport interface FirmwareProfile {\n /** The serial number of the firmware */\n readonly serialNumber?: string;\n /** The type of the firmware */\n readonly type?: string;\n}\n\nexport function firmwareProfileDeserializer(item: any): FirmwareProfile {\n return {\n serialNumber: item[\"serialNumber\"],\n type: item[\"type\"],\n };\n}\n\n/** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */\nexport interface CloudMetadata {\n /** Specifies the cloud provider (Azure/AWS/GCP...). */\n readonly provider?: string;\n}\n\nexport function cloudMetadataSerializer(_item: CloudMetadata): any {\n return {};\n}\n\nexport function cloudMetadataDeserializer(item: any): CloudMetadata {\n return {\n provider: item[\"provider\"],\n };\n}\n\n/** The info w.r.t Agent Upgrade. */\nexport interface AgentUpgrade {\n /** Specifies the version info w.r.t AgentUpgrade for the machine. */\n desiredVersion?: string;\n /** The correlation ID associated with an agent upgrade operation. */\n correlationId?: string;\n /** Specifies if the machine's agent should be upgraded */\n enableAutomaticUpgrade?: boolean;\n /** Specifies the version of the last attempt */\n readonly lastAttemptDesiredVersion?: string;\n /** Timestamp of last upgrade attempt */\n readonly lastAttemptTimestamp?: Date;\n /** Specifies the status of Agent Upgrade. */\n readonly lastAttemptStatus?: LastAttemptStatusEnum;\n /** Failure message of last upgrade attempt if any. */\n readonly lastAttemptMessage?: string;\n}\n\nexport function agentUpgradeSerializer(item: AgentUpgrade): any {\n return {\n desiredVersion: item[\"desiredVersion\"],\n correlationId: item[\"correlationId\"],\n enableAutomaticUpgrade: item[\"enableAutomaticUpgrade\"],\n };\n}\n\nexport function agentUpgradeDeserializer(item: any): AgentUpgrade {\n return {\n desiredVersion: item[\"desiredVersion\"],\n correlationId: item[\"correlationId\"],\n enableAutomaticUpgrade: item[\"enableAutomaticUpgrade\"],\n lastAttemptDesiredVersion: item[\"lastAttemptDesiredVersion\"],\n lastAttemptTimestamp: !item[\"lastAttemptTimestamp\"]\n ? item[\"lastAttemptTimestamp\"]\n : new Date(item[\"lastAttemptTimestamp\"]),\n lastAttemptStatus: item[\"lastAttemptStatus\"],\n lastAttemptMessage: item[\"lastAttemptMessage\"],\n };\n}\n\n/** Specifies the status of Agent Upgrade. */\nexport enum KnownLastAttemptStatusEnum {\n /** Success */\n Success = \"Success\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Specifies the status of Agent Upgrade. \\\n * {@link KnownLastAttemptStatusEnum} can be used interchangeably with LastAttemptStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Success**: Success \\\n * **Failed**: Failed\n */\nexport type LastAttemptStatusEnum = string;\n\n/** Specifies the operating system settings for the hybrid machine. */\nexport interface OSProfile {\n /** Specifies the host OS name of the hybrid machine. */\n readonly computerName?: string;\n /** Specifies the windows configuration for update management. */\n windowsConfiguration?: OSProfileWindowsConfiguration;\n /** Specifies the linux configuration for update management. */\n linuxConfiguration?: OSProfileLinuxConfiguration;\n}\n\nexport function osProfileSerializer(item: OSProfile): any {\n return {\n windowsConfiguration: !item[\"windowsConfiguration\"]\n ? item[\"windowsConfiguration\"]\n : osProfileWindowsConfigurationSerializer(item[\"windowsConfiguration\"]),\n linuxConfiguration: !item[\"linuxConfiguration\"]\n ? item[\"linuxConfiguration\"]\n : osProfileLinuxConfigurationSerializer(item[\"linuxConfiguration\"]),\n };\n}\n\nexport function osProfileDeserializer(item: any): OSProfile {\n return {\n computerName: item[\"computerName\"],\n windowsConfiguration: !item[\"windowsConfiguration\"]\n ? item[\"windowsConfiguration\"]\n : osProfileWindowsConfigurationDeserializer(item[\"windowsConfiguration\"]),\n linuxConfiguration: !item[\"linuxConfiguration\"]\n ? item[\"linuxConfiguration\"]\n : osProfileLinuxConfigurationDeserializer(item[\"linuxConfiguration\"]),\n };\n}\n\n/** Specifies the windows configuration for update management. */\nexport interface OSProfileWindowsConfiguration {\n /** Specifies the assessment mode. */\n assessmentMode?: AssessmentModeTypes;\n /** Specifies the patch mode. */\n patchMode?: PatchModeTypes;\n /** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */\n enableHotpatching?: boolean;\n /** Status of the hotpatch capability enrollment or disenrollment. */\n readonly status?: PatchSettingsStatus;\n}\n\nexport function osProfileWindowsConfigurationSerializer(item: OSProfileWindowsConfiguration): any {\n return {\n patchSettings: areAllPropsUndefined(item, [\"assessmentMode\", \"patchMode\", \"enableHotpatching\"])\n ? undefined\n : _osProfileWindowsConfigurationPatchSettingsSerializer(item),\n };\n}\n\nexport function osProfileWindowsConfigurationDeserializer(\n item: any,\n): OSProfileWindowsConfiguration {\n return {\n ...(!item[\"patchSettings\"]\n ? item[\"patchSettings\"]\n : _osProfileWindowsConfigurationPatchSettingsDeserializer(item[\"patchSettings\"])),\n };\n}\n\n/** Specifies the patch settings. */\nexport interface PatchSettings {\n /** Specifies the assessment mode. */\n assessmentMode?: AssessmentModeTypes;\n /** Specifies the patch mode. */\n patchMode?: PatchModeTypes;\n /** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */\n enableHotpatching?: boolean;\n /** Status of the hotpatch capability enrollment or disenrollment. */\n readonly status?: PatchSettingsStatus;\n}\n\nexport function patchSettingsSerializer(item: PatchSettings): any {\n return {\n assessmentMode: item[\"assessmentMode\"],\n patchMode: item[\"patchMode\"],\n enableHotpatching: item[\"enableHotpatching\"],\n };\n}\n\nexport function patchSettingsDeserializer(item: any): PatchSettings {\n return {\n assessmentMode: item[\"assessmentMode\"],\n patchMode: item[\"patchMode\"],\n enableHotpatching: item[\"enableHotpatching\"],\n status: !item[\"status\"] ? item[\"status\"] : patchSettingsStatusDeserializer(item[\"status\"]),\n };\n}\n\n/** Specifies the assessment mode. */\nexport enum KnownAssessmentModeTypes {\n /** ImageDefault */\n ImageDefault = \"ImageDefault\",\n /** AutomaticByPlatform */\n AutomaticByPlatform = \"AutomaticByPlatform\",\n}\n\n/**\n * Specifies the assessment mode. \\\n * {@link KnownAssessmentModeTypes} can be used interchangeably with AssessmentModeTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ImageDefault**: ImageDefault \\\n * **AutomaticByPlatform**: AutomaticByPlatform\n */\nexport type AssessmentModeTypes = string;\n\n/** Specifies the patch mode. */\nexport enum KnownPatchModeTypes {\n /** ImageDefault */\n ImageDefault = \"ImageDefault\",\n /** AutomaticByPlatform */\n AutomaticByPlatform = \"AutomaticByPlatform\",\n /** AutomaticByOS */\n AutomaticByOS = \"AutomaticByOS\",\n /** Manual */\n Manual = \"Manual\",\n}\n\n/**\n * Specifies the patch mode. \\\n * {@link KnownPatchModeTypes} can be used interchangeably with PatchModeTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ImageDefault**: ImageDefault \\\n * **AutomaticByPlatform**: AutomaticByPlatform \\\n * **AutomaticByOS**: AutomaticByOS \\\n * **Manual**: Manual\n */\nexport type PatchModeTypes = string;\n\n/** Status of the hotpatch capability enrollment or disenrollment. */\nexport interface PatchSettingsStatus {\n /** Indicates the current status of the hotpatch being enabled or disabled. */\n hotpatchEnablementStatus?: HotpatchEnablementStatus;\n /** The errors that were encountered during the hotpatch capability enrollment or disenrollment. */\n readonly error?: ErrorDetail;\n}\n\nexport function patchSettingsStatusDeserializer(item: any): PatchSettingsStatus {\n return {\n hotpatchEnablementStatus: item[\"hotpatchEnablementStatus\"],\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** Status of hotpatch enablement or disablement. */\nexport enum KnownHotpatchEnablementStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** PendingEvaluation */\n PendingEvaluation = \"PendingEvaluation\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** ActionRequired */\n ActionRequired = \"ActionRequired\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Status of hotpatch enablement or disablement. \\\n * {@link KnownHotpatchEnablementStatus} can be used interchangeably with HotpatchEnablementStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **PendingEvaluation**: PendingEvaluation \\\n * **Disabled**: Disabled \\\n * **ActionRequired**: ActionRequired \\\n * **Enabled**: Enabled\n */\nexport type HotpatchEnablementStatus = string;\n\n/** Specifies the linux configuration for update management. */\nexport interface OSProfileLinuxConfiguration {\n /** Specifies the assessment mode. */\n assessmentMode?: AssessmentModeTypes;\n /** Specifies the patch mode. */\n patchMode?: PatchModeTypes;\n /** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */\n enableHotpatching?: boolean;\n /** Status of the hotpatch capability enrollment or disenrollment. */\n readonly status?: PatchSettingsStatus;\n}\n\nexport function osProfileLinuxConfigurationSerializer(item: OSProfileLinuxConfiguration): any {\n return {\n patchSettings: areAllPropsUndefined(item, [\"assessmentMode\", \"patchMode\", \"enableHotpatching\"])\n ? undefined\n : _osProfileLinuxConfigurationPatchSettingsSerializer(item),\n };\n}\n\nexport function osProfileLinuxConfigurationDeserializer(item: any): OSProfileLinuxConfiguration {\n return {\n ...(!item[\"patchSettings\"]\n ? item[\"patchSettings\"]\n : _osProfileLinuxConfigurationPatchSettingsDeserializer(item[\"patchSettings\"])),\n };\n}\n\n/** License Profile Instance View in Machine Properties. */\nexport interface LicenseProfileMachineInstanceView {\n /** Indicates the license status of the OS. */\n readonly licenseStatus?: LicenseStatus;\n /** Indicates the license channel. */\n readonly licenseChannel?: string;\n /** Properties for the Machine ESU profile. */\n esuProfile?: LicenseProfileMachineInstanceViewEsuProperties;\n /** Specifies if this machine is licensed as part of a Software Assurance agreement. */\n softwareAssuranceCustomer?: boolean;\n /** Indicates the subscription status of the product. */\n subscriptionStatus?: LicenseProfileSubscriptionStatus;\n /** Indicates the product type of the license. */\n productType?: LicenseProfileProductType;\n /** The timestamp in UTC when the user enrolls the feature. */\n readonly enrollmentDate?: Date;\n /** The timestamp in UTC when the billing starts. */\n readonly billingStartDate?: Date;\n /** The timestamp in UTC when the user disenrolled the feature. */\n readonly disenrollmentDate?: Date;\n /** The timestamp in UTC when the billing ends. */\n readonly billingEndDate?: Date;\n /** The errors that were encountered during the feature enrollment or disenrollment. */\n readonly error?: ErrorDetail;\n /** The list of product features. */\n productFeatures?: ProductFeature[];\n}\n\nexport function licenseProfileMachineInstanceViewSerializer(\n item: LicenseProfileMachineInstanceView,\n): any {\n return {\n esuProfile: !item[\"esuProfile\"]\n ? item[\"esuProfile\"]\n : licenseProfileMachineInstanceViewEsuPropertiesSerializer(item[\"esuProfile\"]),\n };\n}\n\nexport function licenseProfileMachineInstanceViewDeserializer(\n item: any,\n): LicenseProfileMachineInstanceView {\n return {\n licenseStatus: item[\"licenseStatus\"],\n licenseChannel: item[\"licenseChannel\"],\n ...(!item[\"softwareAssurance\"]\n ? item[\"softwareAssurance\"]\n : _licenseProfileMachineInstanceViewSoftwareAssuranceDeserializer(item[\"softwareAssurance\"])),\n esuProfile: !item[\"esuProfile\"]\n ? item[\"esuProfile\"]\n : licenseProfileMachineInstanceViewEsuPropertiesDeserializer(item[\"esuProfile\"]),\n ...(!item[\"productProfile\"]\n ? item[\"productProfile\"]\n : _licenseProfileMachineInstanceViewProductProfileDeserializer(item[\"productProfile\"])),\n };\n}\n\n/** The license status. */\nexport enum KnownLicenseStatus {\n /** Unlicensed */\n Unlicensed = \"Unlicensed\",\n /** Licensed */\n Licensed = \"Licensed\",\n /** OOBGrace */\n OOBGrace = \"OOBGrace\",\n /** OOTGrace */\n OOTGrace = \"OOTGrace\",\n /** NonGenuineGrace */\n NonGenuineGrace = \"NonGenuineGrace\",\n /** Notification */\n Notification = \"Notification\",\n /** ExtendedGrace */\n ExtendedGrace = \"ExtendedGrace\",\n}\n\n/**\n * The license status. \\\n * {@link KnownLicenseStatus} can be used interchangeably with LicenseStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unlicensed**: Unlicensed \\\n * **Licensed**: Licensed \\\n * **OOBGrace**: OOBGrace \\\n * **OOTGrace**: OOTGrace \\\n * **NonGenuineGrace**: NonGenuineGrace \\\n * **Notification**: Notification \\\n * **ExtendedGrace**: ExtendedGrace\n */\nexport type LicenseStatus = string;\n\n/** model interface LicenseProfileMachineInstanceViewSoftwareAssurance */\nexport interface LicenseProfileMachineInstanceViewSoftwareAssurance {\n /** Specifies if this machine is licensed as part of a Software Assurance agreement. */\n softwareAssuranceCustomer?: boolean;\n}\n\nexport function licenseProfileMachineInstanceViewSoftwareAssuranceDeserializer(\n item: any,\n): LicenseProfileMachineInstanceViewSoftwareAssurance {\n return {\n softwareAssuranceCustomer: item[\"softwareAssuranceCustomer\"],\n };\n}\n\n/** Properties for the Machine ESU profile. */\nexport interface LicenseProfileMachineInstanceViewEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {\n /** The assigned license resource. */\n assignedLicense?: License;\n /** Describes the license assignment state (Assigned or NotAssigned). */\n licenseAssignmentState?: LicenseAssignmentState;\n}\n\nexport function licenseProfileMachineInstanceViewEsuPropertiesSerializer(\n item: LicenseProfileMachineInstanceViewEsuProperties,\n): any {\n return {\n assignedLicense: !item[\"assignedLicense\"]\n ? item[\"assignedLicense\"]\n : licenseSerializer(item[\"assignedLicense\"]),\n licenseAssignmentState: item[\"licenseAssignmentState\"],\n };\n}\n\nexport function licenseProfileMachineInstanceViewEsuPropertiesDeserializer(\n item: any,\n): LicenseProfileMachineInstanceViewEsuProperties {\n return {\n serverType: item[\"serverType\"],\n esuEligibility: item[\"esuEligibility\"],\n esuKeyState: item[\"esuKeyState\"],\n assignedLicenseImmutableId: item[\"assignedLicenseImmutableId\"],\n esuKeys: !item[\"esuKeys\"] ? item[\"esuKeys\"] : esuKeyArrayDeserializer(item[\"esuKeys\"]),\n assignedLicense: !item[\"assignedLicense\"]\n ? item[\"assignedLicense\"]\n : licenseDeserializer(item[\"assignedLicense\"]),\n licenseAssignmentState: item[\"licenseAssignmentState\"],\n };\n}\n\n/** Describes the license assignment state (Assigned or NotAssigned). */\nexport enum KnownLicenseAssignmentState {\n /** Assigned */\n Assigned = \"Assigned\",\n /** NotAssigned */\n NotAssigned = \"NotAssigned\",\n}\n\n/**\n * Describes the license assignment state (Assigned or NotAssigned). \\\n * {@link KnownLicenseAssignmentState} can be used interchangeably with LicenseAssignmentState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Assigned**: Assigned \\\n * **NotAssigned**: NotAssigned\n */\nexport type LicenseAssignmentState = string;\n\n/** Describes the properties of a Product License Profile ARM model. */\nexport interface LicenseProfileArmProductProfileProperties {\n /** Indicates the subscription status of the product. */\n subscriptionStatus?: LicenseProfileSubscriptionStatus;\n /** Indicates the product type of the license. */\n productType?: LicenseProfileProductType;\n /** The timestamp in UTC when the user enrolls the feature. */\n readonly enrollmentDate?: Date;\n /** The timestamp in UTC when the billing starts. */\n readonly billingStartDate?: Date;\n /** The timestamp in UTC when the user disenrolled the feature. */\n readonly disenrollmentDate?: Date;\n /** The timestamp in UTC when the billing ends. */\n readonly billingEndDate?: Date;\n /** The errors that were encountered during the feature enrollment or disenrollment. */\n readonly error?: ErrorDetail;\n /** The list of product features. */\n productFeatures?: ProductFeature[];\n}\n\nexport function licenseProfileArmProductProfilePropertiesSerializer(\n item: LicenseProfileArmProductProfileProperties,\n): any {\n return {\n subscriptionStatus: item[\"subscriptionStatus\"],\n productType: item[\"productType\"],\n productFeatures: !item[\"productFeatures\"]\n ? item[\"productFeatures\"]\n : productFeatureArraySerializer(item[\"productFeatures\"]),\n };\n}\n\nexport function licenseProfileArmProductProfilePropertiesDeserializer(\n item: any,\n): LicenseProfileArmProductProfileProperties {\n return {\n subscriptionStatus: item[\"subscriptionStatus\"],\n productType: item[\"productType\"],\n enrollmentDate: !item[\"enrollmentDate\"]\n ? item[\"enrollmentDate\"]\n : new Date(item[\"enrollmentDate\"]),\n billingStartDate: !item[\"billingStartDate\"]\n ? item[\"billingStartDate\"]\n : new Date(item[\"billingStartDate\"]),\n disenrollmentDate: !item[\"disenrollmentDate\"]\n ? item[\"disenrollmentDate\"]\n : new Date(item[\"disenrollmentDate\"]),\n billingEndDate: !item[\"billingEndDate\"]\n ? item[\"billingEndDate\"]\n : new Date(item[\"billingEndDate\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n productFeatures: !item[\"productFeatures\"]\n ? item[\"productFeatures\"]\n : productFeatureArrayDeserializer(item[\"productFeatures\"]),\n };\n}\n\n/** Subscription status of the OS or Product feature. */\nexport enum KnownLicenseProfileSubscriptionStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Enabling */\n Enabling = \"Enabling\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Disabling */\n Disabling = \"Disabling\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Subscription status of the OS or Product feature. \\\n * {@link KnownLicenseProfileSubscriptionStatus} can be used interchangeably with LicenseProfileSubscriptionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **Enabling**: Enabling \\\n * **Enabled**: Enabled \\\n * **Disabled**: Disabled \\\n * **Disabling**: Disabling \\\n * **Failed**: Failed\n */\nexport type LicenseProfileSubscriptionStatus = string;\n\n/** The product type of the license. */\nexport enum KnownLicenseProfileProductType {\n /** WindowsServer */\n WindowsServer = \"WindowsServer\",\n /** WindowsIoTEnterprise */\n WindowsIoTEnterprise = \"WindowsIoTEnterprise\",\n}\n\n/**\n * The product type of the license. \\\n * {@link KnownLicenseProfileProductType} can be used interchangeably with LicenseProfileProductType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WindowsServer**: WindowsServer \\\n * **WindowsIoTEnterprise**: WindowsIoTEnterprise\n */\nexport type LicenseProfileProductType = string;\n\nexport function productFeatureArraySerializer(result: Array<ProductFeature>): any[] {\n return result.map((item) => {\n return productFeatureSerializer(item);\n });\n}\n\nexport function productFeatureArrayDeserializer(result: Array<ProductFeature>): any[] {\n return result.map((item) => {\n return productFeatureDeserializer(item);\n });\n}\n\n/** Product Feature */\nexport interface ProductFeature {\n /** Product feature name. */\n name?: string;\n /** Indicates the current status of the product features. */\n subscriptionStatus?: LicenseProfileSubscriptionStatus;\n /** The timestamp in UTC when the user enrolls the feature. */\n readonly enrollmentDate?: Date;\n /** The timestamp in UTC when the billing starts. */\n readonly billingStartDate?: Date;\n /** The timestamp in UTC when the user disenrolled the feature. */\n readonly disenrollmentDate?: Date;\n /** The timestamp in UTC when the billing ends. */\n readonly billingEndDate?: Date;\n /** The errors that were encountered during the feature enrollment or disenrollment. */\n readonly error?: ErrorDetail;\n}\n\nexport function productFeatureSerializer(item: ProductFeature): any {\n return { name: item[\"name\"], subscriptionStatus: item[\"subscriptionStatus\"] };\n}\n\nexport function productFeatureDeserializer(item: any): ProductFeature {\n return {\n name: item[\"name\"],\n subscriptionStatus: item[\"subscriptionStatus\"],\n enrollmentDate: !item[\"enrollmentDate\"]\n ? item[\"enrollmentDate\"]\n : new Date(item[\"enrollmentDate\"]),\n billingStartDate: !item[\"billingStartDate\"]\n ? item[\"billingStartDate\"]\n : new Date(item[\"billingStartDate\"]),\n disenrollmentDate: !item[\"disenrollmentDate\"]\n ? item[\"disenrollmentDate\"]\n : new Date(item[\"disenrollmentDate\"]),\n billingEndDate: !item[\"billingEndDate\"]\n ? item[\"billingEndDate\"]\n : new Date(item[\"billingEndDate\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The status of the hybrid machine agent. */\nexport enum KnownStatusTypes {\n /** Connected */\n Connected = \"Connected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Error */\n Error = \"Error\",\n /** AwaitingConnection */\n AwaitingConnection = \"AwaitingConnection\",\n}\n\n/**\n * The status of the hybrid machine agent. \\\n * {@link KnownStatusTypes} can be used interchangeably with StatusTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected**: Connected \\\n * **Disconnected**: Disconnected \\\n * **Error**: Error \\\n * **AwaitingConnection**: AwaitingConnection\n */\nexport type StatusTypes = string;\n\n/** Specifies the identity key store a machine is using. */\nexport enum KnownIdentityKeyStore {\n /** TPM */\n TPM = \"TPM\",\n /** Default */\n Default = \"Default\",\n}\n\n/**\n * Specifies the identity key store a machine is using. \\\n * {@link KnownIdentityKeyStore} can be used interchangeably with IdentityKeyStore,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TPM**: TPM \\\n * **Default**: Default\n */\nexport type IdentityKeyStore = string;\n\nexport function machineExtensionInstanceViewArraySerializer(\n result: Array<MachineExtensionInstanceView>,\n): any[] {\n return result.map((item) => {\n return machineExtensionInstanceViewSerializer(item);\n });\n}\n\nexport function machineExtensionInstanceViewArrayDeserializer(\n result: Array<MachineExtensionInstanceView>,\n): any[] {\n return result.map((item) => {\n return machineExtensionInstanceViewDeserializer(item);\n });\n}\n\n/** Describes the network information on this machine. */\nexport interface NetworkProfile {\n /** The list of network interfaces. */\n readonly networkInterfaces?: NetworkInterface[];\n}\n\nexport function networkProfileDeserializer(item: any): NetworkProfile {\n return {\n networkInterfaces: !item[\"networkInterfaces\"]\n ? item[\"networkInterfaces\"]\n : networkInterfaceArrayDeserializer(item[\"networkInterfaces\"]),\n };\n}\n\nexport function networkInterfaceArrayDeserializer(result: Array<NetworkInterface>): any[] {\n return result.map((item) => {\n return networkInterfaceDeserializer(item);\n });\n}\n\n/** Describes a network interface. */\nexport interface NetworkInterface {\n /** Represents MAC address of the network interface. */\n macAddress?: string;\n /** Represents the ID of the network interface. */\n id?: string;\n /** Represents the name of the network interface. */\n name?: string;\n /** The list of IP addresses in this interface. */\n readonly ipAddresses?: IpAddress[];\n}\n\nexport function networkInterfaceDeserializer(item: any): NetworkInterface {\n return {\n macAddress: item[\"macAddress\"],\n id: item[\"id\"],\n name: item[\"name\"],\n ipAddresses: !item[\"ipAddresses\"]\n ? item[\"ipAddresses\"]\n : ipAddressArrayDeserializer(item[\"ipAddresses\"]),\n };\n}\n\nexport function ipAddressArrayDeserializer(result: Array<IpAddress>): any[] {\n return result.map((item) => {\n return ipAddressDeserializer(item);\n });\n}\n\n/** Describes properties of the IP address. */\nexport interface IpAddress {\n /** Represents the IP Address. */\n address?: string;\n /** Represents the Ip Address Version. */\n ipAddressVersion?: string;\n /** The subnet to which this IP address belongs. */\n readonly subnet?: Subnet;\n}\n\nexport function ipAddressDeserializer(item: any): IpAddress {\n return {\n address: item[\"address\"],\n ipAddressVersion: item[\"ipAddressVersion\"],\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : subnetDeserializer(item[\"subnet\"]),\n };\n}\n\n/** Describes the subnet. */\nexport interface Subnet {\n /** Represents address prefix. */\n addressPrefix?: string;\n}\n\nexport function subnetDeserializer(item: any): Subnet {\n return {\n addressPrefix: item[\"addressPrefix\"],\n };\n}\n\nexport function machineExtensionArraySerializer(result: Array<MachineExtension>): any[] {\n return result.map((item) => {\n return machineExtensionSerializer(item);\n });\n}\n\nexport function machineExtensionArrayDeserializer(result: Array<MachineExtension>): any[] {\n return result.map((item) => {\n return machineExtensionDeserializer(item);\n });\n}\n\n/** Describes a Machine Extension. */\nexport interface MachineExtension extends TrackedResource {\n /** Describes Machine Extension Properties. */\n properties?: MachineExtensionProperties;\n}\n\nexport function machineExtensionSerializer(item: MachineExtension): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : machineExtensionPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function machineExtensionDeserializer(item: any): MachineExtension {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : machineExtensionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /** The principal ID of resource identity. The value must be an UUID. */\n readonly principalId?: string;\n /** The tenant ID of resource. The value must be an UUID. */\n readonly tenantId?: string;\n /** The identity type. */\n type?: ResourceIdentityType;\n}\n\nexport function identitySerializer(item: Identity): any {\n return { type: item[\"type\"] };\n}\n\nexport function identityDeserializer(item: any): Identity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n };\n}\n\n/** Type of ResourceIdentityType */\nexport type ResourceIdentityType = \"SystemAssigned\";\n\n/** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */\nexport enum KnownArcKindEnum {\n /** AVS */\n AVS = \"AVS\",\n /** HCI */\n HCI = \"HCI\",\n /** SCVMM */\n Scvmm = \"SCVMM\",\n /** VMware */\n VMware = \"VMware\",\n /** EPS */\n EPS = \"EPS\",\n /** GCP */\n GCP = \"GCP\",\n /** AWS */\n AWS = \"AWS\",\n}\n\n/**\n * Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. \\\n * {@link KnownArcKindEnum} can be used interchangeably with ArcKindEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AVS**: AVS \\\n * **HCI**: HCI \\\n * **SCVMM**: SCVMM \\\n * **VMware**: VMware \\\n * **EPS**: EPS \\\n * **GCP**: GCP \\\n * **AWS**: AWS\n */\nexport type ArcKindEnum = string;\n\n/** Describes the properties of a License Profile ARM model. */\nexport interface LicenseProfileArmEsuPropertiesWithoutAssignedLicense extends LicenseProfileStorageModelEsuProperties {\n /** The type of the Esu servers. */\n readonly serverType?: EsuServerType;\n /** Indicates the eligibility state of Esu. */\n readonly esuEligibility?: EsuEligibility;\n /** Indicates whether there is an ESU Key currently active for the machine. */\n readonly esuKeyState?: EsuKeyState;\n}\n\nexport function licenseProfileArmEsuPropertiesWithoutAssignedLicenseSerializer(\n _item: LicenseProfileArmEsuPropertiesWithoutAssignedLicense,\n): any {\n return {};\n}\n\nexport function licenseProfileArmEsuPropertiesWithoutAssignedLicenseDeserializer(\n item: any,\n): LicenseProfileArmEsuPropertiesWithoutAssignedLicense {\n return {\n assignedLicenseImmutableId: item[\"assignedLicenseImmutableId\"],\n esuKeys: !item[\"esuKeys\"] ? item[\"esuKeys\"] : esuKeyArrayDeserializer(item[\"esuKeys\"]),\n serverType: item[\"serverType\"],\n esuEligibility: item[\"esuEligibility\"],\n esuKeyState: item[\"esuKeyState\"],\n };\n}\n\n/** The server types for Esu. */\nexport enum KnownEsuServerType {\n /** Standard */\n Standard = \"Standard\",\n /** Datacenter */\n Datacenter = \"Datacenter\",\n}\n\n/**\n * The server types for Esu. \\\n * {@link KnownEsuServerType} can be used interchangeably with EsuServerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard**: Standard \\\n * **Datacenter**: Datacenter\n */\nexport type EsuServerType = string;\n\n/** The ESU eligibility. */\nexport enum KnownEsuEligibility {\n /** Eligible */\n Eligible = \"Eligible\",\n /** Ineligible */\n Ineligible = \"Ineligible\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * The ESU eligibility. \\\n * {@link KnownEsuEligibility} can be used interchangeably with EsuEligibility,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Eligible**: Eligible \\\n * **Ineligible**: Ineligible \\\n * **Unknown**: Unknown\n */\nexport type EsuEligibility = string;\n\n/** The ESU key state. */\nexport enum KnownEsuKeyState {\n /** Inactive */\n Inactive = \"Inactive\",\n /** Active */\n Active = \"Active\",\n}\n\n/**\n * The ESU key state. \\\n * {@link KnownEsuKeyState} can be used interchangeably with EsuKeyState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inactive**: Inactive \\\n * **Active**: Active\n */\nexport type EsuKeyState = string;\n\n/** License profile storage model for ESU properties. */\nexport interface LicenseProfileStorageModelEsuProperties {\n /** The guid id of the license. */\n readonly assignedLicenseImmutableId?: string;\n /** The list of ESU keys. */\n readonly esuKeys?: EsuKey[];\n}\n\nexport function licenseProfileStorageModelEsuPropertiesSerializer(\n _item: LicenseProfileStorageModelEsuProperties,\n): any {\n return {};\n}\n\nexport function licenseProfileStorageModelEsuPropertiesDeserializer(\n item: any,\n): LicenseProfileStorageModelEsuProperties {\n return {\n assignedLicenseImmutableId: item[\"assignedLicenseImmutableId\"],\n esuKeys: !item[\"esuKeys\"] ? item[\"esuKeys\"] : esuKeyArrayDeserializer(item[\"esuKeys\"]),\n };\n}\n\nexport function esuKeyArrayDeserializer(result: Array<EsuKey>): any[] {\n return result.map((item) => {\n return esuKeyDeserializer(item);\n });\n}\n\n/** ESU key */\nexport interface EsuKey {\n /** SKU number. */\n sku?: string;\n /** 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. */\n licenseStatus?: number;\n}\n\nexport function esuKeyDeserializer(item: any): EsuKey {\n return {\n sku: item[\"sku\"],\n licenseStatus: item[\"licenseStatus\"],\n };\n}\n\n/** Describes a hybrid machine Update. */\nexport interface MachineUpdate extends ResourceUpdate {\n /** Identity for the resource. */\n identity?: Identity;\n /** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */\n kind?: ArcKindEnum;\n /** Metadata pertaining to the geographic location of the resource. */\n locationData?: LocationData;\n /** Specifies the operating system settings for the hybrid machine. */\n osProfile?: OSProfile;\n /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */\n cloudMetadata?: CloudMetadata;\n /** The info of the machine w.r.t Agent Upgrade */\n agentUpgrade?: AgentUpgrade;\n /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */\n parentClusterResourceId?: string;\n /** The resource id of the private link scope this machine is assigned to, if any. */\n privateLinkScopeResourceId?: string;\n /** Identity key store type of the machine */\n identityKeyStore?: string;\n /** Endorsement Key Certificate of the Trusted Platform Module (TPM) that the client provides to be used during initial resource onboarding. */\n tpmEkCertificate?: string;\n}\n\nexport function machineUpdateSerializer(item: MachineUpdate): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n properties: areAllPropsUndefined(item, [\n \"locationData\",\n \"osProfile\",\n \"cloudMetadata\",\n \"agentUpgrade\",\n \"parentClusterResourceId\",\n \"privateLinkScopeResourceId\",\n \"identityKeyStore\",\n \"tpmEkCertificate\",\n ])\n ? undefined\n : _machineUpdatePropertiesSerializer(item),\n };\n}\n\n/** Describes the ARM updatable properties of a hybrid machine. */\nexport interface MachineUpdateProperties {\n /** Metadata pertaining to the geographic location of the resource. */\n locationData?: LocationData;\n /** Specifies the operating system settings for the hybrid machine. */\n osProfile?: OSProfile;\n /** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */\n cloudMetadata?: CloudMetadata;\n /** The info of the machine w.r.t Agent Upgrade */\n agentUpgrade?: AgentUpgrade;\n /** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */\n parentClusterResourceId?: string;\n /** The resource id of the private link scope this machine is assigned to, if any. */\n privateLinkScopeResourceId?: string;\n /** Identity key store type of the machine */\n identityKeyStore?: string;\n /** Endorsement Key Certificate of the Trusted Platform Module (TPM) that the client provides to be used during initial resource onboarding. */\n tpmEkCertificate?: string;\n}\n\nexport function machineUpdatePropertiesSerializer(item: MachineUpdateProperties): any {\n return {\n locationData: !item[\"locationData\"]\n ? item[\"locationData\"]\n : locationDataSerializer(item[\"locationData\"]),\n osProfile: !item[\"osProfile\"] ? item[\"osProfile\"] : osProfileSerializer(item[\"osProfile\"]),\n cloudMetadata: !item[\"cloudMetadata\"]\n ? item[\"cloudMetadata\"]\n : cloudMetadataSerializer(item[\"cloudMetadata\"]),\n agentUpgrade: !item[\"agentUpgrade\"]\n ? item[\"agentUpgrade\"]\n : agentUpgradeSerializer(item[\"agentUpgrade\"]),\n parentClusterResourceId: item[\"parentClusterResourceId\"],\n privateLinkScopeResourceId: item[\"privateLinkScopeResourceId\"],\n identityKeyStore: item[\"identityKeyStore\"],\n tpmEkCertificate: item[\"tpmEkCertificate\"],\n };\n}\n\n/** The response of a Machine list operation. */\nexport interface _MachineListResult {\n /** The Machine items on this page */\n value: Machine[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _machineListResultDeserializer(item: any): _MachineListResult {\n return {\n value: machineArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function machineArraySerializer(result: Array<Machine>): any[] {\n return result.map((item) => {\n return machineSerializer(item);\n });\n}\n\nexport function machineArrayDeserializer(result: Array<Machine>): any[] {\n return result.map((item) => {\n return machineDeserializer(item);\n });\n}\n\n/** Describes the properties of an AssessPatches result. */\nexport interface MachineAssessPatchesResult {\n /** 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.\" */\n readonly status?: PatchOperationStatus;\n /** The activity ID of the operation that produced this result. */\n readonly assessmentActivityId?: string;\n /** 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. */\n readonly rebootPending?: boolean;\n /** Summarization of patches available for installation on the machine by classification. */\n availablePatchCountByClassification?: AvailablePatchCountByClassification;\n /** The UTC timestamp when the operation began. */\n readonly startDateTime?: Date;\n /** The UTC timestamp when the operation finished. */\n readonly lastModifiedDateTime?: Date;\n /** Indicates if operation was triggered by user or by platform. */\n readonly startedBy?: PatchOperationStartedBy;\n /** Specifies the patch service used for the operation. */\n readonly patchServiceUsed?: PatchServiceUsed;\n /** The operating system type of the machine. */\n readonly osType?: OsType;\n /** The errors that were encountered during execution of the operation. The details array contains the list of them. */\n readonly errorDetails?: ErrorDetail;\n}\n\nexport function machineAssessPatchesResultDeserializer(item: any): MachineAssessPatchesResult {\n return {\n status: item[\"status\"],\n assessmentActivityId: item[\"assessmentActivityId\"],\n rebootPending: item[\"rebootPending\"],\n availablePatchCountByClassification: !item[\"availablePatchCountByClassification\"]\n ? item[\"availablePatchCountByClassification\"]\n : availablePatchCountByClassificationDeserializer(\n item[\"availablePatchCountByClassification\"],\n ),\n startDateTime: !item[\"startDateTime\"] ? item[\"startDateTime\"] : new Date(item[\"startDateTime\"]),\n lastModifiedDateTime: !item[\"lastModifiedDateTime\"]\n ? item[\"lastModifiedDateTime\"]\n : new Date(item[\"lastModifiedDateTime\"]),\n startedBy: item[\"startedBy\"],\n patchServiceUsed: item[\"patchServiceUsed\"],\n osType: item[\"osType\"],\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : errorDetailDeserializer(item[\"errorDetails\"]),\n };\n}\n\n/** 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.\" */\nexport enum KnownPatchOperationStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** CompletedWithWarnings */\n CompletedWithWarnings = \"CompletedWithWarnings\",\n}\n\n/**\n * 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.\" \\\n * {@link KnownPatchOperationStatus} can be used interchangeably with PatchOperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **InProgress**: InProgress \\\n * **Failed**: Failed \\\n * **Succeeded**: Succeeded \\\n * **CompletedWithWarnings**: CompletedWithWarnings\n */\nexport type PatchOperationStatus = string;\n\n/** Summarization of patches available for installation on the machine by classification. */\nexport interface AvailablePatchCountByClassification {\n /** Number of security patches available for installation. */\n readonly security?: number;\n /** Number of critical patches available for installation. */\n readonly critical?: number;\n /** Number of definition patches available for installation. */\n readonly definition?: number;\n /** Number of update Rollup patches available for installation. */\n readonly updateRollup?: number;\n /** Number of feature pack patches available for installation. */\n readonly featurePack?: number;\n /** Number of service pack patches available for installation. */\n readonly servicePack?: number;\n /** Number of tools patches available for installation. */\n readonly tools?: number;\n /** Number of updates category patches available for installation. */\n readonly updates?: number;\n /** Number of other patches available for installation. */\n readonly other?: number;\n}\n\nexport function availablePatchCountByClassificationDeserializer(\n item: any,\n): AvailablePatchCountByClassification {\n return {\n security: item[\"security\"],\n critical: item[\"critical\"],\n definition: item[\"definition\"],\n updateRollup: item[\"updateRollup\"],\n featurePack: item[\"featurePack\"],\n servicePack: item[\"servicePack\"],\n tools: item[\"tools\"],\n updates: item[\"updates\"],\n other: item[\"other\"],\n };\n}\n\n/** Indicates if operation was triggered by user or by platform. */\nexport enum KnownPatchOperationStartedBy {\n /** User */\n User = \"User\",\n /** Platform */\n Platform = \"Platform\",\n}\n\n/**\n * Indicates if operation was triggered by user or by platform. \\\n * {@link KnownPatchOperationStartedBy} can be used interchangeably with PatchOperationStartedBy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: User \\\n * **Platform**: Platform\n */\nexport type PatchOperationStartedBy = string;\n\n/** Specifies the patch service used for the operation. */\nexport enum KnownPatchServiceUsed {\n /** Unknown */\n Unknown = \"Unknown\",\n /** WU */\n WU = \"WU\",\n /** WU_WSUS */\n WUWsus = \"WU_WSUS\",\n /** YUM */\n YUM = \"YUM\",\n /** APT */\n APT = \"APT\",\n /** Zypper */\n Zypper = \"Zypper\",\n}\n\n/**\n * Specifies the patch service used for the operation. \\\n * {@link KnownPatchServiceUsed} can be used interchangeably with PatchServiceUsed,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **WU**: WU \\\n * **WU_WSUS**: WU_WSUS \\\n * **YUM**: YUM \\\n * **APT**: APT \\\n * **Zypper**: Zypper\n */\nexport type PatchServiceUsed = string;\n\n/** The operating system type of the machine. */\nexport enum KnownOsType {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n}\n\n/**\n * The operating system type of the machine. \\\n * {@link KnownOsType} can be used interchangeably with OsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows**: Windows \\\n * **Linux**: Linux\n */\nexport type OsType = string;\n\n/** Input for InstallPatches as directly received by the API */\nexport interface MachineInstallPatchesParameters {\n /** 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) */\n maximumDuration: string;\n /** Defines when it is acceptable to reboot a VM during a software update operation. */\n rebootSetting: VMGuestPatchRebootSetting;\n /** Input for InstallPatches on a Windows VM, as directly received by the API */\n windowsParameters?: WindowsParameters;\n /** Input for InstallPatches on a Linux VM, as directly received by the API */\n linuxParameters?: LinuxParameters;\n}\n\nexport function machineInstallPatchesParametersSerializer(\n item: MachineInstallPatchesParameters,\n): any {\n return {\n maximumDuration: item[\"maximumDuration\"],\n rebootSetting: item[\"rebootSetting\"],\n windowsParameters: !item[\"windowsParameters\"]\n ? item[\"windowsParameters\"]\n : windowsParametersSerializer(item[\"windowsParameters\"]),\n linuxParameters: !item[\"linuxParameters\"]\n ? item[\"linuxParameters\"]\n : linuxParametersSerializer(item[\"linuxParameters\"]),\n };\n}\n\n/** Defines when it is acceptable to reboot a VM during a software update operation. */\nexport enum KnownVMGuestPatchRebootSetting {\n /** IfRequired */\n IfRequired = \"IfRequired\",\n /** Never */\n Never = \"Never\",\n /** Always */\n Always = \"Always\",\n}\n\n/**\n * Defines when it is acceptable to reboot a VM during a software update operation. \\\n * {@link KnownVMGuestPatchRebootSetting} can be used interchangeably with VMGuestPatchRebootSetting,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IfRequired**: IfRequired \\\n * **Never**: Never \\\n * **Always**: Always\n */\nexport type VMGuestPatchRebootSetting = string;\n\n/** Input for InstallPatches on a Windows VM, as directly received by the API */\nexport interface WindowsParameters {\n /** The update classifications to select when installing patches for Windows. */\n classificationsToInclude?: VMGuestPatchClassificationWindows[];\n /** Kbs to include in the patch operation */\n kbNumbersToInclude?: string[];\n /** Kbs to exclude in the patch operation */\n kbNumbersToExclude?: string[];\n /** Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. */\n excludeKbsRequiringReboot?: boolean;\n /** This is used to install patches that were published on or before this given max published date. */\n maxPatchPublishDate?: Date;\n /** 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. */\n patchNameMasksToInclude?: string[];\n /** 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. */\n patchNameMasksToExclude?: string[];\n}\n\nexport function windowsParametersSerializer(item: WindowsParameters): any {\n return {\n classificationsToInclude: !item[\"classificationsToInclude\"]\n ? item[\"classificationsToInclude\"]\n : item[\"classificationsToInclude\"].map((p: any) => {\n return p;\n }),\n kbNumbersToInclude: !item[\"kbNumbersToInclude\"]\n ? item[\"kbNumbersToInclude\"]\n : item[\"kbNumbersToInclude\"].map((p: any) => {\n return p;\n }),\n kbNumbersToExclude: !item[\"kbNumbersToExclude\"]\n ? item[\"kbNumbersToExclude\"]\n : item[\"kbNumbersToExclude\"].map((p: any) => {\n return p;\n }),\n excludeKbsRequiringReboot: item[\"excludeKbsRequiringReboot\"],\n maxPatchPublishDate: !item[\"maxPatchPublishDate\"]\n ? item[\"maxPatchPublishDate\"]\n : item[\"maxPatchPublishDate\"].toISOString(),\n patchNameMasksToInclude: !item[\"patchNameMasksToInclude\"]\n ? item[\"patchNameMasksToInclude\"]\n : item[\"patchNameMasksToInclude\"].map((p: any) => {\n return p;\n }),\n patchNameMasksToExclude: !item[\"patchNameMasksToExclude\"]\n ? item[\"patchNameMasksToExclude\"]\n : item[\"patchNameMasksToExclude\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Known values of {@link VMGuestPatchClassification_Windows} that the service accepts. */\nexport enum KnownVMGuestPatchClassificationWindows {\n /** Critical */\n Critical = \"Critical\",\n /** Security */\n Security = \"Security\",\n /** UpdateRollUp */\n UpdateRollUp = \"UpdateRollUp\",\n /** FeaturePack */\n FeaturePack = \"FeaturePack\",\n /** ServicePack */\n ServicePack = \"ServicePack\",\n /** Definition */\n Definition = \"Definition\",\n /** Tools */\n Tools = \"Tools\",\n /** Updates */\n Updates = \"Updates\",\n}\n\n/** Type of VMGuestPatchClassificationWindows */\nexport type VMGuestPatchClassificationWindows = string;\n\n/** Input for InstallPatches on a Linux VM, as directly received by the API */\nexport interface LinuxParameters {\n /** The update classifications to select when installing patches for Linux. */\n classificationsToInclude?: VMGuestPatchClassificationLinux[];\n /** packages to include in the patch operation. Format: packageName_packageVersion */\n packageNameMasksToInclude?: string[];\n /** packages to exclude in the patch operation. Format: packageName_packageVersion */\n packageNameMasksToExclude?: string[];\n}\n\nexport function linuxParametersSerializer(item: LinuxParameters): any {\n return {\n classificationsToInclude: !item[\"classificationsToInclude\"]\n ? item[\"classificationsToInclude\"]\n : item[\"classificationsToInclude\"].map((p: any) => {\n return p;\n }),\n packageNameMasksToInclude: !item[\"packageNameMasksToInclude\"]\n ? item[\"packageNameMasksToInclude\"]\n : item[\"packageNameMasksToInclude\"].map((p: any) => {\n return p;\n }),\n packageNameMasksToExclude: !item[\"packageNameMasksToExclude\"]\n ? item[\"packageNameMasksToExclude\"]\n : item[\"packageNameMasksToExclude\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Known values of {@link VMGuestPatchClassification_Linux} that the service accepts. */\nexport enum KnownVMGuestPatchClassificationLinux {\n /** Critical */\n Critical = \"Critical\",\n /** Security */\n Security = \"Security\",\n /** Other */\n Other = \"Other\",\n}\n\n/** Type of VMGuestPatchClassificationLinux */\nexport type VMGuestPatchClassificationLinux = string;\n\n/** The result summary of an installation operation. */\nexport interface MachineInstallPatchesResult {\n /** 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.\" */\n readonly status?: PatchOperationStatus;\n /** The activity ID of the operation that produced this result. */\n readonly installationActivityId?: string;\n /** The reboot state of the VM following completion of the operation. */\n readonly rebootStatus?: VMGuestPatchRebootStatus;\n /** Whether the operation ran out of time before it completed all its intended actions. */\n readonly maintenanceWindowExceeded?: boolean;\n /** The number of patches that were not installed due to the user blocking their installation. */\n readonly excludedPatchCount?: number;\n /** The number of patches that were detected as available for install, but did not meet the operation's criteria. */\n readonly notSelectedPatchCount?: number;\n /** 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. */\n readonly pendingPatchCount?: number;\n /** The number of patches successfully installed. */\n readonly installedPatchCount?: number;\n /** The number of patches that could not be installed due to some issue. See errors for details. */\n readonly failedPatchCount?: number;\n /** The UTC timestamp when the operation began. */\n readonly startDateTime?: Date;\n /** The UTC timestamp when the operation finished. */\n readonly lastModifiedDateTime?: Date;\n /** Indicates if operation was triggered by user or by platform. */\n readonly startedBy?: PatchOperationStartedBy;\n /** Specifies the patch service used for the operation. */\n readonly patchServiceUsed?: PatchServiceUsed;\n /** The operating system type of the machine. */\n readonly osType?: OsType;\n /** The errors that were encountered during execution of the operation. The details array contains the list of them. */\n readonly errorDetails?: ErrorDetail;\n}\n\nexport function machineInstallPatchesResultDeserializer(item: any): MachineInstallPatchesResult {\n return {\n status: item[\"status\"],\n installationActivityId: item[\"installationActivityId\"],\n rebootStatus: item[\"rebootStatus\"],\n maintenanceWindowExceeded: item[\"maintenanceWindowExceeded\"],\n excludedPatchCount: item[\"excludedPatchCount\"],\n notSelectedPatchCount: item[\"notSelectedPatchCount\"],\n pendingPatchCount: item[\"pendingPatchCount\"],\n installedPatchCount: item[\"installedPatchCount\"],\n failedPatchCount: item[\"failedPatchCount\"],\n startDateTime: !item[\"startDateTime\"] ? item[\"startDateTime\"] : new Date(item[\"startDateTime\"]),\n lastModifiedDateTime: !item[\"lastModifiedDateTime\"]\n ? item[\"lastModifiedDateTime\"]\n : new Date(item[\"lastModifiedDateTime\"]),\n startedBy: item[\"startedBy\"],\n patchServiceUsed: item[\"patchServiceUsed\"],\n osType: item[\"osType\"],\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : errorDetailDeserializer(item[\"errorDetails\"]),\n };\n}\n\n/** The reboot state of the VM following completion of the operation. */\nexport enum KnownVMGuestPatchRebootStatus {\n /** Unknown */\n Unknown = \"Unknown\",\n /** NotNeeded */\n NotNeeded = \"NotNeeded\",\n /** Required */\n Required = \"Required\",\n /** Started */\n Started = \"Started\",\n /** Failed */\n Failed = \"Failed\",\n /** Completed */\n Completed = \"Completed\",\n}\n\n/**\n * The reboot state of the VM following completion of the operation. \\\n * {@link KnownVMGuestPatchRebootStatus} can be used interchangeably with VMGuestPatchRebootStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **NotNeeded**: NotNeeded \\\n * **Required**: Required \\\n * **Started**: Started \\\n * **Failed**: Failed \\\n * **Completed**: Completed\n */\nexport type VMGuestPatchRebootStatus = string;\n\n/** Describes a license profile in a hybrid machine. */\nexport interface LicenseProfile extends TrackedResource {\n softwareAssurance?: LicenseProfilePropertiesSoftwareAssurance;\n /** Hybrid Compute ESU Profile properties */\n esuProfile?: LicenseProfileArmEsuProperties;\n /** Hybrid Compute Product Profile properties */\n productProfile?: LicenseProfileArmProductProfileProperties;\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function licenseProfileSerializer(item: LicenseProfile): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\"softwareAssurance\", \"esuProfile\", \"productProfile\"])\n ? undefined\n : _licenseProfilePropertiesSerializer(item),\n };\n}\n\nexport function licenseProfileDeserializer(item: any): LicenseProfile {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _licenseProfilePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describe the properties of a license profile. */\nexport interface LicenseProfileProperties {\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: ProvisioningState;\n /** Specifies if this machine is licensed as part of a Software Assurance agreement. */\n softwareAssuranceCustomer?: boolean;\n /** The type of the Esu servers. */\n readonly serverType?: EsuServerType;\n /** Indicates the eligibility state of Esu. */\n readonly esuEligibility?: EsuEligibility;\n /** Indicates whether there is an ESU Key currently active for the machine. */\n readonly esuKeyState?: EsuKeyState;\n /** The guid id of the license. */\n readonly assignedLicenseImmutableId?: string;\n /** The list of ESU keys. */\n readonly esuKeys?: EsuKey[];\n /** The resource id of the license. */\n assignedLicense?: string;\n /** Indicates the subscription status of the product. */\n subscriptionStatus?: LicenseProfileSubscriptionStatus;\n /** Indicates the product type of the license. */\n productType?: LicenseProfileProductType;\n /** The timestamp in UTC when the user enrolls the feature. */\n readonly enrollmentDate?: Date;\n /** The timestamp in UTC when the billing starts. */\n readonly billingStartDate?: Date;\n /** The timestamp in UTC when the user disenrolled the feature. */\n readonly disenrollmentDate?: Date;\n /** The timestamp in UTC when the billing ends. */\n readonly billingEndDate?: Date;\n /** The errors that were encountered during the feature enrollment or disenrollment. */\n readonly error?: ErrorDetail;\n /** The list of product features. */\n productFeatures?: ProductFeature[];\n}\n\nexport function licenseProfilePropertiesSerializer(item: LicenseProfileProperties): any {\n return {\n softwareAssurance: areAllPropsUndefined(item, [\"softwareAssuranceCustomer\"])\n ? undefined\n : _licenseProfilePropertiesSoftwareAssuranceSerializer(item),\n esuProfile: areAllPropsUndefined(item, [\"assignedLicense\"])\n ? undefined\n : _licenseProfilePropertiesEsuProfileSerializer(item),\n productProfile: areAllPropsUndefined(item, [\n \"subscriptionStatus\",\n \"productType\",\n \"productFeatures\",\n ])\n ? undefined\n : _licenseProfilePropertiesProductProfileSerializer(item),\n };\n}\n\nexport function licenseProfilePropertiesDeserializer(item: any): LicenseProfileProperties {\n return {\n ...(!item[\"softwareAssurance\"]\n ? item[\"softwareAssurance\"]\n : _licenseProfilePropertiesSoftwareAssuranceDeserializer(item[\"softwareAssurance\"])),\n ...(!item[\"esuProfile\"]\n ? item[\"esuProfile\"]\n : _licenseProfilePropertiesEsuProfileDeserializer(item[\"esuProfile\"])),\n ...(!item[\"productProfile\"]\n ? item[\"productProfile\"]\n : _licenseProfilePropertiesProductProfileDeserializer(item[\"productProfile\"])),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** model interface LicenseProfilePropertiesSoftwareAssurance */\nexport interface LicenseProfilePropertiesSoftwareAssurance {\n /** Specifies if this machine is licensed as part of a Software Assurance agreement. */\n softwareAssuranceCustomer?: boolean;\n}\n\nexport function licenseProfilePropertiesSoftwareAssuranceSerializer(\n item: LicenseProfilePropertiesSoftwareAssurance,\n): any {\n return { softwareAssuranceCustomer: item[\"softwareAssuranceCustomer\"] };\n}\n\nexport function licenseProfilePropertiesSoftwareAssuranceDeserializer(\n item: any,\n): LicenseProfilePropertiesSoftwareAssurance {\n return {\n softwareAssuranceCustomer: item[\"softwareAssuranceCustomer\"],\n };\n}\n\n/** Describes the properties of a License Profile ARM model. */\nexport interface LicenseProfileArmEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {\n /** The resource id of the license. */\n assignedLicense?: string;\n}\n\nexport function licenseProfileArmEsuPropertiesSerializer(\n item: LicenseProfileArmEsuProperties,\n): any {\n return { assignedLicense: item[\"assignedLicense\"] };\n}\n\nexport function licenseProfileArmEsuPropertiesDeserializer(\n item: any,\n): LicenseProfileArmEsuProperties {\n return {\n serverType: item[\"serverType\"],\n esuEligibility: item[\"esuEligibility\"],\n esuKeyState: item[\"esuKeyState\"],\n assignedLicenseImmutableId: item[\"assignedLicenseImmutableId\"],\n esuKeys: !item[\"esuKeys\"] ? item[\"esuKeys\"] : esuKeyArrayDeserializer(item[\"esuKeys\"]),\n assignedLicense: item[\"assignedLicense\"],\n };\n}\n\n/** Describes a License Profile Update. */\nexport interface LicenseProfileUpdate extends ResourceUpdate {\n softwareAssurance?: LicenseProfileUpdatePropertiesSoftwareAssurance;\n /** Hybrid Compute ESU Profile Update properties */\n esuProfile?: EsuProfileUpdateProperties;\n /** Hybrid Compute Product Profile Update properties */\n productProfile?: ProductProfileUpdateProperties;\n}\n\nexport function licenseProfileUpdateSerializer(item: LicenseProfileUpdate): any {\n return {\n tags: item[\"tags\"],\n properties: areAllPropsUndefined(item, [\"softwareAssurance\", \"esuProfile\", \"productProfile\"])\n ? undefined\n : _licenseProfileUpdatePropertiesSerializer(item),\n };\n}\n\n/** Describe the Update properties of a license profile. */\nexport interface LicenseProfileUpdateProperties {\n /** Specifies if this machine is licensed as part of a Software Assurance agreement. */\n softwareAssuranceCustomer?: boolean;\n /** The resource id of the license. */\n assignedLicense?: string;\n /** Indicates the subscription status of the product. */\n subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;\n /** Indicates the product type of the license. */\n productType?: LicenseProfileProductType;\n /** The list of product feature updates. */\n productFeatures?: ProductFeatureUpdate[];\n}\n\nexport function licenseProfileUpdatePropertiesSerializer(\n item: LicenseProfileUpdateProperties,\n): any {\n return {\n softwareAssurance: areAllPropsUndefined(item, [\"softwareAssuranceCustomer\"])\n ? undefined\n : _licenseProfileUpdatePropertiesSoftwareAssuranceSerializer(item),\n esuProfile: areAllPropsUndefined(item, [\"assignedLicense\"])\n ? undefined\n : _licenseProfileUpdatePropertiesEsuProfileSerializer(item),\n productProfile: areAllPropsUndefined(item, [\n \"subscriptionStatus\",\n \"productType\",\n \"productFeatures\",\n ])\n ? undefined\n : _licenseProfileUpdatePropertiesProductProfileSerializer(item),\n };\n}\n\n/** model interface LicenseProfileUpdatePropertiesSoftwareAssurance */\nexport interface LicenseProfileUpdatePropertiesSoftwareAssurance {\n /** Specifies if this machine is licensed as part of a Software Assurance agreement. */\n softwareAssuranceCustomer?: boolean;\n}\n\nexport function licenseProfileUpdatePropertiesSoftwareAssuranceSerializer(\n item: LicenseProfileUpdatePropertiesSoftwareAssurance,\n): any {\n return { softwareAssuranceCustomer: item[\"softwareAssuranceCustomer\"] };\n}\n\n/** Describes the Update properties of a ESU License Profile. */\nexport interface EsuProfileUpdateProperties {\n /** The resource id of the license. */\n assignedLicense?: string;\n}\n\nexport function esuProfileUpdatePropertiesSerializer(item: EsuProfileUpdateProperties): any {\n return { assignedLicense: item[\"assignedLicense\"] };\n}\n\n/** Describes the Update properties of a Product Profile. */\nexport interface ProductProfileUpdateProperties {\n /** Indicates the subscription status of the product. */\n subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;\n /** Indicates the product type of the license. */\n productType?: LicenseProfileProductType;\n /** The list of product feature updates. */\n productFeatures?: ProductFeatureUpdate[];\n}\n\nexport function productProfileUpdatePropertiesSerializer(\n item: ProductProfileUpdateProperties,\n): any {\n return {\n subscriptionStatus: item[\"subscriptionStatus\"],\n productType: item[\"productType\"],\n productFeatures: !item[\"productFeatures\"]\n ? item[\"productFeatures\"]\n : productFeatureUpdateArraySerializer(item[\"productFeatures\"]),\n };\n}\n\n/** Indicates the new subscription status of the OS or Product Features. */\nexport enum KnownLicenseProfileSubscriptionStatusUpdate {\n /** Enable */\n Enable = \"Enable\",\n /** Disable */\n Disable = \"Disable\",\n}\n\n/**\n * Indicates the new subscription status of the OS or Product Features. \\\n * {@link KnownLicenseProfileSubscriptionStatusUpdate} can be used interchangeably with LicenseProfileSubscriptionStatusUpdate,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enable**: Enable \\\n * **Disable**: Disable\n */\nexport type LicenseProfileSubscriptionStatusUpdate = string;\n\nexport function productFeatureUpdateArraySerializer(result: Array<ProductFeatureUpdate>): any[] {\n return result.map((item) => {\n return productFeatureUpdateSerializer(item);\n });\n}\n\n/** Product Feature */\nexport interface ProductFeatureUpdate {\n /** Product feature name. */\n name?: string;\n /** Indicates the new status of the product feature. */\n subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;\n}\n\nexport function productFeatureUpdateSerializer(item: ProductFeatureUpdate): any {\n return { name: item[\"name\"], subscriptionStatus: item[\"subscriptionStatus\"] };\n}\n\n/** Paged collection of LicenseProfile items */\nexport interface _LicenseProfilesListResult {\n /** The LicenseProfile items on this page */\n value: LicenseProfile[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _licenseProfilesListResultDeserializer(item: any): _LicenseProfilesListResult {\n return {\n value: licenseProfileArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function licenseProfileArraySerializer(result: Array<LicenseProfile>): any[] {\n return result.map((item) => {\n return licenseProfileSerializer(item);\n });\n}\n\nexport function licenseProfileArrayDeserializer(result: Array<LicenseProfile>): any[] {\n return result.map((item) => {\n return licenseProfileDeserializer(item);\n });\n}\n\n/** Describes a Machine Extension Update. */\nexport interface MachineExtensionUpdate extends ResourceUpdate {\n /** How the extension handler should be forced to update even if the extension configuration has not changed. */\n forceUpdateTag?: string;\n /** The name of the extension handler publisher. */\n publisher?: string;\n /** Specifies the type of the extension; an example is \"CustomScriptExtension\". */\n type?: string;\n /** Specifies the version of the script handler. */\n typeHandlerVersion?: string;\n /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */\n enableAutomaticUpgrade?: boolean;\n /** 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. */\n autoUpgradeMinorVersion?: boolean;\n /** Json formatted public settings for the extension. */\n settings?: Record<string, any>;\n /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */\n protectedSettings?: Record<string, any>;\n}\n\nexport function machineExtensionUpdateSerializer(item: MachineExtensionUpdate): any {\n return {\n tags: item[\"tags\"],\n properties: areAllPropsUndefined(item, [\n \"forceUpdateTag\",\n \"publisher\",\n \"type\",\n \"typeHandlerVersion\",\n \"enableAutomaticUpgrade\",\n \"autoUpgradeMinorVersion\",\n \"settings\",\n \"protectedSettings\",\n ])\n ? undefined\n : _machineExtensionUpdatePropertiesSerializer(item),\n };\n}\n\n/** Describes the properties of a Machine Extension. */\nexport interface MachineExtensionUpdateProperties {\n /** How the extension handler should be forced to update even if the extension configuration has not changed. */\n forceUpdateTag?: string;\n /** The name of the extension handler publisher. */\n publisher?: string;\n /** Specifies the type of the extension; an example is \"CustomScriptExtension\". */\n type?: string;\n /** Specifies the version of the script handler. */\n typeHandlerVersion?: string;\n /** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */\n enableAutomaticUpgrade?: boolean;\n /** 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. */\n autoUpgradeMinorVersion?: boolean;\n /** Json formatted public settings for the extension. */\n settings?: Record<string, any>;\n /** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */\n protectedSettings?: Record<string, any>;\n}\n\nexport function machineExtensionUpdatePropertiesSerializer(\n item: MachineExtensionUpdateProperties,\n): any {\n return {\n forceUpdateTag: item[\"forceUpdateTag\"],\n publisher: item[\"publisher\"],\n type: item[\"type\"],\n typeHandlerVersion: item[\"typeHandlerVersion\"],\n enableAutomaticUpgrade: item[\"enableAutomaticUpgrade\"],\n autoUpgradeMinorVersion: item[\"autoUpgradeMinorVersion\"],\n settings: item[\"settings\"],\n protectedSettings: item[\"protectedSettings\"],\n };\n}\n\n/** Paged collection of MachineExtension items */\nexport interface _MachineExtensionsListResult {\n /** The MachineExtension items on this page */\n value: MachineExtension[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _machineExtensionsListResultDeserializer(item: any): _MachineExtensionsListResult {\n return {\n value: machineExtensionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** Describes a Run Command */\nexport interface MachineRunCommand extends TrackedResource {\n /** The source of the run command script. */\n source?: MachineRunCommandScriptSource;\n /** The parameters used by the script. */\n parameters?: RunCommandInputParameter[];\n /** The parameters used by the script. */\n protectedParameters?: RunCommandInputParameter[];\n /** Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete. */\n asyncExecution?: boolean;\n /** Specifies the user account on the machine when executing the run command. */\n runAsUser?: string;\n /** Specifies the user account password on the machine when executing the run command. */\n runAsPassword?: string;\n /** The timeout in seconds to execute the run command. */\n timeoutInSeconds?: number;\n /** 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. */\n outputBlobUri?: string;\n /** 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. */\n errorBlobUri?: string;\n /** 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 */\n outputBlobManagedIdentity?: RunCommandManagedIdentity;\n /** 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 */\n errorBlobManagedIdentity?: RunCommandManagedIdentity;\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: string;\n /** The machine run command instance view. */\n readonly instanceView?: MachineRunCommandInstanceView;\n}\n\nexport function machineRunCommandSerializer(item: MachineRunCommand): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"source\",\n \"parameters\",\n \"protectedParameters\",\n \"asyncExecution\",\n \"runAsUser\",\n \"runAsPassword\",\n \"timeoutInSeconds\",\n \"outputBlobUri\",\n \"errorBlobUri\",\n \"outputBlobManagedIdentity\",\n \"errorBlobManagedIdentity\",\n ])\n ? undefined\n : _machineRunCommandPropertiesSerializer(item),\n };\n}\n\nexport function machineRunCommandDeserializer(item: any): MachineRunCommand {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _machineRunCommandPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes the properties of a run command. */\nexport interface MachineRunCommandProperties {\n /** The source of the run command script. */\n source?: MachineRunCommandScriptSource;\n /** The parameters used by the script. */\n parameters?: RunCommandInputParameter[];\n /** The parameters used by the script. */\n protectedParameters?: RunCommandInputParameter[];\n /** Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete. */\n asyncExecution?: boolean;\n /** Specifies the user account on the machine when executing the run command. */\n runAsUser?: string;\n /** Specifies the user account password on the machine when executing the run command. */\n runAsPassword?: string;\n /** The timeout in seconds to execute the run command. */\n timeoutInSeconds?: number;\n /** 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. */\n outputBlobUri?: string;\n /** 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. */\n errorBlobUri?: string;\n /** 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 */\n outputBlobManagedIdentity?: RunCommandManagedIdentity;\n /** 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 */\n errorBlobManagedIdentity?: RunCommandManagedIdentity;\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: string;\n /** The machine run command instance view. */\n readonly instanceView?: MachineRunCommandInstanceView;\n}\n\nexport function machineRunCommandPropertiesSerializer(item: MachineRunCommandProperties): any {\n return {\n source: !item[\"source\"]\n ? item[\"source\"]\n : machineRunCommandScriptSourceSerializer(item[\"source\"]),\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : runCommandInputParameterArraySerializer(item[\"parameters\"]),\n protectedParameters: !item[\"protectedParameters\"]\n ? item[\"protectedParameters\"]\n : runCommandInputParameterArraySerializer(item[\"protectedParameters\"]),\n asyncExecution: item[\"asyncExecution\"],\n runAsUser: item[\"runAsUser\"],\n runAsPassword: item[\"runAsPassword\"],\n timeoutInSeconds: item[\"timeoutInSeconds\"],\n outputBlobUri: item[\"outputBlobUri\"],\n errorBlobUri: item[\"errorBlobUri\"],\n outputBlobManagedIdentity: !item[\"outputBlobManagedIdentity\"]\n ? item[\"outputBlobManagedIdentity\"]\n : runCommandManagedIdentitySerializer(item[\"outputBlobManagedIdentity\"]),\n errorBlobManagedIdentity: !item[\"errorBlobManagedIdentity\"]\n ? item[\"errorBlobManagedIdentity\"]\n : runCommandManagedIdentitySerializer(item[\"errorBlobManagedIdentity\"]),\n };\n}\n\nexport function machineRunCommandPropertiesDeserializer(item: any): MachineRunCommandProperties {\n return {\n source: !item[\"source\"]\n ? item[\"source\"]\n : machineRunCommandScriptSourceDeserializer(item[\"source\"]),\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : runCommandInputParameterArrayDeserializer(item[\"parameters\"]),\n protectedParameters: !item[\"protectedParameters\"]\n ? item[\"protectedParameters\"]\n : runCommandInputParameterArrayDeserializer(item[\"protectedParameters\"]),\n asyncExecution: item[\"asyncExecution\"],\n runAsUser: item[\"runAsUser\"],\n runAsPassword: item[\"runAsPassword\"],\n timeoutInSeconds: item[\"timeoutInSeconds\"],\n outputBlobUri: item[\"outputBlobUri\"],\n errorBlobUri: item[\"errorBlobUri\"],\n outputBlobManagedIdentity: !item[\"outputBlobManagedIdentity\"]\n ? item[\"outputBlobManagedIdentity\"]\n : runCommandManagedIdentityDeserializer(item[\"outputBlobManagedIdentity\"]),\n errorBlobManagedIdentity: !item[\"errorBlobManagedIdentity\"]\n ? item[\"errorBlobManagedIdentity\"]\n : runCommandManagedIdentityDeserializer(item[\"errorBlobManagedIdentity\"]),\n provisioningState: item[\"provisioningState\"],\n instanceView: !item[\"instanceView\"]\n ? item[\"instanceView\"]\n : machineRunCommandInstanceViewDeserializer(item[\"instanceView\"]),\n };\n}\n\n/** Describes the script sources for run command. Use only one of script, scriptUri, commandId. */\nexport interface MachineRunCommandScriptSource {\n /** Specifies the script content to be executed on the machine. */\n script?: string;\n /** Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI. */\n scriptUri?: string;\n /** Specifies the commandId of predefined built-in script. */\n commandId?: string;\n /** 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. */\n scriptUriManagedIdentity?: RunCommandManagedIdentity;\n}\n\nexport function machineRunCommandScriptSourceSerializer(item: MachineRunCommandScriptSource): any {\n return {\n script: item[\"script\"],\n scriptUri: item[\"scriptUri\"],\n commandId: item[\"commandId\"],\n scriptUriManagedIdentity: !item[\"scriptUriManagedIdentity\"]\n ? item[\"scriptUriManagedIdentity\"]\n : runCommandManagedIdentitySerializer(item[\"scriptUriManagedIdentity\"]),\n };\n}\n\nexport function machineRunCommandScriptSourceDeserializer(\n item: any,\n): MachineRunCommandScriptSource {\n return {\n script: item[\"script\"],\n scriptUri: item[\"scriptUri\"],\n commandId: item[\"commandId\"],\n scriptUriManagedIdentity: !item[\"scriptUriManagedIdentity\"]\n ? item[\"scriptUriManagedIdentity\"]\n : runCommandManagedIdentityDeserializer(item[\"scriptUriManagedIdentity\"]),\n };\n}\n\n/** 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. */\nexport interface RunCommandManagedIdentity {\n /** Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided. */\n clientId?: string;\n /** Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided. */\n objectId?: string;\n}\n\nexport function runCommandManagedIdentitySerializer(item: RunCommandManagedIdentity): any {\n return { clientId: item[\"clientId\"], objectId: item[\"objectId\"] };\n}\n\nexport function runCommandManagedIdentityDeserializer(item: any): RunCommandManagedIdentity {\n return {\n clientId: item[\"clientId\"],\n objectId: item[\"objectId\"],\n };\n}\n\nexport function runCommandInputParameterArraySerializer(\n result: Array<RunCommandInputParameter>,\n): any[] {\n return result.map((item) => {\n return runCommandInputParameterSerializer(item);\n });\n}\n\nexport function runCommandInputParameterArrayDeserializer(\n result: Array<RunCommandInputParameter>,\n): any[] {\n return result.map((item) => {\n return runCommandInputParameterDeserializer(item);\n });\n}\n\n/** Describes the properties of a run command parameter. */\nexport interface RunCommandInputParameter {\n /** The run command parameter name. */\n name: string;\n /** The run command parameter value. */\n value: string;\n}\n\nexport function runCommandInputParameterSerializer(item: RunCommandInputParameter): any {\n return { name: item[\"name\"], value: item[\"value\"] };\n}\n\nexport function runCommandInputParameterDeserializer(item: any): RunCommandInputParameter {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** The instance view of a machine run command. */\nexport interface MachineRunCommandInstanceView {\n /** Script execution status. */\n executionState?: ExecutionState;\n /** Communicate script configuration errors or execution messages. */\n executionMessage?: string;\n /** Exit code returned from script execution. */\n exitCode?: number;\n /** Script output stream. */\n output?: string;\n /** Script error stream. */\n error?: string;\n /** Script start time. */\n startTime?: Date;\n /** Script end time. */\n endTime?: Date;\n /** The status information. */\n statuses?: ExtensionsResourceStatus[];\n}\n\nexport function machineRunCommandInstanceViewDeserializer(\n item: any,\n): MachineRunCommandInstanceView {\n return {\n executionState: item[\"executionState\"],\n executionMessage: item[\"executionMessage\"],\n exitCode: item[\"exitCode\"],\n output: item[\"output\"],\n error: item[\"error\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n statuses: !item[\"statuses\"]\n ? item[\"statuses\"]\n : extensionsResourceStatusArrayDeserializer(item[\"statuses\"]),\n };\n}\n\n/** Script execution status. */\nexport enum KnownExecutionState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Pending */\n Pending = \"Pending\",\n /** Running */\n Running = \"Running\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** TimedOut */\n TimedOut = \"TimedOut\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Script execution status. \\\n * {@link KnownExecutionState} can be used interchangeably with ExecutionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown \\\n * **Pending**: Pending \\\n * **Running**: Running \\\n * **Failed**: Failed \\\n * **Succeeded**: Succeeded \\\n * **TimedOut**: TimedOut \\\n * **Canceled**: Canceled\n */\nexport type ExecutionState = string;\n\nexport function extensionsResourceStatusArrayDeserializer(\n result: Array<ExtensionsResourceStatus>,\n): any[] {\n return result.map((item) => {\n return extensionsResourceStatusDeserializer(item);\n });\n}\n\n/** Instance view status. */\nexport interface ExtensionsResourceStatus {\n /** The status code. */\n code?: string;\n /** The level code. */\n level?: ExtensionsStatusLevelTypes;\n /** The short localizable label for the status. */\n displayStatus?: string;\n /** The detailed status message, including for alerts and error messages. */\n message?: string;\n /** The time of the status. */\n time?: Date;\n}\n\nexport function extensionsResourceStatusDeserializer(item: any): ExtensionsResourceStatus {\n return {\n code: item[\"code\"],\n level: item[\"level\"],\n displayStatus: item[\"displayStatus\"],\n message: item[\"message\"],\n time: !item[\"time\"] ? item[\"time\"] : new Date(item[\"time\"]),\n };\n}\n\n/** The level code. */\nexport type ExtensionsStatusLevelTypes = \"Info\" | \"Warning\" | \"Error\";\n\n/** Paged collection of MachineRunCommand items */\nexport interface _MachineRunCommandsListResult {\n /** The MachineRunCommand items on this page */\n value: MachineRunCommand[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _machineRunCommandsListResultDeserializer(\n item: any,\n): _MachineRunCommandsListResult {\n return {\n value: machineRunCommandArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function machineRunCommandArraySerializer(result: Array<MachineRunCommand>): any[] {\n return result.map((item) => {\n return machineRunCommandSerializer(item);\n });\n}\n\nexport function machineRunCommandArrayDeserializer(result: Array<MachineRunCommand>): any[] {\n return result.map((item) => {\n return machineRunCommandDeserializer(item);\n });\n}\n\n/** Describes an Arc Gateway. */\nexport interface Gateway extends TrackedResource {\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: ProvisioningState;\n /** A unique, immutable, identifier for the Gateway. */\n readonly gatewayId?: string;\n /** The type of the Gateway resource. */\n gatewayType?: GatewayType;\n /** The endpoint fqdn for the Gateway. */\n readonly gatewayEndpoint?: string;\n /** Specifies the list of features that are enabled for this Gateway. */\n allowedFeatures?: string[];\n}\n\nexport function gatewaySerializer(item: Gateway): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\"gatewayType\", \"allowedFeatures\"])\n ? undefined\n : _gatewayPropertiesSerializer(item),\n };\n}\n\nexport function gatewayDeserializer(item: any): Gateway {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _gatewayPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes the properties of a Gateway Profile. */\nexport interface GatewayProperties {\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: ProvisioningState;\n /** A unique, immutable, identifier for the Gateway. */\n readonly gatewayId?: string;\n /** The type of the Gateway resource. */\n gatewayType?: GatewayType;\n /** The endpoint fqdn for the Gateway. */\n readonly gatewayEndpoint?: string;\n /** Specifies the list of features that are enabled for this Gateway. */\n allowedFeatures?: string[];\n}\n\nexport function gatewayPropertiesSerializer(item: GatewayProperties): any {\n return {\n gatewayType: item[\"gatewayType\"],\n allowedFeatures: !item[\"allowedFeatures\"]\n ? item[\"allowedFeatures\"]\n : item[\"allowedFeatures\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function gatewayPropertiesDeserializer(item: any): GatewayProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n gatewayId: item[\"gatewayId\"],\n gatewayType: item[\"gatewayType\"],\n gatewayEndpoint: item[\"gatewayEndpoint\"],\n allowedFeatures: !item[\"allowedFeatures\"]\n ? item[\"allowedFeatures\"]\n : item[\"allowedFeatures\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The type of the Gateway resource. */\nexport enum KnownGatewayType {\n /** Public */\n Public = \"Public\",\n}\n\n/**\n * The type of the Gateway resource. \\\n * {@link KnownGatewayType} can be used interchangeably with GatewayType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Public**: Public\n */\nexport type GatewayType = string;\n\n/** Describes a License Update. */\nexport interface GatewayUpdate extends ResourceUpdate {\n /** Specifies the list of features that are enabled for this Gateway. */\n allowedFeatures?: string[];\n}\n\nexport function gatewayUpdateSerializer(item: GatewayUpdate): any {\n return {\n tags: item[\"tags\"],\n properties: areAllPropsUndefined(item, [\"allowedFeatures\"])\n ? undefined\n : _gatewayUpdatePropertiesSerializer(item),\n };\n}\n\n/** Describes the Update properties of a Gateway Profile. */\nexport interface GatewayUpdateProperties {\n /** Specifies the list of features that are enabled for this Gateway. */\n allowedFeatures?: string[];\n}\n\nexport function gatewayUpdatePropertiesSerializer(item: GatewayUpdateProperties): any {\n return {\n allowedFeatures: !item[\"allowedFeatures\"]\n ? item[\"allowedFeatures\"]\n : item[\"allowedFeatures\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Paged collection of Gateway items */\nexport interface _GatewaysListResult {\n /** The Gateway items on this page */\n value: Gateway[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _gatewaysListResultDeserializer(item: any): _GatewaysListResult {\n return {\n value: gatewayArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function gatewayArraySerializer(result: Array<Gateway>): any[] {\n return result.map((item) => {\n return gatewaySerializer(item);\n });\n}\n\nexport function gatewayArrayDeserializer(result: Array<Gateway>): any[] {\n return result.map((item) => {\n return gatewayDeserializer(item);\n });\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /** Resource properties. */\n properties?: PrivateLinkResourceProperties;\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateLinkResourcePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** Required DNS zone names of the the private link resource. */\n readonly requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** The response of a PrivateLinkResource list operation. */\nexport interface _PrivateLinkResourceListResult {\n /** The PrivateLinkResource items on this page */\n value: PrivateLinkResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateLinkResourceListResultDeserializer(\n item: any,\n): _PrivateLinkResourceListResult {\n return {\n value: privateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** A private endpoint connection */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** Resource properties. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** Private endpoint which the connection belongs to. */\n privateEndpoint?: PrivateEndpointProperty;\n /** Connection state of the private endpoint connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;\n /** State of the private endpoint connection. */\n readonly provisioningState?: string;\n /** List of group IDs. */\n readonly groupIds?: string[];\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointPropertySerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStatePropertySerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointPropertyDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStatePropertyDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Private endpoint which the connection belongs to. */\nexport interface PrivateEndpointProperty {\n /** Resource id of the private endpoint. */\n id?: string;\n}\n\nexport function privateEndpointPropertySerializer(item: PrivateEndpointProperty): any {\n return { id: item[\"id\"] };\n}\n\nexport function privateEndpointPropertyDeserializer(item: any): PrivateEndpointProperty {\n return {\n id: item[\"id\"],\n };\n}\n\n/** State of the private endpoint connection. */\nexport interface PrivateLinkServiceConnectionStateProperty {\n /** The private link service connection status. */\n status: string;\n /** The private link service connection description. */\n description: string;\n /** The actions required for private link service connection. */\n readonly actionsRequired?: string;\n}\n\nexport function privateLinkServiceConnectionStatePropertySerializer(\n item: PrivateLinkServiceConnectionStateProperty,\n): any {\n return { status: item[\"status\"], description: item[\"description\"] };\n}\n\nexport function privateLinkServiceConnectionStatePropertyDeserializer(\n item: any,\n): PrivateLinkServiceConnectionStateProperty {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** The response of a PrivateEndpointConnection list operation. */\nexport interface _PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** Properties that define a Network Security Perimeter resource. */\nexport interface NetworkSecurityPerimeterConfiguration extends ProxyResource {\n /** 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. */\n readonly provisioningState?: string;\n /** Provisioning issues. */\n readonly provisioningIssues?: ProvisioningIssue[];\n /** The Network Security Perimeter associated with this configuration. */\n networkSecurityPerimeter?: NetworkSecurityPerimeter;\n /** The Resource Association. */\n resourceAssociation?: ResourceAssociation;\n /** Network Security Perimeter profile */\n profile?: NetworkSecurityPerimeterProfile;\n}\n\nexport function networkSecurityPerimeterConfigurationDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfiguration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _networkSecurityPerimeterConfigurationPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties that define a Network Security Perimeter resource. */\nexport interface NetworkSecurityPerimeterConfigurationProperties {\n /** 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. */\n readonly provisioningState?: string;\n /** Provisioning issues. */\n readonly provisioningIssues?: ProvisioningIssue[];\n /** The Network Security Perimeter associated with this configuration. */\n networkSecurityPerimeter?: NetworkSecurityPerimeter;\n /** The Resource Association. */\n resourceAssociation?: ResourceAssociation;\n /** Network Security Perimeter profile */\n profile?: NetworkSecurityPerimeterProfile;\n}\n\nexport function networkSecurityPerimeterConfigurationPropertiesDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n provisioningIssues: !item[\"provisioningIssues\"]\n ? item[\"provisioningIssues\"]\n : provisioningIssueArrayDeserializer(item[\"provisioningIssues\"]),\n networkSecurityPerimeter: !item[\"networkSecurityPerimeter\"]\n ? item[\"networkSecurityPerimeter\"]\n : networkSecurityPerimeterDeserializer(item[\"networkSecurityPerimeter\"]),\n resourceAssociation: !item[\"resourceAssociation\"]\n ? item[\"resourceAssociation\"]\n : resourceAssociationDeserializer(item[\"resourceAssociation\"]),\n profile: !item[\"profile\"]\n ? item[\"profile\"]\n : networkSecurityPerimeterProfileDeserializer(item[\"profile\"]),\n };\n}\n\nexport function provisioningIssueArrayDeserializer(result: Array<ProvisioningIssue>): any[] {\n return result.map((item) => {\n return provisioningIssueDeserializer(item);\n });\n}\n\n/** Details on issues that occurred during provisioning. */\nexport interface ProvisioningIssue {\n /** Name of the provisioning issue. */\n readonly name?: string;\n /** Issue type */\n readonly issueType?: ProvisioningIssueType;\n /** Severity of the provisioning issue. */\n readonly severity?: ProvisioningIssueSeverity;\n /** Description of the provisioning issue. */\n readonly description?: string;\n /** ARM Ids of the resources that can be associated to the same perimeter to remediate the issue */\n readonly suggestedResourceIds?: string[];\n /** Access rules that can be added to the perimeter to remediate the issue */\n readonly suggestedAccessRules?: AccessRule[];\n}\n\nexport function provisioningIssueDeserializer(item: any): ProvisioningIssue {\n return {\n name: item[\"name\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _provisioningIssuePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a provisioning issue. */\nexport interface ProvisioningIssueProperties {\n /** Issue type */\n readonly issueType?: ProvisioningIssueType;\n /** Severity of the provisioning issue. */\n readonly severity?: ProvisioningIssueSeverity;\n /** Description of the provisioning issue. */\n readonly description?: string;\n /** ARM Ids of the resources that can be associated to the same perimeter to remediate the issue */\n readonly suggestedResourceIds?: string[];\n /** Access rules that can be added to the perimeter to remediate the issue */\n readonly suggestedAccessRules?: AccessRule[];\n}\n\nexport function provisioningIssuePropertiesDeserializer(item: any): ProvisioningIssueProperties {\n return {\n issueType: item[\"issueType\"],\n severity: item[\"severity\"],\n description: item[\"description\"],\n suggestedResourceIds: !item[\"suggestedResourceIds\"]\n ? item[\"suggestedResourceIds\"]\n : item[\"suggestedResourceIds\"].map((p: any) => {\n return p;\n }),\n suggestedAccessRules: !item[\"suggestedAccessRules\"]\n ? item[\"suggestedAccessRules\"]\n : accessRuleArrayDeserializer(item[\"suggestedAccessRules\"]),\n };\n}\n\n/** Type of provisioning issue. */\nexport enum KnownProvisioningIssueType {\n /** Perimeter configuration is missing. */\n MissingPerimeterConfiguration = \"MissingPerimeterConfiguration\",\n /** Identity configuration is missing. */\n MissingIdentityConfiguration = \"MissingIdentityConfiguration\",\n /** Configuration failed to propagate. */\n ConfigurationPropagationFailure = \"ConfigurationPropagationFailure\",\n /** Other failure. */\n Other = \"Other\",\n}\n\n/**\n * Type of provisioning issue. \\\n * {@link KnownProvisioningIssueType} can be used interchangeably with ProvisioningIssueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MissingPerimeterConfiguration**: Perimeter configuration is missing. \\\n * **MissingIdentityConfiguration**: Identity configuration is missing. \\\n * **ConfigurationPropagationFailure**: Configuration failed to propagate. \\\n * **Other**: Other failure.\n */\nexport type ProvisioningIssueType = string;\n\n/** Severity of the provisioning issue. */\nexport enum KnownProvisioningIssueSeverity {\n /** Warnings can cause connectivity issues after provisioning succeeds. */\n Warning = \"Warning\",\n /** Errors will cause association provisioning to fail. */\n Error = \"Error\",\n}\n\n/**\n * Severity of the provisioning issue. \\\n * {@link KnownProvisioningIssueSeverity} can be used interchangeably with ProvisioningIssueSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Warning**: Warnings can cause connectivity issues after provisioning succeeds. \\\n * **Error**: Errors will cause association provisioning to fail.\n */\nexport type ProvisioningIssueSeverity = string;\n\nexport function accessRuleArrayDeserializer(result: Array<AccessRule>): any[] {\n return result.map((item) => {\n return accessRuleDeserializer(item);\n });\n}\n\n/** Access rule. */\nexport interface AccessRule {\n /** Name of the access rule. */\n readonly name?: string;\n /** Direction of the access rule. */\n readonly direction?: AccessRuleDirection;\n /** Address prefixes that are allowed access. */\n readonly addressPrefixes?: string[];\n}\n\nexport function accessRuleDeserializer(item: any): AccessRule {\n return {\n name: item[\"name\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _accessRulePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of an access rule. */\nexport interface AccessRuleProperties {\n /** Direction of the access rule. */\n readonly direction?: AccessRuleDirection;\n /** Address prefixes that are allowed access. */\n readonly addressPrefixes?: string[];\n}\n\nexport function accessRulePropertiesDeserializer(item: any): AccessRuleProperties {\n return {\n direction: item[\"direction\"],\n addressPrefixes: !item[\"addressPrefixes\"]\n ? item[\"addressPrefixes\"]\n : item[\"addressPrefixes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Indicates direction of an access rule. */\nexport enum KnownAccessRuleDirection {\n /** Traffic originates outside of network. */\n Inbound = \"Inbound\",\n /** Traffic originates inside the network */\n Outbound = \"Outbound\",\n}\n\n/**\n * Indicates direction of an access rule. \\\n * {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound**: Traffic originates outside of network. \\\n * **Outbound**: Traffic originates inside the network\n */\nexport type AccessRuleDirection = string;\n\n/** Properties that define a Network Security Perimeter resource. */\nexport interface NetworkSecurityPerimeter {\n /** Azure resource Id */\n readonly id?: string;\n /** Guid of the Network Security Perimeter */\n readonly perimeterGuid?: string;\n /** Regional location of the perimeter */\n readonly location?: string;\n}\n\nexport function networkSecurityPerimeterDeserializer(item: any): NetworkSecurityPerimeter {\n return {\n id: item[\"id\"],\n perimeterGuid: item[\"perimeterGuid\"],\n location: item[\"location\"],\n };\n}\n\n/** Properties that define a Resource Association. */\nexport interface ResourceAssociation {\n /** Name of the Resource Association */\n readonly name?: string;\n /** The access mode */\n readonly accessMode?: AccessMode;\n}\n\nexport function resourceAssociationDeserializer(item: any): ResourceAssociation {\n return {\n name: item[\"name\"],\n accessMode: item[\"accessMode\"],\n };\n}\n\n/** Property that impacts a resource's logging behavior and its connectivity with other resources and public networks. */\nexport enum KnownAccessMode {\n /** Indicates that resource access is controlled by the NSP definition. */\n Enforced = \"enforced\",\n /** Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced. */\n Audit = \"audit\",\n /** Enables traffic evaluation to fall back to resource-specific firewall configurations. */\n Learning = \"learning\",\n}\n\n/**\n * Property that impacts a resource's logging behavior and its connectivity with other resources and public networks. \\\n * {@link KnownAccessMode} can be used interchangeably with AccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enforced**: Indicates that resource access is controlled by the NSP definition. \\\n * **audit**: Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced. \\\n * **learning**: Enables traffic evaluation to fall back to resource-specific firewall configurations.\n */\nexport type AccessMode = string;\n\n/** Network Security Perimeter profile */\nexport interface NetworkSecurityPerimeterProfile {\n /** Name of the resource */\n readonly name?: string;\n /** Access rules version number */\n readonly accessRulesVersion?: number;\n /** Collection of access rules for the profile */\n readonly accessRules?: AccessRule[];\n /** Diagnostic settings version number */\n readonly diagnosticSettingsVersion?: number;\n /** Collection of enabled log categories for the profile */\n readonly enabledLogCategories?: string[];\n}\n\nexport function networkSecurityPerimeterProfileDeserializer(\n item: any,\n): NetworkSecurityPerimeterProfile {\n return {\n name: item[\"name\"],\n accessRulesVersion: item[\"accessRulesVersion\"],\n accessRules: !item[\"accessRules\"]\n ? item[\"accessRules\"]\n : accessRuleArrayDeserializer(item[\"accessRules\"]),\n diagnosticSettingsVersion: item[\"diagnosticSettingsVersion\"],\n enabledLogCategories: !item[\"enabledLogCategories\"]\n ? item[\"enabledLogCategories\"]\n : item[\"enabledLogCategories\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The response of a NetworkSecurityPerimeterConfiguration list operation. */\nexport interface _NetworkSecurityPerimeterConfigurationListResult {\n /** The NetworkSecurityPerimeterConfiguration items on this page */\n value: NetworkSecurityPerimeterConfiguration[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _networkSecurityPerimeterConfigurationListResultDeserializer(\n item: any,\n): _NetworkSecurityPerimeterConfigurationListResult {\n return {\n value: networkSecurityPerimeterConfigurationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function networkSecurityPerimeterConfigurationArrayDeserializer(\n result: Array<NetworkSecurityPerimeterConfiguration>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterConfigurationDeserializer(item);\n });\n}\n\n/** Result of network security perimeter configurations. */\nexport interface NetworkSecurityPerimeterConfigurationReconcileResult {\n /** The URL of the resource used to check the status of the asynchronous operation. */\n readonly location?: string;\n}\n\nexport function networkSecurityPerimeterConfigurationReconcileResultDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationReconcileResult {\n return {\n location: item[\"location\"],\n };\n}\n\n/** model interface PrivateLinkScopeValidationDetails */\nexport interface PrivateLinkScopeValidationDetails {\n /** Azure resource Id */\n readonly id?: string;\n /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */\n publicNetworkAccess?: PublicNetworkAccessType;\n /** List of Private Endpoint Connection details. */\n connectionDetails?: ConnectionDetail[];\n}\n\nexport function privateLinkScopeValidationDetailsDeserializer(\n item: any,\n): PrivateLinkScopeValidationDetails {\n return {\n id: item[\"id\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n connectionDetails: !item[\"connectionDetails\"]\n ? item[\"connectionDetails\"]\n : connectionDetailArrayDeserializer(item[\"connectionDetails\"]),\n };\n}\n\n/** 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). */\nexport enum KnownPublicNetworkAccessType {\n /** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */\n Enabled = \"Enabled\",\n /** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */\n Disabled = \"Disabled\",\n /** Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP). */\n SecuredByPerimeter = \"SecuredByPerimeter\",\n}\n\n/**\n * 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). \\\n * {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. \\\n * **Disabled**: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. \\\n * **SecuredByPerimeter**: Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP).\n */\nexport type PublicNetworkAccessType = string;\n\nexport function connectionDetailArrayDeserializer(result: Array<ConnectionDetail>): any[] {\n return result.map((item) => {\n return connectionDetailDeserializer(item);\n });\n}\n\n/** model interface ConnectionDetail */\nexport interface ConnectionDetail {\n /** Azure resource Id */\n readonly id?: string;\n /** The private endpoint connection private ip address */\n readonly privateIpAddress?: string;\n /** The private endpoint connection link identifier */\n readonly linkIdentifier?: string;\n /** The private endpoint connection group id */\n readonly groupId?: string;\n /** The private endpoint connection member name */\n readonly memberName?: string;\n}\n\nexport function connectionDetailDeserializer(item: any): ConnectionDetail {\n return {\n id: item[\"id\"],\n privateIpAddress: item[\"privateIpAddress\"],\n linkIdentifier: item[\"linkIdentifier\"],\n groupId: item[\"groupId\"],\n memberName: item[\"memberName\"],\n };\n}\n\n/** An Azure Arc PrivateLinkScope definition. */\nexport interface HybridComputePrivateLinkScope extends TrackedResource {\n /** Properties that define a Azure Arc PrivateLinkScope resource. */\n properties?: HybridComputePrivateLinkScopeProperties;\n}\n\nexport function hybridComputePrivateLinkScopeSerializer(item: HybridComputePrivateLinkScope): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : hybridComputePrivateLinkScopePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function hybridComputePrivateLinkScopeDeserializer(\n item: any,\n): HybridComputePrivateLinkScope {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : hybridComputePrivateLinkScopePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties that define a Azure Arc PrivateLinkScope resource. */\nexport interface HybridComputePrivateLinkScopeProperties {\n /** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */\n publicNetworkAccess?: PublicNetworkAccessType;\n /** 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. */\n readonly provisioningState?: string;\n /** The Guid id of the private link scope. */\n readonly privateLinkScopeId?: string;\n /** The collection of associated Private Endpoint Connections. */\n readonly privateEndpointConnections?: PrivateEndpointConnectionDataModel[];\n /** Enable private link validation for an Azure Arc Extension. */\n serviceExtensions?: ServiceExtension[];\n}\n\nexport function hybridComputePrivateLinkScopePropertiesSerializer(\n item: HybridComputePrivateLinkScopeProperties,\n): any {\n return {\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n serviceExtensions: !item[\"serviceExtensions\"]\n ? item[\"serviceExtensions\"]\n : serviceExtensionArraySerializer(item[\"serviceExtensions\"]),\n };\n}\n\nexport function hybridComputePrivateLinkScopePropertiesDeserializer(\n item: any,\n): HybridComputePrivateLinkScopeProperties {\n return {\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n provisioningState: item[\"provisioningState\"],\n privateLinkScopeId: item[\"privateLinkScopeId\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionDataModelArrayDeserializer(item[\"privateEndpointConnections\"]),\n serviceExtensions: !item[\"serviceExtensions\"]\n ? item[\"serviceExtensions\"]\n : serviceExtensionArrayDeserializer(item[\"serviceExtensions\"]),\n };\n}\n\nexport function privateEndpointConnectionDataModelArrayDeserializer(\n result: Array<PrivateEndpointConnectionDataModel>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDataModelDeserializer(item);\n });\n}\n\n/** The Data Model for a Private Endpoint Connection associated with a Private Link Scope */\nexport interface PrivateEndpointConnectionDataModel {\n /** The ARM Resource Id of the Private Endpoint. */\n readonly id?: string;\n /** The Name of the Private Endpoint. */\n readonly name?: string;\n /** Azure resource type */\n readonly type?: string;\n /** The Private Endpoint Connection properties. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\nexport function privateEndpointConnectionDataModelDeserializer(\n item: any,\n): PrivateEndpointConnectionDataModel {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\nexport function serviceExtensionArraySerializer(result: Array<ServiceExtension>): any[] {\n return result.map((item) => {\n return serviceExtensionSerializer(item);\n });\n}\n\nexport function serviceExtensionArrayDeserializer(result: Array<ServiceExtension>): any[] {\n return result.map((item) => {\n return serviceExtensionDeserializer(item);\n });\n}\n\n/** Enable private link validation for an Azure Arc Extension */\nexport interface ServiceExtension {\n /** The name of the Azure Arc Extension. */\n serviceExtensionType?: ServiceExtensionType;\n /** The network access policy to determine if the specified Azure Arc Extension can use public Azure Arc Extension service endpoints. */\n serviceExtensionPublicNetworkAccess?: ServiceExtensionPublicNetworkAccess;\n}\n\nexport function serviceExtensionSerializer(item: ServiceExtension): any {\n return {\n serviceExtensionType: !item[\"serviceExtensionType\"]\n ? item[\"serviceExtensionType\"]\n : serviceExtensionTypeSerializer(item[\"serviceExtensionType\"]),\n serviceExtensionPublicNetworkAccess: item[\"serviceExtensionPublicNetworkAccess\"],\n };\n}\n\nexport function serviceExtensionDeserializer(item: any): ServiceExtension {\n return {\n serviceExtensionType: !item[\"serviceExtensionType\"]\n ? item[\"serviceExtensionType\"]\n : serviceExtensionTypeDeserializer(item[\"serviceExtensionType\"]),\n serviceExtensionPublicNetworkAccess: item[\"serviceExtensionPublicNetworkAccess\"],\n };\n}\n\n/** The name of the Azure Arc Extension. */\nexport type ServiceExtensionType = string;\n\nexport function serviceExtensionTypeSerializer(item: ServiceExtensionType): any {\n return item;\n}\n\nexport function serviceExtensionTypeDeserializer(item: any): ServiceExtensionType {\n return item;\n}\n\n/** The network access policy to determine if the specified Azure Arc Extension can use public Azure Arc Extension service endpoints. */\nexport enum KnownServiceExtensionPublicNetworkAccess {\n /** Allows Azure Arc Extension agents to communicate with Azure Arc services over both public (internet) and private endpoints. */\n Enabled = \"Enabled\",\n /** Does not allow Azure Arc Extension agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */\n Disabled = \"Disabled\",\n}\n\n/**\n * The network access policy to determine if the specified Azure Arc Extension can use public Azure Arc Extension service endpoints. \\\n * {@link KnownServiceExtensionPublicNetworkAccess} can be used interchangeably with ServiceExtensionPublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Allows Azure Arc Extension agents to communicate with Azure Arc services over both public (internet) and private endpoints. \\\n * **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.\n */\nexport type ServiceExtensionPublicNetworkAccess = string;\n\n/** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */\nexport interface TagsResource {\n /** Resource tags */\n tags?: Record<string, string>;\n}\n\nexport function tagsResourceSerializer(item: TagsResource): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The response of a HybridComputePrivateLinkScope list operation. */\nexport interface _HybridComputePrivateLinkScopeListResult {\n /** The HybridComputePrivateLinkScope items on this page */\n value: HybridComputePrivateLinkScope[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _hybridComputePrivateLinkScopeListResultDeserializer(\n item: any,\n): _HybridComputePrivateLinkScopeListResult {\n return {\n value: hybridComputePrivateLinkScopeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function hybridComputePrivateLinkScopeArraySerializer(\n result: Array<HybridComputePrivateLinkScope>,\n): any[] {\n return result.map((item) => {\n return hybridComputePrivateLinkScopeSerializer(item);\n });\n}\n\nexport function hybridComputePrivateLinkScopeArrayDeserializer(\n result: Array<HybridComputePrivateLinkScope>,\n): any[] {\n return result.map((item) => {\n return hybridComputePrivateLinkScopeDeserializer(item);\n });\n}\n\n/** Describes a Extension Metadata */\nexport interface ExtensionValue extends ProxyResource {\n /** The version of the Extension being received. */\n readonly version?: string;\n /** The type of the Extension being received. */\n readonly extensionType?: string;\n /** The publisher of the Extension being received. */\n readonly publisher?: string;\n}\n\nexport function extensionValueDeserializer(item: any): ExtensionValue {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _extensionValuePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes Extension Metadata properties */\nexport interface ExtensionValueProperties {\n /** The version of the Extension being received. */\n readonly version?: string;\n /** The type of the Extension being received. */\n readonly extensionType?: string;\n /** The publisher of the Extension being received. */\n readonly publisher?: string;\n}\n\nexport function extensionValuePropertiesDeserializer(item: any): ExtensionValueProperties {\n return {\n version: item[\"version\"],\n extensionType: item[\"extensionType\"],\n publisher: item[\"publisher\"],\n };\n}\n\n/** The List Extension Metadata response. */\nexport interface _ExtensionValueListResult {\n /** The list of extension metadata */\n readonly value?: ExtensionValue[];\n /** The URL to get the next set of results. */\n readonly nextLink?: string;\n}\n\nexport function _extensionValueListResultDeserializer(item: any): _ExtensionValueListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : extensionValueArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function extensionValueArrayDeserializer(result: Array<ExtensionValue>): any[] {\n return result.map((item) => {\n return extensionValueDeserializer(item);\n });\n}\n\n/** Describes an Extension Metadata. */\nexport interface ExtensionValueV2 extends ProxyResource {\n /** The version of the Extension being received. */\n readonly version?: string;\n /** The type of the Extension being received. */\n readonly extensionType?: string;\n /** The publisher of the Extension being received. */\n readonly publisher?: string;\n /** A list of locations where the extension packages can be found. */\n readonly extensionUris?: string[];\n /** Location of the signature files for the extension. */\n readonly extensionSignatureUri?: string;\n /** The operating system (Windows, Linux, etc.) this extension supports. */\n readonly operatingSystem?: string;\n /** Architectures (x64, arms64, etc.) that this extension supports. */\n readonly architecture?: string[];\n}\n\nexport function extensionValueV2Deserializer(item: any): ExtensionValueV2 {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _extensionValueV2PropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes Extension Metadata properties. */\nexport interface ExtensionValueV2Properties extends ExtensionValueProperties {\n /** A list of locations where the extension packages can be found. */\n readonly extensionUris?: string[];\n /** Location of the signature files for the extension. */\n readonly extensionSignatureUri?: string;\n /** The operating system (Windows, Linux, etc.) this extension supports. */\n readonly operatingSystem?: string;\n /** Architectures (x64, arms64, etc.) that this extension supports. */\n readonly architecture?: string[];\n}\n\nexport function extensionValueV2PropertiesDeserializer(item: any): ExtensionValueV2Properties {\n return {\n version: item[\"version\"],\n extensionType: item[\"extensionType\"],\n publisher: item[\"publisher\"],\n extensionUris: !item[\"extensionUris\"]\n ? item[\"extensionUris\"]\n : item[\"extensionUris\"].map((p: any) => {\n return p;\n }),\n extensionSignatureUri: item[\"extensionSignatureUri\"],\n operatingSystem: item[\"operatingSystem\"],\n architecture: !item[\"architecture\"]\n ? item[\"architecture\"]\n : item[\"architecture\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The List Extension Metadata response. */\nexport interface _ExtensionValueListResultV2 {\n /** The ExtensionValueV2 items on this page */\n readonly value: ExtensionValueV2[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _extensionValueListResultV2Deserializer(item: any): _ExtensionValueListResultV2 {\n return {\n value: extensionValueV2ArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function extensionValueV2ArrayDeserializer(result: Array<ExtensionValueV2>): any[] {\n return result.map((item) => {\n return extensionValueV2Deserializer(item);\n });\n}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface Settings extends ProxyResource {\n /** Azure resource tenant Id */\n readonly tenantId?: string;\n /** Settings Gateway properties */\n gatewayProperties?: SettingsGatewayProperties;\n}\n\nexport function settingsSerializer(item: Settings): any {\n return {\n properties: areAllPropsUndefined(item, [\"gatewayProperties\"])\n ? undefined\n : _settingsPropertiesSerializer(item),\n };\n}\n\nexport function settingsDeserializer(item: any): Settings {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _settingsPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Settings properties */\nexport interface SettingsProperties {\n /** Azure resource tenant Id */\n readonly tenantId?: string;\n /** Associated Gateway Resource Id */\n gatewayResourceId?: string;\n}\n\nexport function settingsPropertiesSerializer(item: SettingsProperties): any {\n return {\n gatewayProperties: areAllPropsUndefined(item, [\"gatewayResourceId\"])\n ? undefined\n : _settingsPropertiesGatewayPropertiesSerializer(item),\n };\n}\n\nexport function settingsPropertiesDeserializer(item: any): SettingsProperties {\n return {\n tenantId: item[\"tenantId\"],\n ...(!item[\"gatewayProperties\"]\n ? item[\"gatewayProperties\"]\n : _settingsPropertiesGatewayPropertiesDeserializer(item[\"gatewayProperties\"])),\n };\n}\n\n/** Settings Gateway properties */\nexport interface SettingsGatewayProperties {\n /** Associated Gateway Resource Id */\n gatewayResourceId?: string;\n}\n\nexport function settingsGatewayPropertiesSerializer(item: SettingsGatewayProperties): any {\n return { gatewayResourceId: item[\"gatewayResourceId\"] };\n}\n\nexport function settingsGatewayPropertiesDeserializer(item: any): SettingsGatewayProperties {\n return {\n gatewayResourceId: item[\"gatewayResourceId\"],\n };\n}\n\n/** The List of Extension Types. */\nexport interface _ExtensionTypeListResult {\n /** The ExtensionType items on this page */\n readonly value: ExtensionType[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _extensionTypeListResultDeserializer(item: any): _ExtensionTypeListResult {\n return {\n value: extensionTypeArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function extensionTypeArrayDeserializer(result: Array<ExtensionType>): any[] {\n return result.map((item) => {\n return extensionTypeDeserializer(item);\n });\n}\n\n/** Describes an Extension Type. */\nexport interface ExtensionType {\n /** The ID of the extension type. */\n id?: string;\n /** The name of the extension type. */\n name?: string;\n}\n\nexport function extensionTypeDeserializer(item: any): ExtensionType {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n };\n}\n\n/** The List of Extension Publishers. */\nexport interface _ExtensionPublisherListResult {\n /** The ExtensionPublisher items on this page */\n readonly value: ExtensionPublisher[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _extensionPublisherListResultDeserializer(\n item: any,\n): _ExtensionPublisherListResult {\n return {\n value: extensionPublisherArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function extensionPublisherArrayDeserializer(result: Array<ExtensionPublisher>): any[] {\n return result.map((item) => {\n return extensionPublisherDeserializer(item);\n });\n}\n\n/** Describes an Extension Publisher. */\nexport interface ExtensionPublisher {\n /** The ID of the extension publisher. */\n id?: string;\n /** The name of the extension publisher. */\n name?: string;\n}\n\nexport function extensionPublisherDeserializer(item: any): ExtensionPublisher {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n };\n}\n\n/** Known values of {@link InstanceViewTypes} that the service accepts. */\nexport enum KnownInstanceViewTypes {\n /** instanceView */\n InstanceView = \"instanceView\",\n}\n\n/** Type of InstanceViewTypes */\nexport type InstanceViewTypes = string;\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-09-16-preview API version. */\n V20250916Preview = \"2025-09-16-preview\",\n}\n\nexport function _licensePropertiesSerializer(item: License): any {\n return {\n tenantId: item[\"tenantId\"],\n licenseType: item[\"licenseType\"],\n licenseDetails: !item[\"licenseDetails\"]\n ? item[\"licenseDetails\"]\n : licenseDetailsSerializer(item[\"licenseDetails\"]),\n };\n}\n\nexport function _licensePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n tenantId: item[\"tenantId\"],\n licenseType: item[\"licenseType\"],\n licenseDetails: !item[\"licenseDetails\"]\n ? item[\"licenseDetails\"]\n : licenseDetailsDeserializer(item[\"licenseDetails\"]),\n };\n}\n\nexport function _licenseUpdatePropertiesLicenseDetailsSerializer(\n item: LicenseUpdateProperties,\n): any {\n return {\n state: item[\"state\"],\n target: item[\"target\"],\n edition: item[\"edition\"],\n type: item[\"type\"],\n processors: item[\"processors\"],\n };\n}\n\nexport function _licenseUpdatePropertiesSerializer(item: LicenseUpdate): any {\n return {\n licenseType: item[\"licenseType\"],\n licenseDetails: !item[\"licenseDetails\"]\n ? item[\"licenseDetails\"]\n : licenseUpdatePropertiesLicenseDetailsSerializer(item[\"licenseDetails\"]),\n };\n}\n\nexport function _osProfileWindowsConfigurationPatchSettingsSerializer(\n item: OSProfileWindowsConfiguration,\n): any {\n return {\n assessmentMode: item[\"assessmentMode\"],\n patchMode: item[\"patchMode\"],\n enableHotpatching: item[\"enableHotpatching\"],\n };\n}\n\nexport function _osProfileWindowsConfigurationPatchSettingsDeserializer(item: any) {\n return {\n assessmentMode: item[\"assessmentMode\"],\n patchMode: item[\"patchMode\"],\n enableHotpatching: item[\"enableHotpatching\"],\n status: !item[\"status\"] ? item[\"status\"] : patchSettingsStatusDeserializer(item[\"status\"]),\n };\n}\n\nexport function _osProfileLinuxConfigurationPatchSettingsSerializer(\n item: OSProfileLinuxConfiguration,\n): any {\n return {\n assessmentMode: item[\"assessmentMode\"],\n patchMode: item[\"patchMode\"],\n enableHotpatching: item[\"enableHotpatching\"],\n };\n}\n\nexport function _osProfileLinuxConfigurationPatchSettingsDeserializer(item: any) {\n return {\n assessmentMode: item[\"assessmentMode\"],\n patchMode: item[\"patchMode\"],\n enableHotpatching: item[\"enableHotpatching\"],\n status: !item[\"status\"] ? item[\"status\"] : patchSettingsStatusDeserializer(item[\"status\"]),\n };\n}\n\nexport function _licenseProfileMachineInstanceViewSoftwareAssuranceDeserializer(item: any) {\n return {\n softwareAssuranceCustomer: item[\"softwareAssuranceCustomer\"],\n };\n}\n\nexport function _licenseProfileMachineInstanceViewProductProfileSerializer(\n item: LicenseProfileMachineInstanceView,\n): any {\n return {\n subscriptionStatus: item[\"subscriptionStatus\"],\n productType: item[\"productType\"],\n productFeatures: !item[\"productFeatures\"]\n ? item[\"productFeatures\"]\n : productFeatureArraySerializer(item[\"productFeatures\"]),\n };\n}\n\nexport function _licenseProfileMachineInstanceViewProductProfileDeserializer(item: any) {\n return {\n subscriptionStatus: item[\"subscriptionStatus\"],\n productType: item[\"productType\"],\n enrollmentDate: !item[\"enrollmentDate\"]\n ? item[\"enrollmentDate\"]\n : new Date(item[\"enrollmentDate\"]),\n billingStartDate: !item[\"billingStartDate\"]\n ? item[\"billingStartDate\"]\n : new Date(item[\"billingStartDate\"]),\n disenrollmentDate: !item[\"disenrollmentDate\"]\n ? item[\"disenrollmentDate\"]\n : new Date(item[\"disenrollmentDate\"]),\n billingEndDate: !item[\"billingEndDate\"]\n ? item[\"billingEndDate\"]\n : new Date(item[\"billingEndDate\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n productFeatures: !item[\"productFeatures\"]\n ? item[\"productFeatures\"]\n : productFeatureArrayDeserializer(item[\"productFeatures\"]),\n };\n}\n\nexport function _machinePropertiesSerializer(item: Machine): any {\n return {\n locationData: !item[\"locationData\"]\n ? item[\"locationData\"]\n : locationDataSerializer(item[\"locationData\"]),\n serviceStatuses: !item[\"serviceStatuses\"]\n ? item[\"serviceStatuses\"]\n : serviceStatusesSerializer(item[\"serviceStatuses\"]),\n cloudMetadata: !item[\"cloudMetadata\"]\n ? item[\"cloudMetadata\"]\n : cloudMetadataSerializer(item[\"cloudMetadata\"]),\n agentUpgrade: !item[\"agentUpgrade\"]\n ? item[\"agentUpgrade\"]\n : agentUpgradeSerializer(item[\"agentUpgrade\"]),\n osProfile: !item[\"osProfile\"] ? item[\"osProfile\"] : osProfileSerializer(item[\"osProfile\"]),\n licenseProfile: !item[\"licenseProfile\"]\n ? item[\"licenseProfile\"]\n : licenseProfileMachineInstanceViewSerializer(item[\"licenseProfile\"]),\n vmId: item[\"vmId\"],\n clientPublicKey: item[\"clientPublicKey\"],\n identityKeyStore: item[\"identityKeyStore\"],\n tpmEkCertificate: item[\"tpmEkCertificate\"],\n osType: item[\"osType\"],\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : machineExtensionInstanceViewArraySerializer(item[\"extensions\"]),\n privateLinkScopeResourceId: item[\"privateLinkScopeResourceId\"],\n parentClusterResourceId: item[\"parentClusterResourceId\"],\n hardwareResourceId: item[\"hardwareResourceId\"],\n mssqlDiscovered: item[\"mssqlDiscovered\"],\n };\n}\n\nexport function _machinePropertiesDeserializer(item: any) {\n return {\n locationData: !item[\"locationData\"]\n ? item[\"locationData\"]\n : locationDataDeserializer(item[\"locationData\"]),\n agentConfiguration: !item[\"agentConfiguration\"]\n ? item[\"agentConfiguration\"]\n : agentConfigurationDeserializer(item[\"agentConfiguration\"]),\n serviceStatuses: !item[\"serviceStatuses\"]\n ? item[\"serviceStatuses\"]\n : serviceStatusesDeserializer(item[\"serviceStatuses\"]),\n hardwareProfile: !item[\"hardwareProfile\"]\n ? item[\"hardwareProfile\"]\n : hardwareProfileDeserializer(item[\"hardwareProfile\"]),\n storageProfile: !item[\"storageProfile\"]\n ? item[\"storageProfile\"]\n : storageProfileDeserializer(item[\"storageProfile\"]),\n firmwareProfile: !item[\"firmwareProfile\"]\n ? item[\"firmwareProfile\"]\n : firmwareProfileDeserializer(item[\"firmwareProfile\"]),\n cloudMetadata: !item[\"cloudMetadata\"]\n ? item[\"cloudMetadata\"]\n : cloudMetadataDeserializer(item[\"cloudMetadata\"]),\n agentUpgrade: !item[\"agentUpgrade\"]\n ? item[\"agentUpgrade\"]\n : agentUpgradeDeserializer(item[\"agentUpgrade\"]),\n osProfile: !item[\"osProfile\"] ? item[\"osProfile\"] : osProfileDeserializer(item[\"osProfile\"]),\n licenseProfile: !item[\"licenseProfile\"]\n ? item[\"licenseProfile\"]\n : licenseProfileMachineInstanceViewDeserializer(item[\"licenseProfile\"]),\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n lastStatusChange: !item[\"lastStatusChange\"]\n ? item[\"lastStatusChange\"]\n : new Date(item[\"lastStatusChange\"]),\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : errorDetailArrayDeserializer(item[\"errorDetails\"]),\n agentVersion: item[\"agentVersion\"],\n vmId: item[\"vmId\"],\n displayName: item[\"displayName\"],\n machineFqdn: item[\"machineFqdn\"],\n clientPublicKey: item[\"clientPublicKey\"],\n identityKeyStore: item[\"identityKeyStore\"],\n tpmEkCertificate: item[\"tpmEkCertificate\"],\n osName: item[\"osName\"],\n osVersion: item[\"osVersion\"],\n osType: item[\"osType\"],\n vmUuid: item[\"vmUuid\"],\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : machineExtensionInstanceViewArrayDeserializer(item[\"extensions\"]),\n osSku: item[\"osSku\"],\n osEdition: item[\"osEdition\"],\n domainName: item[\"domainName\"],\n adFqdn: item[\"adFqdn\"],\n dnsFqdn: item[\"dnsFqdn\"],\n privateLinkScopeResourceId: item[\"privateLinkScopeResourceId\"],\n parentClusterResourceId: item[\"parentClusterResourceId\"],\n hardwareResourceId: item[\"hardwareResourceId\"],\n mssqlDiscovered: item[\"mssqlDiscovered\"],\n detectedProperties: !item[\"detectedProperties\"]\n ? item[\"detectedProperties\"]\n : Object.fromEntries(\n Object.entries(item[\"detectedProperties\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n networkProfile: !item[\"networkProfile\"]\n ? item[\"networkProfile\"]\n : networkProfileDeserializer(item[\"networkProfile\"]),\n };\n}\n\nexport function _machineUpdatePropertiesSerializer(item: MachineUpdate): any {\n return {\n locationData: !item[\"locationData\"]\n ? item[\"locationData\"]\n : locationDataSerializer(item[\"locationData\"]),\n osProfile: !item[\"osProfile\"] ? item[\"osProfile\"] : osProfileSerializer(item[\"osProfile\"]),\n cloudMetadata: !item[\"cloudMetadata\"]\n ? item[\"cloudMetadata\"]\n : cloudMetadataSerializer(item[\"cloudMetadata\"]),\n agentUpgrade: !item[\"agentUpgrade\"]\n ? item[\"agentUpgrade\"]\n : agentUpgradeSerializer(item[\"agentUpgrade\"]),\n parentClusterResourceId: item[\"parentClusterResourceId\"],\n privateLinkScopeResourceId: item[\"privateLinkScopeResourceId\"],\n identityKeyStore: item[\"identityKeyStore\"],\n tpmEkCertificate: item[\"tpmEkCertificate\"],\n };\n}\n\nexport function _licenseProfilePropertiesSoftwareAssuranceSerializer(\n item: LicenseProfileProperties,\n): any {\n return { softwareAssuranceCustomer: item[\"softwareAssuranceCustomer\"] };\n}\n\nexport function _licenseProfilePropertiesSoftwareAssuranceDeserializer(item: any) {\n return {\n softwareAssuranceCustomer: item[\"softwareAssuranceCustomer\"],\n };\n}\n\nexport function _licenseProfilePropertiesEsuProfileSerializer(item: LicenseProfileProperties): any {\n return { assignedLicense: item[\"assignedLicense\"] };\n}\n\nexport function _licenseProfilePropertiesEsuProfileDeserializer(item: any) {\n return {\n serverType: item[\"serverType\"],\n esuEligibility: item[\"esuEligibility\"],\n esuKeyState: item[\"esuKeyState\"],\n assignedLicenseImmutableId: item[\"assignedLicenseImmutableId\"],\n esuKeys: !item[\"esuKeys\"] ? item[\"esuKeys\"] : esuKeyArrayDeserializer(item[\"esuKeys\"]),\n assignedLicense: item[\"assignedLicense\"],\n };\n}\n\nexport function _licenseProfilePropertiesProductProfileSerializer(\n item: LicenseProfileProperties,\n): any {\n return {\n subscriptionStatus: item[\"subscriptionStatus\"],\n productType: item[\"productType\"],\n productFeatures: !item[\"productFeatures\"]\n ? item[\"productFeatures\"]\n : productFeatureArraySerializer(item[\"productFeatures\"]),\n };\n}\n\nexport function _licenseProfilePropertiesProductProfileDeserializer(item: any) {\n return {\n subscriptionStatus: item[\"subscriptionStatus\"],\n productType: item[\"productType\"],\n enrollmentDate: !item[\"enrollmentDate\"]\n ? item[\"enrollmentDate\"]\n : new Date(item[\"enrollmentDate\"]),\n billingStartDate: !item[\"billingStartDate\"]\n ? item[\"billingStartDate\"]\n : new Date(item[\"billingStartDate\"]),\n disenrollmentDate: !item[\"disenrollmentDate\"]\n ? item[\"disenrollmentDate\"]\n : new Date(item[\"disenrollmentDate\"]),\n billingEndDate: !item[\"billingEndDate\"]\n ? item[\"billingEndDate\"]\n : new Date(item[\"billingEndDate\"]),\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n productFeatures: !item[\"productFeatures\"]\n ? item[\"productFeatures\"]\n : productFeatureArrayDeserializer(item[\"productFeatures\"]),\n };\n}\n\nexport function _licenseProfilePropertiesSerializer(item: LicenseProfile): any {\n return {\n softwareAssurance: !item[\"softwareAssurance\"]\n ? item[\"softwareAssurance\"]\n : licenseProfilePropertiesSoftwareAssuranceSerializer(item[\"softwareAssurance\"]),\n esuProfile: !item[\"esuProfile\"]\n ? item[\"esuProfile\"]\n : licenseProfileArmEsuPropertiesSerializer(item[\"esuProfile\"]),\n productProfile: !item[\"productProfile\"]\n ? item[\"productProfile\"]\n : licenseProfileArmProductProfilePropertiesSerializer(item[\"productProfile\"]),\n };\n}\n\nexport function _licenseProfilePropertiesDeserializer(item: any) {\n return {\n softwareAssurance: !item[\"softwareAssurance\"]\n ? item[\"softwareAssurance\"]\n : licenseProfilePropertiesSoftwareAssuranceDeserializer(item[\"softwareAssurance\"]),\n esuProfile: !item[\"esuProfile\"]\n ? item[\"esuProfile\"]\n : licenseProfileArmEsuPropertiesDeserializer(item[\"esuProfile\"]),\n productProfile: !item[\"productProfile\"]\n ? item[\"productProfile\"]\n : licenseProfileArmProductProfilePropertiesDeserializer(item[\"productProfile\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _licenseProfileUpdatePropertiesSoftwareAssuranceSerializer(\n item: LicenseProfileUpdateProperties,\n): any {\n return { softwareAssuranceCustomer: item[\"softwareAssuranceCustomer\"] };\n}\n\nexport function _licenseProfileUpdatePropertiesEsuProfileSerializer(\n item: LicenseProfileUpdateProperties,\n): any {\n return { assignedLicense: item[\"assignedLicense\"] };\n}\n\nexport function _licenseProfileUpdatePropertiesProductProfileSerializer(\n item: LicenseProfileUpdateProperties,\n): any {\n return {\n subscriptionStatus: item[\"subscriptionStatus\"],\n productType: item[\"productType\"],\n productFeatures: !item[\"productFeatures\"]\n ? item[\"productFeatures\"]\n : productFeatureUpdateArraySerializer(item[\"productFeatures\"]),\n };\n}\n\nexport function _licenseProfileUpdatePropertiesSerializer(item: LicenseProfileUpdate): any {\n return {\n softwareAssurance: !item[\"softwareAssurance\"]\n ? item[\"softwareAssurance\"]\n : licenseProfileUpdatePropertiesSoftwareAssuranceSerializer(item[\"softwareAssurance\"]),\n esuProfile: !item[\"esuProfile\"]\n ? item[\"esuProfile\"]\n : esuProfileUpdatePropertiesSerializer(item[\"esuProfile\"]),\n productProfile: !item[\"productProfile\"]\n ? item[\"productProfile\"]\n : productProfileUpdatePropertiesSerializer(item[\"productProfile\"]),\n };\n}\n\nexport function _machineExtensionUpdatePropertiesSerializer(item: MachineExtensionUpdate): any {\n return {\n forceUpdateTag: item[\"forceUpdateTag\"],\n publisher: item[\"publisher\"],\n type: item[\"type\"],\n typeHandlerVersion: item[\"typeHandlerVersion\"],\n enableAutomaticUpgrade: item[\"enableAutomaticUpgrade\"],\n autoUpgradeMinorVersion: item[\"autoUpgradeMinorVersion\"],\n settings: item[\"settings\"],\n protectedSettings: item[\"protectedSettings\"],\n };\n}\n\nexport function _machineRunCommandPropertiesSerializer(item: MachineRunCommand): any {\n return {\n source: !item[\"source\"]\n ? item[\"source\"]\n : machineRunCommandScriptSourceSerializer(item[\"source\"]),\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : runCommandInputParameterArraySerializer(item[\"parameters\"]),\n protectedParameters: !item[\"protectedParameters\"]\n ? item[\"protectedParameters\"]\n : runCommandInputParameterArraySerializer(item[\"protectedParameters\"]),\n asyncExecution: item[\"asyncExecution\"],\n runAsUser: item[\"runAsUser\"],\n runAsPassword: item[\"runAsPassword\"],\n timeoutInSeconds: item[\"timeoutInSeconds\"],\n outputBlobUri: item[\"outputBlobUri\"],\n errorBlobUri: item[\"errorBlobUri\"],\n outputBlobManagedIdentity: !item[\"outputBlobManagedIdentity\"]\n ? item[\"outputBlobManagedIdentity\"]\n : runCommandManagedIdentitySerializer(item[\"outputBlobManagedIdentity\"]),\n errorBlobManagedIdentity: !item[\"errorBlobManagedIdentity\"]\n ? item[\"errorBlobManagedIdentity\"]\n : runCommandManagedIdentitySerializer(item[\"errorBlobManagedIdentity\"]),\n };\n}\n\nexport function _machineRunCommandPropertiesDeserializer(item: any) {\n return {\n source: !item[\"source\"]\n ? item[\"source\"]\n : machineRunCommandScriptSourceDeserializer(item[\"source\"]),\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : runCommandInputParameterArrayDeserializer(item[\"parameters\"]),\n protectedParameters: !item[\"protectedParameters\"]\n ? item[\"protectedParameters\"]\n : runCommandInputParameterArrayDeserializer(item[\"protectedParameters\"]),\n asyncExecution: item[\"asyncExecution\"],\n runAsUser: item[\"runAsUser\"],\n runAsPassword: item[\"runAsPassword\"],\n timeoutInSeconds: item[\"timeoutInSeconds\"],\n outputBlobUri: item[\"outputBlobUri\"],\n errorBlobUri: item[\"errorBlobUri\"],\n outputBlobManagedIdentity: !item[\"outputBlobManagedIdentity\"]\n ? item[\"outputBlobManagedIdentity\"]\n : runCommandManagedIdentityDeserializer(item[\"outputBlobManagedIdentity\"]),\n errorBlobManagedIdentity: !item[\"errorBlobManagedIdentity\"]\n ? item[\"errorBlobManagedIdentity\"]\n : runCommandManagedIdentityDeserializer(item[\"errorBlobManagedIdentity\"]),\n provisioningState: item[\"provisioningState\"],\n instanceView: !item[\"instanceView\"]\n ? item[\"instanceView\"]\n : machineRunCommandInstanceViewDeserializer(item[\"instanceView\"]),\n };\n}\n\nexport function _gatewayPropertiesSerializer(item: Gateway): any {\n return {\n gatewayType: item[\"gatewayType\"],\n allowedFeatures: !item[\"allowedFeatures\"]\n ? item[\"allowedFeatures\"]\n : item[\"allowedFeatures\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _gatewayPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n gatewayId: item[\"gatewayId\"],\n gatewayType: item[\"gatewayType\"],\n gatewayEndpoint: item[\"gatewayEndpoint\"],\n allowedFeatures: !item[\"allowedFeatures\"]\n ? item[\"allowedFeatures\"]\n : item[\"allowedFeatures\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _gatewayUpdatePropertiesSerializer(item: GatewayUpdate): any {\n return {\n allowedFeatures: !item[\"allowedFeatures\"]\n ? item[\"allowedFeatures\"]\n : item[\"allowedFeatures\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _accessRulePropertiesDeserializer(item: any) {\n return {\n direction: item[\"direction\"],\n addressPrefixes: !item[\"addressPrefixes\"]\n ? item[\"addressPrefixes\"]\n : item[\"addressPrefixes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _provisioningIssuePropertiesDeserializer(item: any) {\n return {\n issueType: item[\"issueType\"],\n severity: item[\"severity\"],\n description: item[\"description\"],\n suggestedResourceIds: !item[\"suggestedResourceIds\"]\n ? item[\"suggestedResourceIds\"]\n : item[\"suggestedResourceIds\"].map((p: any) => {\n return p;\n }),\n suggestedAccessRules: !item[\"suggestedAccessRules\"]\n ? item[\"suggestedAccessRules\"]\n : accessRuleArrayDeserializer(item[\"suggestedAccessRules\"]),\n };\n}\n\nexport function _networkSecurityPerimeterConfigurationPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n provisioningIssues: !item[\"provisioningIssues\"]\n ? item[\"provisioningIssues\"]\n : provisioningIssueArrayDeserializer(item[\"provisioningIssues\"]),\n networkSecurityPerimeter: !item[\"networkSecurityPerimeter\"]\n ? item[\"networkSecurityPerimeter\"]\n : networkSecurityPerimeterDeserializer(item[\"networkSecurityPerimeter\"]),\n resourceAssociation: !item[\"resourceAssociation\"]\n ? item[\"resourceAssociation\"]\n : resourceAssociationDeserializer(item[\"resourceAssociation\"]),\n profile: !item[\"profile\"]\n ? item[\"profile\"]\n : networkSecurityPerimeterProfileDeserializer(item[\"profile\"]),\n };\n}\n\nexport function _extensionValuePropertiesDeserializer(item: any) {\n return {\n version: item[\"version\"],\n extensionType: item[\"extensionType\"],\n publisher: item[\"publisher\"],\n };\n}\n\nexport function _extensionValueV2PropertiesDeserializer(item: any) {\n return {\n version: item[\"version\"],\n extensionType: item[\"extensionType\"],\n publisher: item[\"publisher\"],\n extensionUris: !item[\"extensionUris\"]\n ? item[\"extensionUris\"]\n : item[\"extensionUris\"].map((p: any) => {\n return p;\n }),\n extensionSignatureUri: item[\"extensionSignatureUri\"],\n operatingSystem: item[\"operatingSystem\"],\n architecture: !item[\"architecture\"]\n ? item[\"architecture\"]\n : item[\"architecture\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _settingsPropertiesGatewayPropertiesSerializer(item: SettingsProperties): any {\n return { gatewayResourceId: item[\"gatewayResourceId\"] };\n}\n\nexport function _settingsPropertiesGatewayPropertiesDeserializer(item: any) {\n return {\n gatewayResourceId: item[\"gatewayResourceId\"],\n };\n}\n\nexport function _settingsPropertiesSerializer(item: Settings): any {\n return {\n gatewayProperties: !item[\"gatewayProperties\"]\n ? item[\"gatewayProperties\"]\n : settingsGatewayPropertiesSerializer(item[\"gatewayProperties\"]),\n };\n}\n\nexport function _settingsPropertiesDeserializer(item: any) {\n return {\n tenantId: item[\"tenantId\"],\n gatewayProperties: !item[\"gatewayProperties\"]\n ? item[\"gatewayProperties\"]\n : settingsGatewayPropertiesDeserializer(item[\"gatewayProperties\"]),\n };\n}\n"]}