@azure/arm-containerinstance 9.2.0-beta.1 → 10.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 (693) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +30 -24
  3. package/dist/browser/api/cgProfile/index.d.ts +3 -0
  4. package/dist/browser/api/cgProfile/index.js +4 -0
  5. package/dist/browser/api/cgProfile/index.js.map +1 -0
  6. package/dist/browser/api/cgProfile/operations.d.ts +30 -0
  7. package/dist/browser/api/cgProfile/operations.js +192 -0
  8. package/dist/browser/api/cgProfile/operations.js.map +1 -0
  9. package/dist/browser/api/cgProfile/options.d.ts +20 -0
  10. package/dist/browser/api/cgProfile/options.js +4 -0
  11. package/dist/browser/api/cgProfile/options.js.map +1 -0
  12. package/dist/browser/api/cgProfiles/index.d.ts +3 -0
  13. package/dist/browser/api/cgProfiles/index.js +4 -0
  14. package/dist/browser/api/cgProfiles/index.js.map +1 -0
  15. package/dist/browser/api/cgProfiles/operations.d.ts +14 -0
  16. package/dist/browser/api/cgProfiles/operations.js +70 -0
  17. package/dist/browser/api/cgProfiles/operations.js.map +1 -0
  18. package/dist/browser/api/cgProfiles/options.d.ts +8 -0
  19. package/dist/browser/api/cgProfiles/options.js +4 -0
  20. package/dist/browser/api/cgProfiles/options.js.map +1 -0
  21. package/dist/browser/api/containerGroups/index.d.ts +3 -0
  22. package/dist/browser/api/containerGroups/index.js +4 -0
  23. package/dist/browser/api/containerGroups/index.js.map +1 -0
  24. package/dist/browser/api/containerGroups/operations.d.ts +47 -0
  25. package/dist/browser/api/containerGroups/operations.js +334 -0
  26. package/dist/browser/api/containerGroups/operations.js.map +1 -0
  27. package/dist/browser/api/containerGroups/options.d.ts +40 -0
  28. package/dist/browser/api/containerGroups/options.js +4 -0
  29. package/dist/browser/api/containerGroups/options.js.map +1 -0
  30. package/dist/browser/api/containerInstanceManagementContext.d.ts +22 -0
  31. package/dist/browser/api/containerInstanceManagementContext.js +26 -0
  32. package/dist/browser/api/containerInstanceManagementContext.js.map +1 -0
  33. package/dist/browser/api/containers/index.d.ts +3 -0
  34. package/dist/browser/api/containers/index.js +4 -0
  35. package/dist/browser/api/containers/index.js.map +1 -0
  36. package/dist/browser/api/containers/operations.d.ts +17 -0
  37. package/dist/browser/api/containers/operations.js +103 -0
  38. package/dist/browser/api/containers/operations.js.map +1 -0
  39. package/dist/browser/api/containers/options.d.ts +15 -0
  40. package/dist/browser/api/containers/options.js +4 -0
  41. package/dist/browser/api/containers/options.js.map +1 -0
  42. package/dist/browser/api/index.d.ts +3 -0
  43. package/dist/browser/api/index.js +4 -0
  44. package/dist/browser/api/index.js.map +1 -0
  45. package/dist/browser/api/location/index.d.ts +3 -0
  46. package/dist/browser/api/location/index.js +4 -0
  47. package/dist/browser/api/location/index.js.map +1 -0
  48. package/dist/browser/api/location/operations.d.ts +18 -0
  49. package/dist/browser/api/location/operations.js +103 -0
  50. package/dist/browser/api/location/operations.js.map +1 -0
  51. package/dist/browser/api/location/options.d.ts +11 -0
  52. package/dist/browser/api/location/options.js +4 -0
  53. package/dist/browser/api/location/options.js.map +1 -0
  54. package/dist/browser/api/nGroups/index.d.ts +3 -0
  55. package/dist/browser/api/nGroups/index.js +4 -0
  56. package/dist/browser/api/nGroups/index.js.map +1 -0
  57. package/dist/browser/api/nGroups/operations.d.ts +43 -0
  58. package/dist/browser/api/nGroups/operations.js +298 -0
  59. package/dist/browser/api/nGroups/operations.js.map +1 -0
  60. package/dist/browser/api/nGroups/options.d.ts +39 -0
  61. package/dist/browser/api/nGroups/options.js +4 -0
  62. package/dist/browser/api/nGroups/options.js.map +1 -0
  63. package/dist/browser/api/operations/index.d.ts +3 -0
  64. package/dist/browser/api/operations/index.js +4 -0
  65. package/dist/browser/api/operations/index.js.map +1 -0
  66. package/dist/browser/api/operations/operations.d.ts +10 -0
  67. package/dist/browser/api/operations/operations.js +37 -0
  68. package/dist/browser/api/operations/operations.js.map +1 -0
  69. package/dist/browser/api/operations/options.d.ts +5 -0
  70. package/dist/browser/api/operations/options.js +4 -0
  71. package/dist/browser/api/operations/options.js.map +1 -0
  72. package/dist/browser/api/sandboxGroups/index.d.ts +3 -0
  73. package/dist/browser/api/sandboxGroups/index.js +4 -0
  74. package/dist/browser/api/sandboxGroups/index.js.map +1 -0
  75. package/dist/browser/api/sandboxGroups/operations.d.ts +35 -0
  76. package/dist/browser/api/sandboxGroups/operations.js +237 -0
  77. package/dist/browser/api/sandboxGroups/operations.js.map +1 -0
  78. package/dist/browser/api/sandboxGroups/options.d.ts +29 -0
  79. package/dist/browser/api/sandboxGroups/options.js +4 -0
  80. package/dist/browser/api/sandboxGroups/options.js.map +1 -0
  81. package/dist/browser/api/subnetServiceAssociationLink/index.d.ts +3 -0
  82. package/dist/browser/api/subnetServiceAssociationLink/index.js +4 -0
  83. package/dist/browser/api/subnetServiceAssociationLink/index.js.map +1 -0
  84. package/dist/browser/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  85. package/dist/browser/api/subnetServiceAssociationLink/operations.js +40 -0
  86. package/dist/browser/api/subnetServiceAssociationLink/operations.js.map +1 -0
  87. package/dist/browser/api/subnetServiceAssociationLink/options.d.ts +7 -0
  88. package/dist/browser/api/subnetServiceAssociationLink/options.js +4 -0
  89. package/dist/browser/api/subnetServiceAssociationLink/options.js.map +1 -0
  90. package/dist/browser/classic/cgProfile/index.d.ts +21 -0
  91. package/dist/browser/classic/cgProfile/index.js +19 -0
  92. package/dist/browser/classic/cgProfile/index.js.map +1 -0
  93. package/dist/browser/classic/cgProfiles/index.d.ts +13 -0
  94. package/dist/browser/classic/cgProfiles/index.js +15 -0
  95. package/dist/browser/classic/cgProfiles/index.js.map +1 -0
  96. package/dist/browser/classic/containerGroups/index.d.ts +47 -0
  97. package/dist/browser/classic/containerGroups/index.js +56 -0
  98. package/dist/browser/classic/containerGroups/index.js.map +1 -0
  99. package/dist/browser/classic/containers/index.d.ts +14 -0
  100. package/dist/browser/classic/containers/index.js +16 -0
  101. package/dist/browser/classic/containers/index.js.map +1 -0
  102. package/dist/browser/classic/index.d.ts +10 -0
  103. package/dist/browser/classic/index.js +4 -0
  104. package/dist/browser/classic/index.js.map +1 -0
  105. package/dist/browser/classic/location/index.d.ts +15 -0
  106. package/dist/browser/classic/location/index.js +16 -0
  107. package/dist/browser/classic/location/index.js.map +1 -0
  108. package/dist/browser/classic/nGroups/index.d.ts +49 -0
  109. package/dist/browser/classic/nGroups/index.js +63 -0
  110. package/dist/browser/classic/nGroups/index.js.map +1 -0
  111. package/dist/browser/classic/operations/index.d.ts +11 -0
  112. package/dist/browser/classic/operations/index.js +14 -0
  113. package/dist/browser/classic/operations/index.js.map +1 -0
  114. package/dist/browser/classic/sandboxGroups/index.d.ts +37 -0
  115. package/dist/browser/classic/sandboxGroups/index.js +45 -0
  116. package/dist/browser/classic/sandboxGroups/index.js.map +1 -0
  117. package/dist/browser/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  118. package/dist/browser/classic/subnetServiceAssociationLink/index.js +23 -0
  119. package/dist/browser/classic/subnetServiceAssociationLink/index.js.map +1 -0
  120. package/dist/browser/containerInstanceManagementClient.d.ts +39 -0
  121. package/dist/browser/containerInstanceManagementClient.js +65 -0
  122. package/dist/browser/containerInstanceManagementClient.js.map +1 -0
  123. package/dist/browser/index.d.ts +25 -0
  124. package/dist/browser/index.js +9 -0
  125. package/dist/browser/index.js.map +1 -0
  126. package/dist/browser/logger.d.ts +2 -0
  127. package/dist/browser/logger.js +5 -0
  128. package/dist/browser/logger.js.map +1 -0
  129. package/dist/browser/models/index.d.ts +3 -0
  130. package/dist/browser/models/index.js +4 -0
  131. package/dist/browser/models/index.js.map +1 -0
  132. package/dist/browser/models/models.d.ts +1906 -0
  133. package/dist/browser/models/models.js +2594 -0
  134. package/dist/browser/models/models.js.map +1 -0
  135. package/dist/browser/package.json +3 -0
  136. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  137. package/dist/browser/restorePollerHelpers.js +118 -0
  138. package/dist/browser/restorePollerHelpers.js.map +1 -0
  139. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  140. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  141. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  142. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  143. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  144. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  145. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  146. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  147. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  148. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  149. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  150. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  151. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  152. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  153. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  154. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  155. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  156. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  157. package/dist/commonjs/api/cgProfile/index.d.ts +3 -0
  158. package/dist/commonjs/api/cgProfile/index.js +38 -0
  159. package/dist/commonjs/api/cgProfile/index.js.map +7 -0
  160. package/dist/commonjs/api/cgProfile/operations.d.ts +30 -0
  161. package/dist/commonjs/api/cgProfile/operations.js +292 -0
  162. package/dist/commonjs/api/cgProfile/operations.js.map +7 -0
  163. package/dist/commonjs/api/cgProfile/options.d.ts +20 -0
  164. package/dist/commonjs/api/cgProfile/options.js +16 -0
  165. package/dist/commonjs/api/cgProfile/options.js.map +7 -0
  166. package/dist/commonjs/api/cgProfiles/index.d.ts +3 -0
  167. package/dist/commonjs/api/cgProfiles/index.js +30 -0
  168. package/dist/commonjs/api/cgProfiles/index.js.map +7 -0
  169. package/dist/commonjs/api/cgProfiles/operations.d.ts +14 -0
  170. package/dist/commonjs/api/cgProfiles/operations.js +122 -0
  171. package/dist/commonjs/api/cgProfiles/operations.js.map +7 -0
  172. package/dist/commonjs/api/cgProfiles/options.d.ts +8 -0
  173. package/dist/commonjs/api/cgProfiles/options.js +16 -0
  174. package/dist/commonjs/api/cgProfiles/options.js.map +7 -0
  175. package/dist/commonjs/api/containerGroups/index.d.ts +3 -0
  176. package/dist/commonjs/api/containerGroups/index.js +46 -0
  177. package/dist/commonjs/api/containerGroups/index.js.map +7 -0
  178. package/dist/commonjs/api/containerGroups/operations.d.ts +47 -0
  179. package/dist/commonjs/api/containerGroups/operations.js +469 -0
  180. package/dist/commonjs/api/containerGroups/operations.js.map +7 -0
  181. package/dist/commonjs/api/containerGroups/options.d.ts +40 -0
  182. package/dist/commonjs/api/containerGroups/options.js +16 -0
  183. package/dist/commonjs/api/containerGroups/options.js.map +7 -0
  184. package/dist/commonjs/api/containerInstanceManagementContext.d.ts +22 -0
  185. package/dist/commonjs/api/containerInstanceManagementContext.js +47 -0
  186. package/dist/commonjs/api/containerInstanceManagementContext.js.map +7 -0
  187. package/dist/commonjs/api/containers/index.d.ts +3 -0
  188. package/dist/commonjs/api/containers/index.js +32 -0
  189. package/dist/commonjs/api/containers/index.js.map +7 -0
  190. package/dist/commonjs/api/containers/operations.d.ts +17 -0
  191. package/dist/commonjs/api/containers/operations.js +171 -0
  192. package/dist/commonjs/api/containers/operations.js.map +7 -0
  193. package/dist/commonjs/api/containers/options.d.ts +15 -0
  194. package/dist/commonjs/api/containers/options.js +16 -0
  195. package/dist/commonjs/api/containers/options.js.map +7 -0
  196. package/dist/commonjs/api/index.d.ts +3 -0
  197. package/dist/commonjs/api/index.js +28 -0
  198. package/dist/commonjs/api/index.js.map +7 -0
  199. package/dist/commonjs/api/location/index.d.ts +3 -0
  200. package/dist/commonjs/api/location/index.js +32 -0
  201. package/dist/commonjs/api/location/index.js.map +7 -0
  202. package/dist/commonjs/api/location/operations.d.ts +18 -0
  203. package/dist/commonjs/api/location/operations.js +170 -0
  204. package/dist/commonjs/api/location/operations.js.map +7 -0
  205. package/dist/commonjs/api/location/options.d.ts +11 -0
  206. package/dist/commonjs/api/location/options.js +16 -0
  207. package/dist/commonjs/api/location/options.js.map +7 -0
  208. package/dist/commonjs/api/nGroups/index.d.ts +3 -0
  209. package/dist/commonjs/api/nGroups/index.js +44 -0
  210. package/dist/commonjs/api/nGroups/index.js.map +7 -0
  211. package/dist/commonjs/api/nGroups/operations.d.ts +43 -0
  212. package/dist/commonjs/api/nGroups/operations.js +413 -0
  213. package/dist/commonjs/api/nGroups/operations.js.map +7 -0
  214. package/dist/commonjs/api/nGroups/options.d.ts +39 -0
  215. package/dist/commonjs/api/nGroups/options.js +16 -0
  216. package/dist/commonjs/api/nGroups/options.js.map +7 -0
  217. package/dist/commonjs/api/operations/index.d.ts +3 -0
  218. package/dist/commonjs/api/operations/index.js +28 -0
  219. package/dist/commonjs/api/operations/index.js.map +7 -0
  220. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  221. package/dist/commonjs/api/operations/operations.js +74 -0
  222. package/dist/commonjs/api/operations/operations.js.map +7 -0
  223. package/dist/commonjs/api/operations/options.d.ts +5 -0
  224. package/dist/commonjs/api/operations/options.js +16 -0
  225. package/dist/commonjs/api/operations/options.js.map +7 -0
  226. package/dist/commonjs/api/sandboxGroups/index.d.ts +3 -0
  227. package/dist/commonjs/api/sandboxGroups/index.js +40 -0
  228. package/dist/commonjs/api/sandboxGroups/index.js.map +7 -0
  229. package/dist/commonjs/api/sandboxGroups/operations.d.ts +35 -0
  230. package/dist/commonjs/api/sandboxGroups/operations.js +334 -0
  231. package/dist/commonjs/api/sandboxGroups/operations.js.map +7 -0
  232. package/dist/commonjs/api/sandboxGroups/options.d.ts +29 -0
  233. package/dist/commonjs/api/sandboxGroups/options.js +16 -0
  234. package/dist/commonjs/api/sandboxGroups/options.js.map +7 -0
  235. package/dist/commonjs/api/subnetServiceAssociationLink/index.d.ts +3 -0
  236. package/dist/commonjs/api/subnetServiceAssociationLink/index.js +28 -0
  237. package/dist/commonjs/api/subnetServiceAssociationLink/index.js.map +7 -0
  238. package/dist/commonjs/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  239. package/dist/commonjs/api/subnetServiceAssociationLink/operations.js +71 -0
  240. package/dist/commonjs/api/subnetServiceAssociationLink/operations.js.map +7 -0
  241. package/dist/commonjs/api/subnetServiceAssociationLink/options.d.ts +7 -0
  242. package/dist/commonjs/api/subnetServiceAssociationLink/options.js +16 -0
  243. package/dist/commonjs/api/subnetServiceAssociationLink/options.js.map +7 -0
  244. package/dist/commonjs/classic/cgProfile/index.d.ts +21 -0
  245. package/dist/commonjs/classic/cgProfile/index.js +55 -0
  246. package/dist/commonjs/classic/cgProfile/index.js.map +7 -0
  247. package/dist/commonjs/classic/cgProfiles/index.d.ts +13 -0
  248. package/dist/commonjs/classic/cgProfiles/index.js +39 -0
  249. package/dist/commonjs/classic/cgProfiles/index.js.map +7 -0
  250. package/dist/commonjs/classic/containerGroups/index.d.ts +47 -0
  251. package/dist/commonjs/classic/containerGroups/index.js +97 -0
  252. package/dist/commonjs/classic/containerGroups/index.js.map +7 -0
  253. package/dist/commonjs/classic/containers/index.d.ts +14 -0
  254. package/dist/commonjs/classic/containers/index.js +47 -0
  255. package/dist/commonjs/classic/containers/index.js.map +7 -0
  256. package/dist/commonjs/classic/index.d.ts +10 -0
  257. package/dist/commonjs/classic/index.js +16 -0
  258. package/dist/commonjs/classic/index.js.map +7 -0
  259. package/dist/commonjs/classic/location/index.d.ts +15 -0
  260. package/dist/commonjs/classic/location/index.js +40 -0
  261. package/dist/commonjs/classic/location/index.js.map +7 -0
  262. package/dist/commonjs/classic/nGroups/index.d.ts +49 -0
  263. package/dist/commonjs/classic/nGroups/index.js +87 -0
  264. package/dist/commonjs/classic/nGroups/index.js.map +7 -0
  265. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  266. package/dist/commonjs/classic/operations/index.js +38 -0
  267. package/dist/commonjs/classic/operations/index.js.map +7 -0
  268. package/dist/commonjs/classic/sandboxGroups/index.d.ts +37 -0
  269. package/dist/commonjs/classic/sandboxGroups/index.js +75 -0
  270. package/dist/commonjs/classic/sandboxGroups/index.js.map +7 -0
  271. package/dist/commonjs/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  272. package/dist/commonjs/classic/subnetServiceAssociationLink/index.js +47 -0
  273. package/dist/commonjs/classic/subnetServiceAssociationLink/index.js.map +7 -0
  274. package/dist/commonjs/containerInstanceManagementClient.d.ts +39 -0
  275. package/dist/commonjs/containerInstanceManagementClient.js +86 -0
  276. package/dist/commonjs/containerInstanceManagementClient.js.map +7 -0
  277. package/dist/commonjs/index.d.ts +25 -0
  278. package/dist/commonjs/index.js +78 -0
  279. package/dist/commonjs/index.js.map +7 -0
  280. package/dist/commonjs/logger.d.ts +2 -0
  281. package/dist/commonjs/logger.js +29 -0
  282. package/dist/commonjs/logger.js.map +7 -0
  283. package/dist/commonjs/models/index.d.ts +3 -0
  284. package/dist/commonjs/models/index.js +64 -0
  285. package/dist/commonjs/models/index.js.map +7 -0
  286. package/dist/commonjs/models/models.d.ts +1906 -0
  287. package/dist/commonjs/models/models.js +2571 -0
  288. package/dist/commonjs/models/models.js.map +7 -0
  289. package/dist/commonjs/package.json +3 -0
  290. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  291. package/dist/commonjs/restorePollerHelpers.js +131 -0
  292. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  293. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  294. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  295. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  296. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  297. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  298. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  299. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  300. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  301. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  302. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  303. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  304. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  305. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  306. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  307. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  308. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  309. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  310. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  311. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  312. package/dist/esm/api/cgProfile/index.d.ts +3 -0
  313. package/dist/esm/api/cgProfile/index.js +4 -0
  314. package/dist/esm/api/cgProfile/index.js.map +1 -0
  315. package/dist/esm/api/cgProfile/operations.d.ts +30 -0
  316. package/dist/esm/api/cgProfile/operations.js +192 -0
  317. package/dist/esm/api/cgProfile/operations.js.map +1 -0
  318. package/dist/esm/api/cgProfile/options.d.ts +20 -0
  319. package/dist/esm/api/cgProfile/options.js +4 -0
  320. package/dist/esm/api/cgProfile/options.js.map +1 -0
  321. package/dist/esm/api/cgProfiles/index.d.ts +3 -0
  322. package/dist/esm/api/cgProfiles/index.js +4 -0
  323. package/dist/esm/api/cgProfiles/index.js.map +1 -0
  324. package/dist/esm/api/cgProfiles/operations.d.ts +14 -0
  325. package/dist/esm/api/cgProfiles/operations.js +70 -0
  326. package/dist/esm/api/cgProfiles/operations.js.map +1 -0
  327. package/dist/esm/api/cgProfiles/options.d.ts +8 -0
  328. package/dist/esm/api/cgProfiles/options.js +4 -0
  329. package/dist/esm/api/cgProfiles/options.js.map +1 -0
  330. package/dist/esm/api/containerGroups/index.d.ts +3 -0
  331. package/dist/esm/api/containerGroups/index.js +4 -0
  332. package/dist/esm/api/containerGroups/index.js.map +1 -0
  333. package/dist/esm/api/containerGroups/operations.d.ts +47 -0
  334. package/dist/esm/api/containerGroups/operations.js +334 -0
  335. package/dist/esm/api/containerGroups/operations.js.map +1 -0
  336. package/dist/esm/api/containerGroups/options.d.ts +40 -0
  337. package/dist/esm/api/containerGroups/options.js +4 -0
  338. package/dist/esm/api/containerGroups/options.js.map +1 -0
  339. package/dist/esm/api/containerInstanceManagementContext.d.ts +22 -0
  340. package/dist/esm/api/containerInstanceManagementContext.js +26 -0
  341. package/dist/esm/api/containerInstanceManagementContext.js.map +1 -0
  342. package/dist/esm/api/containers/index.d.ts +3 -0
  343. package/dist/esm/api/containers/index.js +4 -0
  344. package/dist/esm/api/containers/index.js.map +1 -0
  345. package/dist/esm/api/containers/operations.d.ts +17 -0
  346. package/dist/esm/api/containers/operations.js +103 -0
  347. package/dist/esm/api/containers/operations.js.map +1 -0
  348. package/dist/esm/api/containers/options.d.ts +15 -0
  349. package/dist/esm/api/containers/options.js +4 -0
  350. package/dist/esm/api/containers/options.js.map +1 -0
  351. package/dist/esm/api/index.d.ts +3 -0
  352. package/dist/esm/api/index.js +4 -0
  353. package/dist/esm/api/index.js.map +1 -0
  354. package/dist/esm/api/location/index.d.ts +3 -0
  355. package/dist/esm/api/location/index.js +4 -0
  356. package/dist/esm/api/location/index.js.map +1 -0
  357. package/dist/esm/api/location/operations.d.ts +18 -0
  358. package/dist/esm/api/location/operations.js +103 -0
  359. package/dist/esm/api/location/operations.js.map +1 -0
  360. package/dist/esm/api/location/options.d.ts +11 -0
  361. package/dist/esm/api/location/options.js +4 -0
  362. package/dist/esm/api/location/options.js.map +1 -0
  363. package/dist/esm/api/nGroups/index.d.ts +3 -0
  364. package/dist/esm/api/nGroups/index.js +4 -0
  365. package/dist/esm/api/nGroups/index.js.map +1 -0
  366. package/dist/esm/api/nGroups/operations.d.ts +43 -0
  367. package/dist/esm/api/nGroups/operations.js +298 -0
  368. package/dist/esm/api/nGroups/operations.js.map +1 -0
  369. package/dist/esm/api/nGroups/options.d.ts +39 -0
  370. package/dist/esm/api/nGroups/options.js +4 -0
  371. package/dist/esm/api/nGroups/options.js.map +1 -0
  372. package/dist/esm/api/operations/index.d.ts +3 -0
  373. package/dist/esm/api/operations/index.js +4 -0
  374. package/dist/esm/api/operations/index.js.map +1 -0
  375. package/dist/esm/api/operations/operations.d.ts +10 -0
  376. package/dist/esm/api/operations/operations.js +37 -0
  377. package/dist/esm/api/operations/operations.js.map +1 -0
  378. package/dist/esm/api/operations/options.d.ts +5 -0
  379. package/dist/esm/api/operations/options.js +4 -0
  380. package/dist/esm/api/operations/options.js.map +1 -0
  381. package/dist/esm/api/sandboxGroups/index.d.ts +3 -0
  382. package/dist/esm/api/sandboxGroups/index.js +4 -0
  383. package/dist/esm/api/sandboxGroups/index.js.map +1 -0
  384. package/dist/esm/api/sandboxGroups/operations.d.ts +35 -0
  385. package/dist/esm/api/sandboxGroups/operations.js +237 -0
  386. package/dist/esm/api/sandboxGroups/operations.js.map +1 -0
  387. package/dist/esm/api/sandboxGroups/options.d.ts +29 -0
  388. package/dist/esm/api/sandboxGroups/options.js +4 -0
  389. package/dist/esm/api/sandboxGroups/options.js.map +1 -0
  390. package/dist/esm/api/subnetServiceAssociationLink/index.d.ts +3 -0
  391. package/dist/esm/api/subnetServiceAssociationLink/index.js +4 -0
  392. package/dist/esm/api/subnetServiceAssociationLink/index.js.map +1 -0
  393. package/dist/esm/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  394. package/dist/esm/api/subnetServiceAssociationLink/operations.js +40 -0
  395. package/dist/esm/api/subnetServiceAssociationLink/operations.js.map +1 -0
  396. package/dist/esm/api/subnetServiceAssociationLink/options.d.ts +7 -0
  397. package/dist/esm/api/subnetServiceAssociationLink/options.js +4 -0
  398. package/dist/esm/api/subnetServiceAssociationLink/options.js.map +1 -0
  399. package/dist/esm/classic/cgProfile/index.d.ts +21 -0
  400. package/dist/esm/classic/cgProfile/index.js +19 -0
  401. package/dist/esm/classic/cgProfile/index.js.map +1 -0
  402. package/dist/esm/classic/cgProfiles/index.d.ts +13 -0
  403. package/dist/esm/classic/cgProfiles/index.js +15 -0
  404. package/dist/esm/classic/cgProfiles/index.js.map +1 -0
  405. package/dist/esm/classic/containerGroups/index.d.ts +47 -0
  406. package/dist/esm/classic/containerGroups/index.js +56 -0
  407. package/dist/esm/classic/containerGroups/index.js.map +1 -0
  408. package/dist/esm/classic/containers/index.d.ts +14 -0
  409. package/dist/esm/classic/containers/index.js +16 -0
  410. package/dist/esm/classic/containers/index.js.map +1 -0
  411. package/dist/esm/classic/index.d.ts +10 -0
  412. package/dist/esm/classic/index.js +4 -0
  413. package/dist/esm/classic/index.js.map +1 -0
  414. package/dist/esm/classic/location/index.d.ts +15 -0
  415. package/dist/esm/classic/location/index.js +16 -0
  416. package/dist/esm/classic/location/index.js.map +1 -0
  417. package/dist/esm/classic/nGroups/index.d.ts +49 -0
  418. package/dist/esm/classic/nGroups/index.js +63 -0
  419. package/dist/esm/classic/nGroups/index.js.map +1 -0
  420. package/dist/esm/classic/operations/index.d.ts +11 -0
  421. package/dist/esm/classic/operations/index.js +14 -0
  422. package/dist/esm/classic/operations/index.js.map +1 -0
  423. package/dist/esm/classic/sandboxGroups/index.d.ts +37 -0
  424. package/dist/esm/classic/sandboxGroups/index.js +45 -0
  425. package/dist/esm/classic/sandboxGroups/index.js.map +1 -0
  426. package/dist/esm/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  427. package/dist/esm/classic/subnetServiceAssociationLink/index.js +23 -0
  428. package/dist/esm/classic/subnetServiceAssociationLink/index.js.map +1 -0
  429. package/dist/esm/containerInstanceManagementClient.d.ts +39 -0
  430. package/dist/esm/containerInstanceManagementClient.js +65 -0
  431. package/dist/esm/containerInstanceManagementClient.js.map +1 -0
  432. package/dist/esm/index.d.ts +25 -0
  433. package/dist/esm/index.js +9 -0
  434. package/dist/esm/index.js.map +1 -0
  435. package/dist/esm/logger.d.ts +2 -0
  436. package/dist/esm/logger.js +5 -0
  437. package/dist/esm/logger.js.map +1 -0
  438. package/dist/esm/models/index.d.ts +3 -0
  439. package/dist/esm/models/index.js +4 -0
  440. package/dist/esm/models/index.js.map +1 -0
  441. package/dist/esm/models/models.d.ts +1906 -0
  442. package/dist/esm/models/models.js +2594 -0
  443. package/dist/esm/models/models.js.map +1 -0
  444. package/dist/esm/package.json +3 -0
  445. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  446. package/dist/esm/restorePollerHelpers.js +118 -0
  447. package/dist/esm/restorePollerHelpers.js.map +1 -0
  448. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  449. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  450. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  451. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  452. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  453. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  454. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  455. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  456. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  457. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  458. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  459. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  460. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  461. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  462. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  463. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  464. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  465. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  466. package/package.json +249 -83
  467. package/CHANGELOG.md +0 -123
  468. package/dist/index.js +0 -4809
  469. package/dist/index.js.map +0 -1
  470. package/dist/index.min.js +0 -1
  471. package/dist/index.min.js.map +0 -1
  472. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts +0 -2
  473. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js +0 -40
  475. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js.map +0 -1
  476. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts +0 -2
  477. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts.map +0 -1
  478. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js +0 -55
  479. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js.map +0 -1
  480. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts +0 -2
  481. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts.map +0 -1
  482. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js +0 -260
  483. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js.map +0 -1
  484. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts +0 -2
  485. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts.map +0 -1
  486. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js +0 -39
  487. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js.map +0 -1
  488. package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts +0 -2
  489. package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts.map +0 -1
  490. package/dist-esm/samples-dev/containerGroupProfilesGetSample.js +0 -58
  491. package/dist-esm/samples-dev/containerGroupProfilesGetSample.js.map +0 -1
  492. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts +0 -2
  493. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts.map +0 -1
  494. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js +0 -54
  495. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js.map +0 -1
  496. package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts +0 -2
  497. package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts.map +0 -1
  498. package/dist-esm/samples-dev/containerGroupProfilesListSample.js +0 -53
  499. package/dist-esm/samples-dev/containerGroupProfilesListSample.js.map +0 -1
  500. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts +0 -2
  501. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts.map +0 -1
  502. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js +0 -42
  503. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js.map +0 -1
  504. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.d.ts +0 -2
  505. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.d.ts.map +0 -1
  506. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js +0 -320
  507. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js.map +0 -1
  508. package/dist-esm/samples-dev/containerGroupsDeleteSample.d.ts +0 -2
  509. package/dist-esm/samples-dev/containerGroupsDeleteSample.d.ts.map +0 -1
  510. package/dist-esm/samples-dev/containerGroupsDeleteSample.js +0 -39
  511. package/dist-esm/samples-dev/containerGroupsDeleteSample.js.map +0 -1
  512. package/dist-esm/samples-dev/containerGroupsGetSample.d.ts +0 -2
  513. package/dist-esm/samples-dev/containerGroupsGetSample.d.ts.map +0 -1
  514. package/dist-esm/samples-dev/containerGroupsGetSample.js +0 -77
  515. package/dist-esm/samples-dev/containerGroupsGetSample.js.map +0 -1
  516. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.d.ts +0 -2
  517. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.d.ts.map +0 -1
  518. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js +0 -54
  519. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js.map +0 -1
  520. package/dist-esm/samples-dev/containerGroupsListSample.d.ts +0 -2
  521. package/dist-esm/samples-dev/containerGroupsListSample.d.ts.map +0 -1
  522. package/dist-esm/samples-dev/containerGroupsListSample.js +0 -53
  523. package/dist-esm/samples-dev/containerGroupsListSample.js.map +0 -1
  524. package/dist-esm/samples-dev/containerGroupsRestartSample.d.ts +0 -2
  525. package/dist-esm/samples-dev/containerGroupsRestartSample.d.ts.map +0 -1
  526. package/dist-esm/samples-dev/containerGroupsRestartSample.js +0 -39
  527. package/dist-esm/samples-dev/containerGroupsRestartSample.js.map +0 -1
  528. package/dist-esm/samples-dev/containerGroupsStartSample.d.ts +0 -2
  529. package/dist-esm/samples-dev/containerGroupsStartSample.d.ts.map +0 -1
  530. package/dist-esm/samples-dev/containerGroupsStartSample.js +0 -39
  531. package/dist-esm/samples-dev/containerGroupsStartSample.js.map +0 -1
  532. package/dist-esm/samples-dev/containerGroupsStopSample.d.ts +0 -2
  533. package/dist-esm/samples-dev/containerGroupsStopSample.d.ts.map +0 -1
  534. package/dist-esm/samples-dev/containerGroupsStopSample.js +0 -39
  535. package/dist-esm/samples-dev/containerGroupsStopSample.js.map +0 -1
  536. package/dist-esm/samples-dev/containerGroupsUpdateSample.d.ts +0 -2
  537. package/dist-esm/samples-dev/containerGroupsUpdateSample.d.ts.map +0 -1
  538. package/dist-esm/samples-dev/containerGroupsUpdateSample.js +0 -42
  539. package/dist-esm/samples-dev/containerGroupsUpdateSample.js.map +0 -1
  540. package/dist-esm/samples-dev/containersAttachSample.d.ts +0 -2
  541. package/dist-esm/samples-dev/containersAttachSample.d.ts.map +0 -1
  542. package/dist-esm/samples-dev/containersAttachSample.js +0 -40
  543. package/dist-esm/samples-dev/containersAttachSample.js.map +0 -1
  544. package/dist-esm/samples-dev/containersExecuteCommandSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/containersExecuteCommandSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/containersExecuteCommandSample.js +0 -44
  547. package/dist-esm/samples-dev/containersExecuteCommandSample.js.map +0 -1
  548. package/dist-esm/samples-dev/containersListLogsSample.d.ts +0 -2
  549. package/dist-esm/samples-dev/containersListLogsSample.d.ts.map +0 -1
  550. package/dist-esm/samples-dev/containersListLogsSample.js +0 -42
  551. package/dist-esm/samples-dev/containersListLogsSample.js.map +0 -1
  552. package/dist-esm/samples-dev/locationListCachedImagesSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/locationListCachedImagesSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/locationListCachedImagesSample.js +0 -54
  555. package/dist-esm/samples-dev/locationListCachedImagesSample.js.map +0 -1
  556. package/dist-esm/samples-dev/locationListCapabilitiesSample.d.ts +0 -2
  557. package/dist-esm/samples-dev/locationListCapabilitiesSample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/locationListCapabilitiesSample.js +0 -54
  559. package/dist-esm/samples-dev/locationListCapabilitiesSample.js.map +0 -1
  560. package/dist-esm/samples-dev/locationListUsageSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/locationListUsageSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/locationListUsageSample.js +0 -54
  563. package/dist-esm/samples-dev/locationListUsageSample.js.map +0 -1
  564. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  567. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  568. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js +0 -40
  571. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js.map +0 -1
  572. package/dist-esm/src/containerInstanceManagementClient.d.ts +0 -26
  573. package/dist-esm/src/containerInstanceManagementClient.d.ts.map +0 -1
  574. package/dist-esm/src/containerInstanceManagementClient.js +0 -107
  575. package/dist-esm/src/containerInstanceManagementClient.js.map +0 -1
  576. package/dist-esm/src/index.d.ts +0 -5
  577. package/dist-esm/src/index.d.ts.map +0 -1
  578. package/dist-esm/src/index.js +0 -13
  579. package/dist-esm/src/index.js.map +0 -1
  580. package/dist-esm/src/lroImpl.d.ts +0 -11
  581. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  582. package/dist-esm/src/lroImpl.js +0 -21
  583. package/dist-esm/src/lroImpl.js.map +0 -1
  584. package/dist-esm/src/models/index.d.ts +0 -1242
  585. package/dist-esm/src/models/index.d.ts.map +0 -1
  586. package/dist-esm/src/models/index.js +0 -116
  587. package/dist-esm/src/models/index.js.map +0 -1
  588. package/dist-esm/src/models/mappers.d.ts +0 -66
  589. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  590. package/dist-esm/src/models/mappers.js +0 -2236
  591. package/dist-esm/src/models/mappers.js.map +0 -1
  592. package/dist-esm/src/models/parameters.d.ts +0 -23
  593. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  594. package/dist-esm/src/models/parameters.js +0 -204
  595. package/dist-esm/src/models/parameters.js.map +0 -1
  596. package/dist-esm/src/operations/containerGroupProfileOperations.d.ts +0 -55
  597. package/dist-esm/src/operations/containerGroupProfileOperations.d.ts.map +0 -1
  598. package/dist-esm/src/operations/containerGroupProfileOperations.js +0 -191
  599. package/dist-esm/src/operations/containerGroupProfileOperations.js.map +0 -1
  600. package/dist-esm/src/operations/containerGroupProfiles.d.ts +0 -95
  601. package/dist-esm/src/operations/containerGroupProfiles.d.ts.map +0 -1
  602. package/dist-esm/src/operations/containerGroupProfiles.js +0 -401
  603. package/dist-esm/src/operations/containerGroupProfiles.js.map +0 -1
  604. package/dist-esm/src/operations/containerGroups.d.ts +0 -159
  605. package/dist-esm/src/operations/containerGroups.d.ts.map +0 -1
  606. package/dist-esm/src/operations/containerGroups.js +0 -727
  607. package/dist-esm/src/operations/containerGroups.js.map +0 -1
  608. package/dist-esm/src/operations/containers.d.ts +0 -40
  609. package/dist-esm/src/operations/containers.d.ts.map +0 -1
  610. package/dist-esm/src/operations/containers.js +0 -134
  611. package/dist-esm/src/operations/containers.js.map +0 -1
  612. package/dist-esm/src/operations/index.d.ts +0 -8
  613. package/dist-esm/src/operations/index.d.ts.map +0 -1
  614. package/dist-esm/src/operations/index.js +0 -15
  615. package/dist-esm/src/operations/index.js.map +0 -1
  616. package/dist-esm/src/operations/location.d.ts +0 -70
  617. package/dist-esm/src/operations/location.d.ts.map +0 -1
  618. package/dist-esm/src/operations/location.js +0 -341
  619. package/dist-esm/src/operations/location.js.map +0 -1
  620. package/dist-esm/src/operations/operations.d.ts +0 -32
  621. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  622. package/dist-esm/src/operations/operations.js +0 -133
  623. package/dist-esm/src/operations/operations.js.map +0 -1
  624. package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts +0 -32
  625. package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  626. package/dist-esm/src/operations/subnetServiceAssociationLink.js +0 -108
  627. package/dist-esm/src/operations/subnetServiceAssociationLink.js.map +0 -1
  628. package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  629. package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  630. package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  631. package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  632. package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  633. package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  634. package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js +0 -9
  635. package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  636. package/dist-esm/src/operationsInterfaces/containerGroups.d.ts +0 -119
  637. package/dist-esm/src/operationsInterfaces/containerGroups.d.ts.map +0 -1
  638. package/dist-esm/src/operationsInterfaces/containerGroups.js +0 -9
  639. package/dist-esm/src/operationsInterfaces/containerGroups.js.map +0 -1
  640. package/dist-esm/src/operationsInterfaces/containers.d.ts +0 -32
  641. package/dist-esm/src/operationsInterfaces/containers.d.ts.map +0 -1
  642. package/dist-esm/src/operationsInterfaces/containers.js +0 -9
  643. package/dist-esm/src/operationsInterfaces/containers.js.map +0 -1
  644. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  645. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  646. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  647. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  648. package/dist-esm/src/operationsInterfaces/location.d.ts +0 -24
  649. package/dist-esm/src/operationsInterfaces/location.d.ts.map +0 -1
  650. package/dist-esm/src/operationsInterfaces/location.js +0 -9
  651. package/dist-esm/src/operationsInterfaces/location.js.map +0 -1
  652. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  653. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  654. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  655. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  656. package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  657. package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  658. package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  659. package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  660. package/dist-esm/src/pagingHelper.d.ts +0 -13
  661. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  662. package/dist-esm/src/pagingHelper.js +0 -32
  663. package/dist-esm/src/pagingHelper.js.map +0 -1
  664. package/dist-esm/test/containerinstance_examples.d.ts +0 -4
  665. package/dist-esm/test/containerinstance_examples.d.ts.map +0 -1
  666. package/dist-esm/test/containerinstance_examples.js +0 -159
  667. package/dist-esm/test/containerinstance_examples.js.map +0 -1
  668. package/review/arm-containerinstance.api.md +0 -963
  669. package/src/containerInstanceManagementClient.ts +0 -172
  670. package/src/index.ts +0 -13
  671. package/src/lroImpl.ts +0 -42
  672. package/src/models/index.ts +0 -1410
  673. package/src/models/mappers.ts +0 -2311
  674. package/src/models/parameters.ts +0 -236
  675. package/src/operations/containerGroupProfileOperations.ts +0 -255
  676. package/src/operations/containerGroupProfiles.ts +0 -485
  677. package/src/operations/containerGroups.ts +0 -944
  678. package/src/operations/containers.ts +0 -177
  679. package/src/operations/index.ts +0 -15
  680. package/src/operations/location.ts +0 -401
  681. package/src/operations/operations.ts +0 -149
  682. package/src/operations/subnetServiceAssociationLink.ts +0 -149
  683. package/src/operationsInterfaces/containerGroupProfileOperations.ts +0 -50
  684. package/src/operationsInterfaces/containerGroupProfiles.ts +0 -99
  685. package/src/operationsInterfaces/containerGroups.ts +0 -212
  686. package/src/operationsInterfaces/containers.ts +0 -64
  687. package/src/operationsInterfaces/index.ts +0 -15
  688. package/src/operationsInterfaces/location.ts +0 -49
  689. package/src/operationsInterfaces/operations.ts +0 -22
  690. package/src/operationsInterfaces/subnetServiceAssociationLink.ts +0 -42
  691. package/src/pagingHelper.ts +0 -39
  692. package/tsconfig.json +0 -33
  693. package/types/arm-containerinstance.d.ts +0 -1711
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Paged collection of Operation items */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** An operation for Azure Container Instance service. */\nexport interface Operation {\n /** The name of the operation. */\n name: string;\n /** The display information of the operation. */\n display: OperationDisplay;\n /** The additional properties. */\n properties?: any;\n /** The intended executor of the operation. */\n origin?: ContainerInstanceOperationsOrigin;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n display: operationDisplayDeserializer(item[\"display\"]),\n properties: item[\"properties\"],\n origin: item[\"origin\"],\n };\n}\n\n/** The display information of the operation. */\nexport interface OperationDisplay {\n /** The name of the provider of the operation. */\n provider?: string;\n /** The name of the resource type of the operation. */\n resource?: string;\n /** The friendly name of the operation. */\n operation?: string;\n /** The description of the operation. */\n description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation. */\nexport enum KnownContainerInstanceOperationsOrigin {\n /** User */\n User = \"User\",\n /** System */\n System = \"System\",\n}\n\n/**\n * The intended executor of the operation. \\\n * {@link KnownContainerInstanceOperationsOrigin} can be used interchangeably with ContainerInstanceOperationsOrigin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: User \\\n * **System**: System\n */\nexport type ContainerInstanceOperationsOrigin = string;\n\n/** An error response from the Container Instance service. */\nexport interface CloudError {\n /** An error response from the Container Instance service. */\n error?: CloudErrorBody;\n}\n\nexport function cloudErrorDeserializer(item: any): CloudError {\n return {\n error: !item[\"error\"] ? item[\"error\"] : cloudErrorBodyDeserializer(item[\"error\"]),\n };\n}\n\n/** An error response from the Container Instance service. */\nexport interface CloudErrorBody {\n /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */\n code?: string;\n /** A message describing the error, intended to be suitable for display in a user interface. */\n message?: string;\n /** The target of the particular error. For example, the name of the property in error. */\n target?: string;\n /** A list of additional details about the error. */\n details?: CloudErrorBody[];\n}\n\nexport function cloudErrorBodyDeserializer(item: any): CloudErrorBody {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : cloudErrorBodyArrayDeserializer(item[\"details\"]),\n };\n}\n\nexport function cloudErrorBodyArrayDeserializer(result: Array<CloudErrorBody>): any[] {\n return result.map((item) => {\n return cloudErrorBodyDeserializer(item);\n });\n}\n\n/** A container group. */\nexport interface ContainerGroup extends ProxyResource {\n /** The resource location of the container group. */\n location?: string;\n /** The resource tags. */\n tags?: Record<string, string>;\n /** The availability zones. */\n zones?: string[];\n /** The identity of the container group, if configured. */\n identity?: ContainerGroupIdentity;\n /** The provisioning state of the container group. This only appears in the response. */\n readonly provisioningState?: string;\n /** The secret references that will be referenced within the container group. */\n secretReferences?: SecretReference[];\n /** The containers within the container group. */\n containers: Container[];\n /** The image registry credentials by which the container group is created from. */\n imageRegistryCredentials?: ImageRegistryCredential[];\n /**\n * Restart policy for all containers within the container group.\n * - `Always` Always restart\n * - `OnFailure` Restart on failure\n * - `Never` Never restart\n */\n restartPolicy?: ContainerGroupRestartPolicy;\n /** The IP address type of the container group. */\n ipAddress?: IpAddress;\n /** The operating system type required by the containers in the container group. */\n osType?: OperatingSystemTypes;\n /** The list of volumes that can be mounted by containers in this container group. */\n volumes?: Volume[];\n /** The instance view of the container group. Only valid in response. */\n readonly instanceView?: ContainerGroupPropertiesInstanceView;\n /** The diagnostic information for a container group. */\n diagnostics?: ContainerGroupDiagnostics;\n /** The subnet resource IDs for a container group. */\n subnetIds?: ContainerGroupSubnetId[];\n /** The DNS config information for a container group. */\n dnsConfig?: DnsConfiguration;\n /** The SKU for a container group. */\n sku?: ContainerGroupSku;\n /** The encryption properties for a container group. */\n encryptionProperties?: EncryptionProperties;\n /** The init containers for a container group. */\n initContainers?: InitContainerDefinition[];\n /** extensions used by virtual kubelet */\n extensions?: DeploymentExtensionSpec[];\n /** The properties for confidential container group */\n confidentialComputeProperties?: ConfidentialComputeProperties;\n /** The priority of the container group. */\n priority?: ContainerGroupPriority;\n /** The access control levels of the identities. */\n identityAcls?: IdentityAcls;\n /** The reference container group profile properties. */\n containerGroupProfile?: ContainerGroupProfileReferenceDefinition;\n /** The reference standby pool profile properties. */\n standbyPoolProfile?: StandbyPoolProfileDefinition;\n /** The flag to determine whether the container group is created from standby pool. */\n readonly isCreatedFromStandbyPool?: boolean;\n}\n\nexport function containerGroupSerializer(item: ContainerGroup): any {\n return {\n location: item[\"location\"],\n tags: item[\"tags\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : containerGroupIdentitySerializer(item[\"identity\"]),\n properties: _containerGroupPropertiesSerializer(item),\n };\n}\n\nexport function containerGroupDeserializer(item: any): ContainerGroup {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : containerGroupIdentityDeserializer(item[\"identity\"]),\n ..._containerGroupPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Identity for the container group. */\nexport interface ContainerGroupIdentity {\n /** The principal id of the container group identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant id associated with the container group. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of identity used for the container group. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the container group. */\n type?: ResourceIdentityType;\n /** The list of user identities associated with the container group. */\n userAssignedIdentities?: Record<string, UserAssignedIdentities>;\n}\n\nexport function containerGroupIdentitySerializer(item: ContainerGroupIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentitiesRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function containerGroupIdentityDeserializer(item: any): ContainerGroupIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentitiesRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** The type of identity used for the container group. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the container group. */\nexport type ResourceIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n\nexport function userAssignedIdentitiesRecordSerializer(\n item: Record<string, UserAssignedIdentities>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitiesSerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentitiesRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentities> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitiesDeserializer(item[key]);\n });\n return result;\n}\n\n/** The list of user identities associated with the container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\nexport interface UserAssignedIdentities {\n /** The principal id of user assigned identity. */\n readonly principalId?: string;\n /** The client id of user assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitiesSerializer(_item: UserAssignedIdentities): any {\n return {};\n}\n\nexport function userAssignedIdentitiesDeserializer(item: any): UserAssignedIdentities {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The container group properties */\nexport interface ContainerGroupProperties {\n /** The provisioning state of the container group. This only appears in the response. */\n readonly provisioningState?: string;\n /** The secret references that will be referenced within the container group. */\n secretReferences?: SecretReference[];\n /** The containers within the container group. */\n containers: Container[];\n /** The image registry credentials by which the container group is created from. */\n imageRegistryCredentials?: ImageRegistryCredential[];\n /**\n * Restart policy for all containers within the container group.\n * - `Always` Always restart\n * - `OnFailure` Restart on failure\n * - `Never` Never restart\n */\n restartPolicy?: ContainerGroupRestartPolicy;\n /** The IP address type of the container group. */\n ipAddress?: IpAddress;\n /** The operating system type required by the containers in the container group. */\n osType?: OperatingSystemTypes;\n /** The list of volumes that can be mounted by containers in this container group. */\n volumes?: Volume[];\n /** The instance view of the container group. Only valid in response. */\n readonly instanceView?: ContainerGroupPropertiesInstanceView;\n /** The diagnostic information for a container group. */\n diagnostics?: ContainerGroupDiagnostics;\n /** The subnet resource IDs for a container group. */\n subnetIds?: ContainerGroupSubnetId[];\n /** The DNS config information for a container group. */\n dnsConfig?: DnsConfiguration;\n /** The SKU for a container group. */\n sku?: ContainerGroupSku;\n /** The encryption properties for a container group. */\n encryptionProperties?: EncryptionProperties;\n /** The init containers for a container group. */\n initContainers?: InitContainerDefinition[];\n /** extensions used by virtual kubelet */\n extensions?: DeploymentExtensionSpec[];\n /** The properties for confidential container group */\n confidentialComputeProperties?: ConfidentialComputeProperties;\n /** The priority of the container group. */\n priority?: ContainerGroupPriority;\n /** The access control levels of the identities. */\n identityAcls?: IdentityAcls;\n /** The reference container group profile properties. */\n containerGroupProfile?: ContainerGroupProfileReferenceDefinition;\n /** The reference standby pool profile properties. */\n standbyPoolProfile?: StandbyPoolProfileDefinition;\n /** The flag to determine whether the container group is created from standby pool. */\n readonly isCreatedFromStandbyPool?: boolean;\n}\n\nexport function containerGroupPropertiesSerializer(item: ContainerGroupProperties): any {\n return {\n secretReferences: !item[\"secretReferences\"]\n ? item[\"secretReferences\"]\n : secretReferenceArraySerializer(item[\"secretReferences\"]),\n containers: containerArraySerializer(item[\"containers\"]),\n imageRegistryCredentials: !item[\"imageRegistryCredentials\"]\n ? item[\"imageRegistryCredentials\"]\n : imageRegistryCredentialArraySerializer(item[\"imageRegistryCredentials\"]),\n restartPolicy: item[\"restartPolicy\"],\n ipAddress: !item[\"ipAddress\"] ? item[\"ipAddress\"] : ipAddressSerializer(item[\"ipAddress\"]),\n osType: item[\"osType\"],\n volumes: !item[\"volumes\"] ? item[\"volumes\"] : volumeArraySerializer(item[\"volumes\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : containerGroupDiagnosticsSerializer(item[\"diagnostics\"]),\n subnetIds: !item[\"subnetIds\"]\n ? item[\"subnetIds\"]\n : containerGroupSubnetIdArraySerializer(item[\"subnetIds\"]),\n dnsConfig: !item[\"dnsConfig\"]\n ? item[\"dnsConfig\"]\n : dnsConfigurationSerializer(item[\"dnsConfig\"]),\n sku: item[\"sku\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesSerializer(item[\"encryptionProperties\"]),\n initContainers: !item[\"initContainers\"]\n ? item[\"initContainers\"]\n : initContainerDefinitionArraySerializer(item[\"initContainers\"]),\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : deploymentExtensionSpecArraySerializer(item[\"extensions\"]),\n confidentialComputeProperties: !item[\"confidentialComputeProperties\"]\n ? item[\"confidentialComputeProperties\"]\n : confidentialComputePropertiesSerializer(item[\"confidentialComputeProperties\"]),\n priority: item[\"priority\"],\n identityAcls: !item[\"identityAcls\"]\n ? item[\"identityAcls\"]\n : identityAclsSerializer(item[\"identityAcls\"]),\n containerGroupProfile: !item[\"containerGroupProfile\"]\n ? item[\"containerGroupProfile\"]\n : containerGroupProfileReferenceDefinitionSerializer(item[\"containerGroupProfile\"]),\n standbyPoolProfile: !item[\"standbyPoolProfile\"]\n ? item[\"standbyPoolProfile\"]\n : standbyPoolProfileDefinitionSerializer(item[\"standbyPoolProfile\"]),\n };\n}\n\nexport function containerGroupPropertiesDeserializer(item: any): ContainerGroupProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n secretReferences: !item[\"secretReferences\"]\n ? item[\"secretReferences\"]\n : secretReferenceArrayDeserializer(item[\"secretReferences\"]),\n containers: containerArrayDeserializer(item[\"containers\"]),\n imageRegistryCredentials: !item[\"imageRegistryCredentials\"]\n ? item[\"imageRegistryCredentials\"]\n : imageRegistryCredentialArrayDeserializer(item[\"imageRegistryCredentials\"]),\n restartPolicy: item[\"restartPolicy\"],\n ipAddress: !item[\"ipAddress\"] ? item[\"ipAddress\"] : ipAddressDeserializer(item[\"ipAddress\"]),\n osType: item[\"osType\"],\n volumes: !item[\"volumes\"] ? item[\"volumes\"] : volumeArrayDeserializer(item[\"volumes\"]),\n instanceView: !item[\"instanceView\"]\n ? item[\"instanceView\"]\n : containerGroupPropertiesInstanceViewDeserializer(item[\"instanceView\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : containerGroupDiagnosticsDeserializer(item[\"diagnostics\"]),\n subnetIds: !item[\"subnetIds\"]\n ? item[\"subnetIds\"]\n : containerGroupSubnetIdArrayDeserializer(item[\"subnetIds\"]),\n dnsConfig: !item[\"dnsConfig\"]\n ? item[\"dnsConfig\"]\n : dnsConfigurationDeserializer(item[\"dnsConfig\"]),\n sku: item[\"sku\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesDeserializer(item[\"encryptionProperties\"]),\n initContainers: !item[\"initContainers\"]\n ? item[\"initContainers\"]\n : initContainerDefinitionArrayDeserializer(item[\"initContainers\"]),\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : deploymentExtensionSpecArrayDeserializer(item[\"extensions\"]),\n confidentialComputeProperties: !item[\"confidentialComputeProperties\"]\n ? item[\"confidentialComputeProperties\"]\n : confidentialComputePropertiesDeserializer(item[\"confidentialComputeProperties\"]),\n priority: item[\"priority\"],\n identityAcls: !item[\"identityAcls\"]\n ? item[\"identityAcls\"]\n : identityAclsDeserializer(item[\"identityAcls\"]),\n containerGroupProfile: !item[\"containerGroupProfile\"]\n ? item[\"containerGroupProfile\"]\n : containerGroupProfileReferenceDefinitionDeserializer(item[\"containerGroupProfile\"]),\n standbyPoolProfile: !item[\"standbyPoolProfile\"]\n ? item[\"standbyPoolProfile\"]\n : standbyPoolProfileDefinitionDeserializer(item[\"standbyPoolProfile\"]),\n isCreatedFromStandbyPool: item[\"isCreatedFromStandbyPool\"],\n };\n}\n\nexport function secretReferenceArraySerializer(result: Array<SecretReference>): any[] {\n return result.map((item) => {\n return secretReferenceSerializer(item);\n });\n}\n\nexport function secretReferenceArrayDeserializer(result: Array<SecretReference>): any[] {\n return result.map((item) => {\n return secretReferenceDeserializer(item);\n });\n}\n\n/** A secret reference */\nexport interface SecretReference {\n /** The identifier of the secret reference */\n name: string;\n /** The ARM resource id of the managed identity that has access to the secret in the key vault */\n identity: string;\n /** The URI to the secret in key vault */\n secretReferenceUri: string;\n}\n\nexport function secretReferenceSerializer(item: SecretReference): any {\n return {\n name: item[\"name\"],\n identity: item[\"identity\"],\n secretReferenceUri: item[\"secretReferenceUri\"],\n };\n}\n\nexport function secretReferenceDeserializer(item: any): SecretReference {\n return {\n name: item[\"name\"],\n identity: item[\"identity\"],\n secretReferenceUri: item[\"secretReferenceUri\"],\n };\n}\n\nexport function containerArraySerializer(result: Array<Container>): any[] {\n return result.map((item) => {\n return containerSerializer(item);\n });\n}\n\nexport function containerArrayDeserializer(result: Array<Container>): any[] {\n return result.map((item) => {\n return containerDeserializer(item);\n });\n}\n\n/** A container instance. */\nexport interface Container {\n /** The user-provided name of the container instance. */\n name: string;\n /** The name of the image used to create the container instance. */\n image?: string;\n /** The commands to execute within the container instance in exec form. */\n command?: string[];\n /** The exposed ports on the container instance. */\n ports?: ContainerPort[];\n /** The environment variables to set in the container instance. */\n environmentVariables?: EnvironmentVariable[];\n /** The instance view of the container instance. Only valid in response. */\n readonly instanceView?: ContainerPropertiesInstanceView;\n /** The resource requirements of the container instance. */\n resources?: ResourceRequirements;\n /** The volume mounts available to the container instance. */\n volumeMounts?: VolumeMount[];\n /** The liveness probe. */\n livenessProbe?: ContainerProbe;\n /** The readiness probe. */\n readinessProbe?: ContainerProbe;\n /** The container security properties. */\n securityContext?: SecurityContextDefinition;\n /** The config map. */\n configMap?: ConfigMap;\n}\n\nexport function containerSerializer(item: Container): any {\n return { name: item[\"name\"], properties: _containerPropertiesSerializer(item) };\n}\n\nexport function containerDeserializer(item: any): Container {\n return {\n name: item[\"name\"],\n ..._containerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The container instance properties. */\nexport interface ContainerProperties {\n /** The name of the image used to create the container instance. */\n image?: string;\n /** The commands to execute within the container instance in exec form. */\n command?: string[];\n /** The exposed ports on the container instance. */\n ports?: ContainerPort[];\n /** The environment variables to set in the container instance. */\n environmentVariables?: EnvironmentVariable[];\n /** The instance view of the container instance. Only valid in response. */\n readonly instanceView?: ContainerPropertiesInstanceView;\n /** The resource requirements of the container instance. */\n resources?: ResourceRequirements;\n /** The volume mounts available to the container instance. */\n volumeMounts?: VolumeMount[];\n /** The liveness probe. */\n livenessProbe?: ContainerProbe;\n /** The readiness probe. */\n readinessProbe?: ContainerProbe;\n /** The container security properties. */\n securityContext?: SecurityContextDefinition;\n /** The config map. */\n configMap?: ConfigMap;\n}\n\nexport function containerPropertiesSerializer(item: ContainerProperties): any {\n return {\n image: item[\"image\"],\n command: !item[\"command\"]\n ? item[\"command\"]\n : item[\"command\"].map((p: any) => {\n return p;\n }),\n ports: !item[\"ports\"] ? item[\"ports\"] : containerPortArraySerializer(item[\"ports\"]),\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : environmentVariableArraySerializer(item[\"environmentVariables\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : resourceRequirementsSerializer(item[\"resources\"]),\n volumeMounts: !item[\"volumeMounts\"]\n ? item[\"volumeMounts\"]\n : volumeMountArraySerializer(item[\"volumeMounts\"]),\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : containerProbeSerializer(item[\"livenessProbe\"]),\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : containerProbeSerializer(item[\"readinessProbe\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionSerializer(item[\"securityContext\"]),\n configMap: !item[\"configMap\"] ? item[\"configMap\"] : configMapSerializer(item[\"configMap\"]),\n };\n}\n\nexport function containerPropertiesDeserializer(item: any): ContainerProperties {\n return {\n image: item[\"image\"],\n command: !item[\"command\"]\n ? item[\"command\"]\n : item[\"command\"].map((p: any) => {\n return p;\n }),\n ports: !item[\"ports\"] ? item[\"ports\"] : containerPortArrayDeserializer(item[\"ports\"]),\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : environmentVariableArrayDeserializer(item[\"environmentVariables\"]),\n instanceView: !item[\"instanceView\"]\n ? item[\"instanceView\"]\n : containerPropertiesInstanceViewDeserializer(item[\"instanceView\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : resourceRequirementsDeserializer(item[\"resources\"]),\n volumeMounts: !item[\"volumeMounts\"]\n ? item[\"volumeMounts\"]\n : volumeMountArrayDeserializer(item[\"volumeMounts\"]),\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : containerProbeDeserializer(item[\"livenessProbe\"]),\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : containerProbeDeserializer(item[\"readinessProbe\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionDeserializer(item[\"securityContext\"]),\n configMap: !item[\"configMap\"] ? item[\"configMap\"] : configMapDeserializer(item[\"configMap\"]),\n };\n}\n\nexport function containerPortArraySerializer(result: Array<ContainerPort>): any[] {\n return result.map((item) => {\n return containerPortSerializer(item);\n });\n}\n\nexport function containerPortArrayDeserializer(result: Array<ContainerPort>): any[] {\n return result.map((item) => {\n return containerPortDeserializer(item);\n });\n}\n\n/** The port exposed on the container instance. */\nexport interface ContainerPort {\n /** The protocol associated with the port. */\n protocol?: ContainerNetworkProtocol;\n /** The port number exposed within the container group. */\n port: number;\n}\n\nexport function containerPortSerializer(item: ContainerPort): any {\n return { protocol: item[\"protocol\"], port: item[\"port\"] };\n}\n\nexport function containerPortDeserializer(item: any): ContainerPort {\n return {\n protocol: item[\"protocol\"],\n port: item[\"port\"],\n };\n}\n\n/** The protocol associated with the port. */\nexport enum KnownContainerNetworkProtocol {\n /** TCP */\n TCP = \"TCP\",\n /** UDP */\n UDP = \"UDP\",\n}\n\n/**\n * The protocol associated with the port. \\\n * {@link KnownContainerNetworkProtocol} can be used interchangeably with ContainerNetworkProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TCP**: TCP \\\n * **UDP**: UDP\n */\nexport type ContainerNetworkProtocol = string;\n\nexport function environmentVariableArraySerializer(result: Array<EnvironmentVariable>): any[] {\n return result.map((item) => {\n return environmentVariableSerializer(item);\n });\n}\n\nexport function environmentVariableArrayDeserializer(result: Array<EnvironmentVariable>): any[] {\n return result.map((item) => {\n return environmentVariableDeserializer(item);\n });\n}\n\n/** The environment variable to set within the container instance. */\nexport interface EnvironmentVariable {\n /** The name of the environment variable. */\n name: string;\n /** The value of the environment variable. */\n value?: string;\n /** The value of the secure environment variable. */\n secureValue?: string;\n /** The reference of the secure environment variable. */\n secureValueReference?: string;\n}\n\nexport function environmentVariableSerializer(item: EnvironmentVariable): any {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n secureValue: item[\"secureValue\"],\n secureValueReference: item[\"secureValueReference\"],\n };\n}\n\nexport function environmentVariableDeserializer(item: any): EnvironmentVariable {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n secureValue: item[\"secureValue\"],\n secureValueReference: item[\"secureValueReference\"],\n };\n}\n\n/** The instance view of the container instance. Only valid in response. */\nexport interface ContainerPropertiesInstanceView {\n /** The number of times that the container instance has been restarted. */\n readonly restartCount?: number;\n /** Current container instance state. */\n readonly currentState?: ContainerState;\n /** Previous container instance state. */\n readonly previousState?: ContainerState;\n /** The events of the container instance. */\n readonly events?: Event[];\n}\n\nexport function containerPropertiesInstanceViewDeserializer(\n item: any,\n): ContainerPropertiesInstanceView {\n return {\n restartCount: item[\"restartCount\"],\n currentState: !item[\"currentState\"]\n ? item[\"currentState\"]\n : containerStateDeserializer(item[\"currentState\"]),\n previousState: !item[\"previousState\"]\n ? item[\"previousState\"]\n : containerStateDeserializer(item[\"previousState\"]),\n events: !item[\"events\"] ? item[\"events\"] : eventArrayDeserializer(item[\"events\"]),\n };\n}\n\n/** The container instance state. */\nexport interface ContainerState {\n /** The state of the container instance. */\n readonly state?: string;\n /** The date-time when the container instance state started. */\n readonly startTime?: Date;\n /** The container instance exit codes correspond to those from the `docker run` command. */\n readonly exitCode?: number;\n /** The date-time when the container instance state finished. */\n readonly finishTime?: Date;\n /** The human-readable status of the container instance state. */\n readonly detailStatus?: string;\n}\n\nexport function containerStateDeserializer(item: any): ContainerState {\n return {\n state: item[\"state\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n exitCode: item[\"exitCode\"],\n finishTime: !item[\"finishTime\"] ? item[\"finishTime\"] : new Date(item[\"finishTime\"]),\n detailStatus: item[\"detailStatus\"],\n };\n}\n\nexport function eventArrayDeserializer(result: Array<Event>): any[] {\n return result.map((item) => {\n return eventDeserializer(item);\n });\n}\n\n/** A container group or container instance event. */\nexport interface Event {\n /** The count of the event. */\n readonly count?: number;\n /** The date-time of the earliest logged event. */\n readonly firstTimestamp?: Date;\n /** The date-time of the latest logged event. */\n readonly lastTimestamp?: Date;\n /** The event name. */\n readonly name?: string;\n /** The event message. */\n readonly message?: string;\n /** The event type. */\n readonly type?: string;\n}\n\nexport function eventDeserializer(item: any): Event {\n return {\n count: item[\"count\"],\n firstTimestamp: !item[\"firstTimestamp\"]\n ? item[\"firstTimestamp\"]\n : new Date(item[\"firstTimestamp\"]),\n lastTimestamp: !item[\"lastTimestamp\"] ? item[\"lastTimestamp\"] : new Date(item[\"lastTimestamp\"]),\n name: item[\"name\"],\n message: item[\"message\"],\n type: item[\"type\"],\n };\n}\n\n/** The resource requirements. */\nexport interface ResourceRequirements {\n /** The resource requests of this container instance. */\n requests: ResourceRequests;\n /** The resource limits of this container instance. */\n limits?: ResourceLimits;\n}\n\nexport function resourceRequirementsSerializer(item: ResourceRequirements): any {\n return {\n requests: resourceRequestsSerializer(item[\"requests\"]),\n limits: !item[\"limits\"] ? item[\"limits\"] : resourceLimitsSerializer(item[\"limits\"]),\n };\n}\n\nexport function resourceRequirementsDeserializer(item: any): ResourceRequirements {\n return {\n requests: resourceRequestsDeserializer(item[\"requests\"]),\n limits: !item[\"limits\"] ? item[\"limits\"] : resourceLimitsDeserializer(item[\"limits\"]),\n };\n}\n\n/** The resource requests. */\nexport interface ResourceRequests {\n /** The memory request in GB of this container instance. */\n memoryInGB: number;\n /** The CPU request of this container instance. */\n cpu: number;\n /** The GPU request of this container instance. */\n gpu?: GpuResource;\n}\n\nexport function resourceRequestsSerializer(item: ResourceRequests): any {\n return {\n memoryInGB: item[\"memoryInGB\"],\n cpu: item[\"cpu\"],\n gpu: !item[\"gpu\"] ? item[\"gpu\"] : gpuResourceSerializer(item[\"gpu\"]),\n };\n}\n\nexport function resourceRequestsDeserializer(item: any): ResourceRequests {\n return {\n memoryInGB: item[\"memoryInGB\"],\n cpu: item[\"cpu\"],\n gpu: !item[\"gpu\"] ? item[\"gpu\"] : gpuResourceDeserializer(item[\"gpu\"]),\n };\n}\n\n/** The GPU resource. */\nexport interface GpuResource {\n /** The count of the GPU resource. */\n count: number;\n /** The SKU of the GPU resource. */\n sku: GpuSku;\n}\n\nexport function gpuResourceSerializer(item: GpuResource): any {\n return { count: item[\"count\"], sku: item[\"sku\"] };\n}\n\nexport function gpuResourceDeserializer(item: any): GpuResource {\n return {\n count: item[\"count\"],\n sku: item[\"sku\"],\n };\n}\n\n/** The SKU of the GPU resource. */\nexport enum KnownGpuSku {\n /** K80 */\n K80 = \"K80\",\n /** P100 */\n P100 = \"P100\",\n /** V100 */\n V100 = \"V100\",\n}\n\n/**\n * The SKU of the GPU resource. \\\n * {@link KnownGpuSku} can be used interchangeably with GpuSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **K80**: K80 \\\n * **P100**: P100 \\\n * **V100**: V100\n */\nexport type GpuSku = string;\n\n/** The resource limits. */\nexport interface ResourceLimits {\n /** The memory limit in GB of this container instance. */\n memoryInGB?: number;\n /** The CPU limit of this container instance. */\n cpu?: number;\n /** The GPU limit of this container instance. */\n gpu?: GpuResource;\n}\n\nexport function resourceLimitsSerializer(item: ResourceLimits): any {\n return {\n memoryInGB: item[\"memoryInGB\"],\n cpu: item[\"cpu\"],\n gpu: !item[\"gpu\"] ? item[\"gpu\"] : gpuResourceSerializer(item[\"gpu\"]),\n };\n}\n\nexport function resourceLimitsDeserializer(item: any): ResourceLimits {\n return {\n memoryInGB: item[\"memoryInGB\"],\n cpu: item[\"cpu\"],\n gpu: !item[\"gpu\"] ? item[\"gpu\"] : gpuResourceDeserializer(item[\"gpu\"]),\n };\n}\n\nexport function volumeMountArraySerializer(result: Array<VolumeMount>): any[] {\n return result.map((item) => {\n return volumeMountSerializer(item);\n });\n}\n\nexport function volumeMountArrayDeserializer(result: Array<VolumeMount>): any[] {\n return result.map((item) => {\n return volumeMountDeserializer(item);\n });\n}\n\n/** The properties of the volume mount. */\nexport interface VolumeMount {\n /** The name of the volume mount. */\n name: string;\n /** The path within the container where the volume should be mounted. Must not contain colon (:). */\n mountPath: string;\n /** The flag indicating whether the volume mount is read-only. */\n readOnly?: boolean;\n}\n\nexport function volumeMountSerializer(item: VolumeMount): any {\n return { name: item[\"name\"], mountPath: item[\"mountPath\"], readOnly: item[\"readOnly\"] };\n}\n\nexport function volumeMountDeserializer(item: any): VolumeMount {\n return {\n name: item[\"name\"],\n mountPath: item[\"mountPath\"],\n readOnly: item[\"readOnly\"],\n };\n}\n\n/** The container probe, for liveness or readiness */\nexport interface ContainerProbe {\n /** The execution command to probe */\n exec?: ContainerExec;\n /** The Http Get settings to probe */\n httpGet?: ContainerHttpGet;\n /** The initial delay seconds. */\n initialDelaySeconds?: number;\n /** The period seconds. */\n periodSeconds?: number;\n /** The failure threshold. */\n failureThreshold?: number;\n /** The success threshold. */\n successThreshold?: number;\n /** The timeout seconds. */\n timeoutSeconds?: number;\n}\n\nexport function containerProbeSerializer(item: ContainerProbe): any {\n return {\n exec: !item[\"exec\"] ? item[\"exec\"] : containerExecSerializer(item[\"exec\"]),\n httpGet: !item[\"httpGet\"] ? item[\"httpGet\"] : containerHttpGetSerializer(item[\"httpGet\"]),\n initialDelaySeconds: item[\"initialDelaySeconds\"],\n periodSeconds: item[\"periodSeconds\"],\n failureThreshold: item[\"failureThreshold\"],\n successThreshold: item[\"successThreshold\"],\n timeoutSeconds: item[\"timeoutSeconds\"],\n };\n}\n\nexport function containerProbeDeserializer(item: any): ContainerProbe {\n return {\n exec: !item[\"exec\"] ? item[\"exec\"] : containerExecDeserializer(item[\"exec\"]),\n httpGet: !item[\"httpGet\"] ? item[\"httpGet\"] : containerHttpGetDeserializer(item[\"httpGet\"]),\n initialDelaySeconds: item[\"initialDelaySeconds\"],\n periodSeconds: item[\"periodSeconds\"],\n failureThreshold: item[\"failureThreshold\"],\n successThreshold: item[\"successThreshold\"],\n timeoutSeconds: item[\"timeoutSeconds\"],\n };\n}\n\n/** The container execution command, for liveness or readiness probe */\nexport interface ContainerExec {\n /** The commands to execute within the container. */\n command?: string[];\n}\n\nexport function containerExecSerializer(item: ContainerExec): any {\n return {\n command: !item[\"command\"]\n ? item[\"command\"]\n : item[\"command\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function containerExecDeserializer(item: any): ContainerExec {\n return {\n command: !item[\"command\"]\n ? item[\"command\"]\n : item[\"command\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The container Http Get settings, for liveness or readiness probe */\nexport interface ContainerHttpGet {\n /** The path to probe. */\n path?: string;\n /** The port number to probe. */\n port: number;\n /** The scheme. */\n scheme?: Scheme;\n /** The HTTP headers. */\n httpHeaders?: HttpHeader[];\n}\n\nexport function containerHttpGetSerializer(item: ContainerHttpGet): any {\n return {\n path: item[\"path\"],\n port: item[\"port\"],\n scheme: item[\"scheme\"],\n httpHeaders: !item[\"httpHeaders\"]\n ? item[\"httpHeaders\"]\n : httpHeaderArraySerializer(item[\"httpHeaders\"]),\n };\n}\n\nexport function containerHttpGetDeserializer(item: any): ContainerHttpGet {\n return {\n path: item[\"path\"],\n port: item[\"port\"],\n scheme: item[\"scheme\"],\n httpHeaders: !item[\"httpHeaders\"]\n ? item[\"httpHeaders\"]\n : httpHeaderArrayDeserializer(item[\"httpHeaders\"]),\n };\n}\n\n/** The scheme. */\nexport enum KnownScheme {\n /** http */\n Http = \"http\",\n /** https */\n Https = \"https\",\n}\n\n/**\n * The scheme. \\\n * {@link KnownScheme} can be used interchangeably with Scheme,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **http**: http \\\n * **https**: https\n */\nexport type Scheme = string;\n\nexport function httpHeaderArraySerializer(result: Array<HttpHeader>): any[] {\n return result.map((item) => {\n return httpHeaderSerializer(item);\n });\n}\n\nexport function httpHeaderArrayDeserializer(result: Array<HttpHeader>): any[] {\n return result.map((item) => {\n return httpHeaderDeserializer(item);\n });\n}\n\n/** The HTTP header. */\nexport interface HttpHeader {\n /** The header name. */\n name?: string;\n /** The header value. */\n value?: string;\n}\n\nexport function httpHeaderSerializer(item: HttpHeader): any {\n return { name: item[\"name\"], value: item[\"value\"] };\n}\n\nexport function httpHeaderDeserializer(item: any): HttpHeader {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** The security context for the container. */\nexport interface SecurityContextDefinition {\n /** The flag to determine if the container permissions is elevated to Privileged. */\n privileged?: boolean;\n /** A boolean value indicating whether the init process can elevate its privileges */\n allowPrivilegeEscalation?: boolean;\n /** The capabilities to add or drop from a container. */\n capabilities?: SecurityContextCapabilitiesDefinition;\n /** Sets the User GID for the container. */\n runAsGroup?: number;\n /** Sets the User UID for the container. */\n runAsUser?: number;\n /** a base64 encoded string containing the contents of the JSON in the seccomp profile */\n seccompProfile?: string;\n}\n\nexport function securityContextDefinitionSerializer(item: SecurityContextDefinition): any {\n return {\n privileged: item[\"privileged\"],\n allowPrivilegeEscalation: item[\"allowPrivilegeEscalation\"],\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : securityContextCapabilitiesDefinitionSerializer(item[\"capabilities\"]),\n runAsGroup: item[\"runAsGroup\"],\n runAsUser: item[\"runAsUser\"],\n seccompProfile: item[\"seccompProfile\"],\n };\n}\n\nexport function securityContextDefinitionDeserializer(item: any): SecurityContextDefinition {\n return {\n privileged: item[\"privileged\"],\n allowPrivilegeEscalation: item[\"allowPrivilegeEscalation\"],\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : securityContextCapabilitiesDefinitionDeserializer(item[\"capabilities\"]),\n runAsGroup: item[\"runAsGroup\"],\n runAsUser: item[\"runAsUser\"],\n seccompProfile: item[\"seccompProfile\"],\n };\n}\n\n/** The capabilities to add or drop from a container. */\nexport interface SecurityContextCapabilitiesDefinition {\n /** The capabilities to add to the container. */\n add?: string[];\n /** The capabilities to drop from the container. */\n drop?: string[];\n}\n\nexport function securityContextCapabilitiesDefinitionSerializer(\n item: SecurityContextCapabilitiesDefinition,\n): any {\n return {\n add: !item[\"add\"]\n ? item[\"add\"]\n : item[\"add\"].map((p: any) => {\n return p;\n }),\n drop: !item[\"drop\"]\n ? item[\"drop\"]\n : item[\"drop\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function securityContextCapabilitiesDefinitionDeserializer(\n item: any,\n): SecurityContextCapabilitiesDefinition {\n return {\n add: !item[\"add\"]\n ? item[\"add\"]\n : item[\"add\"].map((p: any) => {\n return p;\n }),\n drop: !item[\"drop\"]\n ? item[\"drop\"]\n : item[\"drop\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The container config map. */\nexport interface ConfigMap {\n /** The key value pairs dictionary in the config map. */\n keyValuePairs?: Record<string, string>;\n}\n\nexport function configMapSerializer(item: ConfigMap): any {\n return { keyValuePairs: item[\"keyValuePairs\"] };\n}\n\nexport function configMapDeserializer(item: any): ConfigMap {\n return {\n keyValuePairs: !item[\"keyValuePairs\"]\n ? item[\"keyValuePairs\"]\n : Object.fromEntries(\n Object.entries(item[\"keyValuePairs\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function imageRegistryCredentialArraySerializer(\n result: Array<ImageRegistryCredential>,\n): any[] {\n return result.map((item) => {\n return imageRegistryCredentialSerializer(item);\n });\n}\n\nexport function imageRegistryCredentialArrayDeserializer(\n result: Array<ImageRegistryCredential>,\n): any[] {\n return result.map((item) => {\n return imageRegistryCredentialDeserializer(item);\n });\n}\n\n/** Image registry credential. */\nexport interface ImageRegistryCredential {\n /** The Docker image registry server without a protocol such as \"http\" and \"https\". */\n server: string;\n /** The username for the private registry. */\n username?: string;\n /** The password for the private registry. */\n password?: string;\n /** The reference for the private registry password. */\n passwordReference?: string;\n /** The identity for the private registry. */\n identity?: string;\n /** The identity URL for the private registry. */\n identityUrl?: string;\n}\n\nexport function imageRegistryCredentialSerializer(item: ImageRegistryCredential): any {\n return {\n server: item[\"server\"],\n username: item[\"username\"],\n password: item[\"password\"],\n passwordReference: item[\"passwordReference\"],\n identity: item[\"identity\"],\n identityUrl: item[\"identityUrl\"],\n };\n}\n\nexport function imageRegistryCredentialDeserializer(item: any): ImageRegistryCredential {\n return {\n server: item[\"server\"],\n username: item[\"username\"],\n password: item[\"password\"],\n passwordReference: item[\"passwordReference\"],\n identity: item[\"identity\"],\n identityUrl: item[\"identityUrl\"],\n };\n}\n\n/**\n * Restart policy for all containers within the container group.\n * - `Always` Always restart\n * - `OnFailure` Restart on failure\n * - `Never` Never restart\n */\nexport enum KnownContainerGroupRestartPolicy {\n /** Always */\n Always = \"Always\",\n /** OnFailure */\n OnFailure = \"OnFailure\",\n /** Never */\n Never = \"Never\",\n}\n\n/**\n * Restart policy for all containers within the container group.\n * - `Always` Always restart\n * - `OnFailure` Restart on failure\n * - `Never` Never restart \\\n * {@link KnownContainerGroupRestartPolicy} can be used interchangeably with ContainerGroupRestartPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Always**: Always \\\n * **OnFailure**: OnFailure \\\n * **Never**: Never\n */\nexport type ContainerGroupRestartPolicy = string;\n\n/** IP address for the container group. */\nexport interface IpAddress {\n /** The list of ports exposed on the container group. */\n ports: Port[];\n /** Specifies if the IP is exposed to the public internet or private VNET. */\n type: ContainerGroupIpAddressType;\n /** The IP exposed to the public internet. */\n ip?: string;\n /** The Dns name label for the IP. */\n dnsNameLabel?: string;\n /** The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant. */\n autoGeneratedDomainNameLabelScope?: DnsNameLabelReusePolicy;\n /** The FQDN for the IP. */\n readonly fqdn?: string;\n}\n\nexport function ipAddressSerializer(item: IpAddress): any {\n return {\n ports: portArraySerializer(item[\"ports\"]),\n type: item[\"type\"],\n ip: item[\"ip\"],\n dnsNameLabel: item[\"dnsNameLabel\"],\n autoGeneratedDomainNameLabelScope: item[\"autoGeneratedDomainNameLabelScope\"],\n };\n}\n\nexport function ipAddressDeserializer(item: any): IpAddress {\n return {\n ports: portArrayDeserializer(item[\"ports\"]),\n type: item[\"type\"],\n ip: item[\"ip\"],\n dnsNameLabel: item[\"dnsNameLabel\"],\n autoGeneratedDomainNameLabelScope: item[\"autoGeneratedDomainNameLabelScope\"],\n fqdn: item[\"fqdn\"],\n };\n}\n\nexport function portArraySerializer(result: Array<Port>): any[] {\n return result.map((item) => {\n return portSerializer(item);\n });\n}\n\nexport function portArrayDeserializer(result: Array<Port>): any[] {\n return result.map((item) => {\n return portDeserializer(item);\n });\n}\n\n/** The port exposed on the container group. */\nexport interface Port {\n /** The protocol associated with the port. */\n protocol?: ContainerGroupNetworkProtocol;\n /** The port number. */\n port: number;\n}\n\nexport function portSerializer(item: Port): any {\n return { protocol: item[\"protocol\"], port: item[\"port\"] };\n}\n\nexport function portDeserializer(item: any): Port {\n return {\n protocol: item[\"protocol\"],\n port: item[\"port\"],\n };\n}\n\n/** The protocol associated with the port. */\nexport enum KnownContainerGroupNetworkProtocol {\n /** TCP */\n TCP = \"TCP\",\n /** UDP */\n UDP = \"UDP\",\n}\n\n/**\n * The protocol associated with the port. \\\n * {@link KnownContainerGroupNetworkProtocol} can be used interchangeably with ContainerGroupNetworkProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TCP**: TCP \\\n * **UDP**: UDP\n */\nexport type ContainerGroupNetworkProtocol = string;\n\n/** Specifies if the IP is exposed to the public internet or private VNET. */\nexport enum KnownContainerGroupIpAddressType {\n /** Public */\n Public = \"Public\",\n /** Private */\n Private = \"Private\",\n}\n\n/**\n * Specifies if the IP is exposed to the public internet or private VNET. \\\n * {@link KnownContainerGroupIpAddressType} can be used interchangeably with ContainerGroupIpAddressType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Public**: Public \\\n * **Private**: Private\n */\nexport type ContainerGroupIpAddressType = string;\n\n/** The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant. */\nexport enum KnownDnsNameLabelReusePolicy {\n /** Unsecure */\n Unsecure = \"Unsecure\",\n /** TenantReuse */\n TenantReuse = \"TenantReuse\",\n /** SubscriptionReuse */\n SubscriptionReuse = \"SubscriptionReuse\",\n /** ResourceGroupReuse */\n ResourceGroupReuse = \"ResourceGroupReuse\",\n /** Noreuse */\n Noreuse = \"Noreuse\",\n}\n\n/**\n * The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant. \\\n * {@link KnownDnsNameLabelReusePolicy} can be used interchangeably with DnsNameLabelReusePolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unsecure**: Unsecure \\\n * **TenantReuse**: TenantReuse \\\n * **SubscriptionReuse**: SubscriptionReuse \\\n * **ResourceGroupReuse**: ResourceGroupReuse \\\n * **Noreuse**: Noreuse\n */\nexport type DnsNameLabelReusePolicy = string;\n\n/** The operating system type required by the containers in the container group. */\nexport enum KnownOperatingSystemTypes {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n}\n\n/**\n * The operating system type required by the containers in the container group. \\\n * {@link KnownOperatingSystemTypes} can be used interchangeably with OperatingSystemTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows**: Windows \\\n * **Linux**: Linux\n */\nexport type OperatingSystemTypes = string;\n\nexport function volumeArraySerializer(result: Array<Volume>): any[] {\n return result.map((item) => {\n return volumeSerializer(item);\n });\n}\n\nexport function volumeArrayDeserializer(result: Array<Volume>): any[] {\n return result.map((item) => {\n return volumeDeserializer(item);\n });\n}\n\n/** The properties of the volume. */\nexport interface Volume {\n /** The name of the volume. */\n name: string;\n /** The Azure File volume. */\n azureFile?: AzureFileVolume;\n /** The empty directory volume. */\n emptyDir?: any;\n /** The secret volume. */\n secret?: Record<string, string>;\n /** The secret reference volume. */\n secretReference?: Record<string, string>;\n /** The git repo volume. */\n gitRepo?: GitRepoVolume;\n}\n\nexport function volumeSerializer(item: Volume): any {\n return {\n name: item[\"name\"],\n azureFile: !item[\"azureFile\"]\n ? item[\"azureFile\"]\n : azureFileVolumeSerializer(item[\"azureFile\"]),\n emptyDir: item[\"emptyDir\"],\n secret: item[\"secret\"],\n secretReference: item[\"secretReference\"],\n gitRepo: !item[\"gitRepo\"] ? item[\"gitRepo\"] : gitRepoVolumeSerializer(item[\"gitRepo\"]),\n };\n}\n\nexport function volumeDeserializer(item: any): Volume {\n return {\n name: item[\"name\"],\n azureFile: !item[\"azureFile\"]\n ? item[\"azureFile\"]\n : azureFileVolumeDeserializer(item[\"azureFile\"]),\n emptyDir: item[\"emptyDir\"],\n secret: !item[\"secret\"]\n ? item[\"secret\"]\n : Object.fromEntries(Object.entries(item[\"secret\"]).map(([k, p]: [string, any]) => [k, p])),\n secretReference: !item[\"secretReference\"]\n ? item[\"secretReference\"]\n : Object.fromEntries(\n Object.entries(item[\"secretReference\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n gitRepo: !item[\"gitRepo\"] ? item[\"gitRepo\"] : gitRepoVolumeDeserializer(item[\"gitRepo\"]),\n };\n}\n\n/** The properties of the Azure File volume. Azure File shares are mounted as volumes. */\nexport interface AzureFileVolume {\n /** The name of the Azure File share to be mounted as a volume. */\n shareName: string;\n /** The flag indicating whether the Azure File shared mounted as a volume is read-only. */\n readOnly?: boolean;\n /** The name of the storage account that contains the Azure File share. */\n storageAccountName: string;\n /** The storage account access key used to access the Azure File share. */\n storageAccountKey?: string;\n /** The reference to the storage account access key used to access the Azure File share. */\n storageAccountKeyReference?: string;\n}\n\nexport function azureFileVolumeSerializer(item: AzureFileVolume): any {\n return {\n shareName: item[\"shareName\"],\n readOnly: item[\"readOnly\"],\n storageAccountName: item[\"storageAccountName\"],\n storageAccountKey: item[\"storageAccountKey\"],\n storageAccountKeyReference: item[\"storageAccountKeyReference\"],\n };\n}\n\nexport function azureFileVolumeDeserializer(item: any): AzureFileVolume {\n return {\n shareName: item[\"shareName\"],\n readOnly: item[\"readOnly\"],\n storageAccountName: item[\"storageAccountName\"],\n storageAccountKey: item[\"storageAccountKey\"],\n storageAccountKeyReference: item[\"storageAccountKeyReference\"],\n };\n}\n\n/** Represents a volume that is populated with the contents of a git repository */\nexport interface GitRepoVolume {\n /** Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. */\n directory?: string;\n /** Repository URL */\n repository: string;\n /** Commit hash for the specified revision. */\n revision?: string;\n}\n\nexport function gitRepoVolumeSerializer(item: GitRepoVolume): any {\n return {\n directory: item[\"directory\"],\n repository: item[\"repository\"],\n revision: item[\"revision\"],\n };\n}\n\nexport function gitRepoVolumeDeserializer(item: any): GitRepoVolume {\n return {\n directory: item[\"directory\"],\n repository: item[\"repository\"],\n revision: item[\"revision\"],\n };\n}\n\n/** The instance view of the container group. Only valid in response. */\nexport interface ContainerGroupPropertiesInstanceView {\n /** The events of this container group. */\n readonly events?: Event[];\n /** The state of the container group. Only valid in response. */\n readonly state?: string;\n}\n\nexport function containerGroupPropertiesInstanceViewDeserializer(\n item: any,\n): ContainerGroupPropertiesInstanceView {\n return {\n events: !item[\"events\"] ? item[\"events\"] : eventArrayDeserializer(item[\"events\"]),\n state: item[\"state\"],\n };\n}\n\n/** Container group diagnostic information. */\nexport interface ContainerGroupDiagnostics {\n /** Container group log analytics information. */\n logAnalytics?: LogAnalytics;\n}\n\nexport function containerGroupDiagnosticsSerializer(item: ContainerGroupDiagnostics): any {\n return {\n logAnalytics: !item[\"logAnalytics\"]\n ? item[\"logAnalytics\"]\n : logAnalyticsSerializer(item[\"logAnalytics\"]),\n };\n}\n\nexport function containerGroupDiagnosticsDeserializer(item: any): ContainerGroupDiagnostics {\n return {\n logAnalytics: !item[\"logAnalytics\"]\n ? item[\"logAnalytics\"]\n : logAnalyticsDeserializer(item[\"logAnalytics\"]),\n };\n}\n\n/** Container group log analytics information. */\nexport interface LogAnalytics {\n /** The workspace id for log analytics */\n workspaceId: string;\n /** The workspace key for log analytics */\n workspaceKey: string;\n /** The log type to be used. */\n logType?: LogAnalyticsLogType;\n /** Metadata for log analytics. */\n metadata?: Record<string, string>;\n /** The workspace resource id for log analytics */\n workspaceResourceId?: string;\n}\n\nexport function logAnalyticsSerializer(item: LogAnalytics): any {\n return {\n workspaceId: item[\"workspaceId\"],\n workspaceKey: item[\"workspaceKey\"],\n logType: item[\"logType\"],\n metadata: item[\"metadata\"],\n workspaceResourceId: item[\"workspaceResourceId\"],\n };\n}\n\nexport function logAnalyticsDeserializer(item: any): LogAnalytics {\n return {\n workspaceId: item[\"workspaceId\"],\n workspaceKey: item[\"workspaceKey\"],\n logType: item[\"logType\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n workspaceResourceId: item[\"workspaceResourceId\"],\n };\n}\n\n/** The log type to be used. */\nexport enum KnownLogAnalyticsLogType {\n /** ContainerInsights */\n ContainerInsights = \"ContainerInsights\",\n /** ContainerInstanceLogs */\n ContainerInstanceLogs = \"ContainerInstanceLogs\",\n}\n\n/**\n * The log type to be used. \\\n * {@link KnownLogAnalyticsLogType} can be used interchangeably with LogAnalyticsLogType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ContainerInsights**: ContainerInsights \\\n * **ContainerInstanceLogs**: ContainerInstanceLogs\n */\nexport type LogAnalyticsLogType = string;\n\nexport function containerGroupSubnetIdArraySerializer(\n result: Array<ContainerGroupSubnetId>,\n): any[] {\n return result.map((item) => {\n return containerGroupSubnetIdSerializer(item);\n });\n}\n\nexport function containerGroupSubnetIdArrayDeserializer(\n result: Array<ContainerGroupSubnetId>,\n): any[] {\n return result.map((item) => {\n return containerGroupSubnetIdDeserializer(item);\n });\n}\n\n/** Container group subnet information. */\nexport interface ContainerGroupSubnetId {\n /** Resource ID of virtual network and subnet. */\n id: string;\n /** Friendly name for the subnet. */\n name?: string;\n}\n\nexport function containerGroupSubnetIdSerializer(item: ContainerGroupSubnetId): any {\n return { id: item[\"id\"], name: item[\"name\"] };\n}\n\nexport function containerGroupSubnetIdDeserializer(item: any): ContainerGroupSubnetId {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n };\n}\n\n/** DNS configuration for the container group. */\nexport interface DnsConfiguration {\n /** The DNS servers for the container group. */\n nameServers: string[];\n /** The DNS search domains for hostname lookup in the container group. */\n searchDomains?: string;\n /** The DNS options for the container group. */\n options?: string;\n}\n\nexport function dnsConfigurationSerializer(item: DnsConfiguration): any {\n return {\n nameServers: item[\"nameServers\"].map((p: any) => {\n return p;\n }),\n searchDomains: item[\"searchDomains\"],\n options: item[\"options\"],\n };\n}\n\nexport function dnsConfigurationDeserializer(item: any): DnsConfiguration {\n return {\n nameServers: item[\"nameServers\"].map((p: any) => {\n return p;\n }),\n searchDomains: item[\"searchDomains\"],\n options: item[\"options\"],\n };\n}\n\n/** The container group SKU. */\nexport enum KnownContainerGroupSku {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** Standard */\n Standard = \"Standard\",\n /** Dedicated */\n Dedicated = \"Dedicated\",\n /** Confidential */\n Confidential = \"Confidential\",\n}\n\n/**\n * The container group SKU. \\\n * {@link KnownContainerGroupSku} can be used interchangeably with ContainerGroupSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified**: NotSpecified \\\n * **Standard**: Standard \\\n * **Dedicated**: Dedicated \\\n * **Confidential**: Confidential\n */\nexport type ContainerGroupSku = string;\n\n/** The container group encryption properties. */\nexport interface EncryptionProperties {\n /** The keyvault base url. */\n vaultBaseUrl: string;\n /** The encryption key name. */\n keyName: string;\n /** The encryption key version. */\n keyVersion: string;\n /** The keyvault managed identity. */\n identity?: string;\n}\n\nexport function encryptionPropertiesSerializer(item: EncryptionProperties): any {\n return {\n vaultBaseUrl: item[\"vaultBaseUrl\"],\n keyName: item[\"keyName\"],\n keyVersion: item[\"keyVersion\"],\n identity: item[\"identity\"],\n };\n}\n\nexport function encryptionPropertiesDeserializer(item: any): EncryptionProperties {\n return {\n vaultBaseUrl: item[\"vaultBaseUrl\"],\n keyName: item[\"keyName\"],\n keyVersion: item[\"keyVersion\"],\n identity: item[\"identity\"],\n };\n}\n\nexport function initContainerDefinitionArraySerializer(\n result: Array<InitContainerDefinition>,\n): any[] {\n return result.map((item) => {\n return initContainerDefinitionSerializer(item);\n });\n}\n\nexport function initContainerDefinitionArrayDeserializer(\n result: Array<InitContainerDefinition>,\n): any[] {\n return result.map((item) => {\n return initContainerDefinitionDeserializer(item);\n });\n}\n\n/** The init container definition. */\nexport interface InitContainerDefinition {\n /** The name for the init container. */\n name: string;\n /** The image of the init container. */\n image?: string;\n /** The command to execute within the init container in exec form. */\n command?: string[];\n /** The environment variables to set in the init container. */\n environmentVariables?: EnvironmentVariable[];\n /** The instance view of the init container. Only valid in response. */\n readonly instanceView?: InitContainerPropertiesDefinitionInstanceView;\n /** The volume mounts available to the init container. */\n volumeMounts?: VolumeMount[];\n /** The container security properties. */\n securityContext?: SecurityContextDefinition;\n}\n\nexport function initContainerDefinitionSerializer(item: InitContainerDefinition): any {\n return { name: item[\"name\"], properties: _initContainerDefinitionPropertiesSerializer(item) };\n}\n\nexport function initContainerDefinitionDeserializer(item: any): InitContainerDefinition {\n return {\n name: item[\"name\"],\n ..._initContainerDefinitionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The init container definition properties. */\nexport interface InitContainerPropertiesDefinition {\n /** The image of the init container. */\n image?: string;\n /** The command to execute within the init container in exec form. */\n command?: string[];\n /** The environment variables to set in the init container. */\n environmentVariables?: EnvironmentVariable[];\n /** The instance view of the init container. Only valid in response. */\n readonly instanceView?: InitContainerPropertiesDefinitionInstanceView;\n /** The volume mounts available to the init container. */\n volumeMounts?: VolumeMount[];\n /** The container security properties. */\n securityContext?: SecurityContextDefinition;\n}\n\nexport function initContainerPropertiesDefinitionSerializer(\n item: InitContainerPropertiesDefinition,\n): any {\n return {\n image: item[\"image\"],\n command: !item[\"command\"]\n ? item[\"command\"]\n : item[\"command\"].map((p: any) => {\n return p;\n }),\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : environmentVariableArraySerializer(item[\"environmentVariables\"]),\n volumeMounts: !item[\"volumeMounts\"]\n ? item[\"volumeMounts\"]\n : volumeMountArraySerializer(item[\"volumeMounts\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionSerializer(item[\"securityContext\"]),\n };\n}\n\nexport function initContainerPropertiesDefinitionDeserializer(\n item: any,\n): InitContainerPropertiesDefinition {\n return {\n image: item[\"image\"],\n command: !item[\"command\"]\n ? item[\"command\"]\n : item[\"command\"].map((p: any) => {\n return p;\n }),\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : environmentVariableArrayDeserializer(item[\"environmentVariables\"]),\n instanceView: !item[\"instanceView\"]\n ? item[\"instanceView\"]\n : initContainerPropertiesDefinitionInstanceViewDeserializer(item[\"instanceView\"]),\n volumeMounts: !item[\"volumeMounts\"]\n ? item[\"volumeMounts\"]\n : volumeMountArrayDeserializer(item[\"volumeMounts\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionDeserializer(item[\"securityContext\"]),\n };\n}\n\n/** The instance view of the init container. Only valid in response. */\nexport interface InitContainerPropertiesDefinitionInstanceView {\n /** The number of times that the init container has been restarted. */\n readonly restartCount?: number;\n /** The current state of the init container. */\n readonly currentState?: ContainerState;\n /** The previous state of the init container. */\n readonly previousState?: ContainerState;\n /** The events of the init container. */\n readonly events?: Event[];\n}\n\nexport function initContainerPropertiesDefinitionInstanceViewDeserializer(\n item: any,\n): InitContainerPropertiesDefinitionInstanceView {\n return {\n restartCount: item[\"restartCount\"],\n currentState: !item[\"currentState\"]\n ? item[\"currentState\"]\n : containerStateDeserializer(item[\"currentState\"]),\n previousState: !item[\"previousState\"]\n ? item[\"previousState\"]\n : containerStateDeserializer(item[\"previousState\"]),\n events: !item[\"events\"] ? item[\"events\"] : eventArrayDeserializer(item[\"events\"]),\n };\n}\n\nexport function deploymentExtensionSpecArraySerializer(\n result: Array<DeploymentExtensionSpec>,\n): any[] {\n return result.map((item) => {\n return deploymentExtensionSpecSerializer(item);\n });\n}\n\nexport function deploymentExtensionSpecArrayDeserializer(\n result: Array<DeploymentExtensionSpec>,\n): any[] {\n return result.map((item) => {\n return deploymentExtensionSpecDeserializer(item);\n });\n}\n\n/** Extension sidecars to be added to the deployment. */\nexport interface DeploymentExtensionSpec {\n /** Name of the extension. */\n name: string;\n /** Type of extension to be added. */\n extensionType?: string;\n /** Version of the extension being used. */\n version?: string;\n /** Settings for the extension. */\n settings?: any;\n /** Protected settings for the extension. */\n protectedSettings?: any;\n}\n\nexport function deploymentExtensionSpecSerializer(item: DeploymentExtensionSpec): any {\n return {\n name: item[\"name\"],\n properties: areAllPropsUndefined(item, [\n \"extensionType\",\n \"version\",\n \"settings\",\n \"protectedSettings\",\n ])\n ? undefined\n : _deploymentExtensionSpecPropertiesSerializer(item),\n };\n}\n\nexport function deploymentExtensionSpecDeserializer(item: any): DeploymentExtensionSpec {\n return {\n name: item[\"name\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _deploymentExtensionSpecPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Extension specific properties */\nexport interface DeploymentExtensionSpecProperties {\n /** Type of extension to be added. */\n extensionType: string;\n /** Version of the extension being used. */\n version: string;\n /** Settings for the extension. */\n settings?: any;\n /** Protected settings for the extension. */\n protectedSettings?: any;\n}\n\nexport function deploymentExtensionSpecPropertiesSerializer(\n item: DeploymentExtensionSpecProperties,\n): any {\n return {\n extensionType: item[\"extensionType\"],\n version: item[\"version\"],\n settings: item[\"settings\"],\n protectedSettings: item[\"protectedSettings\"],\n };\n}\n\nexport function deploymentExtensionSpecPropertiesDeserializer(\n item: any,\n): DeploymentExtensionSpecProperties {\n return {\n extensionType: item[\"extensionType\"],\n version: item[\"version\"],\n settings: item[\"settings\"],\n protectedSettings: item[\"protectedSettings\"],\n };\n}\n\n/** The properties for confidential container group */\nexport interface ConfidentialComputeProperties {\n /** The base64 encoded confidential compute enforcement policy */\n ccePolicy?: string;\n}\n\nexport function confidentialComputePropertiesSerializer(item: ConfidentialComputeProperties): any {\n return { ccePolicy: item[\"ccePolicy\"] };\n}\n\nexport function confidentialComputePropertiesDeserializer(\n item: any,\n): ConfidentialComputeProperties {\n return {\n ccePolicy: item[\"ccePolicy\"],\n };\n}\n\n/** The priority of the container group. */\nexport enum KnownContainerGroupPriority {\n /** Regular */\n Regular = \"Regular\",\n /** Spot */\n Spot = \"Spot\",\n}\n\n/**\n * The priority of the container group. \\\n * {@link KnownContainerGroupPriority} can be used interchangeably with ContainerGroupPriority,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Regular**: Regular \\\n * **Spot**: Spot\n */\nexport type ContainerGroupPriority = string;\n\n/** The access control levels of the identities. */\nexport interface IdentityAcls {\n /** The default access level. */\n defaultAccess?: IdentityAccessLevel;\n /** The access control levels for each identity. */\n acls?: IdentityAccessControl[];\n}\n\nexport function identityAclsSerializer(item: IdentityAcls): any {\n return {\n defaultAccess: item[\"defaultAccess\"],\n acls: !item[\"acls\"] ? item[\"acls\"] : identityAccessControlArraySerializer(item[\"acls\"]),\n };\n}\n\nexport function identityAclsDeserializer(item: any): IdentityAcls {\n return {\n defaultAccess: item[\"defaultAccess\"],\n acls: !item[\"acls\"] ? item[\"acls\"] : identityAccessControlArrayDeserializer(item[\"acls\"]),\n };\n}\n\n/** The access level of an identity. */\nexport enum KnownIdentityAccessLevel {\n /** All */\n All = \"All\",\n /** System */\n System = \"System\",\n /** User */\n User = \"User\",\n}\n\n/**\n * The access level of an identity. \\\n * {@link KnownIdentityAccessLevel} can be used interchangeably with IdentityAccessLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **All**: All \\\n * **System**: System \\\n * **User**: User\n */\nexport type IdentityAccessLevel = string;\n\nexport function identityAccessControlArraySerializer(result: Array<IdentityAccessControl>): any[] {\n return result.map((item) => {\n return identityAccessControlSerializer(item);\n });\n}\n\nexport function identityAccessControlArrayDeserializer(\n result: Array<IdentityAccessControl>,\n): any[] {\n return result.map((item) => {\n return identityAccessControlDeserializer(item);\n });\n}\n\n/** The access control for an identity */\nexport interface IdentityAccessControl {\n /** The access level of the identity. */\n access?: IdentityAccessLevel;\n /** An identity. */\n identity?: string;\n}\n\nexport function identityAccessControlSerializer(item: IdentityAccessControl): any {\n return { access: item[\"access\"], identity: item[\"identity\"] };\n}\n\nexport function identityAccessControlDeserializer(item: any): IdentityAccessControl {\n return {\n access: item[\"access\"],\n identity: item[\"identity\"],\n };\n}\n\n/** The container group profile reference. */\nexport interface ContainerGroupProfileReferenceDefinition {\n /** The container group profile reference id.This will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroupProfiles/{containerGroupProfileName}'. */\n id?: string;\n /** The container group profile reference revision. */\n revision?: number;\n}\n\nexport function containerGroupProfileReferenceDefinitionSerializer(\n item: ContainerGroupProfileReferenceDefinition,\n): any {\n return { id: item[\"id\"], revision: item[\"revision\"] };\n}\n\nexport function containerGroupProfileReferenceDefinitionDeserializer(\n item: any,\n): ContainerGroupProfileReferenceDefinition {\n return {\n id: item[\"id\"],\n revision: item[\"revision\"],\n };\n}\n\n/** The standby pool profile reference. */\nexport interface StandbyPoolProfileDefinition {\n /** The standby pool profile reference id.This will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyPoolName}'. */\n id?: string;\n /** The flag to determine whether ACI should fail the create request if the container group can not be obtained from standby pool. */\n failContainerGroupCreateOnReuseFailure?: boolean;\n}\n\nexport function standbyPoolProfileDefinitionSerializer(item: StandbyPoolProfileDefinition): any {\n return {\n id: item[\"id\"],\n failContainerGroupCreateOnReuseFailure: item[\"failContainerGroupCreateOnReuseFailure\"],\n };\n}\n\nexport function standbyPoolProfileDefinitionDeserializer(item: any): StandbyPoolProfileDefinition {\n return {\n id: item[\"id\"],\n failContainerGroupCreateOnReuseFailure: item[\"failContainerGroupCreateOnReuseFailure\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends ArmResource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface ArmResource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function armResourceSerializer(_item: ArmResource): any {\n return {};\n}\n\nexport function armResourceDeserializer(item: any): ArmResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** The Resource model definition. */\nexport interface Resource {\n /** The resource id. */\n readonly id?: string;\n /** The resource name. */\n readonly name?: string;\n /** The resource type. */\n readonly type?: string;\n /** The resource location. */\n location?: string;\n /** The resource tags. */\n tags?: Record<string, string>;\n /** The zones for the container group. */\n zones?: string[];\n}\n\nexport function resourceSerializer(item: Resource): any {\n return {\n location: item[\"location\"],\n tags: item[\"tags\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The response of a container group list operation. */\nexport interface _ContainerGroupListResult {\n /** The ListResultContainerGroup items on this page */\n value: ContainerGroup[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _containerGroupListResultDeserializer(item: any): _ContainerGroupListResult {\n return {\n value: containerGroupArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function containerGroupArraySerializer(result: Array<ContainerGroup>): any[] {\n return result.map((item) => {\n return containerGroupSerializer(item);\n });\n}\n\nexport function containerGroupArrayDeserializer(result: Array<ContainerGroup>): any[] {\n return result.map((item) => {\n return containerGroupDeserializer(item);\n });\n}\n\n/** Describes the NGroups resource. */\nexport interface NGroup extends ProxyResource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** The availability zones. */\n zones?: string[];\n /** The identity of the NGroup, if configured. */\n identity?: NGroupIdentity;\n /** The elastic profile. */\n elasticProfile?: ElasticProfile;\n /** Provides options w.r.t allocation and management w.r.t certain placement policies. These utilize capabilities provided by the underlying Azure infrastructure. They are typically used for high availability scenarios. E.g., distributing CGs across fault domains. */\n placementProfile?: PlacementProfile;\n /** The Container Group Profiles that could be used in the NGroups resource. */\n containerGroupProfiles?: ContainerGroupProfileStub[];\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: NGroupProvisioningState;\n /** Used by the customer to specify the way to update the Container Groups in NGroup. */\n updateProfile?: UpdateProfile;\n}\n\nexport function nGroupSerializer(item: NGroup): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"elasticProfile\",\n \"placementProfile\",\n \"containerGroupProfiles\",\n \"updateProfile\",\n ])\n ? undefined\n : _nGroupPropertiesSerializer(item),\n tags: item[\"tags\"],\n location: item[\"location\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n identity: !item[\"identity\"] ? item[\"identity\"] : nGroupIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function nGroupDeserializer(item: any): NGroup {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _nGroupPropertiesDeserializer(item[\"properties\"])),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n identity: !item[\"identity\"] ? item[\"identity\"] : nGroupIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Describes the properties of the NGroups resource. */\nexport interface NGroupProperties {\n /** The elastic profile. */\n elasticProfile?: ElasticProfile;\n /** Provides options w.r.t allocation and management w.r.t certain placement policies. These utilize capabilities provided by the underlying Azure infrastructure. They are typically used for high availability scenarios. E.g., distributing CGs across fault domains. */\n placementProfile?: PlacementProfile;\n /** The Container Group Profiles that could be used in the NGroups resource. */\n containerGroupProfiles?: ContainerGroupProfileStub[];\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: NGroupProvisioningState;\n /** Used by the customer to specify the way to update the Container Groups in NGroup. */\n updateProfile?: UpdateProfile;\n}\n\nexport function nGroupPropertiesSerializer(item: NGroupProperties): any {\n return {\n elasticProfile: !item[\"elasticProfile\"]\n ? item[\"elasticProfile\"]\n : elasticProfileSerializer(item[\"elasticProfile\"]),\n placementProfile: !item[\"placementProfile\"]\n ? item[\"placementProfile\"]\n : placementProfileSerializer(item[\"placementProfile\"]),\n containerGroupProfiles: !item[\"containerGroupProfiles\"]\n ? item[\"containerGroupProfiles\"]\n : containerGroupProfileStubArraySerializer(item[\"containerGroupProfiles\"]),\n updateProfile: !item[\"updateProfile\"]\n ? item[\"updateProfile\"]\n : updateProfileSerializer(item[\"updateProfile\"]),\n };\n}\n\nexport function nGroupPropertiesDeserializer(item: any): NGroupProperties {\n return {\n elasticProfile: !item[\"elasticProfile\"]\n ? item[\"elasticProfile\"]\n : elasticProfileDeserializer(item[\"elasticProfile\"]),\n placementProfile: !item[\"placementProfile\"]\n ? item[\"placementProfile\"]\n : placementProfileDeserializer(item[\"placementProfile\"]),\n containerGroupProfiles: !item[\"containerGroupProfiles\"]\n ? item[\"containerGroupProfiles\"]\n : containerGroupProfileStubArrayDeserializer(item[\"containerGroupProfiles\"]),\n provisioningState: item[\"provisioningState\"],\n updateProfile: !item[\"updateProfile\"]\n ? item[\"updateProfile\"]\n : updateProfileDeserializer(item[\"updateProfile\"]),\n };\n}\n\n/** Describes the elastic profile of the NGroup */\nexport interface ElasticProfile {\n desiredCount?: number;\n /** Flag that indicates whether desiredCount should be maintained when customer deletes SPECIFIC container groups (CGs) from the NGroups. In this case, new CGs will be created by NGroup to compensate for the specific deleted ones. */\n maintainDesiredCount?: boolean;\n /** Container Groups are named on a generic guid based naming scheme/policy. Customer can modify naming policy to add prefix to CG names during scale out operation. */\n containerGroupNamingPolicy?: ElasticProfileContainerGroupNamingPolicy;\n}\n\nexport function elasticProfileSerializer(item: ElasticProfile): any {\n return {\n desiredCount: item[\"desiredCount\"],\n maintainDesiredCount: item[\"maintainDesiredCount\"],\n containerGroupNamingPolicy: !item[\"containerGroupNamingPolicy\"]\n ? item[\"containerGroupNamingPolicy\"]\n : elasticProfileContainerGroupNamingPolicySerializer(item[\"containerGroupNamingPolicy\"]),\n };\n}\n\nexport function elasticProfileDeserializer(item: any): ElasticProfile {\n return {\n desiredCount: item[\"desiredCount\"],\n maintainDesiredCount: item[\"maintainDesiredCount\"],\n containerGroupNamingPolicy: !item[\"containerGroupNamingPolicy\"]\n ? item[\"containerGroupNamingPolicy\"]\n : elasticProfileContainerGroupNamingPolicyDeserializer(item[\"containerGroupNamingPolicy\"]),\n };\n}\n\n/** Container Groups are named on a generic guid based naming scheme/policy. Customer can modify naming policy to add prefix to CG names during scale out operation. */\nexport interface ElasticProfileContainerGroupNamingPolicy {\n guidNamingPolicy?: ElasticProfileContainerGroupNamingPolicyGuidNamingPolicy;\n}\n\nexport function elasticProfileContainerGroupNamingPolicySerializer(\n item: ElasticProfileContainerGroupNamingPolicy,\n): any {\n return {\n guidNamingPolicy: !item[\"guidNamingPolicy\"]\n ? item[\"guidNamingPolicy\"]\n : elasticProfileContainerGroupNamingPolicyGuidNamingPolicySerializer(\n item[\"guidNamingPolicy\"],\n ),\n };\n}\n\nexport function elasticProfileContainerGroupNamingPolicyDeserializer(\n item: any,\n): ElasticProfileContainerGroupNamingPolicy {\n return {\n guidNamingPolicy: !item[\"guidNamingPolicy\"]\n ? item[\"guidNamingPolicy\"]\n : elasticProfileContainerGroupNamingPolicyGuidNamingPolicyDeserializer(\n item[\"guidNamingPolicy\"],\n ),\n };\n}\n\n/** model interface ElasticProfileContainerGroupNamingPolicyGuidNamingPolicy */\nexport interface ElasticProfileContainerGroupNamingPolicyGuidNamingPolicy {\n /** The prefix can be used when there are tooling limitations (e.g. on the Azure portal where CGs from multiple NGroups exist in the same RG). The prefix with the suffixed resource name must still follow Azure resource naming guidelines. */\n prefix?: string;\n}\n\nexport function elasticProfileContainerGroupNamingPolicyGuidNamingPolicySerializer(\n item: ElasticProfileContainerGroupNamingPolicyGuidNamingPolicy,\n): any {\n return { prefix: item[\"prefix\"] };\n}\n\nexport function elasticProfileContainerGroupNamingPolicyGuidNamingPolicyDeserializer(\n item: any,\n): ElasticProfileContainerGroupNamingPolicyGuidNamingPolicy {\n return {\n prefix: item[\"prefix\"],\n };\n}\n\n/** Provides options w.r.t allocation and management w.r.t certain placement policies. These utilize capabilities provided by the underlying Azure infrastructure. They are typically used for high availability scenarios. E.g., distributing CGs across fault domains. */\nexport interface PlacementProfile {\n /** The number of fault domains to be used to spread CGs in the NGroups resource. This can only be specified during NGroup creation and is immutable after that. */\n faultDomainCount?: number;\n}\n\nexport function placementProfileSerializer(item: PlacementProfile): any {\n return { faultDomainCount: item[\"faultDomainCount\"] };\n}\n\nexport function placementProfileDeserializer(item: any): PlacementProfile {\n return {\n faultDomainCount: item[\"faultDomainCount\"],\n };\n}\n\nexport function containerGroupProfileStubArraySerializer(\n result: Array<ContainerGroupProfileStub>,\n): any[] {\n return result.map((item) => {\n return containerGroupProfileStubSerializer(item);\n });\n}\n\nexport function containerGroupProfileStubArrayDeserializer(\n result: Array<ContainerGroupProfileStub>,\n): any[] {\n return result.map((item) => {\n return containerGroupProfileStubDeserializer(item);\n });\n}\n\n/** The object that contains a reference to a Container Group Profile and it's other related properties. */\nexport interface ContainerGroupProfileStub {\n /** A reference to the container group profile ARM resource hosted in ACI RP. */\n resource?: ApiEntityReference;\n /** The revision of the CG profile is an optional property. If customer does not to provide a revision then NGroups will pickup the latest revision of CGProfile. */\n revision?: number;\n /** A network profile for network settings of a ContainerGroupProfile. */\n networkProfile?: NetworkProfile;\n /** Storage profile for storage related settings of a container group profile. */\n storageProfile?: StorageProfile;\n /** Container Group properties which can be set while creating or updating the NGroups. */\n containerGroupProperties?: NGroupContainerGroupProperties;\n}\n\nexport function containerGroupProfileStubSerializer(item: ContainerGroupProfileStub): any {\n return {\n resource: !item[\"resource\"] ? item[\"resource\"] : apiEntityReferenceSerializer(item[\"resource\"]),\n revision: item[\"revision\"],\n networkProfile: !item[\"networkProfile\"]\n ? item[\"networkProfile\"]\n : networkProfileSerializer(item[\"networkProfile\"]),\n storageProfile: !item[\"storageProfile\"]\n ? item[\"storageProfile\"]\n : storageProfileSerializer(item[\"storageProfile\"]),\n containerGroupProperties: !item[\"containerGroupProperties\"]\n ? item[\"containerGroupProperties\"]\n : nGroupContainerGroupPropertiesSerializer(item[\"containerGroupProperties\"]),\n };\n}\n\nexport function containerGroupProfileStubDeserializer(item: any): ContainerGroupProfileStub {\n return {\n resource: !item[\"resource\"]\n ? item[\"resource\"]\n : apiEntityReferenceDeserializer(item[\"resource\"]),\n revision: item[\"revision\"],\n networkProfile: !item[\"networkProfile\"]\n ? item[\"networkProfile\"]\n : networkProfileDeserializer(item[\"networkProfile\"]),\n storageProfile: !item[\"storageProfile\"]\n ? item[\"storageProfile\"]\n : storageProfileDeserializer(item[\"storageProfile\"]),\n containerGroupProperties: !item[\"containerGroupProperties\"]\n ? item[\"containerGroupProperties\"]\n : nGroupContainerGroupPropertiesDeserializer(item[\"containerGroupProperties\"]),\n };\n}\n\n/** The API entity reference. */\nexport interface ApiEntityReference {\n /** The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */\n id?: string;\n}\n\nexport function apiEntityReferenceSerializer(item: ApiEntityReference): any {\n return { id: item[\"id\"] };\n}\n\nexport function apiEntityReferenceDeserializer(item: any): ApiEntityReference {\n return {\n id: item[\"id\"],\n };\n}\n\n/** A network profile for network settings of a ContainerGroupProfile. Used to manage load balancer and application gateway backend pools, specifically updating the IP addresses of CGs within the backend pool. */\nexport interface NetworkProfile {\n /** LoadBalancer the CG profile will use to interact with CGs in a backend pool */\n loadBalancer?: LoadBalancer;\n /** Application Gateway the CG profile will use to interact with CGs in a backend pool */\n applicationGateway?: ApplicationGateway;\n}\n\nexport function networkProfileSerializer(item: NetworkProfile): any {\n return {\n loadBalancer: !item[\"loadBalancer\"]\n ? item[\"loadBalancer\"]\n : loadBalancerSerializer(item[\"loadBalancer\"]),\n applicationGateway: !item[\"applicationGateway\"]\n ? item[\"applicationGateway\"]\n : applicationGatewaySerializer(item[\"applicationGateway\"]),\n };\n}\n\nexport function networkProfileDeserializer(item: any): NetworkProfile {\n return {\n loadBalancer: !item[\"loadBalancer\"]\n ? item[\"loadBalancer\"]\n : loadBalancerDeserializer(item[\"loadBalancer\"]),\n applicationGateway: !item[\"applicationGateway\"]\n ? item[\"applicationGateway\"]\n : applicationGatewayDeserializer(item[\"applicationGateway\"]),\n };\n}\n\n/** LoadBalancer the CG profile will use to interact with CGs in a backend pool */\nexport interface LoadBalancer {\n /** List of Load Balancer Backend Address Pools. */\n backendAddressPools?: LoadBalancerBackendAddressPool[];\n}\n\nexport function loadBalancerSerializer(item: LoadBalancer): any {\n return {\n backendAddressPools: !item[\"backendAddressPools\"]\n ? item[\"backendAddressPools\"]\n : loadBalancerBackendAddressPoolArraySerializer(item[\"backendAddressPools\"]),\n };\n}\n\nexport function loadBalancerDeserializer(item: any): LoadBalancer {\n return {\n backendAddressPools: !item[\"backendAddressPools\"]\n ? item[\"backendAddressPools\"]\n : loadBalancerBackendAddressPoolArrayDeserializer(item[\"backendAddressPools\"]),\n };\n}\n\nexport function loadBalancerBackendAddressPoolArraySerializer(\n result: Array<LoadBalancerBackendAddressPool>,\n): any[] {\n return result.map((item) => {\n return loadBalancerBackendAddressPoolSerializer(item);\n });\n}\n\nexport function loadBalancerBackendAddressPoolArrayDeserializer(\n result: Array<LoadBalancerBackendAddressPool>,\n): any[] {\n return result.map((item) => {\n return loadBalancerBackendAddressPoolDeserializer(item);\n });\n}\n\n/** NGroups load balancer backend address pool */\nexport interface LoadBalancerBackendAddressPool {\n /** The Load Balancer backend address pool ARM resource Id. */\n resource?: string;\n}\n\nexport function loadBalancerBackendAddressPoolSerializer(\n item: LoadBalancerBackendAddressPool,\n): any {\n return { resource: item[\"resource\"] };\n}\n\nexport function loadBalancerBackendAddressPoolDeserializer(\n item: any,\n): LoadBalancerBackendAddressPool {\n return {\n resource: item[\"resource\"],\n };\n}\n\n/** Application Gateway the CG profile will use to interact with CGs in a backend pool */\nexport interface ApplicationGateway {\n /** The Application Gateway ARM resource Id. */\n resource?: string;\n /** List of Application Gateway Backend Address Pools. */\n backendAddressPools?: ApplicationGatewayBackendAddressPool[];\n}\n\nexport function applicationGatewaySerializer(item: ApplicationGateway): any {\n return {\n resource: item[\"resource\"],\n backendAddressPools: !item[\"backendAddressPools\"]\n ? item[\"backendAddressPools\"]\n : applicationGatewayBackendAddressPoolArraySerializer(item[\"backendAddressPools\"]),\n };\n}\n\nexport function applicationGatewayDeserializer(item: any): ApplicationGateway {\n return {\n resource: item[\"resource\"],\n backendAddressPools: !item[\"backendAddressPools\"]\n ? item[\"backendAddressPools\"]\n : applicationGatewayBackendAddressPoolArrayDeserializer(item[\"backendAddressPools\"]),\n };\n}\n\nexport function applicationGatewayBackendAddressPoolArraySerializer(\n result: Array<ApplicationGatewayBackendAddressPool>,\n): any[] {\n return result.map((item) => {\n return applicationGatewayBackendAddressPoolSerializer(item);\n });\n}\n\nexport function applicationGatewayBackendAddressPoolArrayDeserializer(\n result: Array<ApplicationGatewayBackendAddressPool>,\n): any[] {\n return result.map((item) => {\n return applicationGatewayBackendAddressPoolDeserializer(item);\n });\n}\n\n/** NGroups application gateway backend address pool */\nexport interface ApplicationGatewayBackendAddressPool {\n /** The application gateway backend address pool ARM resource Id. */\n resource?: string;\n}\n\nexport function applicationGatewayBackendAddressPoolSerializer(\n item: ApplicationGatewayBackendAddressPool,\n): any {\n return { resource: item[\"resource\"] };\n}\n\nexport function applicationGatewayBackendAddressPoolDeserializer(\n item: any,\n): ApplicationGatewayBackendAddressPool {\n return {\n resource: item[\"resource\"],\n };\n}\n\n/** Storage profile for storage related settings of a container group profile. */\nexport interface StorageProfile {\n fileShares?: FileShare[];\n}\n\nexport function storageProfileSerializer(item: StorageProfile): any {\n return {\n fileShares: !item[\"fileShares\"]\n ? item[\"fileShares\"]\n : fileShareArraySerializer(item[\"fileShares\"]),\n };\n}\n\nexport function storageProfileDeserializer(item: any): StorageProfile {\n return {\n fileShares: !item[\"fileShares\"]\n ? item[\"fileShares\"]\n : fileShareArrayDeserializer(item[\"fileShares\"]),\n };\n}\n\nexport function fileShareArraySerializer(result: Array<FileShare>): any[] {\n return result.map((item) => {\n return fileShareSerializer(item);\n });\n}\n\nexport function fileShareArrayDeserializer(result: Array<FileShare>): any[] {\n return result.map((item) => {\n return fileShareDeserializer(item);\n });\n}\n\n/** File shares that can be mounted on container groups. */\nexport interface FileShare {\n name?: string;\n resourceGroupName?: string;\n storageAccountName?: string;\n properties?: FileShareProperties;\n}\n\nexport function fileShareSerializer(item: FileShare): any {\n return {\n name: item[\"name\"],\n resourceGroupName: item[\"resourceGroupName\"],\n storageAccountName: item[\"storageAccountName\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : fileSharePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function fileShareDeserializer(item: any): FileShare {\n return {\n name: item[\"name\"],\n resourceGroupName: item[\"resourceGroupName\"],\n storageAccountName: item[\"storageAccountName\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : fileSharePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface FileShareProperties */\nexport interface FileShareProperties {\n /** Specifies how Container Groups can access the Azure file share i.e. all CG will share same Azure file share or going to have exclusive file share. */\n shareAccessType?: AzureFileShareAccessType;\n /** Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. Learn more at: https://learn.microsoft.com/en-us/rest/api/storagerp/file-shares/create?tabs=HTTP#shareaccesstier */\n shareAccessTier?: AzureFileShareAccessTier;\n}\n\nexport function fileSharePropertiesSerializer(item: FileShareProperties): any {\n return { shareAccessType: item[\"shareAccessType\"], shareAccessTier: item[\"shareAccessTier\"] };\n}\n\nexport function fileSharePropertiesDeserializer(item: any): FileShareProperties {\n return {\n shareAccessType: item[\"shareAccessType\"],\n shareAccessTier: item[\"shareAccessTier\"],\n };\n}\n\n/** Specifies how Container Groups can access the Azure file share i.e. all CG will share same Azure file share or going to have exclusive file share. */\nexport type AzureFileShareAccessType = \"Shared\" | \"Exclusive\";\n/** Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. Learn more at: https://learn.microsoft.com/en-us/rest/api/storagerp/file-shares/create?tabs=HTTP#shareaccesstier */\nexport type AzureFileShareAccessTier = \"Cool\" | \"Hot\" | \"Premium\" | \"TransactionOptimized\";\n\n/** Container Group properties which can be set while creating or updating the NGroups. */\nexport interface NGroupContainerGroupProperties {\n /** Contains information about Virtual Network Subnet ARM Resource */\n subnetIds?: ContainerGroupSubnetId[];\n /** Contains information about the volumes that can be mounted by Containers in the Container Groups. */\n volumes?: NGroupCGPropertyVolume[];\n /** Contains information about Container which can be set while creating or updating the NGroups. */\n containers?: NGroupCGPropertyContainer[];\n}\n\nexport function nGroupContainerGroupPropertiesSerializer(\n item: NGroupContainerGroupProperties,\n): any {\n return {\n subnetIds: !item[\"subnetIds\"]\n ? item[\"subnetIds\"]\n : containerGroupSubnetIdArraySerializer(item[\"subnetIds\"]),\n volumes: !item[\"volumes\"]\n ? item[\"volumes\"]\n : nGroupCGPropertyVolumeArraySerializer(item[\"volumes\"]),\n containers: !item[\"containers\"]\n ? item[\"containers\"]\n : nGroupCGPropertyContainerArraySerializer(item[\"containers\"]),\n };\n}\n\nexport function nGroupContainerGroupPropertiesDeserializer(\n item: any,\n): NGroupContainerGroupProperties {\n return {\n subnetIds: !item[\"subnetIds\"]\n ? item[\"subnetIds\"]\n : containerGroupSubnetIdArrayDeserializer(item[\"subnetIds\"]),\n volumes: !item[\"volumes\"]\n ? item[\"volumes\"]\n : nGroupCGPropertyVolumeArrayDeserializer(item[\"volumes\"]),\n containers: !item[\"containers\"]\n ? item[\"containers\"]\n : nGroupCGPropertyContainerArrayDeserializer(item[\"containers\"]),\n };\n}\n\nexport function nGroupCGPropertyVolumeArraySerializer(\n result: Array<NGroupCGPropertyVolume>,\n): any[] {\n return result.map((item) => {\n return nGroupCGPropertyVolumeSerializer(item);\n });\n}\n\nexport function nGroupCGPropertyVolumeArrayDeserializer(\n result: Array<NGroupCGPropertyVolume>,\n): any[] {\n return result.map((item) => {\n return nGroupCGPropertyVolumeDeserializer(item);\n });\n}\n\n/** Contains information about the volumes that can be mounted by Containers in the Container Groups. */\nexport interface NGroupCGPropertyVolume {\n /** The name of the volume. */\n name: string;\n /** The Azure File volume. */\n azureFile?: AzureFileVolume;\n}\n\nexport function nGroupCGPropertyVolumeSerializer(item: NGroupCGPropertyVolume): any {\n return {\n name: item[\"name\"],\n azureFile: !item[\"azureFile\"]\n ? item[\"azureFile\"]\n : azureFileVolumeSerializer(item[\"azureFile\"]),\n };\n}\n\nexport function nGroupCGPropertyVolumeDeserializer(item: any): NGroupCGPropertyVolume {\n return {\n name: item[\"name\"],\n azureFile: !item[\"azureFile\"]\n ? item[\"azureFile\"]\n : azureFileVolumeDeserializer(item[\"azureFile\"]),\n };\n}\n\nexport function nGroupCGPropertyContainerArraySerializer(\n result: Array<NGroupCGPropertyContainer>,\n): any[] {\n return result.map((item) => {\n return nGroupCGPropertyContainerSerializer(item);\n });\n}\n\nexport function nGroupCGPropertyContainerArrayDeserializer(\n result: Array<NGroupCGPropertyContainer>,\n): any[] {\n return result.map((item) => {\n return nGroupCGPropertyContainerDeserializer(item);\n });\n}\n\n/** Container properties that can be provided with NGroups object. */\nexport interface NGroupCGPropertyContainer {\n /** container name */\n name?: string;\n /** container properties */\n properties?: NGroupCGPropertyContainerProperties;\n}\n\nexport function nGroupCGPropertyContainerSerializer(item: NGroupCGPropertyContainer): any {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : nGroupCGPropertyContainerPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function nGroupCGPropertyContainerDeserializer(item: any): NGroupCGPropertyContainer {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : nGroupCGPropertyContainerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** container properties */\nexport interface NGroupCGPropertyContainerProperties {\n volumeMounts?: VolumeMount[];\n}\n\nexport function nGroupCGPropertyContainerPropertiesSerializer(\n item: NGroupCGPropertyContainerProperties,\n): any {\n return {\n volumeMounts: !item[\"volumeMounts\"]\n ? item[\"volumeMounts\"]\n : volumeMountArraySerializer(item[\"volumeMounts\"]),\n };\n}\n\nexport function nGroupCGPropertyContainerPropertiesDeserializer(\n item: any,\n): NGroupCGPropertyContainerProperties {\n return {\n volumeMounts: !item[\"volumeMounts\"]\n ? item[\"volumeMounts\"]\n : volumeMountArrayDeserializer(item[\"volumeMounts\"]),\n };\n}\n\n/** The provisioning state, which only appears in the response. */\nexport enum KnownNGroupProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Migrating */\n Migrating = \"Migrating\",\n}\n\n/**\n * The provisioning state, which only appears in the response. \\\n * {@link KnownNGroupProvisioningState} can be used interchangeably with NGroupProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating**: Creating \\\n * **Updating**: Updating \\\n * **Failed**: Failed \\\n * **Succeeded**: Succeeded \\\n * **Canceled**: Canceled \\\n * **Deleting**: Deleting \\\n * **Migrating**: Migrating\n */\nexport type NGroupProvisioningState = string;\n\n/** Used by the customer to specify the way to update the Container Groups in NGroup. */\nexport interface UpdateProfile {\n updateMode?: NGroupUpdateMode;\n /** This profile allows the customers to customize the rolling update. */\n rollingUpdateProfile?: UpdateProfileRollingUpdateProfile;\n}\n\nexport function updateProfileSerializer(item: UpdateProfile): any {\n return {\n updateMode: item[\"updateMode\"],\n rollingUpdateProfile: !item[\"rollingUpdateProfile\"]\n ? item[\"rollingUpdateProfile\"]\n : updateProfileRollingUpdateProfileSerializer(item[\"rollingUpdateProfile\"]),\n };\n}\n\nexport function updateProfileDeserializer(item: any): UpdateProfile {\n return {\n updateMode: item[\"updateMode\"],\n rollingUpdateProfile: !item[\"rollingUpdateProfile\"]\n ? item[\"rollingUpdateProfile\"]\n : updateProfileRollingUpdateProfileDeserializer(item[\"rollingUpdateProfile\"]),\n };\n}\n\n/** Known values of {@link NGroupUpdateMode} that the service accepts. */\nexport enum KnownNGroupUpdateMode {\n /** Manual */\n Manual = \"Manual\",\n /** Rolling */\n Rolling = \"Rolling\",\n}\n\n/** Type of NGroupUpdateMode */\nexport type NGroupUpdateMode = string;\n\n/** This profile allows the customers to customize the rolling update. */\nexport interface UpdateProfileRollingUpdateProfile {\n /** Maximum percentage of total Container Groups which can be updated simultaneously by rolling update in one batch. */\n maxBatchPercent?: number;\n /** Maximum percentage of the updated Container Groups which can be in unhealthy state after each batch is updated. */\n maxUnhealthyPercent?: number;\n /** The wait time between batches after completing the one batch of the rolling update and starting the next batch. The time duration should be specified in ISO 8601 format for duration. */\n pauseTimeBetweenBatches?: string;\n /** Default is false. If set to true, the CGs will be updated in-place instead of creating new CG and deleting old ones. */\n inPlaceUpdate?: boolean;\n}\n\nexport function updateProfileRollingUpdateProfileSerializer(\n item: UpdateProfileRollingUpdateProfile,\n): any {\n return {\n maxBatchPercent: item[\"maxBatchPercent\"],\n maxUnhealthyPercent: item[\"maxUnhealthyPercent\"],\n pauseTimeBetweenBatches: item[\"pauseTimeBetweenBatches\"],\n inPlaceUpdate: item[\"inPlaceUpdate\"],\n };\n}\n\nexport function updateProfileRollingUpdateProfileDeserializer(\n item: any,\n): UpdateProfileRollingUpdateProfile {\n return {\n maxBatchPercent: item[\"maxBatchPercent\"],\n maxUnhealthyPercent: item[\"maxUnhealthyPercent\"],\n pauseTimeBetweenBatches: item[\"pauseTimeBetweenBatches\"],\n inPlaceUpdate: item[\"inPlaceUpdate\"],\n };\n}\n\n/** Identity for the NGroup. */\nexport interface NGroupIdentity {\n /** The principal id of the NGroup identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant id associated with the NGroup. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of identity used for the NGroup. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the NGroup. */\n type?: ResourceIdentityType;\n /** The list of user identities associated with the NGroup. */\n userAssignedIdentities?: Record<string, UserAssignedIdentities>;\n}\n\nexport function nGroupIdentitySerializer(item: NGroupIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentitiesRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function nGroupIdentityDeserializer(item: any): NGroupIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentitiesRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** Describes the NGroups resource. */\nexport interface NGroupPatch {\n /** Metadata pertaining to creation and last modification of the resource. */\n readonly systemData?: SystemData;\n /** The identity of the NGroup, if configured. */\n identity?: NGroupIdentity;\n /** The resource tags. */\n tags?: Record<string, string>;\n /** The zones for the NGroup. */\n zones?: string[];\n /** The elastic profile. */\n elasticProfile?: ElasticProfile;\n /** Provides options w.r.t allocation and management w.r.t certain placement policies. These utilize capabilities provided by the underlying Azure infrastructure. They are typically used for high availability scenarios. E.g., distributing CGs across fault domains. */\n placementProfile?: PlacementProfile;\n /** The Container Group Profiles that could be used in the NGroups resource. */\n containerGroupProfiles?: ContainerGroupProfileStub[];\n /** The provisioning state, which only appears in the response. */\n readonly provisioningState?: NGroupProvisioningState;\n /** Used by the customer to specify the way to update the Container Groups in NGroup. */\n updateProfile?: UpdateProfile;\n}\n\nexport function nGroupPatchSerializer(item: NGroupPatch): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"elasticProfile\",\n \"placementProfile\",\n \"containerGroupProfiles\",\n \"updateProfile\",\n ])\n ? undefined\n : _nGroupPatchPropertiesSerializer(item),\n identity: !item[\"identity\"] ? item[\"identity\"] : nGroupIdentitySerializer(item[\"identity\"]),\n tags: item[\"tags\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The response of a NGroups list operation. */\nexport interface _NGroupsListResult {\n /** The NGroup items on this page */\n value: NGroup[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _nGroupsListResultDeserializer(item: any): _NGroupsListResult {\n return {\n value: nGroupArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function nGroupArraySerializer(result: Array<NGroup>): any[] {\n return result.map((item) => {\n return nGroupSerializer(item);\n });\n}\n\nexport function nGroupArrayDeserializer(result: Array<NGroup>): any[] {\n return result.map((item) => {\n return nGroupDeserializer(item);\n });\n}\n\n/** A container group profile object */\nexport interface ContainerGroupProfile extends ProxyResource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** The availability zones. */\n zones?: string[];\n /** The SKU for a container group. */\n sku?: ContainerGroupSku;\n /** The encryption properties for a container group. */\n encryptionProperties?: EncryptionProperties;\n /** The containers within the container group. */\n containers?: Container[];\n /** The init containers for a container group. */\n initContainers?: InitContainerDefinition[];\n /** extensions used by virtual kubelet */\n extensions?: DeploymentExtensionSpec[];\n /** The image registry credentials by which the container group is created from. */\n imageRegistryCredentials?: ImageRegistryCredential[];\n /**\n * Restart policy for all containers within the container group.\n * - `Always` Always restart\n * - `OnFailure` Restart on failure\n * - `Never` Never restart\n */\n restartPolicy?: ContainerGroupRestartPolicy;\n /** Shutdown grace period for containers in a container group. */\n shutdownGracePeriod?: Date;\n /** The IP address type of the container group. */\n ipAddress?: IpAddress;\n /** Post completion time to live for containers of a CG */\n timeToLive?: Date;\n /** The operating system type required by the containers in the container group. */\n osType?: OperatingSystemTypes;\n /** The list of volumes that can be mounted by containers in this container group. */\n volumes?: Volume[];\n /** The diagnostic information for a container group. */\n diagnostics?: ContainerGroupDiagnostics;\n /** The priority of the container group. */\n priority?: ContainerGroupPriority;\n /** The properties for confidential container group */\n confidentialComputeProperties?: ConfidentialComputeProperties;\n /** The container security properties. */\n securityContext?: SecurityContextDefinition;\n /** Container group profile current revision number */\n readonly revision?: number;\n /** Registered revisions are calculated at request time based off the records in the table logs. */\n readonly registeredRevisions?: number[];\n /** Gets or sets Krypton use property. */\n useKrypton?: boolean;\n}\n\nexport function containerGroupProfileSerializer(item: ContainerGroupProfile): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"sku\",\n \"encryptionProperties\",\n \"containers\",\n \"initContainers\",\n \"extensions\",\n \"imageRegistryCredentials\",\n \"restartPolicy\",\n \"shutdownGracePeriod\",\n \"ipAddress\",\n \"timeToLive\",\n \"osType\",\n \"volumes\",\n \"diagnostics\",\n \"priority\",\n \"confidentialComputeProperties\",\n \"securityContext\",\n \"useKrypton\",\n ])\n ? undefined\n : _containerGroupProfilePropertiesSerializer(item),\n tags: item[\"tags\"],\n location: item[\"location\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function containerGroupProfileDeserializer(item: any): ContainerGroupProfile {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _containerGroupProfilePropertiesDeserializer(item[\"properties\"])),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The container group profile properties */\nexport interface ContainerGroupProfileProperties {\n /** The SKU for a container group. */\n sku?: ContainerGroupSku;\n /** The encryption properties for a container group. */\n encryptionProperties?: EncryptionProperties;\n /** The containers within the container group. */\n containers: Container[];\n /** The init containers for a container group. */\n initContainers?: InitContainerDefinition[];\n /** extensions used by virtual kubelet */\n extensions?: DeploymentExtensionSpec[];\n /** The image registry credentials by which the container group is created from. */\n imageRegistryCredentials?: ImageRegistryCredential[];\n /**\n * Restart policy for all containers within the container group.\n * - `Always` Always restart\n * - `OnFailure` Restart on failure\n * - `Never` Never restart\n */\n restartPolicy?: ContainerGroupRestartPolicy;\n /** Shutdown grace period for containers in a container group. */\n shutdownGracePeriod?: Date;\n /** The IP address type of the container group. */\n ipAddress?: IpAddress;\n /** Post completion time to live for containers of a CG */\n timeToLive?: Date;\n /** The operating system type required by the containers in the container group. */\n osType: OperatingSystemTypes;\n /** The list of volumes that can be mounted by containers in this container group. */\n volumes?: Volume[];\n /** The diagnostic information for a container group. */\n diagnostics?: ContainerGroupDiagnostics;\n /** The priority of the container group. */\n priority?: ContainerGroupPriority;\n /** The properties for confidential container group */\n confidentialComputeProperties?: ConfidentialComputeProperties;\n /** The container security properties. */\n securityContext?: SecurityContextDefinition;\n /** Container group profile current revision number */\n readonly revision?: number;\n /** Registered revisions are calculated at request time based off the records in the table logs. */\n readonly registeredRevisions?: number[];\n /** Gets or sets Krypton use property. */\n useKrypton?: boolean;\n}\n\nexport function containerGroupProfilePropertiesSerializer(\n item: ContainerGroupProfileProperties,\n): any {\n return {\n sku: item[\"sku\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesSerializer(item[\"encryptionProperties\"]),\n containers: containerArraySerializer(item[\"containers\"]),\n initContainers: !item[\"initContainers\"]\n ? item[\"initContainers\"]\n : initContainerDefinitionArraySerializer(item[\"initContainers\"]),\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : deploymentExtensionSpecArraySerializer(item[\"extensions\"]),\n imageRegistryCredentials: !item[\"imageRegistryCredentials\"]\n ? item[\"imageRegistryCredentials\"]\n : imageRegistryCredentialArraySerializer(item[\"imageRegistryCredentials\"]),\n restartPolicy: item[\"restartPolicy\"],\n shutdownGracePeriod: !item[\"shutdownGracePeriod\"]\n ? item[\"shutdownGracePeriod\"]\n : item[\"shutdownGracePeriod\"].toISOString(),\n ipAddress: !item[\"ipAddress\"] ? item[\"ipAddress\"] : ipAddressSerializer(item[\"ipAddress\"]),\n timeToLive: !item[\"timeToLive\"] ? item[\"timeToLive\"] : item[\"timeToLive\"].toISOString(),\n osType: item[\"osType\"],\n volumes: !item[\"volumes\"] ? item[\"volumes\"] : volumeArraySerializer(item[\"volumes\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : containerGroupDiagnosticsSerializer(item[\"diagnostics\"]),\n priority: item[\"priority\"],\n confidentialComputeProperties: !item[\"confidentialComputeProperties\"]\n ? item[\"confidentialComputeProperties\"]\n : confidentialComputePropertiesSerializer(item[\"confidentialComputeProperties\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionSerializer(item[\"securityContext\"]),\n useKrypton: item[\"useKrypton\"],\n };\n}\n\nexport function containerGroupProfilePropertiesDeserializer(\n item: any,\n): ContainerGroupProfileProperties {\n return {\n sku: item[\"sku\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesDeserializer(item[\"encryptionProperties\"]),\n containers: containerArrayDeserializer(item[\"containers\"]),\n initContainers: !item[\"initContainers\"]\n ? item[\"initContainers\"]\n : initContainerDefinitionArrayDeserializer(item[\"initContainers\"]),\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : deploymentExtensionSpecArrayDeserializer(item[\"extensions\"]),\n imageRegistryCredentials: !item[\"imageRegistryCredentials\"]\n ? item[\"imageRegistryCredentials\"]\n : imageRegistryCredentialArrayDeserializer(item[\"imageRegistryCredentials\"]),\n restartPolicy: item[\"restartPolicy\"],\n shutdownGracePeriod: !item[\"shutdownGracePeriod\"]\n ? item[\"shutdownGracePeriod\"]\n : new Date(item[\"shutdownGracePeriod\"]),\n ipAddress: !item[\"ipAddress\"] ? item[\"ipAddress\"] : ipAddressDeserializer(item[\"ipAddress\"]),\n timeToLive: !item[\"timeToLive\"] ? item[\"timeToLive\"] : new Date(item[\"timeToLive\"]),\n osType: item[\"osType\"],\n volumes: !item[\"volumes\"] ? item[\"volumes\"] : volumeArrayDeserializer(item[\"volumes\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : containerGroupDiagnosticsDeserializer(item[\"diagnostics\"]),\n priority: item[\"priority\"],\n confidentialComputeProperties: !item[\"confidentialComputeProperties\"]\n ? item[\"confidentialComputeProperties\"]\n : confidentialComputePropertiesDeserializer(item[\"confidentialComputeProperties\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionDeserializer(item[\"securityContext\"]),\n revision: item[\"revision\"],\n registeredRevisions: !item[\"registeredRevisions\"]\n ? item[\"registeredRevisions\"]\n : item[\"registeredRevisions\"].map((p: any) => {\n return p;\n }),\n useKrypton: item[\"useKrypton\"],\n };\n}\n\n/** The response of a ContainerGroupProfile list operation. */\nexport interface _ContainerGroupProfileListResult {\n /** The ContainerGroupProfile items on this page */\n value: ContainerGroupProfile[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _containerGroupProfileListResultDeserializer(\n item: any,\n): _ContainerGroupProfileListResult {\n return {\n value: containerGroupProfileArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function containerGroupProfileArraySerializer(result: Array<ContainerGroupProfile>): any[] {\n return result.map((item) => {\n return containerGroupProfileSerializer(item);\n });\n}\n\nexport function containerGroupProfileArrayDeserializer(\n result: Array<ContainerGroupProfile>,\n): any[] {\n return result.map((item) => {\n return containerGroupProfileDeserializer(item);\n });\n}\n\n/** Properties of container group profile that need to be patched */\nexport interface ContainerGroupProfilePatch {\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function containerGroupProfilePatchSerializer(item: ContainerGroupProfilePatch): any {\n return { tags: item[\"tags\"] };\n}\n\n/** The response of a SandboxGroup list operation. */\nexport interface _SandboxGroupListResult {\n /** The SandboxGroup items on this page */\n value: SandboxGroup[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sandboxGroupListResultDeserializer(item: any): _SandboxGroupListResult {\n return {\n value: sandboxGroupArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sandboxGroupArraySerializer(result: Array<SandboxGroup>): any[] {\n return result.map((item) => {\n return sandboxGroupSerializer(item);\n });\n}\n\nexport function sandboxGroupArrayDeserializer(result: Array<SandboxGroup>): any[] {\n return result.map((item) => {\n return sandboxGroupDeserializer(item);\n });\n}\n\n/** A SandboxGroup tracked resource. */\nexport interface SandboxGroup extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: SandboxGroupProperties;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function sandboxGroupSerializer(item: SandboxGroup): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sandboxGroupPropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function sandboxGroupDeserializer(item: any): SandboxGroup {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sandboxGroupPropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of a SandboxGroup. */\nexport interface SandboxGroupProperties {\n /** The status of the last operation. */\n readonly provisioningState?: SandboxGroupProvisioningState;\n /** The network profile of the SandboxGroup. */\n networkProfile?: SandboxGroupNetworkProfile;\n /** The ARM resource ID of the management resource group associated with this SandboxGroup. */\n readonly managementResourceGroupId?: string;\n}\n\nexport function sandboxGroupPropertiesSerializer(item: SandboxGroupProperties): any {\n return {\n networkProfile: !item[\"networkProfile\"]\n ? item[\"networkProfile\"]\n : sandboxGroupNetworkProfileSerializer(item[\"networkProfile\"]),\n };\n}\n\nexport function sandboxGroupPropertiesDeserializer(item: any): SandboxGroupProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n networkProfile: !item[\"networkProfile\"]\n ? item[\"networkProfile\"]\n : sandboxGroupNetworkProfileDeserializer(item[\"networkProfile\"]),\n managementResourceGroupId: item[\"managementResourceGroupId\"],\n };\n}\n\n/** The provisioning state of a SandboxGroup resource. */\nexport enum KnownSandboxGroupProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** The resource is being updated. */\n Updating = \"Updating\",\n /** The resource is being deleted. */\n Deleting = \"Deleting\",\n /** The resource provisioning request was accepted but not yet started. */\n Accepted = \"Accepted\",\n}\n\n/**\n * The provisioning state of a SandboxGroup resource. \\\n * {@link KnownSandboxGroupProvisioningState} can be used interchangeably with SandboxGroupProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Updating**: The resource is being updated. \\\n * **Deleting**: The resource is being deleted. \\\n * **Accepted**: The resource provisioning request was accepted but not yet started.\n */\nexport type SandboxGroupProvisioningState = string;\n\n/** The network profile for a SandboxGroup. */\nexport interface SandboxGroupNetworkProfile {\n /** The list of subnets associated with the SandboxGroup. */\n subnets?: SubnetReference[];\n}\n\nexport function sandboxGroupNetworkProfileSerializer(item: SandboxGroupNetworkProfile): any {\n return {\n subnets: !item[\"subnets\"] ? item[\"subnets\"] : subnetReferenceArraySerializer(item[\"subnets\"]),\n };\n}\n\nexport function sandboxGroupNetworkProfileDeserializer(item: any): SandboxGroupNetworkProfile {\n return {\n subnets: !item[\"subnets\"] ? item[\"subnets\"] : subnetReferenceArrayDeserializer(item[\"subnets\"]),\n };\n}\n\nexport function subnetReferenceArraySerializer(result: Array<SubnetReference>): any[] {\n return result.map((item) => {\n return subnetReferenceSerializer(item);\n });\n}\n\nexport function subnetReferenceArrayDeserializer(result: Array<SubnetReference>): any[] {\n return result.map((item) => {\n return subnetReferenceDeserializer(item);\n });\n}\n\n/** A reference to a subnet resource. */\nexport interface SubnetReference {\n /** The ARM resource ID of the subnet. The caller must have `Microsoft.Network/virtualNetworks/subnets/join/action` permission on this subnet (enforced via a linked access check at create/update time). */\n id: string;\n}\n\nexport function subnetReferenceSerializer(item: SubnetReference): any {\n return { id: item[\"id\"] };\n}\n\nexport function subnetReferenceDeserializer(item: any): SubnetReference {\n return {\n id: item[\"id\"],\n };\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return { type: item[\"type\"], userAssignedIdentities: item[\"userAssignedIdentities\"] };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : Object.fromEntries(\n Object.entries(item[\"userAssignedIdentities\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : userAssignedIdentityDeserializer(p),\n ]),\n ),\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends ArmResource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** The type used for updating a SandboxGroup resource. */\nexport interface SandboxGroupTagsUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function sandboxGroupTagsUpdateSerializer(item: SandboxGroupTagsUpdate): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** The result of getting an access token for a SandboxGroup. */\nexport interface SandboxGroupAccessToken {\n /** The endpoint URL to use with the access token. */\n endpoint: string;\n /** The access token used to authenticate against the endpoint. */\n accessToken: string;\n /** The UTC date and time at which the access token expires. */\n notAfter: Date;\n}\n\nexport function sandboxGroupAccessTokenDeserializer(item: any): SandboxGroupAccessToken {\n return {\n endpoint: item[\"endpoint\"],\n accessToken: item[\"accessToken\"],\n notAfter: new Date(item[\"notAfter\"]),\n };\n}\n\n/** The logs. */\nexport interface Logs {\n /** The content of the log. */\n content?: string;\n}\n\nexport function logsDeserializer(item: any): Logs {\n return {\n content: item[\"content\"],\n };\n}\n\n/** The container exec request. */\nexport interface ContainerExecRequest {\n /** The command to be executed. */\n command?: string;\n /** The size of the terminal. */\n terminalSize?: ContainerExecRequestTerminalSize;\n}\n\nexport function containerExecRequestSerializer(item: ContainerExecRequest): any {\n return {\n command: item[\"command\"],\n terminalSize: !item[\"terminalSize\"]\n ? item[\"terminalSize\"]\n : containerExecRequestTerminalSizeSerializer(item[\"terminalSize\"]),\n };\n}\n\n/** The size of the terminal. */\nexport interface ContainerExecRequestTerminalSize {\n /** The row size of the terminal */\n rows?: number;\n /** The column size of the terminal */\n cols?: number;\n}\n\nexport function containerExecRequestTerminalSizeSerializer(\n item: ContainerExecRequestTerminalSize,\n): any {\n return { rows: item[\"rows\"], cols: item[\"cols\"] };\n}\n\n/** The information for the container exec command. */\nexport interface ContainerExecResponse {\n /** The uri for the exec websocket. */\n webSocketUri?: string;\n /** The password to start the exec command. */\n password?: string;\n}\n\nexport function containerExecResponseDeserializer(item: any): ContainerExecResponse {\n return {\n webSocketUri: item[\"webSocketUri\"],\n password: item[\"password\"],\n };\n}\n\n/** The information for the output stream from container attach. */\nexport interface ContainerAttachResponse {\n /** The uri for the output stream from the attach. */\n webSocketUri?: string;\n /** The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri. */\n password?: string;\n}\n\nexport function containerAttachResponseDeserializer(item: any): ContainerAttachResponse {\n return {\n webSocketUri: item[\"webSocketUri\"],\n password: item[\"password\"],\n };\n}\n\n/** The response containing the usage data */\nexport interface _UsageListResult {\n /** The usage data. */\n readonly value?: Usage[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\nexport function _usageListResultDeserializer(item: any): _UsageListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : usageArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function usageArrayDeserializer(result: Array<Usage>): any[] {\n return result.map((item) => {\n return usageDeserializer(item);\n });\n}\n\n/** A single usage result */\nexport interface Usage {\n /** Id of the usage result */\n readonly id?: string;\n /** Unit of the usage result */\n readonly unit?: string;\n /** The current usage of the resource */\n readonly currentValue?: number;\n /** The maximum permitted usage of the resource. */\n readonly limit?: number;\n /** The name object of the resource */\n readonly name?: UsageName;\n}\n\nexport function usageDeserializer(item: any): Usage {\n return {\n id: item[\"id\"],\n unit: item[\"unit\"],\n currentValue: item[\"currentValue\"],\n limit: item[\"limit\"],\n name: !item[\"name\"] ? item[\"name\"] : usageNameDeserializer(item[\"name\"]),\n };\n}\n\n/** The name object of the resource */\nexport interface UsageName {\n /** The name of the resource */\n readonly value?: string;\n /** The localized name of the resource */\n readonly localizedValue?: string;\n}\n\nexport function usageNameDeserializer(item: any): UsageName {\n return {\n value: item[\"value\"],\n localizedValue: item[\"localizedValue\"],\n };\n}\n\n/** The response containing cached images. */\nexport interface _CachedImagesListResult {\n /** The cached images. */\n value?: CachedImages[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\nexport function _cachedImagesListResultDeserializer(item: any): _CachedImagesListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : cachedImagesArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function cachedImagesArrayDeserializer(result: Array<CachedImages>): any[] {\n return result.map((item) => {\n return cachedImagesDeserializer(item);\n });\n}\n\n/** The cached image and OS type. */\nexport interface CachedImages {\n /** The OS type of the cached image. */\n osType: string;\n /** The cached image name. */\n image: string;\n}\n\nexport function cachedImagesDeserializer(item: any): CachedImages {\n return {\n osType: item[\"osType\"],\n image: item[\"image\"],\n };\n}\n\n/** The response containing list of capabilities. */\nexport interface _CapabilitiesListResult {\n /** The list of capabilities. */\n value?: Capabilities[];\n /** The URL to get the next set of results. */\n nextLink?: string;\n}\n\nexport function _capabilitiesListResultDeserializer(item: any): _CapabilitiesListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : capabilitiesArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function capabilitiesArrayDeserializer(result: Array<Capabilities>): any[] {\n return result.map((item) => {\n return capabilitiesDeserializer(item);\n });\n}\n\n/** The regional capabilities. */\nexport interface Capabilities {\n /** The resource type that this capability describes. */\n readonly resourceType?: string;\n /** The OS type that this capability describes. */\n readonly osType?: string;\n /** The resource location. */\n readonly location?: string;\n /** The ip address type that this capability describes. */\n readonly ipAddressType?: string;\n /** The GPU sku that this capability describes. */\n readonly gpu?: string;\n /** The supported capabilities. */\n readonly capabilities?: CapabilitiesCapabilities;\n}\n\nexport function capabilitiesDeserializer(item: any): Capabilities {\n return {\n resourceType: item[\"resourceType\"],\n osType: item[\"osType\"],\n location: item[\"location\"],\n ipAddressType: item[\"ipAddressType\"],\n gpu: item[\"gpu\"],\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : capabilitiesCapabilitiesDeserializer(item[\"capabilities\"]),\n };\n}\n\n/** The supported capabilities. */\nexport interface CapabilitiesCapabilities {\n /** The maximum allowed memory request in GB. */\n readonly maxMemoryInGB?: number;\n /** The maximum allowed CPU request in cores. */\n readonly maxCpu?: number;\n /** The maximum allowed GPU count. */\n readonly maxGpuCount?: number;\n}\n\nexport function capabilitiesCapabilitiesDeserializer(item: any): CapabilitiesCapabilities {\n return {\n maxMemoryInGB: item[\"maxMemoryInGB\"],\n maxCpu: item[\"maxCpu\"],\n maxGpuCount: item[\"maxGpuCount\"],\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-09-01 API version. */\n V20250901 = \"2025-09-01\",\n /** The 2026-06-01-preview API version. */\n V20260601Preview = \"2026-06-01-preview\",\n}\n\nexport function _containerPropertiesSerializer(item: Container): any {\n return {\n image: item[\"image\"],\n command: !item[\"command\"]\n ? item[\"command\"]\n : item[\"command\"].map((p: any) => {\n return p;\n }),\n ports: !item[\"ports\"] ? item[\"ports\"] : containerPortArraySerializer(item[\"ports\"]),\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : environmentVariableArraySerializer(item[\"environmentVariables\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : resourceRequirementsSerializer(item[\"resources\"]),\n volumeMounts: !item[\"volumeMounts\"]\n ? item[\"volumeMounts\"]\n : volumeMountArraySerializer(item[\"volumeMounts\"]),\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : containerProbeSerializer(item[\"livenessProbe\"]),\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : containerProbeSerializer(item[\"readinessProbe\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionSerializer(item[\"securityContext\"]),\n configMap: !item[\"configMap\"] ? item[\"configMap\"] : configMapSerializer(item[\"configMap\"]),\n };\n}\n\nexport function _containerPropertiesDeserializer(item: any) {\n return {\n image: item[\"image\"],\n command: !item[\"command\"]\n ? item[\"command\"]\n : item[\"command\"].map((p: any) => {\n return p;\n }),\n ports: !item[\"ports\"] ? item[\"ports\"] : containerPortArrayDeserializer(item[\"ports\"]),\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : environmentVariableArrayDeserializer(item[\"environmentVariables\"]),\n instanceView: !item[\"instanceView\"]\n ? item[\"instanceView\"]\n : containerPropertiesInstanceViewDeserializer(item[\"instanceView\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : resourceRequirementsDeserializer(item[\"resources\"]),\n volumeMounts: !item[\"volumeMounts\"]\n ? item[\"volumeMounts\"]\n : volumeMountArrayDeserializer(item[\"volumeMounts\"]),\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : containerProbeDeserializer(item[\"livenessProbe\"]),\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : containerProbeDeserializer(item[\"readinessProbe\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionDeserializer(item[\"securityContext\"]),\n configMap: !item[\"configMap\"] ? item[\"configMap\"] : configMapDeserializer(item[\"configMap\"]),\n };\n}\n\nexport function _initContainerDefinitionPropertiesSerializer(item: InitContainerDefinition): any {\n return {\n image: item[\"image\"],\n command: !item[\"command\"]\n ? item[\"command\"]\n : item[\"command\"].map((p: any) => {\n return p;\n }),\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : environmentVariableArraySerializer(item[\"environmentVariables\"]),\n volumeMounts: !item[\"volumeMounts\"]\n ? item[\"volumeMounts\"]\n : volumeMountArraySerializer(item[\"volumeMounts\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionSerializer(item[\"securityContext\"]),\n };\n}\n\nexport function _initContainerDefinitionPropertiesDeserializer(item: any) {\n return {\n image: item[\"image\"],\n command: !item[\"command\"]\n ? item[\"command\"]\n : item[\"command\"].map((p: any) => {\n return p;\n }),\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : environmentVariableArrayDeserializer(item[\"environmentVariables\"]),\n instanceView: !item[\"instanceView\"]\n ? item[\"instanceView\"]\n : initContainerPropertiesDefinitionInstanceViewDeserializer(item[\"instanceView\"]),\n volumeMounts: !item[\"volumeMounts\"]\n ? item[\"volumeMounts\"]\n : volumeMountArrayDeserializer(item[\"volumeMounts\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionDeserializer(item[\"securityContext\"]),\n };\n}\n\nexport function _deploymentExtensionSpecPropertiesSerializer(item: DeploymentExtensionSpec): any {\n return {\n extensionType: item[\"extensionType\"],\n version: item[\"version\"],\n settings: item[\"settings\"],\n protectedSettings: item[\"protectedSettings\"],\n };\n}\n\nexport function _deploymentExtensionSpecPropertiesDeserializer(item: any) {\n return {\n extensionType: item[\"extensionType\"],\n version: item[\"version\"],\n settings: item[\"settings\"],\n protectedSettings: item[\"protectedSettings\"],\n };\n}\n\nexport function _containerGroupPropertiesSerializer(item: ContainerGroup): any {\n return {\n secretReferences: !item[\"secretReferences\"]\n ? item[\"secretReferences\"]\n : secretReferenceArraySerializer(item[\"secretReferences\"]),\n containers: containerArraySerializer(item[\"containers\"]),\n imageRegistryCredentials: !item[\"imageRegistryCredentials\"]\n ? item[\"imageRegistryCredentials\"]\n : imageRegistryCredentialArraySerializer(item[\"imageRegistryCredentials\"]),\n restartPolicy: item[\"restartPolicy\"],\n ipAddress: !item[\"ipAddress\"] ? item[\"ipAddress\"] : ipAddressSerializer(item[\"ipAddress\"]),\n osType: item[\"osType\"],\n volumes: !item[\"volumes\"] ? item[\"volumes\"] : volumeArraySerializer(item[\"volumes\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : containerGroupDiagnosticsSerializer(item[\"diagnostics\"]),\n subnetIds: !item[\"subnetIds\"]\n ? item[\"subnetIds\"]\n : containerGroupSubnetIdArraySerializer(item[\"subnetIds\"]),\n dnsConfig: !item[\"dnsConfig\"]\n ? item[\"dnsConfig\"]\n : dnsConfigurationSerializer(item[\"dnsConfig\"]),\n sku: item[\"sku\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesSerializer(item[\"encryptionProperties\"]),\n initContainers: !item[\"initContainers\"]\n ? item[\"initContainers\"]\n : initContainerDefinitionArraySerializer(item[\"initContainers\"]),\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : deploymentExtensionSpecArraySerializer(item[\"extensions\"]),\n confidentialComputeProperties: !item[\"confidentialComputeProperties\"]\n ? item[\"confidentialComputeProperties\"]\n : confidentialComputePropertiesSerializer(item[\"confidentialComputeProperties\"]),\n priority: item[\"priority\"],\n identityAcls: !item[\"identityAcls\"]\n ? item[\"identityAcls\"]\n : identityAclsSerializer(item[\"identityAcls\"]),\n containerGroupProfile: !item[\"containerGroupProfile\"]\n ? item[\"containerGroupProfile\"]\n : containerGroupProfileReferenceDefinitionSerializer(item[\"containerGroupProfile\"]),\n standbyPoolProfile: !item[\"standbyPoolProfile\"]\n ? item[\"standbyPoolProfile\"]\n : standbyPoolProfileDefinitionSerializer(item[\"standbyPoolProfile\"]),\n };\n}\n\nexport function _containerGroupPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n secretReferences: !item[\"secretReferences\"]\n ? item[\"secretReferences\"]\n : secretReferenceArrayDeserializer(item[\"secretReferences\"]),\n containers: containerArrayDeserializer(item[\"containers\"]),\n imageRegistryCredentials: !item[\"imageRegistryCredentials\"]\n ? item[\"imageRegistryCredentials\"]\n : imageRegistryCredentialArrayDeserializer(item[\"imageRegistryCredentials\"]),\n restartPolicy: item[\"restartPolicy\"],\n ipAddress: !item[\"ipAddress\"] ? item[\"ipAddress\"] : ipAddressDeserializer(item[\"ipAddress\"]),\n osType: item[\"osType\"],\n volumes: !item[\"volumes\"] ? item[\"volumes\"] : volumeArrayDeserializer(item[\"volumes\"]),\n instanceView: !item[\"instanceView\"]\n ? item[\"instanceView\"]\n : containerGroupPropertiesInstanceViewDeserializer(item[\"instanceView\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : containerGroupDiagnosticsDeserializer(item[\"diagnostics\"]),\n subnetIds: !item[\"subnetIds\"]\n ? item[\"subnetIds\"]\n : containerGroupSubnetIdArrayDeserializer(item[\"subnetIds\"]),\n dnsConfig: !item[\"dnsConfig\"]\n ? item[\"dnsConfig\"]\n : dnsConfigurationDeserializer(item[\"dnsConfig\"]),\n sku: item[\"sku\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesDeserializer(item[\"encryptionProperties\"]),\n initContainers: !item[\"initContainers\"]\n ? item[\"initContainers\"]\n : initContainerDefinitionArrayDeserializer(item[\"initContainers\"]),\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : deploymentExtensionSpecArrayDeserializer(item[\"extensions\"]),\n confidentialComputeProperties: !item[\"confidentialComputeProperties\"]\n ? item[\"confidentialComputeProperties\"]\n : confidentialComputePropertiesDeserializer(item[\"confidentialComputeProperties\"]),\n priority: item[\"priority\"],\n identityAcls: !item[\"identityAcls\"]\n ? item[\"identityAcls\"]\n : identityAclsDeserializer(item[\"identityAcls\"]),\n containerGroupProfile: !item[\"containerGroupProfile\"]\n ? item[\"containerGroupProfile\"]\n : containerGroupProfileReferenceDefinitionDeserializer(item[\"containerGroupProfile\"]),\n standbyPoolProfile: !item[\"standbyPoolProfile\"]\n ? item[\"standbyPoolProfile\"]\n : standbyPoolProfileDefinitionDeserializer(item[\"standbyPoolProfile\"]),\n isCreatedFromStandbyPool: item[\"isCreatedFromStandbyPool\"],\n };\n}\n\nexport function _nGroupPropertiesSerializer(item: NGroup): any {\n return {\n elasticProfile: !item[\"elasticProfile\"]\n ? item[\"elasticProfile\"]\n : elasticProfileSerializer(item[\"elasticProfile\"]),\n placementProfile: !item[\"placementProfile\"]\n ? item[\"placementProfile\"]\n : placementProfileSerializer(item[\"placementProfile\"]),\n containerGroupProfiles: !item[\"containerGroupProfiles\"]\n ? item[\"containerGroupProfiles\"]\n : containerGroupProfileStubArraySerializer(item[\"containerGroupProfiles\"]),\n updateProfile: !item[\"updateProfile\"]\n ? item[\"updateProfile\"]\n : updateProfileSerializer(item[\"updateProfile\"]),\n };\n}\n\nexport function _nGroupPropertiesDeserializer(item: any) {\n return {\n elasticProfile: !item[\"elasticProfile\"]\n ? item[\"elasticProfile\"]\n : elasticProfileDeserializer(item[\"elasticProfile\"]),\n placementProfile: !item[\"placementProfile\"]\n ? item[\"placementProfile\"]\n : placementProfileDeserializer(item[\"placementProfile\"]),\n containerGroupProfiles: !item[\"containerGroupProfiles\"]\n ? item[\"containerGroupProfiles\"]\n : containerGroupProfileStubArrayDeserializer(item[\"containerGroupProfiles\"]),\n provisioningState: item[\"provisioningState\"],\n updateProfile: !item[\"updateProfile\"]\n ? item[\"updateProfile\"]\n : updateProfileDeserializer(item[\"updateProfile\"]),\n };\n}\n\nexport function _nGroupPatchPropertiesSerializer(item: NGroupPatch): any {\n return {\n elasticProfile: !item[\"elasticProfile\"]\n ? item[\"elasticProfile\"]\n : elasticProfileSerializer(item[\"elasticProfile\"]),\n placementProfile: !item[\"placementProfile\"]\n ? item[\"placementProfile\"]\n : placementProfileSerializer(item[\"placementProfile\"]),\n containerGroupProfiles: !item[\"containerGroupProfiles\"]\n ? item[\"containerGroupProfiles\"]\n : containerGroupProfileStubArraySerializer(item[\"containerGroupProfiles\"]),\n updateProfile: !item[\"updateProfile\"]\n ? item[\"updateProfile\"]\n : updateProfileSerializer(item[\"updateProfile\"]),\n };\n}\n\nexport function _nGroupPatchPropertiesDeserializer(item: any) {\n return {\n elasticProfile: !item[\"elasticProfile\"]\n ? item[\"elasticProfile\"]\n : elasticProfileDeserializer(item[\"elasticProfile\"]),\n placementProfile: !item[\"placementProfile\"]\n ? item[\"placementProfile\"]\n : placementProfileDeserializer(item[\"placementProfile\"]),\n containerGroupProfiles: !item[\"containerGroupProfiles\"]\n ? item[\"containerGroupProfiles\"]\n : containerGroupProfileStubArrayDeserializer(item[\"containerGroupProfiles\"]),\n provisioningState: item[\"provisioningState\"],\n updateProfile: !item[\"updateProfile\"]\n ? item[\"updateProfile\"]\n : updateProfileDeserializer(item[\"updateProfile\"]),\n };\n}\n\nexport function _containerGroupProfilePropertiesSerializer(item: ContainerGroupProfile): any {\n return {\n sku: item[\"sku\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesSerializer(item[\"encryptionProperties\"]),\n containers: !item[\"containers\"]\n ? item[\"containers\"]\n : containerArraySerializer(item[\"containers\"]),\n initContainers: !item[\"initContainers\"]\n ? item[\"initContainers\"]\n : initContainerDefinitionArraySerializer(item[\"initContainers\"]),\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : deploymentExtensionSpecArraySerializer(item[\"extensions\"]),\n imageRegistryCredentials: !item[\"imageRegistryCredentials\"]\n ? item[\"imageRegistryCredentials\"]\n : imageRegistryCredentialArraySerializer(item[\"imageRegistryCredentials\"]),\n restartPolicy: item[\"restartPolicy\"],\n shutdownGracePeriod: !item[\"shutdownGracePeriod\"]\n ? item[\"shutdownGracePeriod\"]\n : item[\"shutdownGracePeriod\"].toISOString(),\n ipAddress: !item[\"ipAddress\"] ? item[\"ipAddress\"] : ipAddressSerializer(item[\"ipAddress\"]),\n timeToLive: !item[\"timeToLive\"] ? item[\"timeToLive\"] : item[\"timeToLive\"].toISOString(),\n osType: item[\"osType\"],\n volumes: !item[\"volumes\"] ? item[\"volumes\"] : volumeArraySerializer(item[\"volumes\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : containerGroupDiagnosticsSerializer(item[\"diagnostics\"]),\n priority: item[\"priority\"],\n confidentialComputeProperties: !item[\"confidentialComputeProperties\"]\n ? item[\"confidentialComputeProperties\"]\n : confidentialComputePropertiesSerializer(item[\"confidentialComputeProperties\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionSerializer(item[\"securityContext\"]),\n useKrypton: item[\"useKrypton\"],\n };\n}\n\nexport function _containerGroupProfilePropertiesDeserializer(item: any) {\n return {\n sku: item[\"sku\"],\n encryptionProperties: !item[\"encryptionProperties\"]\n ? item[\"encryptionProperties\"]\n : encryptionPropertiesDeserializer(item[\"encryptionProperties\"]),\n containers: !item[\"containers\"]\n ? item[\"containers\"]\n : containerArrayDeserializer(item[\"containers\"]),\n initContainers: !item[\"initContainers\"]\n ? item[\"initContainers\"]\n : initContainerDefinitionArrayDeserializer(item[\"initContainers\"]),\n extensions: !item[\"extensions\"]\n ? item[\"extensions\"]\n : deploymentExtensionSpecArrayDeserializer(item[\"extensions\"]),\n imageRegistryCredentials: !item[\"imageRegistryCredentials\"]\n ? item[\"imageRegistryCredentials\"]\n : imageRegistryCredentialArrayDeserializer(item[\"imageRegistryCredentials\"]),\n restartPolicy: item[\"restartPolicy\"],\n shutdownGracePeriod: !item[\"shutdownGracePeriod\"]\n ? item[\"shutdownGracePeriod\"]\n : new Date(item[\"shutdownGracePeriod\"]),\n ipAddress: !item[\"ipAddress\"] ? item[\"ipAddress\"] : ipAddressDeserializer(item[\"ipAddress\"]),\n timeToLive: !item[\"timeToLive\"] ? item[\"timeToLive\"] : new Date(item[\"timeToLive\"]),\n osType: item[\"osType\"],\n volumes: !item[\"volumes\"] ? item[\"volumes\"] : volumeArrayDeserializer(item[\"volumes\"]),\n diagnostics: !item[\"diagnostics\"]\n ? item[\"diagnostics\"]\n : containerGroupDiagnosticsDeserializer(item[\"diagnostics\"]),\n priority: item[\"priority\"],\n confidentialComputeProperties: !item[\"confidentialComputeProperties\"]\n ? item[\"confidentialComputeProperties\"]\n : confidentialComputePropertiesDeserializer(item[\"confidentialComputeProperties\"]),\n securityContext: !item[\"securityContext\"]\n ? item[\"securityContext\"]\n : securityContextDefinitionDeserializer(item[\"securityContext\"]),\n revision: item[\"revision\"],\n registeredRevisions: !item[\"registeredRevisions\"]\n ? item[\"registeredRevisions\"]\n : item[\"registeredRevisions\"].map((p: any) => {\n return p;\n }),\n useKrypton: item[\"useKrypton\"],\n };\n}\n\nexport type ContainerGroupsGetOutboundNetworkDependenciesEndpointsResponse = { body: string[] };\n"]}