@azure/arm-containerinstance 9.2.0-beta.2 → 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 (807) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +12 -13
  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 +37 -24
  121. package/dist/browser/containerInstanceManagementClient.js +57 -111
  122. package/dist/browser/containerInstanceManagementClient.js.map +1 -1
  123. package/dist/browser/index.d.ts +23 -3
  124. package/dist/browser/index.js +7 -11
  125. package/dist/browser/index.js.map +1 -1
  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 +2 -1241
  130. package/dist/browser/models/index.js +3 -115
  131. package/dist/browser/models/index.js.map +1 -1
  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/restorePollerHelpers.d.ts +21 -0
  136. package/dist/browser/restorePollerHelpers.js +118 -0
  137. package/dist/browser/restorePollerHelpers.js.map +1 -0
  138. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  139. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  140. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  141. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  142. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  143. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  144. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  145. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  146. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  147. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  148. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  149. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  150. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  151. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  152. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  153. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  154. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  155. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  156. package/dist/commonjs/api/cgProfile/index.d.ts +3 -0
  157. package/dist/commonjs/api/cgProfile/index.js +38 -0
  158. package/dist/commonjs/api/cgProfile/index.js.map +7 -0
  159. package/dist/commonjs/api/cgProfile/operations.d.ts +30 -0
  160. package/dist/commonjs/api/cgProfile/operations.js +292 -0
  161. package/dist/commonjs/api/cgProfile/operations.js.map +7 -0
  162. package/dist/commonjs/api/cgProfile/options.d.ts +20 -0
  163. package/dist/commonjs/api/cgProfile/options.js +16 -0
  164. package/dist/commonjs/api/cgProfile/options.js.map +7 -0
  165. package/dist/commonjs/api/cgProfiles/index.d.ts +3 -0
  166. package/dist/commonjs/api/cgProfiles/index.js +30 -0
  167. package/dist/commonjs/api/cgProfiles/index.js.map +7 -0
  168. package/dist/commonjs/api/cgProfiles/operations.d.ts +14 -0
  169. package/dist/commonjs/api/cgProfiles/operations.js +122 -0
  170. package/dist/commonjs/api/cgProfiles/operations.js.map +7 -0
  171. package/dist/commonjs/api/cgProfiles/options.d.ts +8 -0
  172. package/dist/commonjs/api/cgProfiles/options.js +16 -0
  173. package/dist/commonjs/api/cgProfiles/options.js.map +7 -0
  174. package/dist/commonjs/api/containerGroups/index.d.ts +3 -0
  175. package/dist/commonjs/api/containerGroups/index.js +46 -0
  176. package/dist/commonjs/api/containerGroups/index.js.map +7 -0
  177. package/dist/commonjs/api/containerGroups/operations.d.ts +47 -0
  178. package/dist/commonjs/api/containerGroups/operations.js +469 -0
  179. package/dist/commonjs/api/containerGroups/operations.js.map +7 -0
  180. package/dist/commonjs/api/containerGroups/options.d.ts +40 -0
  181. package/dist/commonjs/api/containerGroups/options.js +16 -0
  182. package/dist/commonjs/api/containerGroups/options.js.map +7 -0
  183. package/dist/commonjs/api/containerInstanceManagementContext.d.ts +22 -0
  184. package/dist/commonjs/api/containerInstanceManagementContext.js +47 -0
  185. package/dist/commonjs/api/containerInstanceManagementContext.js.map +7 -0
  186. package/dist/commonjs/api/containers/index.d.ts +3 -0
  187. package/dist/commonjs/api/containers/index.js +32 -0
  188. package/dist/commonjs/api/containers/index.js.map +7 -0
  189. package/dist/commonjs/api/containers/operations.d.ts +17 -0
  190. package/dist/commonjs/api/containers/operations.js +171 -0
  191. package/dist/commonjs/api/containers/operations.js.map +7 -0
  192. package/dist/commonjs/api/containers/options.d.ts +15 -0
  193. package/dist/commonjs/api/containers/options.js +16 -0
  194. package/dist/commonjs/api/containers/options.js.map +7 -0
  195. package/dist/commonjs/api/index.d.ts +3 -0
  196. package/dist/commonjs/api/index.js +28 -0
  197. package/dist/commonjs/api/index.js.map +7 -0
  198. package/dist/commonjs/api/location/index.d.ts +3 -0
  199. package/dist/commonjs/api/location/index.js +32 -0
  200. package/dist/commonjs/api/location/index.js.map +7 -0
  201. package/dist/commonjs/api/location/operations.d.ts +18 -0
  202. package/dist/commonjs/api/location/operations.js +170 -0
  203. package/dist/commonjs/api/location/operations.js.map +7 -0
  204. package/dist/commonjs/api/location/options.d.ts +11 -0
  205. package/dist/commonjs/api/location/options.js +16 -0
  206. package/dist/commonjs/api/location/options.js.map +7 -0
  207. package/dist/commonjs/api/nGroups/index.d.ts +3 -0
  208. package/dist/commonjs/api/nGroups/index.js +44 -0
  209. package/dist/commonjs/api/nGroups/index.js.map +7 -0
  210. package/dist/commonjs/api/nGroups/operations.d.ts +43 -0
  211. package/dist/commonjs/api/nGroups/operations.js +413 -0
  212. package/dist/commonjs/api/nGroups/operations.js.map +7 -0
  213. package/dist/commonjs/api/nGroups/options.d.ts +39 -0
  214. package/dist/commonjs/api/nGroups/options.js +16 -0
  215. package/dist/commonjs/api/nGroups/options.js.map +7 -0
  216. package/dist/commonjs/api/operations/index.d.ts +3 -0
  217. package/dist/commonjs/api/operations/index.js +28 -0
  218. package/dist/commonjs/api/operations/index.js.map +7 -0
  219. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  220. package/dist/commonjs/api/operations/operations.js +74 -0
  221. package/dist/commonjs/api/operations/operations.js.map +7 -0
  222. package/dist/commonjs/api/operations/options.d.ts +5 -0
  223. package/dist/commonjs/api/operations/options.js +16 -0
  224. package/dist/commonjs/api/operations/options.js.map +7 -0
  225. package/dist/commonjs/api/sandboxGroups/index.d.ts +3 -0
  226. package/dist/commonjs/api/sandboxGroups/index.js +40 -0
  227. package/dist/commonjs/api/sandboxGroups/index.js.map +7 -0
  228. package/dist/commonjs/api/sandboxGroups/operations.d.ts +35 -0
  229. package/dist/commonjs/api/sandboxGroups/operations.js +334 -0
  230. package/dist/commonjs/api/sandboxGroups/operations.js.map +7 -0
  231. package/dist/commonjs/api/sandboxGroups/options.d.ts +29 -0
  232. package/dist/commonjs/api/sandboxGroups/options.js +16 -0
  233. package/dist/commonjs/api/sandboxGroups/options.js.map +7 -0
  234. package/dist/commonjs/api/subnetServiceAssociationLink/index.d.ts +3 -0
  235. package/dist/commonjs/api/subnetServiceAssociationLink/index.js +28 -0
  236. package/dist/commonjs/api/subnetServiceAssociationLink/index.js.map +7 -0
  237. package/dist/commonjs/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  238. package/dist/commonjs/api/subnetServiceAssociationLink/operations.js +71 -0
  239. package/dist/commonjs/api/subnetServiceAssociationLink/operations.js.map +7 -0
  240. package/dist/commonjs/api/subnetServiceAssociationLink/options.d.ts +7 -0
  241. package/dist/commonjs/api/subnetServiceAssociationLink/options.js +16 -0
  242. package/dist/commonjs/api/subnetServiceAssociationLink/options.js.map +7 -0
  243. package/dist/commonjs/classic/cgProfile/index.d.ts +21 -0
  244. package/dist/commonjs/classic/cgProfile/index.js +55 -0
  245. package/dist/commonjs/classic/cgProfile/index.js.map +7 -0
  246. package/dist/commonjs/classic/cgProfiles/index.d.ts +13 -0
  247. package/dist/commonjs/classic/cgProfiles/index.js +39 -0
  248. package/dist/commonjs/classic/cgProfiles/index.js.map +7 -0
  249. package/dist/commonjs/classic/containerGroups/index.d.ts +47 -0
  250. package/dist/commonjs/classic/containerGroups/index.js +97 -0
  251. package/dist/commonjs/classic/containerGroups/index.js.map +7 -0
  252. package/dist/commonjs/classic/containers/index.d.ts +14 -0
  253. package/dist/commonjs/classic/containers/index.js +47 -0
  254. package/dist/commonjs/classic/containers/index.js.map +7 -0
  255. package/dist/commonjs/classic/index.d.ts +10 -0
  256. package/dist/commonjs/classic/index.js +16 -0
  257. package/dist/commonjs/classic/index.js.map +7 -0
  258. package/dist/commonjs/classic/location/index.d.ts +15 -0
  259. package/dist/commonjs/classic/location/index.js +40 -0
  260. package/dist/commonjs/classic/location/index.js.map +7 -0
  261. package/dist/commonjs/classic/nGroups/index.d.ts +49 -0
  262. package/dist/commonjs/classic/nGroups/index.js +87 -0
  263. package/dist/commonjs/classic/nGroups/index.js.map +7 -0
  264. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  265. package/dist/commonjs/classic/operations/index.js +38 -0
  266. package/dist/commonjs/classic/operations/index.js.map +7 -0
  267. package/dist/commonjs/classic/sandboxGroups/index.d.ts +37 -0
  268. package/dist/commonjs/classic/sandboxGroups/index.js +75 -0
  269. package/dist/commonjs/classic/sandboxGroups/index.js.map +7 -0
  270. package/dist/commonjs/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  271. package/dist/commonjs/classic/subnetServiceAssociationLink/index.js +47 -0
  272. package/dist/commonjs/classic/subnetServiceAssociationLink/index.js.map +7 -0
  273. package/dist/commonjs/containerInstanceManagementClient.d.ts +37 -24
  274. package/dist/commonjs/containerInstanceManagementClient.js +84 -122
  275. package/dist/commonjs/containerInstanceManagementClient.js.map +7 -1
  276. package/dist/commonjs/index.d.ts +23 -3
  277. package/dist/commonjs/index.js +78 -19
  278. package/dist/commonjs/index.js.map +7 -1
  279. package/dist/commonjs/logger.d.ts +2 -0
  280. package/dist/commonjs/logger.js +29 -0
  281. package/dist/commonjs/logger.js.map +7 -0
  282. package/dist/commonjs/models/index.d.ts +2 -1241
  283. package/dist/commonjs/models/index.js +64 -119
  284. package/dist/commonjs/models/index.js.map +7 -1
  285. package/dist/commonjs/models/models.d.ts +1906 -0
  286. package/dist/commonjs/models/models.js +2571 -0
  287. package/dist/commonjs/models/models.js.map +7 -0
  288. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  289. package/dist/commonjs/restorePollerHelpers.js +131 -0
  290. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  291. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  292. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  293. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  294. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  295. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  296. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  297. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  298. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  299. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  300. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  301. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  302. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  303. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  304. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  305. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  306. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  307. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  308. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  309. package/dist/commonjs/tsdoc-metadata.json +1 -1
  310. package/dist/esm/api/cgProfile/index.d.ts +3 -0
  311. package/dist/esm/api/cgProfile/index.js +4 -0
  312. package/dist/esm/api/cgProfile/index.js.map +1 -0
  313. package/dist/esm/api/cgProfile/operations.d.ts +30 -0
  314. package/dist/esm/api/cgProfile/operations.js +192 -0
  315. package/dist/esm/api/cgProfile/operations.js.map +1 -0
  316. package/dist/esm/api/cgProfile/options.d.ts +20 -0
  317. package/dist/esm/api/cgProfile/options.js +4 -0
  318. package/dist/esm/api/cgProfile/options.js.map +1 -0
  319. package/dist/esm/api/cgProfiles/index.d.ts +3 -0
  320. package/dist/esm/api/cgProfiles/index.js +4 -0
  321. package/dist/esm/api/cgProfiles/index.js.map +1 -0
  322. package/dist/esm/api/cgProfiles/operations.d.ts +14 -0
  323. package/dist/esm/api/cgProfiles/operations.js +70 -0
  324. package/dist/esm/api/cgProfiles/operations.js.map +1 -0
  325. package/dist/esm/api/cgProfiles/options.d.ts +8 -0
  326. package/dist/esm/api/cgProfiles/options.js +4 -0
  327. package/dist/esm/api/cgProfiles/options.js.map +1 -0
  328. package/dist/esm/api/containerGroups/index.d.ts +3 -0
  329. package/dist/esm/api/containerGroups/index.js +4 -0
  330. package/dist/esm/api/containerGroups/index.js.map +1 -0
  331. package/dist/esm/api/containerGroups/operations.d.ts +47 -0
  332. package/dist/esm/api/containerGroups/operations.js +334 -0
  333. package/dist/esm/api/containerGroups/operations.js.map +1 -0
  334. package/dist/esm/api/containerGroups/options.d.ts +40 -0
  335. package/dist/esm/api/containerGroups/options.js +4 -0
  336. package/dist/esm/api/containerGroups/options.js.map +1 -0
  337. package/dist/esm/api/containerInstanceManagementContext.d.ts +22 -0
  338. package/dist/esm/api/containerInstanceManagementContext.js +26 -0
  339. package/dist/esm/api/containerInstanceManagementContext.js.map +1 -0
  340. package/dist/esm/api/containers/index.d.ts +3 -0
  341. package/dist/esm/api/containers/index.js +4 -0
  342. package/dist/esm/api/containers/index.js.map +1 -0
  343. package/dist/esm/api/containers/operations.d.ts +17 -0
  344. package/dist/esm/api/containers/operations.js +103 -0
  345. package/dist/esm/api/containers/operations.js.map +1 -0
  346. package/dist/esm/api/containers/options.d.ts +15 -0
  347. package/dist/esm/api/containers/options.js +4 -0
  348. package/dist/esm/api/containers/options.js.map +1 -0
  349. package/dist/esm/api/index.d.ts +3 -0
  350. package/dist/esm/api/index.js +4 -0
  351. package/dist/esm/api/index.js.map +1 -0
  352. package/dist/esm/api/location/index.d.ts +3 -0
  353. package/dist/esm/api/location/index.js +4 -0
  354. package/dist/esm/api/location/index.js.map +1 -0
  355. package/dist/esm/api/location/operations.d.ts +18 -0
  356. package/dist/esm/api/location/operations.js +103 -0
  357. package/dist/esm/api/location/operations.js.map +1 -0
  358. package/dist/esm/api/location/options.d.ts +11 -0
  359. package/dist/esm/api/location/options.js +4 -0
  360. package/dist/esm/api/location/options.js.map +1 -0
  361. package/dist/esm/api/nGroups/index.d.ts +3 -0
  362. package/dist/esm/api/nGroups/index.js +4 -0
  363. package/dist/esm/api/nGroups/index.js.map +1 -0
  364. package/dist/esm/api/nGroups/operations.d.ts +43 -0
  365. package/dist/esm/api/nGroups/operations.js +298 -0
  366. package/dist/esm/api/nGroups/operations.js.map +1 -0
  367. package/dist/esm/api/nGroups/options.d.ts +39 -0
  368. package/dist/esm/api/nGroups/options.js +4 -0
  369. package/dist/esm/api/nGroups/options.js.map +1 -0
  370. package/dist/esm/api/operations/index.d.ts +3 -0
  371. package/dist/esm/api/operations/index.js +4 -0
  372. package/dist/esm/api/operations/index.js.map +1 -0
  373. package/dist/esm/api/operations/operations.d.ts +10 -0
  374. package/dist/esm/api/operations/operations.js +37 -0
  375. package/dist/esm/api/operations/operations.js.map +1 -0
  376. package/dist/esm/api/operations/options.d.ts +5 -0
  377. package/dist/esm/api/operations/options.js +4 -0
  378. package/dist/esm/api/operations/options.js.map +1 -0
  379. package/dist/esm/api/sandboxGroups/index.d.ts +3 -0
  380. package/dist/esm/api/sandboxGroups/index.js +4 -0
  381. package/dist/esm/api/sandboxGroups/index.js.map +1 -0
  382. package/dist/esm/api/sandboxGroups/operations.d.ts +35 -0
  383. package/dist/esm/api/sandboxGroups/operations.js +237 -0
  384. package/dist/esm/api/sandboxGroups/operations.js.map +1 -0
  385. package/dist/esm/api/sandboxGroups/options.d.ts +29 -0
  386. package/dist/esm/api/sandboxGroups/options.js +4 -0
  387. package/dist/esm/api/sandboxGroups/options.js.map +1 -0
  388. package/dist/esm/api/subnetServiceAssociationLink/index.d.ts +3 -0
  389. package/dist/esm/api/subnetServiceAssociationLink/index.js +4 -0
  390. package/dist/esm/api/subnetServiceAssociationLink/index.js.map +1 -0
  391. package/dist/esm/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  392. package/dist/esm/api/subnetServiceAssociationLink/operations.js +40 -0
  393. package/dist/esm/api/subnetServiceAssociationLink/operations.js.map +1 -0
  394. package/dist/esm/api/subnetServiceAssociationLink/options.d.ts +7 -0
  395. package/dist/esm/api/subnetServiceAssociationLink/options.js +4 -0
  396. package/dist/esm/api/subnetServiceAssociationLink/options.js.map +1 -0
  397. package/dist/esm/classic/cgProfile/index.d.ts +21 -0
  398. package/dist/esm/classic/cgProfile/index.js +19 -0
  399. package/dist/esm/classic/cgProfile/index.js.map +1 -0
  400. package/dist/esm/classic/cgProfiles/index.d.ts +13 -0
  401. package/dist/esm/classic/cgProfiles/index.js +15 -0
  402. package/dist/esm/classic/cgProfiles/index.js.map +1 -0
  403. package/dist/esm/classic/containerGroups/index.d.ts +47 -0
  404. package/dist/esm/classic/containerGroups/index.js +56 -0
  405. package/dist/esm/classic/containerGroups/index.js.map +1 -0
  406. package/dist/esm/classic/containers/index.d.ts +14 -0
  407. package/dist/esm/classic/containers/index.js +16 -0
  408. package/dist/esm/classic/containers/index.js.map +1 -0
  409. package/dist/esm/classic/index.d.ts +10 -0
  410. package/dist/esm/classic/index.js +4 -0
  411. package/dist/esm/classic/index.js.map +1 -0
  412. package/dist/esm/classic/location/index.d.ts +15 -0
  413. package/dist/esm/classic/location/index.js +16 -0
  414. package/dist/esm/classic/location/index.js.map +1 -0
  415. package/dist/esm/classic/nGroups/index.d.ts +49 -0
  416. package/dist/esm/classic/nGroups/index.js +63 -0
  417. package/dist/esm/classic/nGroups/index.js.map +1 -0
  418. package/dist/esm/classic/operations/index.d.ts +11 -0
  419. package/dist/esm/classic/operations/index.js +14 -0
  420. package/dist/esm/classic/operations/index.js.map +1 -0
  421. package/dist/esm/classic/sandboxGroups/index.d.ts +37 -0
  422. package/dist/esm/classic/sandboxGroups/index.js +45 -0
  423. package/dist/esm/classic/sandboxGroups/index.js.map +1 -0
  424. package/dist/esm/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  425. package/dist/esm/classic/subnetServiceAssociationLink/index.js +23 -0
  426. package/dist/esm/classic/subnetServiceAssociationLink/index.js.map +1 -0
  427. package/dist/esm/containerInstanceManagementClient.d.ts +37 -24
  428. package/dist/esm/containerInstanceManagementClient.js +57 -111
  429. package/dist/esm/containerInstanceManagementClient.js.map +1 -1
  430. package/dist/esm/index.d.ts +23 -3
  431. package/dist/esm/index.js +7 -11
  432. package/dist/esm/index.js.map +1 -1
  433. package/dist/esm/logger.d.ts +2 -0
  434. package/dist/esm/logger.js +5 -0
  435. package/dist/esm/logger.js.map +1 -0
  436. package/dist/esm/models/index.d.ts +2 -1241
  437. package/dist/esm/models/index.js +3 -115
  438. package/dist/esm/models/index.js.map +1 -1
  439. package/dist/esm/models/models.d.ts +1906 -0
  440. package/dist/esm/models/models.js +2594 -0
  441. package/dist/esm/models/models.js.map +1 -0
  442. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  443. package/dist/esm/restorePollerHelpers.js +118 -0
  444. package/dist/esm/restorePollerHelpers.js.map +1 -0
  445. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  446. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  447. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  448. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  449. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  450. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  451. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  452. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  453. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  454. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  455. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  456. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  457. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  458. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  459. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  460. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  461. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  462. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  463. package/package.json +245 -96
  464. package/CHANGELOG.md +0 -133
  465. package/dist/browser/containerInstanceManagementClient.d.ts.map +0 -1
  466. package/dist/browser/index.d.ts.map +0 -1
  467. package/dist/browser/lroImpl.d.ts +0 -11
  468. package/dist/browser/lroImpl.d.ts.map +0 -1
  469. package/dist/browser/lroImpl.js +0 -18
  470. package/dist/browser/lroImpl.js.map +0 -1
  471. package/dist/browser/models/index.d.ts.map +0 -1
  472. package/dist/browser/models/mappers.d.ts +0 -66
  473. package/dist/browser/models/mappers.d.ts.map +0 -1
  474. package/dist/browser/models/mappers.js +0 -2242
  475. package/dist/browser/models/mappers.js.map +0 -1
  476. package/dist/browser/models/parameters.d.ts +0 -23
  477. package/dist/browser/models/parameters.d.ts.map +0 -1
  478. package/dist/browser/models/parameters.js +0 -204
  479. package/dist/browser/models/parameters.js.map +0 -1
  480. package/dist/browser/operations/containerGroupProfileOperations.d.ts +0 -55
  481. package/dist/browser/operations/containerGroupProfileOperations.d.ts.map +0 -1
  482. package/dist/browser/operations/containerGroupProfileOperations.js +0 -174
  483. package/dist/browser/operations/containerGroupProfileOperations.js.map +0 -1
  484. package/dist/browser/operations/containerGroupProfiles.d.ts +0 -95
  485. package/dist/browser/operations/containerGroupProfiles.d.ts.map +0 -1
  486. package/dist/browser/operations/containerGroupProfiles.js +0 -367
  487. package/dist/browser/operations/containerGroupProfiles.js.map +0 -1
  488. package/dist/browser/operations/containerGroups.d.ts +0 -159
  489. package/dist/browser/operations/containerGroups.d.ts.map +0 -1
  490. package/dist/browser/operations/containerGroups.js +0 -697
  491. package/dist/browser/operations/containerGroups.js.map +0 -1
  492. package/dist/browser/operations/containers.d.ts +0 -40
  493. package/dist/browser/operations/containers.d.ts.map +0 -1
  494. package/dist/browser/operations/containers.js +0 -135
  495. package/dist/browser/operations/containers.js.map +0 -1
  496. package/dist/browser/operations/index.d.ts +0 -8
  497. package/dist/browser/operations/index.d.ts.map +0 -1
  498. package/dist/browser/operations/index.js +0 -15
  499. package/dist/browser/operations/index.js.map +0 -1
  500. package/dist/browser/operations/location.d.ts +0 -70
  501. package/dist/browser/operations/location.d.ts.map +0 -1
  502. package/dist/browser/operations/location.js +0 -290
  503. package/dist/browser/operations/location.js.map +0 -1
  504. package/dist/browser/operations/operations.d.ts +0 -32
  505. package/dist/browser/operations/operations.d.ts.map +0 -1
  506. package/dist/browser/operations/operations.js +0 -116
  507. package/dist/browser/operations/operations.js.map +0 -1
  508. package/dist/browser/operations/subnetServiceAssociationLink.d.ts +0 -32
  509. package/dist/browser/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  510. package/dist/browser/operations/subnetServiceAssociationLink.js +0 -109
  511. package/dist/browser/operations/subnetServiceAssociationLink.js.map +0 -1
  512. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  513. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  514. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  515. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  516. package/dist/browser/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  517. package/dist/browser/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  518. package/dist/browser/operationsInterfaces/containerGroupProfiles.js +0 -9
  519. package/dist/browser/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  520. package/dist/browser/operationsInterfaces/containerGroups.d.ts +0 -119
  521. package/dist/browser/operationsInterfaces/containerGroups.d.ts.map +0 -1
  522. package/dist/browser/operationsInterfaces/containerGroups.js +0 -9
  523. package/dist/browser/operationsInterfaces/containerGroups.js.map +0 -1
  524. package/dist/browser/operationsInterfaces/containers.d.ts +0 -32
  525. package/dist/browser/operationsInterfaces/containers.d.ts.map +0 -1
  526. package/dist/browser/operationsInterfaces/containers.js +0 -9
  527. package/dist/browser/operationsInterfaces/containers.js.map +0 -1
  528. package/dist/browser/operationsInterfaces/index.d.ts +0 -8
  529. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  530. package/dist/browser/operationsInterfaces/index.js +0 -15
  531. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  532. package/dist/browser/operationsInterfaces/location.d.ts +0 -24
  533. package/dist/browser/operationsInterfaces/location.d.ts.map +0 -1
  534. package/dist/browser/operationsInterfaces/location.js +0 -9
  535. package/dist/browser/operationsInterfaces/location.js.map +0 -1
  536. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  537. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  538. package/dist/browser/operationsInterfaces/operations.js +0 -9
  539. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  540. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  541. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  542. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  543. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  544. package/dist/browser/pagingHelper.d.ts +0 -13
  545. package/dist/browser/pagingHelper.d.ts.map +0 -1
  546. package/dist/browser/pagingHelper.js +0 -30
  547. package/dist/browser/pagingHelper.js.map +0 -1
  548. package/dist/commonjs/containerInstanceManagementClient.d.ts.map +0 -1
  549. package/dist/commonjs/index.d.ts.map +0 -1
  550. package/dist/commonjs/lroImpl.d.ts +0 -11
  551. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  552. package/dist/commonjs/lroImpl.js +0 -21
  553. package/dist/commonjs/lroImpl.js.map +0 -1
  554. package/dist/commonjs/models/index.d.ts.map +0 -1
  555. package/dist/commonjs/models/mappers.d.ts +0 -66
  556. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  557. package/dist/commonjs/models/mappers.js +0 -2246
  558. package/dist/commonjs/models/mappers.js.map +0 -1
  559. package/dist/commonjs/models/parameters.d.ts +0 -23
  560. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  561. package/dist/commonjs/models/parameters.js +0 -207
  562. package/dist/commonjs/models/parameters.js.map +0 -1
  563. package/dist/commonjs/operations/containerGroupProfileOperations.d.ts +0 -55
  564. package/dist/commonjs/operations/containerGroupProfileOperations.d.ts.map +0 -1
  565. package/dist/commonjs/operations/containerGroupProfileOperations.js +0 -179
  566. package/dist/commonjs/operations/containerGroupProfileOperations.js.map +0 -1
  567. package/dist/commonjs/operations/containerGroupProfiles.d.ts +0 -95
  568. package/dist/commonjs/operations/containerGroupProfiles.d.ts.map +0 -1
  569. package/dist/commonjs/operations/containerGroupProfiles.js +0 -372
  570. package/dist/commonjs/operations/containerGroupProfiles.js.map +0 -1
  571. package/dist/commonjs/operations/containerGroups.d.ts +0 -159
  572. package/dist/commonjs/operations/containerGroups.d.ts.map +0 -1
  573. package/dist/commonjs/operations/containerGroups.js +0 -702
  574. package/dist/commonjs/operations/containerGroups.js.map +0 -1
  575. package/dist/commonjs/operations/containers.d.ts +0 -40
  576. package/dist/commonjs/operations/containers.d.ts.map +0 -1
  577. package/dist/commonjs/operations/containers.js +0 -140
  578. package/dist/commonjs/operations/containers.js.map +0 -1
  579. package/dist/commonjs/operations/index.d.ts +0 -8
  580. package/dist/commonjs/operations/index.d.ts.map +0 -1
  581. package/dist/commonjs/operations/index.js +0 -18
  582. package/dist/commonjs/operations/index.js.map +0 -1
  583. package/dist/commonjs/operations/location.d.ts +0 -70
  584. package/dist/commonjs/operations/location.d.ts.map +0 -1
  585. package/dist/commonjs/operations/location.js +0 -295
  586. package/dist/commonjs/operations/location.js.map +0 -1
  587. package/dist/commonjs/operations/operations.d.ts +0 -32
  588. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  589. package/dist/commonjs/operations/operations.js +0 -121
  590. package/dist/commonjs/operations/operations.js.map +0 -1
  591. package/dist/commonjs/operations/subnetServiceAssociationLink.d.ts +0 -32
  592. package/dist/commonjs/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  593. package/dist/commonjs/operations/subnetServiceAssociationLink.js +0 -114
  594. package/dist/commonjs/operations/subnetServiceAssociationLink.js.map +0 -1
  595. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  596. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  597. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.js +0 -10
  598. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  599. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  600. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  601. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.js +0 -10
  602. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  603. package/dist/commonjs/operationsInterfaces/containerGroups.d.ts +0 -119
  604. package/dist/commonjs/operationsInterfaces/containerGroups.d.ts.map +0 -1
  605. package/dist/commonjs/operationsInterfaces/containerGroups.js +0 -10
  606. package/dist/commonjs/operationsInterfaces/containerGroups.js.map +0 -1
  607. package/dist/commonjs/operationsInterfaces/containers.d.ts +0 -32
  608. package/dist/commonjs/operationsInterfaces/containers.d.ts.map +0 -1
  609. package/dist/commonjs/operationsInterfaces/containers.js +0 -10
  610. package/dist/commonjs/operationsInterfaces/containers.js.map +0 -1
  611. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
  612. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  613. package/dist/commonjs/operationsInterfaces/index.js +0 -18
  614. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  615. package/dist/commonjs/operationsInterfaces/location.d.ts +0 -24
  616. package/dist/commonjs/operationsInterfaces/location.d.ts.map +0 -1
  617. package/dist/commonjs/operationsInterfaces/location.js +0 -10
  618. package/dist/commonjs/operationsInterfaces/location.js.map +0 -1
  619. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  620. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  621. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  622. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  623. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  624. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  625. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.js +0 -10
  626. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  627. package/dist/commonjs/pagingHelper.d.ts +0 -13
  628. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  629. package/dist/commonjs/pagingHelper.js +0 -34
  630. package/dist/commonjs/pagingHelper.js.map +0 -1
  631. package/dist/esm/containerInstanceManagementClient.d.ts.map +0 -1
  632. package/dist/esm/index.d.ts.map +0 -1
  633. package/dist/esm/lroImpl.d.ts +0 -11
  634. package/dist/esm/lroImpl.d.ts.map +0 -1
  635. package/dist/esm/lroImpl.js +0 -18
  636. package/dist/esm/lroImpl.js.map +0 -1
  637. package/dist/esm/models/index.d.ts.map +0 -1
  638. package/dist/esm/models/mappers.d.ts +0 -66
  639. package/dist/esm/models/mappers.d.ts.map +0 -1
  640. package/dist/esm/models/mappers.js +0 -2242
  641. package/dist/esm/models/mappers.js.map +0 -1
  642. package/dist/esm/models/parameters.d.ts +0 -23
  643. package/dist/esm/models/parameters.d.ts.map +0 -1
  644. package/dist/esm/models/parameters.js +0 -204
  645. package/dist/esm/models/parameters.js.map +0 -1
  646. package/dist/esm/operations/containerGroupProfileOperations.d.ts +0 -55
  647. package/dist/esm/operations/containerGroupProfileOperations.d.ts.map +0 -1
  648. package/dist/esm/operations/containerGroupProfileOperations.js +0 -174
  649. package/dist/esm/operations/containerGroupProfileOperations.js.map +0 -1
  650. package/dist/esm/operations/containerGroupProfiles.d.ts +0 -95
  651. package/dist/esm/operations/containerGroupProfiles.d.ts.map +0 -1
  652. package/dist/esm/operations/containerGroupProfiles.js +0 -367
  653. package/dist/esm/operations/containerGroupProfiles.js.map +0 -1
  654. package/dist/esm/operations/containerGroups.d.ts +0 -159
  655. package/dist/esm/operations/containerGroups.d.ts.map +0 -1
  656. package/dist/esm/operations/containerGroups.js +0 -697
  657. package/dist/esm/operations/containerGroups.js.map +0 -1
  658. package/dist/esm/operations/containers.d.ts +0 -40
  659. package/dist/esm/operations/containers.d.ts.map +0 -1
  660. package/dist/esm/operations/containers.js +0 -135
  661. package/dist/esm/operations/containers.js.map +0 -1
  662. package/dist/esm/operations/index.d.ts +0 -8
  663. package/dist/esm/operations/index.d.ts.map +0 -1
  664. package/dist/esm/operations/index.js +0 -15
  665. package/dist/esm/operations/index.js.map +0 -1
  666. package/dist/esm/operations/location.d.ts +0 -70
  667. package/dist/esm/operations/location.d.ts.map +0 -1
  668. package/dist/esm/operations/location.js +0 -290
  669. package/dist/esm/operations/location.js.map +0 -1
  670. package/dist/esm/operations/operations.d.ts +0 -32
  671. package/dist/esm/operations/operations.d.ts.map +0 -1
  672. package/dist/esm/operations/operations.js +0 -116
  673. package/dist/esm/operations/operations.js.map +0 -1
  674. package/dist/esm/operations/subnetServiceAssociationLink.d.ts +0 -32
  675. package/dist/esm/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  676. package/dist/esm/operations/subnetServiceAssociationLink.js +0 -109
  677. package/dist/esm/operations/subnetServiceAssociationLink.js.map +0 -1
  678. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  679. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  680. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  681. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  682. package/dist/esm/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  683. package/dist/esm/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  684. package/dist/esm/operationsInterfaces/containerGroupProfiles.js +0 -9
  685. package/dist/esm/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  686. package/dist/esm/operationsInterfaces/containerGroups.d.ts +0 -119
  687. package/dist/esm/operationsInterfaces/containerGroups.d.ts.map +0 -1
  688. package/dist/esm/operationsInterfaces/containerGroups.js +0 -9
  689. package/dist/esm/operationsInterfaces/containerGroups.js.map +0 -1
  690. package/dist/esm/operationsInterfaces/containers.d.ts +0 -32
  691. package/dist/esm/operationsInterfaces/containers.d.ts.map +0 -1
  692. package/dist/esm/operationsInterfaces/containers.js +0 -9
  693. package/dist/esm/operationsInterfaces/containers.js.map +0 -1
  694. package/dist/esm/operationsInterfaces/index.d.ts +0 -8
  695. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  696. package/dist/esm/operationsInterfaces/index.js +0 -15
  697. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  698. package/dist/esm/operationsInterfaces/location.d.ts +0 -24
  699. package/dist/esm/operationsInterfaces/location.d.ts.map +0 -1
  700. package/dist/esm/operationsInterfaces/location.js +0 -9
  701. package/dist/esm/operationsInterfaces/location.js.map +0 -1
  702. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  703. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  704. package/dist/esm/operationsInterfaces/operations.js +0 -9
  705. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  706. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  707. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  708. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  709. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  710. package/dist/esm/pagingHelper.d.ts +0 -13
  711. package/dist/esm/pagingHelper.d.ts.map +0 -1
  712. package/dist/esm/pagingHelper.js +0 -30
  713. package/dist/esm/pagingHelper.js.map +0 -1
  714. package/dist/react-native/containerInstanceManagementClient.d.ts +0 -26
  715. package/dist/react-native/containerInstanceManagementClient.d.ts.map +0 -1
  716. package/dist/react-native/containerInstanceManagementClient.js +0 -119
  717. package/dist/react-native/containerInstanceManagementClient.js.map +0 -1
  718. package/dist/react-native/index.d.ts +0 -5
  719. package/dist/react-native/index.d.ts.map +0 -1
  720. package/dist/react-native/index.js +0 -13
  721. package/dist/react-native/index.js.map +0 -1
  722. package/dist/react-native/lroImpl.d.ts +0 -11
  723. package/dist/react-native/lroImpl.d.ts.map +0 -1
  724. package/dist/react-native/lroImpl.js +0 -18
  725. package/dist/react-native/lroImpl.js.map +0 -1
  726. package/dist/react-native/models/index.d.ts +0 -1242
  727. package/dist/react-native/models/index.d.ts.map +0 -1
  728. package/dist/react-native/models/index.js +0 -116
  729. package/dist/react-native/models/index.js.map +0 -1
  730. package/dist/react-native/models/mappers.d.ts +0 -66
  731. package/dist/react-native/models/mappers.d.ts.map +0 -1
  732. package/dist/react-native/models/mappers.js +0 -2242
  733. package/dist/react-native/models/mappers.js.map +0 -1
  734. package/dist/react-native/models/parameters.d.ts +0 -23
  735. package/dist/react-native/models/parameters.d.ts.map +0 -1
  736. package/dist/react-native/models/parameters.js +0 -204
  737. package/dist/react-native/models/parameters.js.map +0 -1
  738. package/dist/react-native/operations/containerGroupProfileOperations.d.ts +0 -55
  739. package/dist/react-native/operations/containerGroupProfileOperations.d.ts.map +0 -1
  740. package/dist/react-native/operations/containerGroupProfileOperations.js +0 -174
  741. package/dist/react-native/operations/containerGroupProfileOperations.js.map +0 -1
  742. package/dist/react-native/operations/containerGroupProfiles.d.ts +0 -95
  743. package/dist/react-native/operations/containerGroupProfiles.d.ts.map +0 -1
  744. package/dist/react-native/operations/containerGroupProfiles.js +0 -367
  745. package/dist/react-native/operations/containerGroupProfiles.js.map +0 -1
  746. package/dist/react-native/operations/containerGroups.d.ts +0 -159
  747. package/dist/react-native/operations/containerGroups.d.ts.map +0 -1
  748. package/dist/react-native/operations/containerGroups.js +0 -697
  749. package/dist/react-native/operations/containerGroups.js.map +0 -1
  750. package/dist/react-native/operations/containers.d.ts +0 -40
  751. package/dist/react-native/operations/containers.d.ts.map +0 -1
  752. package/dist/react-native/operations/containers.js +0 -135
  753. package/dist/react-native/operations/containers.js.map +0 -1
  754. package/dist/react-native/operations/index.d.ts +0 -8
  755. package/dist/react-native/operations/index.d.ts.map +0 -1
  756. package/dist/react-native/operations/index.js +0 -15
  757. package/dist/react-native/operations/index.js.map +0 -1
  758. package/dist/react-native/operations/location.d.ts +0 -70
  759. package/dist/react-native/operations/location.d.ts.map +0 -1
  760. package/dist/react-native/operations/location.js +0 -290
  761. package/dist/react-native/operations/location.js.map +0 -1
  762. package/dist/react-native/operations/operations.d.ts +0 -32
  763. package/dist/react-native/operations/operations.d.ts.map +0 -1
  764. package/dist/react-native/operations/operations.js +0 -116
  765. package/dist/react-native/operations/operations.js.map +0 -1
  766. package/dist/react-native/operations/subnetServiceAssociationLink.d.ts +0 -32
  767. package/dist/react-native/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  768. package/dist/react-native/operations/subnetServiceAssociationLink.js +0 -109
  769. package/dist/react-native/operations/subnetServiceAssociationLink.js.map +0 -1
  770. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  771. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  772. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  773. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  774. package/dist/react-native/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  775. package/dist/react-native/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  776. package/dist/react-native/operationsInterfaces/containerGroupProfiles.js +0 -9
  777. package/dist/react-native/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  778. package/dist/react-native/operationsInterfaces/containerGroups.d.ts +0 -119
  779. package/dist/react-native/operationsInterfaces/containerGroups.d.ts.map +0 -1
  780. package/dist/react-native/operationsInterfaces/containerGroups.js +0 -9
  781. package/dist/react-native/operationsInterfaces/containerGroups.js.map +0 -1
  782. package/dist/react-native/operationsInterfaces/containers.d.ts +0 -32
  783. package/dist/react-native/operationsInterfaces/containers.d.ts.map +0 -1
  784. package/dist/react-native/operationsInterfaces/containers.js +0 -9
  785. package/dist/react-native/operationsInterfaces/containers.js.map +0 -1
  786. package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
  787. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  788. package/dist/react-native/operationsInterfaces/index.js +0 -15
  789. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  790. package/dist/react-native/operationsInterfaces/location.d.ts +0 -24
  791. package/dist/react-native/operationsInterfaces/location.d.ts.map +0 -1
  792. package/dist/react-native/operationsInterfaces/location.js +0 -9
  793. package/dist/react-native/operationsInterfaces/location.js.map +0 -1
  794. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  795. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  796. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  797. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  798. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  799. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  800. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  801. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  802. package/dist/react-native/package.json +0 -3
  803. package/dist/react-native/pagingHelper.d.ts +0 -13
  804. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  805. package/dist/react-native/pagingHelper.js +0 -30
  806. package/dist/react-native/pagingHelper.js.map +0 -1
  807. package/review/arm-containerinstance-node.api.md +0 -962
