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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (807) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +12 -13
  3. package/dist/browser/api/cgProfile/index.d.ts +3 -0
  4. package/dist/browser/api/cgProfile/index.js +4 -0
  5. package/dist/browser/api/cgProfile/index.js.map +1 -0
  6. package/dist/browser/api/cgProfile/operations.d.ts +30 -0
  7. package/dist/browser/api/cgProfile/operations.js +192 -0
  8. package/dist/browser/api/cgProfile/operations.js.map +1 -0
  9. package/dist/browser/api/cgProfile/options.d.ts +20 -0
  10. package/dist/browser/api/cgProfile/options.js +4 -0
  11. package/dist/browser/api/cgProfile/options.js.map +1 -0
  12. package/dist/browser/api/cgProfiles/index.d.ts +3 -0
  13. package/dist/browser/api/cgProfiles/index.js +4 -0
  14. package/dist/browser/api/cgProfiles/index.js.map +1 -0
  15. package/dist/browser/api/cgProfiles/operations.d.ts +14 -0
  16. package/dist/browser/api/cgProfiles/operations.js +70 -0
  17. package/dist/browser/api/cgProfiles/operations.js.map +1 -0
  18. package/dist/browser/api/cgProfiles/options.d.ts +8 -0
  19. package/dist/browser/api/cgProfiles/options.js +4 -0
  20. package/dist/browser/api/cgProfiles/options.js.map +1 -0
  21. package/dist/browser/api/containerGroups/index.d.ts +3 -0
  22. package/dist/browser/api/containerGroups/index.js +4 -0
  23. package/dist/browser/api/containerGroups/index.js.map +1 -0
  24. package/dist/browser/api/containerGroups/operations.d.ts +47 -0
  25. package/dist/browser/api/containerGroups/operations.js +334 -0
  26. package/dist/browser/api/containerGroups/operations.js.map +1 -0
  27. package/dist/browser/api/containerGroups/options.d.ts +40 -0
  28. package/dist/browser/api/containerGroups/options.js +4 -0
  29. package/dist/browser/api/containerGroups/options.js.map +1 -0
  30. package/dist/browser/api/containerInstanceManagementContext.d.ts +22 -0
  31. package/dist/browser/api/containerInstanceManagementContext.js +26 -0
  32. package/dist/browser/api/containerInstanceManagementContext.js.map +1 -0
  33. package/dist/browser/api/containers/index.d.ts +3 -0
  34. package/dist/browser/api/containers/index.js +4 -0
  35. package/dist/browser/api/containers/index.js.map +1 -0
  36. package/dist/browser/api/containers/operations.d.ts +17 -0
  37. package/dist/browser/api/containers/operations.js +103 -0
  38. package/dist/browser/api/containers/operations.js.map +1 -0
  39. package/dist/browser/api/containers/options.d.ts +15 -0
  40. package/dist/browser/api/containers/options.js +4 -0
  41. package/dist/browser/api/containers/options.js.map +1 -0
  42. package/dist/browser/api/index.d.ts +3 -0
  43. package/dist/browser/api/index.js +4 -0
  44. package/dist/browser/api/index.js.map +1 -0
  45. package/dist/browser/api/location/index.d.ts +3 -0
  46. package/dist/browser/api/location/index.js +4 -0
  47. package/dist/browser/api/location/index.js.map +1 -0
  48. package/dist/browser/api/location/operations.d.ts +18 -0
  49. package/dist/browser/api/location/operations.js +103 -0
  50. package/dist/browser/api/location/operations.js.map +1 -0
  51. package/dist/browser/api/location/options.d.ts +11 -0
  52. package/dist/browser/api/location/options.js +4 -0
  53. package/dist/browser/api/location/options.js.map +1 -0
  54. package/dist/browser/api/nGroups/index.d.ts +3 -0
  55. package/dist/browser/api/nGroups/index.js +4 -0
  56. package/dist/browser/api/nGroups/index.js.map +1 -0
  57. package/dist/browser/api/nGroups/operations.d.ts +43 -0
  58. package/dist/browser/api/nGroups/operations.js +298 -0
  59. package/dist/browser/api/nGroups/operations.js.map +1 -0
  60. package/dist/browser/api/nGroups/options.d.ts +39 -0
  61. package/dist/browser/api/nGroups/options.js +4 -0
  62. package/dist/browser/api/nGroups/options.js.map +1 -0
  63. package/dist/browser/api/operations/index.d.ts +3 -0
  64. package/dist/browser/api/operations/index.js +4 -0
  65. package/dist/browser/api/operations/index.js.map +1 -0
  66. package/dist/browser/api/operations/operations.d.ts +10 -0
  67. package/dist/browser/api/operations/operations.js +37 -0
  68. package/dist/browser/api/operations/operations.js.map +1 -0
  69. package/dist/browser/api/operations/options.d.ts +5 -0
  70. package/dist/browser/api/operations/options.js +4 -0
  71. package/dist/browser/api/operations/options.js.map +1 -0
  72. package/dist/browser/api/sandboxGroups/index.d.ts +3 -0
  73. package/dist/browser/api/sandboxGroups/index.js +4 -0
  74. package/dist/browser/api/sandboxGroups/index.js.map +1 -0
  75. package/dist/browser/api/sandboxGroups/operations.d.ts +35 -0
  76. package/dist/browser/api/sandboxGroups/operations.js +237 -0
  77. package/dist/browser/api/sandboxGroups/operations.js.map +1 -0
  78. package/dist/browser/api/sandboxGroups/options.d.ts +29 -0
  79. package/dist/browser/api/sandboxGroups/options.js +4 -0
  80. package/dist/browser/api/sandboxGroups/options.js.map +1 -0
  81. package/dist/browser/api/subnetServiceAssociationLink/index.d.ts +3 -0
  82. package/dist/browser/api/subnetServiceAssociationLink/index.js +4 -0
  83. package/dist/browser/api/subnetServiceAssociationLink/index.js.map +1 -0
  84. package/dist/browser/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  85. package/dist/browser/api/subnetServiceAssociationLink/operations.js +40 -0
  86. package/dist/browser/api/subnetServiceAssociationLink/operations.js.map +1 -0
  87. package/dist/browser/api/subnetServiceAssociationLink/options.d.ts +7 -0
  88. package/dist/browser/api/subnetServiceAssociationLink/options.js +4 -0
  89. package/dist/browser/api/subnetServiceAssociationLink/options.js.map +1 -0
  90. package/dist/browser/classic/cgProfile/index.d.ts +21 -0
  91. package/dist/browser/classic/cgProfile/index.js +19 -0
  92. package/dist/browser/classic/cgProfile/index.js.map +1 -0
  93. package/dist/browser/classic/cgProfiles/index.d.ts +13 -0
  94. package/dist/browser/classic/cgProfiles/index.js +15 -0
  95. package/dist/browser/classic/cgProfiles/index.js.map +1 -0
  96. package/dist/browser/classic/containerGroups/index.d.ts +47 -0
  97. package/dist/browser/classic/containerGroups/index.js +56 -0
  98. package/dist/browser/classic/containerGroups/index.js.map +1 -0
  99. package/dist/browser/classic/containers/index.d.ts +14 -0
  100. package/dist/browser/classic/containers/index.js +16 -0
  101. package/dist/browser/classic/containers/index.js.map +1 -0
  102. package/dist/browser/classic/index.d.ts +10 -0
  103. package/dist/browser/classic/index.js +4 -0
  104. package/dist/browser/classic/index.js.map +1 -0
  105. package/dist/browser/classic/location/index.d.ts +15 -0
  106. package/dist/browser/classic/location/index.js +16 -0
  107. package/dist/browser/classic/location/index.js.map +1 -0
  108. package/dist/browser/classic/nGroups/index.d.ts +49 -0
  109. package/dist/browser/classic/nGroups/index.js +63 -0
  110. package/dist/browser/classic/nGroups/index.js.map +1 -0
  111. package/dist/browser/classic/operations/index.d.ts +11 -0
  112. package/dist/browser/classic/operations/index.js +14 -0
  113. package/dist/browser/classic/operations/index.js.map +1 -0
  114. package/dist/browser/classic/sandboxGroups/index.d.ts +37 -0
  115. package/dist/browser/classic/sandboxGroups/index.js +45 -0
  116. package/dist/browser/classic/sandboxGroups/index.js.map +1 -0
  117. package/dist/browser/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  118. package/dist/browser/classic/subnetServiceAssociationLink/index.js +23 -0
  119. package/dist/browser/classic/subnetServiceAssociationLink/index.js.map +1 -0
  120. package/dist/browser/containerInstanceManagementClient.d.ts +37 -24
  121. package/dist/browser/containerInstanceManagementClient.js +57 -111
  122. package/dist/browser/containerInstanceManagementClient.js.map +1 -1
  123. package/dist/browser/index.d.ts +23 -3
  124. package/dist/browser/index.js +7 -11
  125. package/dist/browser/index.js.map +1 -1
  126. package/dist/browser/logger.d.ts +2 -0
  127. package/dist/browser/logger.js +5 -0
  128. package/dist/browser/logger.js.map +1 -0
  129. package/dist/browser/models/index.d.ts +2 -1241
  130. package/dist/browser/models/index.js +3 -115
  131. package/dist/browser/models/index.js.map +1 -1
  132. package/dist/browser/models/models.d.ts +1906 -0
  133. package/dist/browser/models/models.js +2594 -0
  134. package/dist/browser/models/models.js.map +1 -0
  135. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  136. package/dist/browser/restorePollerHelpers.js +118 -0
  137. package/dist/browser/restorePollerHelpers.js.map +1 -0
  138. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  139. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  140. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  141. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  142. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  143. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  144. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  145. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  146. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  147. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  148. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  149. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  150. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  151. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  152. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  153. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  154. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  155. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  156. package/dist/commonjs/api/cgProfile/index.d.ts +3 -0
  157. package/dist/commonjs/api/cgProfile/index.js +38 -0
  158. package/dist/commonjs/api/cgProfile/index.js.map +7 -0
  159. package/dist/commonjs/api/cgProfile/operations.d.ts +30 -0
  160. package/dist/commonjs/api/cgProfile/operations.js +292 -0
  161. package/dist/commonjs/api/cgProfile/operations.js.map +7 -0
  162. package/dist/commonjs/api/cgProfile/options.d.ts +20 -0
  163. package/dist/commonjs/api/cgProfile/options.js +16 -0
  164. package/dist/commonjs/api/cgProfile/options.js.map +7 -0
  165. package/dist/commonjs/api/cgProfiles/index.d.ts +3 -0
  166. package/dist/commonjs/api/cgProfiles/index.js +30 -0
  167. package/dist/commonjs/api/cgProfiles/index.js.map +7 -0
  168. package/dist/commonjs/api/cgProfiles/operations.d.ts +14 -0
  169. package/dist/commonjs/api/cgProfiles/operations.js +122 -0
  170. package/dist/commonjs/api/cgProfiles/operations.js.map +7 -0
  171. package/dist/commonjs/api/cgProfiles/options.d.ts +8 -0
  172. package/dist/commonjs/api/cgProfiles/options.js +16 -0
  173. package/dist/commonjs/api/cgProfiles/options.js.map +7 -0
  174. package/dist/commonjs/api/containerGroups/index.d.ts +3 -0
  175. package/dist/commonjs/api/containerGroups/index.js +46 -0
  176. package/dist/commonjs/api/containerGroups/index.js.map +7 -0
  177. package/dist/commonjs/api/containerGroups/operations.d.ts +47 -0
  178. package/dist/commonjs/api/containerGroups/operations.js +469 -0
  179. package/dist/commonjs/api/containerGroups/operations.js.map +7 -0
  180. package/dist/commonjs/api/containerGroups/options.d.ts +40 -0
  181. package/dist/commonjs/api/containerGroups/options.js +16 -0
  182. package/dist/commonjs/api/containerGroups/options.js.map +7 -0
  183. package/dist/commonjs/api/containerInstanceManagementContext.d.ts +22 -0
  184. package/dist/commonjs/api/containerInstanceManagementContext.js +47 -0
  185. package/dist/commonjs/api/containerInstanceManagementContext.js.map +7 -0
  186. package/dist/commonjs/api/containers/index.d.ts +3 -0
  187. package/dist/commonjs/api/containers/index.js +32 -0
  188. package/dist/commonjs/api/containers/index.js.map +7 -0
  189. package/dist/commonjs/api/containers/operations.d.ts +17 -0
  190. package/dist/commonjs/api/containers/operations.js +171 -0
  191. package/dist/commonjs/api/containers/operations.js.map +7 -0
  192. package/dist/commonjs/api/containers/options.d.ts +15 -0
  193. package/dist/commonjs/api/containers/options.js +16 -0
  194. package/dist/commonjs/api/containers/options.js.map +7 -0
  195. package/dist/commonjs/api/index.d.ts +3 -0
  196. package/dist/commonjs/api/index.js +28 -0
  197. package/dist/commonjs/api/index.js.map +7 -0
  198. package/dist/commonjs/api/location/index.d.ts +3 -0
  199. package/dist/commonjs/api/location/index.js +32 -0
  200. package/dist/commonjs/api/location/index.js.map +7 -0
  201. package/dist/commonjs/api/location/operations.d.ts +18 -0
  202. package/dist/commonjs/api/location/operations.js +170 -0
  203. package/dist/commonjs/api/location/operations.js.map +7 -0
  204. package/dist/commonjs/api/location/options.d.ts +11 -0
  205. package/dist/commonjs/api/location/options.js +16 -0
  206. package/dist/commonjs/api/location/options.js.map +7 -0
  207. package/dist/commonjs/api/nGroups/index.d.ts +3 -0
  208. package/dist/commonjs/api/nGroups/index.js +44 -0
  209. package/dist/commonjs/api/nGroups/index.js.map +7 -0
  210. package/dist/commonjs/api/nGroups/operations.d.ts +43 -0
  211. package/dist/commonjs/api/nGroups/operations.js +413 -0
  212. package/dist/commonjs/api/nGroups/operations.js.map +7 -0
  213. package/dist/commonjs/api/nGroups/options.d.ts +39 -0
  214. package/dist/commonjs/api/nGroups/options.js +16 -0
  215. package/dist/commonjs/api/nGroups/options.js.map +7 -0
  216. package/dist/commonjs/api/operations/index.d.ts +3 -0
  217. package/dist/commonjs/api/operations/index.js +28 -0
  218. package/dist/commonjs/api/operations/index.js.map +7 -0
  219. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  220. package/dist/commonjs/api/operations/operations.js +74 -0
  221. package/dist/commonjs/api/operations/operations.js.map +7 -0
  222. package/dist/commonjs/api/operations/options.d.ts +5 -0
  223. package/dist/commonjs/api/operations/options.js +16 -0
  224. package/dist/commonjs/api/operations/options.js.map +7 -0
  225. package/dist/commonjs/api/sandboxGroups/index.d.ts +3 -0
  226. package/dist/commonjs/api/sandboxGroups/index.js +40 -0
  227. package/dist/commonjs/api/sandboxGroups/index.js.map +7 -0
  228. package/dist/commonjs/api/sandboxGroups/operations.d.ts +35 -0
  229. package/dist/commonjs/api/sandboxGroups/operations.js +334 -0
  230. package/dist/commonjs/api/sandboxGroups/operations.js.map +7 -0
  231. package/dist/commonjs/api/sandboxGroups/options.d.ts +29 -0
  232. package/dist/commonjs/api/sandboxGroups/options.js +16 -0
  233. package/dist/commonjs/api/sandboxGroups/options.js.map +7 -0
  234. package/dist/commonjs/api/subnetServiceAssociationLink/index.d.ts +3 -0
  235. package/dist/commonjs/api/subnetServiceAssociationLink/index.js +28 -0
  236. package/dist/commonjs/api/subnetServiceAssociationLink/index.js.map +7 -0
  237. package/dist/commonjs/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  238. package/dist/commonjs/api/subnetServiceAssociationLink/operations.js +71 -0
  239. package/dist/commonjs/api/subnetServiceAssociationLink/operations.js.map +7 -0
  240. package/dist/commonjs/api/subnetServiceAssociationLink/options.d.ts +7 -0
  241. package/dist/commonjs/api/subnetServiceAssociationLink/options.js +16 -0
  242. package/dist/commonjs/api/subnetServiceAssociationLink/options.js.map +7 -0
  243. package/dist/commonjs/classic/cgProfile/index.d.ts +21 -0
  244. package/dist/commonjs/classic/cgProfile/index.js +55 -0
  245. package/dist/commonjs/classic/cgProfile/index.js.map +7 -0
  246. package/dist/commonjs/classic/cgProfiles/index.d.ts +13 -0
  247. package/dist/commonjs/classic/cgProfiles/index.js +39 -0
  248. package/dist/commonjs/classic/cgProfiles/index.js.map +7 -0
  249. package/dist/commonjs/classic/containerGroups/index.d.ts +47 -0
  250. package/dist/commonjs/classic/containerGroups/index.js +97 -0
  251. package/dist/commonjs/classic/containerGroups/index.js.map +7 -0
  252. package/dist/commonjs/classic/containers/index.d.ts +14 -0
  253. package/dist/commonjs/classic/containers/index.js +47 -0
  254. package/dist/commonjs/classic/containers/index.js.map +7 -0
  255. package/dist/commonjs/classic/index.d.ts +10 -0
  256. package/dist/commonjs/classic/index.js +16 -0
  257. package/dist/commonjs/classic/index.js.map +7 -0
  258. package/dist/commonjs/classic/location/index.d.ts +15 -0
  259. package/dist/commonjs/classic/location/index.js +40 -0
  260. package/dist/commonjs/classic/location/index.js.map +7 -0
  261. package/dist/commonjs/classic/nGroups/index.d.ts +49 -0
  262. package/dist/commonjs/classic/nGroups/index.js +87 -0
  263. package/dist/commonjs/classic/nGroups/index.js.map +7 -0
  264. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  265. package/dist/commonjs/classic/operations/index.js +38 -0
  266. package/dist/commonjs/classic/operations/index.js.map +7 -0
  267. package/dist/commonjs/classic/sandboxGroups/index.d.ts +37 -0
  268. package/dist/commonjs/classic/sandboxGroups/index.js +75 -0
  269. package/dist/commonjs/classic/sandboxGroups/index.js.map +7 -0
  270. package/dist/commonjs/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  271. package/dist/commonjs/classic/subnetServiceAssociationLink/index.js +47 -0
  272. package/dist/commonjs/classic/subnetServiceAssociationLink/index.js.map +7 -0
  273. package/dist/commonjs/containerInstanceManagementClient.d.ts +37 -24
  274. package/dist/commonjs/containerInstanceManagementClient.js +84 -122
  275. package/dist/commonjs/containerInstanceManagementClient.js.map +7 -1
  276. package/dist/commonjs/index.d.ts +23 -3
  277. package/dist/commonjs/index.js +78 -19
  278. package/dist/commonjs/index.js.map +7 -1
  279. package/dist/commonjs/logger.d.ts +2 -0
  280. package/dist/commonjs/logger.js +29 -0
  281. package/dist/commonjs/logger.js.map +7 -0
  282. package/dist/commonjs/models/index.d.ts +2 -1241
  283. package/dist/commonjs/models/index.js +64 -119
  284. package/dist/commonjs/models/index.js.map +7 -1
  285. package/dist/commonjs/models/models.d.ts +1906 -0
  286. package/dist/commonjs/models/models.js +2571 -0
  287. package/dist/commonjs/models/models.js.map +7 -0
  288. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  289. package/dist/commonjs/restorePollerHelpers.js +131 -0
  290. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  291. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  292. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  293. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  294. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  295. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  296. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  297. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  298. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  299. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  300. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  301. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  302. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  303. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  304. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  305. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  306. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  307. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  308. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  309. package/dist/commonjs/tsdoc-metadata.json +1 -1
  310. package/dist/esm/api/cgProfile/index.d.ts +3 -0
  311. package/dist/esm/api/cgProfile/index.js +4 -0
  312. package/dist/esm/api/cgProfile/index.js.map +1 -0
  313. package/dist/esm/api/cgProfile/operations.d.ts +30 -0
  314. package/dist/esm/api/cgProfile/operations.js +192 -0
  315. package/dist/esm/api/cgProfile/operations.js.map +1 -0
  316. package/dist/esm/api/cgProfile/options.d.ts +20 -0
  317. package/dist/esm/api/cgProfile/options.js +4 -0
  318. package/dist/esm/api/cgProfile/options.js.map +1 -0
  319. package/dist/esm/api/cgProfiles/index.d.ts +3 -0
  320. package/dist/esm/api/cgProfiles/index.js +4 -0
  321. package/dist/esm/api/cgProfiles/index.js.map +1 -0
  322. package/dist/esm/api/cgProfiles/operations.d.ts +14 -0
  323. package/dist/esm/api/cgProfiles/operations.js +70 -0
  324. package/dist/esm/api/cgProfiles/operations.js.map +1 -0
  325. package/dist/esm/api/cgProfiles/options.d.ts +8 -0
  326. package/dist/esm/api/cgProfiles/options.js +4 -0
  327. package/dist/esm/api/cgProfiles/options.js.map +1 -0
  328. package/dist/esm/api/containerGroups/index.d.ts +3 -0
  329. package/dist/esm/api/containerGroups/index.js +4 -0
  330. package/dist/esm/api/containerGroups/index.js.map +1 -0
  331. package/dist/esm/api/containerGroups/operations.d.ts +47 -0
  332. package/dist/esm/api/containerGroups/operations.js +334 -0
  333. package/dist/esm/api/containerGroups/operations.js.map +1 -0
  334. package/dist/esm/api/containerGroups/options.d.ts +40 -0
  335. package/dist/esm/api/containerGroups/options.js +4 -0
  336. package/dist/esm/api/containerGroups/options.js.map +1 -0
  337. package/dist/esm/api/containerInstanceManagementContext.d.ts +22 -0
  338. package/dist/esm/api/containerInstanceManagementContext.js +26 -0
  339. package/dist/esm/api/containerInstanceManagementContext.js.map +1 -0
  340. package/dist/esm/api/containers/index.d.ts +3 -0
  341. package/dist/esm/api/containers/index.js +4 -0
  342. package/dist/esm/api/containers/index.js.map +1 -0
  343. package/dist/esm/api/containers/operations.d.ts +17 -0
  344. package/dist/esm/api/containers/operations.js +103 -0
  345. package/dist/esm/api/containers/operations.js.map +1 -0
  346. package/dist/esm/api/containers/options.d.ts +15 -0
  347. package/dist/esm/api/containers/options.js +4 -0
  348. package/dist/esm/api/containers/options.js.map +1 -0
  349. package/dist/esm/api/index.d.ts +3 -0
  350. package/dist/esm/api/index.js +4 -0
  351. package/dist/esm/api/index.js.map +1 -0
  352. package/dist/esm/api/location/index.d.ts +3 -0
  353. package/dist/esm/api/location/index.js +4 -0
  354. package/dist/esm/api/location/index.js.map +1 -0
  355. package/dist/esm/api/location/operations.d.ts +18 -0
  356. package/dist/esm/api/location/operations.js +103 -0
  357. package/dist/esm/api/location/operations.js.map +1 -0
  358. package/dist/esm/api/location/options.d.ts +11 -0
  359. package/dist/esm/api/location/options.js +4 -0
  360. package/dist/esm/api/location/options.js.map +1 -0
  361. package/dist/esm/api/nGroups/index.d.ts +3 -0
  362. package/dist/esm/api/nGroups/index.js +4 -0
  363. package/dist/esm/api/nGroups/index.js.map +1 -0
  364. package/dist/esm/api/nGroups/operations.d.ts +43 -0
  365. package/dist/esm/api/nGroups/operations.js +298 -0
  366. package/dist/esm/api/nGroups/operations.js.map +1 -0
  367. package/dist/esm/api/nGroups/options.d.ts +39 -0
  368. package/dist/esm/api/nGroups/options.js +4 -0
  369. package/dist/esm/api/nGroups/options.js.map +1 -0
  370. package/dist/esm/api/operations/index.d.ts +3 -0
  371. package/dist/esm/api/operations/index.js +4 -0
  372. package/dist/esm/api/operations/index.js.map +1 -0
  373. package/dist/esm/api/operations/operations.d.ts +10 -0
  374. package/dist/esm/api/operations/operations.js +37 -0
  375. package/dist/esm/api/operations/operations.js.map +1 -0
  376. package/dist/esm/api/operations/options.d.ts +5 -0
  377. package/dist/esm/api/operations/options.js +4 -0
  378. package/dist/esm/api/operations/options.js.map +1 -0
  379. package/dist/esm/api/sandboxGroups/index.d.ts +3 -0
  380. package/dist/esm/api/sandboxGroups/index.js +4 -0
  381. package/dist/esm/api/sandboxGroups/index.js.map +1 -0
  382. package/dist/esm/api/sandboxGroups/operations.d.ts +35 -0
  383. package/dist/esm/api/sandboxGroups/operations.js +237 -0
  384. package/dist/esm/api/sandboxGroups/operations.js.map +1 -0
  385. package/dist/esm/api/sandboxGroups/options.d.ts +29 -0
  386. package/dist/esm/api/sandboxGroups/options.js +4 -0
  387. package/dist/esm/api/sandboxGroups/options.js.map +1 -0
  388. package/dist/esm/api/subnetServiceAssociationLink/index.d.ts +3 -0
  389. package/dist/esm/api/subnetServiceAssociationLink/index.js +4 -0
  390. package/dist/esm/api/subnetServiceAssociationLink/index.js.map +1 -0
  391. package/dist/esm/api/subnetServiceAssociationLink/operations.d.ts +9 -0
  392. package/dist/esm/api/subnetServiceAssociationLink/operations.js +40 -0
  393. package/dist/esm/api/subnetServiceAssociationLink/operations.js.map +1 -0
  394. package/dist/esm/api/subnetServiceAssociationLink/options.d.ts +7 -0
  395. package/dist/esm/api/subnetServiceAssociationLink/options.js +4 -0
  396. package/dist/esm/api/subnetServiceAssociationLink/options.js.map +1 -0
  397. package/dist/esm/classic/cgProfile/index.d.ts +21 -0
  398. package/dist/esm/classic/cgProfile/index.js +19 -0
  399. package/dist/esm/classic/cgProfile/index.js.map +1 -0
  400. package/dist/esm/classic/cgProfiles/index.d.ts +13 -0
  401. package/dist/esm/classic/cgProfiles/index.js +15 -0
  402. package/dist/esm/classic/cgProfiles/index.js.map +1 -0
  403. package/dist/esm/classic/containerGroups/index.d.ts +47 -0
  404. package/dist/esm/classic/containerGroups/index.js +56 -0
  405. package/dist/esm/classic/containerGroups/index.js.map +1 -0
  406. package/dist/esm/classic/containers/index.d.ts +14 -0
  407. package/dist/esm/classic/containers/index.js +16 -0
  408. package/dist/esm/classic/containers/index.js.map +1 -0
  409. package/dist/esm/classic/index.d.ts +10 -0
  410. package/dist/esm/classic/index.js +4 -0
  411. package/dist/esm/classic/index.js.map +1 -0
  412. package/dist/esm/classic/location/index.d.ts +15 -0
  413. package/dist/esm/classic/location/index.js +16 -0
  414. package/dist/esm/classic/location/index.js.map +1 -0
  415. package/dist/esm/classic/nGroups/index.d.ts +49 -0
  416. package/dist/esm/classic/nGroups/index.js +63 -0
  417. package/dist/esm/classic/nGroups/index.js.map +1 -0
  418. package/dist/esm/classic/operations/index.d.ts +11 -0
  419. package/dist/esm/classic/operations/index.js +14 -0
  420. package/dist/esm/classic/operations/index.js.map +1 -0
  421. package/dist/esm/classic/sandboxGroups/index.d.ts +37 -0
  422. package/dist/esm/classic/sandboxGroups/index.js +45 -0
  423. package/dist/esm/classic/sandboxGroups/index.js.map +1 -0
  424. package/dist/esm/classic/subnetServiceAssociationLink/index.d.ts +15 -0
  425. package/dist/esm/classic/subnetServiceAssociationLink/index.js +23 -0
  426. package/dist/esm/classic/subnetServiceAssociationLink/index.js.map +1 -0
  427. package/dist/esm/containerInstanceManagementClient.d.ts +37 -24
  428. package/dist/esm/containerInstanceManagementClient.js +57 -111
  429. package/dist/esm/containerInstanceManagementClient.js.map +1 -1
  430. package/dist/esm/index.d.ts +23 -3
  431. package/dist/esm/index.js +7 -11
  432. package/dist/esm/index.js.map +1 -1
  433. package/dist/esm/logger.d.ts +2 -0
  434. package/dist/esm/logger.js +5 -0
  435. package/dist/esm/logger.js.map +1 -0
  436. package/dist/esm/models/index.d.ts +2 -1241
  437. package/dist/esm/models/index.js +3 -115
  438. package/dist/esm/models/index.js.map +1 -1
  439. package/dist/esm/models/models.d.ts +1906 -0
  440. package/dist/esm/models/models.js +2594 -0
  441. package/dist/esm/models/models.js.map +1 -0
  442. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  443. package/dist/esm/restorePollerHelpers.js +118 -0
  444. package/dist/esm/restorePollerHelpers.js.map +1 -0
  445. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  446. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  447. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  448. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  449. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  450. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  451. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  452. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  453. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  454. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  455. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  456. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  457. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  458. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  459. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  460. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  461. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  462. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  463. package/package.json +245 -96
  464. package/CHANGELOG.md +0 -133
  465. package/dist/browser/containerInstanceManagementClient.d.ts.map +0 -1
  466. package/dist/browser/index.d.ts.map +0 -1
  467. package/dist/browser/lroImpl.d.ts +0 -11
  468. package/dist/browser/lroImpl.d.ts.map +0 -1
  469. package/dist/browser/lroImpl.js +0 -18
  470. package/dist/browser/lroImpl.js.map +0 -1
  471. package/dist/browser/models/index.d.ts.map +0 -1
  472. package/dist/browser/models/mappers.d.ts +0 -66
  473. package/dist/browser/models/mappers.d.ts.map +0 -1
  474. package/dist/browser/models/mappers.js +0 -2242
  475. package/dist/browser/models/mappers.js.map +0 -1
  476. package/dist/browser/models/parameters.d.ts +0 -23
  477. package/dist/browser/models/parameters.d.ts.map +0 -1
  478. package/dist/browser/models/parameters.js +0 -204
  479. package/dist/browser/models/parameters.js.map +0 -1
  480. package/dist/browser/operations/containerGroupProfileOperations.d.ts +0 -55
  481. package/dist/browser/operations/containerGroupProfileOperations.d.ts.map +0 -1
  482. package/dist/browser/operations/containerGroupProfileOperations.js +0 -174
  483. package/dist/browser/operations/containerGroupProfileOperations.js.map +0 -1
  484. package/dist/browser/operations/containerGroupProfiles.d.ts +0 -95
  485. package/dist/browser/operations/containerGroupProfiles.d.ts.map +0 -1
  486. package/dist/browser/operations/containerGroupProfiles.js +0 -367
  487. package/dist/browser/operations/containerGroupProfiles.js.map +0 -1
  488. package/dist/browser/operations/containerGroups.d.ts +0 -159
  489. package/dist/browser/operations/containerGroups.d.ts.map +0 -1
  490. package/dist/browser/operations/containerGroups.js +0 -697
  491. package/dist/browser/operations/containerGroups.js.map +0 -1
  492. package/dist/browser/operations/containers.d.ts +0 -40
  493. package/dist/browser/operations/containers.d.ts.map +0 -1
  494. package/dist/browser/operations/containers.js +0 -135
  495. package/dist/browser/operations/containers.js.map +0 -1
  496. package/dist/browser/operations/index.d.ts +0 -8
  497. package/dist/browser/operations/index.d.ts.map +0 -1
  498. package/dist/browser/operations/index.js +0 -15
  499. package/dist/browser/operations/index.js.map +0 -1
  500. package/dist/browser/operations/location.d.ts +0 -70
  501. package/dist/browser/operations/location.d.ts.map +0 -1
  502. package/dist/browser/operations/location.js +0 -290
  503. package/dist/browser/operations/location.js.map +0 -1
  504. package/dist/browser/operations/operations.d.ts +0 -32
  505. package/dist/browser/operations/operations.d.ts.map +0 -1
  506. package/dist/browser/operations/operations.js +0 -116
  507. package/dist/browser/operations/operations.js.map +0 -1
  508. package/dist/browser/operations/subnetServiceAssociationLink.d.ts +0 -32
  509. package/dist/browser/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  510. package/dist/browser/operations/subnetServiceAssociationLink.js +0 -109
  511. package/dist/browser/operations/subnetServiceAssociationLink.js.map +0 -1
  512. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  513. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  514. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  515. package/dist/browser/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  516. package/dist/browser/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  517. package/dist/browser/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  518. package/dist/browser/operationsInterfaces/containerGroupProfiles.js +0 -9
  519. package/dist/browser/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  520. package/dist/browser/operationsInterfaces/containerGroups.d.ts +0 -119
  521. package/dist/browser/operationsInterfaces/containerGroups.d.ts.map +0 -1
  522. package/dist/browser/operationsInterfaces/containerGroups.js +0 -9
  523. package/dist/browser/operationsInterfaces/containerGroups.js.map +0 -1
  524. package/dist/browser/operationsInterfaces/containers.d.ts +0 -32
  525. package/dist/browser/operationsInterfaces/containers.d.ts.map +0 -1
  526. package/dist/browser/operationsInterfaces/containers.js +0 -9
  527. package/dist/browser/operationsInterfaces/containers.js.map +0 -1
  528. package/dist/browser/operationsInterfaces/index.d.ts +0 -8
  529. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  530. package/dist/browser/operationsInterfaces/index.js +0 -15
  531. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  532. package/dist/browser/operationsInterfaces/location.d.ts +0 -24
  533. package/dist/browser/operationsInterfaces/location.d.ts.map +0 -1
  534. package/dist/browser/operationsInterfaces/location.js +0 -9
  535. package/dist/browser/operationsInterfaces/location.js.map +0 -1
  536. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  537. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  538. package/dist/browser/operationsInterfaces/operations.js +0 -9
  539. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  540. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  541. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  542. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  543. package/dist/browser/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  544. package/dist/browser/pagingHelper.d.ts +0 -13
  545. package/dist/browser/pagingHelper.d.ts.map +0 -1
  546. package/dist/browser/pagingHelper.js +0 -30
  547. package/dist/browser/pagingHelper.js.map +0 -1
  548. package/dist/commonjs/containerInstanceManagementClient.d.ts.map +0 -1
  549. package/dist/commonjs/index.d.ts.map +0 -1
  550. package/dist/commonjs/lroImpl.d.ts +0 -11
  551. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  552. package/dist/commonjs/lroImpl.js +0 -21
  553. package/dist/commonjs/lroImpl.js.map +0 -1
  554. package/dist/commonjs/models/index.d.ts.map +0 -1
  555. package/dist/commonjs/models/mappers.d.ts +0 -66
  556. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  557. package/dist/commonjs/models/mappers.js +0 -2246
  558. package/dist/commonjs/models/mappers.js.map +0 -1
  559. package/dist/commonjs/models/parameters.d.ts +0 -23
  560. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  561. package/dist/commonjs/models/parameters.js +0 -207
  562. package/dist/commonjs/models/parameters.js.map +0 -1
  563. package/dist/commonjs/operations/containerGroupProfileOperations.d.ts +0 -55
  564. package/dist/commonjs/operations/containerGroupProfileOperations.d.ts.map +0 -1
  565. package/dist/commonjs/operations/containerGroupProfileOperations.js +0 -179
  566. package/dist/commonjs/operations/containerGroupProfileOperations.js.map +0 -1
  567. package/dist/commonjs/operations/containerGroupProfiles.d.ts +0 -95
  568. package/dist/commonjs/operations/containerGroupProfiles.d.ts.map +0 -1
  569. package/dist/commonjs/operations/containerGroupProfiles.js +0 -372
  570. package/dist/commonjs/operations/containerGroupProfiles.js.map +0 -1
  571. package/dist/commonjs/operations/containerGroups.d.ts +0 -159
  572. package/dist/commonjs/operations/containerGroups.d.ts.map +0 -1
  573. package/dist/commonjs/operations/containerGroups.js +0 -702
  574. package/dist/commonjs/operations/containerGroups.js.map +0 -1
  575. package/dist/commonjs/operations/containers.d.ts +0 -40
  576. package/dist/commonjs/operations/containers.d.ts.map +0 -1
  577. package/dist/commonjs/operations/containers.js +0 -140
  578. package/dist/commonjs/operations/containers.js.map +0 -1
  579. package/dist/commonjs/operations/index.d.ts +0 -8
  580. package/dist/commonjs/operations/index.d.ts.map +0 -1
  581. package/dist/commonjs/operations/index.js +0 -18
  582. package/dist/commonjs/operations/index.js.map +0 -1
  583. package/dist/commonjs/operations/location.d.ts +0 -70
  584. package/dist/commonjs/operations/location.d.ts.map +0 -1
  585. package/dist/commonjs/operations/location.js +0 -295
  586. package/dist/commonjs/operations/location.js.map +0 -1
  587. package/dist/commonjs/operations/operations.d.ts +0 -32
  588. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  589. package/dist/commonjs/operations/operations.js +0 -121
  590. package/dist/commonjs/operations/operations.js.map +0 -1
  591. package/dist/commonjs/operations/subnetServiceAssociationLink.d.ts +0 -32
  592. package/dist/commonjs/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  593. package/dist/commonjs/operations/subnetServiceAssociationLink.js +0 -114
  594. package/dist/commonjs/operations/subnetServiceAssociationLink.js.map +0 -1
  595. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  596. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  597. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.js +0 -10
  598. package/dist/commonjs/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  599. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  600. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  601. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.js +0 -10
  602. package/dist/commonjs/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  603. package/dist/commonjs/operationsInterfaces/containerGroups.d.ts +0 -119
  604. package/dist/commonjs/operationsInterfaces/containerGroups.d.ts.map +0 -1
  605. package/dist/commonjs/operationsInterfaces/containerGroups.js +0 -10
  606. package/dist/commonjs/operationsInterfaces/containerGroups.js.map +0 -1
  607. package/dist/commonjs/operationsInterfaces/containers.d.ts +0 -32
  608. package/dist/commonjs/operationsInterfaces/containers.d.ts.map +0 -1
  609. package/dist/commonjs/operationsInterfaces/containers.js +0 -10
  610. package/dist/commonjs/operationsInterfaces/containers.js.map +0 -1
  611. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
  612. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  613. package/dist/commonjs/operationsInterfaces/index.js +0 -18
  614. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  615. package/dist/commonjs/operationsInterfaces/location.d.ts +0 -24
  616. package/dist/commonjs/operationsInterfaces/location.d.ts.map +0 -1
  617. package/dist/commonjs/operationsInterfaces/location.js +0 -10
  618. package/dist/commonjs/operationsInterfaces/location.js.map +0 -1
  619. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  620. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  621. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  622. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  623. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  624. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  625. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.js +0 -10
  626. package/dist/commonjs/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  627. package/dist/commonjs/pagingHelper.d.ts +0 -13
  628. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  629. package/dist/commonjs/pagingHelper.js +0 -34
  630. package/dist/commonjs/pagingHelper.js.map +0 -1
  631. package/dist/esm/containerInstanceManagementClient.d.ts.map +0 -1
  632. package/dist/esm/index.d.ts.map +0 -1
  633. package/dist/esm/lroImpl.d.ts +0 -11
  634. package/dist/esm/lroImpl.d.ts.map +0 -1
  635. package/dist/esm/lroImpl.js +0 -18
  636. package/dist/esm/lroImpl.js.map +0 -1
  637. package/dist/esm/models/index.d.ts.map +0 -1
  638. package/dist/esm/models/mappers.d.ts +0 -66
  639. package/dist/esm/models/mappers.d.ts.map +0 -1
  640. package/dist/esm/models/mappers.js +0 -2242
  641. package/dist/esm/models/mappers.js.map +0 -1
  642. package/dist/esm/models/parameters.d.ts +0 -23
  643. package/dist/esm/models/parameters.d.ts.map +0 -1
  644. package/dist/esm/models/parameters.js +0 -204
  645. package/dist/esm/models/parameters.js.map +0 -1
  646. package/dist/esm/operations/containerGroupProfileOperations.d.ts +0 -55
  647. package/dist/esm/operations/containerGroupProfileOperations.d.ts.map +0 -1
  648. package/dist/esm/operations/containerGroupProfileOperations.js +0 -174
  649. package/dist/esm/operations/containerGroupProfileOperations.js.map +0 -1
  650. package/dist/esm/operations/containerGroupProfiles.d.ts +0 -95
  651. package/dist/esm/operations/containerGroupProfiles.d.ts.map +0 -1
  652. package/dist/esm/operations/containerGroupProfiles.js +0 -367
  653. package/dist/esm/operations/containerGroupProfiles.js.map +0 -1
  654. package/dist/esm/operations/containerGroups.d.ts +0 -159
  655. package/dist/esm/operations/containerGroups.d.ts.map +0 -1
  656. package/dist/esm/operations/containerGroups.js +0 -697
  657. package/dist/esm/operations/containerGroups.js.map +0 -1
  658. package/dist/esm/operations/containers.d.ts +0 -40
  659. package/dist/esm/operations/containers.d.ts.map +0 -1
  660. package/dist/esm/operations/containers.js +0 -135
  661. package/dist/esm/operations/containers.js.map +0 -1
  662. package/dist/esm/operations/index.d.ts +0 -8
  663. package/dist/esm/operations/index.d.ts.map +0 -1
  664. package/dist/esm/operations/index.js +0 -15
  665. package/dist/esm/operations/index.js.map +0 -1
  666. package/dist/esm/operations/location.d.ts +0 -70
  667. package/dist/esm/operations/location.d.ts.map +0 -1
  668. package/dist/esm/operations/location.js +0 -290
  669. package/dist/esm/operations/location.js.map +0 -1
  670. package/dist/esm/operations/operations.d.ts +0 -32
  671. package/dist/esm/operations/operations.d.ts.map +0 -1
  672. package/dist/esm/operations/operations.js +0 -116
  673. package/dist/esm/operations/operations.js.map +0 -1
  674. package/dist/esm/operations/subnetServiceAssociationLink.d.ts +0 -32
  675. package/dist/esm/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  676. package/dist/esm/operations/subnetServiceAssociationLink.js +0 -109
  677. package/dist/esm/operations/subnetServiceAssociationLink.js.map +0 -1
  678. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  679. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  680. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  681. package/dist/esm/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  682. package/dist/esm/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  683. package/dist/esm/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  684. package/dist/esm/operationsInterfaces/containerGroupProfiles.js +0 -9
  685. package/dist/esm/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  686. package/dist/esm/operationsInterfaces/containerGroups.d.ts +0 -119
  687. package/dist/esm/operationsInterfaces/containerGroups.d.ts.map +0 -1
  688. package/dist/esm/operationsInterfaces/containerGroups.js +0 -9
  689. package/dist/esm/operationsInterfaces/containerGroups.js.map +0 -1
  690. package/dist/esm/operationsInterfaces/containers.d.ts +0 -32
  691. package/dist/esm/operationsInterfaces/containers.d.ts.map +0 -1
  692. package/dist/esm/operationsInterfaces/containers.js +0 -9
  693. package/dist/esm/operationsInterfaces/containers.js.map +0 -1
  694. package/dist/esm/operationsInterfaces/index.d.ts +0 -8
  695. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  696. package/dist/esm/operationsInterfaces/index.js +0 -15
  697. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  698. package/dist/esm/operationsInterfaces/location.d.ts +0 -24
  699. package/dist/esm/operationsInterfaces/location.d.ts.map +0 -1
  700. package/dist/esm/operationsInterfaces/location.js +0 -9
  701. package/dist/esm/operationsInterfaces/location.js.map +0 -1
  702. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  703. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  704. package/dist/esm/operationsInterfaces/operations.js +0 -9
  705. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  706. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  707. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  708. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  709. package/dist/esm/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  710. package/dist/esm/pagingHelper.d.ts +0 -13
  711. package/dist/esm/pagingHelper.d.ts.map +0 -1
  712. package/dist/esm/pagingHelper.js +0 -30
  713. package/dist/esm/pagingHelper.js.map +0 -1
  714. package/dist/react-native/containerInstanceManagementClient.d.ts +0 -26
  715. package/dist/react-native/containerInstanceManagementClient.d.ts.map +0 -1
  716. package/dist/react-native/containerInstanceManagementClient.js +0 -119
  717. package/dist/react-native/containerInstanceManagementClient.js.map +0 -1
  718. package/dist/react-native/index.d.ts +0 -5
  719. package/dist/react-native/index.d.ts.map +0 -1
  720. package/dist/react-native/index.js +0 -13
  721. package/dist/react-native/index.js.map +0 -1
  722. package/dist/react-native/lroImpl.d.ts +0 -11
  723. package/dist/react-native/lroImpl.d.ts.map +0 -1
  724. package/dist/react-native/lroImpl.js +0 -18
  725. package/dist/react-native/lroImpl.js.map +0 -1
  726. package/dist/react-native/models/index.d.ts +0 -1242
  727. package/dist/react-native/models/index.d.ts.map +0 -1
  728. package/dist/react-native/models/index.js +0 -116
  729. package/dist/react-native/models/index.js.map +0 -1
  730. package/dist/react-native/models/mappers.d.ts +0 -66
  731. package/dist/react-native/models/mappers.d.ts.map +0 -1
  732. package/dist/react-native/models/mappers.js +0 -2242
  733. package/dist/react-native/models/mappers.js.map +0 -1
  734. package/dist/react-native/models/parameters.d.ts +0 -23
  735. package/dist/react-native/models/parameters.d.ts.map +0 -1
  736. package/dist/react-native/models/parameters.js +0 -204
  737. package/dist/react-native/models/parameters.js.map +0 -1
  738. package/dist/react-native/operations/containerGroupProfileOperations.d.ts +0 -55
  739. package/dist/react-native/operations/containerGroupProfileOperations.d.ts.map +0 -1
  740. package/dist/react-native/operations/containerGroupProfileOperations.js +0 -174
  741. package/dist/react-native/operations/containerGroupProfileOperations.js.map +0 -1
  742. package/dist/react-native/operations/containerGroupProfiles.d.ts +0 -95
  743. package/dist/react-native/operations/containerGroupProfiles.d.ts.map +0 -1
  744. package/dist/react-native/operations/containerGroupProfiles.js +0 -367
  745. package/dist/react-native/operations/containerGroupProfiles.js.map +0 -1
  746. package/dist/react-native/operations/containerGroups.d.ts +0 -159
  747. package/dist/react-native/operations/containerGroups.d.ts.map +0 -1
  748. package/dist/react-native/operations/containerGroups.js +0 -697
  749. package/dist/react-native/operations/containerGroups.js.map +0 -1
  750. package/dist/react-native/operations/containers.d.ts +0 -40
  751. package/dist/react-native/operations/containers.d.ts.map +0 -1
  752. package/dist/react-native/operations/containers.js +0 -135
  753. package/dist/react-native/operations/containers.js.map +0 -1
  754. package/dist/react-native/operations/index.d.ts +0 -8
  755. package/dist/react-native/operations/index.d.ts.map +0 -1
  756. package/dist/react-native/operations/index.js +0 -15
  757. package/dist/react-native/operations/index.js.map +0 -1
  758. package/dist/react-native/operations/location.d.ts +0 -70
  759. package/dist/react-native/operations/location.d.ts.map +0 -1
  760. package/dist/react-native/operations/location.js +0 -290
  761. package/dist/react-native/operations/location.js.map +0 -1
  762. package/dist/react-native/operations/operations.d.ts +0 -32
  763. package/dist/react-native/operations/operations.d.ts.map +0 -1
  764. package/dist/react-native/operations/operations.js +0 -116
  765. package/dist/react-native/operations/operations.js.map +0 -1
  766. package/dist/react-native/operations/subnetServiceAssociationLink.d.ts +0 -32
  767. package/dist/react-native/operations/subnetServiceAssociationLink.d.ts.map +0 -1
  768. package/dist/react-native/operations/subnetServiceAssociationLink.js +0 -109
  769. package/dist/react-native/operations/subnetServiceAssociationLink.js.map +0 -1
  770. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.d.ts +0 -27
  771. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.d.ts.map +0 -1
  772. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.js +0 -9
  773. package/dist/react-native/operationsInterfaces/containerGroupProfileOperations.js.map +0 -1
  774. package/dist/react-native/operationsInterfaces/containerGroupProfiles.d.ts +0 -55
  775. package/dist/react-native/operationsInterfaces/containerGroupProfiles.d.ts.map +0 -1
  776. package/dist/react-native/operationsInterfaces/containerGroupProfiles.js +0 -9
  777. package/dist/react-native/operationsInterfaces/containerGroupProfiles.js.map +0 -1
  778. package/dist/react-native/operationsInterfaces/containerGroups.d.ts +0 -119
  779. package/dist/react-native/operationsInterfaces/containerGroups.d.ts.map +0 -1
  780. package/dist/react-native/operationsInterfaces/containerGroups.js +0 -9
  781. package/dist/react-native/operationsInterfaces/containerGroups.js.map +0 -1
  782. package/dist/react-native/operationsInterfaces/containers.d.ts +0 -32
  783. package/dist/react-native/operationsInterfaces/containers.d.ts.map +0 -1
  784. package/dist/react-native/operationsInterfaces/containers.js +0 -9
  785. package/dist/react-native/operationsInterfaces/containers.js.map +0 -1
  786. package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
  787. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  788. package/dist/react-native/operationsInterfaces/index.js +0 -15
  789. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  790. package/dist/react-native/operationsInterfaces/location.d.ts +0 -24
  791. package/dist/react-native/operationsInterfaces/location.d.ts.map +0 -1
  792. package/dist/react-native/operationsInterfaces/location.js +0 -9
  793. package/dist/react-native/operationsInterfaces/location.js.map +0 -1
  794. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  795. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  796. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  797. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  798. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.d.ts +0 -24
  799. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.d.ts.map +0 -1
  800. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.js +0 -9
  801. package/dist/react-native/operationsInterfaces/subnetServiceAssociationLink.js.map +0 -1
  802. package/dist/react-native/package.json +0 -3
  803. package/dist/react-native/pagingHelper.d.ts +0 -13
  804. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  805. package/dist/react-native/pagingHelper.js +0 -30
  806. package/dist/react-native/pagingHelper.js.map +0 -1
  807. package/review/arm-containerinstance-node.api.md +0 -962
