@azure/arm-devopsinfrastructure 1.0.0-alpha.20241127.1 → 1.0.0-alpha.20241129.4

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 (568) hide show
  1. package/CHANGELOG.md +3 -11
  2. package/README.md +19 -22
  3. package/dist/browser/api/devOpsInfrastructureContext.d.ts +12 -0
  4. package/dist/browser/api/devOpsInfrastructureContext.d.ts.map +1 -0
  5. package/dist/browser/api/devOpsInfrastructureContext.js +34 -0
  6. package/dist/browser/api/devOpsInfrastructureContext.js.map +1 -0
  7. package/dist/browser/api/imageVersions/index.d.ts +9 -0
  8. package/dist/browser/api/imageVersions/index.d.ts.map +1 -0
  9. package/dist/browser/api/imageVersions/index.js +22 -0
  10. package/dist/browser/api/imageVersions/index.js.map +1 -0
  11. package/dist/browser/api/index.d.ts +9 -0
  12. package/dist/browser/api/index.d.ts.map +1 -0
  13. package/dist/browser/api/index.js +10 -0
  14. package/dist/browser/api/index.js.map +1 -0
  15. package/dist/browser/api/operations/index.d.ts +9 -0
  16. package/dist/browser/api/operations/index.d.ts.map +1 -0
  17. package/dist/browser/api/operations/index.js +22 -0
  18. package/dist/browser/api/operations/index.js.map +1 -0
  19. package/dist/browser/api/options.d.ts +41 -0
  20. package/dist/browser/api/options.d.ts.map +1 -0
  21. package/dist/browser/api/options.js +4 -0
  22. package/dist/browser/api/options.js.map +1 -0
  23. package/dist/browser/api/pools/index.d.ts +30 -0
  24. package/dist/browser/api/pools/index.d.ts.map +1 -0
  25. package/dist/browser/api/pools/index.js +119 -0
  26. package/dist/browser/api/pools/index.js.map +1 -0
  27. package/dist/browser/api/resourceDetails/index.d.ts +9 -0
  28. package/dist/browser/api/resourceDetails/index.d.ts.map +1 -0
  29. package/dist/browser/api/resourceDetails/index.js +22 -0
  30. package/dist/browser/api/resourceDetails/index.js.map +1 -0
  31. package/dist/browser/api/sku/index.d.ts +9 -0
  32. package/dist/browser/api/sku/index.d.ts.map +1 -0
  33. package/dist/browser/api/sku/index.js +22 -0
  34. package/dist/browser/api/sku/index.js.map +1 -0
  35. package/dist/browser/api/subscriptionUsages/index.d.ts +9 -0
  36. package/dist/browser/api/subscriptionUsages/index.d.ts.map +1 -0
  37. package/dist/browser/api/subscriptionUsages/index.js +22 -0
  38. package/dist/browser/api/subscriptionUsages/index.js.map +1 -0
  39. package/dist/browser/classic/imageVersions/index.d.ts +14 -0
  40. package/dist/browser/classic/imageVersions/index.d.ts.map +1 -0
  41. package/dist/browser/classic/imageVersions/index.js +12 -0
  42. package/dist/browser/classic/imageVersions/index.js.map +1 -0
  43. package/dist/browser/classic/index.d.ts +7 -0
  44. package/dist/browser/classic/index.d.ts.map +1 -0
  45. package/dist/browser/classic/index.js +4 -0
  46. package/dist/browser/classic/index.js.map +1 -0
  47. package/dist/browser/classic/operations/index.d.ts +14 -0
  48. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  49. package/dist/browser/classic/operations/index.js +12 -0
  50. package/dist/browser/classic/operations/index.js.map +1 -0
  51. package/dist/browser/classic/pools/index.d.ts +30 -0
  52. package/dist/browser/classic/pools/index.d.ts.map +1 -0
  53. package/dist/browser/classic/pools/index.js +17 -0
  54. package/dist/browser/classic/pools/index.js.map +1 -0
  55. package/dist/browser/classic/resourceDetails/index.d.ts +14 -0
  56. package/dist/browser/classic/resourceDetails/index.d.ts.map +1 -0
  57. package/dist/browser/classic/resourceDetails/index.js +12 -0
  58. package/dist/browser/classic/resourceDetails/index.js.map +1 -0
  59. package/dist/browser/classic/sku/index.d.ts +14 -0
  60. package/dist/browser/classic/sku/index.d.ts.map +1 -0
  61. package/dist/browser/classic/sku/index.js +12 -0
  62. package/dist/browser/classic/sku/index.js.map +1 -0
  63. package/dist/browser/classic/subscriptionUsages/index.d.ts +14 -0
  64. package/dist/browser/classic/subscriptionUsages/index.d.ts.map +1 -0
  65. package/dist/browser/classic/subscriptionUsages/index.js +12 -0
  66. package/dist/browser/classic/subscriptionUsages/index.js.map +1 -0
  67. package/dist/browser/devOpsInfrastructureClient.d.ts +29 -0
  68. package/dist/browser/devOpsInfrastructureClient.d.ts.map +1 -0
  69. package/dist/browser/devOpsInfrastructureClient.js +27 -0
  70. package/dist/browser/devOpsInfrastructureClient.js.map +1 -0
  71. package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
  72. package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
  73. package/dist/browser/helpers/serializerHelpers.js +24 -0
  74. package/dist/browser/helpers/serializerHelpers.js.map +1 -0
  75. package/dist/browser/index.d.ts +8 -0
  76. package/dist/browser/index.d.ts.map +1 -0
  77. package/dist/browser/index.js +6 -0
  78. package/dist/browser/index.js.map +1 -0
  79. package/dist/browser/logger.d.ts +2 -0
  80. package/dist/browser/logger.d.ts.map +1 -0
  81. package/dist/browser/logger.js +5 -0
  82. package/dist/browser/logger.js.map +1 -0
  83. package/dist/browser/models/index.d.ts +2 -0
  84. package/dist/browser/models/index.d.ts.map +1 -0
  85. package/dist/browser/models/index.js +4 -0
  86. package/dist/browser/models/index.js.map +1 -0
  87. package/{dist-esm/src/models/index.d.ts → dist/browser/models/models.d.ts} +678 -836
  88. package/dist/browser/models/models.d.ts.map +1 -0
  89. package/dist/browser/models/models.js +1038 -0
  90. package/dist/browser/models/models.js.map +1 -0
  91. package/dist/browser/package.json +3 -0
  92. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  93. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  94. package/dist/browser/restorePollerHelpers.js +98 -0
  95. package/dist/browser/restorePollerHelpers.js.map +1 -0
  96. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  97. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  98. package/dist/browser/static-helpers/pagingHelpers.js +137 -0
  99. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  100. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  101. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  102. package/dist/browser/static-helpers/pollingHelpers.js +76 -0
  103. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  104. package/dist/commonjs/api/devOpsInfrastructureContext.d.ts +12 -0
  105. package/dist/commonjs/api/devOpsInfrastructureContext.d.ts.map +1 -0
  106. package/dist/commonjs/api/devOpsInfrastructureContext.js +37 -0
  107. package/dist/commonjs/api/devOpsInfrastructureContext.js.map +1 -0
  108. package/dist/commonjs/api/imageVersions/index.d.ts +9 -0
  109. package/dist/commonjs/api/imageVersions/index.d.ts.map +1 -0
  110. package/dist/commonjs/api/imageVersions/index.js +27 -0
  111. package/dist/commonjs/api/imageVersions/index.js.map +1 -0
  112. package/dist/commonjs/api/index.d.ts +9 -0
  113. package/dist/commonjs/api/index.d.ts.map +1 -0
  114. package/dist/commonjs/api/index.js +25 -0
  115. package/dist/commonjs/api/index.js.map +1 -0
  116. package/dist/commonjs/api/operations/index.d.ts +9 -0
  117. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  118. package/dist/commonjs/api/operations/index.js +27 -0
  119. package/dist/commonjs/api/operations/index.js.map +1 -0
  120. package/dist/commonjs/api/options.d.ts +41 -0
  121. package/dist/commonjs/api/options.d.ts.map +1 -0
  122. package/dist/commonjs/api/options.js +5 -0
  123. package/dist/commonjs/api/options.js.map +1 -0
  124. package/dist/commonjs/api/pools/index.d.ts +30 -0
  125. package/dist/commonjs/api/pools/index.d.ts.map +1 -0
  126. package/dist/commonjs/api/pools/index.js +139 -0
  127. package/dist/commonjs/api/pools/index.js.map +1 -0
  128. package/dist/commonjs/api/resourceDetails/index.d.ts +9 -0
  129. package/dist/commonjs/api/resourceDetails/index.d.ts.map +1 -0
  130. package/dist/commonjs/api/resourceDetails/index.js +27 -0
  131. package/dist/commonjs/api/resourceDetails/index.js.map +1 -0
  132. package/dist/commonjs/api/sku/index.d.ts +9 -0
  133. package/dist/commonjs/api/sku/index.d.ts.map +1 -0
  134. package/dist/commonjs/api/sku/index.js +27 -0
  135. package/dist/commonjs/api/sku/index.js.map +1 -0
  136. package/dist/commonjs/api/subscriptionUsages/index.d.ts +9 -0
  137. package/dist/commonjs/api/subscriptionUsages/index.d.ts.map +1 -0
  138. package/dist/commonjs/api/subscriptionUsages/index.js +27 -0
  139. package/dist/commonjs/api/subscriptionUsages/index.js.map +1 -0
  140. package/dist/commonjs/classic/imageVersions/index.d.ts +14 -0
  141. package/dist/commonjs/classic/imageVersions/index.d.ts.map +1 -0
  142. package/dist/commonjs/classic/imageVersions/index.js +16 -0
  143. package/dist/commonjs/classic/imageVersions/index.js.map +1 -0
  144. package/dist/commonjs/classic/index.d.ts +7 -0
  145. package/dist/commonjs/classic/index.d.ts.map +1 -0
  146. package/dist/commonjs/classic/index.js +5 -0
  147. package/dist/commonjs/classic/index.js.map +1 -0
  148. package/dist/commonjs/classic/operations/index.d.ts +14 -0
  149. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  150. package/dist/commonjs/classic/operations/index.js +16 -0
  151. package/dist/commonjs/classic/operations/index.js.map +1 -0
  152. package/dist/commonjs/classic/pools/index.d.ts +30 -0
  153. package/dist/commonjs/classic/pools/index.d.ts.map +1 -0
  154. package/dist/commonjs/classic/pools/index.js +21 -0
  155. package/dist/commonjs/classic/pools/index.js.map +1 -0
  156. package/dist/commonjs/classic/resourceDetails/index.d.ts +14 -0
  157. package/dist/commonjs/classic/resourceDetails/index.d.ts.map +1 -0
  158. package/dist/commonjs/classic/resourceDetails/index.js +16 -0
  159. package/dist/commonjs/classic/resourceDetails/index.js.map +1 -0
  160. package/dist/commonjs/classic/sku/index.d.ts +14 -0
  161. package/dist/commonjs/classic/sku/index.d.ts.map +1 -0
  162. package/dist/commonjs/classic/sku/index.js +16 -0
  163. package/dist/commonjs/classic/sku/index.js.map +1 -0
  164. package/dist/commonjs/classic/subscriptionUsages/index.d.ts +14 -0
  165. package/dist/commonjs/classic/subscriptionUsages/index.d.ts.map +1 -0
  166. package/dist/commonjs/classic/subscriptionUsages/index.js +16 -0
  167. package/dist/commonjs/classic/subscriptionUsages/index.js.map +1 -0
  168. package/dist/commonjs/devOpsInfrastructureClient.d.ts +29 -0
  169. package/dist/commonjs/devOpsInfrastructureClient.d.ts.map +1 -0
  170. package/dist/commonjs/devOpsInfrastructureClient.js +31 -0
  171. package/dist/commonjs/devOpsInfrastructureClient.js.map +1 -0
  172. package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
  173. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
  174. package/dist/commonjs/helpers/serializerHelpers.js +27 -0
  175. package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
  176. package/dist/commonjs/index.d.ts +8 -0
  177. package/dist/commonjs/index.d.ts.map +1 -0
  178. package/dist/commonjs/index.js +27 -0
  179. package/dist/commonjs/index.js.map +1 -0
  180. package/dist/commonjs/logger.d.ts +2 -0
  181. package/dist/commonjs/logger.d.ts.map +1 -0
  182. package/dist/commonjs/logger.js +8 -0
  183. package/dist/commonjs/logger.js.map +1 -0
  184. package/dist/commonjs/models/index.d.ts +2 -0
  185. package/dist/commonjs/models/index.d.ts.map +1 -0
  186. package/dist/commonjs/models/index.js +23 -0
  187. package/dist/commonjs/models/index.js.map +1 -0
  188. package/dist/commonjs/models/models.d.ts +886 -0
  189. package/dist/commonjs/models/models.d.ts.map +1 -0
  190. package/dist/commonjs/models/models.js +1149 -0
  191. package/dist/commonjs/models/models.js.map +1 -0
  192. package/dist/commonjs/package.json +3 -0
  193. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  194. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  195. package/dist/commonjs/restorePollerHelpers.js +101 -0
  196. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  197. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  198. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  199. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  200. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  201. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  202. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  203. package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
  204. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  205. package/dist/esm/api/devOpsInfrastructureContext.d.ts +12 -0
  206. package/dist/esm/api/devOpsInfrastructureContext.d.ts.map +1 -0
  207. package/dist/esm/api/devOpsInfrastructureContext.js +34 -0
  208. package/dist/esm/api/devOpsInfrastructureContext.js.map +1 -0
  209. package/dist/esm/api/imageVersions/index.d.ts +9 -0
  210. package/dist/esm/api/imageVersions/index.d.ts.map +1 -0
  211. package/dist/esm/api/imageVersions/index.js +22 -0
  212. package/dist/esm/api/imageVersions/index.js.map +1 -0
  213. package/dist/esm/api/index.d.ts +9 -0
  214. package/dist/esm/api/index.d.ts.map +1 -0
  215. package/dist/esm/api/index.js +10 -0
  216. package/dist/esm/api/index.js.map +1 -0
  217. package/dist/esm/api/operations/index.d.ts +9 -0
  218. package/dist/esm/api/operations/index.d.ts.map +1 -0
  219. package/dist/esm/api/operations/index.js +22 -0
  220. package/dist/esm/api/operations/index.js.map +1 -0
  221. package/dist/esm/api/options.d.ts +41 -0
  222. package/dist/esm/api/options.d.ts.map +1 -0
  223. package/dist/esm/api/options.js +4 -0
  224. package/dist/esm/api/options.js.map +1 -0
  225. package/dist/esm/api/pools/index.d.ts +30 -0
  226. package/dist/esm/api/pools/index.d.ts.map +1 -0
  227. package/dist/esm/api/pools/index.js +119 -0
  228. package/dist/esm/api/pools/index.js.map +1 -0
  229. package/dist/esm/api/resourceDetails/index.d.ts +9 -0
  230. package/dist/esm/api/resourceDetails/index.d.ts.map +1 -0
  231. package/dist/esm/api/resourceDetails/index.js +22 -0
  232. package/dist/esm/api/resourceDetails/index.js.map +1 -0
  233. package/dist/esm/api/sku/index.d.ts +9 -0
  234. package/dist/esm/api/sku/index.d.ts.map +1 -0
  235. package/dist/esm/api/sku/index.js +22 -0
  236. package/dist/esm/api/sku/index.js.map +1 -0
  237. package/dist/esm/api/subscriptionUsages/index.d.ts +9 -0
  238. package/dist/esm/api/subscriptionUsages/index.d.ts.map +1 -0
  239. package/dist/esm/api/subscriptionUsages/index.js +22 -0
  240. package/dist/esm/api/subscriptionUsages/index.js.map +1 -0
  241. package/dist/esm/classic/imageVersions/index.d.ts +14 -0
  242. package/dist/esm/classic/imageVersions/index.d.ts.map +1 -0
  243. package/dist/esm/classic/imageVersions/index.js +12 -0
  244. package/dist/esm/classic/imageVersions/index.js.map +1 -0
  245. package/dist/esm/classic/index.d.ts +7 -0
  246. package/dist/esm/classic/index.d.ts.map +1 -0
  247. package/dist/esm/classic/index.js +4 -0
  248. package/dist/esm/classic/index.js.map +1 -0
  249. package/dist/esm/classic/operations/index.d.ts +14 -0
  250. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  251. package/dist/esm/classic/operations/index.js +12 -0
  252. package/dist/esm/classic/operations/index.js.map +1 -0
  253. package/dist/esm/classic/pools/index.d.ts +30 -0
  254. package/dist/esm/classic/pools/index.d.ts.map +1 -0
  255. package/dist/esm/classic/pools/index.js +17 -0
  256. package/dist/esm/classic/pools/index.js.map +1 -0
  257. package/dist/esm/classic/resourceDetails/index.d.ts +14 -0
  258. package/dist/esm/classic/resourceDetails/index.d.ts.map +1 -0
  259. package/dist/esm/classic/resourceDetails/index.js +12 -0
  260. package/dist/esm/classic/resourceDetails/index.js.map +1 -0
  261. package/dist/esm/classic/sku/index.d.ts +14 -0
  262. package/dist/esm/classic/sku/index.d.ts.map +1 -0
  263. package/dist/esm/classic/sku/index.js +12 -0
  264. package/dist/esm/classic/sku/index.js.map +1 -0
  265. package/dist/esm/classic/subscriptionUsages/index.d.ts +14 -0
  266. package/dist/esm/classic/subscriptionUsages/index.d.ts.map +1 -0
  267. package/dist/esm/classic/subscriptionUsages/index.js +12 -0
  268. package/dist/esm/classic/subscriptionUsages/index.js.map +1 -0
  269. package/dist/esm/devOpsInfrastructureClient.d.ts +29 -0
  270. package/dist/esm/devOpsInfrastructureClient.d.ts.map +1 -0
  271. package/dist/esm/devOpsInfrastructureClient.js +27 -0
  272. package/dist/esm/devOpsInfrastructureClient.js.map +1 -0
  273. package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
  274. package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
  275. package/dist/esm/helpers/serializerHelpers.js +24 -0
  276. package/dist/esm/helpers/serializerHelpers.js.map +1 -0
  277. package/dist/esm/index.d.ts +8 -0
  278. package/dist/esm/index.d.ts.map +1 -0
  279. package/dist/esm/index.js +6 -0
  280. package/dist/esm/index.js.map +1 -0
  281. package/dist/esm/logger.d.ts +2 -0
  282. package/dist/esm/logger.d.ts.map +1 -0
  283. package/dist/esm/logger.js +5 -0
  284. package/dist/esm/logger.js.map +1 -0
  285. package/dist/esm/models/index.d.ts +2 -0
  286. package/dist/esm/models/index.d.ts.map +1 -0
  287. package/dist/esm/models/index.js +4 -0
  288. package/dist/esm/models/index.js.map +1 -0
  289. package/dist/esm/models/models.d.ts +886 -0
  290. package/dist/esm/models/models.d.ts.map +1 -0
  291. package/dist/esm/models/models.js +1038 -0
  292. package/dist/esm/models/models.js.map +1 -0
  293. package/dist/esm/package.json +3 -0
  294. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  295. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  296. package/dist/esm/restorePollerHelpers.js +98 -0
  297. package/dist/esm/restorePollerHelpers.js.map +1 -0
  298. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  299. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  300. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  301. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  302. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  303. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  304. package/dist/esm/static-helpers/pollingHelpers.js +76 -0
  305. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  306. package/dist/react-native/api/devOpsInfrastructureContext.d.ts +12 -0
  307. package/dist/react-native/api/devOpsInfrastructureContext.d.ts.map +1 -0
  308. package/dist/react-native/api/devOpsInfrastructureContext.js +34 -0
  309. package/dist/react-native/api/devOpsInfrastructureContext.js.map +1 -0
  310. package/dist/react-native/api/imageVersions/index.d.ts +9 -0
  311. package/dist/react-native/api/imageVersions/index.d.ts.map +1 -0
  312. package/dist/react-native/api/imageVersions/index.js +22 -0
  313. package/dist/react-native/api/imageVersions/index.js.map +1 -0
  314. package/dist/react-native/api/index.d.ts +9 -0
  315. package/dist/react-native/api/index.d.ts.map +1 -0
  316. package/dist/react-native/api/index.js +10 -0
  317. package/dist/react-native/api/index.js.map +1 -0
  318. package/dist/react-native/api/operations/index.d.ts +9 -0
  319. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  320. package/dist/react-native/api/operations/index.js +22 -0
  321. package/dist/react-native/api/operations/index.js.map +1 -0
  322. package/dist/react-native/api/options.d.ts +41 -0
  323. package/dist/react-native/api/options.d.ts.map +1 -0
  324. package/dist/react-native/api/options.js +4 -0
  325. package/dist/react-native/api/options.js.map +1 -0
  326. package/dist/react-native/api/pools/index.d.ts +30 -0
  327. package/dist/react-native/api/pools/index.d.ts.map +1 -0
  328. package/dist/react-native/api/pools/index.js +119 -0
  329. package/dist/react-native/api/pools/index.js.map +1 -0
  330. package/dist/react-native/api/resourceDetails/index.d.ts +9 -0
  331. package/dist/react-native/api/resourceDetails/index.d.ts.map +1 -0
  332. package/dist/react-native/api/resourceDetails/index.js +22 -0
  333. package/dist/react-native/api/resourceDetails/index.js.map +1 -0
  334. package/dist/react-native/api/sku/index.d.ts +9 -0
  335. package/dist/react-native/api/sku/index.d.ts.map +1 -0
  336. package/dist/react-native/api/sku/index.js +22 -0
  337. package/dist/react-native/api/sku/index.js.map +1 -0
  338. package/dist/react-native/api/subscriptionUsages/index.d.ts +9 -0
  339. package/dist/react-native/api/subscriptionUsages/index.d.ts.map +1 -0
  340. package/dist/react-native/api/subscriptionUsages/index.js +22 -0
  341. package/dist/react-native/api/subscriptionUsages/index.js.map +1 -0
  342. package/dist/react-native/classic/imageVersions/index.d.ts +14 -0
  343. package/dist/react-native/classic/imageVersions/index.d.ts.map +1 -0
  344. package/dist/react-native/classic/imageVersions/index.js +12 -0
  345. package/dist/react-native/classic/imageVersions/index.js.map +1 -0
  346. package/dist/react-native/classic/index.d.ts +7 -0
  347. package/dist/react-native/classic/index.d.ts.map +1 -0
  348. package/dist/react-native/classic/index.js +4 -0
  349. package/dist/react-native/classic/index.js.map +1 -0
  350. package/dist/react-native/classic/operations/index.d.ts +14 -0
  351. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  352. package/dist/react-native/classic/operations/index.js +12 -0
  353. package/dist/react-native/classic/operations/index.js.map +1 -0
  354. package/dist/react-native/classic/pools/index.d.ts +30 -0
  355. package/dist/react-native/classic/pools/index.d.ts.map +1 -0
  356. package/dist/react-native/classic/pools/index.js +17 -0
  357. package/dist/react-native/classic/pools/index.js.map +1 -0
  358. package/dist/react-native/classic/resourceDetails/index.d.ts +14 -0
  359. package/dist/react-native/classic/resourceDetails/index.d.ts.map +1 -0
  360. package/dist/react-native/classic/resourceDetails/index.js +12 -0
  361. package/dist/react-native/classic/resourceDetails/index.js.map +1 -0
  362. package/dist/react-native/classic/sku/index.d.ts +14 -0
  363. package/dist/react-native/classic/sku/index.d.ts.map +1 -0
  364. package/dist/react-native/classic/sku/index.js +12 -0
  365. package/dist/react-native/classic/sku/index.js.map +1 -0
  366. package/dist/react-native/classic/subscriptionUsages/index.d.ts +14 -0
  367. package/dist/react-native/classic/subscriptionUsages/index.d.ts.map +1 -0
  368. package/dist/react-native/classic/subscriptionUsages/index.js +12 -0
  369. package/dist/react-native/classic/subscriptionUsages/index.js.map +1 -0
  370. package/dist/react-native/devOpsInfrastructureClient.d.ts +29 -0
  371. package/dist/react-native/devOpsInfrastructureClient.d.ts.map +1 -0
  372. package/dist/react-native/devOpsInfrastructureClient.js +27 -0
  373. package/dist/react-native/devOpsInfrastructureClient.js.map +1 -0
  374. package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
  375. package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
  376. package/dist/react-native/helpers/serializerHelpers.js +24 -0
  377. package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
  378. package/dist/react-native/index.d.ts +8 -0
  379. package/dist/react-native/index.d.ts.map +1 -0
  380. package/dist/react-native/index.js +6 -0
  381. package/dist/react-native/index.js.map +1 -0
  382. package/dist/react-native/logger.d.ts +2 -0
  383. package/dist/react-native/logger.d.ts.map +1 -0
  384. package/dist/react-native/logger.js +5 -0
  385. package/dist/react-native/logger.js.map +1 -0
  386. package/dist/react-native/models/index.d.ts +2 -0
  387. package/dist/react-native/models/index.d.ts.map +1 -0
  388. package/dist/react-native/models/index.js +4 -0
  389. package/dist/react-native/models/index.js.map +1 -0
  390. package/dist/react-native/models/models.d.ts +886 -0
  391. package/dist/react-native/models/models.d.ts.map +1 -0
  392. package/dist/react-native/models/models.js +1038 -0
  393. package/dist/react-native/models/models.js.map +1 -0
  394. package/dist/react-native/package.json +3 -0
  395. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  396. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  397. package/dist/react-native/restorePollerHelpers.js +98 -0
  398. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  399. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  400. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  401. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  402. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  403. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  404. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  405. package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
  406. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  407. package/package.json +128 -81
  408. package/review/arm-devopsinfrastructure-models.api.md +504 -0
  409. package/review/arm-devopsinfrastructure.api.md +110 -299
  410. package/dist/index.js +0 -3582
  411. package/dist/index.js.map +0 -1
  412. package/dist/index.min.js +0 -1
  413. package/dist/index.min.js.map +0 -1
  414. package/dist-esm/samples-dev/imageVersionsListByImageSample.d.ts +0 -2
  415. package/dist-esm/samples-dev/imageVersionsListByImageSample.d.ts.map +0 -1
  416. package/dist-esm/samples-dev/imageVersionsListByImageSample.js +0 -55
  417. package/dist-esm/samples-dev/imageVersionsListByImageSample.js.map +0 -1
  418. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  419. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  420. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  421. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  422. package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts +0 -2
  423. package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts.map +0 -1
  424. package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js +0 -61
  425. package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js.map +0 -1
  426. package/dist-esm/samples-dev/poolsDeleteSample.d.ts +0 -2
  427. package/dist-esm/samples-dev/poolsDeleteSample.d.ts.map +0 -1
  428. package/dist-esm/samples-dev/poolsDeleteSample.js +0 -39
  429. package/dist-esm/samples-dev/poolsDeleteSample.js.map +0 -1
  430. package/dist-esm/samples-dev/poolsGetSample.d.ts +0 -2
  431. package/dist-esm/samples-dev/poolsGetSample.d.ts.map +0 -1
  432. package/dist-esm/samples-dev/poolsGetSample.js +0 -39
  433. package/dist-esm/samples-dev/poolsGetSample.js.map +0 -1
  434. package/dist-esm/samples-dev/poolsListByResourceGroupSample.d.ts +0 -2
  435. package/dist-esm/samples-dev/poolsListByResourceGroupSample.d.ts.map +0 -1
  436. package/dist-esm/samples-dev/poolsListByResourceGroupSample.js +0 -54
  437. package/dist-esm/samples-dev/poolsListByResourceGroupSample.js.map +0 -1
  438. package/dist-esm/samples-dev/poolsListBySubscriptionSample.d.ts +0 -2
  439. package/dist-esm/samples-dev/poolsListBySubscriptionSample.d.ts.map +0 -1
  440. package/dist-esm/samples-dev/poolsListBySubscriptionSample.js +0 -53
  441. package/dist-esm/samples-dev/poolsListBySubscriptionSample.js.map +0 -1
  442. package/dist-esm/samples-dev/poolsUpdateSample.d.ts +0 -2
  443. package/dist-esm/samples-dev/poolsUpdateSample.d.ts.map +0 -1
  444. package/dist-esm/samples-dev/poolsUpdateSample.js +0 -40
  445. package/dist-esm/samples-dev/poolsUpdateSample.js.map +0 -1
  446. package/dist-esm/samples-dev/resourceDetailsListByPoolSample.d.ts +0 -2
  447. package/dist-esm/samples-dev/resourceDetailsListByPoolSample.d.ts.map +0 -1
  448. package/dist-esm/samples-dev/resourceDetailsListByPoolSample.js +0 -55
  449. package/dist-esm/samples-dev/resourceDetailsListByPoolSample.js.map +0 -1
  450. package/dist-esm/samples-dev/skuListByLocationSample.d.ts +0 -2
  451. package/dist-esm/samples-dev/skuListByLocationSample.d.ts.map +0 -1
  452. package/dist-esm/samples-dev/skuListByLocationSample.js +0 -54
  453. package/dist-esm/samples-dev/skuListByLocationSample.js.map +0 -1
  454. package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.d.ts +0 -2
  455. package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.d.ts.map +0 -1
  456. package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.js +0 -54
  457. package/dist-esm/samples-dev/subscriptionUsagesListByLocationSample.js.map +0 -1
  458. package/dist-esm/src/index.d.ts +0 -5
  459. package/dist-esm/src/index.d.ts.map +0 -1
  460. package/dist-esm/src/index.js +0 -13
  461. package/dist-esm/src/index.js.map +0 -1
  462. package/dist-esm/src/lroImpl.d.ts +0 -11
  463. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  464. package/dist-esm/src/lroImpl.js +0 -21
  465. package/dist-esm/src/lroImpl.js.map +0 -1
  466. package/dist-esm/src/managedDevOpsInfrastructure.d.ts +0 -25
  467. package/dist-esm/src/managedDevOpsInfrastructure.d.ts.map +0 -1
  468. package/dist-esm/src/managedDevOpsInfrastructure.js +0 -105
  469. package/dist-esm/src/managedDevOpsInfrastructure.js.map +0 -1
  470. package/dist-esm/src/models/index.d.ts.map +0 -1
  471. package/dist-esm/src/models/index.js +0 -182
  472. package/dist-esm/src/models/index.js.map +0 -1
  473. package/dist-esm/src/models/mappers.d.ts +0 -86
  474. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  475. package/dist-esm/src/models/mappers.js +0 -1766
  476. package/dist-esm/src/models/mappers.js.map +0 -1
  477. package/dist-esm/src/models/parameters.d.ts +0 -14
  478. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  479. package/dist-esm/src/models/parameters.js +0 -135
  480. package/dist-esm/src/models/parameters.js.map +0 -1
  481. package/dist-esm/src/operations/imageVersions.d.ts +0 -38
  482. package/dist-esm/src/operations/imageVersions.d.ts.map +0 -1
  483. package/dist-esm/src/operations/imageVersions.js +0 -150
  484. package/dist-esm/src/operations/imageVersions.js.map +0 -1
  485. package/dist-esm/src/operations/index.d.ts +0 -7
  486. package/dist-esm/src/operations/index.d.ts.map +0 -1
  487. package/dist-esm/src/operations/index.js +0 -14
  488. package/dist-esm/src/operations/index.js.map +0 -1
  489. package/dist-esm/src/operations/operations.d.ts +0 -32
  490. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  491. package/dist-esm/src/operations/operations.js +0 -133
  492. package/dist-esm/src/operations/operations.js.map +0 -1
  493. package/dist-esm/src/operations/pools.d.ts +0 -107
  494. package/dist-esm/src/operations/pools.d.ts.map +0 -1
  495. package/dist-esm/src/operations/pools.js +0 -554
  496. package/dist-esm/src/operations/pools.js.map +0 -1
  497. package/dist-esm/src/operations/resourceDetails.d.ts +0 -38
  498. package/dist-esm/src/operations/resourceDetails.d.ts.map +0 -1
  499. package/dist-esm/src/operations/resourceDetails.js +0 -150
  500. package/dist-esm/src/operations/resourceDetails.js.map +0 -1
  501. package/dist-esm/src/operations/sku.d.ts +0 -35
  502. package/dist-esm/src/operations/sku.d.ts.map +0 -1
  503. package/dist-esm/src/operations/sku.js +0 -145
  504. package/dist-esm/src/operations/sku.js.map +0 -1
  505. package/dist-esm/src/operations/subscriptionUsages.d.ts +0 -35
  506. package/dist-esm/src/operations/subscriptionUsages.d.ts.map +0 -1
  507. package/dist-esm/src/operations/subscriptionUsages.js +0 -145
  508. package/dist-esm/src/operations/subscriptionUsages.js.map +0 -1
  509. package/dist-esm/src/operationsInterfaces/imageVersions.d.ts +0 -13
  510. package/dist-esm/src/operationsInterfaces/imageVersions.d.ts.map +0 -1
  511. package/dist-esm/src/operationsInterfaces/imageVersions.js +0 -9
  512. package/dist-esm/src/operationsInterfaces/imageVersions.js.map +0 -1
  513. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
  514. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  515. package/dist-esm/src/operationsInterfaces/index.js +0 -14
  516. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  517. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  518. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  519. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  520. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  521. package/dist-esm/src/operationsInterfaces/pools.d.ts +0 -71
  522. package/dist-esm/src/operationsInterfaces/pools.d.ts.map +0 -1
  523. package/dist-esm/src/operationsInterfaces/pools.js +0 -9
  524. package/dist-esm/src/operationsInterfaces/pools.js.map +0 -1
  525. package/dist-esm/src/operationsInterfaces/resourceDetails.d.ts +0 -13
  526. package/dist-esm/src/operationsInterfaces/resourceDetails.d.ts.map +0 -1
  527. package/dist-esm/src/operationsInterfaces/resourceDetails.js +0 -9
  528. package/dist-esm/src/operationsInterfaces/resourceDetails.js.map +0 -1
  529. package/dist-esm/src/operationsInterfaces/sku.d.ts +0 -12
  530. package/dist-esm/src/operationsInterfaces/sku.d.ts.map +0 -1
  531. package/dist-esm/src/operationsInterfaces/sku.js +0 -9
  532. package/dist-esm/src/operationsInterfaces/sku.js.map +0 -1
  533. package/dist-esm/src/operationsInterfaces/subscriptionUsages.d.ts +0 -12
  534. package/dist-esm/src/operationsInterfaces/subscriptionUsages.d.ts.map +0 -1
  535. package/dist-esm/src/operationsInterfaces/subscriptionUsages.js +0 -9
  536. package/dist-esm/src/operationsInterfaces/subscriptionUsages.js.map +0 -1
  537. package/dist-esm/src/pagingHelper.d.ts +0 -13
  538. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  539. package/dist-esm/src/pagingHelper.js +0 -32
  540. package/dist-esm/src/pagingHelper.js.map +0 -1
  541. package/dist-esm/test/devopsinfrastructure_operations_test.spec.d.ts +0 -4
  542. package/dist-esm/test/devopsinfrastructure_operations_test.spec.d.ts.map +0 -1
  543. package/dist-esm/test/devopsinfrastructure_operations_test.spec.js +0 -74
  544. package/dist-esm/test/devopsinfrastructure_operations_test.spec.js.map +0 -1
  545. package/src/index.ts +0 -13
  546. package/src/lroImpl.ts +0 -42
  547. package/src/managedDevOpsInfrastructure.ts +0 -165
  548. package/src/models/index.ts +0 -1197
  549. package/src/models/mappers.ts +0 -1899
  550. package/src/models/parameters.ts +0 -155
  551. package/src/operations/imageVersions.ts +0 -197
  552. package/src/operations/index.ts +0 -14
  553. package/src/operations/operations.ts +0 -149
  554. package/src/operations/pools.ts +0 -718
  555. package/src/operations/resourceDetails.ts +0 -193
  556. package/src/operations/sku.ts +0 -176
  557. package/src/operations/subscriptionUsages.ts +0 -176
  558. package/src/operationsInterfaces/imageVersions.ts +0 -29
  559. package/src/operationsInterfaces/index.ts +0 -14
  560. package/src/operationsInterfaces/operations.ts +0 -22
  561. package/src/operationsInterfaces/pools.ts +0 -139
  562. package/src/operationsInterfaces/resourceDetails.ts +0 -29
  563. package/src/operationsInterfaces/sku.ts +0 -24
  564. package/src/operationsInterfaces/subscriptionUsages.ts +0 -27
  565. package/src/pagingHelper.ts +0 -39
  566. package/tsconfig.json +0 -33
  567. package/types/arm-devopsinfrastructure.d.ts +0 -1336
  568. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,1336 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for ActionType. \