@@ -0,0 +1,1906 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** Paged collection of Operation items */
6
+ export interface _OperationListResult {
7
+ /** The Operation items on this page */
8
+ value: Operation[];
9
+ /** The link to the next page of items */
10
+ nextLink?: string;
11
+ }
12
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
13
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
14
+ /** An operation for Azure Container Instance service. */
15
+ export interface Operation {
16
+ /** The name of the operation. */
17
+ name: string;
18
+ /** The display information of the operation. */
19
+ display: OperationDisplay;
20
+ /** The additional properties. */
21
+ properties?: any;
22
+ /** The intended executor of the operation. */
23
+ origin?: ContainerInstanceOperationsOrigin;
24
+ }
25
+ export declare function operationDeserializer(item: any): Operation;
26
+ /** The display information of the operation. */
27
+ export interface OperationDisplay {
28
+ /** The name of the provider of the operation. */
29
+ provider?: string;
30
+ /** The name of the resource type of the operation. */
31
+ resource?: string;
32
+ /** The friendly name of the operation. */
33
+ operation?: string;
34
+ /** The description of the operation. */
35
+ description?: string;
36
+ }
37
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
38
+ /** The intended executor of the operation. */
39
+ export declare enum KnownContainerInstanceOperationsOrigin {
40
+ /** User */
41
+ User = "User",
42
+ /** System */
43
+ System = "System"
44
+ }
45
+ /**
46
+ * The intended executor of the operation. \
47
+ * {@link KnownContainerInstanceOperationsOrigin} can be used interchangeably with ContainerInstanceOperationsOrigin,
48
+ * this enum contains the known values that the service supports.
49
+ * ### Known values supported by the service
50
+ * **User**: User \
51
+ * **System**: System
52
+ */
53
+ export type ContainerInstanceOperationsOrigin = string;
54
+ /** An error response from the Container Instance service. */
55
+ export interface CloudError {
56
+ /** An error response from the Container Instance service. */
57
+ error?: CloudErrorBody;
58
+ }
59
+ export declare function cloudErrorDeserializer(item: any): CloudError;
60
+ /** An error response from the Container Instance service. */
61
+ export interface CloudErrorBody {
62
+ /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
63
+ code?: string;
64
+ /** A message describing the error, intended to be suitable for display in a user interface. */
65
+ message?: string;
66
+ /** The target of the particular error. For example, the name of the property in error. */
67
+ target?: string;
68
+ /** A list of additional details about the error. */
69
+ details?: CloudErrorBody[];
70
+ }
71
+ export declare function cloudErrorBodyDeserializer(item: any): CloudErrorBody;
72
+ export declare function cloudErrorBodyArrayDeserializer(result: Array<CloudErrorBody>): any[];
73
+ /** A container group. */
74
+ export interface ContainerGroup extends ProxyResource {
75
+ /** The resource location of the container group. */
76
+ location?: string;
77
+ /** The resource tags. */
78
+ tags?: Record<string, string>;
79
+ /** The availability zones. */
80
+ zones?: string[];
81
+ /** The identity of the container group, if configured. */
82
+ identity?: ContainerGroupIdentity;
83
+ /** The provisioning state of the container group. This only appears in the response. */
84
+ readonly provisioningState?: string;
85
+ /** The secret references that will be referenced within the container group. */
86
+ secretReferences?: SecretReference[];
87
+ /** The containers within the container group. */
88
+ containers: Container[];
89
+ /** The image registry credentials by which the container group is created from. */
90
+ imageRegistryCredentials?: ImageRegistryCredential[];
91
+ /**
92
+ * Restart policy for all containers within the container group.
93
+ * - `Always` Always restart
94
+ * - `OnFailure` Restart on failure
95
+ * - `Never` Never restart
96
+ */
97
+ restartPolicy?: ContainerGroupRestartPolicy;
98
+ /** The IP address type of the container group. */
99
+ ipAddress?: IpAddress;
100
+ /** The operating system type required by the containers in the container group. */
101
+ osType?: OperatingSystemTypes;
102
+ /** The list of volumes that can be mounted by containers in this container group. */
103
+ volumes?: Volume[];
104
+ /** The instance view of the container group. Only valid in response. */
105
+ readonly instanceView?: ContainerGroupPropertiesInstanceView;
106
+ /** The diagnostic information for a container group. */
107
+ diagnostics?: ContainerGroupDiagnostics;
108
+ /** The subnet resource IDs for a container group. */
109
+ subnetIds?: ContainerGroupSubnetId[];
110
+ /** The DNS config information for a container group. */
111
+ dnsConfig?: DnsConfiguration;
112
+ /** The SKU for a container group. */
113
+ sku?: ContainerGroupSku;
114
+ /** The encryption properties for a container group. */
115
+ encryptionProperties?: EncryptionProperties;
116
+ /** The init containers for a container group. */
117
+ initContainers?: InitContainerDefinition[];
118
+ /** extensions used by virtual kubelet */
119
+ extensions?: DeploymentExtensionSpec[];
120
+ /** The properties for confidential container group */
121
+ confidentialComputeProperties?: ConfidentialComputeProperties;
122
+ /** The priority of the container group. */
123
+ priority?: ContainerGroupPriority;
124
+ /** The access control levels of the identities. */
125
+ identityAcls?: IdentityAcls;
126
+ /** The reference container group profile properties. */
127
+ containerGroupProfile?: ContainerGroupProfileReferenceDefinition;
128
+ /** The reference standby pool profile properties. */
129
+ standbyPoolProfile?: StandbyPoolProfileDefinition;
130
+ /** The flag to determine whether the container group is created from standby pool. */
131
+ readonly isCreatedFromStandbyPool?: boolean;
132
+ }
133
+ export declare function containerGroupSerializer(item: ContainerGroup): any;
134
+ export declare function containerGroupDeserializer(item: any): ContainerGroup;
135
+ /** Identity for the container group. */
136
+ export interface ContainerGroupIdentity {
137
+ /** The principal id of the container group identity. This property will only be provided for a system assigned identity. */
138
+ readonly principalId?: string;
139
+ /** The tenant id associated with the container group. This property will only be provided for a system assigned identity. */
140
+ readonly tenantId?: string;
141
+ /** 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. */
142
+ type?: ResourceIdentityType;
143
+ /** The list of user identities associated with the container group. */
144
+ userAssignedIdentities?: Record<string, UserAssignedIdentities>;
145
+ }
146
+ export declare function containerGroupIdentitySerializer(item: ContainerGroupIdentity): any;
147
+ export declare function containerGroupIdentityDeserializer(item: any): ContainerGroupIdentity;
148
+ /** 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. */
149
+ export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
150
+ export declare function userAssignedIdentitiesRecordSerializer(item: Record<string, UserAssignedIdentities>): Record<string, any>;
151
+ export declare function userAssignedIdentitiesRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentities>;
152
+ /** 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}'. */
153
+ export interface UserAssignedIdentities {
154
+ /** The principal id of user assigned identity. */
155
+ readonly principalId?: string;
156
+ /** The client id of user assigned identity. */
157
+ readonly clientId?: string;
158
+ }
159
+ export declare function userAssignedIdentitiesSerializer(_item: UserAssignedIdentities): any;
160
+ export declare function userAssignedIdentitiesDeserializer(item: any): UserAssignedIdentities;
161
+ /** The container group properties */
162
+ export interface ContainerGroupProperties {
163
+ /** The provisioning state of the container group. This only appears in the response. */
164
+ readonly provisioningState?: string;
165
+ /** The secret references that will be referenced within the container group. */
166
+ secretReferences?: SecretReference[];
167
+ /** The containers within the container group. */
168
+ containers: Container[];
169
+ /** The image registry credentials by which the container group is created from. */
170
+ imageRegistryCredentials?: ImageRegistryCredential[];
171
+ /**
172
+ * Restart policy for all containers within the container group.
173
+ * - `Always` Always restart
174
+ * - `OnFailure` Restart on failure
175
+ * - `Never` Never restart
176
+ */
177
+ restartPolicy?: ContainerGroupRestartPolicy;
178
+ /** The IP address type of the container group. */
179
+ ipAddress?: IpAddress;
180
+ /** The operating system type required by the containers in the container group. */
181
+ osType?: OperatingSystemTypes;
182
+ /** The list of volumes that can be mounted by containers in this container group. */
183
+ volumes?: Volume[];
184
+ /** The instance view of the container group. Only valid in response. */
185
+ readonly instanceView?: ContainerGroupPropertiesInstanceView;
186
+ /** The diagnostic information for a container group. */
187
+ diagnostics?: ContainerGroupDiagnostics;
188
+ /** The subnet resource IDs for a container group. */
189
+ subnetIds?: ContainerGroupSubnetId[];
190
+ /** The DNS config information for a container group. */
191
+ dnsConfig?: DnsConfiguration;
192
+ /** The SKU for a container group. */
193
+ sku?: ContainerGroupSku;
194
+ /** The encryption properties for a container group. */
195
+ encryptionProperties?: EncryptionProperties;
196
+ /** The init containers for a container group. */
197
+ initContainers?: InitContainerDefinition[];
198
+ /** extensions used by virtual kubelet */
199
+ extensions?: DeploymentExtensionSpec[];
200
+ /** The properties for confidential container group */
201
+ confidentialComputeProperties?: ConfidentialComputeProperties;
202
+ /** The priority of the container group. */
203
+ priority?: ContainerGroupPriority;
204
+ /** The access control levels of the identities. */
205
+ identityAcls?: IdentityAcls;
206
+ /** The reference container group profile properties. */
207
+ containerGroupProfile?: ContainerGroupProfileReferenceDefinition;
208
+ /** The reference standby pool profile properties. */
209
+ standbyPoolProfile?: StandbyPoolProfileDefinition;
210
+ /** The flag to determine whether the container group is created from standby pool. */
211
+ readonly isCreatedFromStandbyPool?: boolean;
212
+ }
213
+ export declare function containerGroupPropertiesSerializer(item: ContainerGroupProperties): any;
214
+ export declare function containerGroupPropertiesDeserializer(item: any): ContainerGroupProperties;
215
+ export declare function secretReferenceArraySerializer(result: Array<SecretReference>): any[];
216
+ export declare function secretReferenceArrayDeserializer(result: Array<SecretReference>): any[];
217
+ /** A secret reference */
218
+ export interface SecretReference {
219
+ /** The identifier of the secret reference */
220
+ name: string;
221
+ /** The ARM resource id of the managed identity that has access to the secret in the key vault */
222
+ identity: string;
223
+ /** The URI to the secret in key vault */
224
+ secretReferenceUri: string;
225
+ }
226
+ export declare function secretReferenceSerializer(item: SecretReference): any;
227
+ export declare function secretReferenceDeserializer(item: any): SecretReference;
228
+ export declare function containerArraySerializer(result: Array<Container>): any[];
229
+ export declare function containerArrayDeserializer(result: Array<Container>): any[];
230
+ /** A container instance. */
231
+ export interface Container {
232
+ /** The user-provided name of the container instance. */
233
+ name: string;
234
+ /** The name of the image used to create the container instance. */
235
+ image?: string;
236
+ /** The commands to execute within the container instance in exec form. */
237
+ command?: string[];
238
+ /** The exposed ports on the container instance. */
239
+ ports?: ContainerPort[];
240
+ /** The environment variables to set in the container instance. */
241
+ environmentVariables?: EnvironmentVariable[];
242
+ /** The instance view of the container instance. Only valid in response. */
243
+ readonly instanceView?: ContainerPropertiesInstanceView;
244
+ /** The resource requirements of the container instance. */
245
+ resources?: ResourceRequirements;
246
+ /** The volume mounts available to the container instance. */
247
+ volumeMounts?: VolumeMount[];
248
+ /** The liveness probe. */
249
+ livenessProbe?: ContainerProbe;
250
+ /** The readiness probe. */
251
+ readinessProbe?: ContainerProbe;
252
+ /** The container security properties. */
253
+ securityContext?: SecurityContextDefinition;
254
+ /** The config map. */
255
+ configMap?: ConfigMap;
256
+ }
257
+ export declare function containerSerializer(item: Container): any;
258
+ export declare function containerDeserializer(item: any): Container;
259
+ /** The container instance properties. */
260
+ export interface ContainerProperties {
261
+ /** The name of the image used to create the container instance. */
262
+ image?: string;
263
+ /** The commands to execute within the container instance in exec form. */
264
+ command?: string[];
265
+ /** The exposed ports on the container instance. */
266
+ ports?: ContainerPort[];
267
+ /** The environment variables to set in the container instance. */
268
+ environmentVariables?: EnvironmentVariable[];
269
+ /** The instance view of the container instance. Only valid in response. */
270
+ readonly instanceView?: ContainerPropertiesInstanceView;
271
+ /** The resource requirements of the container instance. */
272
+ resources?: ResourceRequirements;
273
+ /** The volume mounts available to the container instance. */
274
+ volumeMounts?: VolumeMount[];
275
+ /** The liveness probe. */
276
+ livenessProbe?: ContainerProbe;
277
+ /** The readiness probe. */
278
+ readinessProbe?: ContainerProbe;
279
+ /** The container security properties. */
280
+ securityContext?: SecurityContextDefinition;
281
+ /** The config map. */
282
+ configMap?: ConfigMap;
283
+ }
284
+ export declare function containerPropertiesSerializer(item: ContainerProperties): any;
285
+ export declare function containerPropertiesDeserializer(item: any): ContainerProperties;
286
+ export declare function containerPortArraySerializer(result: Array<ContainerPort>): any[];
287
+ export declare function containerPortArrayDeserializer(result: Array<ContainerPort>): any[];
288
+ /** The port exposed on the container instance. */
289
+ export interface ContainerPort {
290
+ /** The protocol associated with the port. */
291
+ protocol?: ContainerNetworkProtocol;
292
+ /** The port number exposed within the container group. */
293
+ port: number;
294
+ }
295
+ export declare function containerPortSerializer(item: ContainerPort): any;
296
+ export declare function containerPortDeserializer(item: any): ContainerPort;
297
+ /** The protocol associated with the port. */
298
+ export declare enum KnownContainerNetworkProtocol {
299
+ /** TCP */
300
+ TCP = "TCP",
301
+ /** UDP */
302
+ UDP = "UDP"
303
+ }
304
+ /**
305
+ * The protocol associated with the port. \
306
+ * {@link KnownContainerNetworkProtocol} can be used interchangeably with ContainerNetworkProtocol,
307
+ * this enum contains the known values that the service supports.
308
+ * ### Known values supported by the service
309
+ * **TCP**: TCP \
310
+ * **UDP**: UDP
311
+ */
312
+ export type ContainerNetworkProtocol = string;
313
+ export declare function environmentVariableArraySerializer(result: Array<EnvironmentVariable>): any[];
314
+ export declare function environmentVariableArrayDeserializer(result: Array<EnvironmentVariable>): any[];
315
+ /** The environment variable to set within the container instance. */
316
+ export interface EnvironmentVariable {
317
+ /** The name of the environment variable. */
318
+ name: string;
319
+ /** The value of the environment variable. */
320
+ value?: string;
321
+ /** The value of the secure environment variable. */
322
+ secureValue?: string;
323
+ /** The reference of the secure environment variable. */
324
+ secureValueReference?: string;
325
+ }
326
+ export declare function environmentVariableSerializer(item: EnvironmentVariable): any;
327
+ export declare function environmentVariableDeserializer(item: any): EnvironmentVariable;
328
+ /** The instance view of the container instance. Only valid in response. */
329
+ export interface ContainerPropertiesInstanceView {
330
+ /** The number of times that the container instance has been restarted. */
331
+ readonly restartCount?: number;
332
+ /** Current container instance state. */
333
+ readonly currentState?: ContainerState;
334
+ /** Previous container instance state. */
335
+ readonly previousState?: ContainerState;
336
+ /** The events of the container instance. */
337
+ readonly events?: Event[];
338
+ }
339
+ export declare function containerPropertiesInstanceViewDeserializer(item: any): ContainerPropertiesInstanceView;
340
+ /** The container instance state. */
341
+ export interface ContainerState {
342
+ /** The state of the container instance. */
343
+ readonly state?: string;
344
+ /** The date-time when the container instance state started. */
345
+ readonly startTime?: Date;
346
+ /** The container instance exit codes correspond to those from the `docker run` command. */
347
+ readonly exitCode?: number;
348
+ /** The date-time when the container instance state finished. */
349
+ readonly finishTime?: Date;
350
+ /** The human-readable status of the container instance state. */
351
+ readonly detailStatus?: string;
352
+ }
353
+ export declare function containerStateDeserializer(item: any): ContainerState;
354
+ export declare function eventArrayDeserializer(result: Array<Event>): any[];
355
+ /** A container group or container instance event. */
356
+ export interface Event {
357
+ /** The count of the event. */
358
+ readonly count?: number;
359
+ /** The date-time of the earliest logged event. */
360
+ readonly firstTimestamp?: Date;
361
+ /** The date-time of the latest logged event. */
362
+ readonly lastTimestamp?: Date;
363
+ /** The event name. */
364
+ readonly name?: string;
365
+ /** The event message. */
366
+ readonly message?: string;
367
+ /** The event type. */
368
+ readonly type?: string;
369
+ }
370
+ export declare function eventDeserializer(item: any): Event;
371
+ /** The resource requirements. */
372
+ export interface ResourceRequirements {
373
+ /** The resource requests of this container instance. */
374
+ requests: ResourceRequests;
375
+ /** The resource limits of this container instance. */
376
+ limits?: ResourceLimits;
377
+ }
378
+ export declare function resourceRequirementsSerializer(item: ResourceRequirements): any;
379
+ export declare function resourceRequirementsDeserializer(item: any): ResourceRequirements;
380
+ /** The resource requests. */
381
+ export interface ResourceRequests {
382
+ /** The memory request in GB of this container instance. */
383
+ memoryInGB: number;
384
+ /** The CPU request of this container instance. */
385
+ cpu: number;
386
+ /** The GPU request of this container instance. */
387
+ gpu?: GpuResource;
388
+ }
389
+ export declare function resourceRequestsSerializer(item: ResourceRequests): any;
390
+ export declare function resourceRequestsDeserializer(item: any): ResourceRequests;
391
+ /** The GPU resource. */
392
+ export interface GpuResource {
393
+ /** The count of the GPU resource. */
394
+ count: number;
395
+ /** The SKU of the GPU resource. */
396
+ sku: GpuSku;
397
+ }
398
+ export declare function gpuResourceSerializer(item: GpuResource): any;
399
+ export declare function gpuResourceDeserializer(item: any): GpuResource;
400
+ /** The SKU of the GPU resource. */
401
+ export declare enum KnownGpuSku {
402
+ /** K80 */
403
+ K80 = "K80",
404
+ /** P100 */
405
+ P100 = "P100",
406
+ /** V100 */
407
+ V100 = "V100"
408
+ }
409
+ /**
410
+ * The SKU of the GPU resource. \
411
+ * {@link KnownGpuSku} can be used interchangeably with GpuSku,
412
+ * this enum contains the known values that the service supports.
413
+ * ### Known values supported by the service
414
+ * **K80**: K80 \
415
+ * **P100**: P100 \
416
+ * **V100**: V100
417
+ */
418
+ export type GpuSku = string;
419
+ /** The resource limits. */
420
+ export interface ResourceLimits {
421
+ /** The memory limit in GB of this container instance. */
422
+ memoryInGB?: number;
423
+ /** The CPU limit of this container instance. */
424
+ cpu?: number;
425
+ /** The GPU limit of this container instance. */
426
+ gpu?: GpuResource;
427
+ }
428
+ export declare function resourceLimitsSerializer(item: ResourceLimits): any;
429
+ export declare function resourceLimitsDeserializer(item: any): ResourceLimits;
430
+ export declare function volumeMountArraySerializer(result: Array<VolumeMount>): any[];
431
+ export declare function volumeMountArrayDeserializer(result: Array<VolumeMount>): any[];
432
+ /** The properties of the volume mount. */
433
+ export interface VolumeMount {
434
+ /** The name of the volume mount. */
435
+ name: string;
436
+ /** The path within the container where the volume should be mounted. Must not contain colon (:). */
437
+ mountPath: string;
438
+ /** The flag indicating whether the volume mount is read-only. */
439
+ readOnly?: boolean;
440
+ }
441
+ export declare function volumeMountSerializer(item: VolumeMount): any;
442
+ export declare function volumeMountDeserializer(item: any): VolumeMount;
443
+ /** The container probe, for liveness or readiness */
444
+ export interface ContainerProbe {
445
+ /** The execution command to probe */
446
+ exec?: ContainerExec;
447
+ /** The Http Get settings to probe */
448
+ httpGet?: ContainerHttpGet;
449
+ /** The initial delay seconds. */
450
+ initialDelaySeconds?: number;
451
+ /** The period seconds. */
452
+ periodSeconds?: number;
453
+ /** The failure threshold. */
454
+ failureThreshold?: number;
455
+ /** The success threshold. */
456
+ successThreshold?: number;
457
+ /** The timeout seconds. */
458
+ timeoutSeconds?: number;
459
+ }
460
+ export declare function containerProbeSerializer(item: ContainerProbe): any;
461
+ export declare function containerProbeDeserializer(item: any): ContainerProbe;
462
+ /** The container execution command, for liveness or readiness probe */
463
+ export interface ContainerExec {
464
+ /** The commands to execute within the container. */
465
+ command?: string[];
466
+ }
467
+ export declare function containerExecSerializer(item: ContainerExec): any;
468
+ export declare function containerExecDeserializer(item: any): ContainerExec;
469
+ /** The container Http Get settings, for liveness or readiness probe */
470
+ export interface ContainerHttpGet {
471
+ /** The path to probe. */
472
+ path?: string;
473
+ /** The port number to probe. */
474
+ port: number;
475
+ /** The scheme. */
476
+ scheme?: Scheme;
477
+ /** The HTTP headers. */
478
+ httpHeaders?: HttpHeader[];
479
+ }
480
+ export declare function containerHttpGetSerializer(item: ContainerHttpGet): any;
481
+ export declare function containerHttpGetDeserializer(item: any): ContainerHttpGet;
482
+ /** The scheme. */
483
+ export declare enum KnownScheme {
484
+ /** http */
485
+ Http = "http",
486
+ /** https */
487
+ Https = "https"
488
+ }
489
+ /**
490
+ * The scheme. \
491
+ * {@link KnownScheme} can be used interchangeably with Scheme,
492
+ * this enum contains the known values that the service supports.
493
+ * ### Known values supported by the service
494
+ * **http**: http \
495
+ * **https**: https
496
+ */
497
+ export type Scheme = string;
498
+ export declare function httpHeaderArraySerializer(result: Array<HttpHeader>): any[];
499
+ export declare function httpHeaderArrayDeserializer(result: Array<HttpHeader>): any[];
500
+ /** The HTTP header. */
501
+ export interface HttpHeader {
502
+ /** The header name. */
503
+ name?: string;
504
+ /** The header value. */
505
+ value?: string;
506
+ }
507
+ export declare function httpHeaderSerializer(item: HttpHeader): any;
508
+ export declare function httpHeaderDeserializer(item: any): HttpHeader;
509
+ /** The security context for the container. */
510
+ export interface SecurityContextDefinition {
511
+ /** The flag to determine if the container permissions is elevated to Privileged. */
512
+ privileged?: boolean;
513
+ /** A boolean value indicating whether the init process can elevate its privileges */
514
+ allowPrivilegeEscalation?: boolean;
515
+ /** The capabilities to add or drop from a container. */
516
+ capabilities?: SecurityContextCapabilitiesDefinition;
517
+ /** Sets the User GID for the container. */
518
+ runAsGroup?: number;
519
+ /** Sets the User UID for the container. */
520
+ runAsUser?: number;
521
+ /** a base64 encoded string containing the contents of the JSON in the seccomp profile */
522
+ seccompProfile?: string;
523
+ }
524
+ export declare function securityContextDefinitionSerializer(item: SecurityContextDefinition): any;
525
+ export declare function securityContextDefinitionDeserializer(item: any): SecurityContextDefinition;
526
+ /** The capabilities to add or drop from a container. */
527
+ export interface SecurityContextCapabilitiesDefinition {
528
+ /** The capabilities to add to the container. */
529
+ add?: string[];
530
+ /** The capabilities to drop from the container. */
531
+ drop?: string[];
532
+ }
533
+ export declare function securityContextCapabilitiesDefinitionSerializer(item: SecurityContextCapabilitiesDefinition): any;
534
+ export declare function securityContextCapabilitiesDefinitionDeserializer(item: any): SecurityContextCapabilitiesDefinition;
535
+ /** The container config map. */
536
+ export interface ConfigMap {
537
+ /** The key value pairs dictionary in the config map. */
538
+ keyValuePairs?: Record<string, string>;
539
+ }
540
+ export declare function configMapSerializer(item: ConfigMap): any;
541
+ export declare function configMapDeserializer(item: any): ConfigMap;
542
+ export declare function imageRegistryCredentialArraySerializer(result: Array<ImageRegistryCredential>): any[];
543
+ export declare function imageRegistryCredentialArrayDeserializer(result: Array<ImageRegistryCredential>): any[];
544
+ /** Image registry credential. */
545
+ export interface ImageRegistryCredential {
546
+ /** The Docker image registry server without a protocol such as "http" and "https". */
547
+ server: string;
548
+ /** The username for the private registry. */
549
+ username?: string;
550
+ /** The password for the private registry. */
551
+ password?: string;
552
+ /** The reference for the private registry password. */
553
+ passwordReference?: string;
554
+ /** The identity for the private registry. */
555
+ identity?: string;
556
+ /** The identity URL for the private registry. */
557
+ identityUrl?: string;
558
+ }
559
+ export declare function imageRegistryCredentialSerializer(item: ImageRegistryCredential): any;
560
+ export declare function imageRegistryCredentialDeserializer(item: any): ImageRegistryCredential;
561
+ /**
562
+ * Restart policy for all containers within the container group.
563
+ * - `Always` Always restart
564
+ * - `OnFailure` Restart on failure
565
+ * - `Never` Never restart
566
+ */
567
+ export declare enum KnownContainerGroupRestartPolicy {
568
+ /** Always */
569
+ Always = "Always",
570
+ /** OnFailure */
571
+ OnFailure = "OnFailure",
572
+ /** Never */
573
+ Never = "Never"
574
+ }
575
+ /**
576
+ * Restart policy for all containers within the container group.
577
+ * - `Always` Always restart
578
+ * - `OnFailure` Restart on failure
579
+ * - `Never` Never restart \
580
+ * {@link KnownContainerGroupRestartPolicy} can be used interchangeably with ContainerGroupRestartPolicy,
581
+ * this enum contains the known values that the service supports.
582
+ * ### Known values supported by the service
583
+ * **Always**: Always \
584
+ * **OnFailure**: OnFailure \
585
+ * **Never**: Never
586
+ */
587
+ export type ContainerGroupRestartPolicy = string;
588
+ /** IP address for the container group. */
589
+ export interface IpAddress {
590
+ /** The list of ports exposed on the container group. */
591
+ ports: Port[];
592
+ /** Specifies if the IP is exposed to the public internet or private VNET. */
593
+ type: ContainerGroupIpAddressType;
594
+ /** The IP exposed to the public internet. */
595
+ ip?: string;
596
+ /** The Dns name label for the IP. */
597
+ dnsNameLabel?: string;
598
+ /** 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. */
599
+ autoGeneratedDomainNameLabelScope?: DnsNameLabelReusePolicy;
600
+ /** The FQDN for the IP. */
601
+ readonly fqdn?: string;
602
+ }
603
+ export declare function ipAddressSerializer(item: IpAddress): any;
604
+ export declare function ipAddressDeserializer(item: any): IpAddress;
605
+ export declare function portArraySerializer(result: Array<Port>): any[];
606
+ export declare function portArrayDeserializer(result: Array<Port>): any[];
607
+ /** The port exposed on the container group. */
608
+ export interface Port {
609
+ /** The protocol associated with the port. */
610
+ protocol?: ContainerGroupNetworkProtocol;
611
+ /** The port number. */
612
+ port: number;
613
+ }
614
+ export declare function portSerializer(item: Port): any;
615
+ export declare function portDeserializer(item: any): Port;
616
+ /** The protocol associated with the port. */
617
+ export declare enum KnownContainerGroupNetworkProtocol {
618
+ /** TCP */
619
+ TCP = "TCP",
620
+ /** UDP */
621
+ UDP = "UDP"
622
+ }
623
+ /**
624
+ * The protocol associated with the port. \
625
+ * {@link KnownContainerGroupNetworkProtocol} can be used interchangeably with ContainerGroupNetworkProtocol,
626
+ * this enum contains the known values that the service supports.
627
+ * ### Known values supported by the service
628
+ * **TCP**: TCP \
629
+ * **UDP**: UDP
630
+ */
631
+ export type ContainerGroupNetworkProtocol = string;
632
+ /** Specifies if the IP is exposed to the public internet or private VNET. */
633
+ export declare enum KnownContainerGroupIpAddressType {
634
+ /** Public */
635
+ Public = "Public",
636
+ /** Private */
637
+ Private = "Private"
638
+ }
639
+ /**
640
+ * Specifies if the IP is exposed to the public internet or private VNET. \
641
+ * {@link KnownContainerGroupIpAddressType} can be used interchangeably with ContainerGroupIpAddressType,
642
+ * this enum contains the known values that the service supports.
643
+ * ### Known values supported by the service
644
+ * **Public**: Public \
645
+ * **Private**: Private
646
+ */
647
+ export type ContainerGroupIpAddressType = string;
648
+ /** 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. */
649
+ export declare enum KnownDnsNameLabelReusePolicy {
650
+ /** Unsecure */
651
+ Unsecure = "Unsecure",
652
+ /** TenantReuse */
653
+ TenantReuse = "TenantReuse",
654
+ /** SubscriptionReuse */
655
+ SubscriptionReuse = "SubscriptionReuse",
656
+ /** ResourceGroupReuse */
657
+ ResourceGroupReuse = "ResourceGroupReuse",
658
+ /** Noreuse */
659
+ Noreuse = "Noreuse"
660
+ }
661
+ /**
662
+ * 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. \
663
+ * {@link KnownDnsNameLabelReusePolicy} can be used interchangeably with DnsNameLabelReusePolicy,
664
+ * this enum contains the known values that the service supports.
665
+ * ### Known values supported by the service
666
+ * **Unsecure**: Unsecure \
667
+ * **TenantReuse**: TenantReuse \
668
+ * **SubscriptionReuse**: SubscriptionReuse \
669
+ * **ResourceGroupReuse**: ResourceGroupReuse \
670
+ * **Noreuse**: Noreuse
671
+ */
672
+ export type DnsNameLabelReusePolicy = string;
673
+ /** The operating system type required by the containers in the container group. */
674
+ export declare enum KnownOperatingSystemTypes {
675
+ /** Windows */
676
+ Windows = "Windows",
677
+ /** Linux */
678
+ Linux = "Linux"
679
+ }
680
+ /**
681
+ * The operating system type required by the containers in the container group. \
682
+ * {@link KnownOperatingSystemTypes} can be used interchangeably with OperatingSystemTypes,
683
+ * this enum contains the known values that the service supports.
684
+ * ### Known values supported by the service
685
+ * **Windows**: Windows \
686
+ * **Linux**: Linux
687
+ */
688
+ export type OperatingSystemTypes = string;
689
+ export declare function volumeArraySerializer(result: Array<Volume>): any[];
690
+ export declare function volumeArrayDeserializer(result: Array<Volume>): any[];
691
+ /** The properties of the volume. */
692
+ export interface Volume {
693
+ /** The name of the volume. */
694
+ name: string;
695
+ /** The Azure File volume. */
696
+ azureFile?: AzureFileVolume;
697
+ /** The empty directory volume. */
698
+ emptyDir?: any;
699
+ /** The secret volume. */
700
+ secret?: Record<string, string>;
701
+ /** The secret reference volume. */
702
+ secretReference?: Record<string, string>;
703
+ /** The git repo volume. */
704
+ gitRepo?: GitRepoVolume;
705
+ }
706
+ export declare function volumeSerializer(item: Volume): any;
707
+ export declare function volumeDeserializer(item: any): Volume;
708
+ /** The properties of the Azure File volume. Azure File shares are mounted as volumes. */
709
+ export interface AzureFileVolume {
710
+ /** The name of the Azure File share to be mounted as a volume. */
711
+ shareName: string;
712
+ /** The flag indicating whether the Azure File shared mounted as a volume is read-only. */
713
+ readOnly?: boolean;
714
+ /** The name of the storage account that contains the Azure File share. */
715
+ storageAccountName: string;
716
+ /** The storage account access key used to access the Azure File share. */
717
+ storageAccountKey?: string;
718
+ /** The reference to the storage account access key used to access the Azure File share. */
719
+ storageAccountKeyReference?: string;
720
+ }
721
+ export declare function azureFileVolumeSerializer(item: AzureFileVolume): any;
722
+ export declare function azureFileVolumeDeserializer(item: any): AzureFileVolume;
723
+ /** Represents a volume that is populated with the contents of a git repository */
724
+ export interface GitRepoVolume {
725
+ /** 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. */
726
+ directory?: string;
727
+ /** Repository URL */
728
+ repository: string;
729
+ /** Commit hash for the specified revision. */
730
+ revision?: string;
731
+ }
732
+ export declare function gitRepoVolumeSerializer(item: GitRepoVolume): any;
733
+ export declare function gitRepoVolumeDeserializer(item: any): GitRepoVolume;
734
+ /** The instance view of the container group. Only valid in response. */
735
+ export interface ContainerGroupPropertiesInstanceView {
736
+ /** The events of this container group. */
737
+ readonly events?: Event[];
738
+ /** The state of the container group. Only valid in response. */
739
+ readonly state?: string;
740
+ }
741
+ export declare function containerGroupPropertiesInstanceViewDeserializer(item: any): ContainerGroupPropertiesInstanceView;
742
+ /** Container group diagnostic information. */
743
+ export interface ContainerGroupDiagnostics {
744
+ /** Container group log analytics information. */
745
+ logAnalytics?: LogAnalytics;
746
+ }
747
+ export declare function containerGroupDiagnosticsSerializer(item: ContainerGroupDiagnostics): any;
748
+ export declare function containerGroupDiagnosticsDeserializer(item: any): ContainerGroupDiagnostics;
749
+ /** Container group log analytics information. */
750
+ export interface LogAnalytics {
751
+ /** The workspace id for log analytics */
752
+ workspaceId: string;
753
+ /** The workspace key for log analytics */
754
+ workspaceKey: string;
755
+ /** The log type to be used. */
756
+ logType?: LogAnalyticsLogType;
757
+ /** Metadata for log analytics. */
758
+ metadata?: Record<string, string>;
759
+ /** The workspace resource id for log analytics */
760
+ workspaceResourceId?: string;
761
+ }
762
+ export declare function logAnalyticsSerializer(item: LogAnalytics): any;
763
+ export declare function logAnalyticsDeserializer(item: any): LogAnalytics;
764
+ /** The log type to be used. */
765
+ export declare enum KnownLogAnalyticsLogType {
766
+ /** ContainerInsights */
767
+ ContainerInsights = "ContainerInsights",
768
+ /** ContainerInstanceLogs */
769
+ ContainerInstanceLogs = "ContainerInstanceLogs"
770
+ }
771
+ /**
772
+ * The log type to be used. \
773
+ * {@link KnownLogAnalyticsLogType} can be used interchangeably with LogAnalyticsLogType,
774
+ * this enum contains the known values that the service supports.
775
+ * ### Known values supported by the service
776
+ * **ContainerInsights**: ContainerInsights \
777
+ * **ContainerInstanceLogs**: ContainerInstanceLogs
778
+ */
779
+ export type LogAnalyticsLogType = string;
780
+ export declare function containerGroupSubnetIdArraySerializer(result: Array<ContainerGroupSubnetId>): any[];
781
+ export declare function containerGroupSubnetIdArrayDeserializer(result: Array<ContainerGroupSubnetId>): any[];
782
+ /** Container group subnet information. */
783
+ export interface ContainerGroupSubnetId {
784
+ /** Resource ID of virtual network and subnet. */
785
+ id: string;
786
+ /** Friendly name for the subnet. */
787
+ name?: string;
788
+ }
789
+ export declare function containerGroupSubnetIdSerializer(item: ContainerGroupSubnetId): any;
790
+ export declare function containerGroupSubnetIdDeserializer(item: any): ContainerGroupSubnetId;
791
+ /** DNS configuration for the container group. */
792
+ export interface DnsConfiguration {
793
+ /** The DNS servers for the container group. */
794
+ nameServers: string[];
795
+ /** The DNS search domains for hostname lookup in the container group. */
796
+ searchDomains?: string;
797
+ /** The DNS options for the container group. */
798
+ options?: string;
799
+ }
800
+ export declare function dnsConfigurationSerializer(item: DnsConfiguration): any;
801
+ export declare function dnsConfigurationDeserializer(item: any): DnsConfiguration;
802
+ /** The container group SKU. */
803
+ export declare enum KnownContainerGroupSku {
804
+ /** NotSpecified */
805
+ NotSpecified = "NotSpecified",
806
+ /** Standard */
807
+ Standard = "Standard",
808
+ /** Dedicated */
809
+ Dedicated = "Dedicated",
810
+ /** Confidential */
811
+ Confidential = "Confidential"
812
+ }
813
+ /**
814
+ * The container group SKU. \
815
+ * {@link KnownContainerGroupSku} can be used interchangeably with ContainerGroupSku,
816
+ * this enum contains the known values that the service supports.
817
+ * ### Known values supported by the service
818
+ * **NotSpecified**: NotSpecified \
819
+ * **Standard**: Standard \
820
+ * **Dedicated**: Dedicated \
821
+ * **Confidential**: Confidential
822
+ */
823
+ export type ContainerGroupSku = string;
824
+ /** The container group encryption properties. */
825
+ export interface EncryptionProperties {
826
+ /** The keyvault base url. */
827
+ vaultBaseUrl: string;
828
+ /** The encryption key name. */
829
+ keyName: string;
830
+ /** The encryption key version. */
831
+ keyVersion: string;
832
+ /** The keyvault managed identity. */
833
+ identity?: string;
834
+ }
835
+ export declare function encryptionPropertiesSerializer(item: EncryptionProperties): any;
836
+ export declare function encryptionPropertiesDeserializer(item: any): EncryptionProperties;
837
+ export declare function initContainerDefinitionArraySerializer(result: Array<InitContainerDefinition>): any[];
838
+ export declare function initContainerDefinitionArrayDeserializer(result: Array<InitContainerDefinition>): any[];
839
+ /** The init container definition. */
840
+ export interface InitContainerDefinition {
841
+ /** The name for the init container. */
842
+ name: string;
843
+ /** The image of the init container. */
844
+ image?: string;
845
+ /** The command to execute within the init container in exec form. */
846
+ command?: string[];
847
+ /** The environment variables to set in the init container. */
848
+ environmentVariables?: EnvironmentVariable[];
849
+ /** The instance view of the init container. Only valid in response. */
850
+ readonly instanceView?: InitContainerPropertiesDefinitionInstanceView;
851
+ /** The volume mounts available to the init container. */
852
+ volumeMounts?: VolumeMount[];
853
+ /** The container security properties. */
854
+ securityContext?: SecurityContextDefinition;
855
+ }
856
+ export declare function initContainerDefinitionSerializer(item: InitContainerDefinition): any;
857
+ export declare function initContainerDefinitionDeserializer(item: any): InitContainerDefinition;
858
+ /** The init container definition properties. */
859
+ export interface InitContainerPropertiesDefinition {
860
+ /** The image of the init container. */
861
+ image?: string;
862
+ /** The command to execute within the init container in exec form. */
863
+ command?: string[];
864
+ /** The environment variables to set in the init container. */
865
+ environmentVariables?: EnvironmentVariable[];
866
+ /** The instance view of the init container. Only valid in response. */
867
+ readonly instanceView?: InitContainerPropertiesDefinitionInstanceView;
868
+ /** The volume mounts available to the init container. */
869
+ volumeMounts?: VolumeMount[];
870
+ /** The container security properties. */
871
+ securityContext?: SecurityContextDefinition;
872
+ }
873
+ export declare function initContainerPropertiesDefinitionSerializer(item: InitContainerPropertiesDefinition): any;
874
+ export declare function initContainerPropertiesDefinitionDeserializer(item: any): InitContainerPropertiesDefinition;
875
+ /** The instance view of the init container. Only valid in response. */
876
+ export interface InitContainerPropertiesDefinitionInstanceView {
877
+ /** The number of times that the init container has been restarted. */
878
+ readonly restartCount?: number;
879
+ /** The current state of the init container. */
880
+ readonly currentState?: ContainerState;
881
+ /** The previous state of the init container. */
882
+ readonly previousState?: ContainerState;
883
+ /** The events of the init container. */
884
+ readonly events?: Event[];
885
+ }
886
+ export declare function initContainerPropertiesDefinitionInstanceViewDeserializer(item: any): InitContainerPropertiesDefinitionInstanceView;
887
+ export declare function deploymentExtensionSpecArraySerializer(result: Array<DeploymentExtensionSpec>): any[];
888
+ export declare function deploymentExtensionSpecArrayDeserializer(result: Array<DeploymentExtensionSpec>): any[];
889
+ /** Extension sidecars to be added to the deployment. */
890
+ export interface DeploymentExtensionSpec {
891
+ /** Name of the extension. */
892
+ name: string;
893
+ /** Type of extension to be added. */
894
+ extensionType?: string;
895
+ /** Version of the extension being used. */
896
+ version?: string;
897
+ /** Settings for the extension. */
898
+ settings?: any;
899
+ /** Protected settings for the extension. */
900
+ protectedSettings?: any;
901
+ }
902
+ export declare function deploymentExtensionSpecSerializer(item: DeploymentExtensionSpec): any;
903
+ export declare function deploymentExtensionSpecDeserializer(item: any): DeploymentExtensionSpec;
904
+ /** Extension specific properties */
905
+ export interface DeploymentExtensionSpecProperties {
906
+ /** Type of extension to be added. */
907
+ extensionType: string;
908
+ /** Version of the extension being used. */
909
+ version: string;
910
+ /** Settings for the extension. */
911
+ settings?: any;
912
+ /** Protected settings for the extension. */
913
+ protectedSettings?: any;
914
+ }
915
+ export declare function deploymentExtensionSpecPropertiesSerializer(item: DeploymentExtensionSpecProperties): any;
916
+ export declare function deploymentExtensionSpecPropertiesDeserializer(item: any): DeploymentExtensionSpecProperties;
917
+ /** The properties for confidential container group */
918
+ export interface ConfidentialComputeProperties {
919
+ /** The base64 encoded confidential compute enforcement policy */
920
+ ccePolicy?: string;
921
+ }
922
+ export declare function confidentialComputePropertiesSerializer(item: ConfidentialComputeProperties): any;
923
+ export declare function confidentialComputePropertiesDeserializer(item: any): ConfidentialComputeProperties;
924
+ /** The priority of the container group. */
925
+ export declare enum KnownContainerGroupPriority {
926
+ /** Regular */
927
+ Regular = "Regular",
928
+ /** Spot */
929
+ Spot = "Spot"
930
+ }
931
+ /**
932
+ * The priority of the container group. \
933
+ * {@link KnownContainerGroupPriority} can be used interchangeably with ContainerGroupPriority,
934
+ * this enum contains the known values that the service supports.
935
+ * ### Known values supported by the service
936
+ * **Regular**: Regular \
937
+ * **Spot**: Spot
938
+ */
939
+ export type ContainerGroupPriority = string;
940
+ /** The access control levels of the identities. */
941
+ export interface IdentityAcls {
942
+ /** The default access level. */
943
+ defaultAccess?: IdentityAccessLevel;
944
+ /** The access control levels for each identity. */
945
+ acls?: IdentityAccessControl[];
946
+ }
947
+ export declare function identityAclsSerializer(item: IdentityAcls): any;
948
+ export declare function identityAclsDeserializer(item: any): IdentityAcls;
949
+ /** The access level of an identity. */
950
+ export declare enum KnownIdentityAccessLevel {
951
+ /** All */
952
+ All = "All",
953
+ /** System */
954
+ System = "System",
955
+ /** User */
956
+ User = "User"
957
+ }
958
+ /**
959
+ * The access level of an identity. \
960
+ * {@link KnownIdentityAccessLevel} can be used interchangeably with IdentityAccessLevel,
961
+ * this enum contains the known values that the service supports.
962
+ * ### Known values supported by the service
963
+ * **All**: All \
964
+ * **System**: System \
965
+ * **User**: User
966
+ */
967
+ export type IdentityAccessLevel = string;
968
+ export declare function identityAccessControlArraySerializer(result: Array<IdentityAccessControl>): any[];
969
+ export declare function identityAccessControlArrayDeserializer(result: Array<IdentityAccessControl>): any[];
970
+ /** The access control for an identity */
971
+ export interface IdentityAccessControl {
972
+ /** The access level of the identity. */
973
+ access?: IdentityAccessLevel;
974
+ /** An identity. */
975
+ identity?: string;
976
+ }
977
+ export declare function identityAccessControlSerializer(item: IdentityAccessControl): any;
978
+ export declare function identityAccessControlDeserializer(item: any): IdentityAccessControl;
979
+ /** The container group profile reference. */
980
+ export interface ContainerGroupProfileReferenceDefinition {
981
+ /** 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}'. */
982
+ id?: string;
983
+ /** The container group profile reference revision. */
984
+ revision?: number;
985
+ }
986
+ export declare function containerGroupProfileReferenceDefinitionSerializer(item: ContainerGroupProfileReferenceDefinition): any;
987
+ export declare function containerGroupProfileReferenceDefinitionDeserializer(item: any): ContainerGroupProfileReferenceDefinition;
988
+ /** The standby pool profile reference. */
989
+ export interface StandbyPoolProfileDefinition {
990
+ /** 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}'. */
991
+ id?: string;
992
+ /** The flag to determine whether ACI should fail the create request if the container group can not be obtained from standby pool. */
993
+ failContainerGroupCreateOnReuseFailure?: boolean;
994
+ }
995
+ export declare function standbyPoolProfileDefinitionSerializer(item: StandbyPoolProfileDefinition): any;
996
+ export declare function standbyPoolProfileDefinitionDeserializer(item: any): StandbyPoolProfileDefinition;
997
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
998
+ export interface ProxyResource extends ArmResource {
999
+ }
1000
+ export declare function proxyResourceSerializer(_item: ProxyResource): any;
1001
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
1002
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
1003
+ export interface ArmResource {
1004
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
1005
+ readonly id?: string;
1006
+ /** The name of the resource */
1007
+ readonly name?: string;
1008
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
1009
+ readonly type?: string;
1010
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
1011
+ readonly systemData?: SystemData;
1012
+ }
1013
+ export declare function armResourceSerializer(_item: ArmResource): any;
1014
+ export declare function armResourceDeserializer(item: any): ArmResource;
1015
+ /** Metadata pertaining to creation and last modification of the resource. */
1016
+ export interface SystemData {
1017
+ /** The identity that created the resource. */
1018
+ createdBy?: string;
1019
+ /** The type of identity that created the resource. */
1020
+ createdByType?: CreatedByType;
1021
+ /** The timestamp of resource creation (UTC). */
1022
+ createdAt?: Date;
1023
+ /** The identity that last modified the resource. */
1024
+ lastModifiedBy?: string;
1025
+ /** The type of identity that last modified the resource. */
1026
+ lastModifiedByType?: CreatedByType;
1027
+ /** The timestamp of resource last modification (UTC) */
1028
+ lastModifiedAt?: Date;
1029
+ }
1030
+ export declare function systemDataDeserializer(item: any): SystemData;
1031
+ /** The kind of entity that created the resource. */
1032
+ export declare enum KnownCreatedByType {
1033
+ /** The entity was created by a user. */
1034
+ User = "User",
1035
+ /** The entity was created by an application. */
1036
+ Application = "Application",
1037
+ /** The entity was created by a managed identity. */
1038
+ ManagedIdentity = "ManagedIdentity",
1039
+ /** The entity was created by a key. */
1040
+ Key = "Key"
1041
+ }
1042
+ /**
1043
+ * The kind of entity that created the resource. \
1044
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1045
+ * this enum contains the known values that the service supports.
1046
+ * ### Known values supported by the service
1047
+ * **User**: The entity was created by a user. \
1048
+ * **Application**: The entity was created by an application. \
1049
+ * **ManagedIdentity**: The entity was created by a managed identity. \
1050
+ * **Key**: The entity was created by a key.
1051
+ */
1052
+ export type CreatedByType = string;
1053
+ /** The error detail. */
1054
+ export interface ErrorDetail {
1055
+ /** The error code. */
1056
+ readonly code?: string;
1057
+ /** The error message. */
1058
+ readonly message?: string;
1059
+ /** The error target. */
1060
+ readonly target?: string;
1061
+ /** The error details. */
1062
+ readonly details?: ErrorDetail[];
1063
+ /** The error additional info. */
1064
+ readonly additionalInfo?: ErrorAdditionalInfo[];
1065
+ }
1066
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
1067
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
1068
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
1069
+ /** The resource management error additional info. */
1070
+ export interface ErrorAdditionalInfo {
1071
+ /** The additional info type. */
1072
+ readonly type?: string;
1073
+ /** The additional info. */
1074
+ readonly info?: any;
1075
+ }
1076
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
1077
+ /** The Resource model definition. */
1078
+ export interface Resource {
1079
+ /** The resource id. */
1080
+ readonly id?: string;
1081
+ /** The resource name. */
1082
+ readonly name?: string;
1083
+ /** The resource type. */
1084
+ readonly type?: string;
1085
+ /** The resource location. */
1086
+ location?: string;
1087
+ /** The resource tags. */
1088
+ tags?: Record<string, string>;
1089
+ /** The zones for the container group. */
1090
+ zones?: string[];
1091
+ }
1092
+ export declare function resourceSerializer(item: Resource): any;
1093
+ /** The response of a container group list operation. */
1094
+ export interface _ContainerGroupListResult {
1095
+ /** The ListResultContainerGroup items on this page */
1096
+ value: ContainerGroup[];
1097
+ /** The link to the next page of items */
1098
+ nextLink?: string;
1099
+ }
1100
+ export declare function _containerGroupListResultDeserializer(item: any): _ContainerGroupListResult;
1101
+ export declare function containerGroupArraySerializer(result: Array<ContainerGroup>): any[];
1102
+ export declare function containerGroupArrayDeserializer(result: Array<ContainerGroup>): any[];
1103
+ /** Describes the NGroups resource. */
1104
+ export interface NGroup extends ProxyResource {
1105
+ /** Resource tags. */
1106
+ tags?: Record<string, string>;
1107
+ /** The geo-location where the resource lives */
1108
+ location?: string;
1109
+ /** The availability zones. */
1110
+ zones?: string[];
1111
+ /** The identity of the NGroup, if configured. */
1112
+ identity?: NGroupIdentity;
1113
+ /** The elastic profile. */
1114
+ elasticProfile?: ElasticProfile;
1115
+ /** 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. */
1116
+ placementProfile?: PlacementProfile;
1117
+ /** The Container Group Profiles that could be used in the NGroups resource. */
1118
+ containerGroupProfiles?: ContainerGroupProfileStub[];
1119
+ /** The provisioning state, which only appears in the response. */
1120
+ readonly provisioningState?: NGroupProvisioningState;
1121
+ /** Used by the customer to specify the way to update the Container Groups in NGroup. */
1122
+ updateProfile?: UpdateProfile;
1123
+ }
1124
+ export declare function nGroupSerializer(item: NGroup): any;
1125
+ export declare function nGroupDeserializer(item: any): NGroup;
1126
+ /** Describes the properties of the NGroups resource. */
1127
+ export interface NGroupProperties {
1128
+ /** The elastic profile. */
1129
+ elasticProfile?: ElasticProfile;
1130
+ /** 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. */
1131
+ placementProfile?: PlacementProfile;
1132
+ /** The Container Group Profiles that could be used in the NGroups resource. */
1133
+ containerGroupProfiles?: ContainerGroupProfileStub[];
1134
+ /** The provisioning state, which only appears in the response. */
1135
+ readonly provisioningState?: NGroupProvisioningState;
1136
+ /** Used by the customer to specify the way to update the Container Groups in NGroup. */
1137
+ updateProfile?: UpdateProfile;
1138
+ }
1139
+ export declare function nGroupPropertiesSerializer(item: NGroupProperties): any;
1140
+ export declare function nGroupPropertiesDeserializer(item: any): NGroupProperties;
1141
+ /** Describes the elastic profile of the NGroup */
1142
+ export interface ElasticProfile {
1143
+ desiredCount?: number;
1144
+ /** 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. */
1145
+ maintainDesiredCount?: boolean;
1146
+ /** 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. */
1147
+ containerGroupNamingPolicy?: ElasticProfileContainerGroupNamingPolicy;
1148
+ }
1149
+ export declare function elasticProfileSerializer(item: ElasticProfile): any;
1150
+ export declare function elasticProfileDeserializer(item: any): ElasticProfile;
1151
+ /** 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. */
1152
+ export interface ElasticProfileContainerGroupNamingPolicy {
1153
+ guidNamingPolicy?: ElasticProfileContainerGroupNamingPolicyGuidNamingPolicy;
1154
+ }
1155
+ export declare function elasticProfileContainerGroupNamingPolicySerializer(item: ElasticProfileContainerGroupNamingPolicy): any;
1156
+ export declare function elasticProfileContainerGroupNamingPolicyDeserializer(item: any): ElasticProfileContainerGroupNamingPolicy;
1157
+ /** model interface ElasticProfileContainerGroupNamingPolicyGuidNamingPolicy */
1158
+ export interface ElasticProfileContainerGroupNamingPolicyGuidNamingPolicy {
1159
+ /** 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. */
1160
+ prefix?: string;
1161
+ }
1162
+ export declare function elasticProfileContainerGroupNamingPolicyGuidNamingPolicySerializer(item: ElasticProfileContainerGroupNamingPolicyGuidNamingPolicy): any;
1163
+ export declare function elasticProfileContainerGroupNamingPolicyGuidNamingPolicyDeserializer(item: any): ElasticProfileContainerGroupNamingPolicyGuidNamingPolicy;
1164
+ /** 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. */
1165
+ export interface PlacementProfile {
1166
+ /** 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. */
1167
+ faultDomainCount?: number;
1168
+ }
1169
+ export declare function placementProfileSerializer(item: PlacementProfile): any;
1170
+ export declare function placementProfileDeserializer(item: any): PlacementProfile;
1171
+ export declare function containerGroupProfileStubArraySerializer(result: Array<ContainerGroupProfileStub>): any[];
1172
+ export declare function containerGroupProfileStubArrayDeserializer(result: Array<ContainerGroupProfileStub>): any[];
1173
+ /** The object that contains a reference to a Container Group Profile and it's other related properties. */
1174
+ export interface ContainerGroupProfileStub {
1175
+ /** A reference to the container group profile ARM resource hosted in ACI RP. */
1176
+ resource?: ApiEntityReference;
1177
+ /** 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. */
1178
+ revision?: number;
1179
+ /** A network profile for network settings of a ContainerGroupProfile. */
1180
+ networkProfile?: NetworkProfile;
1181
+ /** Storage profile for storage related settings of a container group profile. */
1182
+ storageProfile?: StorageProfile;
1183
+ /** Container Group properties which can be set while creating or updating the NGroups. */
1184
+ containerGroupProperties?: NGroupContainerGroupProperties;
1185
+ }
1186
+ export declare function containerGroupProfileStubSerializer(item: ContainerGroupProfileStub): any;
1187
+ export declare function containerGroupProfileStubDeserializer(item: any): ContainerGroupProfileStub;
1188
+ /** The API entity reference. */
1189
+ export interface ApiEntityReference {
1190
+ /** The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... */
1191
+ id?: string;
1192
+ }
1193
+ export declare function apiEntityReferenceSerializer(item: ApiEntityReference): any;
1194
+ export declare function apiEntityReferenceDeserializer(item: any): ApiEntityReference;
1195
+ /** 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. */
1196
+ export interface NetworkProfile {
1197
+ /** LoadBalancer the CG profile will use to interact with CGs in a backend pool */
1198
+ loadBalancer?: LoadBalancer;
1199
+ /** Application Gateway the CG profile will use to interact with CGs in a backend pool */
1200
+ applicationGateway?: ApplicationGateway;
1201
+ }
1202
+ export declare function networkProfileSerializer(item: NetworkProfile): any;
1203
+ export declare function networkProfileDeserializer(item: any): NetworkProfile;
1204
+ /** LoadBalancer the CG profile will use to interact with CGs in a backend pool */
1205
+ export interface LoadBalancer {
1206
+ /** List of Load Balancer Backend Address Pools. */
1207
+ backendAddressPools?: LoadBalancerBackendAddressPool[];
1208
+ }
1209
+ export declare function loadBalancerSerializer(item: LoadBalancer): any;
1210
+ export declare function loadBalancerDeserializer(item: any): LoadBalancer;
1211
+ export declare function loadBalancerBackendAddressPoolArraySerializer(result: Array<LoadBalancerBackendAddressPool>): any[];
1212
+ export declare function loadBalancerBackendAddressPoolArrayDeserializer(result: Array<LoadBalancerBackendAddressPool>): any[];
1213
+ /** NGroups load balancer backend address pool */
1214
+ export interface LoadBalancerBackendAddressPool {
1215
+ /** The Load Balancer backend address pool ARM resource Id. */
1216
+ resource?: string;
1217
+ }
1218
+ export declare function loadBalancerBackendAddressPoolSerializer(item: LoadBalancerBackendAddressPool): any;
1219
+ export declare function loadBalancerBackendAddressPoolDeserializer(item: any): LoadBalancerBackendAddressPool;
1220
+ /** Application Gateway the CG profile will use to interact with CGs in a backend pool */
1221
+ export interface ApplicationGateway {
1222
+ /** The Application Gateway ARM resource Id. */
1223
+ resource?: string;
1224
+ /** List of Application Gateway Backend Address Pools. */
1225
+ backendAddressPools?: ApplicationGatewayBackendAddressPool[];
1226
+ }
1227
+ export declare function applicationGatewaySerializer(item: ApplicationGateway): any;
1228
+ export declare function applicationGatewayDeserializer(item: any): ApplicationGateway;
1229
+ export declare function applicationGatewayBackendAddressPoolArraySerializer(result: Array<ApplicationGatewayBackendAddressPool>): any[];
1230
+ export declare function applicationGatewayBackendAddressPoolArrayDeserializer(result: Array<ApplicationGatewayBackendAddressPool>): any[];
1231
+ /** NGroups application gateway backend address pool */
1232
+ export interface ApplicationGatewayBackendAddressPool {
1233
+ /** The application gateway backend address pool ARM resource Id. */
1234
+ resource?: string;
1235
+ }
1236
+ export declare function applicationGatewayBackendAddressPoolSerializer(item: ApplicationGatewayBackendAddressPool): any;
1237
+ export declare function applicationGatewayBackendAddressPoolDeserializer(item: any): ApplicationGatewayBackendAddressPool;
1238
+ /** Storage profile for storage related settings of a container group profile. */
1239
+ export interface StorageProfile {
1240
+ fileShares?: FileShare[];
1241
+ }
1242
+ export declare function storageProfileSerializer(item: StorageProfile): any;
1243
+ export declare function storageProfileDeserializer(item: any): StorageProfile;
1244
+ export declare function fileShareArraySerializer(result: Array<FileShare>): any[];
1245
+ export declare function fileShareArrayDeserializer(result: Array<FileShare>): any[];
1246
+ /** File shares that can be mounted on container groups. */
1247
+ export interface FileShare {
1248
+ name?: string;
1249
+ resourceGroupName?: string;
1250
+ storageAccountName?: string;
1251
+ properties?: FileShareProperties;
1252
+ }
1253
+ export declare function fileShareSerializer(item: FileShare): any;
1254
+ export declare function fileShareDeserializer(item: any): FileShare;
1255
+ /** model interface FileShareProperties */
1256
+ export interface FileShareProperties {
1257
+ /** 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. */
1258
+ shareAccessType?: AzureFileShareAccessType;
1259
+ /** 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 */
1260
+ shareAccessTier?: AzureFileShareAccessTier;
1261
+ }
1262
+ export declare function fileSharePropertiesSerializer(item: FileShareProperties): any;
1263
+ export declare function fileSharePropertiesDeserializer(item: any): FileShareProperties;
1264
+ /** 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. */
1265
+ export type AzureFileShareAccessType = "Shared" | "Exclusive";
1266
+ /** 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 */
1267
+ export type AzureFileShareAccessTier = "Cool" | "Hot" | "Premium" | "TransactionOptimized";
1268
+ /** Container Group properties which can be set while creating or updating the NGroups. */
1269
+ export interface NGroupContainerGroupProperties {
1270
+ /** Contains information about Virtual Network Subnet ARM Resource */
1271
+ subnetIds?: ContainerGroupSubnetId[];
1272
+ /** Contains information about the volumes that can be mounted by Containers in the Container Groups. */
1273
+ volumes?: NGroupCGPropertyVolume[];
1274
+ /** Contains information about Container which can be set while creating or updating the NGroups. */
1275
+ containers?: NGroupCGPropertyContainer[];
1276
+ }
1277
+ export declare function nGroupContainerGroupPropertiesSerializer(item: NGroupContainerGroupProperties): any;
1278
+ export declare function nGroupContainerGroupPropertiesDeserializer(item: any): NGroupContainerGroupProperties;
1279
+ export declare function nGroupCGPropertyVolumeArraySerializer(result: Array<NGroupCGPropertyVolume>): any[];
1280
+ export declare function nGroupCGPropertyVolumeArrayDeserializer(result: Array<NGroupCGPropertyVolume>): any[];
1281
+ /** Contains information about the volumes that can be mounted by Containers in the Container Groups. */
1282
+ export interface NGroupCGPropertyVolume {
1283
+ /** The name of the volume. */
1284
+ name: string;
1285
+ /** The Azure File volume. */
1286
+ azureFile?: AzureFileVolume;
1287
+ }
1288
+ export declare function nGroupCGPropertyVolumeSerializer(item: NGroupCGPropertyVolume): any;
1289
+ export declare function nGroupCGPropertyVolumeDeserializer(item: any): NGroupCGPropertyVolume;
1290
+ export declare function nGroupCGPropertyContainerArraySerializer(result: Array<NGroupCGPropertyContainer>): any[];
1291
+ export declare function nGroupCGPropertyContainerArrayDeserializer(result: Array<NGroupCGPropertyContainer>): any[];
1292
+ /** Container properties that can be provided with NGroups object. */
1293
+ export interface NGroupCGPropertyContainer {
1294
+ /** container name */
1295
+ name?: string;
1296
+ /** container properties */
1297
+ properties?: NGroupCGPropertyContainerProperties;
1298
+ }
1299
+ export declare function nGroupCGPropertyContainerSerializer(item: NGroupCGPropertyContainer): any;
1300
+ export declare function nGroupCGPropertyContainerDeserializer(item: any): NGroupCGPropertyContainer;
1301
+ /** container properties */
1302
+ export interface NGroupCGPropertyContainerProperties {
1303
+ volumeMounts?: VolumeMount[];
1304
+ }
1305
+ export declare function nGroupCGPropertyContainerPropertiesSerializer(item: NGroupCGPropertyContainerProperties): any;
1306
+ export declare function nGroupCGPropertyContainerPropertiesDeserializer(item: any): NGroupCGPropertyContainerProperties;
1307
+ /** The provisioning state, which only appears in the response. */
1308
+ export declare enum KnownNGroupProvisioningState {
1309
+ /** Creating */
1310
+ Creating = "Creating",
1311
+ /** Updating */
1312
+ Updating = "Updating",
1313
+ /** Failed */
1314
+ Failed = "Failed",
1315
+ /** Succeeded */
1316
+ Succeeded = "Succeeded",
1317
+ /** Canceled */
1318
+ Canceled = "Canceled",
1319
+ /** Deleting */
1320
+ Deleting = "Deleting",
1321
+ /** Migrating */
1322
+ Migrating = "Migrating"
1323
+ }
1324
+ /**
1325
+ * The provisioning state, which only appears in the response. \
1326
+ * {@link KnownNGroupProvisioningState} can be used interchangeably with NGroupProvisioningState,
1327
+ * this enum contains the known values that the service supports.
1328
+ * ### Known values supported by the service
1329
+ * **Creating**: Creating \
1330
+ * **Updating**: Updating \
1331
+ * **Failed**: Failed \
1332
+ * **Succeeded**: Succeeded \
1333
+ * **Canceled**: Canceled \
1334
+ * **Deleting**: Deleting \
1335
+ * **Migrating**: Migrating
1336
+ */
1337
+ export type NGroupProvisioningState = string;
1338
+ /** Used by the customer to specify the way to update the Container Groups in NGroup. */
1339
+ export interface UpdateProfile {
1340
+ updateMode?: NGroupUpdateMode;
1341
+ /** This profile allows the customers to customize the rolling update. */
1342
+ rollingUpdateProfile?: UpdateProfileRollingUpdateProfile;
1343
+ }
1344
+ export declare function updateProfileSerializer(item: UpdateProfile): any;
1345
+ export declare function updateProfileDeserializer(item: any): UpdateProfile;
1346
+ /** Known values of {@link NGroupUpdateMode} that the service accepts. */
1347
+ export declare enum KnownNGroupUpdateMode {
1348
+ /** Manual */
1349
+ Manual = "Manual",
1350
+ /** Rolling */
1351
+ Rolling = "Rolling"
1352
+ }
1353
+ /** Type of NGroupUpdateMode */
1354
+ export type NGroupUpdateMode = string;
1355
+ /** This profile allows the customers to customize the rolling update. */
1356
+ export interface UpdateProfileRollingUpdateProfile {
1357
+ /** Maximum percentage of total Container Groups which can be updated simultaneously by rolling update in one batch. */
1358
+ maxBatchPercent?: number;
1359
+ /** Maximum percentage of the updated Container Groups which can be in unhealthy state after each batch is updated. */
1360
+ maxUnhealthyPercent?: number;
1361
+ /** 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. */
1362
+ pauseTimeBetweenBatches?: string;
1363
+ /** Default is false. If set to true, the CGs will be updated in-place instead of creating new CG and deleting old ones. */
1364
+ inPlaceUpdate?: boolean;
1365
+ }
1366
+ export declare function updateProfileRollingUpdateProfileSerializer(item: UpdateProfileRollingUpdateProfile): any;
1367
+ export declare function updateProfileRollingUpdateProfileDeserializer(item: any): UpdateProfileRollingUpdateProfile;
1368
+ /** Identity for the NGroup. */
1369
+ export interface NGroupIdentity {
1370
+ /** The principal id of the NGroup identity. This property will only be provided for a system assigned identity. */
1371
+ readonly principalId?: string;
1372
+ /** The tenant id associated with the NGroup. This property will only be provided for a system assigned identity. */
1373
+ readonly tenantId?: string;
1374
+ /** 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. */
1375
+ type?: ResourceIdentityType;
1376
+ /** The list of user identities associated with the NGroup. */
1377
+ userAssignedIdentities?: Record<string, UserAssignedIdentities>;
1378
+ }
1379
+ export declare function nGroupIdentitySerializer(item: NGroupIdentity): any;
1380
+ export declare function nGroupIdentityDeserializer(item: any): NGroupIdentity;
1381
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
1382
+ export interface ErrorResponse {
1383
+ /** The error object. */
1384
+ error?: ErrorDetail;
1385
+ }
1386
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
1387
+ /** Describes the NGroups resource. */
1388
+ export interface NGroupPatch {
1389
+ /** Metadata pertaining to creation and last modification of the resource. */
1390
+ readonly systemData?: SystemData;
1391
+ /** The identity of the NGroup, if configured. */
1392
+ identity?: NGroupIdentity;
1393
+ /** The resource tags. */
1394
+ tags?: Record<string, string>;
1395
+ /** The zones for the NGroup. */
1396
+ zones?: string[];
1397
+ /** The elastic profile. */
1398
+ elasticProfile?: ElasticProfile;
1399
+ /** 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. */
1400
+ placementProfile?: PlacementProfile;
1401
+ /** The Container Group Profiles that could be used in the NGroups resource. */
1402
+ containerGroupProfiles?: ContainerGroupProfileStub[];
1403
+ /** The provisioning state, which only appears in the response. */
1404
+ readonly provisioningState?: NGroupProvisioningState;
1405
+ /** Used by the customer to specify the way to update the Container Groups in NGroup. */
1406
+ updateProfile?: UpdateProfile;
1407
+ }
1408
+ export declare function nGroupPatchSerializer(item: NGroupPatch): any;
1409
+ /** The response of a NGroups list operation. */
1410
+ export interface _NGroupsListResult {
1411
+ /** The NGroup items on this page */
1412
+ value: NGroup[];
1413
+ /** The link to the next page of items */
1414
+ nextLink?: string;
1415
+ }
1416
+ export declare function _nGroupsListResultDeserializer(item: any): _NGroupsListResult;
1417
+ export declare function nGroupArraySerializer(result: Array<NGroup>): any[];
1418
+ export declare function nGroupArrayDeserializer(result: Array<NGroup>): any[];
1419
+ /** A container group profile object */
1420
+ export interface ContainerGroupProfile extends ProxyResource {
1421
+ /** Resource tags. */
1422
+ tags?: Record<string, string>;
1423
+ /** The geo-location where the resource lives */
1424
+ location?: string;
1425
+ /** The availability zones. */
1426
+ zones?: string[];
1427
+ /** The SKU for a container group. */
1428
+ sku?: ContainerGroupSku;
1429
+ /** The encryption properties for a container group. */
1430
+ encryptionProperties?: EncryptionProperties;
1431
+ /** The containers within the container group. */
1432
+ containers?: Container[];
1433
+ /** The init containers for a container group. */
1434
+ initContainers?: InitContainerDefinition[];
1435
+ /** extensions used by virtual kubelet */
1436
+ extensions?: DeploymentExtensionSpec[];
1437
+ /** The image registry credentials by which the container group is created from. */
1438
+ imageRegistryCredentials?: ImageRegistryCredential[];
1439
+ /**
1440
+ * Restart policy for all containers within the container group.
1441
+ * - `Always` Always restart
1442
+ * - `OnFailure` Restart on failure
1443
+ * - `Never` Never restart
1444
+ */
1445
+ restartPolicy?: ContainerGroupRestartPolicy;
1446
+ /** Shutdown grace period for containers in a container group. */
1447
+ shutdownGracePeriod?: Date;
1448
+ /** The IP address type of the container group. */
1449
+ ipAddress?: IpAddress;
1450
+ /** Post completion time to live for containers of a CG */
1451
+ timeToLive?: Date;
1452
+ /** The operating system type required by the containers in the container group. */
1453
+ osType?: OperatingSystemTypes;
1454
+ /** The list of volumes that can be mounted by containers in this container group. */
1455
+ volumes?: Volume[];
1456
+ /** The diagnostic information for a container group. */
1457
+ diagnostics?: ContainerGroupDiagnostics;
1458
+ /** The priority of the container group. */
1459
+ priority?: ContainerGroupPriority;
1460
+ /** The properties for confidential container group */
1461
+ confidentialComputeProperties?: ConfidentialComputeProperties;
1462
+ /** The container security properties. */
1463
+ securityContext?: SecurityContextDefinition;
1464
+ /** Container group profile current revision number */
1465
+ readonly revision?: number;
1466
+ /** Registered revisions are calculated at request time based off the records in the table logs. */
1467
+ readonly registeredRevisions?: number[];
1468
+ /** Gets or sets Krypton use property. */
1469
+ useKrypton?: boolean;
1470
+ }
1471
+ export declare function containerGroupProfileSerializer(item: ContainerGroupProfile): any;
1472
+ export declare function containerGroupProfileDeserializer(item: any): ContainerGroupProfile;
1473
+ /** The container group profile properties */
1474
+ export interface ContainerGroupProfileProperties {
1475
+ /** The SKU for a container group. */
1476
+ sku?: ContainerGroupSku;
1477
+ /** The encryption properties for a container group. */
1478
+ encryptionProperties?: EncryptionProperties;
1479
+ /** The containers within the container group. */
1480
+ containers: Container[];
1481
+ /** The init containers for a container group. */
1482
+ initContainers?: InitContainerDefinition[];
1483
+ /** extensions used by virtual kubelet */
1484
+ extensions?: DeploymentExtensionSpec[];
1485
+ /** The image registry credentials by which the container group is created from. */
1486
+ imageRegistryCredentials?: ImageRegistryCredential[];
1487
+ /**
1488
+ * Restart policy for all containers within the container group.
1489
+ * - `Always` Always restart
1490
+ * - `OnFailure` Restart on failure
1491
+ * - `Never` Never restart
1492
+ */
1493
+ restartPolicy?: ContainerGroupRestartPolicy;
1494
+ /** Shutdown grace period for containers in a container group. */
1495
+ shutdownGracePeriod?: Date;
1496
+ /** The IP address type of the container group. */
1497
+ ipAddress?: IpAddress;
1498
+ /** Post completion time to live for containers of a CG */
1499
+ timeToLive?: Date;
1500
+ /** The operating system type required by the containers in the container group. */
1501
+ osType: OperatingSystemTypes;
1502
+ /** The list of volumes that can be mounted by containers in this container group. */
1503
+ volumes?: Volume[];
1504
+ /** The diagnostic information for a container group. */
1505
+ diagnostics?: ContainerGroupDiagnostics;
1506
+ /** The priority of the container group. */
1507
+ priority?: ContainerGroupPriority;
1508
+ /** The properties for confidential container group */
1509
+ confidentialComputeProperties?: ConfidentialComputeProperties;
1510
+ /** The container security properties. */
1511
+ securityContext?: SecurityContextDefinition;
1512
+ /** Container group profile current revision number */
1513
+ readonly revision?: number;
1514
+ /** Registered revisions are calculated at request time based off the records in the table logs. */
1515
+ readonly registeredRevisions?: number[];
1516
+ /** Gets or sets Krypton use property. */
1517
+ useKrypton?: boolean;
1518
+ }
1519
+ export declare function containerGroupProfilePropertiesSerializer(item: ContainerGroupProfileProperties): any;
1520
+ export declare function containerGroupProfilePropertiesDeserializer(item: any): ContainerGroupProfileProperties;
1521
+ /** The response of a ContainerGroupProfile list operation. */
1522
+ export interface _ContainerGroupProfileListResult {
1523
+ /** The ContainerGroupProfile items on this page */
1524
+ value: ContainerGroupProfile[];
1525
+ /** The link to the next page of items */
1526
+ nextLink?: string;
1527
+ }
1528
+ export declare function _containerGroupProfileListResultDeserializer(item: any): _ContainerGroupProfileListResult;
1529
+ export declare function containerGroupProfileArraySerializer(result: Array<ContainerGroupProfile>): any[];
1530
+ export declare function containerGroupProfileArrayDeserializer(result: Array<ContainerGroupProfile>): any[];
1531
+ /** Properties of container group profile that need to be patched */
1532
+ export interface ContainerGroupProfilePatch {
1533
+ /** Resource tags. */
1534
+ tags?: Record<string, string>;
1535
+ }
1536
+ export declare function containerGroupProfilePatchSerializer(item: ContainerGroupProfilePatch): any;
1537
+ /** The response of a SandboxGroup list operation. */
1538
+ export interface _SandboxGroupListResult {
1539
+ /** The SandboxGroup items on this page */
1540
+ value: SandboxGroup[];
1541
+ /** The link to the next page of items */
1542
+ nextLink?: string;
1543
+ }
1544
+ export declare function _sandboxGroupListResultDeserializer(item: any): _SandboxGroupListResult;
1545
+ export declare function sandboxGroupArraySerializer(result: Array<SandboxGroup>): any[];
1546
+ export declare function sandboxGroupArrayDeserializer(result: Array<SandboxGroup>): any[];
1547
+ /** A SandboxGroup tracked resource. */
1548
+ export interface SandboxGroup extends TrackedResource {
1549
+ /** The resource-specific properties for this resource. */
1550
+ properties?: SandboxGroupProperties;
1551
+ /** The managed service identities assigned to this resource. */
1552
+ identity?: ManagedServiceIdentity;
1553
+ }
1554
+ export declare function sandboxGroupSerializer(item: SandboxGroup): any;
1555
+ export declare function sandboxGroupDeserializer(item: any): SandboxGroup;
1556
+ /** Properties of a SandboxGroup. */
1557
+ export interface SandboxGroupProperties {
1558
+ /** The status of the last operation. */
1559
+ readonly provisioningState?: SandboxGroupProvisioningState;
1560
+ /** The network profile of the SandboxGroup. */
1561
+ networkProfile?: SandboxGroupNetworkProfile;
1562
+ /** The ARM resource ID of the management resource group associated with this SandboxGroup. */
1563
+ readonly managementResourceGroupId?: string;
1564
+ }
1565
+ export declare function sandboxGroupPropertiesSerializer(item: SandboxGroupProperties): any;
1566
+ export declare function sandboxGroupPropertiesDeserializer(item: any): SandboxGroupProperties;
1567
+ /** The provisioning state of a SandboxGroup resource. */
1568
+ export declare enum KnownSandboxGroupProvisioningState {
1569
+ /** Resource has been created. */
1570
+ Succeeded = "Succeeded",
1571
+ /** Resource creation failed. */
1572
+ Failed = "Failed",
1573
+ /** Resource creation was canceled. */
1574
+ Canceled = "Canceled",
1575
+ /** The resource is being updated. */
1576
+ Updating = "Updating",
1577
+ /** The resource is being deleted. */
1578
+ Deleting = "Deleting",
1579
+ /** The resource provisioning request was accepted but not yet started. */
1580
+ Accepted = "Accepted"
1581
+ }
1582
+ /**
1583
+ * The provisioning state of a SandboxGroup resource. \
1584
+ * {@link KnownSandboxGroupProvisioningState} can be used interchangeably with SandboxGroupProvisioningState,
1585
+ * this enum contains the known values that the service supports.
1586
+ * ### Known values supported by the service
1587
+ * **Succeeded**: Resource has been created. \
1588
+ * **Failed**: Resource creation failed. \
1589
+ * **Canceled**: Resource creation was canceled. \
1590
+ * **Updating**: The resource is being updated. \
1591
+ * **Deleting**: The resource is being deleted. \
1592
+ * **Accepted**: The resource provisioning request was accepted but not yet started.
1593
+ */
1594
+ export type SandboxGroupProvisioningState = string;
1595
+ /** The network profile for a SandboxGroup. */
1596
+ export interface SandboxGroupNetworkProfile {
1597
+ /** The list of subnets associated with the SandboxGroup. */
1598
+ subnets?: SubnetReference[];
1599
+ }
1600
+ export declare function sandboxGroupNetworkProfileSerializer(item: SandboxGroupNetworkProfile): any;
1601
+ export declare function sandboxGroupNetworkProfileDeserializer(item: any): SandboxGroupNetworkProfile;
1602
+ export declare function subnetReferenceArraySerializer(result: Array<SubnetReference>): any[];
1603
+ export declare function subnetReferenceArrayDeserializer(result: Array<SubnetReference>): any[];
1604
+ /** A reference to a subnet resource. */
1605
+ export interface SubnetReference {
1606
+ /** 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). */
1607
+ id: string;
1608
+ }
1609
+ export declare function subnetReferenceSerializer(item: SubnetReference): any;
1610
+ export declare function subnetReferenceDeserializer(item: any): SubnetReference;
1611
+ /** Managed service identity (system assigned and/or user assigned identities) */
1612
+ export interface ManagedServiceIdentity {
1613
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
1614
+ readonly principalId?: string;
1615
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
1616
+ readonly tenantId?: string;
1617
+ /** The type of managed identity assigned to this resource. */
1618
+ type: ManagedServiceIdentityType;
1619
+ /** The identities assigned to this resource by the user. */
1620
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
1621
+ }
1622
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
1623
+ export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
1624
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
1625
+ export declare enum KnownManagedServiceIdentityType {
1626
+ /** No managed identity. */
1627
+ None = "None",
1628
+ /** System assigned managed identity. */
1629
+ SystemAssigned = "SystemAssigned",
1630
+ /** User assigned managed identity. */
1631
+ UserAssigned = "UserAssigned",
1632
+ /** System and user assigned managed identity. */
1633
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
1634
+ }
1635
+ /**
1636
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
1637
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
1638
+ * this enum contains the known values that the service supports.
1639
+ * ### Known values supported by the service
1640
+ * **None**: No managed identity. \
1641
+ * **SystemAssigned**: System assigned managed identity. \
1642
+ * **UserAssigned**: User assigned managed identity. \
1643
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
1644
+ */
1645
+ export type ManagedServiceIdentityType = string;
1646
+ /** User assigned identity properties */
1647
+ export interface UserAssignedIdentity {
1648
+ /** The principal ID of the assigned identity. */
1649
+ readonly principalId?: string;
1650
+ /** The client ID of the assigned identity. */
1651
+ readonly clientId?: string;
1652
+ }
1653
+ export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
1654
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
1655
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1656
+ export interface TrackedResource extends ArmResource {
1657
+ /** Resource tags. */
1658
+ tags?: Record<string, string>;
1659
+ /** The geo-location where the resource lives */
1660
+ location: string;
1661
+ }
1662
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
1663
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
1664
+ /** The type used for updating a SandboxGroup resource. */
1665
+ export interface SandboxGroupTagsUpdate {
1666
+ /** Resource tags. */
1667
+ tags?: Record<string, string>;
1668
+ /** The managed service identities assigned to this resource. */
1669
+ identity?: ManagedServiceIdentity;
1670
+ }
1671
+ export declare function sandboxGroupTagsUpdateSerializer(item: SandboxGroupTagsUpdate): any;
1672
+ /** The result of getting an access token for a SandboxGroup. */
1673
+ export interface SandboxGroupAccessToken {
1674
+ /** The endpoint URL to use with the access token. */
1675
+ endpoint: string;
1676
+ /** The access token used to authenticate against the endpoint. */
1677
+ accessToken: string;
1678
+ /** The UTC date and time at which the access token expires. */
1679
+ notAfter: Date;
1680
+ }
1681
+ export declare function sandboxGroupAccessTokenDeserializer(item: any): SandboxGroupAccessToken;
1682
+ /** The logs. */
1683
+ export interface Logs {
1684
+ /** The content of the log. */
1685
+ content?: string;
1686
+ }
1687
+ export declare function logsDeserializer(item: any): Logs;
1688
+ /** The container exec request. */
1689
+ export interface ContainerExecRequest {
1690
+ /** The command to be executed. */
1691
+ command?: string;
1692
+ /** The size of the terminal. */
1693
+ terminalSize?: ContainerExecRequestTerminalSize;
1694
+ }
1695
+ export declare function containerExecRequestSerializer(item: ContainerExecRequest): any;
1696
+ /** The size of the terminal. */
1697
+ export interface ContainerExecRequestTerminalSize {
1698
+ /** The row size of the terminal */
1699
+ rows?: number;
1700
+ /** The column size of the terminal */
1701
+ cols?: number;
1702
+ }
1703
+ export declare function containerExecRequestTerminalSizeSerializer(item: ContainerExecRequestTerminalSize): any;
1704
+ /** The information for the container exec command. */
1705
+ export interface ContainerExecResponse {
1706
+ /** The uri for the exec websocket. */
1707
+ webSocketUri?: string;
1708
+ /** The password to start the exec command. */
1709
+ password?: string;
1710
+ }
1711
+ export declare function containerExecResponseDeserializer(item: any): ContainerExecResponse;
1712
+ /** The information for the output stream from container attach. */
1713
+ export interface ContainerAttachResponse {
1714
+ /** The uri for the output stream from the attach. */
1715
+ webSocketUri?: string;
1716
+ /** The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri. */
1717
+ password?: string;
1718
+ }
1719
+ export declare function containerAttachResponseDeserializer(item: any): ContainerAttachResponse;
1720
+ /** The response containing the usage data */
1721
+ export interface _UsageListResult {
1722
+ /** The usage data. */
1723
+ readonly value?: Usage[];
1724
+ /** The URL to get the next set of results. */
1725
+ nextLink?: string;
1726
+ }
1727
+ export declare function _usageListResultDeserializer(item: any): _UsageListResult;
1728
+ export declare function usageArrayDeserializer(result: Array<Usage>): any[];
1729
+ /** A single usage result */
1730
+ export interface Usage {
1731
+ /** Id of the usage result */
1732
+ readonly id?: string;
1733
+ /** Unit of the usage result */
1734
+ readonly unit?: string;
1735
+ /** The current usage of the resource */
1736
+ readonly currentValue?: number;
1737
+ /** The maximum permitted usage of the resource. */
1738
+ readonly limit?: number;
1739
+ /** The name object of the resource */
1740
+ readonly name?: UsageName;
1741
+ }
1742
+ export declare function usageDeserializer(item: any): Usage;
1743
+ /** The name object of the resource */
1744
+ export interface UsageName {
1745
+ /** The name of the resource */
1746
+ readonly value?: string;
1747
+ /** The localized name of the resource */
1748
+ readonly localizedValue?: string;
1749
+ }
1750
+ export declare function usageNameDeserializer(item: any): UsageName;
1751
+ /** The response containing cached images. */
1752
+ export interface _CachedImagesListResult {
1753
+ /** The cached images. */
1754
+ value?: CachedImages[];
1755
+ /** The URL to get the next set of results. */
1756
+ nextLink?: string;
1757
+ }
1758
+ export declare function _cachedImagesListResultDeserializer(item: any): _CachedImagesListResult;
1759
+ export declare function cachedImagesArrayDeserializer(result: Array<CachedImages>): any[];
1760
+ /** The cached image and OS type. */
1761
+ export interface CachedImages {
1762
+ /** The OS type of the cached image. */
1763
+ osType: string;
1764
+ /** The cached image name. */
1765
+ image: string;
1766
+ }
1767
+ export declare function cachedImagesDeserializer(item: any): CachedImages;
1768
+ /** The response containing list of capabilities. */
1769
+ export interface _CapabilitiesListResult {
1770
+ /** The list of capabilities. */
1771
+ value?: Capabilities[];
1772
+ /** The URL to get the next set of results. */
1773
+ nextLink?: string;
1774
+ }
1775
+ export declare function _capabilitiesListResultDeserializer(item: any): _CapabilitiesListResult;
1776
+ export declare function capabilitiesArrayDeserializer(result: Array<Capabilities>): any[];
1777
+ /** The regional capabilities. */
1778
+ export interface Capabilities {
1779
+ /** The resource type that this capability describes. */
1780
+ readonly resourceType?: string;
1781
+ /** The OS type that this capability describes. */
1782
+ readonly osType?: string;
1783
+ /** The resource location. */
1784
+ readonly location?: string;
1785
+ /** The ip address type that this capability describes. */
1786
+ readonly ipAddressType?: string;
1787
+ /** The GPU sku that this capability describes. */
1788
+ readonly gpu?: string;
1789
+ /** The supported capabilities. */
1790
+ readonly capabilities?: CapabilitiesCapabilities;
1791
+ }
1792
+ export declare function capabilitiesDeserializer(item: any): Capabilities;
1793
+ /** The supported capabilities. */
1794
+ export interface CapabilitiesCapabilities {
1795
+ /** The maximum allowed memory request in GB. */
1796
+ readonly maxMemoryInGB?: number;
1797
+ /** The maximum allowed CPU request in cores. */
1798
+ readonly maxCpu?: number;
1799
+ /** The maximum allowed GPU count. */
1800
+ readonly maxGpuCount?: number;
1801
+ }
1802
+ export declare function capabilitiesCapabilitiesDeserializer(item: any): CapabilitiesCapabilities;
1803
+ /** The available API versions. */
1804
+ export declare enum KnownVersions {
1805
+ /** The 2025-09-01 API version. */
1806
+ V20250901 = "2025-09-01",
1807
+ /** The 2026-06-01-preview API version. */
1808
+ V20260601Preview = "2026-06-01-preview"
1809
+ }
1810
+ export declare function _containerPropertiesSerializer(item: Container): any;
1811
+ export declare function _containerPropertiesDeserializer(item: any): {
1812
+ image: any;
1813
+ command: any;
1814
+ ports: any;
1815
+ environmentVariables: any;
1816
+ instanceView: any;
1817
+ resources: any;
1818
+ volumeMounts: any;
1819
+ livenessProbe: any;
1820
+ readinessProbe: any;
1821
+ securityContext: any;
1822
+ configMap: any;
1823
+ };
1824
+ export declare function _initContainerDefinitionPropertiesSerializer(item: InitContainerDefinition): any;
1825
+ export declare function _initContainerDefinitionPropertiesDeserializer(item: any): {
1826
+ image: any;
1827
+ command: any;
1828
+ environmentVariables: any;
1829
+ instanceView: any;
1830
+ volumeMounts: any;
1831
+ securityContext: any;
1832
+ };
1833
+ export declare function _deploymentExtensionSpecPropertiesSerializer(item: DeploymentExtensionSpec): any;
1834
+ export declare function _deploymentExtensionSpecPropertiesDeserializer(item: any): {
1835
+ extensionType: any;
1836
+ version: any;
1837
+ settings: any;
1838
+ protectedSettings: any;
1839
+ };
1840
+ export declare function _containerGroupPropertiesSerializer(item: ContainerGroup): any;
1841
+ export declare function _containerGroupPropertiesDeserializer(item: any): {
1842
+ provisioningState: any;
1843
+ secretReferences: any;
1844
+ containers: any[];
1845
+ imageRegistryCredentials: any;
1846
+ restartPolicy: any;
1847
+ ipAddress: any;
1848
+ osType: any;
1849
+ volumes: any;
1850
+ instanceView: any;
1851
+ diagnostics: any;
1852
+ subnetIds: any;
1853
+ dnsConfig: any;
1854
+ sku: any;
1855
+ encryptionProperties: any;
1856
+ initContainers: any;
1857
+ extensions: any;
1858
+ confidentialComputeProperties: any;
1859
+ priority: any;
1860
+ identityAcls: any;
1861
+ containerGroupProfile: any;
1862
+ standbyPoolProfile: any;
1863
+ isCreatedFromStandbyPool: any;
1864
+ };
1865
+ export declare function _nGroupPropertiesSerializer(item: NGroup): any;
1866
+ export declare function _nGroupPropertiesDeserializer(item: any): {
1867
+ elasticProfile: any;
1868
+ placementProfile: any;
1869
+ containerGroupProfiles: any;
1870
+ provisioningState: any;
1871
+ updateProfile: any;
1872
+ };
1873
+ export declare function _nGroupPatchPropertiesSerializer(item: NGroupPatch): any;
1874
+ export declare function _nGroupPatchPropertiesDeserializer(item: any): {
1875
+ elasticProfile: any;
1876
+ placementProfile: any;
1877
+ containerGroupProfiles: any;
1878
+ provisioningState: any;
1879
+ updateProfile: any;
1880
+ };
1881
+ export declare function _containerGroupProfilePropertiesSerializer(item: ContainerGroupProfile): any;
1882
+ export declare function _containerGroupProfilePropertiesDeserializer(item: any): {
1883
+ sku: any;
1884
+ encryptionProperties: any;
1885
+ containers: any;
1886
+ initContainers: any;
1887
+ extensions: any;
1888
+ imageRegistryCredentials: any;
1889
+ restartPolicy: any;
1890
+ shutdownGracePeriod: any;
1891
+ ipAddress: any;
1892
+ timeToLive: any;
1893
+ osType: any;
1894
+ volumes: any;
1895
+ diagnostics: any;
1896
+ priority: any;
1897
+ confidentialComputeProperties: any;
1898
+ securityContext: any;
1899
+ revision: any;
1900
+ registeredRevisions: any;
1901
+ useKrypton: any;
1902
+ };
1903
+ export type ContainerGroupsGetOutboundNetworkDependenciesEndpointsResponse = {
1904
+ body: string[];
1905
+ };
1906
+ //# sourceMappingURL=models.d.ts.map