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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1107) hide show
  1. package/CHANGELOG.md +127 -0
  2. package/LICENSE +3 -3
  3. package/README.md +24 -18
  4. package/dist/browser/hybridComputeManagementClient.d.ts +70 -0
  5. package/dist/browser/hybridComputeManagementClient.d.ts.map +1 -0
  6. package/dist/browser/hybridComputeManagementClient.js +285 -0
  7. package/dist/browser/hybridComputeManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.d.ts.map +1 -0
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/dist/browser/models/index.d.ts +3482 -0
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/dist/browser/models/index.js +450 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/dist/browser/models/mappers.d.ts +140 -0
  19. package/dist/browser/models/mappers.d.ts.map +1 -0
  20. package/dist/browser/models/mappers.js +4751 -0
  21. package/dist/browser/models/mappers.js.map +1 -0
  22. package/dist/browser/models/parameters.d.ts +51 -0
  23. package/dist/browser/models/parameters.d.ts.map +1 -0
  24. package/dist/browser/models/parameters.js +456 -0
  25. package/dist/browser/models/parameters.js.map +1 -0
  26. package/dist/browser/operations/extensionMetadata.d.ts +41 -0
  27. package/dist/browser/operations/extensionMetadata.d.ts.map +1 -0
  28. package/dist/browser/operations/extensionMetadata.js +142 -0
  29. package/dist/browser/operations/extensionMetadata.js.map +1 -0
  30. package/dist/browser/operations/extensionMetadataV2.d.ts +50 -0
  31. package/dist/browser/operations/extensionMetadataV2.d.ts.map +1 -0
  32. package/dist/browser/operations/extensionMetadataV2.js +186 -0
  33. package/dist/browser/operations/extensionMetadataV2.js.map +1 -0
  34. package/dist/browser/operations/extensionPublisherOperations.d.ts +35 -0
  35. package/dist/browser/operations/extensionPublisherOperations.d.ts.map +1 -0
  36. package/dist/browser/operations/extensionPublisherOperations.js +136 -0
  37. package/dist/browser/operations/extensionPublisherOperations.js.map +1 -0
  38. package/dist/browser/operations/extensionTypeOperations.d.ts +38 -0
  39. package/dist/browser/operations/extensionTypeOperations.d.ts.map +1 -0
  40. package/dist/browser/operations/extensionTypeOperations.js +144 -0
  41. package/dist/browser/operations/extensionTypeOperations.js.map +1 -0
  42. package/dist/browser/operations/gateways.d.ts +99 -0
  43. package/dist/browser/operations/gateways.d.ts.map +1 -0
  44. package/dist/browser/operations/gateways.js +487 -0
  45. package/dist/browser/operations/gateways.js.map +1 -0
  46. package/dist/browser/operations/index.d.ts +18 -0
  47. package/dist/browser/operations/index.d.ts.map +1 -0
  48. package/dist/browser/operations/index.js +25 -0
  49. package/dist/browser/operations/index.js.map +1 -0
  50. package/dist/browser/operations/licenseProfiles.d.ts +92 -0
  51. package/dist/browser/operations/licenseProfiles.d.ts.map +1 -0
  52. package/dist/browser/operations/licenseProfiles.js +437 -0
  53. package/dist/browser/operations/licenseProfiles.js.map +1 -0
  54. package/dist/browser/operations/licenses.d.ts +119 -0
  55. package/dist/browser/operations/licenses.d.ts.map +1 -0
  56. package/dist/browser/operations/licenses.js +607 -0
  57. package/dist/browser/operations/licenses.js.map +1 -0
  58. package/dist/browser/operations/machineExtensions.d.ts +99 -0
  59. package/dist/browser/operations/machineExtensions.d.ts.map +1 -0
  60. package/dist/browser/operations/machineExtensions.js +448 -0
  61. package/dist/browser/operations/machineExtensions.js.map +1 -0
  62. package/dist/browser/operations/machineRunCommands.d.ts +81 -0
  63. package/dist/browser/operations/machineRunCommands.d.ts.map +1 -0
  64. package/dist/browser/operations/machineRunCommands.js +364 -0
  65. package/dist/browser/operations/machineRunCommands.js.map +1 -0
  66. package/dist/browser/operations/machines.d.ts +109 -0
  67. package/dist/browser/operations/machines.d.ts.map +1 -0
  68. package/dist/browser/operations/machines.js +541 -0
  69. package/dist/browser/operations/machines.js.map +1 -0
  70. package/dist/browser/operations/networkProfileOperations.d.ts +20 -0
  71. package/dist/browser/operations/networkProfileOperations.d.ts.map +1 -0
  72. package/dist/browser/operations/networkProfileOperations.js +53 -0
  73. package/dist/browser/operations/networkProfileOperations.js.map +1 -0
  74. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  75. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  76. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +271 -0
  77. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  78. package/dist/browser/operations/operations.d.ts +26 -0
  79. package/dist/browser/operations/operations.d.ts.map +1 -0
  80. package/dist/browser/operations/operations.js +96 -0
  81. package/dist/browser/operations/operations.js.map +1 -0
  82. package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
  83. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  84. package/dist/browser/operations/privateEndpointConnections.js +359 -0
  85. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  86. package/dist/browser/operations/privateLinkResources.d.ts +46 -0
  87. package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
  88. package/dist/browser/operations/privateLinkResources.js +182 -0
  89. package/dist/browser/operations/privateLinkResources.js.map +1 -0
  90. package/dist/browser/operations/privateLinkScopes.d.ts +108 -0
  91. package/dist/browser/operations/privateLinkScopes.d.ts.map +1 -0
  92. package/dist/browser/operations/privateLinkScopes.js +493 -0
  93. package/dist/browser/operations/privateLinkScopes.js.map +1 -0
  94. package/dist/browser/operations/settingsOperations.d.ts +45 -0
  95. package/dist/browser/operations/settingsOperations.d.ts.map +1 -0
  96. package/dist/browser/operations/settingsOperations.js +163 -0
  97. package/dist/browser/operations/settingsOperations.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/extensionMetadata.d.ts +23 -0
  99. package/dist/browser/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/extensionMetadata.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  102. package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/extensionMetadataV2.js +9 -0
  104. package/dist/browser/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  105. package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  106. package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  107. package/dist/browser/operationsInterfaces/extensionPublisherOperations.js +9 -0
  108. package/dist/browser/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  109. package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  110. package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  111. package/dist/browser/operationsInterfaces/extensionTypeOperations.js +9 -0
  112. package/dist/browser/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  113. package/dist/browser/operationsInterfaces/gateways.d.ts +63 -0
  114. package/dist/browser/operationsInterfaces/gateways.d.ts.map +1 -0
  115. package/dist/browser/operationsInterfaces/gateways.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/index.d.ts +18 -0
  117. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/index.js +25 -0
  119. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/licenseProfiles.d.ts +67 -0
  121. package/dist/browser/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/licenseProfiles.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/licenses.d.ts +83 -0
  124. package/dist/browser/operationsInterfaces/licenses.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/licenses.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/machineExtensions.d.ts +74 -0
  127. package/dist/browser/operationsInterfaces/machineExtensions.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/machineExtensions.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/machineRunCommands.d.ts +56 -0
  130. package/dist/browser/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/machineRunCommands.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/machines.d.ts +71 -0
  133. package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/machines.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts +12 -0
  136. package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/networkProfileOperations.js.map +1 -0
  138. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  139. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  140. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  141. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  142. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  143. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  144. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  145. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  146. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  147. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +21 -0
  148. package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  149. package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
  150. package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +72 -0
  151. package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  152. package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +1 -0
  153. package/dist/browser/operationsInterfaces/settingsOperations.d.ts +37 -0
  154. package/dist/browser/operationsInterfaces/settingsOperations.d.ts.map +1 -0
  155. package/dist/browser/operationsInterfaces/settingsOperations.js.map +1 -0
  156. package/dist/browser/package.json +3 -0
  157. package/dist/browser/pagingHelper.js.map +1 -0
  158. package/dist/commonjs/hybridComputeManagementClient.d.ts +70 -0
  159. package/dist/commonjs/hybridComputeManagementClient.d.ts.map +1 -0
  160. package/dist/commonjs/hybridComputeManagementClient.js +290 -0
  161. package/dist/commonjs/hybridComputeManagementClient.js.map +1 -0
  162. package/dist/commonjs/index.d.ts +5 -0
  163. package/dist/commonjs/index.d.ts.map +1 -0
  164. package/dist/commonjs/index.js +19 -0
  165. package/dist/commonjs/index.js.map +1 -0
  166. package/dist/commonjs/lroImpl.d.ts +11 -0
  167. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  168. package/dist/commonjs/lroImpl.js +24 -0
  169. package/dist/commonjs/lroImpl.js.map +1 -0
  170. package/dist/commonjs/models/index.d.ts +3482 -0
  171. package/dist/commonjs/models/index.d.ts.map +1 -0
  172. package/dist/commonjs/models/index.js +453 -0
  173. package/dist/commonjs/models/index.js.map +1 -0
  174. package/dist/commonjs/models/mappers.d.ts +140 -0
  175. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  176. package/dist/commonjs/models/mappers.js +4756 -0
  177. package/dist/commonjs/models/mappers.js.map +1 -0
  178. package/dist/commonjs/models/parameters.d.ts +51 -0
  179. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  180. package/dist/commonjs/models/parameters.js +459 -0
  181. package/dist/commonjs/models/parameters.js.map +1 -0
  182. package/dist/commonjs/operations/extensionMetadata.d.ts +41 -0
  183. package/dist/commonjs/operations/extensionMetadata.d.ts.map +1 -0
  184. package/dist/commonjs/operations/extensionMetadata.js +146 -0
  185. package/dist/commonjs/operations/extensionMetadata.js.map +1 -0
  186. package/dist/commonjs/operations/extensionMetadataV2.d.ts +50 -0
  187. package/dist/commonjs/operations/extensionMetadataV2.d.ts.map +1 -0
  188. package/dist/commonjs/operations/extensionMetadataV2.js +190 -0
  189. package/dist/commonjs/operations/extensionMetadataV2.js.map +1 -0
  190. package/dist/commonjs/operations/extensionPublisherOperations.d.ts +35 -0
  191. package/dist/commonjs/operations/extensionPublisherOperations.d.ts.map +1 -0
  192. package/dist/commonjs/operations/extensionPublisherOperations.js +140 -0
  193. package/dist/commonjs/operations/extensionPublisherOperations.js.map +1 -0
  194. package/dist/commonjs/operations/extensionTypeOperations.d.ts +38 -0
  195. package/dist/commonjs/operations/extensionTypeOperations.d.ts.map +1 -0
  196. package/dist/commonjs/operations/extensionTypeOperations.js +148 -0
  197. package/dist/commonjs/operations/extensionTypeOperations.js.map +1 -0
  198. package/dist/commonjs/operations/gateways.d.ts +99 -0
  199. package/dist/commonjs/operations/gateways.d.ts.map +1 -0
  200. package/dist/commonjs/operations/gateways.js +491 -0
  201. package/dist/commonjs/operations/gateways.js.map +1 -0
  202. package/dist/commonjs/operations/index.d.ts +18 -0
  203. package/dist/commonjs/operations/index.d.ts.map +1 -0
  204. package/dist/commonjs/operations/index.js +28 -0
  205. package/dist/commonjs/operations/index.js.map +1 -0
  206. package/dist/commonjs/operations/licenseProfiles.d.ts +92 -0
  207. package/dist/commonjs/operations/licenseProfiles.d.ts.map +1 -0
  208. package/dist/commonjs/operations/licenseProfiles.js +441 -0
  209. package/dist/commonjs/operations/licenseProfiles.js.map +1 -0
  210. package/dist/commonjs/operations/licenses.d.ts +119 -0
  211. package/dist/commonjs/operations/licenses.d.ts.map +1 -0
  212. package/dist/commonjs/operations/licenses.js +611 -0
  213. package/dist/commonjs/operations/licenses.js.map +1 -0
  214. package/dist/commonjs/operations/machineExtensions.d.ts +99 -0
  215. package/dist/commonjs/operations/machineExtensions.d.ts.map +1 -0
  216. package/dist/commonjs/operations/machineExtensions.js +452 -0
  217. package/dist/commonjs/operations/machineExtensions.js.map +1 -0
  218. package/dist/commonjs/operations/machineRunCommands.d.ts +81 -0
  219. package/dist/commonjs/operations/machineRunCommands.d.ts.map +1 -0
  220. package/dist/commonjs/operations/machineRunCommands.js +368 -0
  221. package/dist/commonjs/operations/machineRunCommands.js.map +1 -0
  222. package/dist/commonjs/operations/machines.d.ts +109 -0
  223. package/dist/commonjs/operations/machines.d.ts.map +1 -0
  224. package/dist/commonjs/operations/machines.js +545 -0
  225. package/dist/commonjs/operations/machines.js.map +1 -0
  226. package/dist/commonjs/operations/networkProfileOperations.d.ts +20 -0
  227. package/dist/commonjs/operations/networkProfileOperations.d.ts.map +1 -0
  228. package/dist/commonjs/operations/networkProfileOperations.js +58 -0
  229. package/dist/commonjs/operations/networkProfileOperations.js.map +1 -0
  230. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  231. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  232. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +275 -0
  233. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  234. package/dist/commonjs/operations/operations.d.ts +26 -0
  235. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  236. package/dist/commonjs/operations/operations.js +100 -0
  237. package/dist/commonjs/operations/operations.js.map +1 -0
  238. package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
  239. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  240. package/dist/commonjs/operations/privateEndpointConnections.js +363 -0
  241. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  242. package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
  243. package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
  244. package/dist/commonjs/operations/privateLinkResources.js +186 -0
  245. package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
  246. package/dist/commonjs/operations/privateLinkScopes.d.ts +108 -0
  247. package/dist/commonjs/operations/privateLinkScopes.d.ts.map +1 -0
  248. package/dist/commonjs/operations/privateLinkScopes.js +497 -0
  249. package/dist/commonjs/operations/privateLinkScopes.js.map +1 -0
  250. package/dist/commonjs/operations/settingsOperations.d.ts +45 -0
  251. package/dist/commonjs/operations/settingsOperations.d.ts.map +1 -0
  252. package/dist/commonjs/operations/settingsOperations.js +168 -0
  253. package/dist/commonjs/operations/settingsOperations.js.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts +23 -0
  255. package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/extensionMetadata.js +10 -0
  257. package/dist/commonjs/operationsInterfaces/extensionMetadata.js.map +1 -0
  258. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  259. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  260. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js +10 -0
  261. package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  262. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  263. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  264. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js +10 -0
  265. package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  266. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  267. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  268. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js +10 -0
  269. package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  270. package/dist/commonjs/operationsInterfaces/gateways.d.ts +63 -0
  271. package/dist/commonjs/operationsInterfaces/gateways.d.ts.map +1 -0
  272. package/dist/commonjs/operationsInterfaces/gateways.js +10 -0
  273. package/dist/commonjs/operationsInterfaces/gateways.js.map +1 -0
  274. package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
  275. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  276. package/dist/commonjs/operationsInterfaces/index.js +28 -0
  277. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  278. package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts +67 -0
  279. package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
  280. package/dist/commonjs/operationsInterfaces/licenseProfiles.js +10 -0
  281. package/dist/commonjs/operationsInterfaces/licenseProfiles.js.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/licenses.d.ts +83 -0
  283. package/dist/commonjs/operationsInterfaces/licenses.d.ts.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/licenses.js +10 -0
  285. package/dist/commonjs/operationsInterfaces/licenses.js.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts +74 -0
  287. package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts.map +1 -0
  288. package/dist/commonjs/operationsInterfaces/machineExtensions.js +10 -0
  289. package/dist/commonjs/operationsInterfaces/machineExtensions.js.map +1 -0
  290. package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts +56 -0
  291. package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
  292. package/dist/commonjs/operationsInterfaces/machineRunCommands.js +10 -0
  293. package/dist/commonjs/operationsInterfaces/machineRunCommands.js.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/machines.d.ts +71 -0
  295. package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/machines.js +10 -0
  297. package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
  298. package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts +12 -0
  299. package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
  300. package/dist/commonjs/operationsInterfaces/networkProfileOperations.js +10 -0
  301. package/dist/commonjs/operationsInterfaces/networkProfileOperations.js.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  303. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
  305. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  306. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  307. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  308. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  309. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  310. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  311. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  312. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  313. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  314. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
  315. package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  316. package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
  317. package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
  318. package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +72 -0
  319. package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  320. package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +10 -0
  321. package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +1 -0
  322. package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts +37 -0
  323. package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts.map +1 -0
  324. package/dist/commonjs/operationsInterfaces/settingsOperations.js +10 -0
  325. package/dist/commonjs/operationsInterfaces/settingsOperations.js.map +1 -0
  326. package/dist/commonjs/package.json +3 -0
  327. package/dist/commonjs/pagingHelper.d.ts +13 -0
  328. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  329. package/dist/commonjs/pagingHelper.js +36 -0
  330. package/dist/commonjs/pagingHelper.js.map +1 -0
  331. package/dist/commonjs/tsdoc-metadata.json +11 -0
  332. package/dist/esm/hybridComputeManagementClient.d.ts +70 -0
  333. package/dist/esm/hybridComputeManagementClient.d.ts.map +1 -0
  334. package/dist/esm/hybridComputeManagementClient.js +285 -0
  335. package/dist/esm/hybridComputeManagementClient.js.map +1 -0
  336. package/dist/esm/index.d.ts +5 -0
  337. package/dist/esm/index.d.ts.map +1 -0
  338. package/dist/esm/index.js +13 -0
  339. package/dist/esm/index.js.map +1 -0
  340. package/dist/esm/lroImpl.d.ts +11 -0
  341. package/dist/esm/lroImpl.d.ts.map +1 -0
  342. package/dist/esm/lroImpl.js +21 -0
  343. package/dist/esm/lroImpl.js.map +1 -0
  344. package/dist/esm/models/index.d.ts +3482 -0
  345. package/dist/esm/models/index.d.ts.map +1 -0
  346. package/dist/esm/models/index.js +450 -0
  347. package/dist/esm/models/index.js.map +1 -0
  348. package/dist/esm/models/mappers.d.ts +140 -0
  349. package/dist/esm/models/mappers.d.ts.map +1 -0
  350. package/dist/esm/models/mappers.js +4751 -0
  351. package/dist/esm/models/mappers.js.map +1 -0
  352. package/dist/esm/models/parameters.d.ts +51 -0
  353. package/dist/esm/models/parameters.d.ts.map +1 -0
  354. package/dist/esm/models/parameters.js +456 -0
  355. package/dist/esm/models/parameters.js.map +1 -0
  356. package/dist/esm/operations/extensionMetadata.d.ts +41 -0
  357. package/dist/esm/operations/extensionMetadata.d.ts.map +1 -0
  358. package/dist/esm/operations/extensionMetadata.js +142 -0
  359. package/dist/esm/operations/extensionMetadata.js.map +1 -0
  360. package/dist/esm/operations/extensionMetadataV2.d.ts +50 -0
  361. package/dist/esm/operations/extensionMetadataV2.d.ts.map +1 -0
  362. package/dist/esm/operations/extensionMetadataV2.js +186 -0
  363. package/dist/esm/operations/extensionMetadataV2.js.map +1 -0
  364. package/dist/esm/operations/extensionPublisherOperations.d.ts +35 -0
  365. package/dist/esm/operations/extensionPublisherOperations.d.ts.map +1 -0
  366. package/dist/esm/operations/extensionPublisherOperations.js +136 -0
  367. package/dist/esm/operations/extensionPublisherOperations.js.map +1 -0
  368. package/dist/esm/operations/extensionTypeOperations.d.ts +38 -0
  369. package/dist/esm/operations/extensionTypeOperations.d.ts.map +1 -0
  370. package/dist/esm/operations/extensionTypeOperations.js +144 -0
  371. package/dist/esm/operations/extensionTypeOperations.js.map +1 -0
  372. package/dist/esm/operations/gateways.d.ts +99 -0
  373. package/dist/esm/operations/gateways.d.ts.map +1 -0
  374. package/dist/esm/operations/gateways.js +487 -0
  375. package/dist/esm/operations/gateways.js.map +1 -0
  376. package/dist/esm/operations/index.d.ts +18 -0
  377. package/dist/esm/operations/index.d.ts.map +1 -0
  378. package/dist/esm/operations/index.js +25 -0
  379. package/dist/esm/operations/index.js.map +1 -0
  380. package/dist/esm/operations/licenseProfiles.d.ts +92 -0
  381. package/dist/esm/operations/licenseProfiles.d.ts.map +1 -0
  382. package/dist/esm/operations/licenseProfiles.js +437 -0
  383. package/dist/esm/operations/licenseProfiles.js.map +1 -0
  384. package/dist/esm/operations/licenses.d.ts +119 -0
  385. package/dist/esm/operations/licenses.d.ts.map +1 -0
  386. package/dist/esm/operations/licenses.js +607 -0
  387. package/dist/esm/operations/licenses.js.map +1 -0
  388. package/dist/esm/operations/machineExtensions.d.ts +99 -0
  389. package/dist/esm/operations/machineExtensions.d.ts.map +1 -0
  390. package/dist/esm/operations/machineExtensions.js +448 -0
  391. package/dist/esm/operations/machineExtensions.js.map +1 -0
  392. package/dist/esm/operations/machineRunCommands.d.ts +81 -0
  393. package/dist/esm/operations/machineRunCommands.d.ts.map +1 -0
  394. package/dist/esm/operations/machineRunCommands.js +364 -0
  395. package/dist/esm/operations/machineRunCommands.js.map +1 -0
  396. package/dist/esm/operations/machines.d.ts +109 -0
  397. package/dist/esm/operations/machines.d.ts.map +1 -0
  398. package/dist/esm/operations/machines.js +541 -0
  399. package/dist/esm/operations/machines.js.map +1 -0
  400. package/dist/esm/operations/networkProfileOperations.d.ts +20 -0
  401. package/dist/esm/operations/networkProfileOperations.d.ts.map +1 -0
  402. package/dist/esm/operations/networkProfileOperations.js +53 -0
  403. package/dist/esm/operations/networkProfileOperations.js.map +1 -0
  404. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  405. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  406. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +271 -0
  407. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  408. package/dist/esm/operations/operations.d.ts +26 -0
  409. package/dist/esm/operations/operations.d.ts.map +1 -0
  410. package/dist/esm/operations/operations.js +96 -0
  411. package/dist/esm/operations/operations.js.map +1 -0
  412. package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
  413. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  414. package/dist/esm/operations/privateEndpointConnections.js +359 -0
  415. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  416. package/dist/esm/operations/privateLinkResources.d.ts +46 -0
  417. package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
  418. package/dist/esm/operations/privateLinkResources.js +182 -0
  419. package/dist/esm/operations/privateLinkResources.js.map +1 -0
  420. package/dist/esm/operations/privateLinkScopes.d.ts +108 -0
  421. package/dist/esm/operations/privateLinkScopes.d.ts.map +1 -0
  422. package/dist/esm/operations/privateLinkScopes.js +493 -0
  423. package/dist/esm/operations/privateLinkScopes.js.map +1 -0
  424. package/dist/esm/operations/settingsOperations.d.ts +45 -0
  425. package/dist/esm/operations/settingsOperations.d.ts.map +1 -0
  426. package/dist/esm/operations/settingsOperations.js +163 -0
  427. package/dist/esm/operations/settingsOperations.js.map +1 -0
  428. package/dist/esm/operationsInterfaces/extensionMetadata.d.ts +23 -0
  429. package/dist/esm/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
  430. package/dist/esm/operationsInterfaces/extensionMetadata.js +9 -0
  431. package/dist/esm/operationsInterfaces/extensionMetadata.js.map +1 -0
  432. package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  433. package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  434. package/dist/esm/operationsInterfaces/extensionMetadataV2.js +9 -0
  435. package/dist/esm/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  436. package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  437. package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  438. package/dist/esm/operationsInterfaces/extensionPublisherOperations.js +9 -0
  439. package/dist/esm/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  440. package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  441. package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  442. package/dist/esm/operationsInterfaces/extensionTypeOperations.js +9 -0
  443. package/dist/esm/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  444. package/dist/esm/operationsInterfaces/gateways.d.ts +63 -0
  445. package/dist/esm/operationsInterfaces/gateways.d.ts.map +1 -0
  446. package/dist/esm/operationsInterfaces/gateways.js +9 -0
  447. package/dist/esm/operationsInterfaces/gateways.js.map +1 -0
  448. package/dist/esm/operationsInterfaces/index.d.ts +18 -0
  449. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  450. package/dist/esm/operationsInterfaces/index.js +25 -0
  451. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  452. package/dist/esm/operationsInterfaces/licenseProfiles.d.ts +67 -0
  453. package/dist/esm/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
  454. package/dist/esm/operationsInterfaces/licenseProfiles.js +9 -0
  455. package/dist/esm/operationsInterfaces/licenseProfiles.js.map +1 -0
  456. package/dist/esm/operationsInterfaces/licenses.d.ts +83 -0
  457. package/dist/esm/operationsInterfaces/licenses.d.ts.map +1 -0
  458. package/dist/esm/operationsInterfaces/licenses.js +9 -0
  459. package/dist/esm/operationsInterfaces/licenses.js.map +1 -0
  460. package/dist/esm/operationsInterfaces/machineExtensions.d.ts +74 -0
  461. package/dist/esm/operationsInterfaces/machineExtensions.d.ts.map +1 -0
  462. package/dist/esm/operationsInterfaces/machineExtensions.js +9 -0
  463. package/dist/esm/operationsInterfaces/machineExtensions.js.map +1 -0
  464. package/dist/esm/operationsInterfaces/machineRunCommands.d.ts +56 -0
  465. package/dist/esm/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
  466. package/dist/esm/operationsInterfaces/machineRunCommands.js +9 -0
  467. package/dist/esm/operationsInterfaces/machineRunCommands.js.map +1 -0
  468. package/dist/esm/operationsInterfaces/machines.d.ts +71 -0
  469. package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
  470. package/dist/esm/operationsInterfaces/machines.js +9 -0
  471. package/dist/esm/operationsInterfaces/machines.js.map +1 -0
  472. package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts +12 -0
  473. package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
  474. package/dist/esm/operationsInterfaces/networkProfileOperations.js +9 -0
  475. package/dist/esm/operationsInterfaces/networkProfileOperations.js.map +1 -0
  476. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  477. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  478. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  479. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  480. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  481. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  482. package/dist/esm/operationsInterfaces/operations.js +9 -0
  483. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  484. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  485. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  486. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  487. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  488. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
  489. package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  490. package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
  491. package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
  492. package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +72 -0
  493. package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  494. package/dist/esm/operationsInterfaces/privateLinkScopes.js +9 -0
  495. package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +1 -0
  496. package/dist/esm/operationsInterfaces/settingsOperations.d.ts +37 -0
  497. package/dist/esm/operationsInterfaces/settingsOperations.d.ts.map +1 -0
  498. package/dist/esm/operationsInterfaces/settingsOperations.js +9 -0
  499. package/dist/esm/operationsInterfaces/settingsOperations.js.map +1 -0
  500. package/dist/esm/package.json +3 -0
  501. package/dist/esm/pagingHelper.d.ts +13 -0
  502. package/dist/esm/pagingHelper.d.ts.map +1 -0
  503. package/dist/esm/pagingHelper.js +32 -0
  504. package/dist/esm/pagingHelper.js.map +1 -0
  505. package/dist/react-native/hybridComputeManagementClient.d.ts +70 -0
  506. package/dist/react-native/hybridComputeManagementClient.d.ts.map +1 -0
  507. package/dist/react-native/hybridComputeManagementClient.js +285 -0
  508. package/dist/react-native/hybridComputeManagementClient.js.map +1 -0
  509. package/dist/react-native/index.d.ts +5 -0
  510. package/dist/react-native/index.d.ts.map +1 -0
  511. package/dist/react-native/index.js +13 -0
  512. package/dist/react-native/index.js.map +1 -0
  513. package/dist/react-native/lroImpl.d.ts +11 -0
  514. package/dist/react-native/lroImpl.d.ts.map +1 -0
  515. package/dist/react-native/lroImpl.js +21 -0
  516. package/dist/react-native/lroImpl.js.map +1 -0
  517. package/dist/react-native/models/index.d.ts +3482 -0
  518. package/dist/react-native/models/index.d.ts.map +1 -0
  519. package/dist/react-native/models/index.js +450 -0
  520. package/dist/react-native/models/index.js.map +1 -0
  521. package/dist/react-native/models/mappers.d.ts +140 -0
  522. package/dist/react-native/models/mappers.d.ts.map +1 -0
  523. package/dist/react-native/models/mappers.js +4751 -0
  524. package/dist/react-native/models/mappers.js.map +1 -0
  525. package/dist/react-native/models/parameters.d.ts +51 -0
  526. package/dist/react-native/models/parameters.d.ts.map +1 -0
  527. package/dist/react-native/models/parameters.js +456 -0
  528. package/dist/react-native/models/parameters.js.map +1 -0
  529. package/dist/react-native/operations/extensionMetadata.d.ts +41 -0
  530. package/dist/react-native/operations/extensionMetadata.d.ts.map +1 -0
  531. package/dist/react-native/operations/extensionMetadata.js +142 -0
  532. package/dist/react-native/operations/extensionMetadata.js.map +1 -0
  533. package/dist/react-native/operations/extensionMetadataV2.d.ts +50 -0
  534. package/dist/react-native/operations/extensionMetadataV2.d.ts.map +1 -0
  535. package/dist/react-native/operations/extensionMetadataV2.js +186 -0
  536. package/dist/react-native/operations/extensionMetadataV2.js.map +1 -0
  537. package/dist/react-native/operations/extensionPublisherOperations.d.ts +35 -0
  538. package/dist/react-native/operations/extensionPublisherOperations.d.ts.map +1 -0
  539. package/dist/react-native/operations/extensionPublisherOperations.js +136 -0
  540. package/dist/react-native/operations/extensionPublisherOperations.js.map +1 -0
  541. package/dist/react-native/operations/extensionTypeOperations.d.ts +38 -0
  542. package/dist/react-native/operations/extensionTypeOperations.d.ts.map +1 -0
  543. package/dist/react-native/operations/extensionTypeOperations.js +144 -0
  544. package/dist/react-native/operations/extensionTypeOperations.js.map +1 -0
  545. package/dist/react-native/operations/gateways.d.ts +99 -0
  546. package/dist/react-native/operations/gateways.d.ts.map +1 -0
  547. package/dist/react-native/operations/gateways.js +487 -0
  548. package/dist/react-native/operations/gateways.js.map +1 -0
  549. package/dist/react-native/operations/index.d.ts +18 -0
  550. package/dist/react-native/operations/index.d.ts.map +1 -0
  551. package/dist/react-native/operations/index.js +25 -0
  552. package/dist/react-native/operations/index.js.map +1 -0
  553. package/dist/react-native/operations/licenseProfiles.d.ts +92 -0
  554. package/dist/react-native/operations/licenseProfiles.d.ts.map +1 -0
  555. package/dist/react-native/operations/licenseProfiles.js +437 -0
  556. package/dist/react-native/operations/licenseProfiles.js.map +1 -0
  557. package/dist/react-native/operations/licenses.d.ts +119 -0
  558. package/dist/react-native/operations/licenses.d.ts.map +1 -0
  559. package/dist/react-native/operations/licenses.js +607 -0
  560. package/dist/react-native/operations/licenses.js.map +1 -0
  561. package/dist/react-native/operations/machineExtensions.d.ts +99 -0
  562. package/dist/react-native/operations/machineExtensions.d.ts.map +1 -0
  563. package/dist/react-native/operations/machineExtensions.js +448 -0
  564. package/dist/react-native/operations/machineExtensions.js.map +1 -0
  565. package/dist/react-native/operations/machineRunCommands.d.ts +81 -0
  566. package/dist/react-native/operations/machineRunCommands.d.ts.map +1 -0
  567. package/dist/react-native/operations/machineRunCommands.js +364 -0
  568. package/dist/react-native/operations/machineRunCommands.js.map +1 -0
  569. package/dist/react-native/operations/machines.d.ts +109 -0
  570. package/dist/react-native/operations/machines.d.ts.map +1 -0
  571. package/dist/react-native/operations/machines.js +541 -0
  572. package/dist/react-native/operations/machines.js.map +1 -0
  573. package/dist/react-native/operations/networkProfileOperations.d.ts +20 -0
  574. package/dist/react-native/operations/networkProfileOperations.d.ts.map +1 -0
  575. package/dist/react-native/operations/networkProfileOperations.js +53 -0
  576. package/dist/react-native/operations/networkProfileOperations.js.map +1 -0
  577. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
  578. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  579. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +271 -0
  580. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  581. package/dist/react-native/operations/operations.d.ts +26 -0
  582. package/dist/react-native/operations/operations.d.ts.map +1 -0
  583. package/dist/react-native/operations/operations.js +96 -0
  584. package/dist/react-native/operations/operations.js.map +1 -0
  585. package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
  586. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  587. package/dist/react-native/operations/privateEndpointConnections.js +359 -0
  588. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  589. package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
  590. package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
  591. package/dist/react-native/operations/privateLinkResources.js +182 -0
  592. package/dist/react-native/operations/privateLinkResources.js.map +1 -0
  593. package/dist/react-native/operations/privateLinkScopes.d.ts +108 -0
  594. package/dist/react-native/operations/privateLinkScopes.d.ts.map +1 -0
  595. package/dist/react-native/operations/privateLinkScopes.js +493 -0
  596. package/dist/react-native/operations/privateLinkScopes.js.map +1 -0
  597. package/dist/react-native/operations/settingsOperations.d.ts +45 -0
  598. package/dist/react-native/operations/settingsOperations.d.ts.map +1 -0
  599. package/dist/react-native/operations/settingsOperations.js +163 -0
  600. package/dist/react-native/operations/settingsOperations.js.map +1 -0
  601. package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts +23 -0
  602. package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
  603. package/dist/react-native/operationsInterfaces/extensionMetadata.js +9 -0
  604. package/dist/react-native/operationsInterfaces/extensionMetadata.js.map +1 -0
  605. package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
  606. package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
  607. package/dist/react-native/operationsInterfaces/extensionMetadataV2.js +9 -0
  608. package/dist/react-native/operationsInterfaces/extensionMetadataV2.js.map +1 -0
  609. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
  610. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
  611. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js +9 -0
  612. package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
  613. package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
  614. package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
  615. package/dist/react-native/operationsInterfaces/extensionTypeOperations.js +9 -0
  616. package/dist/react-native/operationsInterfaces/extensionTypeOperations.js.map +1 -0
  617. package/dist/react-native/operationsInterfaces/gateways.d.ts +63 -0
  618. package/dist/react-native/operationsInterfaces/gateways.d.ts.map +1 -0
  619. package/dist/react-native/operationsInterfaces/gateways.js +9 -0
  620. package/dist/react-native/operationsInterfaces/gateways.js.map +1 -0
  621. package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
  622. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  623. package/dist/react-native/operationsInterfaces/index.js +25 -0
  624. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  625. package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts +67 -0
  626. package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
  627. package/dist/react-native/operationsInterfaces/licenseProfiles.js +9 -0
  628. package/dist/react-native/operationsInterfaces/licenseProfiles.js.map +1 -0
  629. package/dist/react-native/operationsInterfaces/licenses.d.ts +83 -0
  630. package/dist/react-native/operationsInterfaces/licenses.d.ts.map +1 -0
  631. package/dist/react-native/operationsInterfaces/licenses.js +9 -0
  632. package/dist/react-native/operationsInterfaces/licenses.js.map +1 -0
  633. package/dist/react-native/operationsInterfaces/machineExtensions.d.ts +74 -0
  634. package/dist/react-native/operationsInterfaces/machineExtensions.d.ts.map +1 -0
  635. package/dist/react-native/operationsInterfaces/machineExtensions.js +9 -0
  636. package/dist/react-native/operationsInterfaces/machineExtensions.js.map +1 -0
  637. package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts +56 -0
  638. package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
  639. package/dist/react-native/operationsInterfaces/machineRunCommands.js +9 -0
  640. package/dist/react-native/operationsInterfaces/machineRunCommands.js.map +1 -0
  641. package/dist/react-native/operationsInterfaces/machines.d.ts +71 -0
  642. package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
  643. package/dist/react-native/operationsInterfaces/machines.js +9 -0
  644. package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
  645. package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts +12 -0
  646. package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
  647. package/dist/react-native/operationsInterfaces/networkProfileOperations.js +9 -0
  648. package/dist/react-native/operationsInterfaces/networkProfileOperations.js.map +1 -0
  649. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
  650. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  651. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  652. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  653. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  654. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  655. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  656. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  657. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  658. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  659. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  660. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  661. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
  662. package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  663. package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
  664. package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
  665. package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +72 -0
  666. package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
  667. package/dist/react-native/operationsInterfaces/privateLinkScopes.js +9 -0
  668. package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +1 -0
  669. package/dist/react-native/operationsInterfaces/settingsOperations.d.ts +37 -0
  670. package/dist/react-native/operationsInterfaces/settingsOperations.d.ts.map +1 -0
  671. package/dist/react-native/operationsInterfaces/settingsOperations.js +9 -0
  672. package/dist/react-native/operationsInterfaces/settingsOperations.js.map +1 -0
  673. package/dist/react-native/package.json +3 -0
  674. package/dist/react-native/pagingHelper.d.ts +13 -0
  675. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  676. package/dist/react-native/pagingHelper.js +32 -0
  677. package/dist/react-native/pagingHelper.js.map +1 -0
  678. package/package.json +77 -59
  679. package/review/arm-hybridcompute.api.md +191 -32
  680. package/dist/index.js +0 -10367
  681. package/dist/index.js.map +0 -1
  682. package/dist/index.min.js +0 -1
  683. package/dist/index.min.js.map +0 -1
  684. package/dist-esm/samples-dev/extensionMetadataGetSample.d.ts +0 -2
  685. package/dist-esm/samples-dev/extensionMetadataGetSample.d.ts.map +0 -1
  686. package/dist-esm/samples-dev/extensionMetadataGetSample.js +0 -41
  687. package/dist-esm/samples-dev/extensionMetadataGetSample.js.map +0 -1
  688. package/dist-esm/samples-dev/extensionMetadataListSample.d.ts +0 -2
  689. package/dist-esm/samples-dev/extensionMetadataListSample.d.ts.map +0 -1
  690. package/dist-esm/samples-dev/extensionMetadataListSample.js +0 -56
  691. package/dist-esm/samples-dev/extensionMetadataListSample.js.map +0 -1
  692. package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts +0 -2
  693. package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts.map +0 -1
  694. package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js +0 -44
  695. package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js.map +0 -1
  696. package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts +0 -2
  697. package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts.map +0 -1
  698. package/dist-esm/samples-dev/gatewaysDeleteSample.js +0 -39
  699. package/dist-esm/samples-dev/gatewaysDeleteSample.js.map +0 -1
  700. package/dist-esm/samples-dev/gatewaysGetSample.d.ts +0 -2
  701. package/dist-esm/samples-dev/gatewaysGetSample.d.ts.map +0 -1
  702. package/dist-esm/samples-dev/gatewaysGetSample.js +0 -39
  703. package/dist-esm/samples-dev/gatewaysGetSample.js.map +0 -1
  704. package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts +0 -2
  705. package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts.map +0 -1
  706. package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js +0 -54
  707. package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js.map +0 -1
  708. package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts +0 -2
  709. package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts.map +0 -1
  710. package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js +0 -53
  711. package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js.map +0 -1
  712. package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts +0 -2
  713. package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts.map +0 -1
  714. package/dist-esm/samples-dev/gatewaysUpdateSample.js +0 -40
  715. package/dist-esm/samples-dev/gatewaysUpdateSample.js.map +0 -1
  716. package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.d.ts +0 -2
  717. package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.d.ts.map +0 -1
  718. package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js +0 -46
  719. package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js.map +0 -1
  720. package/dist-esm/samples-dev/licenseProfilesDeleteSample.d.ts +0 -2
  721. package/dist-esm/samples-dev/licenseProfilesDeleteSample.d.ts.map +0 -1
  722. package/dist-esm/samples-dev/licenseProfilesDeleteSample.js +0 -38
  723. package/dist-esm/samples-dev/licenseProfilesDeleteSample.js.map +0 -1
  724. package/dist-esm/samples-dev/licenseProfilesGetSample.d.ts +0 -2
  725. package/dist-esm/samples-dev/licenseProfilesGetSample.d.ts.map +0 -1
  726. package/dist-esm/samples-dev/licenseProfilesGetSample.js +0 -38
  727. package/dist-esm/samples-dev/licenseProfilesGetSample.js.map +0 -1
  728. package/dist-esm/samples-dev/licenseProfilesListSample.d.ts +0 -2
  729. package/dist-esm/samples-dev/licenseProfilesListSample.d.ts.map +0 -1
  730. package/dist-esm/samples-dev/licenseProfilesListSample.js +0 -54
  731. package/dist-esm/samples-dev/licenseProfilesListSample.js.map +0 -1
  732. package/dist-esm/samples-dev/licenseProfilesUpdateSample.d.ts +0 -2
  733. package/dist-esm/samples-dev/licenseProfilesUpdateSample.d.ts.map +0 -1
  734. package/dist-esm/samples-dev/licenseProfilesUpdateSample.js +0 -45
  735. package/dist-esm/samples-dev/licenseProfilesUpdateSample.js.map +0 -1
  736. package/dist-esm/samples-dev/licensesCreateOrUpdateSample.d.ts +0 -2
  737. package/dist-esm/samples-dev/licensesCreateOrUpdateSample.d.ts.map +0 -1
  738. package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js +0 -49
  739. package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js.map +0 -1
  740. package/dist-esm/samples-dev/licensesDeleteSample.d.ts +0 -2
  741. package/dist-esm/samples-dev/licensesDeleteSample.d.ts.map +0 -1
  742. package/dist-esm/samples-dev/licensesDeleteSample.js +0 -38
  743. package/dist-esm/samples-dev/licensesDeleteSample.js.map +0 -1
  744. package/dist-esm/samples-dev/licensesGetSample.d.ts +0 -2
  745. package/dist-esm/samples-dev/licensesGetSample.d.ts.map +0 -1
  746. package/dist-esm/samples-dev/licensesGetSample.js +0 -38
  747. package/dist-esm/samples-dev/licensesGetSample.js.map +0 -1
  748. package/dist-esm/samples-dev/licensesListByResourceGroupSample.d.ts +0 -2
  749. package/dist-esm/samples-dev/licensesListByResourceGroupSample.d.ts.map +0 -1
  750. package/dist-esm/samples-dev/licensesListByResourceGroupSample.js +0 -53
  751. package/dist-esm/samples-dev/licensesListByResourceGroupSample.js.map +0 -1
  752. package/dist-esm/samples-dev/licensesListBySubscriptionSample.d.ts +0 -2
  753. package/dist-esm/samples-dev/licensesListBySubscriptionSample.d.ts.map +0 -1
  754. package/dist-esm/samples-dev/licensesListBySubscriptionSample.js +0 -52
  755. package/dist-esm/samples-dev/licensesListBySubscriptionSample.js.map +0 -1
  756. package/dist-esm/samples-dev/licensesUpdateSample.d.ts +0 -2
  757. package/dist-esm/samples-dev/licensesUpdateSample.d.ts.map +0 -1
  758. package/dist-esm/samples-dev/licensesUpdateSample.js +0 -46
  759. package/dist-esm/samples-dev/licensesUpdateSample.js.map +0 -1
  760. package/dist-esm/samples-dev/licensesValidateLicenseSample.d.ts +0 -2
  761. package/dist-esm/samples-dev/licensesValidateLicenseSample.d.ts.map +0 -1
  762. package/dist-esm/samples-dev/licensesValidateLicenseSample.js +0 -47
  763. package/dist-esm/samples-dev/licensesValidateLicenseSample.js.map +0 -1
  764. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts +0 -2
  765. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts.map +0 -1
  766. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js +0 -50
  767. package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js.map +0 -1
  768. package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts +0 -2
  769. package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts.map +0 -1
  770. package/dist-esm/samples-dev/machineExtensionsDeleteSample.js +0 -39
  771. package/dist-esm/samples-dev/machineExtensionsDeleteSample.js.map +0 -1
  772. package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts +0 -2
  773. package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts.map +0 -1
  774. package/dist-esm/samples-dev/machineExtensionsGetSample.js +0 -39
  775. package/dist-esm/samples-dev/machineExtensionsGetSample.js.map +0 -1
  776. package/dist-esm/samples-dev/machineExtensionsListSample.d.ts +0 -2
  777. package/dist-esm/samples-dev/machineExtensionsListSample.d.ts.map +0 -1
  778. package/dist-esm/samples-dev/machineExtensionsListSample.js +0 -54
  779. package/dist-esm/samples-dev/machineExtensionsListSample.js.map +0 -1
  780. package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts +0 -2
  781. package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts.map +0 -1
  782. package/dist-esm/samples-dev/machineExtensionsUpdateSample.js +0 -48
  783. package/dist-esm/samples-dev/machineExtensionsUpdateSample.js.map +0 -1
  784. package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts +0 -2
  785. package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts.map +0 -1
  786. package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js +0 -53
  787. package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js.map +0 -1
  788. package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts +0 -2
  789. package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts.map +0 -1
  790. package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js +0 -39
  791. package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js.map +0 -1
  792. package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts +0 -2
  793. package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts.map +0 -1
  794. package/dist-esm/samples-dev/machineRunCommandsGetSample.js +0 -39
  795. package/dist-esm/samples-dev/machineRunCommandsGetSample.js.map +0 -1
  796. package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts +0 -2
  797. package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts.map +0 -1
  798. package/dist-esm/samples-dev/machineRunCommandsListSample.js +0 -54
  799. package/dist-esm/samples-dev/machineRunCommandsListSample.js.map +0 -1
  800. package/dist-esm/samples-dev/machinesAssessPatchesSample.d.ts +0 -2
  801. package/dist-esm/samples-dev/machinesAssessPatchesSample.d.ts.map +0 -1
  802. package/dist-esm/samples-dev/machinesAssessPatchesSample.js +0 -38
  803. package/dist-esm/samples-dev/machinesAssessPatchesSample.js.map +0 -1
  804. package/dist-esm/samples-dev/machinesDeleteSample.d.ts +0 -2
  805. package/dist-esm/samples-dev/machinesDeleteSample.d.ts.map +0 -1
  806. package/dist-esm/samples-dev/machinesDeleteSample.js +0 -38
  807. package/dist-esm/samples-dev/machinesDeleteSample.js.map +0 -1
  808. package/dist-esm/samples-dev/machinesGetSample.d.ts +0 -2
  809. package/dist-esm/samples-dev/machinesGetSample.d.ts.map +0 -1
  810. package/dist-esm/samples-dev/machinesGetSample.js +0 -58
  811. package/dist-esm/samples-dev/machinesGetSample.js.map +0 -1
  812. package/dist-esm/samples-dev/machinesInstallPatchesSample.d.ts +0 -2
  813. package/dist-esm/samples-dev/machinesInstallPatchesSample.d.ts.map +0 -1
  814. package/dist-esm/samples-dev/machinesInstallPatchesSample.js +0 -46
  815. package/dist-esm/samples-dev/machinesInstallPatchesSample.js.map +0 -1
  816. package/dist-esm/samples-dev/machinesListByResourceGroupSample.d.ts +0 -2
  817. package/dist-esm/samples-dev/machinesListByResourceGroupSample.d.ts.map +0 -1
  818. package/dist-esm/samples-dev/machinesListByResourceGroupSample.js +0 -53
  819. package/dist-esm/samples-dev/machinesListByResourceGroupSample.js.map +0 -1
  820. package/dist-esm/samples-dev/machinesListBySubscriptionSample.d.ts +0 -2
  821. package/dist-esm/samples-dev/machinesListBySubscriptionSample.d.ts.map +0 -1
  822. package/dist-esm/samples-dev/machinesListBySubscriptionSample.js +0 -52
  823. package/dist-esm/samples-dev/machinesListBySubscriptionSample.js.map +0 -1
  824. package/dist-esm/samples-dev/networkProfileGetSample.d.ts +0 -2
  825. package/dist-esm/samples-dev/networkProfileGetSample.d.ts.map +0 -1
  826. package/dist-esm/samples-dev/networkProfileGetSample.js +0 -39
  827. package/dist-esm/samples-dev/networkProfileGetSample.js.map +0 -1
  828. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.d.ts +0 -2
  829. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.d.ts.map +0 -1
  830. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js +0 -40
  831. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js.map +0 -1
  832. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.d.ts +0 -2
  833. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.d.ts.map +0 -1
  834. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js +0 -55
  835. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js.map +0 -1
  836. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.d.ts +0 -2
  837. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.d.ts.map +0 -1
  838. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js +0 -40
  839. package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js.map +0 -1
  840. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  841. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  842. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  843. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  844. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  845. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  846. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -48
  847. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  848. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  849. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  850. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
  851. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  852. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  853. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  854. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
  855. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  856. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts +0 -2
  857. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts.map +0 -1
  858. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +0 -55
  859. package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js.map +0 -1
  860. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
  861. package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
  862. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
  863. package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
  864. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts +0 -2
  865. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts.map +0 -1
  866. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +0 -55
  867. package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js.map +0 -1
  868. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts +0 -2
  869. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts.map +0 -1
  870. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +0 -63
  871. package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js.map +0 -1
  872. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts +0 -2
  873. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts.map +0 -1
  874. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +0 -39
  875. package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js.map +0 -1
  876. package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts +0 -2
  877. package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts.map +0 -1
  878. package/dist-esm/samples-dev/privateLinkScopesGetSample.js +0 -39
  879. package/dist-esm/samples-dev/privateLinkScopesGetSample.js.map +0 -1
  880. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.d.ts +0 -2
  881. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.d.ts.map +0 -1
  882. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js +0 -39
  883. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js.map +0 -1
  884. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.d.ts +0 -2
  885. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.d.ts.map +0 -1
  886. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js +0 -39
  887. package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js.map +0 -1
  888. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts +0 -2
  889. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts.map +0 -1
  890. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +0 -54
  891. package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js.map +0 -1
  892. package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts +0 -2
  893. package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts.map +0 -1
  894. package/dist-esm/samples-dev/privateLinkScopesListSample.js +0 -53
  895. package/dist-esm/samples-dev/privateLinkScopesListSample.js.map +0 -1
  896. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts +0 -2
  897. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts.map +0 -1
  898. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +0 -41
  899. package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js.map +0 -1
  900. package/dist-esm/samples-dev/settingsGetSample.d.ts +0 -2
  901. package/dist-esm/samples-dev/settingsGetSample.d.ts.map +0 -1
  902. package/dist-esm/samples-dev/settingsGetSample.js +0 -42
  903. package/dist-esm/samples-dev/settingsGetSample.js.map +0 -1
  904. package/dist-esm/samples-dev/settingsPatchSample.d.ts +0 -2
  905. package/dist-esm/samples-dev/settingsPatchSample.d.ts.map +0 -1
  906. package/dist-esm/samples-dev/settingsPatchSample.js +0 -45
  907. package/dist-esm/samples-dev/settingsPatchSample.js.map +0 -1
  908. package/dist-esm/samples-dev/settingsUpdateSample.d.ts +0 -2
  909. package/dist-esm/samples-dev/settingsUpdateSample.d.ts.map +0 -1
  910. package/dist-esm/samples-dev/settingsUpdateSample.js +0 -45
  911. package/dist-esm/samples-dev/settingsUpdateSample.js.map +0 -1
  912. package/dist-esm/samples-dev/upgradeExtensionsSample.d.ts +0 -2
  913. package/dist-esm/samples-dev/upgradeExtensionsSample.d.ts.map +0 -1
  914. package/dist-esm/samples-dev/upgradeExtensionsSample.js +0 -44
  915. package/dist-esm/samples-dev/upgradeExtensionsSample.js.map +0 -1
  916. package/dist-esm/src/hybridComputeManagementClient.d.ts +0 -50
  917. package/dist-esm/src/hybridComputeManagementClient.d.ts.map +0 -1
  918. package/dist-esm/src/hybridComputeManagementClient.js +0 -206
  919. package/dist-esm/src/hybridComputeManagementClient.js.map +0 -1
  920. package/dist-esm/src/index.d.ts +0 -5
  921. package/dist-esm/src/index.d.ts.map +0 -1
  922. package/dist-esm/src/index.js +0 -13
  923. package/dist-esm/src/index.js.map +0 -1
  924. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  925. package/dist-esm/src/lroImpl.js.map +0 -1
  926. package/dist-esm/src/models/index.d.ts +0 -3296
  927. package/dist-esm/src/models/index.d.ts.map +0 -1
  928. package/dist-esm/src/models/index.js +0 -440
  929. package/dist-esm/src/models/index.js.map +0 -1
  930. package/dist-esm/src/models/mappers.d.ts +0 -132
  931. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  932. package/dist-esm/src/models/mappers.js +0 -4471
  933. package/dist-esm/src/models/mappers.js.map +0 -1
  934. package/dist-esm/src/models/parameters.d.ts +0 -50
  935. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  936. package/dist-esm/src/models/parameters.js +0 -452
  937. package/dist-esm/src/models/parameters.js.map +0 -1
  938. package/dist-esm/src/operations/extensionMetadata.d.ts +0 -41
  939. package/dist-esm/src/operations/extensionMetadata.d.ts.map +0 -1
  940. package/dist-esm/src/operations/extensionMetadata.js +0 -142
  941. package/dist-esm/src/operations/extensionMetadata.js.map +0 -1
  942. package/dist-esm/src/operations/gateways.d.ts +0 -99
  943. package/dist-esm/src/operations/gateways.d.ts.map +0 -1
  944. package/dist-esm/src/operations/gateways.js +0 -495
  945. package/dist-esm/src/operations/gateways.js.map +0 -1
  946. package/dist-esm/src/operations/index.d.ts +0 -15
  947. package/dist-esm/src/operations/index.d.ts.map +0 -1
  948. package/dist-esm/src/operations/index.js +0 -22
  949. package/dist-esm/src/operations/index.js.map +0 -1
  950. package/dist-esm/src/operations/licenseProfiles.d.ts +0 -92
  951. package/dist-esm/src/operations/licenseProfiles.d.ts.map +0 -1
  952. package/dist-esm/src/operations/licenseProfiles.js +0 -449
  953. package/dist-esm/src/operations/licenseProfiles.js.map +0 -1
  954. package/dist-esm/src/operations/licenses.d.ts +0 -119
  955. package/dist-esm/src/operations/licenses.d.ts.map +0 -1
  956. package/dist-esm/src/operations/licenses.js +0 -623
  957. package/dist-esm/src/operations/licenses.js.map +0 -1
  958. package/dist-esm/src/operations/machineExtensions.d.ts +0 -99
  959. package/dist-esm/src/operations/machineExtensions.d.ts.map +0 -1
  960. package/dist-esm/src/operations/machineExtensions.js +0 -460
  961. package/dist-esm/src/operations/machineExtensions.js.map +0 -1
  962. package/dist-esm/src/operations/machineRunCommands.d.ts +0 -81
  963. package/dist-esm/src/operations/machineRunCommands.d.ts.map +0 -1
  964. package/dist-esm/src/operations/machineRunCommands.js +0 -372
  965. package/dist-esm/src/operations/machineRunCommands.js.map +0 -1
  966. package/dist-esm/src/operations/machines.d.ts +0 -102
  967. package/dist-esm/src/operations/machines.d.ts.map +0 -1
  968. package/dist-esm/src/operations/machines.js +0 -497
  969. package/dist-esm/src/operations/machines.js.map +0 -1
  970. package/dist-esm/src/operations/networkProfileOperations.d.ts +0 -20
  971. package/dist-esm/src/operations/networkProfileOperations.d.ts.map +0 -1
  972. package/dist-esm/src/operations/networkProfileOperations.js +0 -53
  973. package/dist-esm/src/operations/networkProfileOperations.js.map +0 -1
  974. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
  975. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  976. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -275
  977. package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
  978. package/dist-esm/src/operations/operations.d.ts +0 -26
  979. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  980. package/dist-esm/src/operations/operations.js +0 -96
  981. package/dist-esm/src/operations/operations.js.map +0 -1
  982. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
  983. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  984. package/dist-esm/src/operations/privateEndpointConnections.js +0 -367
  985. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  986. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -46
  987. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  988. package/dist-esm/src/operations/privateLinkResources.js +0 -182
  989. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  990. package/dist-esm/src/operations/privateLinkScopes.d.ts +0 -108
  991. package/dist-esm/src/operations/privateLinkScopes.d.ts.map +0 -1
  992. package/dist-esm/src/operations/privateLinkScopes.js +0 -497
  993. package/dist-esm/src/operations/privateLinkScopes.js.map +0 -1
  994. package/dist-esm/src/operations/settingsOperations.d.ts +0 -45
  995. package/dist-esm/src/operations/settingsOperations.d.ts.map +0 -1
  996. package/dist-esm/src/operations/settingsOperations.js +0 -163
  997. package/dist-esm/src/operations/settingsOperations.js.map +0 -1
  998. package/dist-esm/src/operationsInterfaces/extensionMetadata.d.ts +0 -23
  999. package/dist-esm/src/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
  1000. package/dist-esm/src/operationsInterfaces/extensionMetadata.js.map +0 -1
  1001. package/dist-esm/src/operationsInterfaces/gateways.d.ts +0 -63
  1002. package/dist-esm/src/operationsInterfaces/gateways.d.ts.map +0 -1
  1003. package/dist-esm/src/operationsInterfaces/gateways.js.map +0 -1
  1004. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -15
  1005. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1006. package/dist-esm/src/operationsInterfaces/index.js +0 -22
  1007. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1008. package/dist-esm/src/operationsInterfaces/licenseProfiles.d.ts +0 -67
  1009. package/dist-esm/src/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
  1010. package/dist-esm/src/operationsInterfaces/licenseProfiles.js.map +0 -1
  1011. package/dist-esm/src/operationsInterfaces/licenses.d.ts +0 -83
  1012. package/dist-esm/src/operationsInterfaces/licenses.d.ts.map +0 -1
  1013. package/dist-esm/src/operationsInterfaces/licenses.js.map +0 -1
  1014. package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts +0 -74
  1015. package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts.map +0 -1
  1016. package/dist-esm/src/operationsInterfaces/machineExtensions.js.map +0 -1
  1017. package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts +0 -56
  1018. package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
  1019. package/dist-esm/src/operationsInterfaces/machineRunCommands.js.map +0 -1
  1020. package/dist-esm/src/operationsInterfaces/machines.d.ts +0 -64
  1021. package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
  1022. package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
  1023. package/dist-esm/src/operationsInterfaces/networkProfileOperations.d.ts +0 -12
  1024. package/dist-esm/src/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
  1025. package/dist-esm/src/operationsInterfaces/networkProfileOperations.js.map +0 -1
  1026. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
  1027. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
  1028. package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
  1029. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1030. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1031. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1032. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  1033. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1034. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1035. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -21
  1036. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  1037. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  1038. package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts +0 -72
  1039. package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
  1040. package/dist-esm/src/operationsInterfaces/privateLinkScopes.js.map +0 -1
  1041. package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts +0 -37
  1042. package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts.map +0 -1
  1043. package/dist-esm/src/operationsInterfaces/settingsOperations.js.map +0 -1
  1044. package/dist-esm/src/pagingHelper.js.map +0 -1
  1045. package/dist-esm/test/hybridcompute_operations_test.spec.d.ts +0 -4
  1046. package/dist-esm/test/hybridcompute_operations_test.spec.d.ts.map +0 -1
  1047. package/dist-esm/test/hybridcompute_operations_test.spec.js +0 -141
  1048. package/dist-esm/test/hybridcompute_operations_test.spec.js.map +0 -1
  1049. package/src/hybridComputeManagementClient.ts +0 -328
  1050. package/src/index.ts +0 -13
  1051. package/src/lroImpl.ts +0 -42
  1052. package/src/models/index.ts +0 -3672
  1053. package/src/models/mappers.ts +0 -4802
  1054. package/src/models/parameters.ts +0 -523
  1055. package/src/operations/extensionMetadata.ts +0 -192
  1056. package/src/operations/gateways.ts +0 -641
  1057. package/src/operations/index.ts +0 -22
  1058. package/src/operations/licenseProfiles.ts +0 -621
  1059. package/src/operations/licenses.ts +0 -818
  1060. package/src/operations/machineExtensions.ts +0 -633
  1061. package/src/operations/machineRunCommands.ts +0 -511
  1062. package/src/operations/machines.ts +0 -641
  1063. package/src/operations/networkProfileOperations.ts +0 -71
  1064. package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -382
  1065. package/src/operations/operations.ts +0 -103
  1066. package/src/operations/privateEndpointConnections.ts +0 -507
  1067. package/src/operations/privateLinkResources.ts +0 -244
  1068. package/src/operations/privateLinkScopes.ts +0 -623
  1069. package/src/operations/settingsOperations.ts +0 -213
  1070. package/src/operationsInterfaces/extensionMetadata.ts +0 -48
  1071. package/src/operationsInterfaces/gateways.ts +0 -127
  1072. package/src/operationsInterfaces/index.ts +0 -22
  1073. package/src/operationsInterfaces/licenseProfiles.ts +0 -139
  1074. package/src/operationsInterfaces/licenses.ts +0 -164
  1075. package/src/operationsInterfaces/machineExtensions.ts +0 -147
  1076. package/src/operationsInterfaces/machineRunCommands.ts +0 -115
  1077. package/src/operationsInterfaces/machines.ts +0 -126
  1078. package/src/operationsInterfaces/networkProfileOperations.ts +0 -27
  1079. package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -81
  1080. package/src/operationsInterfaces/operations.ts +0 -22
  1081. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  1082. package/src/operationsInterfaces/privateLinkResources.ts +0 -44
  1083. package/src/operationsInterfaces/privateLinkScopes.ts +0 -132
  1084. package/src/operationsInterfaces/settingsOperations.ts +0 -76
  1085. package/src/pagingHelper.ts +0 -39
  1086. package/tsconfig.json +0 -33
  1087. package/types/arm-hybridcompute.d.ts +0 -4350
  1088. package/types/tsdoc-metadata.json +0 -11
  1089. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1090. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1091. /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensionMetadata.js +0 -0
  1092. /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateways.js +0 -0
  1093. /package/{dist-esm/src → dist/browser}/operationsInterfaces/licenseProfiles.js +0 -0
  1094. /package/{dist-esm/src → dist/browser}/operationsInterfaces/licenses.js +0 -0
  1095. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineExtensions.js +0 -0
  1096. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineRunCommands.js +0 -0
  1097. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
  1098. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkProfileOperations.js +0 -0
  1099. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
  1100. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1101. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  1102. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
  1103. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopes.js +0 -0
  1104. /package/{dist-esm/src → dist/browser}/operationsInterfaces/settingsOperations.js +0 -0
  1105. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1106. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1107. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const LicenseDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LicenseDetails\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n edition: {\n serializedName: \"edition\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n processors: {\n serializedName: \"processors\",\n type: {\n name: \"Number\",\n },\n },\n assignedLicenses: {\n serializedName: \"assignedLicenses\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n immutableId: {\n serializedName: \"immutableId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n volumeLicenseDetails: {\n serializedName: \"volumeLicenseDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VolumeLicenseDetails\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const VolumeLicenseDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VolumeLicenseDetails\",\n modelProperties: {\n programYear: {\n serializedName: \"programYear\",\n type: {\n name: \"String\",\n },\n },\n invoiceId: {\n serializedName: \"invoiceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ResourceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const LicensesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LicensesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"License\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LocationData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocationData\",\n modelProperties: {\n name: {\n constraints: {\n MaxLength: 256,\n },\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n city: {\n serializedName: \"city\",\n type: {\n name: \"String\",\n },\n },\n district: {\n serializedName: \"district\",\n type: {\n name: \"String\",\n },\n },\n countryOrRegion: {\n serializedName: \"countryOrRegion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentConfiguration\",\n modelProperties: {\n proxyUrl: {\n serializedName: \"proxyUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n incomingConnectionsPorts: {\n serializedName: \"incomingConnectionsPorts\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n extensionsAllowList: {\n serializedName: \"extensionsAllowList\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConfigurationExtension\",\n },\n },\n },\n },\n extensionsBlockList: {\n serializedName: \"extensionsBlockList\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConfigurationExtension\",\n },\n },\n },\n },\n proxyBypass: {\n serializedName: \"proxyBypass\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n extensionsEnabled: {\n serializedName: \"extensionsEnabled\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n guestConfigurationEnabled: {\n serializedName: \"guestConfigurationEnabled\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n configMode: {\n serializedName: \"configMode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConfigurationExtension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConfigurationExtension\",\n modelProperties: {\n publisher: {\n serializedName: \"publisher\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceStatuses: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceStatuses\",\n modelProperties: {\n extensionService: {\n serializedName: \"extensionService\",\n type: {\n name: \"Composite\",\n className: \"ServiceStatus\",\n },\n },\n guestConfigurationService: {\n serializedName: \"guestConfigurationService\",\n type: {\n name: \"Composite\",\n className: \"ServiceStatus\",\n },\n },\n },\n },\n};\n\nexport const ServiceStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceStatus\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n startupType: {\n serializedName: \"startupType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HardwareProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\",\n modelProperties: {\n totalPhysicalMemoryInBytes: {\n serializedName: \"totalPhysicalMemoryInBytes\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfCpuSockets: {\n serializedName: \"numberOfCpuSockets\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n processors: {\n serializedName: \"processors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Processor\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Processor: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Processor\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n numberOfCores: {\n serializedName: \"numberOfCores\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const StorageProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageProfile\",\n modelProperties: {\n disks: {\n serializedName: \"disks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Disk\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Disk: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Disk\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n diskType: {\n serializedName: \"diskType\",\n type: {\n name: \"String\",\n },\n },\n generatedId: {\n serializedName: \"generatedId\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n maxSizeInBytes: {\n serializedName: \"maxSizeInBytes\",\n type: {\n name: \"Number\",\n },\n },\n usedSpaceInBytes: {\n serializedName: \"usedSpaceInBytes\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const FirmwareProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirmwareProfile\",\n modelProperties: {\n serialNumber: {\n serializedName: \"serialNumber\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudMetadata\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentUpgrade: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentUpgrade\",\n modelProperties: {\n desiredVersion: {\n serializedName: \"desiredVersion\",\n type: {\n name: \"String\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n type: {\n name: \"Uuid\",\n },\n },\n enableAutomaticUpgrade: {\n serializedName: \"enableAutomaticUpgrade\",\n type: {\n name: \"Boolean\",\n },\n },\n lastAttemptDesiredVersion: {\n serializedName: \"lastAttemptDesiredVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastAttemptTimestamp: {\n serializedName: \"lastAttemptTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastAttemptStatus: {\n serializedName: \"lastAttemptStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastAttemptMessage: {\n serializedName: \"lastAttemptMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OSProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OSProfile\",\n modelProperties: {\n computerName: {\n serializedName: \"computerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n windowsConfiguration: {\n serializedName: \"windowsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OSProfileWindowsConfiguration\",\n },\n },\n linuxConfiguration: {\n serializedName: \"linuxConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OSProfileLinuxConfiguration\",\n },\n },\n },\n },\n};\n\nexport const OSProfileWindowsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OSProfileWindowsConfiguration\",\n modelProperties: {\n assessmentMode: {\n serializedName: \"patchSettings.assessmentMode\",\n type: {\n name: \"String\",\n },\n },\n patchMode: {\n serializedName: \"patchSettings.patchMode\",\n type: {\n name: \"String\",\n },\n },\n enableHotpatching: {\n serializedName: \"patchSettings.enableHotpatching\",\n type: {\n name: \"Boolean\",\n },\n },\n status: {\n serializedName: \"patchSettings.status\",\n type: {\n name: \"Composite\",\n className: \"PatchSettingsStatus\",\n },\n },\n },\n },\n};\n\nexport const PatchSettingsStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PatchSettingsStatus\",\n modelProperties: {\n hotpatchEnablementStatus: {\n serializedName: \"hotpatchEnablementStatus\",\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const OSProfileLinuxConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OSProfileLinuxConfiguration\",\n modelProperties: {\n assessmentMode: {\n serializedName: \"patchSettings.assessmentMode\",\n type: {\n name: \"String\",\n },\n },\n patchMode: {\n serializedName: \"patchSettings.patchMode\",\n type: {\n name: \"String\",\n },\n },\n enableHotpatching: {\n serializedName: \"patchSettings.enableHotpatching\",\n type: {\n name: \"Boolean\",\n },\n },\n status: {\n serializedName: \"patchSettings.status\",\n type: {\n name: \"Composite\",\n className: \"PatchSettingsStatus\",\n },\n },\n },\n },\n};\n\nexport const LicenseProfileMachineInstanceView: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LicenseProfileMachineInstanceView\",\n modelProperties: {\n licenseStatus: {\n serializedName: \"licenseStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n licenseChannel: {\n serializedName: \"licenseChannel\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n esuProfile: {\n serializedName: \"esuProfile\",\n type: {\n name: \"Composite\",\n className: \"LicenseProfileMachineInstanceViewEsuProperties\",\n },\n },\n subscriptionStatus: {\n serializedName: \"productProfile.subscriptionStatus\",\n type: {\n name: \"String\",\n },\n },\n productType: {\n serializedName: \"productProfile.productType\",\n type: {\n name: \"String\",\n },\n },\n enrollmentDate: {\n serializedName: \"productProfile.enrollmentDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n billingStartDate: {\n serializedName: \"productProfile.billingStartDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n disenrollmentDate: {\n serializedName: \"productProfile.disenrollmentDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n billingEndDate: {\n serializedName: \"productProfile.billingEndDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n error: {\n serializedName: \"productProfile.error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n productFeatures: {\n serializedName: \"productProfile.productFeatures\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProductFeature\",\n },\n },\n },\n },\n softwareAssuranceCustomer: {\n serializedName: \"softwareAssurance.softwareAssuranceCustomer\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const LicenseProfileStorageModelEsuProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"LicenseProfileStorageModelEsuProperties\",\n modelProperties: {\n assignedLicenseImmutableId: {\n serializedName: \"assignedLicenseImmutableId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n esuKeys: {\n serializedName: \"esuKeys\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EsuKey\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const EsuKey: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EsuKey\",\n modelProperties: {\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\",\n },\n },\n licenseStatus: {\n serializedName: \"licenseStatus\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ProductFeature: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProductFeature\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n subscriptionStatus: {\n serializedName: \"subscriptionStatus\",\n type: {\n name: \"String\",\n },\n },\n enrollmentDate: {\n serializedName: \"enrollmentDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n billingStartDate: {\n serializedName: \"billingStartDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n disenrollmentDate: {\n serializedName: \"disenrollmentDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n billingEndDate: {\n serializedName: \"billingEndDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const MachineExtensionInstanceView: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineExtensionInstanceView\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n typeHandlerVersion: {\n serializedName: \"typeHandlerVersion\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"MachineExtensionInstanceViewStatus\",\n },\n },\n },\n },\n};\n\nexport const MachineExtensionInstanceViewStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineExtensionInstanceViewStatus\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n level: {\n serializedName: \"level\",\n type: {\n name: \"String\",\n },\n },\n displayStatus: {\n serializedName: \"displayStatus\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const NetworkProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkProfile\",\n modelProperties: {\n networkInterfaces: {\n serializedName: \"networkInterfaces\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkInterface\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NetworkInterface: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkInterface\",\n modelProperties: {\n macAddress: {\n serializedName: \"macAddress\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n ipAddresses: {\n serializedName: \"ipAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IpAddress\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IpAddress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IpAddress\",\n modelProperties: {\n address: {\n serializedName: \"address\",\n type: {\n name: \"String\",\n },\n },\n ipAddressVersion: {\n serializedName: \"ipAddressVersion\",\n type: {\n name: \"String\",\n },\n },\n subnet: {\n serializedName: \"subnet\",\n type: {\n name: \"Composite\",\n className: \"Subnet\",\n },\n },\n },\n },\n};\n\nexport const Subnet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Subnet\",\n modelProperties: {\n addressPrefix: {\n serializedName: \"addressPrefix\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineExtensionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineExtensionProperties\",\n modelProperties: {\n forceUpdateTag: {\n serializedName: \"forceUpdateTag\",\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n typeHandlerVersion: {\n serializedName: \"typeHandlerVersion\",\n type: {\n name: \"String\",\n },\n },\n enableAutomaticUpgrade: {\n serializedName: \"enableAutomaticUpgrade\",\n type: {\n name: \"Boolean\",\n },\n },\n autoUpgradeMinorVersion: {\n serializedName: \"autoUpgradeMinorVersion\",\n type: {\n name: \"Boolean\",\n },\n },\n settings: {\n serializedName: \"settings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n protectedSettings: {\n serializedName: \"protectedSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n instanceView: {\n serializedName: \"instanceView\",\n type: {\n name: \"Composite\",\n className: \"MachineExtensionInstanceView\",\n },\n },\n },\n },\n};\n\nexport const Identity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Identity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n defaultValue: \"SystemAssigned\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProductFeatureUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProductFeatureUpdate\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n subscriptionStatus: {\n serializedName: \"subscriptionStatus\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LicenseProfilesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LicenseProfilesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LicenseProfile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineAssessPatchesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineAssessPatchesResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n assessmentActivityId: {\n serializedName: \"assessmentActivityId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n rebootPending: {\n serializedName: \"rebootPending\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n availablePatchCountByClassification: {\n serializedName: \"availablePatchCountByClassification\",\n type: {\n name: \"Composite\",\n className: \"AvailablePatchCountByClassification\",\n },\n },\n startDateTime: {\n serializedName: \"startDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedDateTime: {\n serializedName: \"lastModifiedDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n startedBy: {\n serializedName: \"startedBy\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n patchServiceUsed: {\n serializedName: \"patchServiceUsed\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osType: {\n serializedName: \"osType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const AvailablePatchCountByClassification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailablePatchCountByClassification\",\n modelProperties: {\n security: {\n serializedName: \"security\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n critical: {\n serializedName: \"critical\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n definition: {\n serializedName: \"definition\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n updateRollup: {\n serializedName: \"updateRollup\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n featurePack: {\n serializedName: \"featurePack\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n servicePack: {\n serializedName: \"servicePack\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n tools: {\n serializedName: \"tools\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n updates: {\n serializedName: \"updates\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n other: {\n serializedName: \"other\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MachineInstallPatchesParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineInstallPatchesParameters\",\n modelProperties: {\n maximumDuration: {\n serializedName: \"maximumDuration\",\n required: true,\n type: {\n name: \"TimeSpan\",\n },\n },\n rebootSetting: {\n serializedName: \"rebootSetting\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n windowsParameters: {\n serializedName: \"windowsParameters\",\n type: {\n name: \"Composite\",\n className: \"WindowsParameters\",\n },\n },\n linuxParameters: {\n serializedName: \"linuxParameters\",\n type: {\n name: \"Composite\",\n className: \"LinuxParameters\",\n },\n },\n },\n },\n};\n\nexport const WindowsParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WindowsParameters\",\n modelProperties: {\n classificationsToInclude: {\n serializedName: \"classificationsToInclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n kbNumbersToInclude: {\n serializedName: \"kbNumbersToInclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n kbNumbersToExclude: {\n serializedName: \"kbNumbersToExclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n excludeKbsRequiringReboot: {\n serializedName: \"excludeKbsRequiringReboot\",\n type: {\n name: \"Boolean\",\n },\n },\n maxPatchPublishDate: {\n serializedName: \"maxPatchPublishDate\",\n type: {\n name: \"DateTime\",\n },\n },\n patchNameMasksToInclude: {\n serializedName: \"patchNameMasksToInclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n patchNameMasksToExclude: {\n serializedName: \"patchNameMasksToExclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LinuxParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinuxParameters\",\n modelProperties: {\n classificationsToInclude: {\n serializedName: \"classificationsToInclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n packageNameMasksToInclude: {\n serializedName: \"packageNameMasksToInclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n packageNameMasksToExclude: {\n serializedName: \"packageNameMasksToExclude\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MachineInstallPatchesResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineInstallPatchesResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n installationActivityId: {\n serializedName: \"installationActivityId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n rebootStatus: {\n serializedName: \"rebootStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n maintenanceWindowExceeded: {\n serializedName: \"maintenanceWindowExceeded\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n excludedPatchCount: {\n serializedName: \"excludedPatchCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n notSelectedPatchCount: {\n serializedName: \"notSelectedPatchCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n pendingPatchCount: {\n serializedName: \"pendingPatchCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n installedPatchCount: {\n serializedName: \"installedPatchCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n failedPatchCount: {\n serializedName: \"failedPatchCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n startDateTime: {\n serializedName: \"startDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedDateTime: {\n serializedName: \"lastModifiedDateTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n startedBy: {\n serializedName: \"startedBy\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n patchServiceUsed: {\n serializedName: \"patchServiceUsed\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osType: {\n serializedName: \"osType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const MachineListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Machine\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineExtensionsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineExtensionsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineExtension\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineExtensionUpgrade: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineExtensionUpgrade\",\n modelProperties: {\n extensionTargets: {\n serializedName: \"extensionTargets\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"ExtensionTargetProperties\" },\n },\n },\n },\n },\n },\n};\n\nexport const ExtensionTargetProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionTargetProperties\",\n modelProperties: {\n targetVersion: {\n serializedName: \"targetVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionValueProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionValueProperties\",\n modelProperties: {\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extensionType: {\n serializedName: \"extensionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"publisher\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionValueListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionValueListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExtensionValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const ExtensionValueListResultV2: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionValueListResultV2\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExtensionValueV2\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionTypeListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionTypeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExtensionType\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionType\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionPublisherListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionPublisherListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExtensionPublisher\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionPublisher: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionPublisher\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const OperationValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationValue\",\n modelProperties: {\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationValueDisplay\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const OperationValueDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationValueDisplay\",\n modelProperties: {\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineRunCommandScriptSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineRunCommandScriptSource\",\n modelProperties: {\n script: {\n serializedName: \"script\",\n type: {\n name: \"String\",\n },\n },\n scriptUri: {\n serializedName: \"scriptUri\",\n type: {\n name: \"String\",\n },\n },\n commandId: {\n serializedName: \"commandId\",\n type: {\n name: \"String\",\n },\n },\n scriptUriManagedIdentity: {\n serializedName: \"scriptUriManagedIdentity\",\n type: {\n name: \"Composite\",\n className: \"RunCommandManagedIdentity\",\n },\n },\n },\n },\n};\n\nexport const RunCommandManagedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunCommandManagedIdentity\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RunCommandInputParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunCommandInputParameter\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineRunCommandInstanceView: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineRunCommandInstanceView\",\n modelProperties: {\n executionState: {\n serializedName: \"executionState\",\n type: {\n name: \"String\",\n },\n },\n executionMessage: {\n serializedName: \"executionMessage\",\n type: {\n name: \"String\",\n },\n },\n exitCode: {\n serializedName: \"exitCode\",\n type: {\n name: \"Number\",\n },\n },\n output: {\n serializedName: \"output\",\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n type: {\n name: \"DateTime\",\n },\n },\n statuses: {\n serializedName: \"statuses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExtensionsResourceStatus\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ExtensionsResourceStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionsResourceStatus\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n level: {\n serializedName: \"level\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Info\", \"Warning\", \"Error\"],\n },\n },\n displayStatus: {\n serializedName: \"displayStatus\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const MachineRunCommandsListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineRunCommandsListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineRunCommand\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GatewaysListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewaysListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Gateway\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SetupExtensionRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SetupExtensionRequest\",\n modelProperties: {\n extensions: {\n serializedName: \"extensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineExtensionProperties\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const HybridComputePrivateLinkScopeListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"HybridComputePrivateLinkScopeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HybridComputePrivateLinkScope\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const HybridComputePrivateLinkScopeProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"HybridComputePrivateLinkScopeProperties\",\n modelProperties: {\n publicNetworkAccess: {\n defaultValue: \"Disabled\",\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateLinkScopeId: {\n serializedName: \"privateLinkScopeId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionDataModel\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const PrivateEndpointConnectionDataModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionDataModel\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n modelProperties: {\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperty\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionStateProperty\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n groupIds: {\n serializedName: \"groupIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointProperty\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionStateProperty: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionStateProperty\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const PrivateLinkScopesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkScopesResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const TagsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TagsResource\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n modelProperties: {\n groupId: {\n serializedName: \"groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"requiredZoneNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkScopeValidationDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkScopeValidationDetails\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n publicNetworkAccess: {\n defaultValue: \"Disabled\",\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n connectionDetails: {\n serializedName: \"connectionDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectionDetail\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectionDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionDetail\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n linkIdentifier: {\n serializedName: \"linkIdentifier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n memberName: {\n serializedName: \"memberName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfiguration\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningIssues: {\n serializedName: \"properties.provisioningIssues\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProvisioningIssue\",\n },\n },\n },\n },\n networkSecurityPerimeter: {\n serializedName: \"properties.networkSecurityPerimeter\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeter\",\n },\n },\n resourceAssociation: {\n serializedName: \"properties.resourceAssociation\",\n type: {\n name: \"Composite\",\n className: \"ResourceAssociation\",\n },\n },\n profile: {\n serializedName: \"properties.profile\",\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterProfile\",\n },\n },\n },\n },\n };\n\nexport const ProvisioningIssue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProvisioningIssue\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n issueType: {\n serializedName: \"properties.issueType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"properties.severity\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n suggestedResourceIds: {\n serializedName: \"properties.suggestedResourceIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n suggestedAccessRules: {\n serializedName: \"properties.suggestedAccessRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AccessRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessRule\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n direction: {\n serializedName: \"properties.direction\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n addressPrefixes: {\n serializedName: \"properties.addressPrefixes\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeter\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n perimeterGuid: {\n serializedName: \"perimeterGuid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceAssociation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAssociation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n accessMode: {\n serializedName: \"accessMode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterProfile\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n accessRulesVersion: {\n serializedName: \"accessRulesVersion\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n accessRules: {\n serializedName: \"accessRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessRule\",\n },\n },\n },\n },\n diagnosticSettingsVersion: {\n serializedName: \"diagnosticSettingsVersion\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n enabledLogCategories: {\n serializedName: \"enabledLogCategories\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NetworkSecurityPerimeterConfigurationListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfiguration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const NetworkSecurityPerimeterConfigurationReconcileResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"NetworkSecurityPerimeterConfigurationReconcileResult\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const HybridIdentityMetadataList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridIdentityMetadataList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HybridIdentityMetadata\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AgentVersionsList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentVersionsList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentVersion\",\n modelProperties: {\n agentVersion: {\n serializedName: \"agentVersion\",\n type: {\n name: \"String\",\n },\n },\n downloadLink: {\n serializedName: \"downloadLink\",\n type: {\n name: \"String\",\n },\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const KeyProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyProperties\",\n modelProperties: {\n clientPublicKey: {\n serializedName: \"clientPublicKey\",\n type: {\n name: \"Composite\",\n className: \"KeyDetails\",\n },\n },\n candidatePublicKey: {\n serializedName: \"candidatePublicKey\",\n type: {\n name: \"Composite\",\n className: \"KeyDetails\",\n },\n },\n },\n },\n};\n\nexport const KeyDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyDetails\",\n modelProperties: {\n publicKey: {\n serializedName: \"publicKey\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n notAfter: {\n serializedName: \"notAfter\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n renewAfter: {\n serializedName: \"renewAfter\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const LicenseUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LicenseUpdate\",\n modelProperties: {\n ...ResourceUpdate.type.modelProperties,\n licenseType: {\n serializedName: \"properties.licenseType\",\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"properties.licenseDetails.state\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"properties.licenseDetails.target\",\n type: {\n name: \"String\",\n },\n },\n edition: {\n serializedName: \"properties.licenseDetails.edition\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"properties.licenseDetails.type\",\n type: {\n name: \"String\",\n },\n },\n processors: {\n serializedName: \"properties.licenseDetails.processors\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const LicenseProfileUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LicenseProfileUpdate\",\n modelProperties: {\n ...ResourceUpdate.type.modelProperties,\n subscriptionStatus: {\n serializedName: \"properties.productProfile.subscriptionStatus\",\n type: {\n name: \"String\",\n },\n },\n productType: {\n serializedName: \"properties.productProfile.productType\",\n type: {\n name: \"String\",\n },\n },\n productFeatures: {\n serializedName: \"properties.productProfile.productFeatures\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProductFeatureUpdate\",\n },\n },\n },\n },\n assignedLicense: {\n serializedName: \"properties.esuProfile.assignedLicense\",\n type: {\n name: \"String\",\n },\n },\n softwareAssuranceCustomer: {\n serializedName:\n \"properties.softwareAssurance.softwareAssuranceCustomer\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MachineExtensionUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineExtensionUpdate\",\n modelProperties: {\n ...ResourceUpdate.type.modelProperties,\n forceUpdateTag: {\n serializedName: \"properties.forceUpdateTag\",\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"properties.publisher\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"properties.type\",\n type: {\n name: \"String\",\n },\n },\n typeHandlerVersion: {\n serializedName: \"properties.typeHandlerVersion\",\n type: {\n name: \"String\",\n },\n },\n enableAutomaticUpgrade: {\n serializedName: \"properties.enableAutomaticUpgrade\",\n type: {\n name: \"Boolean\",\n },\n },\n autoUpgradeMinorVersion: {\n serializedName: \"properties.autoUpgradeMinorVersion\",\n type: {\n name: \"Boolean\",\n },\n },\n settings: {\n serializedName: \"properties.settings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n protectedSettings: {\n serializedName: \"properties.protectedSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const GatewayUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewayUpdate\",\n modelProperties: {\n ...ResourceUpdate.type.modelProperties,\n allowedFeatures: {\n serializedName: \"properties.allowedFeatures\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MachineUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineUpdate\",\n modelProperties: {\n ...ResourceUpdate.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n locationData: {\n serializedName: \"properties.locationData\",\n type: {\n name: \"Composite\",\n className: \"LocationData\",\n },\n },\n osProfile: {\n serializedName: \"properties.osProfile\",\n type: {\n name: \"Composite\",\n className: \"OSProfile\",\n },\n },\n cloudMetadata: {\n serializedName: \"properties.cloudMetadata\",\n type: {\n name: \"Composite\",\n className: \"CloudMetadata\",\n },\n },\n agentUpgrade: {\n serializedName: \"properties.agentUpgrade\",\n type: {\n name: \"Composite\",\n className: \"AgentUpgrade\",\n },\n },\n parentClusterResourceId: {\n serializedName: \"properties.parentClusterResourceId\",\n type: {\n name: \"String\",\n },\n },\n privateLinkScopeResourceId: {\n serializedName: \"properties.privateLinkScopeResourceId\",\n type: {\n name: \"String\",\n },\n },\n identityKeyStore: {\n serializedName: \"properties.identityKeyStore\",\n type: {\n name: \"String\",\n },\n },\n tpmEkCertificate: {\n serializedName: \"properties.tpmEkCertificate\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineRunCommandUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineRunCommandUpdate\",\n modelProperties: {\n ...ResourceUpdate.type.modelProperties,\n },\n },\n};\n\nexport const LicenseProfileArmEsuPropertiesWithoutAssignedLicense: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"LicenseProfileArmEsuPropertiesWithoutAssignedLicense\",\n modelProperties: {\n ...LicenseProfileStorageModelEsuProperties.type.modelProperties,\n serverType: {\n serializedName: \"serverType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n esuEligibility: {\n serializedName: \"esuEligibility\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n esuKeyState: {\n serializedName: \"esuKeyState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ExtensionValueV2Properties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionValueV2Properties\",\n modelProperties: {\n ...ExtensionValueProperties.type.modelProperties,\n extensionUris: {\n serializedName: \"extensionUris\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n extensionSignatureUri: {\n serializedName: \"extensionSignatureUri\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operatingSystem: {\n serializedName: \"operatingSystem\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n architecture: {\n serializedName: \"architecture\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ProxyResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResourceAutoGenerated\",\n modelProperties: {\n ...ResourceAutoGenerated.type.modelProperties,\n },\n },\n};\n\nexport const HybridComputePrivateLinkScope: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridComputePrivateLinkScope\",\n modelProperties: {\n ...PrivateLinkScopesResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"HybridComputePrivateLinkScopeProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const License: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"License\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\",\n },\n },\n licenseType: {\n serializedName: \"properties.licenseType\",\n type: {\n name: \"String\",\n },\n },\n licenseDetails: {\n serializedName: \"properties.licenseDetails\",\n type: {\n name: \"Composite\",\n className: \"LicenseDetails\",\n },\n },\n },\n },\n};\n\nexport const MachineExtension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineExtension\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"MachineExtensionProperties\",\n },\n },\n },\n },\n};\n\nexport const Machine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Machine\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n resources: {\n serializedName: \"resources\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineExtension\",\n },\n },\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n locationData: {\n serializedName: \"properties.locationData\",\n type: {\n name: \"Composite\",\n className: \"LocationData\",\n },\n },\n agentConfiguration: {\n serializedName: \"properties.agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentConfiguration\",\n },\n },\n serviceStatuses: {\n serializedName: \"properties.serviceStatuses\",\n type: {\n name: \"Composite\",\n className: \"ServiceStatuses\",\n },\n },\n hardwareProfile: {\n serializedName: \"properties.hardwareProfile\",\n type: {\n name: \"Composite\",\n className: \"HardwareProfile\",\n },\n },\n storageProfile: {\n serializedName: \"properties.storageProfile\",\n type: {\n name: \"Composite\",\n className: \"StorageProfile\",\n },\n },\n firmwareProfile: {\n serializedName: \"properties.firmwareProfile\",\n type: {\n name: \"Composite\",\n className: \"FirmwareProfile\",\n },\n },\n cloudMetadata: {\n serializedName: \"properties.cloudMetadata\",\n type: {\n name: \"Composite\",\n className: \"CloudMetadata\",\n },\n },\n agentUpgrade: {\n serializedName: \"properties.agentUpgrade\",\n type: {\n name: \"Composite\",\n className: \"AgentUpgrade\",\n },\n },\n osProfile: {\n serializedName: \"properties.osProfile\",\n type: {\n name: \"Composite\",\n className: \"OSProfile\",\n },\n },\n licenseProfile: {\n serializedName: \"properties.licenseProfile\",\n type: {\n name: \"Composite\",\n className: \"LicenseProfileMachineInstanceView\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastStatusChange: {\n serializedName: \"properties.lastStatusChange\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n errorDetails: {\n serializedName: \"properties.errorDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n agentVersion: {\n serializedName: \"properties.agentVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vmId: {\n serializedName: \"properties.vmId\",\n type: {\n name: \"Uuid\",\n },\n },\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n machineFqdn: {\n serializedName: \"properties.machineFqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientPublicKey: {\n serializedName: \"properties.clientPublicKey\",\n type: {\n name: \"String\",\n },\n },\n identityKeyStore: {\n serializedName: \"properties.identityKeyStore\",\n type: {\n name: \"String\",\n },\n },\n tpmEkCertificate: {\n serializedName: \"properties.tpmEkCertificate\",\n type: {\n name: \"String\",\n },\n },\n osName: {\n serializedName: \"properties.osName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osVersion: {\n serializedName: \"properties.osVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osType: {\n serializedName: \"properties.osType\",\n type: {\n name: \"String\",\n },\n },\n vmUuid: {\n serializedName: \"properties.vmUuid\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n extensions: {\n serializedName: \"properties.extensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MachineExtensionInstanceView\",\n },\n },\n },\n },\n osSku: {\n serializedName: \"properties.osSku\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n osEdition: {\n serializedName: \"properties.osEdition\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n domainName: {\n serializedName: \"properties.domainName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n adFqdn: {\n serializedName: \"properties.adFqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dnsFqdn: {\n serializedName: \"properties.dnsFqdn\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateLinkScopeResourceId: {\n serializedName: \"properties.privateLinkScopeResourceId\",\n type: {\n name: \"String\",\n },\n },\n parentClusterResourceId: {\n serializedName: \"properties.parentClusterResourceId\",\n type: {\n name: \"String\",\n },\n },\n hardwareResourceId: {\n serializedName: \"properties.hardwareResourceId\",\n type: {\n name: \"String\",\n },\n },\n mssqlDiscovered: {\n serializedName: \"properties.mssqlDiscovered\",\n type: {\n name: \"String\",\n },\n },\n detectedProperties: {\n serializedName: \"properties.detectedProperties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n networkProfile: {\n serializedName: \"properties.networkProfile\",\n type: {\n name: \"Composite\",\n className: \"NetworkProfile\",\n },\n },\n },\n },\n};\n\nexport const LicenseProfile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LicenseProfile\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subscriptionStatus: {\n serializedName: \"properties.productProfile.subscriptionStatus\",\n type: {\n name: \"String\",\n },\n },\n productType: {\n serializedName: \"properties.productProfile.productType\",\n type: {\n name: \"String\",\n },\n },\n enrollmentDate: {\n serializedName: \"properties.productProfile.enrollmentDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n billingStartDate: {\n serializedName: \"properties.productProfile.billingStartDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n disenrollmentDate: {\n serializedName: \"properties.productProfile.disenrollmentDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n billingEndDate: {\n serializedName: \"properties.productProfile.billingEndDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n error: {\n serializedName: \"properties.productProfile.error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n productFeatures: {\n serializedName: \"properties.productProfile.productFeatures\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProductFeature\",\n },\n },\n },\n },\n assignedLicenseImmutableId: {\n serializedName: \"properties.esuProfile.assignedLicenseImmutableId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n esuKeys: {\n serializedName: \"properties.esuProfile.esuKeys\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EsuKey\",\n },\n },\n },\n },\n serverType: {\n serializedName: \"properties.esuProfile.serverType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n esuEligibility: {\n serializedName: \"properties.esuProfile.esuEligibility\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n esuKeyState: {\n serializedName: \"properties.esuProfile.esuKeyState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n assignedLicense: {\n serializedName: \"properties.esuProfile.assignedLicense\",\n type: {\n name: \"String\",\n },\n },\n softwareAssuranceCustomer: {\n serializedName:\n \"properties.softwareAssurance.softwareAssuranceCustomer\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MachineRunCommand: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineRunCommand\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"MachineRunCommandScriptSource\",\n },\n },\n parameters: {\n serializedName: \"properties.parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RunCommandInputParameter\",\n },\n },\n },\n },\n protectedParameters: {\n serializedName: \"properties.protectedParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RunCommandInputParameter\",\n },\n },\n },\n },\n asyncExecution: {\n defaultValue: false,\n serializedName: \"properties.asyncExecution\",\n type: {\n name: \"Boolean\",\n },\n },\n runAsUser: {\n serializedName: \"properties.runAsUser\",\n type: {\n name: \"String\",\n },\n },\n runAsPassword: {\n serializedName: \"properties.runAsPassword\",\n type: {\n name: \"String\",\n },\n },\n timeoutInSeconds: {\n serializedName: \"properties.timeoutInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n outputBlobUri: {\n serializedName: \"properties.outputBlobUri\",\n type: {\n name: \"String\",\n },\n },\n errorBlobUri: {\n serializedName: \"properties.errorBlobUri\",\n type: {\n name: \"String\",\n },\n },\n outputBlobManagedIdentity: {\n serializedName: \"properties.outputBlobManagedIdentity\",\n type: {\n name: \"Composite\",\n className: \"RunCommandManagedIdentity\",\n },\n },\n errorBlobManagedIdentity: {\n serializedName: \"properties.errorBlobManagedIdentity\",\n type: {\n name: \"Composite\",\n className: \"RunCommandManagedIdentity\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n instanceView: {\n serializedName: \"properties.instanceView\",\n type: {\n name: \"Composite\",\n className: \"MachineRunCommandInstanceView\",\n },\n },\n },\n },\n};\n\nexport const Gateway: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Gateway\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n gatewayId: {\n serializedName: \"properties.gatewayId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n gatewayType: {\n serializedName: \"properties.gatewayType\",\n type: {\n name: \"String\",\n },\n },\n gatewayEndpoint: {\n serializedName: \"properties.gatewayEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n allowedFeatures: {\n serializedName: \"properties.allowedFeatures\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ExtensionValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionValue\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n version: {\n serializedName: \"properties.version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extensionType: {\n serializedName: \"properties.extensionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"properties.publisher\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Settings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Settings\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n gatewayResourceId: {\n serializedName: \"properties.gatewayProperties.gatewayResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceProperties\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionProperties\",\n },\n },\n },\n },\n};\n\nexport const HybridIdentityMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HybridIdentityMetadata\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n vmId: {\n serializedName: \"properties.vmId\",\n type: {\n name: \"String\",\n },\n },\n publicKey: {\n serializedName: \"properties.publicKey\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"properties.identity\",\n type: {\n name: \"Composite\",\n className: \"Identity\",\n },\n },\n },\n },\n};\n\nexport const NetworkConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkConfiguration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"properties.location\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"properties.tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n networkConfigurationScopeId: {\n serializedName: \"properties.networkConfigurationScopeId\",\n type: {\n name: \"String\",\n },\n },\n networkConfigurationScopeResourceId: {\n serializedName: \"properties.networkConfigurationScopeResourceId\",\n type: {\n name: \"String\",\n },\n },\n keyProperties: {\n serializedName: \"properties.keyProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyProperties\",\n },\n },\n },\n },\n};\n\nexport const LicenseProfileMachineInstanceViewEsuProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"LicenseProfileMachineInstanceViewEsuProperties\",\n modelProperties: {\n ...LicenseProfileArmEsuPropertiesWithoutAssignedLicense.type\n .modelProperties,\n assignedLicense: {\n serializedName: \"assignedLicense\",\n type: {\n name: \"Composite\",\n className: \"License\",\n },\n },\n licenseAssignmentState: {\n serializedName: \"licenseAssignmentState\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const LicenseProfileArmEsuProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LicenseProfileArmEsuProperties\",\n modelProperties: {\n ...LicenseProfileArmEsuPropertiesWithoutAssignedLicense.type\n .modelProperties,\n assignedLicense: {\n serializedName: \"assignedLicense\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExtensionValueV2: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExtensionValueV2\",\n modelProperties: {\n ...ProxyResourceAutoGenerated.type.modelProperties,\n version: {\n serializedName: \"properties.version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extensionType: {\n serializedName: \"properties.extensionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"properties.publisher\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n extensionUris: {\n serializedName: \"properties.extensionUris\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n extensionSignatureUri: {\n serializedName: \"properties.extensionSignatureUri\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operatingSystem: {\n serializedName: \"properties.operatingSystem\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n architecture: {\n serializedName: \"properties.architecture\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MachinesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachinesAssessPatchesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesAssessPatchesHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachinesInstallPatchesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachinesInstallPatchesHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LicenseProfilesCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"LicenseProfilesCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const LicenseProfilesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LicenseProfilesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LicenseProfilesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LicenseProfilesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineExtensionsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineExtensionsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MachineExtensionsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineExtensionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const HybridComputeManagementClientUpgradeExtensionsHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"HybridComputeManagementClientUpgradeExtensionsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const HybridComputeManagementClientSetupExtensionsHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"HybridComputeManagementClientSetupExtensionsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MachineRunCommandsCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MachineRunCommandsCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MachineRunCommandsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MachineRunCommandsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GatewaysCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewaysCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GatewaysDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GatewaysDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkScopesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkScopesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n"]}
@@ -0,0 +1,51 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const contentType: OperationParameter;
3
+ export declare const parameters: OperationParameter;
4
+ export declare const accept: OperationParameter;
5
+ export declare const $host: OperationURLParameter;
6
+ export declare const apiVersion: OperationQueryParameter;
7
+ export declare const subscriptionId: OperationURLParameter;
8
+ export declare const resourceGroupName: OperationURLParameter;
9
+ export declare const licenseName: OperationURLParameter;
10
+ export declare const parameters1: OperationParameter;
11
+ export declare const nextLink: OperationURLParameter;
12
+ export declare const machineName: OperationURLParameter;
13
+ export declare const expand: OperationQueryParameter;
14
+ export declare const resourceGroupName1: OperationURLParameter;
15
+ export declare const name: OperationURLParameter;
16
+ export declare const installPatchesInput: OperationParameter;
17
+ export declare const expand1: OperationQueryParameter;
18
+ export declare const parameters2: OperationParameter;
19
+ export declare const machineName1: OperationURLParameter;
20
+ export declare const licenseProfileName: OperationURLParameter;
21
+ export declare const parameters3: OperationParameter;
22
+ export declare const extensionParameters: OperationParameter;
23
+ export declare const extensionName: OperationURLParameter;
24
+ export declare const extensionParameters1: OperationParameter;
25
+ export declare const extensionUpgradeParameters: OperationParameter;
26
+ export declare const extensions: OperationParameter;
27
+ export declare const location: OperationURLParameter;
28
+ export declare const publisher: OperationURLParameter;
29
+ export declare const extensionType: OperationURLParameter;
30
+ export declare const version: OperationURLParameter;
31
+ export declare const location1: OperationURLParameter;
32
+ export declare const runCommandProperties: OperationParameter;
33
+ export declare const runCommandName: OperationURLParameter;
34
+ export declare const parameters4: OperationParameter;
35
+ export declare const gatewayName: OperationURLParameter;
36
+ export declare const parameters5: OperationParameter;
37
+ export declare const baseProvider: OperationURLParameter;
38
+ export declare const baseResourceType: OperationURLParameter;
39
+ export declare const baseResourceName: OperationURLParameter;
40
+ export declare const settingsResourceName: OperationURLParameter;
41
+ export declare const parameters6: OperationParameter;
42
+ export declare const scopeName: OperationURLParameter;
43
+ export declare const parameters7: OperationParameter;
44
+ export declare const privateLinkScopeTags: OperationParameter;
45
+ export declare const privateLinkScopeId: OperationURLParameter;
46
+ export declare const machineName2: OperationURLParameter;
47
+ export declare const groupName: OperationURLParameter;
48
+ export declare const privateEndpointConnectionName: OperationURLParameter;
49
+ export declare const parameters8: OperationParameter;
50
+ export declare const perimeterName: OperationURLParameter;
51
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAoB5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAczB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,qBASlB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,kBAGjC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAQrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAY1B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAUhC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,kBAGjC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAGlC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,kBAGxC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,qBASrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBAYvB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAGlC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAY1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAY9B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAY9B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,qBAYlC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBAYvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,kBAGlC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAa1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAc3B,CAAC"}