@@ -1,295 +0,0 @@
1
- "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.LocationImpl = void 0;
11
- const tslib_1 = require("tslib");
12
- const pagingHelper_js_1 = require("../pagingHelper.js");
13
- const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
- const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
- const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
- /// <reference lib="esnext.asynciterable" />
17
- /** Class containing Location operations. */
18
- class LocationImpl {
19
- client;
20
- /**
21
- * Initialize a new instance of the class Location class.
22
- * @param client Reference to the service client
23
- */
24
- constructor(client) {
25
- this.client = client;
26
- }
27
- /**
28
- * Get the usage for a subscription
29
- * @param location The name of the Azure region.
30
- * @param options The options parameters.
31
- */
32
- listUsage(location, options) {
33
- const iter = this.listUsagePagingAll(location, options);
34
- return {
35
- next() {
36
- return iter.next();
37
- },
38
- [Symbol.asyncIterator]() {
39
- return this;
40
- },
41
- byPage: (settings) => {
42
- if (settings?.maxPageSize) {
43
- throw new Error("maxPageSize is not supported by this operation.");
44
- }
45
- return this.listUsagePagingPage(location, options, settings);
46
- },
47
- };
48
- }
49
- async *listUsagePagingPage(location, options, _settings) {
50
- let result;
51
- result = await this._listUsage(location, options);
52
- yield result.value || [];
53
- }
54
- async *listUsagePagingAll(location, options) {
55
- for await (const page of this.listUsagePagingPage(location, options)) {
56
- yield* page;
57
- }
58
- }
59
- /**
60
- * Get the list of cached images on specific OS type for a subscription in a region.
61
- * @param location The name of the Azure region.
62
- * @param options The options parameters.
63
- */
64
- listCachedImages(location, options) {
65
- const iter = this.listCachedImagesPagingAll(location, options);
66
- return {
67
- next() {
68
- return iter.next();
69
- },
70
- [Symbol.asyncIterator]() {
71
- return this;
72
- },
73
- byPage: (settings) => {
74
- if (settings?.maxPageSize) {
75
- throw new Error("maxPageSize is not supported by this operation.");
76
- }
77
- return this.listCachedImagesPagingPage(location, options, settings);
78
- },
79
- };
80
- }
81
- async *listCachedImagesPagingPage(location, options, settings) {
82
- let result;
83
- let continuationToken = settings?.continuationToken;
84
- if (!continuationToken) {
85
- result = await this._listCachedImages(location, options);
86
- let page = result.value || [];
87
- continuationToken = result.nextLink;
88
- (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
89
- yield page;
90
- }
91
- while (continuationToken) {
92
- result = await this._listCachedImagesNext(location, continuationToken, options);
93
- continuationToken = result.nextLink;
94
- let page = result.value || [];
95
- (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
96
- yield page;
97
- }
98
- }
99
- async *listCachedImagesPagingAll(location, options) {
100
- for await (const page of this.listCachedImagesPagingPage(location, options)) {
101
- yield* page;
102
- }
103
- }
104
- /**
105
- * Get the list of CPU/memory/GPU capabilities of a region.
106
- * @param location The name of the Azure region.
107
- * @param options The options parameters.
108
- */
109
- listCapabilities(location, options) {
110
- const iter = this.listCapabilitiesPagingAll(location, options);
111
- return {
112
- next() {
113
- return iter.next();
114
- },
115
- [Symbol.asyncIterator]() {
116
- return this;
117
- },
118
- byPage: (settings) => {
119
- if (settings?.maxPageSize) {
120
- throw new Error("maxPageSize is not supported by this operation.");
121
- }
122
- return this.listCapabilitiesPagingPage(location, options, settings);
123
- },
124
- };
125
- }
126
- async *listCapabilitiesPagingPage(location, options, settings) {
127
- let result;
128
- let continuationToken = settings?.continuationToken;
129
- if (!continuationToken) {
130
- result = await this._listCapabilities(location, options);
131
- let page = result.value || [];
132
- continuationToken = result.nextLink;
133
- (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
134
- yield page;
135
- }
136
- while (continuationToken) {
137
- result = await this._listCapabilitiesNext(location, continuationToken, options);
138
- continuationToken = result.nextLink;
139
- let page = result.value || [];
140
- (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
141
- yield page;
142
- }
143
- }
144
- async *listCapabilitiesPagingAll(location, options) {
145
- for await (const page of this.listCapabilitiesPagingPage(location, options)) {
146
- yield* page;
147
- }
148
- }
149
- /**
150
- * Get the usage for a subscription
151
- * @param location The name of the Azure region.
152
- * @param options The options parameters.
153
- */
154
- _listUsage(location, options) {
155
- return this.client.sendOperationRequest({ location, options }, listUsageOperationSpec);
156
- }
157
- /**
158
- * Get the list of cached images on specific OS type for a subscription in a region.
159
- * @param location The name of the Azure region.
160
- * @param options The options parameters.
161
- */
162
- _listCachedImages(location, options) {
163
- return this.client.sendOperationRequest({ location, options }, listCachedImagesOperationSpec);
164
- }
165
- /**
166
- * Get the list of CPU/memory/GPU capabilities of a region.
167
- * @param location The name of the Azure region.
168
- * @param options The options parameters.
169
- */
170
- _listCapabilities(location, options) {
171
- return this.client.sendOperationRequest({ location, options }, listCapabilitiesOperationSpec);
172
- }
173
- /**
174
- * ListCachedImagesNext
175
- * @param location The name of the Azure region.
176
- * @param nextLink The nextLink from the previous successful call to the ListCachedImages method.
177
- * @param options The options parameters.
178
- */
179
- _listCachedImagesNext(location, nextLink, options) {
180
- return this.client.sendOperationRequest({ location, nextLink, options }, listCachedImagesNextOperationSpec);
181
- }
182
- /**
183
- * ListCapabilitiesNext
184
- * @param location The name of the Azure region.
185
- * @param nextLink The nextLink from the previous successful call to the ListCapabilities method.
186
- * @param options The options parameters.
187
- */
188
- _listCapabilitiesNext(location, nextLink, options) {
189
- return this.client.sendOperationRequest({ location, nextLink, options }, listCapabilitiesNextOperationSpec);
190
- }
191
- }
192
- exports.LocationImpl = LocationImpl;
193
- // Operation Specifications
194
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
195
- const listUsageOperationSpec = {
196
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/usages",
197
- httpMethod: "GET",
198
- responses: {
199
- 200: {
200
- bodyMapper: Mappers.UsageListResult,
201
- },
202
- default: {
203
- bodyMapper: Mappers.CloudError,
204
- },
205
- },
206
- queryParameters: [Parameters.apiVersion],
207
- urlParameters: [
208
- Parameters.$host,
209
- Parameters.subscriptionId,
210
- Parameters.location,
211
- ],
212
- headerParameters: [Parameters.accept],
213
- serializer,
214
- };
215
- const listCachedImagesOperationSpec = {
216
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/cachedImages",
217
- httpMethod: "GET",
218
- responses: {
219
- 200: {
220
- bodyMapper: Mappers.CachedImagesListResult,
221
- },
222
- default: {
223
- bodyMapper: Mappers.CloudError,
224
- },
225
- },
226
- queryParameters: [Parameters.apiVersion],
227
- urlParameters: [
228
- Parameters.$host,
229
- Parameters.subscriptionId,
230
- Parameters.location,
231
- ],
232
- headerParameters: [Parameters.accept],
233
- serializer,
234
- };
235
- const listCapabilitiesOperationSpec = {
236
- path: "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/capabilities",
237
- httpMethod: "GET",
238
- responses: {
239
- 200: {
240
- bodyMapper: Mappers.CapabilitiesListResult,
241
- },
242
- default: {
243
- bodyMapper: Mappers.CloudError,
244
- },
245
- },
246
- queryParameters: [Parameters.apiVersion],
247
- urlParameters: [
248
- Parameters.$host,
249
- Parameters.subscriptionId,
250
- Parameters.location,
251
- ],
252
- headerParameters: [Parameters.accept],
253
- serializer,
254
- };
255
- const listCachedImagesNextOperationSpec = {
256
- path: "{nextLink}",
257
- httpMethod: "GET",
258
- responses: {
259
- 200: {
260
- bodyMapper: Mappers.CachedImagesListResult,
261
- },
262
- default: {
263
- bodyMapper: Mappers.CloudError,
264
- },
265
- },
266
- urlParameters: [
267
- Parameters.$host,
268
- Parameters.subscriptionId,
269
- Parameters.nextLink,
270
- Parameters.location,
271
- ],
272
- headerParameters: [Parameters.accept],
273
- serializer,
274
- };
275
- const listCapabilitiesNextOperationSpec = {
276
- path: "{nextLink}",
277
- httpMethod: "GET",
278
- responses: {
279
- 200: {
280
- bodyMapper: Mappers.CapabilitiesListResult,
281
- },
282
- default: {
283
- bodyMapper: Mappers.CloudError,
284
- },
285
- },
286
- urlParameters: [
287
- Parameters.$host,
288
- Parameters.subscriptionId,
289
- Parameters.nextLink,
290
- Parameters.location,
291
- ],
292
- headerParameters: [Parameters.accept],
293
- serializer,
294
- };
295
- //# sourceMappingURL=location.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"location.js","sourceRoot":"","sources":["../../../src/operations/location.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Location } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ContainerInstanceManagementClient } from \"../containerInstanceManagementClient.js\";\nimport {\n Usage,\n LocationListUsageOptionalParams,\n LocationListUsageResponse,\n CachedImages,\n LocationListCachedImagesNextOptionalParams,\n LocationListCachedImagesOptionalParams,\n LocationListCachedImagesResponse,\n Capabilities,\n LocationListCapabilitiesNextOptionalParams,\n LocationListCapabilitiesOptionalParams,\n LocationListCapabilitiesResponse,\n LocationListCachedImagesNextResponse,\n LocationListCapabilitiesNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Location operations. */\nexport class LocationImpl implements Location {\n private readonly client: ContainerInstanceManagementClient;\n\n /**\n * Initialize a new instance of the class Location class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerInstanceManagementClient) {\n this.client = client;\n }\n\n /**\n * Get the usage for a subscription\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n public listUsage(\n location: string,\n options?: LocationListUsageOptionalParams,\n ): PagedAsyncIterableIterator<Usage> {\n const iter = this.listUsagePagingAll(location, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listUsagePagingPage(location, options, settings);\n },\n };\n }\n\n private async *listUsagePagingPage(\n location: string,\n options?: LocationListUsageOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<Usage[]> {\n let result: LocationListUsageResponse;\n result = await this._listUsage(location, options);\n yield result.value || [];\n }\n\n private async *listUsagePagingAll(\n location: string,\n options?: LocationListUsageOptionalParams,\n ): AsyncIterableIterator<Usage> {\n for await (const page of this.listUsagePagingPage(location, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the list of cached images on specific OS type for a subscription in a region.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n public listCachedImages(\n location: string,\n options?: LocationListCachedImagesOptionalParams,\n ): PagedAsyncIterableIterator<CachedImages> {\n const iter = this.listCachedImagesPagingAll(location, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listCachedImagesPagingPage(location, options, settings);\n },\n };\n }\n\n private async *listCachedImagesPagingPage(\n location: string,\n options?: LocationListCachedImagesOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<CachedImages[]> {\n let result: LocationListCachedImagesResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listCachedImages(location, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listCachedImagesNext(\n location,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listCachedImagesPagingAll(\n location: string,\n options?: LocationListCachedImagesOptionalParams,\n ): AsyncIterableIterator<CachedImages> {\n for await (const page of this.listCachedImagesPagingPage(\n location,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get the list of CPU/memory/GPU capabilities of a region.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n public listCapabilities(\n location: string,\n options?: LocationListCapabilitiesOptionalParams,\n ): PagedAsyncIterableIterator<Capabilities> {\n const iter = this.listCapabilitiesPagingAll(location, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listCapabilitiesPagingPage(location, options, settings);\n },\n };\n }\n\n private async *listCapabilitiesPagingPage(\n location: string,\n options?: LocationListCapabilitiesOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Capabilities[]> {\n let result: LocationListCapabilitiesResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listCapabilities(location, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listCapabilitiesNext(\n location,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listCapabilitiesPagingAll(\n location: string,\n options?: LocationListCapabilitiesOptionalParams,\n ): AsyncIterableIterator<Capabilities> {\n for await (const page of this.listCapabilitiesPagingPage(\n location,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get the usage for a subscription\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n private _listUsage(\n location: string,\n options?: LocationListUsageOptionalParams,\n ): Promise<LocationListUsageResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listUsageOperationSpec,\n );\n }\n\n /**\n * Get the list of cached images on specific OS type for a subscription in a region.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n private _listCachedImages(\n location: string,\n options?: LocationListCachedImagesOptionalParams,\n ): Promise<LocationListCachedImagesResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listCachedImagesOperationSpec,\n );\n }\n\n /**\n * Get the list of CPU/memory/GPU capabilities of a region.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n private _listCapabilities(\n location: string,\n options?: LocationListCapabilitiesOptionalParams,\n ): Promise<LocationListCapabilitiesResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listCapabilitiesOperationSpec,\n );\n }\n\n /**\n * ListCachedImagesNext\n * @param location The name of the Azure region.\n * @param nextLink The nextLink from the previous successful call to the ListCachedImages method.\n * @param options The options parameters.\n */\n private _listCachedImagesNext(\n location: string,\n nextLink: string,\n options?: LocationListCachedImagesNextOptionalParams,\n ): Promise<LocationListCachedImagesNextResponse> {\n return this.client.sendOperationRequest(\n { location, nextLink, options },\n listCachedImagesNextOperationSpec,\n );\n }\n\n /**\n * ListCapabilitiesNext\n * @param location The name of the Azure region.\n * @param nextLink The nextLink from the previous successful call to the ListCapabilities method.\n * @param options The options parameters.\n */\n private _listCapabilitiesNext(\n location: string,\n nextLink: string,\n options?: LocationListCapabilitiesNextOptionalParams,\n ): Promise<LocationListCapabilitiesNextResponse> {\n return this.client.sendOperationRequest(\n { location, nextLink, options },\n listCapabilitiesNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listUsageOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/usages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UsageListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listCachedImagesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/cachedImages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CachedImagesListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listCapabilitiesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/capabilities\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CapabilitiesListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listCachedImagesNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CachedImagesListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listCapabilitiesNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CapabilitiesListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,32 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Operations } from "../operationsInterfaces/index.js";
3
- import { ContainerInstanceManagementClient } from "../containerInstanceManagementClient.js";
4
- import { Operation, OperationsListOptionalParams } from "../models/index.js";
5
- /** Class containing Operations operations. */
6
- export declare class OperationsImpl implements Operations {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class Operations class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: ContainerInstanceManagementClient);
13
- /**
14
- * List the operations for Azure Container Instance service.
15
- * @param options The options parameters.
16
- */
17
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
18
- private listPagingPage;
19
- private listPagingAll;
20
- /**
21
- * List the operations for Azure Container Instance service.
22
- * @param options The options parameters.
23
- */
24
- private _list;
25
- /**
26
- * ListNext
27
- * @param nextLink The nextLink from the previous successful call to the List method.
28
- * @param options The options parameters.
29
- */
30
- private _listNext;
31
- }
32
- //# sourceMappingURL=operations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
@@ -1,121 +0,0 @@
1
- "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.OperationsImpl = void 0;
11
- const tslib_1 = require("tslib");
12
- const pagingHelper_js_1 = require("../pagingHelper.js");
13
- const coreClient = tslib_1.__importStar(require("@azure/core-client"));
14
- const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
15
- const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
16
- /// <reference lib="esnext.asynciterable" />
17
- /** Class containing Operations operations. */
18
- class OperationsImpl {
19
- client;
20
- /**
21
- * Initialize a new instance of the class Operations class.
22
- * @param client Reference to the service client
23
- */
24
- constructor(client) {
25
- this.client = client;
26
- }
27
- /**
28
- * List the operations for Azure Container Instance service.
29
- * @param options The options parameters.
30
- */
31
- list(options) {
32
- const iter = this.listPagingAll(options);
33
- return {
34
- next() {
35
- return iter.next();
36
- },
37
- [Symbol.asyncIterator]() {
38
- return this;
39
- },
40
- byPage: (settings) => {
41
- if (settings?.maxPageSize) {
42
- throw new Error("maxPageSize is not supported by this operation.");
43
- }
44
- return this.listPagingPage(options, settings);
45
- },
46
- };
47
- }
48
- async *listPagingPage(options, settings) {
49
- let result;
50
- let continuationToken = settings?.continuationToken;
51
- if (!continuationToken) {
52
- result = await this._list(options);
53
- let page = result.value || [];
54
- continuationToken = result.nextLink;
55
- (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
56
- yield page;
57
- }
58
- while (continuationToken) {
59
- result = await this._listNext(continuationToken, options);
60
- continuationToken = result.nextLink;
61
- let page = result.value || [];
62
- (0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
63
- yield page;
64
- }
65
- }
66
- async *listPagingAll(options) {
67
- for await (const page of this.listPagingPage(options)) {
68
- yield* page;
69
- }
70
- }
71
- /**
72
- * List the operations for Azure Container Instance service.
73
- * @param options The options parameters.
74
- */
75
- _list(options) {
76
- return this.client.sendOperationRequest({ options }, listOperationSpec);
77
- }
78
- /**
79
- * ListNext
80
- * @param nextLink The nextLink from the previous successful call to the List method.
81
- * @param options The options parameters.
82
- */
83
- _listNext(nextLink, options) {
84
- return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
85
- }
86
- }
87
- exports.OperationsImpl = OperationsImpl;
88
- // Operation Specifications
89
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
90
- const listOperationSpec = {
91
- path: "/providers/Microsoft.ContainerInstance/operations",
92
- httpMethod: "GET",
93
- responses: {
94
- 200: {
95
- bodyMapper: Mappers.OperationListResult,
96
- },
97
- default: {
98
- bodyMapper: Mappers.CloudError,
99
- },
100
- },
101
- queryParameters: [Parameters.apiVersion],
102
- urlParameters: [Parameters.$host],
103
- headerParameters: [Parameters.accept],
104
- serializer,
105
- };
106
- const listNextOperationSpec = {
107
- path: "{nextLink}",
108
- httpMethod: "GET",
109
- responses: {
110
- 200: {
111
- bodyMapper: Mappers.OperationListResult,
112
- },
113
- default: {
114
- bodyMapper: Mappers.CloudError,
115
- },
116
- },
117
- urlParameters: [Parameters.$host, Parameters.nextLink],
118
- headerParameters: [Parameters.accept],
119
- serializer,
120
- };
121
- //# sourceMappingURL=operations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ContainerInstanceManagementClient } from \"../containerInstanceManagementClient.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: ContainerInstanceManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: ContainerInstanceManagementClient) {\n this.client = client;\n }\n\n /**\n * List the operations for Azure Container Instance service.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams,\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List the operations for Azure Container Instance service.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams,\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams,\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ContainerInstance/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,32 +0,0 @@
1
- import { SubnetServiceAssociationLink } from "../operationsInterfaces/index.js";
2
- import { ContainerInstanceManagementClient } from "../containerInstanceManagementClient.js";
3
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
4
- import { SubnetServiceAssociationLinkDeleteOptionalParams } from "../models/index.js";
5
- /** Class containing SubnetServiceAssociationLink operations. */
6
- export declare class SubnetServiceAssociationLinkImpl implements SubnetServiceAssociationLink {
7
- private readonly client;
8
- /**
9
- * Initialize a new instance of the class SubnetServiceAssociationLink class.
10
- * @param client Reference to the service client
11
- */
12
- constructor(client: ContainerInstanceManagementClient);
13
- /**
14
- * Delete container group virtual network association links. The operation does not delete other
15
- * resources provided by the user.
16
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
- * @param virtualNetworkName The name of the virtual network.
18
- * @param subnetName The name of the subnet.
19
- * @param options The options parameters.
20
- */
21
- beginDelete(resourceGroupName: string, virtualNetworkName: string, subnetName: string, options?: SubnetServiceAssociationLinkDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
22
- /**
23
- * Delete container group virtual network association links. The operation does not delete other
24
- * resources provided by the user.
25
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
26
- * @param virtualNetworkName The name of the virtual network.
27
- * @param subnetName The name of the subnet.
28
- * @param options The options parameters.
29
- */
30
- beginDeleteAndWait(resourceGroupName: string, virtualNetworkName: string, subnetName: string, options?: SubnetServiceAssociationLinkDeleteOptionalParams): Promise<void>;
31
- }
32
- //# sourceMappingURL=subnetServiceAssociationLink.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"subnetServiceAssociationLink.d.ts","sourceRoot":"","sources":["../../../src/operations/subnetServiceAssociationLink.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAIhF,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,gDAAgD,EAAE,MAAM,oBAAoB,CAAC;AAEtF,gEAAgE;AAChE,qBAAa,gCACX,YAAW,4BAA4B;IAEvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAoDxD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,IAAI,CAAC;CASjB"}
@@ -1,114 +0,0 @@
1
- "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.SubnetServiceAssociationLinkImpl = void 0;
11
- const tslib_1 = require("tslib");
12
- const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
- const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
14
- const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
- const core_lro_1 = require("@azure/core-lro");
16
- const lroImpl_js_1 = require("../lroImpl.js");
17
- /** Class containing SubnetServiceAssociationLink operations. */
18
- class SubnetServiceAssociationLinkImpl {
19
- client;
20
- /**
21
- * Initialize a new instance of the class SubnetServiceAssociationLink class.
22
- * @param client Reference to the service client
23
- */
24
- constructor(client) {
25
- this.client = client;
26
- }
27
- /**
28
- * Delete container group virtual network association links. The operation does not delete other
29
- * resources provided by the user.
30
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
31
- * @param virtualNetworkName The name of the virtual network.
32
- * @param subnetName The name of the subnet.
33
- * @param options The options parameters.
34
- */
35
- async beginDelete(resourceGroupName, virtualNetworkName, subnetName, options) {
36
- const directSendOperation = async (args, spec) => {
37
- return this.client.sendOperationRequest(args, spec);
38
- };
39
- const sendOperationFn = async (args, spec) => {
40
- let currentRawResponse = undefined;
41
- const providedCallback = args.options?.onResponse;
42
- const callback = (rawResponse, flatResponse) => {
43
- currentRawResponse = rawResponse;
44
- providedCallback?.(rawResponse, flatResponse);
45
- };
46
- const updatedArgs = {
47
- ...args,
48
- options: {
49
- ...args.options,
50
- onResponse: callback,
51
- },
52
- };
53
- const flatResponse = await directSendOperation(updatedArgs, spec);
54
- return {
55
- flatResponse,
56
- rawResponse: {
57
- statusCode: currentRawResponse.status,
58
- body: currentRawResponse.parsedBody,
59
- headers: currentRawResponse.headers.toJSON(),
60
- },
61
- };
62
- };
63
- const lro = (0, lroImpl_js_1.createLroSpec)({
64
- sendOperationFn,
65
- args: { resourceGroupName, virtualNetworkName, subnetName, options },
66
- spec: deleteOperationSpec,
67
- });
68
- const poller = await (0, core_lro_1.createHttpPoller)(lro, {
69
- restoreFrom: options?.resumeFrom,
70
- intervalInMs: options?.updateIntervalInMs,
71
- });
72
- await poller.poll();
73
- return poller;
74
- }
75
- /**
76
- * Delete container group virtual network association links. The operation does not delete other
77
- * resources provided by the user.
78
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
79
- * @param virtualNetworkName The name of the virtual network.
80
- * @param subnetName The name of the subnet.
81
- * @param options The options parameters.
82
- */
83
- async beginDeleteAndWait(resourceGroupName, virtualNetworkName, subnetName, options) {
84
- const poller = await this.beginDelete(resourceGroupName, virtualNetworkName, subnetName, options);
85
- return poller.pollUntilDone();
86
- }
87
- }
88
- exports.SubnetServiceAssociationLinkImpl = SubnetServiceAssociationLinkImpl;
89
- // Operation Specifications
90
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
91
- const deleteOperationSpec = {
92
- path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/subnets/{subnetName}/providers/Microsoft.ContainerInstance/serviceAssociationLinks/default",
93
- httpMethod: "DELETE",
94
- responses: {
95
- 200: {},
96
- 201: {},
97
- 202: {},
98
- 204: {},
99
- default: {
100
- bodyMapper: Mappers.CloudError,
101
- },
102
- },
103
- queryParameters: [Parameters.apiVersion],
104
- urlParameters: [
105
- Parameters.$host,
106
- Parameters.subscriptionId,
107
- Parameters.resourceGroupName,
108
- Parameters.virtualNetworkName,
109
- Parameters.subnetName,
110
- ],
111
- headerParameters: [Parameters.accept],
112
- serializer,
113
- };
114
- //# sourceMappingURL=subnetServiceAssociationLink.js.map