9
- * {@link KnownActionType} can be used interchangeably with ActionType,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **Internal**
13
- */
14
- export declare type ActionType = string;
15
-
16
- /** The agent profile of the machines in the pool. */
17
- export declare interface AgentProfile {
18
- /** Polymorphic discriminator, which specifies the different types this object can be */
19
- kind: "Stateful" | "Stateless";
20
- /** Defines pool buffer/stand-by agents. */
21
- resourcePredictions?: Record<string, unknown>;
22
- /** Defines how the pool buffer/stand-by agents is provided. */
23
- resourcePredictionsProfile?: ResourcePredictionsProfileUnion;
24
- }
25
-
26
- export declare type AgentProfileUnion = AgentProfile | Stateful | StatelessAgentProfile;
27
-
28
- /** The agent profile of the machines in the pool. */
29
- export declare interface AgentProfileUpdate {
30
- /** Polymorphic discriminator, which specifies the different types this object can be */
31
- kind: "Stateful" | "Stateless";
32
- /** Defines pool buffer/stand-by agents. */
33
- resourcePredictions?: Record<string, unknown>;
34
- /** Defines how the pool buffer/stand-by agents is provided. */
35
- resourcePredictionsProfile?: ResourcePredictionsProfileUpdateUnion;
36
- }
37
-
38
- export declare type AgentProfileUpdateUnion = AgentProfileUpdate | StatefulUpdate | StatelessAgentProfileUpdate;
39
-
40
- /** The stand-by agent scheme is determined based on historical demand. */
41
- export declare interface AutomaticResourcePredictionsProfile extends ResourcePredictionsProfile {
42
- /** Polymorphic discriminator, which specifies the different types this object can be */
43
- kind: "Automatic";
44
- /** Determines the balance between cost and performance. */
45
- predictionPreference?: PredictionPreference;
46
- }
47
-
48
- /** The stand-by agent scheme is determined based on historical demand. */
49
- export declare interface AutomaticResourcePredictionsProfileUpdate extends ResourcePredictionsProfileUpdate {
50
- /** Polymorphic discriminator, which specifies the different types this object can be */
51
- kind: "Automatic";
52
- /** Determines the balance between cost and performance. */
53
- predictionPreference?: PredictionPreference;
54
- }
55
-
56
- /** Azure DevOps organization profile */
57
- export declare interface AzureDevOpsOrganizationProfile extends OrganizationProfile {
58
- /** Polymorphic discriminator, which specifies the different types this object can be */
59
- kind: "AzureDevOps";
60
- /** The list of Azure DevOps organizations the pool should be present in. */
61
- organizations: Organization[];
62
- /** The type of permission which determines which accounts are admins on the Azure DevOps pool. */
63
- permissionProfile?: AzureDevOpsPermissionProfile;
64
- }
65
-
66
- /** Defines the type of Azure DevOps pool permission. */
67
- export declare interface AzureDevOpsPermissionProfile {
68
- /** Determines who has admin permissions to the Azure DevOps pool. */
69
- kind: AzureDevOpsPermissionType;
70
- /** User email addresses */
71
- users?: string[];
72
- /** Group email addresses */
73
- groups?: string[];
74
- }
75
-
76
- /**
77
- * Defines values for AzureDevOpsPermissionType. \
78
- * {@link KnownAzureDevOpsPermissionType} can be used interchangeably with AzureDevOpsPermissionType,
79
- * this enum contains the known values that the service supports.
80
- * ### Known values supported by the service
81
- * **Inherit**: Pool will inherit permissions from the project or organization. \
82
- * **CreatorOnly**: Only the pool creator will be an admin of the pool. \
83
- * **SpecificAccounts**: Only the specified accounts will be admins of the pool.
84
- */
85
- export declare type AzureDevOpsPermissionType = string;
86
-
87
- /**
88
- * Defines values for CachingType. \
89
- * {@link KnownCachingType} can be used interchangeably with CachingType,
90
- * this enum contains the known values that the service supports.
91
- * ### Known values supported by the service
92
- * **None**: Don't use host caching. \
93
- * **ReadOnly**: For workloads that only do read operations. \
94
- * **ReadWrite**: For workloads that do a balance of read and write operations.
95
- */
96
- export declare type CachingType = string;
97
-
98
- /**
99
- * Defines values for CreatedByType. \
100
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
101
- * this enum contains the known values that the service supports.
102
- * ### Known values supported by the service
103
- * **User** \
104
- * **Application** \
105
- * **ManagedIdentity** \
106
- * **Key**
107
- */
108
- export declare type CreatedByType = string;
109
-
110
- /** The data disk of the VMSS. */
111
- export declare interface DataDisk {
112
- /** The type of caching to be enabled for the data disks. The default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. */
113
- caching?: CachingType;
114
- /** The initial disk size in gigabytes. */
115
- diskSizeGiB?: number;
116
- /** The storage Account type to be used for the data disk. If omitted, the default is "standard_lrs". */
117
- storageAccountType?: StorageAccountType;
118
- /** The drive letter for the empty data disk. If not specified, it will be the first available letter. */
119
- driveLetter?: string;
120
- }
121
-
122
- /** The Azure SKU of the machines in the pool. */
123
- export declare interface DevOpsAzureSku {
124
- /** The Azure SKU name of the machines in the pool. */
125
- name: string;
126
- }
127
-
128
- /** The resource management error additional info. */
129
- export declare interface ErrorAdditionalInfo {
130
- /**
131
- * The additional info type.
132
- * NOTE: This property will not be serialized. It can only be populated by the server.
133
- */
134
- readonly type?: string;
135
- /**
136
- * The additional info.
137
- * NOTE: This property will not be serialized. It can only be populated by the server.
138
- */
139
- readonly info?: Record<string, unknown>;
140
- }
141
-
142
- /** The error detail. */
143
- export declare interface ErrorDetail {
144
- /**
145
- * The error code.
146
- * NOTE: This property will not be serialized. It can only be populated by the server.
147
- */
148
- readonly code?: string;
149
- /**
150
- * The error message.
151
- * NOTE: This property will not be serialized. It can only be populated by the server.
152
- */
153
- readonly message?: string;
154
- /**
155
- * The error target.
156
- * NOTE: This property will not be serialized. It can only be populated by the server.
157
- */
158
- readonly target?: string;
159
- /**
160
- * The error details.
161
- * NOTE: This property will not be serialized. It can only be populated by the server.
162
- */
163
- readonly details?: ErrorDetail[];
164
- /**
165
- * The error additional info.
166
- * NOTE: This property will not be serialized. It can only be populated by the server.
167
- */
168
- readonly additionalInfo?: ErrorAdditionalInfo[];
169
- }
170
-
171
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
172
- export declare interface ErrorResponse {
173
- /** The error object. */
174
- error?: ErrorDetail;
175
- }
176
-
177
- /** Defines the type of fabric the agent will run on. */
178
- export declare interface FabricProfile {
179
- /** Polymorphic discriminator, which specifies the different types this object can be */
180
- kind: "Vmss";
181
- }
182
-
183
- export declare type FabricProfileUnion = FabricProfile | VmssFabricProfile;
184
-
185
- /**
186
- * Given the last `.value` produced by the `byPage` iterator,
187
- * returns a continuation token that can be used to begin paging from
188
- * that point later.
189
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
190
- * @returns The continuation token that can be passed into byPage() during future calls.
191
- */
192
- export declare function getContinuationToken(page: unknown): string | undefined;
193
-
194
- /** Defines a GitHub organization */
195
- export declare interface GitHubOrganization {
196
- /** The GitHub organization URL in which the pool should be created. */
197
- url: string;
198
- /** Optional list of repositories in which the pool should be created. */
199
- repositories?: string[];
200
- }
201
-
202
- /** GitHub organization profile */
203
- export declare interface GitHubOrganizationProfile extends OrganizationProfile {
204
- /** Polymorphic discriminator, which specifies the different types this object can be */
205
- kind: "GitHub";
206
- /** The list of GitHub organizations/repositories the pool should be present in. */
207
- organizations: GitHubOrganization[];
208
- }
209
-
210
- /** An image version object */
211
- export declare interface ImageVersion extends ProxyResource {
212
- /** The resource-specific properties for this resource. */
213
- properties?: ImageVersionProperties;
214
- }
215
-
216
- /** The response of a ImageVersion list operation. */
217
- export declare interface ImageVersionListResult {
218
- /** The ImageVersion items on this page */
219
- value: ImageVersion[];
220
- /** The link to the next page of items */
221
- nextLink?: string;
222
- }
223
-
224
- /** Details of the ImageVersionProperties. */
225
- export declare interface ImageVersionProperties {
226
- /** Version of the image. */
227
- version: string;
228
- }
229
-
230
- /** Interface representing a ImageVersions. */
231
- export declare interface ImageVersions {
232
- /**
233
- * List ImageVersion resources by Image
234
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
235
- * @param imageName Name of the image.
236
- * @param options The options parameters.
237
- */
238
- listByImage(resourceGroupName: string, imageName: string, options?: ImageVersionsListByImageOptionalParams): PagedAsyncIterableIterator<ImageVersion>;
239
- }
240
-
241
- /** Optional parameters. */
242
- export declare interface ImageVersionsListByImageNextOptionalParams extends coreClient.OperationOptions {
243
- }
244
-
245
- /** Contains response data for the listByImageNext operation. */
246
- export declare type ImageVersionsListByImageNextResponse = ImageVersionListResult;
247
-
248
- /** Optional parameters. */
249
- export declare interface ImageVersionsListByImageOptionalParams extends coreClient.OperationOptions {
250
- }
251
-
252
- /** Contains response data for the listByImage operation. */
253
- export declare type ImageVersionsListByImageResponse = ImageVersionListResult;
254
-
255
- /** Known values of {@link ActionType} that the service accepts. */
256
- export declare enum KnownActionType {
257
- /** Internal */
258
- Internal = "Internal"
259
- }
260
-
261
- /** Known values of {@link AzureDevOpsPermissionType} that the service accepts. */
262
- export declare enum KnownAzureDevOpsPermissionType {
263
- /** Pool will inherit permissions from the project or organization. */
264
- Inherit = "Inherit",
265
- /** Only the pool creator will be an admin of the pool. */
266
- CreatorOnly = "CreatorOnly",
267
- /** Only the specified accounts will be admins of the pool. */
268
- SpecificAccounts = "SpecificAccounts"
269
- }
270
-
271
- /** Known values of {@link CachingType} that the service accepts. */
272
- export declare enum KnownCachingType {
273
- /** Don't use host caching. */
274
- None = "None",
275
- /** For workloads that only do read operations. */
276
- ReadOnly = "ReadOnly",
277
- /** For workloads that do a balance of read and write operations. */
278
- ReadWrite = "ReadWrite"
279
- }
280
-
281
- /** Known values of {@link CreatedByType} that the service accepts. */
282
- export declare enum KnownCreatedByType {
283
- /** User */
284
- User = "User",
285
- /** Application */
286
- Application = "Application",
287
- /** ManagedIdentity */
288
- ManagedIdentity = "ManagedIdentity",
289
- /** Key */
290
- Key = "Key"
291
- }
292
-
293
- /** Known values of {@link LogonType} that the service accepts. */
294
- export declare enum KnownLogonType {
295
- /** Run as a service. */
296
- Service = "Service",
297
- /** Run in interactive mode. */
298
- Interactive = "Interactive"
299
- }
300
-
301
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
302
- export declare enum KnownManagedServiceIdentityType {
303
- /** None */
304
- None = "None",
305
- /** SystemAssigned */
306
- SystemAssigned = "SystemAssigned",
307
- /** UserAssigned */
308
- UserAssigned = "UserAssigned",
309
- /** SystemAssignedUserAssigned */
310
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
311
- }
312
-
313
- /** Known values of {@link Origin} that the service accepts. */
314
- export declare enum KnownOrigin {
315
- /** User */
316
- User = "user",
317
- /** System */
318
- System = "system",
319
- /** UserSystem */
320
- UserSystem = "user,system"
321
- }
322
-
323
- /** Known values of {@link OsDiskStorageAccountType} that the service accepts. */
324
- export declare enum KnownOsDiskStorageAccountType {
325
- /** Standard OS disk type. */
326
- Standard = "Standard",
327
- /** Premium OS disk type. */
328
- Premium = "Premium",
329
- /** Standard SSD OS disk type. */
330
- StandardSSD = "StandardSSD"
331
- }
332
-
333
- /** Known values of {@link PredictionPreference} that the service accepts. */
334
- export declare enum KnownPredictionPreference {
335
- /** Balance between cost and performance. */
336
- Balanced = "Balanced",
337
- /** Optimizes for cost over performance. */
338
- MostCostEffective = "MostCostEffective",
339
- /** Halfway through cost and balanced. */
340
- MoreCostEffective = "MoreCostEffective",
341
- /** Halfway through balanced and performance. */
342
- MorePerformance = "MorePerformance",
343
- /** Optimizes for performance over cost. */
344
- BestPerformance = "BestPerformance"
345
- }
346
-
347
- /** Known values of {@link ProvisioningState} that the service accepts. */
348
- export declare enum KnownProvisioningState {
349
- /** Represents a succeeded operation. */
350
- Succeeded = "Succeeded",
351
- /** Represents a failed operation. */
352
- Failed = "Failed",
353
- /** Represents a canceled operation. */
354
- Canceled = "Canceled",
355
- /** Represents a pending operation. */
356
- Provisioning = "Provisioning",
357
- /** Represents a pending operation. */
358
- Updating = "Updating",
359
- /** Represents an operation under deletion. */
360
- Deleting = "Deleting",
361
- /** Represents an accepted operation. */
362
- Accepted = "Accepted"
363
- }
364
-
365
- /** Known values of {@link ResourcePredictionsProfileType} that the service accepts. */
366
- export declare enum KnownResourcePredictionsProfileType {
367
- /** Customer provides the stand-by agent scheme. */
368
- Manual = "Manual",
369
- /** The stand-by agent scheme is determined based on historical demand. */
370
- Automatic = "Automatic"
371
- }
372
-
373
- /** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
374
- export declare enum KnownResourceSkuRestrictionsReasonCode {
375
- /** QuotaId */
376
- QuotaId = "QuotaId",
377
- /** NotAvailableForSubscription */
378
- NotAvailableForSubscription = "NotAvailableForSubscription"
379
- }
380
-
381
- /** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
382
- export declare enum KnownResourceSkuRestrictionsType {
383
- /** Location */
384
- Location = "Location",
385
- /** Zone */
386
- Zone = "Zone"
387
- }
388
-
389
- /** Known values of {@link ResourceStatus} that the service accepts. */
390
- export declare enum KnownResourceStatus {
391
- /** Represents a machine resource that is ready. */
392
- Ready = "Ready",
393
- /** Represents a machine resource that is not ready. */
394
- NotReady = "NotReady",
395
- /** Represents a machine resource that is allocated. */
396
- Allocated = "Allocated",
397
- /** Represents a machine resource that is pending return. */
398
- PendingReturn = "PendingReturn",
399
- /** Represents a machine resource that is returned. */
400
- Returned = "Returned",
401
- /** Represents a machine resource that is leased. */
402
- Leased = "Leased",
403
- /** Represents a machine resource that is provisioning. */
404
- Provisioning = "Provisioning",
405
- /** Represents a machine resource that is updating. */
406
- Updating = "Updating",
407
- /** Represents a machine resource that is starting. */
408
- Starting = "Starting",
409
- /** Represents a machine resource that is pending reimage. */
410
- PendingReimage = "PendingReimage",
411
- /** Represents a machine resource that is reimaging. */
412
- Reimaging = "Reimaging"
413
- }
414
-
415
- /** Known values of {@link StorageAccountType} that the service accepts. */
416
- export declare enum KnownStorageAccountType {
417
- /** The data disk should use standard locally redundant storage. */
418
- StandardLRS = "Standard_LRS",
419
- /** The data disk should use premium locally redundant storage. */
420
- PremiumLRS = "Premium_LRS",
421
- /** The data disk should use standard SSD locally redundant storage. */
422
- StandardSsdlrs = "StandardSSD_LRS",
423
- /** The data disk should use premium SSD zonal redundant storage. */
424
- PremiumZRS = "Premium_ZRS",
425
- /** The data disk should use standard SSD zonal redundant storage. */
426
- StandardSsdzrs = "StandardSSD_ZRS"
427
- }
428
-
429
- /**
430
- * Defines values for LogonType. \
431
- * {@link KnownLogonType} can be used interchangeably with LogonType,
432
- * this enum contains the known values that the service supports.
433
- * ### Known values supported by the service
434
- * **Service**: Run as a service. \
435
- * **Interactive**: Run in interactive mode.
436
- */
437
- export declare type LogonType = string;
438
-
439
- export declare class ManagedDevOpsInfrastructure extends coreClient.ServiceClient {
440
- $host: string;
441
- apiVersion: string;
442
- subscriptionId: string;
443
- /**
444
- * Initializes a new instance of the ManagedDevOpsInfrastructure class.
445
- * @param credentials Subscription credentials which uniquely identify client subscription.
446
- * @param subscriptionId The ID of the target subscription. The value must be an UUID.
447
- * @param options The parameter options
448
- */
449
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ManagedDevOpsInfrastructureOptionalParams);
450
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
451
- private addCustomApiVersionPolicy;
452
- operations: Operations;
453
- sku: Sku;
454
- subscriptionUsages: SubscriptionUsages;
455
- pools: Pools;
456
- imageVersions: ImageVersions;
457
- resourceDetails: ResourceDetails;
458
- }
459
-
460
- /** Optional parameters. */
461
- export declare interface ManagedDevOpsInfrastructureOptionalParams extends coreClient.ServiceClientOptions {
462
- /** server parameter */
463
- $host?: string;
464
- /** Api Version */
465
- apiVersion?: string;
466
- /** Overrides client endpoint. */
467
- endpoint?: string;
468
- }
469
-
470
- /** Managed service identity (system assigned and/or user assigned identities) */
471
- export declare interface ManagedServiceIdentity {
472
- /**
473
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
474
- * NOTE: This property will not be serialized. It can only be populated by the server.
475
- */
476
- readonly principalId?: string;
477
- /**
478
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
479
- * NOTE: This property will not be serialized. It can only be populated by the server.
480
- */
481
- readonly tenantId?: string;
482
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
483
- type: ManagedServiceIdentityType;
484
- /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
485
- userAssignedIdentities?: {
486
- [propertyName: string]: UserAssignedIdentity | null;
487
- };
488
- }
489
-
490
- /**
491
- * Defines values for ManagedServiceIdentityType. \
492
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
493
- * this enum contains the known values that the service supports.
494
- * ### Known values supported by the service
495
- * **None** \
496
- * **SystemAssigned** \
497
- * **UserAssigned** \
498
- * **SystemAssigned,UserAssigned**
499
- */
500
- export declare type ManagedServiceIdentityType = string;
501
-
502
- /** Customer provides the stand-by agent scheme. */
503
- export declare interface ManualResourcePredictionsProfile extends ResourcePredictionsProfile {
504
- /** Polymorphic discriminator, which specifies the different types this object can be */
505
- kind: "Manual";
506
- }
507
-
508
- /** Customer provides the stand-by agent scheme. */
509
- export declare interface ManualResourcePredictionsProfileUpdate extends ResourcePredictionsProfileUpdate {
510
- /** Polymorphic discriminator, which specifies the different types this object can be */
511
- kind: "Manual";
512
- }
513
-
514
- /** The network profile of the machines in the pool. */
515
- export declare interface NetworkProfile {
516
- /** The subnet id on which to put all machines created in the pool. */
517
- subnetId: string;
518
- }
519
-
520
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
521
- export declare interface Operation {
522
- /**
523
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
524
- * NOTE: This property will not be serialized. It can only be populated by the server.
525
- */
526
- readonly name?: string;
527
- /**
528
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
529
- * NOTE: This property will not be serialized. It can only be populated by the server.
530
- */
531
- readonly isDataAction?: boolean;
532
- /** Localized display information for this particular operation. */
533
- display?: OperationDisplay;
534
- /**
535
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
536
- * NOTE: This property will not be serialized. It can only be populated by the server.
537
- */
538
- readonly origin?: Origin;
539
- /**
540
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
541
- * NOTE: This property will not be serialized. It can only be populated by the server.
542
- */
543
- readonly actionType?: ActionType;
544
- }
545
-
546
- /** Localized display information for this particular operation. */
547
- export declare interface OperationDisplay {
548
- /**
549
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
550
- * NOTE: This property will not be serialized. It can only be populated by the server.
551
- */
552
- readonly provider?: string;
553
- /**
554
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
555
- * NOTE: This property will not be serialized. It can only be populated by the server.
556
- */
557
- readonly resource?: string;
558
- /**
559
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
560
- * NOTE: This property will not be serialized. It can only be populated by the server.
561
- */
562
- readonly operation?: string;
563
- /**
564
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
565
- * NOTE: This property will not be serialized. It can only be populated by the server.
566
- */
567
- readonly description?: string;
568
- }
569
-
570
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
571
- export declare interface OperationListResult {
572
- /**
573
- * List of operations supported by the resource provider
574
- * NOTE: This property will not be serialized. It can only be populated by the server.
575
- */
576
- readonly value?: Operation[];
577
- /**
578
- * URL to get the next set of operation list results (if there are any).
579
- * NOTE: This property will not be serialized. It can only be populated by the server.
580
- */
581
- readonly nextLink?: string;
582
- }
583
-
584
- /** Interface representing a Operations. */
585
- export declare interface Operations {
586
- /**
587
- * List the operations for the provider
588
- * @param options The options parameters.
589
- */
590
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
591
- }
592
-
593
- /** Optional parameters. */
594
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
595
- }
596
-
597
- /** Contains response data for the listNext operation. */
598
- export declare type OperationsListNextResponse = OperationListResult;
599
-
600
- /** Optional parameters. */
601
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
602
- }
603
-
604
- /** Contains response data for the list operation. */
605
- export declare type OperationsListResponse = OperationListResult;
606
-
607
- /** Defines an Azure DevOps organization. */
608
- export declare interface Organization {
609
- /** The Azure DevOps organization URL in which the pool should be created. */
610
- url: string;
611
- /** Optional list of projects in which the pool should be created. */
612
- projects?: string[];
613
- /** How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool. */
614
- parallelism?: number;
615
- }
616
-
617
- /** Defines the organization in which the pool will be used. */
618
- export declare interface OrganizationProfile {
619
- /** Polymorphic discriminator, which specifies the different types this object can be */
620
- kind: "AzureDevOps" | "GitHub";
621
- }
622
-
623
- export declare type OrganizationProfileUnion = OrganizationProfile | AzureDevOpsOrganizationProfile | GitHubOrganizationProfile;
624
-
625
- /**
626
- * Defines values for Origin. \
627
- * {@link KnownOrigin} can be used interchangeably with Origin,
628
- * this enum contains the known values that the service supports.
629
- * ### Known values supported by the service
630
- * **user** \
631
- * **system** \
632
- * **user,system**
633
- */
634
- export declare type Origin = string;
635
-
636
- /**
637
- * Defines values for OsDiskStorageAccountType. \
638
- * {@link KnownOsDiskStorageAccountType} can be used interchangeably with OsDiskStorageAccountType,
639
- * this enum contains the known values that the service supports.
640
- * ### Known values supported by the service
641
- * **Standard**: Standard OS disk type. \
642
- * **Premium**: Premium OS disk type. \
643
- * **StandardSSD**: Standard SSD OS disk type.
644
- */
645
- export declare type OsDiskStorageAccountType = string;
646
-
647
- /** The OS profile of the machines in the pool. */
648
- export declare interface OsProfile {
649
- /** The secret management settings of the machines in the pool. */
650
- secretsManagementSettings?: SecretsManagementSettings;
651
- /** Determines how the service should be run. By default, this will be set to Service. */
652
- logonType?: LogonType;
653
- }
654
-
655
- /** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
656
- export declare interface Pool extends TrackedResource {
657
- /** The resource-specific properties for this resource. */
658
- properties?: PoolProperties;
659
- /** The managed service identities assigned to this resource. */
660
- identity?: ManagedServiceIdentity;
661
- }
662
-
663
- /** The VM image of the machines in the pool. */
664
- export declare interface PoolImage {
665
- /** The resource id of the image. */
666
- resourceId?: string;
667
- /** The image to use from a well-known set of images made available to customers. */
668
- wellKnownImageName?: string;
669
- /** List of aliases to reference the image by. */
670
- aliases?: string[];
671
- /** The percentage of the buffer to be allocated to this image. */
672
- buffer?: string;
673
- }
674
-
675
- /** The response of a Pool list operation. */
676
- export declare interface PoolListResult {
677
- /** The Pool items on this page */
678
- value: Pool[];
679
- /** The link to the next page of items */
680
- nextLink?: string;
681
- }
682
-
683
- /** Pool properties */
684
- export declare interface PoolProperties {
685
- /** The status of the current operation. */
686
- provisioningState?: ProvisioningState;
687
- /** Defines how many resources can there be created at any given time. */
688
- maximumConcurrency: number;
689
- /** Defines the organization in which the pool will be used. */
690
- organizationProfile: OrganizationProfileUnion;
691
- /** Defines how the machine will be handled once it executed a job. */
692
- agentProfile: AgentProfileUnion;
693
- /** Defines the type of fabric the agent will run on. */
694
- fabricProfile: FabricProfileUnion;
695
- /** The resource id of the DevCenter Project the pool belongs to. */
696
- devCenterProjectResourceId: string;
697
- }
698
-
699
- /** Interface representing a Pools. */
700
- export declare interface Pools {
701
- /**
702
- * List Pool resources by subscription ID
703
- * @param options The options parameters.
704
- */
705
- listBySubscription(options?: PoolsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Pool>;
706
- /**
707
- * List Pool resources by resource group
708
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
709
- * @param options The options parameters.
710
- */
711
- listByResourceGroup(resourceGroupName: string, options?: PoolsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Pool>;
712
- /**
713
- * Get a Pool
714
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
715
- * @param poolName Name of the pool. It needs to be globally unique.
716
- * @param options The options parameters.
717
- */
718
- get(resourceGroupName: string, poolName: string, options?: PoolsGetOptionalParams): Promise<PoolsGetResponse>;
719
- /**
720
- * Create a Pool
721
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
722
- * @param poolName Name of the pool. It needs to be globally unique.
723
- * @param resource Resource create parameters.
724
- * @param options The options parameters.
725
- */
726
- beginCreateOrUpdate(resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PoolsCreateOrUpdateResponse>, PoolsCreateOrUpdateResponse>>;
727
- /**
728
- * Create a Pool
729
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
730
- * @param poolName Name of the pool. It needs to be globally unique.
731
- * @param resource Resource create parameters.
732
- * @param options The options parameters.
733
- */
734
- beginCreateOrUpdateAndWait(resourceGroupName: string, poolName: string, resource: Pool, options?: PoolsCreateOrUpdateOptionalParams): Promise<PoolsCreateOrUpdateResponse>;
735
- /**
736
- * Update a Pool
737
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
738
- * @param poolName Name of the pool. It needs to be globally unique.
739
- * @param properties The resource properties to be updated.
740
- * @param options The options parameters.
741
- */
742
- beginUpdate(resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PoolsUpdateResponse>, PoolsUpdateResponse>>;
743
- /**
744
- * Update a Pool
745
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
746
- * @param poolName Name of the pool. It needs to be globally unique.
747
- * @param properties The resource properties to be updated.
748
- * @param options The options parameters.
749
- */
750
- beginUpdateAndWait(resourceGroupName: string, poolName: string, properties: PoolUpdate, options?: PoolsUpdateOptionalParams): Promise<PoolsUpdateResponse>;
751
- /**
752
- * Delete a Pool
753
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
754
- * @param poolName Name of the pool. It needs to be globally unique.
755
- * @param options The options parameters.
756
- */
757
- beginDelete(resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PoolsDeleteResponse>, PoolsDeleteResponse>>;
758
- /**
759
- * Delete a Pool
760
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
761
- * @param poolName Name of the pool. It needs to be globally unique.
762
- * @param options The options parameters.
763
- */
764
- beginDeleteAndWait(resourceGroupName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<PoolsDeleteResponse>;
765
- }
766
-
767
- /** Defines headers for Pools_createOrUpdate operation. */
768
- export declare interface PoolsCreateOrUpdateHeaders {
769
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
770
- retryAfter?: number;
771
- }
772
-
773
- /** Optional parameters. */
774
- export declare interface PoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
775
- /** Delay to wait until next poll, in milliseconds. */
776
- updateIntervalInMs?: number;
777
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
778
- resumeFrom?: string;
779
- }
780
-
781
- /** Contains response data for the createOrUpdate operation. */
782
- export declare type PoolsCreateOrUpdateResponse = Pool;
783
-
784
- /** Defines headers for Pools_delete operation. */
785
- export declare interface PoolsDeleteHeaders {
786
- /** The Location header contains the URL where the status of the long running operation can be checked. */
787
- location?: string;
788
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
789
- retryAfter?: number;
790
- }
791
-
792
- /** Optional parameters. */
793
- export declare interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {
794
- /** Delay to wait until next poll, in milliseconds. */
795
- updateIntervalInMs?: number;
796
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
797
- resumeFrom?: string;
798
- }
799
-
800
- /** Contains response data for the delete operation. */
801
- export declare type PoolsDeleteResponse = PoolsDeleteHeaders;
802
-
803
- /** Optional parameters. */
804
- export declare interface PoolsGetOptionalParams extends coreClient.OperationOptions {
805
- }
806
-
807
- /** Contains response data for the get operation. */
808
- export declare type PoolsGetResponse = Pool;
809
-
810
- /** Optional parameters. */
811
- export declare interface PoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
812
- }
813
-
814
- /** Contains response data for the listByResourceGroupNext operation. */
815
- export declare type PoolsListByResourceGroupNextResponse = PoolListResult;
816
-
817
- /** Optional parameters. */
818
- export declare interface PoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
819
- }
820
-
821
- /** Contains response data for the listByResourceGroup operation. */
822
- export declare type PoolsListByResourceGroupResponse = PoolListResult;
823
-
824
- /** Optional parameters. */
825
- export declare interface PoolsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
826
- }
827
-
828
- /** Contains response data for the listBySubscriptionNext operation. */
829
- export declare type PoolsListBySubscriptionNextResponse = PoolListResult;
830
-
831
- /** Optional parameters. */
832
- export declare interface PoolsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
833
- }
834
-
835
- /** Contains response data for the listBySubscription operation. */
836
- export declare type PoolsListBySubscriptionResponse = PoolListResult;
837
-
838
- /** Defines headers for Pools_update operation. */
839
- export declare interface PoolsUpdateHeaders {
840
- /** The Location header contains the URL where the status of the long running operation can be checked. */
841
- location?: string;
842
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
843
- retryAfter?: number;
844
- }
845
-
846
- /** Optional parameters. */
847
- export declare interface PoolsUpdateOptionalParams extends coreClient.OperationOptions {
848
- /** Delay to wait until next poll, in milliseconds. */
849
- updateIntervalInMs?: number;
850
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
851
- resumeFrom?: string;
852
- }
853
-
854
- /** Contains response data for the update operation. */
855
- export declare type PoolsUpdateResponse = Pool;
856
-
857
- /** The type used for update operations of the Pool. */
858
- export declare interface PoolUpdate {
859
- /** The managed service identities assigned to this resource. */
860
- identity?: ManagedServiceIdentity;
861
- /** Resource tags. */
862
- tags?: {
863
- [propertyName: string]: string;
864
- };
865
- /** The updatable properties of the Pool. */
866
- properties?: PoolUpdateProperties;
867
- }
868
-
869
- /** The updatable properties of the Pool. */
870
- export declare interface PoolUpdateProperties {
871
- /** The status of the current operation. */
872
- provisioningState?: ProvisioningState;
873
- /** Defines how many resources can there be created at any given time. */
874
- maximumConcurrency?: number;
875
- /** Defines the organization in which the pool will be used. */
876
- organizationProfile?: OrganizationProfileUnion;
877
- /** Defines how the machine will be handled once it executed a job. */
878
- agentProfile?: AgentProfileUpdateUnion;
879
- /** Defines the type of fabric the agent will run on. */
880
- fabricProfile?: FabricProfileUnion;
881
- /** The resource id of the DevCenter Project the pool belongs to. */
882
- devCenterProjectResourceId?: string;
883
- }
884
-
885
- /**
886
- * Defines values for PredictionPreference. \
887
- * {@link KnownPredictionPreference} can be used interchangeably with PredictionPreference,
888
- * this enum contains the known values that the service supports.
889
- * ### Known values supported by the service
890
- * **Balanced**: Balance between cost and performance. \
891
- * **MostCostEffective**: Optimizes for cost over performance. \
892
- * **MoreCostEffective**: Halfway through cost and balanced. \
893
- * **MorePerformance**: Halfway through balanced and performance. \
894
- * **BestPerformance**: Optimizes for performance over cost.
895
- */
896
- export declare type PredictionPreference = string;
897
-
898
- /**
899
- * Defines values for ProvisioningState. \
900
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
901
- * this enum contains the known values that the service supports.
902
- * ### Known values supported by the service
903
- * **Succeeded**: Represents a succeeded operation. \
904
- * **Failed**: Represents a failed operation. \
905
- * **Canceled**: Represents a canceled operation. \
906
- * **Provisioning**: Represents a pending operation. \
907
- * **Updating**: Represents a pending operation. \
908
- * **Deleting**: Represents an operation under deletion. \
909
- * **Accepted**: Represents an accepted operation.
910
- */
911
- export declare type ProvisioningState = string;
912
-
913
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
914
- export declare interface ProxyResource extends Resource {
915
- }
916
-
917
- /** Describes Resource Quota */
918
- export declare interface Quota extends ProxyResource {
919
- /** The resource-specific properties for this resource. */
920
- properties?: QuotaProperties;
921
- }
922
-
923
- /** The response of a Quota list operation. */
924
- export declare interface QuotaListResult {
925
- /** The Quota items on this page */
926
- value: Quota[];
927
- /** The link to the next page of items */
928
- nextLink?: string;
929
- }
930
-
931
- /** The Quota Names */
932
- export declare interface QuotaName {
933
- /** The name of the resource. */
934
- value?: string;
935
- /** The localized name of the resource. */
936
- localizedValue?: string;
937
- }
938
-
939
- /** Describes Resource Quota properties */
940
- export declare interface QuotaProperties {
941
- /** The unit of usage measurement. */
942
- unit: string;
943
- /** The current usage of the resource. */
944
- currentValue: number;
945
- /** The maximum permitted usage of the resource. */
946
- limit: number;
947
- /** The details of the quota. */
948
- name: QuotaName;
949
- }
950
-
951
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
952
- export declare interface Resource {
953
- /**
954
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
955
- * NOTE: This property will not be serialized. It can only be populated by the server.
956
- */
957
- readonly id?: string;
958
- /**
959
- * The name of the resource
960
- * NOTE: This property will not be serialized. It can only be populated by the server.
961
- */
962
- readonly name?: string;
963
- /**
964
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
965
- * NOTE: This property will not be serialized. It can only be populated by the server.
966
- */
967
- readonly type?: string;
968
- /**
969
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
970
- * NOTE: This property will not be serialized. It can only be populated by the server.
971
- */
972
- readonly systemData?: SystemData;
973
- }
974
-
975
- /** Interface representing a ResourceDetails. */
976
- export declare interface ResourceDetails {
977
- /**
978
- * List ResourceDetailsObject resources by Pool
979
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
980
- * @param poolName Name of the pool. It needs to be globally unique.
981
- * @param options The options parameters.
982
- */
983
- listByPool(resourceGroupName: string, poolName: string, options?: ResourceDetailsListByPoolOptionalParams): PagedAsyncIterableIterator<ResourceDetailsObject>;
984
- }
985
-
986
- /** Optional parameters. */
987
- export declare interface ResourceDetailsListByPoolNextOptionalParams extends coreClient.OperationOptions {
988
- }
989
-
990
- /** Contains response data for the listByPoolNext operation. */
991
- export declare type ResourceDetailsListByPoolNextResponse = ResourceDetailsObjectListResult;
992
-
993
- /** Optional parameters. */
994
- export declare interface ResourceDetailsListByPoolOptionalParams extends coreClient.OperationOptions {
995
- }
996
-
997
- /** Contains response data for the listByPool operation. */
998
- export declare type ResourceDetailsListByPoolResponse = ResourceDetailsObjectListResult;
999
-
1000
- /** A ResourceDetailsObject */
1001
- export declare interface ResourceDetailsObject extends ProxyResource {
1002
- /** The resource-specific properties for this resource. */
1003
- properties?: ResourceDetailsObjectProperties;
1004
- }
1005
-
1006
- /** The response of a ResourceDetailsObject list operation. */
1007
- export declare interface ResourceDetailsObjectListResult {
1008
- /** The ResourceDetailsObject items on this page */
1009
- value: ResourceDetailsObject[];
1010
- /** The link to the next page of items */
1011
- nextLink?: string;
1012
- }
1013
-
1014
- /** Details of the ResourceDetailsObject. */
1015
- export declare interface ResourceDetailsObjectProperties {
1016
- /** The status of the resource. */
1017
- status: ResourceStatus;
1018
- /** The image name of the resource. */
1019
- image: string;
1020
- /** The version of the image running on the resource. */
1021
- imageVersion: string;
1022
- }
1023
-
1024
- /** Determines how the stand-by scheme should be provided. */
1025
- export declare interface ResourcePredictionsProfile {
1026
- /** Polymorphic discriminator, which specifies the different types this object can be */
1027
- kind: "Automatic" | "Manual";
1028
- }
1029
-
1030
- /**
1031
- * Defines values for ResourcePredictionsProfileType. \
1032
- * {@link KnownResourcePredictionsProfileType} can be used interchangeably with ResourcePredictionsProfileType,
1033
- * this enum contains the known values that the service supports.
1034
- * ### Known values supported by the service
1035
- * **Manual**: Customer provides the stand-by agent scheme. \
1036
- * **Automatic**: The stand-by agent scheme is determined based on historical demand.
1037
- */
1038
- export declare type ResourcePredictionsProfileType = string;
1039
-
1040
- export declare type ResourcePredictionsProfileUnion = ResourcePredictionsProfile | AutomaticResourcePredictionsProfile | ManualResourcePredictionsProfile;
1041
-
1042
- /** Determines how the stand-by scheme should be provided. */
1043
- export declare interface ResourcePredictionsProfileUpdate {
1044
- /** Polymorphic discriminator, which specifies the different types this object can be */
1045
- kind: "Automatic" | "Manual";
1046
- }
1047
-
1048
- export declare type ResourcePredictionsProfileUpdateUnion = ResourcePredictionsProfileUpdate | AutomaticResourcePredictionsProfileUpdate | ManualResourcePredictionsProfileUpdate;
1049
-
1050
- /** A ResourceSku */
1051
- export declare interface ResourceSku extends ProxyResource {
1052
- /** The resource-specific properties for this resource. */
1053
- properties?: ResourceSkuProperties;
1054
- }
1055
-
1056
- /** Describes The SKU capabilities object. */
1057
- export declare interface ResourceSkuCapabilities {
1058
- /** The name of the SKU capability. */
1059
- name: string;
1060
- /** The value of the SKU capability. */
1061
- value: string;
1062
- }
1063
-
1064
- /** The response of a ResourceSku list operation. */
1065
- export declare interface ResourceSkuListResult {
1066
- /** The ResourceSku items on this page */
1067
- value: ResourceSku[];
1068
- /** The link to the next page of items */
1069
- nextLink?: string;
1070
- }
1071
-
1072
- /** Describes an available Compute SKU Location Information. */
1073
- export declare interface ResourceSkuLocationInfo {
1074
- /** Location of the SKU */
1075
- location: string;
1076
- /** List of availability zones where the SKU is supported. */
1077
- zones: string[];
1078
- /** Gets details of capabilities available to a SKU in specific zones. */
1079
- zoneDetails: ResourceSkuZoneDetails[];
1080
- }
1081
-
1082
- /** Properties of a ResourceSku */
1083
- export declare interface ResourceSkuProperties {
1084
- /** The type of resource the SKU applies to. */
1085
- resourceType: string;
1086
- /** The tier of virtual machines in a scale set */
1087
- tier: string;
1088
- /** The size of the SKU. */
1089
- size: string;
1090
- /** The family of the SKU. */
1091
- family: string;
1092
- /** The set of locations that the SKU is available. */
1093
- locations: string[];
1094
- /** A list of locations and availability zones in those locations where the SKU is available */
1095
- locationInfo: ResourceSkuLocationInfo[];
1096
- /** Name value pairs to describe the capability. */
1097
- capabilities: ResourceSkuCapabilities[];
1098
- /** The restrictions of the SKU. */
1099
- restrictions: ResourceSkuRestrictions[];
1100
- }
1101
-
1102
- /** Describes an available Compute SKU Restriction Information. */
1103
- export declare interface ResourceSkuRestrictionInfo {
1104
- /** Locations where the SKU is restricted */
1105
- locations?: string[];
1106
- /** List of availability zones where the SKU is restricted. */
1107
- zones?: string[];
1108
- }
1109
-
1110
- /** The restrictions of the SKU. */
1111
- export declare interface ResourceSkuRestrictions {
1112
- /** the type of restrictions. */
1113
- type?: ResourceSkuRestrictionsType;
1114
- /** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */
1115
- values: string[];
1116
- /** The information about the restriction where the SKU cannot be used. */
1117
- restrictionInfo: ResourceSkuRestrictionInfo;
1118
- /** the reason for restriction. */
1119
- reasonCode?: ResourceSkuRestrictionsReasonCode;
1120
- }
1121
-
1122
- /**
1123
- * Defines values for ResourceSkuRestrictionsReasonCode. \
1124
- * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
1125
- * this enum contains the known values that the service supports.
1126
- * ### Known values supported by the service
1127
- * **QuotaId** \
1128
- * **NotAvailableForSubscription**
1129
- */
1130
- export declare type ResourceSkuRestrictionsReasonCode = string;
1131
-
1132
- /**
1133
- * Defines values for ResourceSkuRestrictionsType. \
1134
- * {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
1135
- * this enum contains the known values that the service supports.
1136
- * ### Known values supported by the service
1137
- * **Location** \
1138
- * **Zone**
1139
- */
1140
- export declare type ResourceSkuRestrictionsType = string;
1141
-
1142
- /** Describes The zonal capabilities of a SKU. */
1143
- export declare interface ResourceSkuZoneDetails {
1144
- /** Gets the set of zones that the SKU is available in with the specified capabilities. */
1145
- name: string[];
1146
- /** A list of capabilities that are available for the SKU in the specified list of zones. */
1147
- capabilities: ResourceSkuCapabilities[];
1148
- }
1149
-
1150
- /**
1151
- * Defines values for ResourceStatus. \
1152
- * {@link KnownResourceStatus} can be used interchangeably with ResourceStatus,
1153
- * this enum contains the known values that the service supports.
1154
- * ### Known values supported by the service
1155
- * **Ready**: Represents a machine resource that is ready. \
1156
- * **NotReady**: Represents a machine resource that is not ready. \
1157
- * **Allocated**: Represents a machine resource that is allocated. \
1158
- * **PendingReturn**: Represents a machine resource that is pending return. \
1159
- * **Returned**: Represents a machine resource that is returned. \
1160
- * **Leased**: Represents a machine resource that is leased. \
1161
- * **Provisioning**: Represents a machine resource that is provisioning. \
1162
- * **Updating**: Represents a machine resource that is updating. \
1163
- * **Starting**: Represents a machine resource that is starting. \
1164
- * **PendingReimage**: Represents a machine resource that is pending reimage. \
1165
- * **Reimaging**: Represents a machine resource that is reimaging.
1166
- */
1167
- export declare type ResourceStatus = string;
1168
-
1169
- /** The secret management settings of the machines in the pool. */
1170
- export declare interface SecretsManagementSettings {
1171
- /** Where to store certificates on the machine. */
1172
- certificateStoreLocation?: string;
1173
- /** The list of certificates to install on all machines in the pool. */
1174
- observedCertificates: string[];
1175
- /** Defines if the key of the certificates should be exportable. */
1176
- keyExportable: boolean;
1177
- }
1178
-
1179
- /** Interface representing a Sku. */
1180
- export declare interface Sku {
1181
- /**
1182
- * List ResourceSku resources by subscription ID
1183
- * @param locationName Name of the location.
1184
- * @param options The options parameters.
1185
- */
1186
- listByLocation(locationName: string, options?: SkuListByLocationOptionalParams): PagedAsyncIterableIterator<ResourceSku>;
1187
- }
1188
-
1189
- /** Optional parameters. */
1190
- export declare interface SkuListByLocationNextOptionalParams extends coreClient.OperationOptions {
1191
- }
1192
-
1193
- /** Contains response data for the listByLocationNext operation. */
1194
- export declare type SkuListByLocationNextResponse = ResourceSkuListResult;
1195
-
1196
- /** Optional parameters. */
1197
- export declare interface SkuListByLocationOptionalParams extends coreClient.OperationOptions {
1198
- }
1199
-
1200
- /** Contains response data for the listByLocation operation. */
1201
- export declare type SkuListByLocationResponse = ResourceSkuListResult;
1202
-
1203
- /** Stateful profile meaning that the machines will be returned to the pool after running a job. */
1204
- export declare interface Stateful extends AgentProfile {
1205
- /** Polymorphic discriminator, which specifies the different types this object can be */
1206
- kind: "Stateful";
1207
- /** How long should stateful machines be kept around. The maximum is one week. */
1208
- maxAgentLifetime?: string;
1209
- /** How long should the machine be kept around after it ran a workload when there are no stand-by agents. The maximum is one week. */
1210
- gracePeriodTimeSpan?: string;
1211
- }
1212
-
1213
- /** Stateful profile meaning that the machines will be returned to the pool after running a job. */
1214
- export declare interface StatefulUpdate extends AgentProfileUpdate {
1215
- /** Polymorphic discriminator, which specifies the different types this object can be */
1216
- kind: "Stateful";
1217
- /** How long should stateful machines be kept around. The maximum is one week. */
1218
- maxAgentLifetime?: string;
1219
- /** How long should the machine be kept around after it ran a workload when there are no stand-by agents. The maximum is one week. */
1220
- gracePeriodTimeSpan?: string;
1221
- }
1222
-
1223
- /** Stateless profile meaning that the machines will be cleaned up after running a job. */
1224
- export declare interface StatelessAgentProfile extends AgentProfile {
1225
- /** Polymorphic discriminator, which specifies the different types this object can be */
1226
- kind: "Stateless";
1227
- }
1228
-
1229
- /** Stateless profile meaning that the machines will be cleaned up after running a job. */
1230
- export declare interface StatelessAgentProfileUpdate extends AgentProfileUpdate {
1231
- /** Polymorphic discriminator, which specifies the different types this object can be */
1232
- kind: "Stateless";
1233
- }
1234
-
1235
- /**
1236
- * Defines values for StorageAccountType. \
1237
- * {@link KnownStorageAccountType} can be used interchangeably with StorageAccountType,
1238
- * this enum contains the known values that the service supports.
1239
- * ### Known values supported by the service
1240
- * **Standard_LRS**: The data disk should use standard locally redundant storage. \
1241
- * **Premium_LRS**: The data disk should use premium locally redundant storage. \
1242
- * **StandardSSD_LRS**: The data disk should use standard SSD locally redundant storage. \
1243
- * **Premium_ZRS**: The data disk should use premium SSD zonal redundant storage. \
1244
- * **StandardSSD_ZRS**: The data disk should use standard SSD zonal redundant storage.
1245
- */
1246
- export declare type StorageAccountType = string;
1247
-
1248
- /** The storage profile of the VMSS. */
1249
- export declare interface StorageProfile {
1250
- /** The Azure SKU name of the machines in the pool. */
1251
- osDiskStorageAccountType?: OsDiskStorageAccountType;
1252
- /** A list of empty data disks to attach. */
1253
- dataDisks?: DataDisk[];
1254
- }
1255
-
1256
- /** Interface representing a SubscriptionUsages. */
1257
- export declare interface SubscriptionUsages {
1258
- /**
1259
- * List Quota resources by subscription ID
1260
- * @param locationName Name of the location.
1261
- * @param options The options parameters.
1262
- */
1263
- listByLocation(locationName: string, options?: SubscriptionUsagesListByLocationOptionalParams): PagedAsyncIterableIterator<Quota>;
1264
- }
1265
-
1266
- /** Optional parameters. */
1267
- export declare interface SubscriptionUsagesListByLocationNextOptionalParams extends coreClient.OperationOptions {
1268
- }
1269
-
1270
- /** Contains response data for the listByLocationNext operation. */
1271
- export declare type SubscriptionUsagesListByLocationNextResponse = QuotaListResult;
1272
-
1273
- /** Optional parameters. */
1274
- export declare interface SubscriptionUsagesListByLocationOptionalParams extends coreClient.OperationOptions {
1275
- }
1276
-
1277
- /** Contains response data for the listByLocation operation. */
1278
- export declare type SubscriptionUsagesListByLocationResponse = QuotaListResult;
1279
-
1280
- /** Metadata pertaining to creation and last modification of the resource. */
1281
- export declare interface SystemData {
1282
- /** The identity that created the resource. */
1283
- createdBy?: string;
1284
- /** The type of identity that created the resource. */
1285
- createdByType?: CreatedByType;
1286
- /** The timestamp of resource creation (UTC). */
1287
- createdAt?: Date;
1288
- /** The identity that last modified the resource. */
1289
- lastModifiedBy?: string;
1290
- /** The type of identity that last modified the resource. */
1291
- lastModifiedByType?: CreatedByType;
1292
- /** The timestamp of resource last modification (UTC) */
1293
- lastModifiedAt?: Date;
1294
- }
1295
-
1296
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1297
- export declare interface TrackedResource extends Resource {
1298
- /** Resource tags. */
1299
- tags?: {
1300
- [propertyName: string]: string;
1301
- };
1302
- /** The geo-location where the resource lives */
1303
- location: string;
1304
- }
1305
-
1306
- /** User assigned identity properties */
1307
- export declare interface UserAssignedIdentity {
1308
- /**
1309
- * The principal ID of the assigned identity.
1310
- * NOTE: This property will not be serialized. It can only be populated by the server.
1311
- */
1312
- readonly principalId?: string;
1313
- /**
1314
- * The client ID of the assigned identity.
1315
- * NOTE: This property will not be serialized. It can only be populated by the server.
1316
- */
1317
- readonly clientId?: string;
1318
- }
1319
-
1320
- /** The agents will run on Virtual Machine Scale Sets. */
1321
- export declare interface VmssFabricProfile extends FabricProfile {
1322
- /** Polymorphic discriminator, which specifies the different types this object can be */
1323
- kind: "Vmss";
1324
- /** The Azure SKU of the machines in the pool. */
1325
- sku: DevOpsAzureSku;
1326
- /** The VM images of the machines in the pool. */
1327
- images: PoolImage[];
1328
- /** The OS profile of the machines in the pool. */
1329
- osProfile?: OsProfile;
1330
- /** The storage profile of the machines in the pool. */
1331
- storageProfile?: StorageProfile;
1332
- /** The network profile of the machines in the pool. */
1333
- networkProfile?: NetworkProfile;
1334
- }
1335
-
1336
- export { }