@azure/arm-containerinstance 9.2.0-beta.1 → 9.2.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (555) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/LICENSE +4 -4
  3. package/README.md +26 -19
  4. package/{dist-esm/src → dist/browser}/containerInstanceManagementClient.d.ts +2 -2
  5. package/dist/browser/containerInstanceManagementClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/containerInstanceManagementClient.js +36 -24
  7. package/dist/browser/containerInstanceManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js +18 -0
  14. package/dist/browser/lroImpl.js.map +1 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/mappers.js +8 -2
  17. package/dist/browser/models/mappers.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  19. package/dist/browser/models/parameters.js.map +1 -0
  20. package/{dist-esm/src → dist/browser}/operations/containerGroupProfileOperations.d.ts +3 -3
  21. package/dist/browser/operations/containerGroupProfileOperations.d.ts.map +1 -0
  22. package/{dist-esm/src → dist/browser}/operations/containerGroupProfileOperations.js +26 -43
  23. package/dist/browser/operations/containerGroupProfileOperations.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/containerGroupProfiles.d.ts +3 -3
  25. package/dist/browser/operations/containerGroupProfiles.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/containerGroupProfiles.js +48 -82
  27. package/dist/browser/operations/containerGroupProfiles.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/containerGroups.d.ts +3 -3
  29. package/dist/browser/operations/containerGroups.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/containerGroups.js +213 -243
  31. package/dist/browser/operations/containerGroups.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/containers.d.ts +3 -3
  33. package/dist/browser/operations/containers.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/containers.js +3 -2
  35. package/dist/browser/operations/containers.js.map +1 -0
  36. package/dist/browser/operations/index.d.ts +8 -0
  37. package/dist/browser/operations/index.d.ts.map +1 -0
  38. package/dist/browser/operations/index.js +15 -0
  39. package/dist/browser/operations/index.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/location.d.ts +3 -3
  41. package/dist/browser/operations/location.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/location.js +57 -108
  43. package/dist/browser/operations/location.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  45. package/dist/browser/operations/operations.d.ts.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
  47. package/dist/browser/operations/operations.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/subnetServiceAssociationLink.d.ts +3 -3
  49. package/dist/browser/operations/subnetServiceAssociationLink.d.ts.map +1 -0
  50. package/dist/browser/operations/subnetServiceAssociationLink.js +109 -0
  51. package/dist/browser/operations/subnetServiceAssociationLink.js.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroupProfileOperations.d.ts +1 -1
  53. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
  54. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
  55. package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroupProfiles.d.ts +1 -1
  56. package/dist/browser/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
  57. package/dist/browser/operationsInterfaces/containerGroupProfiles.js.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroups.d.ts +1 -1
  59. package/dist/browser/operationsInterfaces/containerGroups.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/containerGroups.js.map +1 -0
  61. package/{dist-esm/src → dist/browser}/operationsInterfaces/containers.d.ts +1 -1
  62. package/dist/browser/operationsInterfaces/containers.d.ts.map +1 -0
  63. package/dist/browser/operationsInterfaces/containers.js.map +1 -0
  64. package/dist/browser/operationsInterfaces/index.d.ts +8 -0
  65. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/index.js +15 -0
  67. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  68. package/{dist-esm/src → dist/browser}/operationsInterfaces/location.d.ts +1 -1
  69. package/dist/browser/operationsInterfaces/location.d.ts.map +1 -0
  70. package/dist/browser/operationsInterfaces/location.js.map +1 -0
  71. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  72. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  73. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  74. package/{dist-esm/src → dist/browser}/operationsInterfaces/subnetServiceAssociationLink.d.ts +1 -1
  75. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +1 -0
  76. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.js.map +1 -0
  77. package/dist/browser/package.json +3 -0
  78. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  79. package/dist/browser/pagingHelper.js.map +1 -0
  80. package/dist/commonjs/containerInstanceManagementClient.d.ts +26 -0
  81. package/dist/commonjs/containerInstanceManagementClient.d.ts.map +1 -0
  82. package/dist/commonjs/containerInstanceManagementClient.js +124 -0
  83. package/dist/commonjs/containerInstanceManagementClient.js.map +1 -0
  84. package/dist/commonjs/index.d.ts +5 -0
  85. package/dist/commonjs/index.d.ts.map +1 -0
  86. package/dist/commonjs/index.js +19 -0
  87. package/dist/commonjs/index.js.map +1 -0
  88. package/dist/commonjs/lroImpl.d.ts +11 -0
  89. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  90. package/dist/commonjs/lroImpl.js +21 -0
  91. package/dist/commonjs/lroImpl.js.map +1 -0
  92. package/{types/arm-containerinstance.d.ts → dist/commonjs/models/index.d.ts} +1242 -1711
  93. package/dist/commonjs/models/index.d.ts.map +1 -0
  94. package/dist/commonjs/models/index.js +119 -0
  95. package/dist/commonjs/models/index.js.map +1 -0
  96. package/dist/commonjs/models/mappers.d.ts +66 -0
  97. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  98. package/dist/commonjs/models/mappers.js +2246 -0
  99. package/dist/commonjs/models/mappers.js.map +1 -0
  100. package/dist/commonjs/models/parameters.d.ts +23 -0
  101. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  102. package/dist/commonjs/models/parameters.js +207 -0
  103. package/dist/commonjs/models/parameters.js.map +1 -0
  104. package/dist/commonjs/operations/containerGroupProfileOperations.d.ts +55 -0
  105. package/dist/commonjs/operations/containerGroupProfileOperations.d.ts.map +1 -0
  106. package/dist/commonjs/operations/containerGroupProfileOperations.js +179 -0
  107. package/dist/commonjs/operations/containerGroupProfileOperations.js.map +1 -0
  108. package/dist/commonjs/operations/containerGroupProfiles.d.ts +95 -0
  109. package/dist/commonjs/operations/containerGroupProfiles.d.ts.map +1 -0
  110. package/dist/commonjs/operations/containerGroupProfiles.js +372 -0
  111. package/dist/commonjs/operations/containerGroupProfiles.js.map +1 -0
  112. package/dist/commonjs/operations/containerGroups.d.ts +159 -0
  113. package/dist/commonjs/operations/containerGroups.d.ts.map +1 -0
  114. package/dist/commonjs/operations/containerGroups.js +702 -0
  115. package/dist/commonjs/operations/containerGroups.js.map +1 -0
  116. package/dist/commonjs/operations/containers.d.ts +40 -0
  117. package/dist/commonjs/operations/containers.d.ts.map +1 -0
  118. package/dist/commonjs/operations/containers.js +140 -0
  119. package/dist/commonjs/operations/containers.js.map +1 -0
  120. package/dist/commonjs/operations/index.d.ts +8 -0
  121. package/dist/commonjs/operations/index.d.ts.map +1 -0
  122. package/dist/commonjs/operations/index.js +18 -0
  123. package/dist/commonjs/operations/index.js.map +1 -0
  124. package/dist/commonjs/operations/location.d.ts +70 -0
  125. package/dist/commonjs/operations/location.d.ts.map +1 -0
  126. package/dist/commonjs/operations/location.js +295 -0
  127. package/dist/commonjs/operations/location.js.map +1 -0
  128. package/dist/commonjs/operations/operations.d.ts +32 -0
  129. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  130. package/dist/commonjs/operations/operations.js +121 -0
  131. package/dist/commonjs/operations/operations.js.map +1 -0
  132. package/dist/commonjs/operations/subnetServiceAssociationLink.d.ts +32 -0
  133. package/dist/commonjs/operations/subnetServiceAssociationLink.d.ts.map +1 -0
  134. package/dist/commonjs/operations/subnetServiceAssociationLink.js +114 -0
  135. package/dist/commonjs/operations/subnetServiceAssociationLink.js.map +1 -0
  136. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.d.ts +27 -0
  137. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
  138. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.js +10 -0
  139. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
  140. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.d.ts +55 -0
  141. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
  142. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.js +10 -0
  143. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.js.map +1 -0
  144. package/dist/commonjs/operationsInterfaces/containerGroups.d.ts +119 -0
  145. package/dist/commonjs/operationsInterfaces/containerGroups.d.ts.map +1 -0
  146. package/dist/commonjs/operationsInterfaces/containerGroups.js +10 -0
  147. package/dist/commonjs/operationsInterfaces/containerGroups.js.map +1 -0
  148. package/dist/commonjs/operationsInterfaces/containers.d.ts +32 -0
  149. package/dist/commonjs/operationsInterfaces/containers.d.ts.map +1 -0
  150. package/dist/commonjs/operationsInterfaces/containers.js +10 -0
  151. package/dist/commonjs/operationsInterfaces/containers.js.map +1 -0
  152. package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
  153. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  154. package/dist/commonjs/operationsInterfaces/index.js +18 -0
  155. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  156. package/dist/commonjs/operationsInterfaces/location.d.ts +24 -0
  157. package/dist/commonjs/operationsInterfaces/location.d.ts.map +1 -0
  158. package/dist/commonjs/operationsInterfaces/location.js +10 -0
  159. package/dist/commonjs/operationsInterfaces/location.js.map +1 -0
  160. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  161. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  162. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  163. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.d.ts +24 -0
  165. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.js +10 -0
  167. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.js.map +1 -0
  168. package/dist/commonjs/package.json +3 -0
  169. package/dist/commonjs/pagingHelper.d.ts +13 -0
  170. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  171. package/dist/commonjs/pagingHelper.js +34 -0
  172. package/dist/commonjs/pagingHelper.js.map +1 -0
  173. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  174. package/dist/esm/containerInstanceManagementClient.d.ts +26 -0
  175. package/dist/esm/containerInstanceManagementClient.d.ts.map +1 -0
  176. package/dist/esm/containerInstanceManagementClient.js +119 -0
  177. package/dist/esm/containerInstanceManagementClient.js.map +1 -0
  178. package/dist/esm/index.d.ts +5 -0
  179. package/dist/esm/index.d.ts.map +1 -0
  180. package/{src/index.ts → dist/esm/index.js} +5 -5
  181. package/dist/esm/index.js.map +1 -0
  182. package/dist/esm/lroImpl.d.ts +11 -0
  183. package/dist/esm/lroImpl.d.ts.map +1 -0
  184. package/dist/esm/lroImpl.js +18 -0
  185. package/dist/esm/lroImpl.js.map +1 -0
  186. package/dist/esm/models/index.d.ts +1242 -0
  187. package/dist/esm/models/index.d.ts.map +1 -0
  188. package/dist/esm/models/index.js +116 -0
  189. package/dist/esm/models/index.js.map +1 -0
  190. package/dist/esm/models/mappers.d.ts +66 -0
  191. package/dist/esm/models/mappers.d.ts.map +1 -0
  192. package/dist/esm/models/mappers.js +2242 -0
  193. package/dist/esm/models/mappers.js.map +1 -0
  194. package/dist/esm/models/parameters.d.ts +23 -0
  195. package/dist/esm/models/parameters.d.ts.map +1 -0
  196. package/dist/esm/models/parameters.js +204 -0
  197. package/dist/esm/models/parameters.js.map +1 -0
  198. package/dist/esm/operations/containerGroupProfileOperations.d.ts +55 -0
  199. package/dist/esm/operations/containerGroupProfileOperations.d.ts.map +1 -0
  200. package/dist/esm/operations/containerGroupProfileOperations.js +174 -0
  201. package/dist/esm/operations/containerGroupProfileOperations.js.map +1 -0
  202. package/dist/esm/operations/containerGroupProfiles.d.ts +95 -0
  203. package/dist/esm/operations/containerGroupProfiles.d.ts.map +1 -0
  204. package/dist/esm/operations/containerGroupProfiles.js +367 -0
  205. package/dist/esm/operations/containerGroupProfiles.js.map +1 -0
  206. package/dist/esm/operations/containerGroups.d.ts +159 -0
  207. package/dist/esm/operations/containerGroups.d.ts.map +1 -0
  208. package/dist/esm/operations/containerGroups.js +697 -0
  209. package/dist/esm/operations/containerGroups.js.map +1 -0
  210. package/dist/esm/operations/containers.d.ts +40 -0
  211. package/dist/esm/operations/containers.d.ts.map +1 -0
  212. package/dist/esm/operations/containers.js +135 -0
  213. package/dist/esm/operations/containers.js.map +1 -0
  214. package/dist/esm/operations/index.d.ts +8 -0
  215. package/dist/esm/operations/index.d.ts.map +1 -0
  216. package/dist/esm/operations/index.js +15 -0
  217. package/dist/esm/operations/index.js.map +1 -0
  218. package/dist/esm/operations/location.d.ts +70 -0
  219. package/dist/esm/operations/location.d.ts.map +1 -0
  220. package/dist/esm/operations/location.js +290 -0
  221. package/dist/esm/operations/location.js.map +1 -0
  222. package/dist/esm/operations/operations.d.ts +32 -0
  223. package/dist/esm/operations/operations.d.ts.map +1 -0
  224. package/dist/esm/operations/operations.js +116 -0
  225. package/dist/esm/operations/operations.js.map +1 -0
  226. package/dist/esm/operations/subnetServiceAssociationLink.d.ts +32 -0
  227. package/dist/esm/operations/subnetServiceAssociationLink.d.ts.map +1 -0
  228. package/dist/esm/operations/subnetServiceAssociationLink.js +109 -0
  229. package/dist/esm/operations/subnetServiceAssociationLink.js.map +1 -0
  230. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.d.ts +27 -0
  231. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
  232. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.js +9 -0
  233. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
  234. package/dist/esm/operationsInterfaces/containerGroupProfiles.d.ts +55 -0
  235. package/dist/esm/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
  236. package/dist/esm/operationsInterfaces/containerGroupProfiles.js +9 -0
  237. package/dist/esm/operationsInterfaces/containerGroupProfiles.js.map +1 -0
  238. package/dist/esm/operationsInterfaces/containerGroups.d.ts +119 -0
  239. package/dist/esm/operationsInterfaces/containerGroups.d.ts.map +1 -0
  240. package/dist/esm/operationsInterfaces/containerGroups.js +9 -0
  241. package/dist/esm/operationsInterfaces/containerGroups.js.map +1 -0
  242. package/dist/esm/operationsInterfaces/containers.d.ts +32 -0
  243. package/dist/esm/operationsInterfaces/containers.d.ts.map +1 -0
  244. package/dist/esm/operationsInterfaces/containers.js +9 -0
  245. package/dist/esm/operationsInterfaces/containers.js.map +1 -0
  246. package/dist/esm/operationsInterfaces/index.d.ts +8 -0
  247. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  248. package/dist/esm/operationsInterfaces/index.js +15 -0
  249. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  250. package/dist/esm/operationsInterfaces/location.d.ts +24 -0
  251. package/dist/esm/operationsInterfaces/location.d.ts.map +1 -0
  252. package/dist/esm/operationsInterfaces/location.js +9 -0
  253. package/dist/esm/operationsInterfaces/location.js.map +1 -0
  254. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  255. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  256. package/dist/esm/operationsInterfaces/operations.js +9 -0
  257. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  258. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.d.ts +24 -0
  259. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +1 -0
  260. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.js +9 -0
  261. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.js.map +1 -0
  262. package/dist/esm/package.json +3 -0
  263. package/dist/esm/pagingHelper.d.ts +13 -0
  264. package/dist/esm/pagingHelper.d.ts.map +1 -0
  265. package/dist/esm/pagingHelper.js +30 -0
  266. package/dist/esm/pagingHelper.js.map +1 -0
  267. package/dist/react-native/containerInstanceManagementClient.d.ts +26 -0
  268. package/dist/react-native/containerInstanceManagementClient.d.ts.map +1 -0
  269. package/dist/react-native/containerInstanceManagementClient.js +119 -0
  270. package/dist/react-native/containerInstanceManagementClient.js.map +1 -0
  271. package/dist/react-native/index.d.ts +5 -0
  272. package/dist/react-native/index.d.ts.map +1 -0
  273. package/dist/react-native/index.js +13 -0
  274. package/dist/react-native/index.js.map +1 -0
  275. package/dist/react-native/lroImpl.d.ts +11 -0
  276. package/dist/react-native/lroImpl.d.ts.map +1 -0
  277. package/dist/react-native/lroImpl.js +18 -0
  278. package/dist/react-native/lroImpl.js.map +1 -0
  279. package/dist/react-native/models/index.d.ts +1242 -0
  280. package/dist/react-native/models/index.d.ts.map +1 -0
  281. package/dist/react-native/models/index.js +116 -0
  282. package/dist/react-native/models/index.js.map +1 -0
  283. package/dist/react-native/models/mappers.d.ts +66 -0
  284. package/dist/react-native/models/mappers.d.ts.map +1 -0
  285. package/dist/react-native/models/mappers.js +2242 -0
  286. package/dist/react-native/models/mappers.js.map +1 -0
  287. package/dist/react-native/models/parameters.d.ts +23 -0
  288. package/dist/react-native/models/parameters.d.ts.map +1 -0
  289. package/dist/react-native/models/parameters.js +204 -0
  290. package/dist/react-native/models/parameters.js.map +1 -0
  291. package/dist/react-native/operations/containerGroupProfileOperations.d.ts +55 -0
  292. package/dist/react-native/operations/containerGroupProfileOperations.d.ts.map +1 -0
  293. package/dist/react-native/operations/containerGroupProfileOperations.js +174 -0
  294. package/dist/react-native/operations/containerGroupProfileOperations.js.map +1 -0
  295. package/dist/react-native/operations/containerGroupProfiles.d.ts +95 -0
  296. package/dist/react-native/operations/containerGroupProfiles.d.ts.map +1 -0
  297. package/dist/react-native/operations/containerGroupProfiles.js +367 -0
  298. package/dist/react-native/operations/containerGroupProfiles.js.map +1 -0
  299. package/dist/react-native/operations/containerGroups.d.ts +159 -0
  300. package/dist/react-native/operations/containerGroups.d.ts.map +1 -0
  301. package/dist/react-native/operations/containerGroups.js +697 -0
  302. package/dist/react-native/operations/containerGroups.js.map +1 -0
  303. package/dist/react-native/operations/containers.d.ts +40 -0
  304. package/dist/react-native/operations/containers.d.ts.map +1 -0
  305. package/dist/react-native/operations/containers.js +135 -0
  306. package/dist/react-native/operations/containers.js.map +1 -0
  307. package/dist/react-native/operations/index.d.ts +8 -0
  308. package/dist/react-native/operations/index.d.ts.map +1 -0
  309. package/dist/react-native/operations/index.js +15 -0
  310. package/dist/react-native/operations/index.js.map +1 -0
  311. package/dist/react-native/operations/location.d.ts +70 -0
  312. package/dist/react-native/operations/location.d.ts.map +1 -0
  313. package/dist/react-native/operations/location.js +290 -0
  314. package/dist/react-native/operations/location.js.map +1 -0
  315. package/dist/react-native/operations/operations.d.ts +32 -0
  316. package/dist/react-native/operations/operations.d.ts.map +1 -0
  317. package/dist/react-native/operations/operations.js +116 -0
  318. package/dist/react-native/operations/operations.js.map +1 -0
  319. package/dist/react-native/operations/subnetServiceAssociationLink.d.ts +32 -0
  320. package/dist/react-native/operations/subnetServiceAssociationLink.d.ts.map +1 -0
  321. package/dist/react-native/operations/subnetServiceAssociationLink.js +109 -0
  322. package/dist/react-native/operations/subnetServiceAssociationLink.js.map +1 -0
  323. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.d.ts +27 -0
  324. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.d.ts.map +1 -0
  325. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.js +9 -0
  326. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.js.map +1 -0
  327. package/dist/react-native/operationsInterfaces/containerGroupProfiles.d.ts +55 -0
  328. package/dist/react-native/operationsInterfaces/containerGroupProfiles.d.ts.map +1 -0
  329. package/dist/react-native/operationsInterfaces/containerGroupProfiles.js +9 -0
  330. package/dist/react-native/operationsInterfaces/containerGroupProfiles.js.map +1 -0
  331. package/dist/react-native/operationsInterfaces/containerGroups.d.ts +119 -0
  332. package/dist/react-native/operationsInterfaces/containerGroups.d.ts.map +1 -0
  333. package/dist/react-native/operationsInterfaces/containerGroups.js +9 -0
  334. package/dist/react-native/operationsInterfaces/containerGroups.js.map +1 -0
  335. package/dist/react-native/operationsInterfaces/containers.d.ts +32 -0
  336. package/dist/react-native/operationsInterfaces/containers.d.ts.map +1 -0
  337. package/dist/react-native/operationsInterfaces/containers.js +9 -0
  338. package/dist/react-native/operationsInterfaces/containers.js.map +1 -0
  339. package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
  340. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  341. package/dist/react-native/operationsInterfaces/index.js +15 -0
  342. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  343. package/dist/react-native/operationsInterfaces/location.d.ts +24 -0
  344. package/dist/react-native/operationsInterfaces/location.d.ts.map +1 -0
  345. package/dist/react-native/operationsInterfaces/location.js +9 -0
  346. package/dist/react-native/operationsInterfaces/location.js.map +1 -0
  347. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  348. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  349. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  350. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  351. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.d.ts +24 -0
  352. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +1 -0
  353. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.js +9 -0
  354. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.js.map +1 -0
  355. package/dist/react-native/package.json +3 -0
  356. package/dist/react-native/pagingHelper.d.ts +13 -0
  357. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  358. package/dist/react-native/pagingHelper.js +30 -0
  359. package/dist/react-native/pagingHelper.js.map +1 -0
  360. package/package.json +86 -69
  361. package/review/{arm-containerinstance.api.md → arm-containerinstance-node.api.md} +2 -3
  362. package/dist/index.js +0 -4809
  363. package/dist/index.js.map +0 -1
  364. package/dist/index.min.js +0 -1
  365. package/dist/index.min.js.map +0 -1
  366. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts +0 -2
  367. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.d.ts.map +0 -1
  368. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js +0 -40
  369. package/dist-esm/samples-dev/containerGroupProfileGetByRevisionNumberSample.js.map +0 -1
  370. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts +0 -2
  371. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.d.ts.map +0 -1
  372. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js +0 -55
  373. package/dist-esm/samples-dev/containerGroupProfileListAllRevisionsSample.js.map +0 -1
  374. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts +0 -2
  375. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.d.ts.map +0 -1
  376. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js +0 -260
  377. package/dist-esm/samples-dev/containerGroupProfilesCreateOrUpdateSample.js.map +0 -1
  378. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts +0 -2
  379. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.d.ts.map +0 -1
  380. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js +0 -39
  381. package/dist-esm/samples-dev/containerGroupProfilesDeleteSample.js.map +0 -1
  382. package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts +0 -2
  383. package/dist-esm/samples-dev/containerGroupProfilesGetSample.d.ts.map +0 -1
  384. package/dist-esm/samples-dev/containerGroupProfilesGetSample.js +0 -58
  385. package/dist-esm/samples-dev/containerGroupProfilesGetSample.js.map +0 -1
  386. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts +0 -2
  387. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.d.ts.map +0 -1
  388. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js +0 -54
  389. package/dist-esm/samples-dev/containerGroupProfilesListByResourceGroupSample.js.map +0 -1
  390. package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts +0 -2
  391. package/dist-esm/samples-dev/containerGroupProfilesListSample.d.ts.map +0 -1
  392. package/dist-esm/samples-dev/containerGroupProfilesListSample.js +0 -53
  393. package/dist-esm/samples-dev/containerGroupProfilesListSample.js.map +0 -1
  394. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts +0 -2
  395. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.d.ts.map +0 -1
  396. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js +0 -42
  397. package/dist-esm/samples-dev/containerGroupProfilesPatchSample.js.map +0 -1
  398. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.d.ts +0 -2
  399. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.d.ts.map +0 -1
  400. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js +0 -320
  401. package/dist-esm/samples-dev/containerGroupsCreateOrUpdateSample.js.map +0 -1
  402. package/dist-esm/samples-dev/containerGroupsDeleteSample.d.ts +0 -2
  403. package/dist-esm/samples-dev/containerGroupsDeleteSample.d.ts.map +0 -1
  404. package/dist-esm/samples-dev/containerGroupsDeleteSample.js +0 -39
  405. package/dist-esm/samples-dev/containerGroupsDeleteSample.js.map +0 -1
  406. package/dist-esm/samples-dev/containerGroupsGetSample.d.ts +0 -2
  407. package/dist-esm/samples-dev/containerGroupsGetSample.d.ts.map +0 -1
  408. package/dist-esm/samples-dev/containerGroupsGetSample.js +0 -77
  409. package/dist-esm/samples-dev/containerGroupsGetSample.js.map +0 -1
  410. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.d.ts +0 -2
  411. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.d.ts.map +0 -1
  412. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js +0 -54
  413. package/dist-esm/samples-dev/containerGroupsListByResourceGroupSample.js.map +0 -1
  414. package/dist-esm/samples-dev/containerGroupsListSample.d.ts +0 -2
  415. package/dist-esm/samples-dev/containerGroupsListSample.d.ts.map +0 -1
  416. package/dist-esm/samples-dev/containerGroupsListSample.js +0 -53
  417. package/dist-esm/samples-dev/containerGroupsListSample.js.map +0 -1
  418. package/dist-esm/samples-dev/containerGroupsRestartSample.d.ts +0 -2
  419. package/dist-esm/samples-dev/containerGroupsRestartSample.d.ts.map +0 -1
  420. package/dist-esm/samples-dev/containerGroupsRestartSample.js +0 -39
  421. package/dist-esm/samples-dev/containerGroupsRestartSample.js.map +0 -1
  422. package/dist-esm/samples-dev/containerGroupsStartSample.d.ts +0 -2
  423. package/dist-esm/samples-dev/containerGroupsStartSample.d.ts.map +0 -1
  424. package/dist-esm/samples-dev/containerGroupsStartSample.js +0 -39
  425. package/dist-esm/samples-dev/containerGroupsStartSample.js.map +0 -1
  426. package/dist-esm/samples-dev/containerGroupsStopSample.d.ts +0 -2
  427. package/dist-esm/samples-dev/containerGroupsStopSample.d.ts.map +0 -1
  428. package/dist-esm/samples-dev/containerGroupsStopSample.js +0 -39
  429. package/dist-esm/samples-dev/containerGroupsStopSample.js.map +0 -1
  430. package/dist-esm/samples-dev/containerGroupsUpdateSample.d.ts +0 -2
  431. package/dist-esm/samples-dev/containerGroupsUpdateSample.d.ts.map +0 -1
  432. package/dist-esm/samples-dev/containerGroupsUpdateSample.js +0 -42
  433. package/dist-esm/samples-dev/containerGroupsUpdateSample.js.map +0 -1
  434. package/dist-esm/samples-dev/containersAttachSample.d.ts +0 -2
  435. package/dist-esm/samples-dev/containersAttachSample.d.ts.map +0 -1
  436. package/dist-esm/samples-dev/containersAttachSample.js +0 -40
  437. package/dist-esm/samples-dev/containersAttachSample.js.map +0 -1
  438. package/dist-esm/samples-dev/containersExecuteCommandSample.d.ts +0 -2
  439. package/dist-esm/samples-dev/containersExecuteCommandSample.d.ts.map +0 -1
  440. package/dist-esm/samples-dev/containersExecuteCommandSample.js +0 -44
  441. package/dist-esm/samples-dev/containersExecuteCommandSample.js.map +0 -1
  442. package/dist-esm/samples-dev/containersListLogsSample.d.ts +0 -2
  443. package/dist-esm/samples-dev/containersListLogsSample.d.ts.map +0 -1
  444. package/dist-esm/samples-dev/containersListLogsSample.js +0 -42
  445. package/dist-esm/samples-dev/containersListLogsSample.js.map +0 -1
  446. package/dist-esm/samples-dev/locationListCachedImagesSample.d.ts +0 -2
  447. package/dist-esm/samples-dev/locationListCachedImagesSample.d.ts.map +0 -1
  448. package/dist-esm/samples-dev/locationListCachedImagesSample.js +0 -54
  449. package/dist-esm/samples-dev/locationListCachedImagesSample.js.map +0 -1
  450. package/dist-esm/samples-dev/locationListCapabilitiesSample.d.ts +0 -2
  451. package/dist-esm/samples-dev/locationListCapabilitiesSample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/locationListCapabilitiesSample.js +0 -54
  453. package/dist-esm/samples-dev/locationListCapabilitiesSample.js.map +0 -1
  454. package/dist-esm/samples-dev/locationListUsageSample.d.ts +0 -2
  455. package/dist-esm/samples-dev/locationListUsageSample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/locationListUsageSample.js +0 -54
  457. package/dist-esm/samples-dev/locationListUsageSample.js.map +0 -1
  458. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  459. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  460. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  461. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  462. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.d.ts +0 -2
  463. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.d.ts.map +0 -1
  464. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js +0 -40
  465. package/dist-esm/samples-dev/subnetServiceAssociationLinkDeleteSample.js.map +0 -1
  466. package/dist-esm/src/containerInstanceManagementClient.d.ts.map +0 -1
  467. package/dist-esm/src/containerInstanceManagementClient.js.map +0 -1
  468. package/dist-esm/src/index.d.ts +0 -5
  469. package/dist-esm/src/index.js.map +0 -1
  470. package/dist-esm/src/lroImpl.js +0 -21
  471. package/dist-esm/src/lroImpl.js.map +0 -1
  472. package/dist-esm/src/models/index.js.map +0 -1
  473. package/dist-esm/src/models/mappers.js.map +0 -1
  474. package/dist-esm/src/models/parameters.js.map +0 -1
  475. package/dist-esm/src/operations/containerGroupProfileOperations.d.ts.map +0 -1
  476. package/dist-esm/src/operations/containerGroupProfileOperations.js.map +0 -1
  477. package/dist-esm/src/operations/containerGroupProfiles.d.ts.map +0 -1
  478. package/dist-esm/src/operations/containerGroupProfiles.js.map +0 -1
  479. package/dist-esm/src/operations/containerGroups.d.ts.map +0 -1
  480. package/dist-esm/src/operations/containerGroups.js.map +0 -1
  481. package/dist-esm/src/operations/containers.d.ts.map +0 -1
  482. package/dist-esm/src/operations/containers.js.map +0 -1
  483. package/dist-esm/src/operations/index.d.ts +0 -8
  484. package/dist-esm/src/operations/index.d.ts.map +0 -1
  485. package/dist-esm/src/operations/index.js +0 -15
  486. package/dist-esm/src/operations/index.js.map +0 -1
  487. package/dist-esm/src/operations/location.d.ts.map +0 -1
  488. package/dist-esm/src/operations/location.js.map +0 -1
  489. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  490. package/dist-esm/src/operations/operations.js.map +0 -1
  491. package/dist-esm/src/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  492. package/dist-esm/src/operations/subnetServiceAssociationLink.js +0 -108
  493. package/dist-esm/src/operations/subnetServiceAssociationLink.js.map +0 -1
  494. package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  495. package/dist-esm/src/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  496. package/dist-esm/src/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  497. package/dist-esm/src/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  498. package/dist-esm/src/operationsInterfaces/containerGroups.d.ts.map +0 -1
  499. package/dist-esm/src/operationsInterfaces/containerGroups.js.map +0 -1
  500. package/dist-esm/src/operationsInterfaces/containers.d.ts.map +0 -1
  501. package/dist-esm/src/operationsInterfaces/containers.js.map +0 -1
  502. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
  503. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  504. package/dist-esm/src/operationsInterfaces/index.js +0 -15
  505. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  506. package/dist-esm/src/operationsInterfaces/location.d.ts.map +0 -1
  507. package/dist-esm/src/operationsInterfaces/location.js.map +0 -1
  508. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  509. package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  510. package/dist-esm/src/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  511. package/dist-esm/src/pagingHelper.js.map +0 -1
  512. package/dist-esm/test/containerinstance_examples.d.ts +0 -4
  513. package/dist-esm/test/containerinstance_examples.d.ts.map +0 -1
  514. package/dist-esm/test/containerinstance_examples.js +0 -159
  515. package/dist-esm/test/containerinstance_examples.js.map +0 -1
  516. package/src/containerInstanceManagementClient.ts +0 -172
  517. package/src/lroImpl.ts +0 -42
  518. package/src/models/index.ts +0 -1410
  519. package/src/models/mappers.ts +0 -2311
  520. package/src/models/parameters.ts +0 -236
  521. package/src/operations/containerGroupProfileOperations.ts +0 -255
  522. package/src/operations/containerGroupProfiles.ts +0 -485
  523. package/src/operations/containerGroups.ts +0 -944
  524. package/src/operations/containers.ts +0 -177
  525. package/src/operations/index.ts +0 -15
  526. package/src/operations/location.ts +0 -401
  527. package/src/operations/operations.ts +0 -149
  528. package/src/operations/subnetServiceAssociationLink.ts +0 -149
  529. package/src/operationsInterfaces/containerGroupProfileOperations.ts +0 -50
  530. package/src/operationsInterfaces/containerGroupProfiles.ts +0 -99
  531. package/src/operationsInterfaces/containerGroups.ts +0 -212
  532. package/src/operationsInterfaces/containers.ts +0 -64
  533. package/src/operationsInterfaces/index.ts +0 -15
  534. package/src/operationsInterfaces/location.ts +0 -49
  535. package/src/operationsInterfaces/operations.ts +0 -22
  536. package/src/operationsInterfaces/subnetServiceAssociationLink.ts +0 -42
  537. package/src/pagingHelper.ts +0 -39
  538. package/tsconfig.json +0 -33
  539. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  540. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  541. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  542. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  543. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  544. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  545. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  546. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  547. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroupProfileOperations.js +0 -0
  548. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroupProfiles.js +0 -0
  549. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containerGroups.js +0 -0
  550. /package/{dist-esm/src → dist/browser}/operationsInterfaces/containers.js +0 -0
  551. /package/{dist-esm/src → dist/browser}/operationsInterfaces/location.js +0 -0
  552. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  553. /package/{dist-esm/src → dist/browser}/operationsInterfaces/subnetServiceAssociationLink.js +0 -0
  554. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  555. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
@@ -1,1410 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- /** The container group list response that contains the container group properties. */
12
- export interface ContainerGroupListResult {
13
- /** The list of container groups. */
14
- value?: ContainerGroup[];
15
- /** The URI to fetch the next page of container groups. */
16
- nextLink?: string;
17
- }
18
-
19
- /** The Resource model definition. */
20
- export interface Resource {
21
- /**
22
- * The resource id.
23
- * NOTE: This property will not be serialized. It can only be populated by the server.
24
- */
25
- readonly id?: string;
26
- /**
27
- * The resource name.
28
- * NOTE: This property will not be serialized. It can only be populated by the server.
29
- */
30
- readonly name?: string;
31
- /**
32
- * The resource type.
33
- * NOTE: This property will not be serialized. It can only be populated by the server.
34
- */
35
- readonly type?: string;
36
- /** The resource location. */
37
- location?: string;
38
- /** The resource tags. */
39
- tags?: { [propertyName: string]: string };
40
- /** The zones for the container group. */
41
- zones?: string[];
42
- }
43
-
44
- /** The container group properties */
45
- export interface ContainerGroupProperties {
46
- /** The identity of the container group, if configured. */
47
- identity?: ContainerGroupIdentity;
48
- /**
49
- * The provisioning state of the container group. This only appears in the response.
50
- * NOTE: This property will not be serialized. It can only be populated by the server.
51
- */
52
- readonly provisioningState?: string;
53
- /** The containers within the container group. */
54
- containers: Container[];
55
- /** The image registry credentials by which the container group is created from. */
56
- imageRegistryCredentials?: ImageRegistryCredential[];
57
- /**
58
- * Restart policy for all containers within the container group.
59
- * - `Always` Always restart
60
- * - `OnFailure` Restart on failure
61
- * - `Never` Never restart
62
- *
63
- */
64
- restartPolicy?: ContainerGroupRestartPolicy;
65
- /** The IP address type of the container group. */
66
- ipAddress?: IpAddress;
67
- /** The operating system type required by the containers in the container group. */
68
- osType?: OperatingSystemTypes;
69
- /** The list of volumes that can be mounted by containers in this container group. */
70
- volumes?: Volume[];
71
- /**
72
- * The instance view of the container group. Only valid in response.
73
- * NOTE: This property will not be serialized. It can only be populated by the server.
74
- */
75
- readonly instanceView?: ContainerGroupPropertiesInstanceView;
76
- /** The diagnostic information for a container group. */
77
- diagnostics?: ContainerGroupDiagnostics;
78
- /** The subnet resource IDs for a container group. */
79
- subnetIds?: ContainerGroupSubnetId[];
80
- /** The DNS config information for a container group. */
81
- dnsConfig?: DnsConfiguration;
82
- /** The SKU for a container group. */
83
- sku?: ContainerGroupSku;
84
- /** The encryption properties for a container group. */
85
- encryptionProperties?: EncryptionProperties;
86
- /** The init containers for a container group. */
87
- initContainers?: InitContainerDefinition[];
88
- /** extensions used by virtual kubelet */
89
- extensions?: DeploymentExtensionSpec[];
90
- /** The properties for confidential container group */
91
- confidentialComputeProperties?: ConfidentialComputeProperties;
92
- /** The priority of the container group. */
93
- priority?: ContainerGroupPriority;
94
- /** The reference container group profile properties. */
95
- containerGroupProfile?: ContainerGroupProfileReferenceDefinition;
96
- /** The reference standby pool profile properties. */
97
- standbyPoolProfile?: StandbyPoolProfileDefinition;
98
- /**
99
- * The flag indicating whether the container group is created by standby pool.
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
102
- readonly isCreatedFromStandbyPool?: boolean;
103
- }
104
-
105
- /** Identity for the container group. */
106
- export interface ContainerGroupIdentity {
107
- /**
108
- * The principal id of the container group identity. This property will only be provided for a system assigned identity.
109
- * NOTE: This property will not be serialized. It can only be populated by the server.
110
- */
111
- readonly principalId?: string;
112
- /**
113
- * The tenant id associated with the container group. This property will only be provided for a system assigned identity.
114
- * NOTE: This property will not be serialized. It can only be populated by the server.
115
- */
116
- readonly tenantId?: string;
117
- /** 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. */
118
- type?: ResourceIdentityType;
119
- /** The list of user identities associated with the container group. */
120
- userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentities };
121
- }
122
-
123
- /** 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}'. */
124
- export interface UserAssignedIdentities {
125
- /**
126
- * The principal id of user assigned identity.
127
- * NOTE: This property will not be serialized. It can only be populated by the server.
128
- */
129
- readonly principalId?: string;
130
- /**
131
- * The client id of user assigned identity.
132
- * NOTE: This property will not be serialized. It can only be populated by the server.
133
- */
134
- readonly clientId?: string;
135
- }
136
-
137
- /** A container instance. */
138
- export interface Container {
139
- /** The user-provided name of the container instance. */
140
- name: string;
141
- /** The name of the image used to create the container instance. */
142
- image?: string;
143
- /** The commands to execute within the container instance in exec form. */
144
- command?: string[];
145
- /** The exposed ports on the container instance. */
146
- ports?: ContainerPort[];
147
- /** The environment variables to set in the container instance. */
148
- environmentVariables?: EnvironmentVariable[];
149
- /**
150
- * The instance view of the container instance. Only valid in response.
151
- * NOTE: This property will not be serialized. It can only be populated by the server.
152
- */
153
- readonly instanceView?: ContainerPropertiesInstanceView;
154
- /** The resource requirements of the container instance. */
155
- resources?: ResourceRequirements;
156
- /** The volume mounts available to the container instance. */
157
- volumeMounts?: VolumeMount[];
158
- /** The liveness probe. */
159
- livenessProbe?: ContainerProbe;
160
- /** The readiness probe. */
161
- readinessProbe?: ContainerProbe;
162
- /** The container security properties. */
163
- securityContext?: SecurityContextDefinition;
164
- /** The config map. */
165
- configMap?: ConfigMap;
166
- }
167
-
168
- /** The port exposed on the container instance. */
169
- export interface ContainerPort {
170
- /** The protocol associated with the port. */
171
- protocol?: ContainerNetworkProtocol;
172
- /** The port number exposed within the container group. */
173
- port: number;
174
- }
175
-
176
- /** The environment variable to set within the container instance. */
177
- export interface EnvironmentVariable {
178
- /** The name of the environment variable. */
179
- name: string;
180
- /** The value of the environment variable. */
181
- value?: string;
182
- /** The value of the secure environment variable. */
183
- secureValue?: string;
184
- }
185
-
186
- /** The instance view of the container instance. Only valid in response. */
187
- export interface ContainerPropertiesInstanceView {
188
- /**
189
- * The number of times that the container instance has been restarted.
190
- * NOTE: This property will not be serialized. It can only be populated by the server.
191
- */
192
- readonly restartCount?: number;
193
- /**
194
- * Current container instance state.
195
- * NOTE: This property will not be serialized. It can only be populated by the server.
196
- */
197
- readonly currentState?: ContainerState;
198
- /**
199
- * Previous container instance state.
200
- * NOTE: This property will not be serialized. It can only be populated by the server.
201
- */
202
- readonly previousState?: ContainerState;
203
- /**
204
- * The events of the container instance.
205
- * NOTE: This property will not be serialized. It can only be populated by the server.
206
- */
207
- readonly events?: Event[];
208
- }
209
-
210
- /** The container instance state. */
211
- export interface ContainerState {
212
- /**
213
- * The state of the container instance.
214
- * NOTE: This property will not be serialized. It can only be populated by the server.
215
- */
216
- readonly state?: string;
217
- /**
218
- * The date-time when the container instance state started.
219
- * NOTE: This property will not be serialized. It can only be populated by the server.
220
- */
221
- readonly startTime?: Date;
222
- /**
223
- * The container instance exit codes correspond to those from the `docker run` command.
224
- * NOTE: This property will not be serialized. It can only be populated by the server.
225
- */
226
- readonly exitCode?: number;
227
- /**
228
- * The date-time when the container instance state finished.
229
- * NOTE: This property will not be serialized. It can only be populated by the server.
230
- */
231
- readonly finishTime?: Date;
232
- /**
233
- * The human-readable status of the container instance state.
234
- * NOTE: This property will not be serialized. It can only be populated by the server.
235
- */
236
- readonly detailStatus?: string;
237
- }
238
-
239
- /** A container group or container instance event. */
240
- export interface Event {
241
- /**
242
- * The count of the event.
243
- * NOTE: This property will not be serialized. It can only be populated by the server.
244
- */
245
- readonly count?: number;
246
- /**
247
- * The date-time of the earliest logged event.
248
- * NOTE: This property will not be serialized. It can only be populated by the server.
249
- */
250
- readonly firstTimestamp?: Date;
251
- /**
252
- * The date-time of the latest logged event.
253
- * NOTE: This property will not be serialized. It can only be populated by the server.
254
- */
255
- readonly lastTimestamp?: Date;
256
- /**
257
- * The event name.
258
- * NOTE: This property will not be serialized. It can only be populated by the server.
259
- */
260
- readonly name?: string;
261
- /**
262
- * The event message.
263
- * NOTE: This property will not be serialized. It can only be populated by the server.
264
- */
265
- readonly message?: string;
266
- /**
267
- * The event type.
268
- * NOTE: This property will not be serialized. It can only be populated by the server.
269
- */
270
- readonly type?: string;
271
- }
272
-
273
- /** The resource requirements. */
274
- export interface ResourceRequirements {
275
- /** The resource requests of this container instance. */
276
- requests: ResourceRequests;
277
- /** The resource limits of this container instance. */
278
- limits?: ResourceLimits;
279
- }
280
-
281
- /** The resource requests. */
282
- export interface ResourceRequests {
283
- /** The memory request in GB of this container instance. */
284
- memoryInGB: number;
285
- /** The CPU request of this container instance. */
286
- cpu: number;
287
- /** The GPU request of this container instance. */
288
- gpu?: GpuResource;
289
- }
290
-
291
- /** The GPU resource. */
292
- export interface GpuResource {
293
- /** The count of the GPU resource. */
294
- count: number;
295
- /** The SKU of the GPU resource. */
296
- sku: GpuSku;
297
- }
298
-
299
- /** The resource limits. */
300
- export interface ResourceLimits {
301
- /** The memory limit in GB of this container instance. */
302
- memoryInGB?: number;
303
- /** The CPU limit of this container instance. */
304
- cpu?: number;
305
- /** The GPU limit of this container instance. */
306
- gpu?: GpuResource;
307
- }
308
-
309
- /** The properties of the volume mount. */
310
- export interface VolumeMount {
311
- /** The name of the volume mount. */
312
- name: string;
313
- /** The path within the container where the volume should be mounted. Must not contain colon (:). */
314
- mountPath: string;
315
- /** The flag indicating whether the volume mount is read-only. */
316
- readOnly?: boolean;
317
- }
318
-
319
- /** The container probe, for liveness or readiness */
320
- export interface ContainerProbe {
321
- /** The execution command to probe */
322
- exec?: ContainerExec;
323
- /** The Http Get settings to probe */
324
- httpGet?: ContainerHttpGet;
325
- /** The initial delay seconds. */
326
- initialDelaySeconds?: number;
327
- /** The period seconds. */
328
- periodSeconds?: number;
329
- /** The failure threshold. */
330
- failureThreshold?: number;
331
- /** The success threshold. */
332
- successThreshold?: number;
333
- /** The timeout seconds. */
334
- timeoutSeconds?: number;
335
- }
336
-
337
- /** The container execution command, for liveness or readiness probe */
338
- export interface ContainerExec {
339
- /** The commands to execute within the container. */
340
- command?: string[];
341
- }
342
-
343
- /** The container Http Get settings, for liveness or readiness probe */
344
- export interface ContainerHttpGet {
345
- /** The path to probe. */
346
- path?: string;
347
- /** The port number to probe. */
348
- port: number;
349
- /** The scheme. */
350
- scheme?: Scheme;
351
- /** The HTTP headers. */
352
- httpHeaders?: HttpHeader[];
353
- }
354
-
355
- /** The HTTP header. */
356
- export interface HttpHeader {
357
- /** The header name. */
358
- name?: string;
359
- /** The header value. */
360
- value?: string;
361
- }
362
-
363
- /** The security context for the container. */
364
- export interface SecurityContextDefinition {
365
- /** The flag to determine if the container permissions is elevated to Privileged. */
366
- privileged?: boolean;
367
- /** A boolean value indicating whether the init process can elevate its privileges */
368
- allowPrivilegeEscalation?: boolean;
369
- /** The capabilities to add or drop from a container. */
370
- capabilities?: SecurityContextCapabilitiesDefinition;
371
- /** Sets the User GID for the container. */
372
- runAsGroup?: number;
373
- /** Sets the User UID for the container. */
374
- runAsUser?: number;
375
- /** a base64 encoded string containing the contents of the JSON in the seccomp profile */
376
- seccompProfile?: string;
377
- }
378
-
379
- /** The capabilities to add or drop from a container. */
380
- export interface SecurityContextCapabilitiesDefinition {
381
- /** The capabilities to add to the container. */
382
- add?: string[];
383
- /** The capabilities to drop from the container. */
384
- drop?: string[];
385
- }
386
-
387
- /** The container config map. */
388
- export interface ConfigMap {
389
- /** The key value pairs dictionary in the config map. */
390
- keyValuePairs?: { [propertyName: string]: string };
391
- }
392
-
393
- /** Image registry credential. */
394
- export interface ImageRegistryCredential {
395
- /** The Docker image registry server without a protocol such as "http" and "https". */
396
- server: string;
397
- /** The username for the private registry. */
398
- username?: string;
399
- /** The password for the private registry. */
400
- password?: string;
401
- /** The identity for the private registry. */
402
- identity?: string;
403
- /** The identity URL for the private registry. */
404
- identityUrl?: string;
405
- }
406
-
407
- /** IP address for the container group. */
408
- export interface IpAddress {
409
- /** The list of ports exposed on the container group. */
410
- ports: Port[];
411
- /** Specifies if the IP is exposed to the public internet or private VNET. */
412
- type: ContainerGroupIpAddressType;
413
- /** The IP exposed to the public internet. */
414
- ip?: string;
415
- /** The Dns name label for the IP. */
416
- dnsNameLabel?: string;
417
- /** 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. */
418
- autoGeneratedDomainNameLabelScope?: DnsNameLabelReusePolicy;
419
- /**
420
- * The FQDN for the IP.
421
- * NOTE: This property will not be serialized. It can only be populated by the server.
422
- */
423
- readonly fqdn?: string;
424
- }
425
-
426
- /** The port exposed on the container group. */
427
- export interface Port {
428
- /** The protocol associated with the port. */
429
- protocol?: ContainerGroupNetworkProtocol;
430
- /** The port number. */
431
- port: number;
432
- }
433
-
434
- /** The properties of the volume. */
435
- export interface Volume {
436
- /** The name of the volume. */
437
- name: string;
438
- /** The Azure File volume. */
439
- azureFile?: AzureFileVolume;
440
- /** The empty directory volume. */
441
- emptyDir?: Record<string, unknown>;
442
- /** The secret volume. */
443
- secret?: { [propertyName: string]: string };
444
- /** The git repo volume. */
445
- gitRepo?: GitRepoVolume;
446
- }
447
-
448
- /** The properties of the Azure File volume. Azure File shares are mounted as volumes. */
449
- export interface AzureFileVolume {
450
- /** The name of the Azure File share to be mounted as a volume. */
451
- shareName: string;
452
- /** The flag indicating whether the Azure File shared mounted as a volume is read-only. */
453
- readOnly?: boolean;
454
- /** The name of the storage account that contains the Azure File share. */
455
- storageAccountName: string;
456
- /** The storage account access key used to access the Azure File share. */
457
- storageAccountKey?: string;
458
- }
459
-
460
- /** Represents a volume that is populated with the contents of a git repository */
461
- export interface GitRepoVolume {
462
- /** 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. */
463
- directory?: string;
464
- /** Repository URL */
465
- repository: string;
466
- /** Commit hash for the specified revision. */
467
- revision?: string;
468
- }
469
-
470
- /** The instance view of the container group. Only valid in response. */
471
- export interface ContainerGroupPropertiesInstanceView {
472
- /**
473
- * The events of this container group.
474
- * NOTE: This property will not be serialized. It can only be populated by the server.
475
- */
476
- readonly events?: Event[];
477
- /**
478
- * The state of the container group. Only valid in response.
479
- * NOTE: This property will not be serialized. It can only be populated by the server.
480
- */
481
- readonly state?: string;
482
- }
483
-
484
- /** Container group diagnostic information. */
485
- export interface ContainerGroupDiagnostics {
486
- /** Container group log analytics information. */
487
- logAnalytics?: LogAnalytics;
488
- }
489
-
490
- /** Container group log analytics information. */
491
- export interface LogAnalytics {
492
- /** The workspace id for log analytics */
493
- workspaceId: string;
494
- /** The workspace key for log analytics */
495
- workspaceKey: string;
496
- /** The log type to be used. */
497
- logType?: LogAnalyticsLogType;
498
- /** Metadata for log analytics. */
499
- metadata?: { [propertyName: string]: string };
500
- /** The workspace resource id for log analytics */
501
- workspaceResourceId?: string;
502
- }
503
-
504
- /** Container group subnet information. */
505
- export interface ContainerGroupSubnetId {
506
- /** Resource ID of virtual network and subnet. */
507
- id: string;
508
- /** Friendly name for the subnet. */
509
- name?: string;
510
- }
511
-
512
- /** DNS configuration for the container group. */
513
- export interface DnsConfiguration {
514
- /** The DNS servers for the container group. */
515
- nameServers: string[];
516
- /** The DNS search domains for hostname lookup in the container group. */
517
- searchDomains?: string;
518
- /** The DNS options for the container group. */
519
- options?: string;
520
- }
521
-
522
- /** The container group encryption properties. */
523
- export interface EncryptionProperties {
524
- /** The keyvault base url. */
525
- vaultBaseUrl: string;
526
- /** The encryption key name. */
527
- keyName: string;
528
- /** The encryption key version. */
529
- keyVersion: string;
530
- /** The keyvault managed identity. */
531
- identity?: string;
532
- }
533
-
534
- /** The init container definition. */
535
- export interface InitContainerDefinition {
536
- /** The name for the init container. */
537
- name: string;
538
- /** The image of the init container. */
539
- image?: string;
540
- /** The command to execute within the init container in exec form. */
541
- command?: string[];
542
- /** The environment variables to set in the init container. */
543
- environmentVariables?: EnvironmentVariable[];
544
- /**
545
- * The instance view of the init container. Only valid in response.
546
- * NOTE: This property will not be serialized. It can only be populated by the server.
547
- */
548
- readonly instanceView?: InitContainerPropertiesDefinitionInstanceView;
549
- /** The volume mounts available to the init container. */
550
- volumeMounts?: VolumeMount[];
551
- /** The container security properties. */
552
- securityContext?: SecurityContextDefinition;
553
- }
554
-
555
- /** The instance view of the init container. Only valid in response. */
556
- export interface InitContainerPropertiesDefinitionInstanceView {
557
- /**
558
- * The number of times that the init container has been restarted.
559
- * NOTE: This property will not be serialized. It can only be populated by the server.
560
- */
561
- readonly restartCount?: number;
562
- /**
563
- * The current state of the init container.
564
- * NOTE: This property will not be serialized. It can only be populated by the server.
565
- */
566
- readonly currentState?: ContainerState;
567
- /**
568
- * The previous state of the init container.
569
- * NOTE: This property will not be serialized. It can only be populated by the server.
570
- */
571
- readonly previousState?: ContainerState;
572
- /**
573
- * The events of the init container.
574
- * NOTE: This property will not be serialized. It can only be populated by the server.
575
- */
576
- readonly events?: Event[];
577
- }
578
-
579
- /** Extension sidecars to be added to the deployment. */
580
- export interface DeploymentExtensionSpec {
581
- /** Name of the extension. */
582
- name: string;
583
- /** Type of extension to be added. */
584
- extensionType?: string;
585
- /** Version of the extension being used. */
586
- version?: string;
587
- /** Settings for the extension. */
588
- settings?: Record<string, unknown>;
589
- /** Protected settings for the extension. */
590
- protectedSettings?: Record<string, unknown>;
591
- }
592
-
593
- /** The properties for confidential container group */
594
- export interface ConfidentialComputeProperties {
595
- /** The base64 encoded confidential compute enforcement policy */
596
- ccePolicy?: string;
597
- }
598
-
599
- /** The container group profile reference. */
600
- export interface ContainerGroupProfileReferenceDefinition {
601
- /** 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}'. */
602
- id?: string;
603
- /** The container group profile reference revision. */
604
- revision?: number;
605
- }
606
-
607
- /** The standby pool profile reference. */
608
- export interface StandbyPoolProfileDefinition {
609
- /** 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}'. */
610
- id?: string;
611
- /** The flag to determine whether ACI should fail the create request if the container group can not be obtained from standby pool. */
612
- failContainerGroupCreateOnReuseFailure?: boolean;
613
- }
614
-
615
- /** An error response from the Container Instance service. */
616
- export interface CloudError {
617
- /** An error response from the Container Instance service. */
618
- error?: CloudErrorBody;
619
- }
620
-
621
- /** An error response from the Container Instance service. */
622
- export interface CloudErrorBody {
623
- /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
624
- code?: string;
625
- /** A message describing the error, intended to be suitable for display in a user interface. */
626
- message?: string;
627
- /** The target of the particular error. For example, the name of the property in error. */
628
- target?: string;
629
- /** A list of additional details about the error. */
630
- details?: CloudErrorBody[];
631
- }
632
-
633
- /** The operation list response that contains all operations for Azure Container Instance service. */
634
- export interface OperationListResult {
635
- /** The list of operations. */
636
- value?: Operation[];
637
- /** The URI to fetch the next page of operations. */
638
- nextLink?: string;
639
- }
640
-
641
- /** An operation for Azure Container Instance service. */
642
- export interface Operation {
643
- /** The name of the operation. */
644
- name: string;
645
- /** The display information of the operation. */
646
- display: OperationDisplay;
647
- /** The additional properties. */
648
- properties?: Record<string, unknown>;
649
- /** The intended executor of the operation. */
650
- origin?: ContainerInstanceOperationsOrigin;
651
- }
652
-
653
- /** The display information of the operation. */
654
- export interface OperationDisplay {
655
- /** The name of the provider of the operation. */
656
- provider?: string;
657
- /** The name of the resource type of the operation. */
658
- resource?: string;
659
- /** The friendly name of the operation. */
660
- operation?: string;
661
- /** The description of the operation. */
662
- description?: string;
663
- }
664
-
665
- /** The response containing the usage data */
666
- export interface UsageListResult {
667
- /**
668
- * The usage data.
669
- * NOTE: This property will not be serialized. It can only be populated by the server.
670
- */
671
- readonly value?: Usage[];
672
- }
673
-
674
- /** A single usage result */
675
- export interface Usage {
676
- /**
677
- * Id of the usage result
678
- * NOTE: This property will not be serialized. It can only be populated by the server.
679
- */
680
- readonly id?: string;
681
- /**
682
- * Unit of the usage result
683
- * NOTE: This property will not be serialized. It can only be populated by the server.
684
- */
685
- readonly unit?: string;
686
- /**
687
- * The current usage of the resource
688
- * NOTE: This property will not be serialized. It can only be populated by the server.
689
- */
690
- readonly currentValue?: number;
691
- /**
692
- * The maximum permitted usage of the resource.
693
- * NOTE: This property will not be serialized. It can only be populated by the server.
694
- */
695
- readonly limit?: number;
696
- /**
697
- * The name object of the resource
698
- * NOTE: This property will not be serialized. It can only be populated by the server.
699
- */
700
- readonly name?: UsageName;
701
- }
702
-
703
- /** The name object of the resource */
704
- export interface UsageName {
705
- /**
706
- * The name of the resource
707
- * NOTE: This property will not be serialized. It can only be populated by the server.
708
- */
709
- readonly value?: string;
710
- /**
711
- * The localized name of the resource
712
- * NOTE: This property will not be serialized. It can only be populated by the server.
713
- */
714
- readonly localizedValue?: string;
715
- }
716
-
717
- /** The logs. */
718
- export interface Logs {
719
- /** The content of the log. */
720
- content?: string;
721
- }
722
-
723
- /** The container exec request. */
724
- export interface ContainerExecRequest {
725
- /** The command to be executed. */
726
- command?: string;
727
- /** The size of the terminal. */
728
- terminalSize?: ContainerExecRequestTerminalSize;
729
- }
730
-
731
- /** The size of the terminal. */
732
- export interface ContainerExecRequestTerminalSize {
733
- /** The row size of the terminal */
734
- rows?: number;
735
- /** The column size of the terminal */
736
- cols?: number;
737
- }
738
-
739
- /** The information for the container exec command. */
740
- export interface ContainerExecResponse {
741
- /** The uri for the exec websocket. */
742
- webSocketUri?: string;
743
- /** The password to start the exec command. */
744
- password?: string;
745
- }
746
-
747
- /** The information for the output stream from container attach. */
748
- export interface ContainerAttachResponse {
749
- /** The uri for the output stream from the attach. */
750
- webSocketUri?: string;
751
- /** The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri. */
752
- password?: string;
753
- }
754
-
755
- /** The response containing cached images. */
756
- export interface CachedImagesListResult {
757
- /** The list of cached images. */
758
- value?: CachedImages[];
759
- /** The URI to fetch the next page of cached images. */
760
- nextLink?: string;
761
- }
762
-
763
- /** The cached image and OS type. */
764
- export interface CachedImages {
765
- /** The OS type of the cached image. */
766
- osType: string;
767
- /** The cached image name. */
768
- image: string;
769
- }
770
-
771
- /** The response containing list of capabilities. */
772
- export interface CapabilitiesListResult {
773
- /** The list of capabilities. */
774
- value?: Capabilities[];
775
- /** The URI to fetch the next page of capabilities. */
776
- nextLink?: string;
777
- }
778
-
779
- /** The regional capabilities. */
780
- export interface Capabilities {
781
- /**
782
- * The resource type that this capability describes.
783
- * NOTE: This property will not be serialized. It can only be populated by the server.
784
- */
785
- readonly resourceType?: string;
786
- /**
787
- * The OS type that this capability describes.
788
- * NOTE: This property will not be serialized. It can only be populated by the server.
789
- */
790
- readonly osType?: string;
791
- /**
792
- * The resource location.
793
- * NOTE: This property will not be serialized. It can only be populated by the server.
794
- */
795
- readonly location?: string;
796
- /**
797
- * The ip address type that this capability describes.
798
- * NOTE: This property will not be serialized. It can only be populated by the server.
799
- */
800
- readonly ipAddressType?: string;
801
- /**
802
- * The GPU sku that this capability describes.
803
- * NOTE: This property will not be serialized. It can only be populated by the server.
804
- */
805
- readonly gpu?: string;
806
- /**
807
- * The supported capabilities.
808
- * NOTE: This property will not be serialized. It can only be populated by the server.
809
- */
810
- readonly capabilities?: CapabilitiesCapabilities;
811
- }
812
-
813
- /** The supported capabilities. */
814
- export interface CapabilitiesCapabilities {
815
- /**
816
- * The maximum allowed memory request in GB.
817
- * NOTE: This property will not be serialized. It can only be populated by the server.
818
- */
819
- readonly maxMemoryInGB?: number;
820
- /**
821
- * The maximum allowed CPU request in cores.
822
- * NOTE: This property will not be serialized. It can only be populated by the server.
823
- */
824
- readonly maxCpu?: number;
825
- /**
826
- * The maximum allowed GPU count.
827
- * NOTE: This property will not be serialized. It can only be populated by the server.
828
- */
829
- readonly maxGpuCount?: number;
830
- }
831
-
832
- /** The container group profile list response that contains the container group profile properties. */
833
- export interface ContainerGroupProfileListResult {
834
- /** The list of container group profiles. */
835
- value?: ContainerGroupProfile[];
836
- /** The URI to fetch the next page of container group profiles. */
837
- nextLink?: string;
838
- }
839
-
840
- /** The container group profile properties */
841
- export interface ContainerGroupProfileProperties {
842
- /** The containers within the container group. */
843
- containers: Container[];
844
- /** The image registry credentials by which the container group is created from. */
845
- imageRegistryCredentials?: ImageRegistryCredential[];
846
- /**
847
- * Restart policy for all containers within the container group.
848
- * - `Always` Always restart
849
- * - `OnFailure` Restart on failure
850
- * - `Never` Never restart
851
- *
852
- */
853
- restartPolicy?: ContainerGroupRestartPolicy;
854
- /** The IP address type of the container group. */
855
- ipAddress?: IpAddress;
856
- /** The operating system type required by the containers in the container group. */
857
- osType: OperatingSystemTypes;
858
- /** The list of volumes that can be mounted by containers in this container group. */
859
- volumes?: Volume[];
860
- /** The diagnostic information for a container group. */
861
- diagnostics?: ContainerGroupDiagnostics;
862
- /** The SKU for a container group. */
863
- sku?: ContainerGroupSku;
864
- /** The encryption properties for a container group. */
865
- encryptionProperties?: EncryptionProperties;
866
- /** The init containers for a container group. */
867
- initContainers?: InitContainerDefinition[];
868
- /** extensions used by virtual kubelet */
869
- extensions?: DeploymentExtensionSpec[];
870
- /** The properties for confidential container group */
871
- confidentialComputeProperties?: ConfidentialComputeProperties;
872
- /** The priority of the container group. */
873
- priority?: ContainerGroupPriority;
874
- /**
875
- * The container group profile current revision number. This only appears in the response.
876
- * NOTE: This property will not be serialized. It can only be populated by the server.
877
- */
878
- readonly revision?: number;
879
- }
880
-
881
- /** Properties of container group profile that need to be patched */
882
- export interface ContainerGroupProfilePatch {
883
- /** Resource tags. */
884
- tags?: { [propertyName: string]: string };
885
- }
886
-
887
- /** A container group. */
888
- export interface ContainerGroup extends Resource, ContainerGroupProperties {}
889
-
890
- /** A container group profile. */
891
- export interface ContainerGroupProfile
892
- extends Resource,
893
- ContainerGroupProfileProperties {}
894
-
895
- /** Known values of {@link ContainerNetworkProtocol} that the service accepts. */
896
- export enum KnownContainerNetworkProtocol {
897
- /** TCP */
898
- TCP = "TCP",
899
- /** UDP */
900
- UDP = "UDP",
901
- }
902
-
903
- /**
904
- * Defines values for ContainerNetworkProtocol. \
905
- * {@link KnownContainerNetworkProtocol} can be used interchangeably with ContainerNetworkProtocol,
906
- * this enum contains the known values that the service supports.
907
- * ### Known values supported by the service
908
- * **TCP** \
909
- * **UDP**
910
- */
911
- export type ContainerNetworkProtocol = string;
912
-
913
- /** Known values of {@link GpuSku} that the service accepts. */
914
- export enum KnownGpuSku {
915
- /** K80 */
916
- K80 = "K80",
917
- /** P100 */
918
- P100 = "P100",
919
- /** V100 */
920
- V100 = "V100",
921
- }
922
-
923
- /**
924
- * Defines values for GpuSku. \
925
- * {@link KnownGpuSku} can be used interchangeably with GpuSku,
926
- * this enum contains the known values that the service supports.
927
- * ### Known values supported by the service
928
- * **K80** \
929
- * **P100** \
930
- * **V100**
931
- */
932
- export type GpuSku = string;
933
-
934
- /** Known values of {@link Scheme} that the service accepts. */
935
- export enum KnownScheme {
936
- /** Http */
937
- Http = "http",
938
- /** Https */
939
- Https = "https",
940
- }
941
-
942
- /**
943
- * Defines values for Scheme. \
944
- * {@link KnownScheme} can be used interchangeably with Scheme,
945
- * this enum contains the known values that the service supports.
946
- * ### Known values supported by the service
947
- * **http** \
948
- * **https**
949
- */
950
- export type Scheme = string;
951
-
952
- /** Known values of {@link ContainerGroupRestartPolicy} that the service accepts. */
953
- export enum KnownContainerGroupRestartPolicy {
954
- /** Always */
955
- Always = "Always",
956
- /** OnFailure */
957
- OnFailure = "OnFailure",
958
- /** Never */
959
- Never = "Never",
960
- }
961
-
962
- /**
963
- * Defines values for ContainerGroupRestartPolicy. \
964
- * {@link KnownContainerGroupRestartPolicy} can be used interchangeably with ContainerGroupRestartPolicy,
965
- * this enum contains the known values that the service supports.
966
- * ### Known values supported by the service
967
- * **Always** \
968
- * **OnFailure** \
969
- * **Never**
970
- */
971
- export type ContainerGroupRestartPolicy = string;
972
-
973
- /** Known values of {@link ContainerGroupNetworkProtocol} that the service accepts. */
974
- export enum KnownContainerGroupNetworkProtocol {
975
- /** TCP */
976
- TCP = "TCP",
977
- /** UDP */
978
- UDP = "UDP",
979
- }
980
-
981
- /**
982
- * Defines values for ContainerGroupNetworkProtocol. \
983
- * {@link KnownContainerGroupNetworkProtocol} can be used interchangeably with ContainerGroupNetworkProtocol,
984
- * this enum contains the known values that the service supports.
985
- * ### Known values supported by the service
986
- * **TCP** \
987
- * **UDP**
988
- */
989
- export type ContainerGroupNetworkProtocol = string;
990
-
991
- /** Known values of {@link ContainerGroupIpAddressType} that the service accepts. */
992
- export enum KnownContainerGroupIpAddressType {
993
- /** Public */
994
- Public = "Public",
995
- /** Private */
996
- Private = "Private",
997
- }
998
-
999
- /**
1000
- * Defines values for ContainerGroupIpAddressType. \
1001
- * {@link KnownContainerGroupIpAddressType} can be used interchangeably with ContainerGroupIpAddressType,
1002
- * this enum contains the known values that the service supports.
1003
- * ### Known values supported by the service
1004
- * **Public** \
1005
- * **Private**
1006
- */
1007
- export type ContainerGroupIpAddressType = string;
1008
-
1009
- /** Known values of {@link DnsNameLabelReusePolicy} that the service accepts. */
1010
- export enum KnownDnsNameLabelReusePolicy {
1011
- /** Unsecure */
1012
- Unsecure = "Unsecure",
1013
- /** TenantReuse */
1014
- TenantReuse = "TenantReuse",
1015
- /** SubscriptionReuse */
1016
- SubscriptionReuse = "SubscriptionReuse",
1017
- /** ResourceGroupReuse */
1018
- ResourceGroupReuse = "ResourceGroupReuse",
1019
- /** Noreuse */
1020
- Noreuse = "Noreuse",
1021
- }
1022
-
1023
- /**
1024
- * Defines values for DnsNameLabelReusePolicy. \
1025
- * {@link KnownDnsNameLabelReusePolicy} can be used interchangeably with DnsNameLabelReusePolicy,
1026
- * this enum contains the known values that the service supports.
1027
- * ### Known values supported by the service
1028
- * **Unsecure** \
1029
- * **TenantReuse** \
1030
- * **SubscriptionReuse** \
1031
- * **ResourceGroupReuse** \
1032
- * **Noreuse**
1033
- */
1034
- export type DnsNameLabelReusePolicy = string;
1035
-
1036
- /** Known values of {@link OperatingSystemTypes} that the service accepts. */
1037
- export enum KnownOperatingSystemTypes {
1038
- /** Windows */
1039
- Windows = "Windows",
1040
- /** Linux */
1041
- Linux = "Linux",
1042
- }
1043
-
1044
- /**
1045
- * Defines values for OperatingSystemTypes. \
1046
- * {@link KnownOperatingSystemTypes} can be used interchangeably with OperatingSystemTypes,
1047
- * this enum contains the known values that the service supports.
1048
- * ### Known values supported by the service
1049
- * **Windows** \
1050
- * **Linux**
1051
- */
1052
- export type OperatingSystemTypes = string;
1053
-
1054
- /** Known values of {@link LogAnalyticsLogType} that the service accepts. */
1055
- export enum KnownLogAnalyticsLogType {
1056
- /** ContainerInsights */
1057
- ContainerInsights = "ContainerInsights",
1058
- /** ContainerInstanceLogs */
1059
- ContainerInstanceLogs = "ContainerInstanceLogs",
1060
- }
1061
-
1062
- /**
1063
- * Defines values for LogAnalyticsLogType. \
1064
- * {@link KnownLogAnalyticsLogType} can be used interchangeably with LogAnalyticsLogType,
1065
- * this enum contains the known values that the service supports.
1066
- * ### Known values supported by the service
1067
- * **ContainerInsights** \
1068
- * **ContainerInstanceLogs**
1069
- */
1070
- export type LogAnalyticsLogType = string;
1071
-
1072
- /** Known values of {@link ContainerGroupSku} that the service accepts. */
1073
- export enum KnownContainerGroupSku {
1074
- /** Standard */
1075
- Standard = "Standard",
1076
- /** Dedicated */
1077
- Dedicated = "Dedicated",
1078
- /** Confidential */
1079
- Confidential = "Confidential",
1080
- }
1081
-
1082
- /**
1083
- * Defines values for ContainerGroupSku. \
1084
- * {@link KnownContainerGroupSku} can be used interchangeably with ContainerGroupSku,
1085
- * this enum contains the known values that the service supports.
1086
- * ### Known values supported by the service
1087
- * **Standard** \
1088
- * **Dedicated** \
1089
- * **Confidential**
1090
- */
1091
- export type ContainerGroupSku = string;
1092
-
1093
- /** Known values of {@link ContainerGroupPriority} that the service accepts. */
1094
- export enum KnownContainerGroupPriority {
1095
- /** Regular */
1096
- Regular = "Regular",
1097
- /** Spot */
1098
- Spot = "Spot",
1099
- }
1100
-
1101
- /**
1102
- * Defines values for ContainerGroupPriority. \
1103
- * {@link KnownContainerGroupPriority} can be used interchangeably with ContainerGroupPriority,
1104
- * this enum contains the known values that the service supports.
1105
- * ### Known values supported by the service
1106
- * **Regular** \
1107
- * **Spot**
1108
- */
1109
- export type ContainerGroupPriority = string;
1110
-
1111
- /** Known values of {@link ContainerInstanceOperationsOrigin} that the service accepts. */
1112
- export enum KnownContainerInstanceOperationsOrigin {
1113
- /** User */
1114
- User = "User",
1115
- /** System */
1116
- System = "System",
1117
- }
1118
-
1119
- /**
1120
- * Defines values for ContainerInstanceOperationsOrigin. \
1121
- * {@link KnownContainerInstanceOperationsOrigin} can be used interchangeably with ContainerInstanceOperationsOrigin,
1122
- * this enum contains the known values that the service supports.
1123
- * ### Known values supported by the service
1124
- * **User** \
1125
- * **System**
1126
- */
1127
- export type ContainerInstanceOperationsOrigin = string;
1128
- /** Defines values for ResourceIdentityType. */
1129
- export type ResourceIdentityType =
1130
- | "SystemAssigned"
1131
- | "UserAssigned"
1132
- | "SystemAssigned, UserAssigned"
1133
- | "None";
1134
-
1135
- /** Optional parameters. */
1136
- export interface ContainerGroupsListOptionalParams
1137
- extends coreClient.OperationOptions {}
1138
-
1139
- /** Contains response data for the list operation. */
1140
- export type ContainerGroupsListResponse = ContainerGroupListResult;
1141
-
1142
- /** Optional parameters. */
1143
- export interface ContainerGroupsListByResourceGroupOptionalParams
1144
- extends coreClient.OperationOptions {}
1145
-
1146
- /** Contains response data for the listByResourceGroup operation. */
1147
- export type ContainerGroupsListByResourceGroupResponse =
1148
- ContainerGroupListResult;
1149
-
1150
- /** Optional parameters. */
1151
- export interface ContainerGroupsGetOptionalParams
1152
- extends coreClient.OperationOptions {}
1153
-
1154
- /** Contains response data for the get operation. */
1155
- export type ContainerGroupsGetResponse = ContainerGroup;
1156
-
1157
- /** Optional parameters. */
1158
- export interface ContainerGroupsCreateOrUpdateOptionalParams
1159
- extends coreClient.OperationOptions {
1160
- /** Delay to wait until next poll, in milliseconds. */
1161
- updateIntervalInMs?: number;
1162
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1163
- resumeFrom?: string;
1164
- }
1165
-
1166
- /** Contains response data for the createOrUpdate operation. */
1167
- export type ContainerGroupsCreateOrUpdateResponse = ContainerGroup;
1168
-
1169
- /** Optional parameters. */
1170
- export interface ContainerGroupsUpdateOptionalParams
1171
- extends coreClient.OperationOptions {}
1172
-
1173
- /** Contains response data for the update operation. */
1174
- export type ContainerGroupsUpdateResponse = ContainerGroup;
1175
-
1176
- /** Optional parameters. */
1177
- export interface ContainerGroupsDeleteOptionalParams
1178
- extends coreClient.OperationOptions {
1179
- /** Delay to wait until next poll, in milliseconds. */
1180
- updateIntervalInMs?: number;
1181
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1182
- resumeFrom?: string;
1183
- }
1184
-
1185
- /** Contains response data for the delete operation. */
1186
- export type ContainerGroupsDeleteResponse = ContainerGroup;
1187
-
1188
- /** Optional parameters. */
1189
- export interface ContainerGroupsRestartOptionalParams
1190
- extends coreClient.OperationOptions {
1191
- /** Delay to wait until next poll, in milliseconds. */
1192
- updateIntervalInMs?: number;
1193
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1194
- resumeFrom?: string;
1195
- }
1196
-
1197
- /** Optional parameters. */
1198
- export interface ContainerGroupsStopOptionalParams
1199
- extends coreClient.OperationOptions {}
1200
-
1201
- /** Optional parameters. */
1202
- export interface ContainerGroupsStartOptionalParams
1203
- extends coreClient.OperationOptions {
1204
- /** Delay to wait until next poll, in milliseconds. */
1205
- updateIntervalInMs?: number;
1206
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1207
- resumeFrom?: string;
1208
- }
1209
-
1210
- /** Optional parameters. */
1211
- export interface ContainerGroupsGetOutboundNetworkDependenciesEndpointsOptionalParams
1212
- extends coreClient.OperationOptions {}
1213
-
1214
- /** Contains response data for the getOutboundNetworkDependenciesEndpoints operation. */
1215
- export type ContainerGroupsGetOutboundNetworkDependenciesEndpointsResponse = {
1216
- /** The parsed response body. */
1217
- body: string[];
1218
- };
1219
-
1220
- /** Optional parameters. */
1221
- export interface ContainerGroupsListNextOptionalParams
1222
- extends coreClient.OperationOptions {}
1223
-
1224
- /** Contains response data for the listNext operation. */
1225
- export type ContainerGroupsListNextResponse = ContainerGroupListResult;
1226
-
1227
- /** Optional parameters. */
1228
- export interface ContainerGroupsListByResourceGroupNextOptionalParams
1229
- extends coreClient.OperationOptions {}
1230
-
1231
- /** Contains response data for the listByResourceGroupNext operation. */
1232
- export type ContainerGroupsListByResourceGroupNextResponse =
1233
- ContainerGroupListResult;
1234
-
1235
- /** Optional parameters. */
1236
- export interface OperationsListOptionalParams
1237
- extends coreClient.OperationOptions {}
1238
-
1239
- /** Contains response data for the list operation. */
1240
- export type OperationsListResponse = OperationListResult;
1241
-
1242
- /** Optional parameters. */
1243
- export interface OperationsListNextOptionalParams
1244
- extends coreClient.OperationOptions {}
1245
-
1246
- /** Contains response data for the listNext operation. */
1247
- export type OperationsListNextResponse = OperationListResult;
1248
-
1249
- /** Optional parameters. */
1250
- export interface LocationListUsageOptionalParams
1251
- extends coreClient.OperationOptions {}
1252
-
1253
- /** Contains response data for the listUsage operation. */
1254
- export type LocationListUsageResponse = UsageListResult;
1255
-
1256
- /** Optional parameters. */
1257
- export interface LocationListCachedImagesOptionalParams
1258
- extends coreClient.OperationOptions {}
1259
-
1260
- /** Contains response data for the listCachedImages operation. */
1261
- export type LocationListCachedImagesResponse = CachedImagesListResult;
1262
-
1263
- /** Optional parameters. */
1264
- export interface LocationListCapabilitiesOptionalParams
1265
- extends coreClient.OperationOptions {}
1266
-
1267
- /** Contains response data for the listCapabilities operation. */
1268
- export type LocationListCapabilitiesResponse = CapabilitiesListResult;
1269
-
1270
- /** Optional parameters. */
1271
- export interface LocationListCachedImagesNextOptionalParams
1272
- extends coreClient.OperationOptions {}
1273
-
1274
- /** Contains response data for the listCachedImagesNext operation. */
1275
- export type LocationListCachedImagesNextResponse = CachedImagesListResult;
1276
-
1277
- /** Optional parameters. */
1278
- export interface LocationListCapabilitiesNextOptionalParams
1279
- extends coreClient.OperationOptions {}
1280
-
1281
- /** Contains response data for the listCapabilitiesNext operation. */
1282
- export type LocationListCapabilitiesNextResponse = CapabilitiesListResult;
1283
-
1284
- /** Optional parameters. */
1285
- export interface ContainersListLogsOptionalParams
1286
- extends coreClient.OperationOptions {
1287
- /** The number of lines to show from the tail of the container instance log. If not provided, all available logs are shown up to 4mb. */
1288
- tail?: number;
1289
- /** If true, adds a timestamp at the beginning of every line of log output. If not provided, defaults to false. */
1290
- timestamps?: boolean;
1291
- }
1292
-
1293
- /** Contains response data for the listLogs operation. */
1294
- export type ContainersListLogsResponse = Logs;
1295
-
1296
- /** Optional parameters. */
1297
- export interface ContainersExecuteCommandOptionalParams
1298
- extends coreClient.OperationOptions {}
1299
-
1300
- /** Contains response data for the executeCommand operation. */
1301
- export type ContainersExecuteCommandResponse = ContainerExecResponse;
1302
-
1303
- /** Optional parameters. */
1304
- export interface ContainersAttachOptionalParams
1305
- extends coreClient.OperationOptions {}
1306
-
1307
- /** Contains response data for the attach operation. */
1308
- export type ContainersAttachResponse = ContainerAttachResponse;
1309
-
1310
- /** Optional parameters. */
1311
- export interface SubnetServiceAssociationLinkDeleteOptionalParams
1312
- extends coreClient.OperationOptions {
1313
- /** Delay to wait until next poll, in milliseconds. */
1314
- updateIntervalInMs?: number;
1315
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1316
- resumeFrom?: string;
1317
- }
1318
-
1319
- /** Optional parameters. */
1320
- export interface ContainerGroupProfilesListOptionalParams
1321
- extends coreClient.OperationOptions {}
1322
-
1323
- /** Contains response data for the list operation. */
1324
- export type ContainerGroupProfilesListResponse =
1325
- ContainerGroupProfileListResult;
1326
-
1327
- /** Optional parameters. */
1328
- export interface ContainerGroupProfilesListByResourceGroupOptionalParams
1329
- extends coreClient.OperationOptions {}
1330
-
1331
- /** Contains response data for the listByResourceGroup operation. */
1332
- export type ContainerGroupProfilesListByResourceGroupResponse =
1333
- ContainerGroupProfileListResult;
1334
-
1335
- /** Optional parameters. */
1336
- export interface ContainerGroupProfilesGetOptionalParams
1337
- extends coreClient.OperationOptions {}
1338
-
1339
- /** Contains response data for the get operation. */
1340
- export type ContainerGroupProfilesGetResponse = ContainerGroupProfile;
1341
-
1342
- /** Optional parameters. */
1343
- export interface ContainerGroupProfilesCreateOrUpdateOptionalParams
1344
- extends coreClient.OperationOptions {}
1345
-
1346
- /** Contains response data for the createOrUpdate operation. */
1347
- export type ContainerGroupProfilesCreateOrUpdateResponse =
1348
- ContainerGroupProfile;
1349
-
1350
- /** Optional parameters. */
1351
- export interface ContainerGroupProfilesPatchOptionalParams
1352
- extends coreClient.OperationOptions {}
1353
-
1354
- /** Contains response data for the patch operation. */
1355
- export type ContainerGroupProfilesPatchResponse = ContainerGroupProfile;
1356
-
1357
- /** Optional parameters. */
1358
- export interface ContainerGroupProfilesDeleteOptionalParams
1359
- extends coreClient.OperationOptions {}
1360
-
1361
- /** Optional parameters. */
1362
- export interface ContainerGroupProfilesListNextOptionalParams
1363
- extends coreClient.OperationOptions {}
1364
-
1365
- /** Contains response data for the listNext operation. */
1366
- export type ContainerGroupProfilesListNextResponse =
1367
- ContainerGroupProfileListResult;
1368
-
1369
- /** Optional parameters. */
1370
- export interface ContainerGroupProfilesListByResourceGroupNextOptionalParams
1371
- extends coreClient.OperationOptions {}
1372
-
1373
- /** Contains response data for the listByResourceGroupNext operation. */
1374
- export type ContainerGroupProfilesListByResourceGroupNextResponse =
1375
- ContainerGroupProfileListResult;
1376
-
1377
- /** Optional parameters. */
1378
- export interface ContainerGroupProfileListAllRevisionsOptionalParams
1379
- extends coreClient.OperationOptions {}
1380
-
1381
- /** Contains response data for the listAllRevisions operation. */
1382
- export type ContainerGroupProfileListAllRevisionsResponse =
1383
- ContainerGroupProfileListResult;
1384
-
1385
- /** Optional parameters. */
1386
- export interface ContainerGroupProfileGetByRevisionNumberOptionalParams
1387
- extends coreClient.OperationOptions {}
1388
-
1389
- /** Contains response data for the getByRevisionNumber operation. */
1390
- export type ContainerGroupProfileGetByRevisionNumberResponse =
1391
- ContainerGroupProfile;
1392
-
1393
- /** Optional parameters. */
1394
- export interface ContainerGroupProfileListAllRevisionsNextOptionalParams
1395
- extends coreClient.OperationOptions {}
1396
-
1397
- /** Contains response data for the listAllRevisionsNext operation. */
1398
- export type ContainerGroupProfileListAllRevisionsNextResponse =
1399
- ContainerGroupProfileListResult;
1400
-
1401
- /** Optional parameters. */
1402
- export interface ContainerInstanceManagementClientOptionalParams
1403
- extends coreClient.ServiceClientOptions {
1404
- /** server parameter */
1405
- $host?: string;
1406
- /** Api Version */
1407
- apiVersion?: string;
1408
- /** Overrides client endpoint. */
1409
- endpoint?: string;
1410
- }