@azure/arm-devcenter 1.1.1-alpha.20250116.1 → 1.1.1-alpha.20250117.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1514) hide show
  1. package/dist/browser/devCenterClient.d.ts +42 -0
  2. package/dist/browser/devCenterClient.d.ts.map +1 -0
  3. package/dist/browser/devCenterClient.js +121 -0
  4. package/dist/browser/devCenterClient.js.map +1 -0
  5. package/dist/browser/index.d.ts +5 -0
  6. package/dist/browser/index.d.ts.map +1 -0
  7. package/dist/browser/index.js +13 -0
  8. package/dist/browser/index.js.map +1 -0
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/dist/browser/models/index.js.map +1 -0
  11. package/dist/browser/models/mappers.js.map +1 -0
  12. package/dist/browser/models/parameters.js +403 -0
  13. package/dist/browser/models/parameters.js.map +1 -0
  14. package/dist/browser/operations/attachedNetworks.d.ts +113 -0
  15. package/dist/browser/operations/attachedNetworks.d.ts.map +1 -0
  16. package/dist/browser/operations/attachedNetworks.js +535 -0
  17. package/dist/browser/operations/attachedNetworks.js.map +1 -0
  18. package/dist/browser/operations/catalogs.d.ts +139 -0
  19. package/dist/browser/operations/catalogs.d.ts.map +1 -0
  20. package/dist/browser/operations/catalogs.js +649 -0
  21. package/dist/browser/operations/catalogs.js.map +1 -0
  22. package/dist/browser/operations/checkNameAvailability.d.ts +19 -0
  23. package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
  24. package/dist/browser/operations/checkNameAvailability.js +49 -0
  25. package/dist/browser/operations/checkNameAvailability.js.map +1 -0
  26. package/dist/browser/operations/checkScopedNameAvailability.d.ts +19 -0
  27. package/dist/browser/operations/checkScopedNameAvailability.d.ts.map +1 -0
  28. package/dist/browser/operations/checkScopedNameAvailability.js +49 -0
  29. package/dist/browser/operations/checkScopedNameAvailability.js.map +1 -0
  30. package/dist/browser/operations/devBoxDefinitions.d.ts +131 -0
  31. package/dist/browser/operations/devBoxDefinitions.d.ts.map +1 -0
  32. package/dist/browser/operations/devBoxDefinitions.js +615 -0
  33. package/dist/browser/operations/devBoxDefinitions.js.map +1 -0
  34. package/dist/browser/operations/devCenters.d.ts +107 -0
  35. package/dist/browser/operations/devCenters.d.ts.map +1 -0
  36. package/dist/browser/operations/devCenters.js +542 -0
  37. package/dist/browser/operations/devCenters.js.map +1 -0
  38. package/dist/browser/operations/environmentDefinitions.d.ts +95 -0
  39. package/dist/browser/operations/environmentDefinitions.d.ts.map +1 -0
  40. package/dist/browser/operations/environmentDefinitions.js +404 -0
  41. package/dist/browser/operations/environmentDefinitions.js.map +1 -0
  42. package/dist/browser/operations/environmentTypes.d.ts +72 -0
  43. package/dist/browser/operations/environmentTypes.d.ts.map +1 -0
  44. package/dist/browser/operations/environmentTypes.js +286 -0
  45. package/dist/browser/operations/environmentTypes.js.map +1 -0
  46. package/dist/browser/operations/galleries.d.ts +81 -0
  47. package/dist/browser/operations/galleries.d.ts.map +1 -0
  48. package/dist/browser/operations/galleries.js +358 -0
  49. package/dist/browser/operations/galleries.js.map +1 -0
  50. package/dist/browser/operations/imageVersions.d.ts +54 -0
  51. package/dist/browser/operations/imageVersions.d.ts.map +1 -0
  52. package/dist/browser/operations/imageVersions.js +210 -0
  53. package/dist/browser/operations/imageVersions.js.map +1 -0
  54. package/dist/browser/operations/images.d.ts +74 -0
  55. package/dist/browser/operations/images.d.ts.map +1 -0
  56. package/dist/browser/operations/images.js +313 -0
  57. package/dist/browser/operations/images.js.map +1 -0
  58. package/dist/browser/operations/index.d.ts +24 -0
  59. package/dist/browser/operations/index.d.ts.map +1 -0
  60. package/dist/browser/operations/index.js +31 -0
  61. package/dist/browser/operations/index.js.map +1 -0
  62. package/dist/browser/operations/networkConnections.d.ts +173 -0
  63. package/dist/browser/operations/networkConnections.d.ts.map +1 -0
  64. package/dist/browser/operations/networkConnections.js +863 -0
  65. package/dist/browser/operations/networkConnections.js.map +1 -0
  66. package/dist/browser/operations/operationStatuses.d.ts +20 -0
  67. package/dist/browser/operations/operationStatuses.d.ts.map +1 -0
  68. package/dist/browser/operations/operationStatuses.js +57 -0
  69. package/dist/browser/operations/operationStatuses.js.map +1 -0
  70. package/dist/browser/operations/operations.d.ts +32 -0
  71. package/dist/browser/operations/operations.d.ts.map +1 -0
  72. package/dist/browser/operations/operations.js +133 -0
  73. package/dist/browser/operations/operations.js.map +1 -0
  74. package/dist/browser/operations/pools.d.ts +115 -0
  75. package/dist/browser/operations/pools.d.ts.map +1 -0
  76. package/dist/browser/operations/pools.js +532 -0
  77. package/dist/browser/operations/pools.js.map +1 -0
  78. package/dist/browser/operations/projectAllowedEnvironmentTypes.d.ts +46 -0
  79. package/dist/browser/operations/projectAllowedEnvironmentTypes.d.ts.map +1 -0
  80. package/dist/browser/operations/projectAllowedEnvironmentTypes.js +182 -0
  81. package/dist/browser/operations/projectAllowedEnvironmentTypes.js.map +1 -0
  82. package/dist/browser/operations/projectCatalogEnvironmentDefinitions.d.ts +22 -0
  83. package/dist/browser/operations/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
  84. package/dist/browser/operations/projectCatalogEnvironmentDefinitions.js +63 -0
  85. package/dist/browser/operations/projectCatalogEnvironmentDefinitions.js.map +1 -0
  86. package/dist/browser/operations/projectCatalogs.d.ts +139 -0
  87. package/dist/browser/operations/projectCatalogs.d.ts.map +1 -0
  88. package/dist/browser/operations/projectCatalogs.js +649 -0
  89. package/dist/browser/operations/projectCatalogs.js.map +1 -0
  90. package/dist/browser/operations/projectEnvironmentTypes.d.ts +72 -0
  91. package/dist/browser/operations/projectEnvironmentTypes.d.ts.map +1 -0
  92. package/dist/browser/operations/projectEnvironmentTypes.js +286 -0
  93. package/dist/browser/operations/projectEnvironmentTypes.js.map +1 -0
  94. package/dist/browser/operations/projects.d.ts +107 -0
  95. package/dist/browser/operations/projects.d.ts.map +1 -0
  96. package/dist/browser/operations/projects.js +542 -0
  97. package/dist/browser/operations/projects.js.map +1 -0
  98. package/dist/browser/operations/schedules.d.ts +109 -0
  99. package/dist/browser/operations/schedules.d.ts.map +1 -0
  100. package/dist/browser/operations/schedules.js +477 -0
  101. package/dist/browser/operations/schedules.js.map +1 -0
  102. package/dist/browser/operations/skus.d.ts +32 -0
  103. package/dist/browser/operations/skus.d.ts.map +1 -0
  104. package/dist/browser/operations/skus.js +137 -0
  105. package/dist/browser/operations/skus.js.map +1 -0
  106. package/dist/browser/operations/usages.d.ts +35 -0
  107. package/dist/browser/operations/usages.d.ts.map +1 -0
  108. package/dist/browser/operations/usages.js +145 -0
  109. package/dist/browser/operations/usages.js.map +1 -0
  110. package/dist/browser/operationsInterfaces/attachedNetworks.d.ts +71 -0
  111. package/dist/browser/operationsInterfaces/attachedNetworks.d.ts.map +1 -0
  112. package/dist/browser/operationsInterfaces/attachedNetworks.js.map +1 -0
  113. package/dist/browser/operationsInterfaces/catalogs.d.ts +114 -0
  114. package/dist/browser/operationsInterfaces/catalogs.d.ts.map +1 -0
  115. package/dist/browser/operationsInterfaces/catalogs.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  117. package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
  119. package/dist/browser/operationsInterfaces/checkScopedNameAvailability.d.ts +11 -0
  120. package/dist/browser/operationsInterfaces/checkScopedNameAvailability.d.ts.map +1 -0
  121. package/dist/browser/operationsInterfaces/checkScopedNameAvailability.js.map +1 -0
  122. package/dist/browser/operationsInterfaces/devBoxDefinitions.d.ts +89 -0
  123. package/dist/browser/operationsInterfaces/devBoxDefinitions.d.ts.map +1 -0
  124. package/dist/browser/operationsInterfaces/devBoxDefinitions.js.map +1 -0
  125. package/dist/browser/operationsInterfaces/devCenters.d.ts +71 -0
  126. package/dist/browser/operationsInterfaces/devCenters.d.ts.map +1 -0
  127. package/dist/browser/operationsInterfaces/devCenters.js.map +1 -0
  128. package/dist/browser/operationsInterfaces/environmentDefinitions.d.ts +49 -0
  129. package/dist/browser/operationsInterfaces/environmentDefinitions.d.ts.map +1 -0
  130. package/dist/browser/operationsInterfaces/environmentDefinitions.js.map +1 -0
  131. package/dist/browser/operationsInterfaces/environmentTypes.d.ts +47 -0
  132. package/dist/browser/operationsInterfaces/environmentTypes.d.ts.map +1 -0
  133. package/dist/browser/operationsInterfaces/environmentTypes.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/galleries.d.ts +56 -0
  135. package/dist/browser/operationsInterfaces/galleries.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/galleries.js.map +1 -0
  137. package/dist/browser/operationsInterfaces/imageVersions.d.ts +25 -0
  138. package/dist/browser/operationsInterfaces/imageVersions.d.ts.map +1 -0
  139. package/dist/browser/operationsInterfaces/imageVersions.js.map +1 -0
  140. package/dist/browser/operationsInterfaces/images.d.ts +30 -0
  141. package/dist/browser/operationsInterfaces/images.d.ts.map +1 -0
  142. package/dist/browser/operationsInterfaces/images.js.map +1 -0
  143. package/dist/browser/operationsInterfaces/index.d.ts +24 -0
  144. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  145. package/dist/browser/operationsInterfaces/index.js +31 -0
  146. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  147. package/dist/browser/operationsInterfaces/networkConnections.d.ts +109 -0
  148. package/dist/browser/operationsInterfaces/networkConnections.d.ts.map +1 -0
  149. package/dist/browser/operationsInterfaces/networkConnections.js.map +1 -0
  150. package/dist/browser/operationsInterfaces/operationStatuses.d.ts +12 -0
  151. package/dist/browser/operationsInterfaces/operationStatuses.d.ts.map +1 -0
  152. package/dist/browser/operationsInterfaces/operationStatuses.js.map +1 -0
  153. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  154. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  155. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  156. package/dist/browser/operationsInterfaces/pools.d.ts +90 -0
  157. package/dist/browser/operationsInterfaces/pools.d.ts.map +1 -0
  158. package/dist/browser/operationsInterfaces/pools.js.map +1 -0
  159. package/dist/browser/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +21 -0
  160. package/dist/browser/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +1 -0
  161. package/dist/browser/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +1 -0
  162. package/dist/browser/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +14 -0
  163. package/dist/browser/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
  164. package/dist/browser/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +1 -0
  165. package/dist/browser/operationsInterfaces/projectCatalogs.d.ts +114 -0
  166. package/dist/browser/operationsInterfaces/projectCatalogs.d.ts.map +1 -0
  167. package/dist/browser/operationsInterfaces/projectCatalogs.js.map +1 -0
  168. package/dist/browser/operationsInterfaces/projectEnvironmentTypes.d.ts +47 -0
  169. package/dist/browser/operationsInterfaces/projectEnvironmentTypes.d.ts.map +1 -0
  170. package/dist/browser/operationsInterfaces/projectEnvironmentTypes.js.map +1 -0
  171. package/dist/browser/operationsInterfaces/projects.d.ts +71 -0
  172. package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
  173. package/dist/browser/operationsInterfaces/projects.js.map +1 -0
  174. package/dist/browser/operationsInterfaces/schedules.d.ts +82 -0
  175. package/dist/browser/operationsInterfaces/schedules.d.ts.map +1 -0
  176. package/dist/browser/operationsInterfaces/schedules.js.map +1 -0
  177. package/dist/browser/operationsInterfaces/skus.d.ts +11 -0
  178. package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -0
  179. package/dist/browser/operationsInterfaces/skus.js.map +1 -0
  180. package/dist/browser/operationsInterfaces/usages.d.ts +12 -0
  181. package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
  182. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  183. package/dist/browser/package.json +3 -0
  184. package/dist/browser/pagingHelper.js.map +1 -0
  185. package/dist/commonjs/devCenterClient.d.ts +42 -0
  186. package/dist/commonjs/devCenterClient.d.ts.map +1 -0
  187. package/dist/commonjs/devCenterClient.js +126 -0
  188. package/dist/commonjs/devCenterClient.js.map +1 -0
  189. package/dist/commonjs/index.d.ts +5 -0
  190. package/dist/commonjs/index.d.ts.map +1 -0
  191. package/dist/commonjs/index.js +19 -0
  192. package/dist/commonjs/index.js.map +1 -0
  193. package/dist/commonjs/lroImpl.d.ts +11 -0
  194. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  195. package/dist/commonjs/lroImpl.js +24 -0
  196. package/dist/commonjs/lroImpl.js.map +1 -0
  197. package/dist/commonjs/models/index.d.ts +3190 -0
  198. package/dist/commonjs/models/index.d.ts.map +1 -0
  199. package/dist/commonjs/models/index.js +307 -0
  200. package/dist/commonjs/models/index.js.map +1 -0
  201. package/dist/commonjs/models/mappers.d.ts +138 -0
  202. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  203. package/dist/commonjs/models/mappers.js +3954 -0
  204. package/dist/commonjs/models/mappers.js.map +1 -0
  205. package/dist/commonjs/models/parameters.d.ts +47 -0
  206. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  207. package/dist/commonjs/models/parameters.js +406 -0
  208. package/dist/commonjs/models/parameters.js.map +1 -0
  209. package/dist/commonjs/operations/attachedNetworks.d.ts +113 -0
  210. package/dist/commonjs/operations/attachedNetworks.d.ts.map +1 -0
  211. package/dist/commonjs/operations/attachedNetworks.js +539 -0
  212. package/dist/commonjs/operations/attachedNetworks.js.map +1 -0
  213. package/dist/commonjs/operations/catalogs.d.ts +139 -0
  214. package/dist/commonjs/operations/catalogs.d.ts.map +1 -0
  215. package/dist/commonjs/operations/catalogs.js +653 -0
  216. package/dist/commonjs/operations/catalogs.js.map +1 -0
  217. package/dist/commonjs/operations/checkNameAvailability.d.ts +19 -0
  218. package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
  219. package/dist/commonjs/operations/checkNameAvailability.js +54 -0
  220. package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
  221. package/dist/commonjs/operations/checkScopedNameAvailability.d.ts +19 -0
  222. package/dist/commonjs/operations/checkScopedNameAvailability.d.ts.map +1 -0
  223. package/dist/commonjs/operations/checkScopedNameAvailability.js +54 -0
  224. package/dist/commonjs/operations/checkScopedNameAvailability.js.map +1 -0
  225. package/dist/commonjs/operations/devBoxDefinitions.d.ts +131 -0
  226. package/dist/commonjs/operations/devBoxDefinitions.d.ts.map +1 -0
  227. package/dist/commonjs/operations/devBoxDefinitions.js +619 -0
  228. package/dist/commonjs/operations/devBoxDefinitions.js.map +1 -0
  229. package/dist/commonjs/operations/devCenters.d.ts +107 -0
  230. package/dist/commonjs/operations/devCenters.d.ts.map +1 -0
  231. package/dist/commonjs/operations/devCenters.js +546 -0
  232. package/dist/commonjs/operations/devCenters.js.map +1 -0
  233. package/dist/commonjs/operations/environmentDefinitions.d.ts +95 -0
  234. package/dist/commonjs/operations/environmentDefinitions.d.ts.map +1 -0
  235. package/dist/commonjs/operations/environmentDefinitions.js +408 -0
  236. package/dist/commonjs/operations/environmentDefinitions.js.map +1 -0
  237. package/dist/commonjs/operations/environmentTypes.d.ts +72 -0
  238. package/dist/commonjs/operations/environmentTypes.d.ts.map +1 -0
  239. package/dist/commonjs/operations/environmentTypes.js +290 -0
  240. package/dist/commonjs/operations/environmentTypes.js.map +1 -0
  241. package/dist/commonjs/operations/galleries.d.ts +81 -0
  242. package/dist/commonjs/operations/galleries.d.ts.map +1 -0
  243. package/dist/commonjs/operations/galleries.js +362 -0
  244. package/dist/commonjs/operations/galleries.js.map +1 -0
  245. package/dist/commonjs/operations/imageVersions.d.ts +54 -0
  246. package/dist/commonjs/operations/imageVersions.d.ts.map +1 -0
  247. package/dist/commonjs/operations/imageVersions.js +214 -0
  248. package/dist/commonjs/operations/imageVersions.js.map +1 -0
  249. package/dist/commonjs/operations/images.d.ts +74 -0
  250. package/dist/commonjs/operations/images.d.ts.map +1 -0
  251. package/dist/commonjs/operations/images.js +317 -0
  252. package/dist/commonjs/operations/images.js.map +1 -0
  253. package/dist/commonjs/operations/index.d.ts +24 -0
  254. package/dist/commonjs/operations/index.d.ts.map +1 -0
  255. package/dist/commonjs/operations/index.js +34 -0
  256. package/dist/commonjs/operations/index.js.map +1 -0
  257. package/dist/commonjs/operations/networkConnections.d.ts +173 -0
  258. package/dist/commonjs/operations/networkConnections.d.ts.map +1 -0
  259. package/dist/commonjs/operations/networkConnections.js +867 -0
  260. package/dist/commonjs/operations/networkConnections.js.map +1 -0
  261. package/dist/commonjs/operations/operationStatuses.d.ts +20 -0
  262. package/dist/commonjs/operations/operationStatuses.d.ts.map +1 -0
  263. package/dist/commonjs/operations/operationStatuses.js +62 -0
  264. package/dist/commonjs/operations/operationStatuses.js.map +1 -0
  265. package/dist/commonjs/operations/operations.d.ts +32 -0
  266. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  267. package/dist/commonjs/operations/operations.js +137 -0
  268. package/dist/commonjs/operations/operations.js.map +1 -0
  269. package/dist/commonjs/operations/pools.d.ts +115 -0
  270. package/dist/commonjs/operations/pools.d.ts.map +1 -0
  271. package/dist/commonjs/operations/pools.js +536 -0
  272. package/dist/commonjs/operations/pools.js.map +1 -0
  273. package/dist/commonjs/operations/projectAllowedEnvironmentTypes.d.ts +46 -0
  274. package/dist/commonjs/operations/projectAllowedEnvironmentTypes.d.ts.map +1 -0
  275. package/dist/commonjs/operations/projectAllowedEnvironmentTypes.js +186 -0
  276. package/dist/commonjs/operations/projectAllowedEnvironmentTypes.js.map +1 -0
  277. package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.d.ts +22 -0
  278. package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
  279. package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.js +68 -0
  280. package/dist/commonjs/operations/projectCatalogEnvironmentDefinitions.js.map +1 -0
  281. package/dist/commonjs/operations/projectCatalogs.d.ts +139 -0
  282. package/dist/commonjs/operations/projectCatalogs.d.ts.map +1 -0
  283. package/dist/commonjs/operations/projectCatalogs.js +653 -0
  284. package/dist/commonjs/operations/projectCatalogs.js.map +1 -0
  285. package/dist/commonjs/operations/projectEnvironmentTypes.d.ts +72 -0
  286. package/dist/commonjs/operations/projectEnvironmentTypes.d.ts.map +1 -0
  287. package/dist/commonjs/operations/projectEnvironmentTypes.js +290 -0
  288. package/dist/commonjs/operations/projectEnvironmentTypes.js.map +1 -0
  289. package/dist/commonjs/operations/projects.d.ts +107 -0
  290. package/dist/commonjs/operations/projects.d.ts.map +1 -0
  291. package/dist/commonjs/operations/projects.js +546 -0
  292. package/dist/commonjs/operations/projects.js.map +1 -0
  293. package/dist/commonjs/operations/schedules.d.ts +109 -0
  294. package/dist/commonjs/operations/schedules.d.ts.map +1 -0
  295. package/dist/commonjs/operations/schedules.js +481 -0
  296. package/dist/commonjs/operations/schedules.js.map +1 -0
  297. package/dist/commonjs/operations/skus.d.ts +32 -0
  298. package/dist/commonjs/operations/skus.d.ts.map +1 -0
  299. package/dist/commonjs/operations/skus.js +141 -0
  300. package/dist/commonjs/operations/skus.js.map +1 -0
  301. package/dist/commonjs/operations/usages.d.ts +35 -0
  302. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  303. package/dist/commonjs/operations/usages.js +149 -0
  304. package/dist/commonjs/operations/usages.js.map +1 -0
  305. package/dist/commonjs/operationsInterfaces/attachedNetworks.d.ts +71 -0
  306. package/dist/commonjs/operationsInterfaces/attachedNetworks.d.ts.map +1 -0
  307. package/dist/commonjs/operationsInterfaces/attachedNetworks.js +10 -0
  308. package/dist/commonjs/operationsInterfaces/attachedNetworks.js.map +1 -0
  309. package/dist/commonjs/operationsInterfaces/catalogs.d.ts +114 -0
  310. package/dist/commonjs/operationsInterfaces/catalogs.d.ts.map +1 -0
  311. package/dist/commonjs/operationsInterfaces/catalogs.js +10 -0
  312. package/dist/commonjs/operationsInterfaces/catalogs.js.map +1 -0
  313. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  314. package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  315. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
  316. package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
  317. package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.d.ts +11 -0
  318. package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.d.ts.map +1 -0
  319. package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.js +10 -0
  320. package/dist/commonjs/operationsInterfaces/checkScopedNameAvailability.js.map +1 -0
  321. package/dist/commonjs/operationsInterfaces/devBoxDefinitions.d.ts +89 -0
  322. package/dist/commonjs/operationsInterfaces/devBoxDefinitions.d.ts.map +1 -0
  323. package/dist/commonjs/operationsInterfaces/devBoxDefinitions.js +10 -0
  324. package/dist/commonjs/operationsInterfaces/devBoxDefinitions.js.map +1 -0
  325. package/dist/commonjs/operationsInterfaces/devCenters.d.ts +71 -0
  326. package/dist/commonjs/operationsInterfaces/devCenters.d.ts.map +1 -0
  327. package/dist/commonjs/operationsInterfaces/devCenters.js +10 -0
  328. package/dist/commonjs/operationsInterfaces/devCenters.js.map +1 -0
  329. package/dist/commonjs/operationsInterfaces/environmentDefinitions.d.ts +49 -0
  330. package/dist/commonjs/operationsInterfaces/environmentDefinitions.d.ts.map +1 -0
  331. package/dist/commonjs/operationsInterfaces/environmentDefinitions.js +10 -0
  332. package/dist/commonjs/operationsInterfaces/environmentDefinitions.js.map +1 -0
  333. package/dist/commonjs/operationsInterfaces/environmentTypes.d.ts +47 -0
  334. package/dist/commonjs/operationsInterfaces/environmentTypes.d.ts.map +1 -0
  335. package/dist/commonjs/operationsInterfaces/environmentTypes.js +10 -0
  336. package/dist/commonjs/operationsInterfaces/environmentTypes.js.map +1 -0
  337. package/dist/commonjs/operationsInterfaces/galleries.d.ts +56 -0
  338. package/dist/commonjs/operationsInterfaces/galleries.d.ts.map +1 -0
  339. package/dist/commonjs/operationsInterfaces/galleries.js +10 -0
  340. package/dist/commonjs/operationsInterfaces/galleries.js.map +1 -0
  341. package/dist/commonjs/operationsInterfaces/imageVersions.d.ts +25 -0
  342. package/dist/commonjs/operationsInterfaces/imageVersions.d.ts.map +1 -0
  343. package/dist/commonjs/operationsInterfaces/imageVersions.js +10 -0
  344. package/dist/commonjs/operationsInterfaces/imageVersions.js.map +1 -0
  345. package/dist/commonjs/operationsInterfaces/images.d.ts +30 -0
  346. package/dist/commonjs/operationsInterfaces/images.d.ts.map +1 -0
  347. package/dist/commonjs/operationsInterfaces/images.js +10 -0
  348. package/dist/commonjs/operationsInterfaces/images.js.map +1 -0
  349. package/dist/commonjs/operationsInterfaces/index.d.ts +24 -0
  350. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  351. package/dist/commonjs/operationsInterfaces/index.js +34 -0
  352. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  353. package/dist/commonjs/operationsInterfaces/networkConnections.d.ts +109 -0
  354. package/dist/commonjs/operationsInterfaces/networkConnections.d.ts.map +1 -0
  355. package/dist/commonjs/operationsInterfaces/networkConnections.js +10 -0
  356. package/dist/commonjs/operationsInterfaces/networkConnections.js.map +1 -0
  357. package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts +12 -0
  358. package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts.map +1 -0
  359. package/dist/commonjs/operationsInterfaces/operationStatuses.js +10 -0
  360. package/dist/commonjs/operationsInterfaces/operationStatuses.js.map +1 -0
  361. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  362. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  363. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  364. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  365. package/dist/commonjs/operationsInterfaces/pools.d.ts +90 -0
  366. package/dist/commonjs/operationsInterfaces/pools.d.ts.map +1 -0
  367. package/dist/commonjs/operationsInterfaces/pools.js +10 -0
  368. package/dist/commonjs/operationsInterfaces/pools.js.map +1 -0
  369. package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +21 -0
  370. package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +1 -0
  371. package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.js +10 -0
  372. package/dist/commonjs/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +1 -0
  373. package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +14 -0
  374. package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
  375. package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +10 -0
  376. package/dist/commonjs/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +1 -0
  377. package/dist/commonjs/operationsInterfaces/projectCatalogs.d.ts +114 -0
  378. package/dist/commonjs/operationsInterfaces/projectCatalogs.d.ts.map +1 -0
  379. package/dist/commonjs/operationsInterfaces/projectCatalogs.js +10 -0
  380. package/dist/commonjs/operationsInterfaces/projectCatalogs.js.map +1 -0
  381. package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.d.ts +47 -0
  382. package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.d.ts.map +1 -0
  383. package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.js +10 -0
  384. package/dist/commonjs/operationsInterfaces/projectEnvironmentTypes.js.map +1 -0
  385. package/dist/commonjs/operationsInterfaces/projects.d.ts +71 -0
  386. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
  387. package/dist/commonjs/operationsInterfaces/projects.js +10 -0
  388. package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
  389. package/dist/commonjs/operationsInterfaces/schedules.d.ts +82 -0
  390. package/dist/commonjs/operationsInterfaces/schedules.d.ts.map +1 -0
  391. package/dist/commonjs/operationsInterfaces/schedules.js +10 -0
  392. package/dist/commonjs/operationsInterfaces/schedules.js.map +1 -0
  393. package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
  394. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
  395. package/dist/commonjs/operationsInterfaces/skus.js +10 -0
  396. package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
  397. package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
  398. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  399. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  400. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  401. package/dist/commonjs/package.json +3 -0
  402. package/dist/commonjs/pagingHelper.d.ts +13 -0
  403. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  404. package/dist/commonjs/pagingHelper.js +36 -0
  405. package/dist/commonjs/pagingHelper.js.map +1 -0
  406. package/dist/esm/devCenterClient.d.ts +42 -0
  407. package/dist/esm/devCenterClient.d.ts.map +1 -0
  408. package/dist/esm/devCenterClient.js +121 -0
  409. package/dist/esm/devCenterClient.js.map +1 -0
  410. package/dist/esm/index.d.ts +5 -0
  411. package/dist/esm/index.d.ts.map +1 -0
  412. package/dist/esm/index.js +13 -0
  413. package/dist/esm/index.js.map +1 -0
  414. package/dist/esm/lroImpl.d.ts +11 -0
  415. package/dist/esm/lroImpl.d.ts.map +1 -0
  416. package/dist/esm/lroImpl.js +21 -0
  417. package/dist/esm/lroImpl.js.map +1 -0
  418. package/dist/esm/models/index.d.ts +3190 -0
  419. package/dist/esm/models/index.d.ts.map +1 -0
  420. package/dist/esm/models/index.js +304 -0
  421. package/dist/esm/models/index.js.map +1 -0
  422. package/dist/esm/models/mappers.d.ts +138 -0
  423. package/dist/esm/models/mappers.d.ts.map +1 -0
  424. package/dist/esm/models/mappers.js +3949 -0
  425. package/dist/esm/models/mappers.js.map +1 -0
  426. package/dist/esm/models/parameters.d.ts +47 -0
  427. package/dist/esm/models/parameters.d.ts.map +1 -0
  428. package/dist/esm/models/parameters.js +403 -0
  429. package/dist/esm/models/parameters.js.map +1 -0
  430. package/dist/esm/operations/attachedNetworks.d.ts +113 -0
  431. package/dist/esm/operations/attachedNetworks.d.ts.map +1 -0
  432. package/dist/esm/operations/attachedNetworks.js +535 -0
  433. package/dist/esm/operations/attachedNetworks.js.map +1 -0
  434. package/dist/esm/operations/catalogs.d.ts +139 -0
  435. package/dist/esm/operations/catalogs.d.ts.map +1 -0
  436. package/dist/esm/operations/catalogs.js +649 -0
  437. package/dist/esm/operations/catalogs.js.map +1 -0
  438. package/dist/esm/operations/checkNameAvailability.d.ts +19 -0
  439. package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
  440. package/dist/esm/operations/checkNameAvailability.js +49 -0
  441. package/dist/esm/operations/checkNameAvailability.js.map +1 -0
  442. package/dist/esm/operations/checkScopedNameAvailability.d.ts +19 -0
  443. package/dist/esm/operations/checkScopedNameAvailability.d.ts.map +1 -0
  444. package/dist/esm/operations/checkScopedNameAvailability.js +49 -0
  445. package/dist/esm/operations/checkScopedNameAvailability.js.map +1 -0
  446. package/dist/esm/operations/devBoxDefinitions.d.ts +131 -0
  447. package/dist/esm/operations/devBoxDefinitions.d.ts.map +1 -0
  448. package/dist/esm/operations/devBoxDefinitions.js +615 -0
  449. package/dist/esm/operations/devBoxDefinitions.js.map +1 -0
  450. package/dist/esm/operations/devCenters.d.ts +107 -0
  451. package/dist/esm/operations/devCenters.d.ts.map +1 -0
  452. package/dist/esm/operations/devCenters.js +542 -0
  453. package/dist/esm/operations/devCenters.js.map +1 -0
  454. package/dist/esm/operations/environmentDefinitions.d.ts +95 -0
  455. package/dist/esm/operations/environmentDefinitions.d.ts.map +1 -0
  456. package/dist/esm/operations/environmentDefinitions.js +404 -0
  457. package/dist/esm/operations/environmentDefinitions.js.map +1 -0
  458. package/dist/esm/operations/environmentTypes.d.ts +72 -0
  459. package/dist/esm/operations/environmentTypes.d.ts.map +1 -0
  460. package/dist/esm/operations/environmentTypes.js +286 -0
  461. package/dist/esm/operations/environmentTypes.js.map +1 -0
  462. package/dist/esm/operations/galleries.d.ts +81 -0
  463. package/dist/esm/operations/galleries.d.ts.map +1 -0
  464. package/dist/esm/operations/galleries.js +358 -0
  465. package/dist/esm/operations/galleries.js.map +1 -0
  466. package/dist/esm/operations/imageVersions.d.ts +54 -0
  467. package/dist/esm/operations/imageVersions.d.ts.map +1 -0
  468. package/dist/esm/operations/imageVersions.js +210 -0
  469. package/dist/esm/operations/imageVersions.js.map +1 -0
  470. package/dist/esm/operations/images.d.ts +74 -0
  471. package/dist/esm/operations/images.d.ts.map +1 -0
  472. package/dist/esm/operations/images.js +313 -0
  473. package/dist/esm/operations/images.js.map +1 -0
  474. package/dist/esm/operations/index.d.ts +24 -0
  475. package/dist/esm/operations/index.d.ts.map +1 -0
  476. package/dist/esm/operations/index.js +31 -0
  477. package/dist/esm/operations/index.js.map +1 -0
  478. package/dist/esm/operations/networkConnections.d.ts +173 -0
  479. package/dist/esm/operations/networkConnections.d.ts.map +1 -0
  480. package/dist/esm/operations/networkConnections.js +863 -0
  481. package/dist/esm/operations/networkConnections.js.map +1 -0
  482. package/dist/esm/operations/operationStatuses.d.ts +20 -0
  483. package/dist/esm/operations/operationStatuses.d.ts.map +1 -0
  484. package/dist/esm/operations/operationStatuses.js +57 -0
  485. package/dist/esm/operations/operationStatuses.js.map +1 -0
  486. package/dist/esm/operations/operations.d.ts +32 -0
  487. package/dist/esm/operations/operations.d.ts.map +1 -0
  488. package/dist/esm/operations/operations.js +133 -0
  489. package/dist/esm/operations/operations.js.map +1 -0
  490. package/dist/esm/operations/pools.d.ts +115 -0
  491. package/dist/esm/operations/pools.d.ts.map +1 -0
  492. package/dist/esm/operations/pools.js +532 -0
  493. package/dist/esm/operations/pools.js.map +1 -0
  494. package/dist/esm/operations/projectAllowedEnvironmentTypes.d.ts +46 -0
  495. package/dist/esm/operations/projectAllowedEnvironmentTypes.d.ts.map +1 -0
  496. package/dist/esm/operations/projectAllowedEnvironmentTypes.js +182 -0
  497. package/dist/esm/operations/projectAllowedEnvironmentTypes.js.map +1 -0
  498. package/dist/esm/operations/projectCatalogEnvironmentDefinitions.d.ts +22 -0
  499. package/dist/esm/operations/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
  500. package/dist/esm/operations/projectCatalogEnvironmentDefinitions.js +63 -0
  501. package/dist/esm/operations/projectCatalogEnvironmentDefinitions.js.map +1 -0
  502. package/dist/esm/operations/projectCatalogs.d.ts +139 -0
  503. package/dist/esm/operations/projectCatalogs.d.ts.map +1 -0
  504. package/dist/esm/operations/projectCatalogs.js +649 -0
  505. package/dist/esm/operations/projectCatalogs.js.map +1 -0
  506. package/dist/esm/operations/projectEnvironmentTypes.d.ts +72 -0
  507. package/dist/esm/operations/projectEnvironmentTypes.d.ts.map +1 -0
  508. package/dist/esm/operations/projectEnvironmentTypes.js +286 -0
  509. package/dist/esm/operations/projectEnvironmentTypes.js.map +1 -0
  510. package/dist/esm/operations/projects.d.ts +107 -0
  511. package/dist/esm/operations/projects.d.ts.map +1 -0
  512. package/dist/esm/operations/projects.js +542 -0
  513. package/dist/esm/operations/projects.js.map +1 -0
  514. package/dist/esm/operations/schedules.d.ts +109 -0
  515. package/dist/esm/operations/schedules.d.ts.map +1 -0
  516. package/dist/esm/operations/schedules.js +477 -0
  517. package/dist/esm/operations/schedules.js.map +1 -0
  518. package/dist/esm/operations/skus.d.ts +32 -0
  519. package/dist/esm/operations/skus.d.ts.map +1 -0
  520. package/dist/esm/operations/skus.js +137 -0
  521. package/dist/esm/operations/skus.js.map +1 -0
  522. package/dist/esm/operations/usages.d.ts +35 -0
  523. package/dist/esm/operations/usages.d.ts.map +1 -0
  524. package/dist/esm/operations/usages.js +145 -0
  525. package/dist/esm/operations/usages.js.map +1 -0
  526. package/dist/esm/operationsInterfaces/attachedNetworks.d.ts +71 -0
  527. package/dist/esm/operationsInterfaces/attachedNetworks.d.ts.map +1 -0
  528. package/dist/esm/operationsInterfaces/attachedNetworks.js +9 -0
  529. package/dist/esm/operationsInterfaces/attachedNetworks.js.map +1 -0
  530. package/dist/esm/operationsInterfaces/catalogs.d.ts +114 -0
  531. package/dist/esm/operationsInterfaces/catalogs.d.ts.map +1 -0
  532. package/dist/esm/operationsInterfaces/catalogs.js +9 -0
  533. package/dist/esm/operationsInterfaces/catalogs.js.map +1 -0
  534. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  535. package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  536. package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
  537. package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
  538. package/dist/esm/operationsInterfaces/checkScopedNameAvailability.d.ts +11 -0
  539. package/dist/esm/operationsInterfaces/checkScopedNameAvailability.d.ts.map +1 -0
  540. package/dist/esm/operationsInterfaces/checkScopedNameAvailability.js +9 -0
  541. package/dist/esm/operationsInterfaces/checkScopedNameAvailability.js.map +1 -0
  542. package/dist/esm/operationsInterfaces/devBoxDefinitions.d.ts +89 -0
  543. package/dist/esm/operationsInterfaces/devBoxDefinitions.d.ts.map +1 -0
  544. package/dist/esm/operationsInterfaces/devBoxDefinitions.js +9 -0
  545. package/dist/esm/operationsInterfaces/devBoxDefinitions.js.map +1 -0
  546. package/dist/esm/operationsInterfaces/devCenters.d.ts +71 -0
  547. package/dist/esm/operationsInterfaces/devCenters.d.ts.map +1 -0
  548. package/dist/esm/operationsInterfaces/devCenters.js +9 -0
  549. package/dist/esm/operationsInterfaces/devCenters.js.map +1 -0
  550. package/dist/esm/operationsInterfaces/environmentDefinitions.d.ts +49 -0
  551. package/dist/esm/operationsInterfaces/environmentDefinitions.d.ts.map +1 -0
  552. package/dist/esm/operationsInterfaces/environmentDefinitions.js +9 -0
  553. package/dist/esm/operationsInterfaces/environmentDefinitions.js.map +1 -0
  554. package/dist/esm/operationsInterfaces/environmentTypes.d.ts +47 -0
  555. package/dist/esm/operationsInterfaces/environmentTypes.d.ts.map +1 -0
  556. package/dist/esm/operationsInterfaces/environmentTypes.js +9 -0
  557. package/dist/esm/operationsInterfaces/environmentTypes.js.map +1 -0
  558. package/dist/esm/operationsInterfaces/galleries.d.ts +56 -0
  559. package/dist/esm/operationsInterfaces/galleries.d.ts.map +1 -0
  560. package/dist/esm/operationsInterfaces/galleries.js +9 -0
  561. package/dist/esm/operationsInterfaces/galleries.js.map +1 -0
  562. package/dist/esm/operationsInterfaces/imageVersions.d.ts +25 -0
  563. package/dist/esm/operationsInterfaces/imageVersions.d.ts.map +1 -0
  564. package/dist/esm/operationsInterfaces/imageVersions.js +9 -0
  565. package/dist/esm/operationsInterfaces/imageVersions.js.map +1 -0
  566. package/dist/esm/operationsInterfaces/images.d.ts +30 -0
  567. package/dist/esm/operationsInterfaces/images.d.ts.map +1 -0
  568. package/dist/esm/operationsInterfaces/images.js +9 -0
  569. package/dist/esm/operationsInterfaces/images.js.map +1 -0
  570. package/dist/esm/operationsInterfaces/index.d.ts +24 -0
  571. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  572. package/dist/esm/operationsInterfaces/index.js +31 -0
  573. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  574. package/dist/esm/operationsInterfaces/networkConnections.d.ts +109 -0
  575. package/dist/esm/operationsInterfaces/networkConnections.d.ts.map +1 -0
  576. package/dist/esm/operationsInterfaces/networkConnections.js +9 -0
  577. package/dist/esm/operationsInterfaces/networkConnections.js.map +1 -0
  578. package/dist/esm/operationsInterfaces/operationStatuses.d.ts +12 -0
  579. package/dist/esm/operationsInterfaces/operationStatuses.d.ts.map +1 -0
  580. package/dist/esm/operationsInterfaces/operationStatuses.js +9 -0
  581. package/dist/esm/operationsInterfaces/operationStatuses.js.map +1 -0
  582. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  583. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  584. package/dist/esm/operationsInterfaces/operations.js +9 -0
  585. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  586. package/dist/esm/operationsInterfaces/pools.d.ts +90 -0
  587. package/dist/esm/operationsInterfaces/pools.d.ts.map +1 -0
  588. package/dist/esm/operationsInterfaces/pools.js +9 -0
  589. package/dist/esm/operationsInterfaces/pools.js.map +1 -0
  590. package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +21 -0
  591. package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +1 -0
  592. package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.js +9 -0
  593. package/dist/esm/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +1 -0
  594. package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +14 -0
  595. package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
  596. package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +9 -0
  597. package/dist/esm/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +1 -0
  598. package/dist/esm/operationsInterfaces/projectCatalogs.d.ts +114 -0
  599. package/dist/esm/operationsInterfaces/projectCatalogs.d.ts.map +1 -0
  600. package/dist/esm/operationsInterfaces/projectCatalogs.js +9 -0
  601. package/dist/esm/operationsInterfaces/projectCatalogs.js.map +1 -0
  602. package/dist/esm/operationsInterfaces/projectEnvironmentTypes.d.ts +47 -0
  603. package/dist/esm/operationsInterfaces/projectEnvironmentTypes.d.ts.map +1 -0
  604. package/dist/esm/operationsInterfaces/projectEnvironmentTypes.js +9 -0
  605. package/dist/esm/operationsInterfaces/projectEnvironmentTypes.js.map +1 -0
  606. package/dist/esm/operationsInterfaces/projects.d.ts +71 -0
  607. package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
  608. package/dist/esm/operationsInterfaces/projects.js +9 -0
  609. package/dist/esm/operationsInterfaces/projects.js.map +1 -0
  610. package/dist/esm/operationsInterfaces/schedules.d.ts +82 -0
  611. package/dist/esm/operationsInterfaces/schedules.d.ts.map +1 -0
  612. package/dist/esm/operationsInterfaces/schedules.js +9 -0
  613. package/dist/esm/operationsInterfaces/schedules.js.map +1 -0
  614. package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
  615. package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
  616. package/dist/esm/operationsInterfaces/skus.js +9 -0
  617. package/dist/esm/operationsInterfaces/skus.js.map +1 -0
  618. package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
  619. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  620. package/dist/esm/operationsInterfaces/usages.js +9 -0
  621. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  622. package/dist/esm/package.json +3 -0
  623. package/dist/esm/pagingHelper.d.ts +13 -0
  624. package/dist/esm/pagingHelper.d.ts.map +1 -0
  625. package/dist/esm/pagingHelper.js +32 -0
  626. package/dist/esm/pagingHelper.js.map +1 -0
  627. package/dist/react-native/devCenterClient.d.ts +42 -0
  628. package/dist/react-native/devCenterClient.d.ts.map +1 -0
  629. package/dist/react-native/devCenterClient.js +121 -0
  630. package/dist/react-native/devCenterClient.js.map +1 -0
  631. package/dist/react-native/index.d.ts +5 -0
  632. package/dist/react-native/index.d.ts.map +1 -0
  633. package/dist/react-native/index.js +13 -0
  634. package/dist/react-native/index.js.map +1 -0
  635. package/dist/react-native/lroImpl.d.ts +11 -0
  636. package/dist/react-native/lroImpl.d.ts.map +1 -0
  637. package/dist/react-native/lroImpl.js +21 -0
  638. package/dist/react-native/lroImpl.js.map +1 -0
  639. package/dist/react-native/models/index.d.ts +3190 -0
  640. package/dist/react-native/models/index.d.ts.map +1 -0
  641. package/dist/react-native/models/index.js +304 -0
  642. package/dist/react-native/models/index.js.map +1 -0
  643. package/dist/react-native/models/mappers.d.ts +138 -0
  644. package/dist/react-native/models/mappers.d.ts.map +1 -0
  645. package/dist/react-native/models/mappers.js +3949 -0
  646. package/dist/react-native/models/mappers.js.map +1 -0
  647. package/dist/react-native/models/parameters.d.ts +47 -0
  648. package/dist/react-native/models/parameters.d.ts.map +1 -0
  649. package/dist/react-native/models/parameters.js +403 -0
  650. package/dist/react-native/models/parameters.js.map +1 -0
  651. package/dist/react-native/operations/attachedNetworks.d.ts +113 -0
  652. package/dist/react-native/operations/attachedNetworks.d.ts.map +1 -0
  653. package/dist/react-native/operations/attachedNetworks.js +535 -0
  654. package/dist/react-native/operations/attachedNetworks.js.map +1 -0
  655. package/dist/react-native/operations/catalogs.d.ts +139 -0
  656. package/dist/react-native/operations/catalogs.d.ts.map +1 -0
  657. package/dist/react-native/operations/catalogs.js +649 -0
  658. package/dist/react-native/operations/catalogs.js.map +1 -0
  659. package/dist/react-native/operations/checkNameAvailability.d.ts +19 -0
  660. package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
  661. package/dist/react-native/operations/checkNameAvailability.js +49 -0
  662. package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
  663. package/dist/react-native/operations/checkScopedNameAvailability.d.ts +19 -0
  664. package/dist/react-native/operations/checkScopedNameAvailability.d.ts.map +1 -0
  665. package/dist/react-native/operations/checkScopedNameAvailability.js +49 -0
  666. package/dist/react-native/operations/checkScopedNameAvailability.js.map +1 -0
  667. package/dist/react-native/operations/devBoxDefinitions.d.ts +131 -0
  668. package/dist/react-native/operations/devBoxDefinitions.d.ts.map +1 -0
  669. package/dist/react-native/operations/devBoxDefinitions.js +615 -0
  670. package/dist/react-native/operations/devBoxDefinitions.js.map +1 -0
  671. package/dist/react-native/operations/devCenters.d.ts +107 -0
  672. package/dist/react-native/operations/devCenters.d.ts.map +1 -0
  673. package/dist/react-native/operations/devCenters.js +542 -0
  674. package/dist/react-native/operations/devCenters.js.map +1 -0
  675. package/dist/react-native/operations/environmentDefinitions.d.ts +95 -0
  676. package/dist/react-native/operations/environmentDefinitions.d.ts.map +1 -0
  677. package/dist/react-native/operations/environmentDefinitions.js +404 -0
  678. package/dist/react-native/operations/environmentDefinitions.js.map +1 -0
  679. package/dist/react-native/operations/environmentTypes.d.ts +72 -0
  680. package/dist/react-native/operations/environmentTypes.d.ts.map +1 -0
  681. package/dist/react-native/operations/environmentTypes.js +286 -0
  682. package/dist/react-native/operations/environmentTypes.js.map +1 -0
  683. package/dist/react-native/operations/galleries.d.ts +81 -0
  684. package/dist/react-native/operations/galleries.d.ts.map +1 -0
  685. package/dist/react-native/operations/galleries.js +358 -0
  686. package/dist/react-native/operations/galleries.js.map +1 -0
  687. package/dist/react-native/operations/imageVersions.d.ts +54 -0
  688. package/dist/react-native/operations/imageVersions.d.ts.map +1 -0
  689. package/dist/react-native/operations/imageVersions.js +210 -0
  690. package/dist/react-native/operations/imageVersions.js.map +1 -0
  691. package/dist/react-native/operations/images.d.ts +74 -0
  692. package/dist/react-native/operations/images.d.ts.map +1 -0
  693. package/dist/react-native/operations/images.js +313 -0
  694. package/dist/react-native/operations/images.js.map +1 -0
  695. package/dist/react-native/operations/index.d.ts +24 -0
  696. package/dist/react-native/operations/index.d.ts.map +1 -0
  697. package/dist/react-native/operations/index.js +31 -0
  698. package/dist/react-native/operations/index.js.map +1 -0
  699. package/dist/react-native/operations/networkConnections.d.ts +173 -0
  700. package/dist/react-native/operations/networkConnections.d.ts.map +1 -0
  701. package/dist/react-native/operations/networkConnections.js +863 -0
  702. package/dist/react-native/operations/networkConnections.js.map +1 -0
  703. package/dist/react-native/operations/operationStatuses.d.ts +20 -0
  704. package/dist/react-native/operations/operationStatuses.d.ts.map +1 -0
  705. package/dist/react-native/operations/operationStatuses.js +57 -0
  706. package/dist/react-native/operations/operationStatuses.js.map +1 -0
  707. package/dist/react-native/operations/operations.d.ts +32 -0
  708. package/dist/react-native/operations/operations.d.ts.map +1 -0
  709. package/dist/react-native/operations/operations.js +133 -0
  710. package/dist/react-native/operations/operations.js.map +1 -0
  711. package/dist/react-native/operations/pools.d.ts +115 -0
  712. package/dist/react-native/operations/pools.d.ts.map +1 -0
  713. package/dist/react-native/operations/pools.js +532 -0
  714. package/dist/react-native/operations/pools.js.map +1 -0
  715. package/dist/react-native/operations/projectAllowedEnvironmentTypes.d.ts +46 -0
  716. package/dist/react-native/operations/projectAllowedEnvironmentTypes.d.ts.map +1 -0
  717. package/dist/react-native/operations/projectAllowedEnvironmentTypes.js +182 -0
  718. package/dist/react-native/operations/projectAllowedEnvironmentTypes.js.map +1 -0
  719. package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.d.ts +22 -0
  720. package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
  721. package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.js +63 -0
  722. package/dist/react-native/operations/projectCatalogEnvironmentDefinitions.js.map +1 -0
  723. package/dist/react-native/operations/projectCatalogs.d.ts +139 -0
  724. package/dist/react-native/operations/projectCatalogs.d.ts.map +1 -0
  725. package/dist/react-native/operations/projectCatalogs.js +649 -0
  726. package/dist/react-native/operations/projectCatalogs.js.map +1 -0
  727. package/dist/react-native/operations/projectEnvironmentTypes.d.ts +72 -0
  728. package/dist/react-native/operations/projectEnvironmentTypes.d.ts.map +1 -0
  729. package/dist/react-native/operations/projectEnvironmentTypes.js +286 -0
  730. package/dist/react-native/operations/projectEnvironmentTypes.js.map +1 -0
  731. package/dist/react-native/operations/projects.d.ts +107 -0
  732. package/dist/react-native/operations/projects.d.ts.map +1 -0
  733. package/dist/react-native/operations/projects.js +542 -0
  734. package/dist/react-native/operations/projects.js.map +1 -0
  735. package/dist/react-native/operations/schedules.d.ts +109 -0
  736. package/dist/react-native/operations/schedules.d.ts.map +1 -0
  737. package/dist/react-native/operations/schedules.js +477 -0
  738. package/dist/react-native/operations/schedules.js.map +1 -0
  739. package/dist/react-native/operations/skus.d.ts +32 -0
  740. package/dist/react-native/operations/skus.d.ts.map +1 -0
  741. package/dist/react-native/operations/skus.js +137 -0
  742. package/dist/react-native/operations/skus.js.map +1 -0
  743. package/dist/react-native/operations/usages.d.ts +35 -0
  744. package/dist/react-native/operations/usages.d.ts.map +1 -0
  745. package/dist/react-native/operations/usages.js +145 -0
  746. package/dist/react-native/operations/usages.js.map +1 -0
  747. package/dist/react-native/operationsInterfaces/attachedNetworks.d.ts +71 -0
  748. package/dist/react-native/operationsInterfaces/attachedNetworks.d.ts.map +1 -0
  749. package/dist/react-native/operationsInterfaces/attachedNetworks.js +9 -0
  750. package/dist/react-native/operationsInterfaces/attachedNetworks.js.map +1 -0
  751. package/dist/react-native/operationsInterfaces/catalogs.d.ts +114 -0
  752. package/dist/react-native/operationsInterfaces/catalogs.d.ts.map +1 -0
  753. package/dist/react-native/operationsInterfaces/catalogs.js +9 -0
  754. package/dist/react-native/operationsInterfaces/catalogs.js.map +1 -0
  755. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +11 -0
  756. package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
  757. package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
  758. package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
  759. package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.d.ts +11 -0
  760. package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.d.ts.map +1 -0
  761. package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.js +9 -0
  762. package/dist/react-native/operationsInterfaces/checkScopedNameAvailability.js.map +1 -0
  763. package/dist/react-native/operationsInterfaces/devBoxDefinitions.d.ts +89 -0
  764. package/dist/react-native/operationsInterfaces/devBoxDefinitions.d.ts.map +1 -0
  765. package/dist/react-native/operationsInterfaces/devBoxDefinitions.js +9 -0
  766. package/dist/react-native/operationsInterfaces/devBoxDefinitions.js.map +1 -0
  767. package/dist/react-native/operationsInterfaces/devCenters.d.ts +71 -0
  768. package/dist/react-native/operationsInterfaces/devCenters.d.ts.map +1 -0
  769. package/dist/react-native/operationsInterfaces/devCenters.js +9 -0
  770. package/dist/react-native/operationsInterfaces/devCenters.js.map +1 -0
  771. package/dist/react-native/operationsInterfaces/environmentDefinitions.d.ts +49 -0
  772. package/dist/react-native/operationsInterfaces/environmentDefinitions.d.ts.map +1 -0
  773. package/dist/react-native/operationsInterfaces/environmentDefinitions.js +9 -0
  774. package/dist/react-native/operationsInterfaces/environmentDefinitions.js.map +1 -0
  775. package/dist/react-native/operationsInterfaces/environmentTypes.d.ts +47 -0
  776. package/dist/react-native/operationsInterfaces/environmentTypes.d.ts.map +1 -0
  777. package/dist/react-native/operationsInterfaces/environmentTypes.js +9 -0
  778. package/dist/react-native/operationsInterfaces/environmentTypes.js.map +1 -0
  779. package/dist/react-native/operationsInterfaces/galleries.d.ts +56 -0
  780. package/dist/react-native/operationsInterfaces/galleries.d.ts.map +1 -0
  781. package/dist/react-native/operationsInterfaces/galleries.js +9 -0
  782. package/dist/react-native/operationsInterfaces/galleries.js.map +1 -0
  783. package/dist/react-native/operationsInterfaces/imageVersions.d.ts +25 -0
  784. package/dist/react-native/operationsInterfaces/imageVersions.d.ts.map +1 -0
  785. package/dist/react-native/operationsInterfaces/imageVersions.js +9 -0
  786. package/dist/react-native/operationsInterfaces/imageVersions.js.map +1 -0
  787. package/dist/react-native/operationsInterfaces/images.d.ts +30 -0
  788. package/dist/react-native/operationsInterfaces/images.d.ts.map +1 -0
  789. package/dist/react-native/operationsInterfaces/images.js +9 -0
  790. package/dist/react-native/operationsInterfaces/images.js.map +1 -0
  791. package/dist/react-native/operationsInterfaces/index.d.ts +24 -0
  792. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  793. package/dist/react-native/operationsInterfaces/index.js +31 -0
  794. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  795. package/dist/react-native/operationsInterfaces/networkConnections.d.ts +109 -0
  796. package/dist/react-native/operationsInterfaces/networkConnections.d.ts.map +1 -0
  797. package/dist/react-native/operationsInterfaces/networkConnections.js +9 -0
  798. package/dist/react-native/operationsInterfaces/networkConnections.js.map +1 -0
  799. package/dist/react-native/operationsInterfaces/operationStatuses.d.ts +12 -0
  800. package/dist/react-native/operationsInterfaces/operationStatuses.d.ts.map +1 -0
  801. package/dist/react-native/operationsInterfaces/operationStatuses.js +9 -0
  802. package/dist/react-native/operationsInterfaces/operationStatuses.js.map +1 -0
  803. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  804. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  805. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  806. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  807. package/dist/react-native/operationsInterfaces/pools.d.ts +90 -0
  808. package/dist/react-native/operationsInterfaces/pools.d.ts.map +1 -0
  809. package/dist/react-native/operationsInterfaces/pools.js +9 -0
  810. package/dist/react-native/operationsInterfaces/pools.js.map +1 -0
  811. package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +21 -0
  812. package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +1 -0
  813. package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.js +9 -0
  814. package/dist/react-native/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +1 -0
  815. package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +14 -0
  816. package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +1 -0
  817. package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +9 -0
  818. package/dist/react-native/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +1 -0
  819. package/dist/react-native/operationsInterfaces/projectCatalogs.d.ts +114 -0
  820. package/dist/react-native/operationsInterfaces/projectCatalogs.d.ts.map +1 -0
  821. package/dist/react-native/operationsInterfaces/projectCatalogs.js +9 -0
  822. package/dist/react-native/operationsInterfaces/projectCatalogs.js.map +1 -0
  823. package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.d.ts +47 -0
  824. package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.d.ts.map +1 -0
  825. package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.js +9 -0
  826. package/dist/react-native/operationsInterfaces/projectEnvironmentTypes.js.map +1 -0
  827. package/dist/react-native/operationsInterfaces/projects.d.ts +71 -0
  828. package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
  829. package/dist/react-native/operationsInterfaces/projects.js +9 -0
  830. package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
  831. package/dist/react-native/operationsInterfaces/schedules.d.ts +82 -0
  832. package/dist/react-native/operationsInterfaces/schedules.d.ts.map +1 -0
  833. package/dist/react-native/operationsInterfaces/schedules.js +9 -0
  834. package/dist/react-native/operationsInterfaces/schedules.js.map +1 -0
  835. package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
  836. package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
  837. package/dist/react-native/operationsInterfaces/skus.js +9 -0
  838. package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
  839. package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
  840. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  841. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  842. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  843. package/dist/react-native/package.json +3 -0
  844. package/dist/react-native/pagingHelper.d.ts +13 -0
  845. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  846. package/dist/react-native/pagingHelper.js +32 -0
  847. package/dist/react-native/pagingHelper.js.map +1 -0
  848. package/package.json +58 -28
  849. package/dist/index.js +0 -13084
  850. package/dist/index.js.map +0 -1
  851. package/dist/index.min.js +0 -1
  852. package/dist/index.min.js.map +0 -1
  853. package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.d.ts +0 -2
  854. package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.d.ts.map +0 -1
  855. package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.js +0 -43
  856. package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.js.map +0 -1
  857. package/dist-esm/samples-dev/attachedNetworksDeleteSample.d.ts +0 -2
  858. package/dist-esm/samples-dev/attachedNetworksDeleteSample.d.ts.map +0 -1
  859. package/dist-esm/samples-dev/attachedNetworksDeleteSample.js +0 -40
  860. package/dist-esm/samples-dev/attachedNetworksDeleteSample.js.map +0 -1
  861. package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.d.ts +0 -2
  862. package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.d.ts.map +0 -1
  863. package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.js +0 -40
  864. package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.js.map +0 -1
  865. package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.d.ts +0 -2
  866. package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.d.ts.map +0 -1
  867. package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.js +0 -40
  868. package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.js.map +0 -1
  869. package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.d.ts +0 -2
  870. package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.d.ts.map +0 -1
  871. package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.js +0 -55
  872. package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.js.map +0 -1
  873. package/dist-esm/samples-dev/attachedNetworksListByProjectSample.d.ts +0 -2
  874. package/dist-esm/samples-dev/attachedNetworksListByProjectSample.d.ts.map +0 -1
  875. package/dist-esm/samples-dev/attachedNetworksListByProjectSample.js +0 -55
  876. package/dist-esm/samples-dev/attachedNetworksListByProjectSample.js.map +0 -1
  877. package/dist-esm/samples-dev/catalogsConnectSample.d.ts +0 -2
  878. package/dist-esm/samples-dev/catalogsConnectSample.d.ts.map +0 -1
  879. package/dist-esm/samples-dev/catalogsConnectSample.js +0 -40
  880. package/dist-esm/samples-dev/catalogsConnectSample.js.map +0 -1
  881. package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.d.ts +0 -2
  882. package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.d.ts.map +0 -1
  883. package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.js +0 -78
  884. package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.js.map +0 -1
  885. package/dist-esm/samples-dev/catalogsDeleteSample.d.ts +0 -2
  886. package/dist-esm/samples-dev/catalogsDeleteSample.d.ts.map +0 -1
  887. package/dist-esm/samples-dev/catalogsDeleteSample.js +0 -40
  888. package/dist-esm/samples-dev/catalogsDeleteSample.js.map +0 -1
  889. package/dist-esm/samples-dev/catalogsGetSample.d.ts +0 -2
  890. package/dist-esm/samples-dev/catalogsGetSample.d.ts.map +0 -1
  891. package/dist-esm/samples-dev/catalogsGetSample.js +0 -40
  892. package/dist-esm/samples-dev/catalogsGetSample.js.map +0 -1
  893. package/dist-esm/samples-dev/catalogsGetSyncErrorDetailsSample.d.ts +0 -2
  894. package/dist-esm/samples-dev/catalogsGetSyncErrorDetailsSample.d.ts.map +0 -1
  895. package/dist-esm/samples-dev/catalogsGetSyncErrorDetailsSample.js +0 -40
  896. package/dist-esm/samples-dev/catalogsGetSyncErrorDetailsSample.js.map +0 -1
  897. package/dist-esm/samples-dev/catalogsListByDevCenterSample.d.ts +0 -2
  898. package/dist-esm/samples-dev/catalogsListByDevCenterSample.d.ts.map +0 -1
  899. package/dist-esm/samples-dev/catalogsListByDevCenterSample.js +0 -55
  900. package/dist-esm/samples-dev/catalogsListByDevCenterSample.js.map +0 -1
  901. package/dist-esm/samples-dev/catalogsSyncSample.d.ts +0 -2
  902. package/dist-esm/samples-dev/catalogsSyncSample.d.ts.map +0 -1
  903. package/dist-esm/samples-dev/catalogsSyncSample.js +0 -40
  904. package/dist-esm/samples-dev/catalogsSyncSample.js.map +0 -1
  905. package/dist-esm/samples-dev/catalogsUpdateSample.d.ts +0 -2
  906. package/dist-esm/samples-dev/catalogsUpdateSample.d.ts.map +0 -1
  907. package/dist-esm/samples-dev/catalogsUpdateSample.js +0 -44
  908. package/dist-esm/samples-dev/catalogsUpdateSample.js.map +0 -1
  909. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
  910. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
  911. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -41
  912. package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
  913. package/dist-esm/samples-dev/checkScopedNameAvailabilityExecuteSample.d.ts +0 -2
  914. package/dist-esm/samples-dev/checkScopedNameAvailabilityExecuteSample.d.ts.map +0 -1
  915. package/dist-esm/samples-dev/checkScopedNameAvailabilityExecuteSample.js +0 -64
  916. package/dist-esm/samples-dev/checkScopedNameAvailabilityExecuteSample.js.map +0 -1
  917. package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.d.ts +0 -2
  918. package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.d.ts.map +0 -1
  919. package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.js +0 -48
  920. package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.js.map +0 -1
  921. package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.d.ts +0 -2
  922. package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.d.ts.map +0 -1
  923. package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.js +0 -40
  924. package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.js.map +0 -1
  925. package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.d.ts +0 -2
  926. package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.d.ts.map +0 -1
  927. package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.js +0 -40
  928. package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.js.map +0 -1
  929. package/dist-esm/samples-dev/devBoxDefinitionsGetSample.d.ts +0 -2
  930. package/dist-esm/samples-dev/devBoxDefinitionsGetSample.d.ts.map +0 -1
  931. package/dist-esm/samples-dev/devBoxDefinitionsGetSample.js +0 -40
  932. package/dist-esm/samples-dev/devBoxDefinitionsGetSample.js.map +0 -1
  933. package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.d.ts +0 -2
  934. package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.d.ts.map +0 -1
  935. package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.js +0 -55
  936. package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.js.map +0 -1
  937. package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.d.ts +0 -2
  938. package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.d.ts.map +0 -1
  939. package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.js +0 -55
  940. package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.js.map +0 -1
  941. package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.d.ts +0 -2
  942. package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.d.ts.map +0 -1
  943. package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.js +0 -45
  944. package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.js.map +0 -1
  945. package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.d.ts +0 -2
  946. package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.d.ts.map +0 -1
  947. package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.js +0 -113
  948. package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.js.map +0 -1
  949. package/dist-esm/samples-dev/devCentersDeleteSample.d.ts +0 -2
  950. package/dist-esm/samples-dev/devCentersDeleteSample.d.ts.map +0 -1
  951. package/dist-esm/samples-dev/devCentersDeleteSample.js +0 -39
  952. package/dist-esm/samples-dev/devCentersDeleteSample.js.map +0 -1
  953. package/dist-esm/samples-dev/devCentersGetSample.d.ts +0 -2
  954. package/dist-esm/samples-dev/devCentersGetSample.d.ts.map +0 -1
  955. package/dist-esm/samples-dev/devCentersGetSample.js +0 -39
  956. package/dist-esm/samples-dev/devCentersGetSample.js.map +0 -1
  957. package/dist-esm/samples-dev/devCentersListByResourceGroupSample.d.ts +0 -2
  958. package/dist-esm/samples-dev/devCentersListByResourceGroupSample.d.ts.map +0 -1
  959. package/dist-esm/samples-dev/devCentersListByResourceGroupSample.js +0 -54
  960. package/dist-esm/samples-dev/devCentersListByResourceGroupSample.js.map +0 -1
  961. package/dist-esm/samples-dev/devCentersListBySubscriptionSample.d.ts +0 -2
  962. package/dist-esm/samples-dev/devCentersListBySubscriptionSample.d.ts.map +0 -1
  963. package/dist-esm/samples-dev/devCentersListBySubscriptionSample.js +0 -53
  964. package/dist-esm/samples-dev/devCentersListBySubscriptionSample.js.map +0 -1
  965. package/dist-esm/samples-dev/devCentersUpdateSample.d.ts +0 -2
  966. package/dist-esm/samples-dev/devCentersUpdateSample.d.ts.map +0 -1
  967. package/dist-esm/samples-dev/devCentersUpdateSample.js +0 -40
  968. package/dist-esm/samples-dev/devCentersUpdateSample.js.map +0 -1
  969. package/dist-esm/samples-dev/environmentDefinitionsGetByProjectCatalogSample.d.ts +0 -2
  970. package/dist-esm/samples-dev/environmentDefinitionsGetByProjectCatalogSample.d.ts.map +0 -1
  971. package/dist-esm/samples-dev/environmentDefinitionsGetByProjectCatalogSample.js +0 -41
  972. package/dist-esm/samples-dev/environmentDefinitionsGetByProjectCatalogSample.js.map +0 -1
  973. package/dist-esm/samples-dev/environmentDefinitionsGetErrorDetailsSample.d.ts +0 -2
  974. package/dist-esm/samples-dev/environmentDefinitionsGetErrorDetailsSample.d.ts.map +0 -1
  975. package/dist-esm/samples-dev/environmentDefinitionsGetErrorDetailsSample.js +0 -41
  976. package/dist-esm/samples-dev/environmentDefinitionsGetErrorDetailsSample.js.map +0 -1
  977. package/dist-esm/samples-dev/environmentDefinitionsGetSample.d.ts +0 -2
  978. package/dist-esm/samples-dev/environmentDefinitionsGetSample.d.ts.map +0 -1
  979. package/dist-esm/samples-dev/environmentDefinitionsGetSample.js +0 -41
  980. package/dist-esm/samples-dev/environmentDefinitionsGetSample.js.map +0 -1
  981. package/dist-esm/samples-dev/environmentDefinitionsListByCatalogSample.d.ts +0 -2
  982. package/dist-esm/samples-dev/environmentDefinitionsListByCatalogSample.d.ts.map +0 -1
  983. package/dist-esm/samples-dev/environmentDefinitionsListByCatalogSample.js +0 -56
  984. package/dist-esm/samples-dev/environmentDefinitionsListByCatalogSample.js.map +0 -1
  985. package/dist-esm/samples-dev/environmentDefinitionsListByProjectCatalogSample.d.ts +0 -2
  986. package/dist-esm/samples-dev/environmentDefinitionsListByProjectCatalogSample.d.ts.map +0 -1
  987. package/dist-esm/samples-dev/environmentDefinitionsListByProjectCatalogSample.js +0 -56
  988. package/dist-esm/samples-dev/environmentDefinitionsListByProjectCatalogSample.js.map +0 -1
  989. package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.d.ts +0 -2
  990. package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.d.ts.map +0 -1
  991. package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.js +0 -44
  992. package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.js.map +0 -1
  993. package/dist-esm/samples-dev/environmentTypesDeleteSample.d.ts +0 -2
  994. package/dist-esm/samples-dev/environmentTypesDeleteSample.d.ts.map +0 -1
  995. package/dist-esm/samples-dev/environmentTypesDeleteSample.js +0 -40
  996. package/dist-esm/samples-dev/environmentTypesDeleteSample.js.map +0 -1
  997. package/dist-esm/samples-dev/environmentTypesGetSample.d.ts +0 -2
  998. package/dist-esm/samples-dev/environmentTypesGetSample.d.ts.map +0 -1
  999. package/dist-esm/samples-dev/environmentTypesGetSample.js +0 -40
  1000. package/dist-esm/samples-dev/environmentTypesGetSample.js.map +0 -1
  1001. package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.d.ts +0 -2
  1002. package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.d.ts.map +0 -1
  1003. package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.js +0 -55
  1004. package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.js.map +0 -1
  1005. package/dist-esm/samples-dev/environmentTypesUpdateSample.d.ts +0 -2
  1006. package/dist-esm/samples-dev/environmentTypesUpdateSample.d.ts.map +0 -1
  1007. package/dist-esm/samples-dev/environmentTypesUpdateSample.js +0 -44
  1008. package/dist-esm/samples-dev/environmentTypesUpdateSample.js.map +0 -1
  1009. package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.d.ts +0 -2
  1010. package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.d.ts.map +0 -1
  1011. package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.js +0 -43
  1012. package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.js.map +0 -1
  1013. package/dist-esm/samples-dev/galleriesDeleteSample.d.ts +0 -2
  1014. package/dist-esm/samples-dev/galleriesDeleteSample.d.ts.map +0 -1
  1015. package/dist-esm/samples-dev/galleriesDeleteSample.js +0 -40
  1016. package/dist-esm/samples-dev/galleriesDeleteSample.js.map +0 -1
  1017. package/dist-esm/samples-dev/galleriesGetSample.d.ts +0 -2
  1018. package/dist-esm/samples-dev/galleriesGetSample.d.ts.map +0 -1
  1019. package/dist-esm/samples-dev/galleriesGetSample.js +0 -40
  1020. package/dist-esm/samples-dev/galleriesGetSample.js.map +0 -1
  1021. package/dist-esm/samples-dev/galleriesListByDevCenterSample.d.ts +0 -2
  1022. package/dist-esm/samples-dev/galleriesListByDevCenterSample.d.ts.map +0 -1
  1023. package/dist-esm/samples-dev/galleriesListByDevCenterSample.js +0 -55
  1024. package/dist-esm/samples-dev/galleriesListByDevCenterSample.js.map +0 -1
  1025. package/dist-esm/samples-dev/imageVersionsGetSample.d.ts +0 -2
  1026. package/dist-esm/samples-dev/imageVersionsGetSample.d.ts.map +0 -1
  1027. package/dist-esm/samples-dev/imageVersionsGetSample.js +0 -42
  1028. package/dist-esm/samples-dev/imageVersionsGetSample.js.map +0 -1
  1029. package/dist-esm/samples-dev/imageVersionsListByImageSample.d.ts +0 -2
  1030. package/dist-esm/samples-dev/imageVersionsListByImageSample.d.ts.map +0 -1
  1031. package/dist-esm/samples-dev/imageVersionsListByImageSample.js +0 -57
  1032. package/dist-esm/samples-dev/imageVersionsListByImageSample.js.map +0 -1
  1033. package/dist-esm/samples-dev/imagesGetSample.d.ts +0 -2
  1034. package/dist-esm/samples-dev/imagesGetSample.d.ts.map +0 -1
  1035. package/dist-esm/samples-dev/imagesGetSample.js +0 -41
  1036. package/dist-esm/samples-dev/imagesGetSample.js.map +0 -1
  1037. package/dist-esm/samples-dev/imagesListByDevCenterSample.d.ts +0 -2
  1038. package/dist-esm/samples-dev/imagesListByDevCenterSample.d.ts.map +0 -1
  1039. package/dist-esm/samples-dev/imagesListByDevCenterSample.js +0 -55
  1040. package/dist-esm/samples-dev/imagesListByDevCenterSample.js.map +0 -1
  1041. package/dist-esm/samples-dev/imagesListByGallerySample.d.ts +0 -2
  1042. package/dist-esm/samples-dev/imagesListByGallerySample.d.ts.map +0 -1
  1043. package/dist-esm/samples-dev/imagesListByGallerySample.js +0 -56
  1044. package/dist-esm/samples-dev/imagesListByGallerySample.js.map +0 -1
  1045. package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.d.ts +0 -2
  1046. package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  1047. package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.js +0 -48
  1048. package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.js.map +0 -1
  1049. package/dist-esm/samples-dev/networkConnectionsDeleteSample.d.ts +0 -2
  1050. package/dist-esm/samples-dev/networkConnectionsDeleteSample.d.ts.map +0 -1
  1051. package/dist-esm/samples-dev/networkConnectionsDeleteSample.js +0 -39
  1052. package/dist-esm/samples-dev/networkConnectionsDeleteSample.js.map +0 -1
  1053. package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.d.ts +0 -2
  1054. package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.d.ts.map +0 -1
  1055. package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.js +0 -39
  1056. package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.js.map +0 -1
  1057. package/dist-esm/samples-dev/networkConnectionsGetSample.d.ts +0 -2
  1058. package/dist-esm/samples-dev/networkConnectionsGetSample.d.ts.map +0 -1
  1059. package/dist-esm/samples-dev/networkConnectionsGetSample.js +0 -39
  1060. package/dist-esm/samples-dev/networkConnectionsGetSample.js.map +0 -1
  1061. package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.d.ts +0 -2
  1062. package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.d.ts.map +0 -1
  1063. package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.js +0 -54
  1064. package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.js.map +0 -1
  1065. package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.d.ts +0 -2
  1066. package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.d.ts.map +0 -1
  1067. package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.js +0 -53
  1068. package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.js.map +0 -1
  1069. package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.d.ts +0 -2
  1070. package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.d.ts.map +0 -1
  1071. package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.js +0 -55
  1072. package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.js.map +0 -1
  1073. package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
  1074. package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
  1075. package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.js +0 -55
  1076. package/dist-esm/samples-dev/networkConnectionsListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
  1077. package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.d.ts +0 -2
  1078. package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.d.ts.map +0 -1
  1079. package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.js +0 -39
  1080. package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.js.map +0 -1
  1081. package/dist-esm/samples-dev/networkConnectionsUpdateSample.d.ts +0 -2
  1082. package/dist-esm/samples-dev/networkConnectionsUpdateSample.d.ts.map +0 -1
  1083. package/dist-esm/samples-dev/networkConnectionsUpdateSample.js +0 -42
  1084. package/dist-esm/samples-dev/networkConnectionsUpdateSample.js.map +0 -1
  1085. package/dist-esm/samples-dev/operationStatusesGetSample.d.ts +0 -2
  1086. package/dist-esm/samples-dev/operationStatusesGetSample.d.ts.map +0 -1
  1087. package/dist-esm/samples-dev/operationStatusesGetSample.js +0 -39
  1088. package/dist-esm/samples-dev/operationStatusesGetSample.js.map +0 -1
  1089. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  1090. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  1091. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  1092. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  1093. package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts +0 -2
  1094. package/dist-esm/samples-dev/poolsCreateOrUpdateSample.d.ts.map +0 -1
  1095. package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js +0 -83
  1096. package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js.map +0 -1
  1097. package/dist-esm/samples-dev/poolsDeleteSample.d.ts +0 -2
  1098. package/dist-esm/samples-dev/poolsDeleteSample.d.ts.map +0 -1
  1099. package/dist-esm/samples-dev/poolsDeleteSample.js +0 -40
  1100. package/dist-esm/samples-dev/poolsDeleteSample.js.map +0 -1
  1101. package/dist-esm/samples-dev/poolsGetSample.d.ts +0 -2
  1102. package/dist-esm/samples-dev/poolsGetSample.d.ts.map +0 -1
  1103. package/dist-esm/samples-dev/poolsGetSample.js +0 -60
  1104. package/dist-esm/samples-dev/poolsGetSample.js.map +0 -1
  1105. package/dist-esm/samples-dev/poolsListByProjectSample.d.ts +0 -2
  1106. package/dist-esm/samples-dev/poolsListByProjectSample.d.ts.map +0 -1
  1107. package/dist-esm/samples-dev/poolsListByProjectSample.js +0 -55
  1108. package/dist-esm/samples-dev/poolsListByProjectSample.js.map +0 -1
  1109. package/dist-esm/samples-dev/poolsRunHealthChecksSample.d.ts +0 -2
  1110. package/dist-esm/samples-dev/poolsRunHealthChecksSample.d.ts.map +0 -1
  1111. package/dist-esm/samples-dev/poolsRunHealthChecksSample.js +0 -40
  1112. package/dist-esm/samples-dev/poolsRunHealthChecksSample.js.map +0 -1
  1113. package/dist-esm/samples-dev/poolsUpdateSample.d.ts +0 -2
  1114. package/dist-esm/samples-dev/poolsUpdateSample.d.ts.map +0 -1
  1115. package/dist-esm/samples-dev/poolsUpdateSample.js +0 -41
  1116. package/dist-esm/samples-dev/poolsUpdateSample.js.map +0 -1
  1117. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.d.ts +0 -2
  1118. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.d.ts.map +0 -1
  1119. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.js +0 -40
  1120. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.js.map +0 -1
  1121. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.d.ts +0 -2
  1122. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.d.ts.map +0 -1
  1123. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.js +0 -55
  1124. package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.js.map +0 -1
  1125. package/dist-esm/samples-dev/projectCatalogEnvironmentDefinitionsGetErrorDetailsSample.d.ts +0 -2
  1126. package/dist-esm/samples-dev/projectCatalogEnvironmentDefinitionsGetErrorDetailsSample.d.ts.map +0 -1
  1127. package/dist-esm/samples-dev/projectCatalogEnvironmentDefinitionsGetErrorDetailsSample.js +0 -41
  1128. package/dist-esm/samples-dev/projectCatalogEnvironmentDefinitionsGetErrorDetailsSample.js.map +0 -1
  1129. package/dist-esm/samples-dev/projectCatalogsConnectSample.d.ts +0 -2
  1130. package/dist-esm/samples-dev/projectCatalogsConnectSample.d.ts.map +0 -1
  1131. package/dist-esm/samples-dev/projectCatalogsConnectSample.js +0 -40
  1132. package/dist-esm/samples-dev/projectCatalogsConnectSample.js.map +0 -1
  1133. package/dist-esm/samples-dev/projectCatalogsCreateOrUpdateSample.d.ts +0 -2
  1134. package/dist-esm/samples-dev/projectCatalogsCreateOrUpdateSample.d.ts.map +0 -1
  1135. package/dist-esm/samples-dev/projectCatalogsCreateOrUpdateSample.js +0 -76
  1136. package/dist-esm/samples-dev/projectCatalogsCreateOrUpdateSample.js.map +0 -1
  1137. package/dist-esm/samples-dev/projectCatalogsDeleteSample.d.ts +0 -2
  1138. package/dist-esm/samples-dev/projectCatalogsDeleteSample.d.ts.map +0 -1
  1139. package/dist-esm/samples-dev/projectCatalogsDeleteSample.js +0 -40
  1140. package/dist-esm/samples-dev/projectCatalogsDeleteSample.js.map +0 -1
  1141. package/dist-esm/samples-dev/projectCatalogsGetSample.d.ts +0 -2
  1142. package/dist-esm/samples-dev/projectCatalogsGetSample.d.ts.map +0 -1
  1143. package/dist-esm/samples-dev/projectCatalogsGetSample.js +0 -40
  1144. package/dist-esm/samples-dev/projectCatalogsGetSample.js.map +0 -1
  1145. package/dist-esm/samples-dev/projectCatalogsGetSyncErrorDetailsSample.d.ts +0 -2
  1146. package/dist-esm/samples-dev/projectCatalogsGetSyncErrorDetailsSample.d.ts.map +0 -1
  1147. package/dist-esm/samples-dev/projectCatalogsGetSyncErrorDetailsSample.js +0 -40
  1148. package/dist-esm/samples-dev/projectCatalogsGetSyncErrorDetailsSample.js.map +0 -1
  1149. package/dist-esm/samples-dev/projectCatalogsListSample.d.ts +0 -2
  1150. package/dist-esm/samples-dev/projectCatalogsListSample.d.ts.map +0 -1
  1151. package/dist-esm/samples-dev/projectCatalogsListSample.js +0 -55
  1152. package/dist-esm/samples-dev/projectCatalogsListSample.js.map +0 -1
  1153. package/dist-esm/samples-dev/projectCatalogsPatchSample.d.ts +0 -2
  1154. package/dist-esm/samples-dev/projectCatalogsPatchSample.d.ts.map +0 -1
  1155. package/dist-esm/samples-dev/projectCatalogsPatchSample.js +0 -41
  1156. package/dist-esm/samples-dev/projectCatalogsPatchSample.js.map +0 -1
  1157. package/dist-esm/samples-dev/projectCatalogsSyncSample.d.ts +0 -2
  1158. package/dist-esm/samples-dev/projectCatalogsSyncSample.d.ts.map +0 -1
  1159. package/dist-esm/samples-dev/projectCatalogsSyncSample.js +0 -40
  1160. package/dist-esm/samples-dev/projectCatalogsSyncSample.js.map +0 -1
  1161. package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.d.ts +0 -2
  1162. package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.d.ts.map +0 -1
  1163. package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.js +0 -59
  1164. package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.js.map +0 -1
  1165. package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.d.ts +0 -2
  1166. package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.d.ts.map +0 -1
  1167. package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.js +0 -40
  1168. package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.js.map +0 -1
  1169. package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.d.ts +0 -2
  1170. package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.d.ts.map +0 -1
  1171. package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.js +0 -40
  1172. package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.js.map +0 -1
  1173. package/dist-esm/samples-dev/projectEnvironmentTypesListSample.d.ts +0 -2
  1174. package/dist-esm/samples-dev/projectEnvironmentTypesListSample.d.ts.map +0 -1
  1175. package/dist-esm/samples-dev/projectEnvironmentTypesListSample.js +0 -55
  1176. package/dist-esm/samples-dev/projectEnvironmentTypesListSample.js.map +0 -1
  1177. package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.d.ts +0 -2
  1178. package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.d.ts.map +0 -1
  1179. package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.js +0 -56
  1180. package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.js.map +0 -1
  1181. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
  1182. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
  1183. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -72
  1184. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
  1185. package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
  1186. package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
  1187. package/dist-esm/samples-dev/projectsDeleteSample.js +0 -39
  1188. package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
  1189. package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
  1190. package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
  1191. package/dist-esm/samples-dev/projectsGetSample.js +0 -39
  1192. package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
  1193. package/dist-esm/samples-dev/projectsListByResourceGroupSample.d.ts +0 -2
  1194. package/dist-esm/samples-dev/projectsListByResourceGroupSample.d.ts.map +0 -1
  1195. package/dist-esm/samples-dev/projectsListByResourceGroupSample.js +0 -54
  1196. package/dist-esm/samples-dev/projectsListByResourceGroupSample.js.map +0 -1
  1197. package/dist-esm/samples-dev/projectsListBySubscriptionSample.d.ts +0 -2
  1198. package/dist-esm/samples-dev/projectsListBySubscriptionSample.d.ts.map +0 -1
  1199. package/dist-esm/samples-dev/projectsListBySubscriptionSample.js +0 -53
  1200. package/dist-esm/samples-dev/projectsListBySubscriptionSample.js.map +0 -1
  1201. package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
  1202. package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
  1203. package/dist-esm/samples-dev/projectsUpdateSample.js +0 -45
  1204. package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
  1205. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts +0 -2
  1206. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts.map +0 -1
  1207. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +0 -48
  1208. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +0 -1
  1209. package/dist-esm/samples-dev/schedulesDeleteSample.d.ts +0 -2
  1210. package/dist-esm/samples-dev/schedulesDeleteSample.d.ts.map +0 -1
  1211. package/dist-esm/samples-dev/schedulesDeleteSample.js +0 -41
  1212. package/dist-esm/samples-dev/schedulesDeleteSample.js.map +0 -1
  1213. package/dist-esm/samples-dev/schedulesGetSample.d.ts +0 -2
  1214. package/dist-esm/samples-dev/schedulesGetSample.d.ts.map +0 -1
  1215. package/dist-esm/samples-dev/schedulesGetSample.js +0 -41
  1216. package/dist-esm/samples-dev/schedulesGetSample.js.map +0 -1
  1217. package/dist-esm/samples-dev/schedulesListByPoolSample.d.ts +0 -2
  1218. package/dist-esm/samples-dev/schedulesListByPoolSample.d.ts.map +0 -1
  1219. package/dist-esm/samples-dev/schedulesListByPoolSample.js +0 -56
  1220. package/dist-esm/samples-dev/schedulesListByPoolSample.js.map +0 -1
  1221. package/dist-esm/samples-dev/schedulesUpdateSample.d.ts +0 -2
  1222. package/dist-esm/samples-dev/schedulesUpdateSample.d.ts.map +0 -1
  1223. package/dist-esm/samples-dev/schedulesUpdateSample.js +0 -42
  1224. package/dist-esm/samples-dev/schedulesUpdateSample.js.map +0 -1
  1225. package/dist-esm/samples-dev/skusListBySubscriptionSample.d.ts +0 -2
  1226. package/dist-esm/samples-dev/skusListBySubscriptionSample.d.ts.map +0 -1
  1227. package/dist-esm/samples-dev/skusListBySubscriptionSample.js +0 -53
  1228. package/dist-esm/samples-dev/skusListBySubscriptionSample.js.map +0 -1
  1229. package/dist-esm/samples-dev/usagesListByLocationSample.d.ts +0 -2
  1230. package/dist-esm/samples-dev/usagesListByLocationSample.d.ts.map +0 -1
  1231. package/dist-esm/samples-dev/usagesListByLocationSample.js +0 -54
  1232. package/dist-esm/samples-dev/usagesListByLocationSample.js.map +0 -1
  1233. package/dist-esm/src/devCenterClient.d.ts +0 -42
  1234. package/dist-esm/src/devCenterClient.d.ts.map +0 -1
  1235. package/dist-esm/src/devCenterClient.js +0 -124
  1236. package/dist-esm/src/devCenterClient.js.map +0 -1
  1237. package/dist-esm/src/index.d.ts +0 -5
  1238. package/dist-esm/src/index.d.ts.map +0 -1
  1239. package/dist-esm/src/index.js +0 -13
  1240. package/dist-esm/src/index.js.map +0 -1
  1241. package/dist-esm/src/lroImpl.js.map +0 -1
  1242. package/dist-esm/src/models/index.js.map +0 -1
  1243. package/dist-esm/src/models/mappers.js.map +0 -1
  1244. package/dist-esm/src/models/parameters.js +0 -403
  1245. package/dist-esm/src/models/parameters.js.map +0 -1
  1246. package/dist-esm/src/operations/attachedNetworks.d.ts +0 -113
  1247. package/dist-esm/src/operations/attachedNetworks.d.ts.map +0 -1
  1248. package/dist-esm/src/operations/attachedNetworks.js +0 -543
  1249. package/dist-esm/src/operations/attachedNetworks.js.map +0 -1
  1250. package/dist-esm/src/operations/catalogs.d.ts +0 -139
  1251. package/dist-esm/src/operations/catalogs.d.ts.map +0 -1
  1252. package/dist-esm/src/operations/catalogs.js +0 -669
  1253. package/dist-esm/src/operations/catalogs.js.map +0 -1
  1254. package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -19
  1255. package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
  1256. package/dist-esm/src/operations/checkNameAvailability.js +0 -49
  1257. package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
  1258. package/dist-esm/src/operations/checkScopedNameAvailability.d.ts +0 -19
  1259. package/dist-esm/src/operations/checkScopedNameAvailability.d.ts.map +0 -1
  1260. package/dist-esm/src/operations/checkScopedNameAvailability.js +0 -49
  1261. package/dist-esm/src/operations/checkScopedNameAvailability.js.map +0 -1
  1262. package/dist-esm/src/operations/devBoxDefinitions.d.ts +0 -131
  1263. package/dist-esm/src/operations/devBoxDefinitions.d.ts.map +0 -1
  1264. package/dist-esm/src/operations/devBoxDefinitions.js +0 -627
  1265. package/dist-esm/src/operations/devBoxDefinitions.js.map +0 -1
  1266. package/dist-esm/src/operations/devCenters.d.ts +0 -107
  1267. package/dist-esm/src/operations/devCenters.d.ts.map +0 -1
  1268. package/dist-esm/src/operations/devCenters.js +0 -554
  1269. package/dist-esm/src/operations/devCenters.js.map +0 -1
  1270. package/dist-esm/src/operations/environmentDefinitions.d.ts +0 -95
  1271. package/dist-esm/src/operations/environmentDefinitions.d.ts.map +0 -1
  1272. package/dist-esm/src/operations/environmentDefinitions.js +0 -404
  1273. package/dist-esm/src/operations/environmentDefinitions.js.map +0 -1
  1274. package/dist-esm/src/operations/environmentTypes.d.ts +0 -72
  1275. package/dist-esm/src/operations/environmentTypes.d.ts.map +0 -1
  1276. package/dist-esm/src/operations/environmentTypes.js +0 -286
  1277. package/dist-esm/src/operations/environmentTypes.js.map +0 -1
  1278. package/dist-esm/src/operations/galleries.d.ts +0 -81
  1279. package/dist-esm/src/operations/galleries.d.ts.map +0 -1
  1280. package/dist-esm/src/operations/galleries.js +0 -366
  1281. package/dist-esm/src/operations/galleries.js.map +0 -1
  1282. package/dist-esm/src/operations/imageVersions.d.ts +0 -54
  1283. package/dist-esm/src/operations/imageVersions.d.ts.map +0 -1
  1284. package/dist-esm/src/operations/imageVersions.js +0 -210
  1285. package/dist-esm/src/operations/imageVersions.js.map +0 -1
  1286. package/dist-esm/src/operations/images.d.ts +0 -74
  1287. package/dist-esm/src/operations/images.d.ts.map +0 -1
  1288. package/dist-esm/src/operations/images.js +0 -313
  1289. package/dist-esm/src/operations/images.js.map +0 -1
  1290. package/dist-esm/src/operations/index.d.ts +0 -24
  1291. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1292. package/dist-esm/src/operations/index.js +0 -31
  1293. package/dist-esm/src/operations/index.js.map +0 -1
  1294. package/dist-esm/src/operations/networkConnections.d.ts +0 -173
  1295. package/dist-esm/src/operations/networkConnections.d.ts.map +0 -1
  1296. package/dist-esm/src/operations/networkConnections.js +0 -879
  1297. package/dist-esm/src/operations/networkConnections.js.map +0 -1
  1298. package/dist-esm/src/operations/operationStatuses.d.ts +0 -20
  1299. package/dist-esm/src/operations/operationStatuses.d.ts.map +0 -1
  1300. package/dist-esm/src/operations/operationStatuses.js +0 -57
  1301. package/dist-esm/src/operations/operationStatuses.js.map +0 -1
  1302. package/dist-esm/src/operations/operations.d.ts +0 -32
  1303. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1304. package/dist-esm/src/operations/operations.js +0 -133
  1305. package/dist-esm/src/operations/operations.js.map +0 -1
  1306. package/dist-esm/src/operations/pools.d.ts +0 -115
  1307. package/dist-esm/src/operations/pools.d.ts.map +0 -1
  1308. package/dist-esm/src/operations/pools.js +0 -548
  1309. package/dist-esm/src/operations/pools.js.map +0 -1
  1310. package/dist-esm/src/operations/projectAllowedEnvironmentTypes.d.ts +0 -46
  1311. package/dist-esm/src/operations/projectAllowedEnvironmentTypes.d.ts.map +0 -1
  1312. package/dist-esm/src/operations/projectAllowedEnvironmentTypes.js +0 -182
  1313. package/dist-esm/src/operations/projectAllowedEnvironmentTypes.js.map +0 -1
  1314. package/dist-esm/src/operations/projectCatalogEnvironmentDefinitions.d.ts +0 -22
  1315. package/dist-esm/src/operations/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
  1316. package/dist-esm/src/operations/projectCatalogEnvironmentDefinitions.js +0 -63
  1317. package/dist-esm/src/operations/projectCatalogEnvironmentDefinitions.js.map +0 -1
  1318. package/dist-esm/src/operations/projectCatalogs.d.ts +0 -139
  1319. package/dist-esm/src/operations/projectCatalogs.d.ts.map +0 -1
  1320. package/dist-esm/src/operations/projectCatalogs.js +0 -669
  1321. package/dist-esm/src/operations/projectCatalogs.js.map +0 -1
  1322. package/dist-esm/src/operations/projectEnvironmentTypes.d.ts +0 -72
  1323. package/dist-esm/src/operations/projectEnvironmentTypes.d.ts.map +0 -1
  1324. package/dist-esm/src/operations/projectEnvironmentTypes.js +0 -286
  1325. package/dist-esm/src/operations/projectEnvironmentTypes.js.map +0 -1
  1326. package/dist-esm/src/operations/projects.d.ts +0 -107
  1327. package/dist-esm/src/operations/projects.d.ts.map +0 -1
  1328. package/dist-esm/src/operations/projects.js +0 -554
  1329. package/dist-esm/src/operations/projects.js.map +0 -1
  1330. package/dist-esm/src/operations/schedules.d.ts +0 -109
  1331. package/dist-esm/src/operations/schedules.d.ts.map +0 -1
  1332. package/dist-esm/src/operations/schedules.js +0 -489
  1333. package/dist-esm/src/operations/schedules.js.map +0 -1
  1334. package/dist-esm/src/operations/skus.d.ts +0 -32
  1335. package/dist-esm/src/operations/skus.d.ts.map +0 -1
  1336. package/dist-esm/src/operations/skus.js +0 -137
  1337. package/dist-esm/src/operations/skus.js.map +0 -1
  1338. package/dist-esm/src/operations/usages.d.ts +0 -35
  1339. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  1340. package/dist-esm/src/operations/usages.js +0 -145
  1341. package/dist-esm/src/operations/usages.js.map +0 -1
  1342. package/dist-esm/src/operationsInterfaces/attachedNetworks.d.ts +0 -71
  1343. package/dist-esm/src/operationsInterfaces/attachedNetworks.d.ts.map +0 -1
  1344. package/dist-esm/src/operationsInterfaces/attachedNetworks.js.map +0 -1
  1345. package/dist-esm/src/operationsInterfaces/catalogs.d.ts +0 -114
  1346. package/dist-esm/src/operationsInterfaces/catalogs.d.ts.map +0 -1
  1347. package/dist-esm/src/operationsInterfaces/catalogs.js.map +0 -1
  1348. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -11
  1349. package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
  1350. package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
  1351. package/dist-esm/src/operationsInterfaces/checkScopedNameAvailability.d.ts +0 -11
  1352. package/dist-esm/src/operationsInterfaces/checkScopedNameAvailability.d.ts.map +0 -1
  1353. package/dist-esm/src/operationsInterfaces/checkScopedNameAvailability.js.map +0 -1
  1354. package/dist-esm/src/operationsInterfaces/devBoxDefinitions.d.ts +0 -89
  1355. package/dist-esm/src/operationsInterfaces/devBoxDefinitions.d.ts.map +0 -1
  1356. package/dist-esm/src/operationsInterfaces/devBoxDefinitions.js.map +0 -1
  1357. package/dist-esm/src/operationsInterfaces/devCenters.d.ts +0 -71
  1358. package/dist-esm/src/operationsInterfaces/devCenters.d.ts.map +0 -1
  1359. package/dist-esm/src/operationsInterfaces/devCenters.js.map +0 -1
  1360. package/dist-esm/src/operationsInterfaces/environmentDefinitions.d.ts +0 -49
  1361. package/dist-esm/src/operationsInterfaces/environmentDefinitions.d.ts.map +0 -1
  1362. package/dist-esm/src/operationsInterfaces/environmentDefinitions.js.map +0 -1
  1363. package/dist-esm/src/operationsInterfaces/environmentTypes.d.ts +0 -47
  1364. package/dist-esm/src/operationsInterfaces/environmentTypes.d.ts.map +0 -1
  1365. package/dist-esm/src/operationsInterfaces/environmentTypes.js.map +0 -1
  1366. package/dist-esm/src/operationsInterfaces/galleries.d.ts +0 -56
  1367. package/dist-esm/src/operationsInterfaces/galleries.d.ts.map +0 -1
  1368. package/dist-esm/src/operationsInterfaces/galleries.js.map +0 -1
  1369. package/dist-esm/src/operationsInterfaces/imageVersions.d.ts +0 -25
  1370. package/dist-esm/src/operationsInterfaces/imageVersions.d.ts.map +0 -1
  1371. package/dist-esm/src/operationsInterfaces/imageVersions.js.map +0 -1
  1372. package/dist-esm/src/operationsInterfaces/images.d.ts +0 -30
  1373. package/dist-esm/src/operationsInterfaces/images.d.ts.map +0 -1
  1374. package/dist-esm/src/operationsInterfaces/images.js.map +0 -1
  1375. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -24
  1376. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1377. package/dist-esm/src/operationsInterfaces/index.js +0 -31
  1378. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1379. package/dist-esm/src/operationsInterfaces/networkConnections.d.ts +0 -109
  1380. package/dist-esm/src/operationsInterfaces/networkConnections.d.ts.map +0 -1
  1381. package/dist-esm/src/operationsInterfaces/networkConnections.js.map +0 -1
  1382. package/dist-esm/src/operationsInterfaces/operationStatuses.d.ts +0 -12
  1383. package/dist-esm/src/operationsInterfaces/operationStatuses.d.ts.map +0 -1
  1384. package/dist-esm/src/operationsInterfaces/operationStatuses.js.map +0 -1
  1385. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1386. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1387. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1388. package/dist-esm/src/operationsInterfaces/pools.d.ts +0 -90
  1389. package/dist-esm/src/operationsInterfaces/pools.d.ts.map +0 -1
  1390. package/dist-esm/src/operationsInterfaces/pools.js.map +0 -1
  1391. package/dist-esm/src/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts +0 -21
  1392. package/dist-esm/src/operationsInterfaces/projectAllowedEnvironmentTypes.d.ts.map +0 -1
  1393. package/dist-esm/src/operationsInterfaces/projectAllowedEnvironmentTypes.js.map +0 -1
  1394. package/dist-esm/src/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts +0 -14
  1395. package/dist-esm/src/operationsInterfaces/projectCatalogEnvironmentDefinitions.d.ts.map +0 -1
  1396. package/dist-esm/src/operationsInterfaces/projectCatalogEnvironmentDefinitions.js.map +0 -1
  1397. package/dist-esm/src/operationsInterfaces/projectCatalogs.d.ts +0 -114
  1398. package/dist-esm/src/operationsInterfaces/projectCatalogs.d.ts.map +0 -1
  1399. package/dist-esm/src/operationsInterfaces/projectCatalogs.js.map +0 -1
  1400. package/dist-esm/src/operationsInterfaces/projectEnvironmentTypes.d.ts +0 -47
  1401. package/dist-esm/src/operationsInterfaces/projectEnvironmentTypes.d.ts.map +0 -1
  1402. package/dist-esm/src/operationsInterfaces/projectEnvironmentTypes.js.map +0 -1
  1403. package/dist-esm/src/operationsInterfaces/projects.d.ts +0 -71
  1404. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
  1405. package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
  1406. package/dist-esm/src/operationsInterfaces/schedules.d.ts +0 -82
  1407. package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +0 -1
  1408. package/dist-esm/src/operationsInterfaces/schedules.js.map +0 -1
  1409. package/dist-esm/src/operationsInterfaces/skus.d.ts +0 -11
  1410. package/dist-esm/src/operationsInterfaces/skus.d.ts.map +0 -1
  1411. package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
  1412. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
  1413. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  1414. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  1415. package/dist-esm/src/pagingHelper.js.map +0 -1
  1416. package/dist-esm/test/devcenter_examples.spec.d.ts +0 -4
  1417. package/dist-esm/test/devcenter_examples.spec.d.ts.map +0 -1
  1418. package/dist-esm/test/devcenter_examples.spec.js +0 -114
  1419. package/dist-esm/test/devcenter_examples.spec.js.map +0 -1
  1420. package/src/devCenterClient.ts +0 -237
  1421. package/src/index.ts +0 -13
  1422. package/src/lroImpl.ts +0 -42
  1423. package/src/models/index.ts +0 -3687
  1424. package/src/models/mappers.ts +0 -4335
  1425. package/src/models/parameters.ts +0 -476
  1426. package/src/operations/attachedNetworks.ts +0 -743
  1427. package/src/operations/catalogs.ts +0 -945
  1428. package/src/operations/checkNameAvailability.ts +0 -67
  1429. package/src/operations/checkScopedNameAvailability.ts +0 -69
  1430. package/src/operations/devBoxDefinitions.ts +0 -870
  1431. package/src/operations/devCenters.ts +0 -728
  1432. package/src/operations/environmentDefinitions.ts +0 -553
  1433. package/src/operations/environmentTypes.ts +0 -383
  1434. package/src/operations/galleries.ts +0 -513
  1435. package/src/operations/imageVersions.ts +0 -294
  1436. package/src/operations/images.ts +0 -428
  1437. package/src/operations/index.ts +0 -31
  1438. package/src/operations/networkConnections.ts +0 -1171
  1439. package/src/operations/operationStatuses.ts +0 -75
  1440. package/src/operations/operations.ts +0 -149
  1441. package/src/operations/pools.ts +0 -771
  1442. package/src/operations/projectAllowedEnvironmentTypes.ts +0 -238
  1443. package/src/operations/projectCatalogEnvironmentDefinitions.ts +0 -85
  1444. package/src/operations/projectCatalogs.ts +0 -940
  1445. package/src/operations/projectEnvironmentTypes.ts +0 -375
  1446. package/src/operations/projects.ts +0 -728
  1447. package/src/operations/schedules.ts +0 -699
  1448. package/src/operations/skus.ts +0 -156
  1449. package/src/operations/usages.ts +0 -173
  1450. package/src/operationsInterfaces/attachedNetworks.ts +0 -142
  1451. package/src/operationsInterfaces/catalogs.ts +0 -231
  1452. package/src/operationsInterfaces/checkNameAvailability.ts +0 -26
  1453. package/src/operationsInterfaces/checkScopedNameAvailability.ts +0 -26
  1454. package/src/operationsInterfaces/devBoxDefinitions.ts +0 -180
  1455. package/src/operationsInterfaces/devCenters.ts +0 -145
  1456. package/src/operationsInterfaces/environmentDefinitions.ts +0 -96
  1457. package/src/operationsInterfaces/environmentTypes.ts +0 -93
  1458. package/src/operationsInterfaces/galleries.ts +0 -115
  1459. package/src/operationsInterfaces/imageVersions.ts +0 -52
  1460. package/src/operationsInterfaces/images.ts +0 -60
  1461. package/src/operationsInterfaces/index.ts +0 -31
  1462. package/src/operationsInterfaces/networkConnections.ts +0 -216
  1463. package/src/operationsInterfaces/operationStatuses.ts +0 -27
  1464. package/src/operationsInterfaces/operations.ts +0 -22
  1465. package/src/operationsInterfaces/pools.ts +0 -180
  1466. package/src/operationsInterfaces/projectAllowedEnvironmentTypes.ts +0 -44
  1467. package/src/operationsInterfaces/projectCatalogEnvironmentDefinitions.ts +0 -31
  1468. package/src/operationsInterfaces/projectCatalogs.ts +0 -234
  1469. package/src/operationsInterfaces/projectEnvironmentTypes.ts +0 -93
  1470. package/src/operationsInterfaces/projects.ts +0 -145
  1471. package/src/operationsInterfaces/schedules.ts +0 -169
  1472. package/src/operationsInterfaces/skus.ts +0 -22
  1473. package/src/operationsInterfaces/usages.ts +0 -24
  1474. package/src/pagingHelper.ts +0 -39
  1475. package/tsconfig.json +0 -33
  1476. package/types/arm-devcenter.d.ts +0 -4797
  1477. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1478. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1479. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1480. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1481. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1482. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1483. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1484. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1485. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1486. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1487. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1488. /package/{dist-esm/src → dist/browser}/operationsInterfaces/attachedNetworks.js +0 -0
  1489. /package/{dist-esm/src → dist/browser}/operationsInterfaces/catalogs.js +0 -0
  1490. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
  1491. /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkScopedNameAvailability.js +0 -0
  1492. /package/{dist-esm/src → dist/browser}/operationsInterfaces/devBoxDefinitions.js +0 -0
  1493. /package/{dist-esm/src → dist/browser}/operationsInterfaces/devCenters.js +0 -0
  1494. /package/{dist-esm/src → dist/browser}/operationsInterfaces/environmentDefinitions.js +0 -0
  1495. /package/{dist-esm/src → dist/browser}/operationsInterfaces/environmentTypes.js +0 -0
  1496. /package/{dist-esm/src → dist/browser}/operationsInterfaces/galleries.js +0 -0
  1497. /package/{dist-esm/src → dist/browser}/operationsInterfaces/imageVersions.js +0 -0
  1498. /package/{dist-esm/src → dist/browser}/operationsInterfaces/images.js +0 -0
  1499. /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkConnections.js +0 -0
  1500. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationStatuses.js +0 -0
  1501. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1502. /package/{dist-esm/src → dist/browser}/operationsInterfaces/pools.js +0 -0
  1503. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projectAllowedEnvironmentTypes.js +0 -0
  1504. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projectCatalogEnvironmentDefinitions.js +0 -0
  1505. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projectCatalogs.js +0 -0
  1506. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projectEnvironmentTypes.js +0 -0
  1507. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
  1508. /package/{dist-esm/src → dist/browser}/operationsInterfaces/schedules.js +0 -0
  1509. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
  1510. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  1511. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1512. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1513. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  1514. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,3190 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Result of the list devcenters operation */
3
+ export interface DevCenterListResult {
4
+ /**
5
+ * Current page of results.
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: DevCenter[];
9
+ /**
10
+ * URL to get the next set of results if there are any.
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Properties of the devcenter. These properties can be updated after the resource has been created. */
16
+ export interface DevCenterUpdateProperties {
17
+ /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */
18
+ encryption?: Encryption;
19
+ /** The display name of the devcenter. */
20
+ displayName?: string;
21
+ /** Dev Center settings to be used when associating a project with a catalog. */
22
+ projectCatalogSettings?: DevCenterProjectCatalogSettings;
23
+ }
24
+ export interface Encryption {
25
+ /** All Customer-managed key encryption properties for the resource. */
26
+ customerManagedKeyEncryption?: CustomerManagedKeyEncryption;
27
+ }
28
+ /** All Customer-managed key encryption properties for the resource. */
29
+ export interface CustomerManagedKeyEncryption {
30
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
31
+ keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionKeyIdentity;
32
+ /** key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. */
33
+ keyEncryptionKeyUrl?: string;
34
+ }
35
+ /** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
36
+ export interface CustomerManagedKeyEncryptionKeyIdentity {
37
+ /** Values can be systemAssignedIdentity or userAssignedIdentity */
38
+ identityType?: IdentityType;
39
+ /** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity. */
40
+ userAssignedIdentityResourceId?: string;
41
+ /** delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only. */
42
+ delegatedIdentityClientId?: string;
43
+ }
44
+ /** Project catalog settings for project catalogs under a project associated to this dev center. */
45
+ export interface DevCenterProjectCatalogSettings {
46
+ /** Whether project catalogs associated with projects in this dev center can be configured to sync catalog items. */
47
+ catalogItemSyncEnableStatus?: CatalogItemSyncEnableStatus;
48
+ }
49
+ /** Managed service identity (system assigned and/or user assigned identities) */
50
+ export interface ManagedServiceIdentity {
51
+ /**
52
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
53
+ * NOTE: This property will not be serialized. It can only be populated by the server.
54
+ */
55
+ readonly principalId?: string;
56
+ /**
57
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
58
+ * NOTE: This property will not be serialized. It can only be populated by the server.
59
+ */
60
+ readonly tenantId?: string;
61
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
62
+ type: ManagedServiceIdentityType;
63
+ /** 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. */
64
+ userAssignedIdentities?: {
65
+ [propertyName: string]: UserAssignedIdentity;
66
+ };
67
+ }
68
+ /** User assigned identity properties */
69
+ export interface UserAssignedIdentity {
70
+ /**
71
+ * The principal ID of the assigned identity.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly principalId?: string;
75
+ /**
76
+ * The client ID of the assigned identity.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly clientId?: string;
80
+ }
81
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
82
+ export interface Resource {
83
+ /**
84
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
85
+ * NOTE: This property will not be serialized. It can only be populated by the server.
86
+ */
87
+ readonly id?: string;
88
+ /**
89
+ * The name of the resource
90
+ * NOTE: This property will not be serialized. It can only be populated by the server.
91
+ */
92
+ readonly name?: string;
93
+ /**
94
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
95
+ * NOTE: This property will not be serialized. It can only be populated by the server.
96
+ */
97
+ readonly type?: string;
98
+ /**
99
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly systemData?: SystemData;
103
+ }
104
+ /** Metadata pertaining to creation and last modification of the resource. */
105
+ export interface SystemData {
106
+ /** The identity that created the resource. */
107
+ createdBy?: string;
108
+ /** The type of identity that created the resource. */
109
+ createdByType?: CreatedByType;
110
+ /** The timestamp of resource creation (UTC). */
111
+ createdAt?: Date;
112
+ /** The identity that last modified the resource. */
113
+ lastModifiedBy?: string;
114
+ /** The type of identity that last modified the resource. */
115
+ lastModifiedByType?: CreatedByType;
116
+ /** The timestamp of resource last modification (UTC) */
117
+ lastModifiedAt?: Date;
118
+ }
119
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
120
+ export interface ErrorResponse {
121
+ /** The error object. */
122
+ error?: ErrorDetail;
123
+ }
124
+ /** The error detail. */
125
+ export interface ErrorDetail {
126
+ /**
127
+ * The error code.
128
+ * NOTE: This property will not be serialized. It can only be populated by the server.
129
+ */
130
+ readonly code?: string;
131
+ /**
132
+ * The error message.
133
+ * NOTE: This property will not be serialized. It can only be populated by the server.
134
+ */
135
+ readonly message?: string;
136
+ /**
137
+ * The error target.
138
+ * NOTE: This property will not be serialized. It can only be populated by the server.
139
+ */
140
+ readonly target?: string;
141
+ /**
142
+ * The error details.
143
+ * NOTE: This property will not be serialized. It can only be populated by the server.
144
+ */
145
+ readonly details?: ErrorDetail[];
146
+ /**
147
+ * The error additional info.
148
+ * NOTE: This property will not be serialized. It can only be populated by the server.
149
+ */
150
+ readonly additionalInfo?: ErrorAdditionalInfo[];
151
+ }
152
+ /** The resource management error additional info. */
153
+ export interface ErrorAdditionalInfo {
154
+ /**
155
+ * The additional info type.
156
+ * NOTE: This property will not be serialized. It can only be populated by the server.
157
+ */
158
+ readonly type?: string;
159
+ /**
160
+ * The additional info.
161
+ * NOTE: This property will not be serialized. It can only be populated by the server.
162
+ */
163
+ readonly info?: Record<string, unknown>;
164
+ }
165
+ /** Base tracked resource type for PATCH updates */
166
+ export interface TrackedResourceUpdate {
167
+ /** Resource tags. */
168
+ tags?: {
169
+ [propertyName: string]: string;
170
+ };
171
+ /** The geo-location where the resource lives */
172
+ location?: string;
173
+ }
174
+ /** Results of the project list operation. */
175
+ export interface ProjectListResult {
176
+ /**
177
+ * Current page of results.
178
+ * NOTE: This property will not be serialized. It can only be populated by the server.
179
+ */
180
+ readonly value?: Project[];
181
+ /**
182
+ * URL to get the next set of results if there are any.
183
+ * NOTE: This property will not be serialized. It can only be populated by the server.
184
+ */
185
+ readonly nextLink?: string;
186
+ }
187
+ /** Properties of a project. These properties can be updated after the resource has been created. */
188
+ export interface ProjectUpdateProperties {
189
+ /** Resource Id of an associated DevCenter */
190
+ devCenterId?: string;
191
+ /** Description of the project. */
192
+ description?: string;
193
+ /** When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced. */
194
+ maxDevBoxesPerUser?: number;
195
+ /** The display name of the project. */
196
+ displayName?: string;
197
+ /** Settings to be used when associating a project with a catalog. */
198
+ catalogSettings?: ProjectCatalogSettings;
199
+ }
200
+ /** Settings to be used when associating a project with a catalog. */
201
+ export interface ProjectCatalogSettings {
202
+ /** Indicates catalog item types that can be synced. */
203
+ catalogItemSyncTypes?: CatalogItemType[];
204
+ }
205
+ /** Results of the Attached Networks list operation. */
206
+ export interface AttachedNetworkListResult {
207
+ /**
208
+ * Current page of results.
209
+ * NOTE: This property will not be serialized. It can only be populated by the server.
210
+ */
211
+ readonly value?: AttachedNetworkConnection[];
212
+ /**
213
+ * URL to get the next set of results if there are any.
214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
215
+ */
216
+ readonly nextLink?: string;
217
+ }
218
+ /** Results of the catalog list operation. */
219
+ export interface CatalogListResult {
220
+ /**
221
+ * Current page of results.
222
+ * NOTE: This property will not be serialized. It can only be populated by the server.
223
+ */
224
+ readonly value?: Catalog[];
225
+ /**
226
+ * URL to get the next set of results if there are any.
227
+ * NOTE: This property will not be serialized. It can only be populated by the server.
228
+ */
229
+ readonly nextLink?: string;
230
+ }
231
+ /** Stats of the synchronization. */
232
+ export interface SyncStats {
233
+ /**
234
+ * Count of catalog items added during synchronization.
235
+ * NOTE: This property will not be serialized. It can only be populated by the server.
236
+ */
237
+ readonly added?: number;
238
+ /**
239
+ * Count of catalog items updated during synchronization.
240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
241
+ */
242
+ readonly updated?: number;
243
+ /**
244
+ * Count of catalog items that were unchanged during synchronization.
245
+ * NOTE: This property will not be serialized. It can only be populated by the server.
246
+ */
247
+ readonly unchanged?: number;
248
+ /**
249
+ * Count of catalog items removed during synchronization.
250
+ * NOTE: This property will not be serialized. It can only be populated by the server.
251
+ */
252
+ readonly removed?: number;
253
+ /**
254
+ * Count of catalog items that had validation errors during synchronization.
255
+ * NOTE: This property will not be serialized. It can only be populated by the server.
256
+ */
257
+ readonly validationErrors?: number;
258
+ /**
259
+ * Count of synchronization errors that occured during synchronization.
260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
261
+ */
262
+ readonly synchronizationErrors?: number;
263
+ /** Indicates catalog item types that were synced. */
264
+ syncedCatalogItemTypes?: CatalogItemType[];
265
+ }
266
+ /** Properties of a catalog. These properties can be updated after the resource has been created. */
267
+ export interface CatalogUpdateProperties {
268
+ /** Properties for a GitHub catalog type. */
269
+ gitHub?: GitCatalog;
270
+ /** Properties for an Azure DevOps catalog type. */
271
+ adoGit?: GitCatalog;
272
+ /** Indicates the type of sync that is configured for the catalog. */
273
+ syncType?: CatalogSyncType;
274
+ /** Resource tags. */
275
+ tags?: {
276
+ [propertyName: string]: string;
277
+ };
278
+ }
279
+ /** Properties for a Git repository catalog. */
280
+ export interface GitCatalog {
281
+ /** Git URI. */
282
+ uri?: string;
283
+ /** Git branch. */
284
+ branch?: string;
285
+ /** A reference to the Key Vault secret containing a security token to authenticate to a Git repository. */
286
+ secretIdentifier?: string;
287
+ /** The folder where the catalog items can be found inside the repository. */
288
+ path?: string;
289
+ }
290
+ /** The catalog's properties for partial update. Properties not provided in the update request will not be changed. */
291
+ export interface CatalogUpdate {
292
+ /** Properties for a GitHub catalog type. */
293
+ gitHub?: GitCatalog;
294
+ /** Properties for an Azure DevOps catalog type. */
295
+ adoGit?: GitCatalog;
296
+ /** Indicates the type of sync that is configured for the catalog. */
297
+ syncType?: CatalogSyncType;
298
+ /** Resource tags. */
299
+ tags?: {
300
+ [propertyName: string]: string;
301
+ };
302
+ }
303
+ /** Results of the environment definition list operation. */
304
+ export interface EnvironmentDefinitionListResult {
305
+ /**
306
+ * Current page of results.
307
+ * NOTE: This property will not be serialized. It can only be populated by the server.
308
+ */
309
+ readonly value?: EnvironmentDefinition[];
310
+ /**
311
+ * URL to get the next set of results if there are any.
312
+ * NOTE: This property will not be serialized. It can only be populated by the server.
313
+ */
314
+ readonly nextLink?: string;
315
+ }
316
+ /** Properties of an Environment Definition parameter */
317
+ export interface EnvironmentDefinitionParameter {
318
+ /**
319
+ * Unique ID of the parameter
320
+ * NOTE: This property will not be serialized. It can only be populated by the server.
321
+ */
322
+ readonly id?: string;
323
+ /**
324
+ * Display name of the parameter
325
+ * NOTE: This property will not be serialized. It can only be populated by the server.
326
+ */
327
+ readonly name?: string;
328
+ /**
329
+ * Description of the parameter
330
+ * NOTE: This property will not be serialized. It can only be populated by the server.
331
+ */
332
+ readonly description?: string;
333
+ /**
334
+ * A string of one of the basic JSON types (number, integer, array, object, boolean, string)
335
+ * NOTE: This property will not be serialized. It can only be populated by the server.
336
+ */
337
+ readonly type?: ParameterType;
338
+ /**
339
+ * Whether or not this parameter is read-only. If true, default should have a value.
340
+ * NOTE: This property will not be serialized. It can only be populated by the server.
341
+ */
342
+ readonly readOnly?: boolean;
343
+ /**
344
+ * Whether or not this parameter is required
345
+ * NOTE: This property will not be serialized. It can only be populated by the server.
346
+ */
347
+ readonly required?: boolean;
348
+ }
349
+ /** List of validator error details. Populated when changes are made to the resource or its dependent resources that impact the validity of the Catalog resource. */
350
+ export interface CatalogResourceValidationErrorDetails {
351
+ /**
352
+ * Errors associated with resources synchronized from the catalog.
353
+ * NOTE: This property will not be serialized. It can only be populated by the server.
354
+ */
355
+ readonly errors?: CatalogErrorDetails[];
356
+ }
357
+ /** Catalog error details */
358
+ export interface CatalogErrorDetails {
359
+ /** An identifier for the error. */
360
+ code?: string;
361
+ /** A message describing the error. */
362
+ message?: string;
363
+ }
364
+ /** Synchronization error details. */
365
+ export interface SyncErrorDetails {
366
+ /**
367
+ * Error information for the overall synchronization operation.
368
+ * NOTE: This property will not be serialized. It can only be populated by the server.
369
+ */
370
+ readonly operationError?: CatalogErrorDetails;
371
+ /**
372
+ * Catalog items that have conflicting names.
373
+ * NOTE: This property will not be serialized. It can only be populated by the server.
374
+ */
375
+ readonly conflicts?: CatalogConflictError[];
376
+ /**
377
+ * Errors that occured during synchronization.
378
+ * NOTE: This property will not be serialized. It can only be populated by the server.
379
+ */
380
+ readonly errors?: CatalogSyncError[];
381
+ }
382
+ /** An individual conflict error. */
383
+ export interface CatalogConflictError {
384
+ /**
385
+ * The path of the file that has a conflicting name.
386
+ * NOTE: This property will not be serialized. It can only be populated by the server.
387
+ */
388
+ readonly path?: string;
389
+ /**
390
+ * Name of the conflicting catalog item.
391
+ * NOTE: This property will not be serialized. It can only be populated by the server.
392
+ */
393
+ readonly name?: string;
394
+ }
395
+ /** An individual synchronization error. */
396
+ export interface CatalogSyncError {
397
+ /**
398
+ * The path of the file the error is associated with.
399
+ * NOTE: This property will not be serialized. It can only be populated by the server.
400
+ */
401
+ readonly path?: string;
402
+ /**
403
+ * Errors associated with the file.
404
+ * NOTE: This property will not be serialized. It can only be populated by the server.
405
+ */
406
+ readonly errorDetails?: CatalogErrorDetails[];
407
+ }
408
+ /** Results of the gallery list operation. */
409
+ export interface GalleryListResult {
410
+ /**
411
+ * Current page of results.
412
+ * NOTE: This property will not be serialized. It can only be populated by the server.
413
+ */
414
+ readonly value?: Gallery[];
415
+ /**
416
+ * URL to get the next set of results if there are any.
417
+ * NOTE: This property will not be serialized. It can only be populated by the server.
418
+ */
419
+ readonly nextLink?: string;
420
+ }
421
+ /** Results of the image list operation. */
422
+ export interface ImageListResult {
423
+ /**
424
+ * Current page of results.
425
+ * NOTE: This property will not be serialized. It can only be populated by the server.
426
+ */
427
+ readonly value?: Image[];
428
+ /**
429
+ * URL to get the next set of results if there are any.
430
+ * NOTE: This property will not be serialized. It can only be populated by the server.
431
+ */
432
+ readonly nextLink?: string;
433
+ }
434
+ /** Properties for a recommended machine configuration. */
435
+ export interface RecommendedMachineConfiguration {
436
+ /**
437
+ * Recommended memory range.
438
+ * NOTE: This property will not be serialized. It can only be populated by the server.
439
+ */
440
+ readonly memory?: ResourceRange;
441
+ /**
442
+ * Recommended vCPU range.
443
+ * NOTE: This property will not be serialized. It can only be populated by the server.
444
+ */
445
+ readonly vCPUs?: ResourceRange;
446
+ }
447
+ /** Properties for a range of values. */
448
+ export interface ResourceRange {
449
+ /**
450
+ * Minimum value.
451
+ * NOTE: This property will not be serialized. It can only be populated by the server.
452
+ */
453
+ readonly min?: number;
454
+ /**
455
+ * Maximum value.
456
+ * NOTE: This property will not be serialized. It can only be populated by the server.
457
+ */
458
+ readonly max?: number;
459
+ }
460
+ /** Results of the image version list operation. */
461
+ export interface ImageVersionListResult {
462
+ /**
463
+ * Current page of results.
464
+ * NOTE: This property will not be serialized. It can only be populated by the server.
465
+ */
466
+ readonly value?: ImageVersion[];
467
+ /**
468
+ * URL to get the next set of results if there are any.
469
+ * NOTE: This property will not be serialized. It can only be populated by the server.
470
+ */
471
+ readonly nextLink?: string;
472
+ }
473
+ /** Result of the environment type list operation. */
474
+ export interface EnvironmentTypeListResult {
475
+ /**
476
+ * Current page of results.
477
+ * NOTE: This property will not be serialized. It can only be populated by the server.
478
+ */
479
+ readonly value?: EnvironmentType[];
480
+ /**
481
+ * URL to get the next set of results if there are any.
482
+ * NOTE: This property will not be serialized. It can only be populated by the server.
483
+ */
484
+ readonly nextLink?: string;
485
+ }
486
+ /** Properties of an environment type. These properties can be updated after the resource has been created. */
487
+ export interface EnvironmentTypeUpdateProperties {
488
+ /** The display name of the environment type. */
489
+ displayName?: string;
490
+ }
491
+ /** The environment type for partial update. Properties not provided in the update request will not be changed. */
492
+ export interface EnvironmentTypeUpdate {
493
+ /** Resource tags. */
494
+ tags?: {
495
+ [propertyName: string]: string;
496
+ };
497
+ /** The display name of the environment type. */
498
+ displayName?: string;
499
+ }
500
+ /** Result of the allowed environment type list operation. */
501
+ export interface AllowedEnvironmentTypeListResult {
502
+ /**
503
+ * Current page of results.
504
+ * NOTE: This property will not be serialized. It can only be populated by the server.
505
+ */
506
+ readonly value?: AllowedEnvironmentType[];
507
+ /**
508
+ * URL to get the next set of results if there are any.
509
+ * NOTE: This property will not be serialized. It can only be populated by the server.
510
+ */
511
+ readonly nextLink?: string;
512
+ }
513
+ /** Result of the project environment type list operation. */
514
+ export interface ProjectEnvironmentTypeListResult {
515
+ /**
516
+ * Current page of results.
517
+ * NOTE: This property will not be serialized. It can only be populated by the server.
518
+ */
519
+ readonly value?: ProjectEnvironmentType[];
520
+ /**
521
+ * URL to get the next set of results if there are any.
522
+ * NOTE: This property will not be serialized. It can only be populated by the server.
523
+ */
524
+ readonly nextLink?: string;
525
+ }
526
+ /** Properties of a project environment type. These properties can be updated after the resource has been created. */
527
+ export interface ProjectEnvironmentTypeUpdateProperties {
528
+ /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
529
+ deploymentTargetId?: string;
530
+ /** The display name of the project environment type. */
531
+ displayName?: string;
532
+ /** Defines whether this Environment Type can be used in this Project. */
533
+ status?: EnvironmentTypeEnableStatus;
534
+ /** The role definition assigned to the environment creator on backing resources. */
535
+ creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
536
+ /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
537
+ userRoleAssignments?: {
538
+ [propertyName: string]: UserRoleAssignmentValue;
539
+ };
540
+ }
541
+ /** The role definition assigned to the environment creator on backing resources. */
542
+ export interface ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment {
543
+ /** A map of roles to assign to the environment creator. */
544
+ roles?: {
545
+ [propertyName: string]: EnvironmentRole;
546
+ };
547
+ }
548
+ /** A role that can be assigned to a user. */
549
+ export interface EnvironmentRole {
550
+ /**
551
+ * The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
552
+ * NOTE: This property will not be serialized. It can only be populated by the server.
553
+ */
554
+ readonly roleName?: string;
555
+ /**
556
+ * This is a description of the Role Assignment.
557
+ * NOTE: This property will not be serialized. It can only be populated by the server.
558
+ */
559
+ readonly description?: string;
560
+ }
561
+ /** Mapping of user object ID to role assignments. */
562
+ export interface UserRoleAssignmentValue {
563
+ /** A map of roles to assign to the parent user. */
564
+ roles?: {
565
+ [propertyName: string]: EnvironmentRole;
566
+ };
567
+ }
568
+ /** The project environment type for partial update. Properties not provided in the update request will not be changed. */
569
+ export interface ProjectEnvironmentTypeUpdate {
570
+ /** Resource tags. */
571
+ tags?: {
572
+ [propertyName: string]: string;
573
+ };
574
+ /** Managed identity properties */
575
+ identity?: ManagedServiceIdentity;
576
+ /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
577
+ deploymentTargetId?: string;
578
+ /** The display name of the project environment type. */
579
+ displayName?: string;
580
+ /** Defines whether this Environment Type can be used in this Project. */
581
+ status?: EnvironmentTypeEnableStatus;
582
+ /** The role definition assigned to the environment creator on backing resources. */
583
+ creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
584
+ /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
585
+ userRoleAssignments?: {
586
+ [propertyName: string]: UserRoleAssignmentValue;
587
+ };
588
+ }
589
+ /** Results of the Dev Box definition list operation. */
590
+ export interface DevBoxDefinitionListResult {
591
+ /**
592
+ * Current page of results.
593
+ * NOTE: This property will not be serialized. It can only be populated by the server.
594
+ */
595
+ readonly value?: DevBoxDefinition[];
596
+ /**
597
+ * URL to get the next set of results if there are any.
598
+ * NOTE: This property will not be serialized. It can only be populated by the server.
599
+ */
600
+ readonly nextLink?: string;
601
+ }
602
+ /** Image validation error details */
603
+ export interface ImageValidationErrorDetails {
604
+ /** An identifier for the error. */
605
+ code?: string;
606
+ /** A message describing the error. */
607
+ message?: string;
608
+ }
609
+ /** Image reference information */
610
+ export interface ImageReference {
611
+ /** Image ID, or Image version ID. When Image ID is provided, its latest version will be used. */
612
+ id?: string;
613
+ /**
614
+ * The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
615
+ * NOTE: This property will not be serialized. It can only be populated by the server.
616
+ */
617
+ readonly exactVersion?: string;
618
+ }
619
+ /** Properties of a Dev Box definition. These properties can be updated after the resource has been created. */
620
+ export interface DevBoxDefinitionUpdateProperties {
621
+ /** Image reference information. */
622
+ imageReference?: ImageReference;
623
+ /** The SKU for Dev Boxes created using this definition. */
624
+ sku?: Sku;
625
+ /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
626
+ osStorageType?: string;
627
+ /** Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate */
628
+ hibernateSupport?: HibernateSupport;
629
+ }
630
+ /** The resource model definition representing SKU */
631
+ export interface Sku {
632
+ /** The name of the SKU. Ex - P3. It is typically a letter+number code */
633
+ name: string;
634
+ /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
635
+ tier?: SkuTier;
636
+ /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
637
+ size?: string;
638
+ /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
639
+ family?: string;
640
+ /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
641
+ capacity?: number;
642
+ }
643
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
644
+ export interface OperationListResult {
645
+ /**
646
+ * List of operations supported by the resource provider
647
+ * NOTE: This property will not be serialized. It can only be populated by the server.
648
+ */
649
+ readonly value?: Operation[];
650
+ /**
651
+ * URL to get the next set of operation list results (if there are any).
652
+ * NOTE: This property will not be serialized. It can only be populated by the server.
653
+ */
654
+ readonly nextLink?: string;
655
+ }
656
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
657
+ export interface Operation {
658
+ /**
659
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
660
+ * NOTE: This property will not be serialized. It can only be populated by the server.
661
+ */
662
+ readonly name?: string;
663
+ /**
664
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
665
+ * NOTE: This property will not be serialized. It can only be populated by the server.
666
+ */
667
+ readonly isDataAction?: boolean;
668
+ /** Localized display information for this particular operation. */
669
+ display?: OperationDisplay;
670
+ /**
671
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
672
+ * NOTE: This property will not be serialized. It can only be populated by the server.
673
+ */
674
+ readonly origin?: Origin;
675
+ /**
676
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
677
+ * NOTE: This property will not be serialized. It can only be populated by the server.
678
+ */
679
+ readonly actionType?: ActionType;
680
+ }
681
+ /** Localized display information for this particular operation. */
682
+ export interface OperationDisplay {
683
+ /**
684
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
685
+ * NOTE: This property will not be serialized. It can only be populated by the server.
686
+ */
687
+ readonly provider?: string;
688
+ /**
689
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
690
+ * NOTE: This property will not be serialized. It can only be populated by the server.
691
+ */
692
+ readonly resource?: string;
693
+ /**
694
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
695
+ * NOTE: This property will not be serialized. It can only be populated by the server.
696
+ */
697
+ readonly operation?: string;
698
+ /**
699
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
700
+ * NOTE: This property will not be serialized. It can only be populated by the server.
701
+ */
702
+ readonly description?: string;
703
+ }
704
+ /** The current status of an async operation. */
705
+ export interface OperationStatusResult {
706
+ /** Fully qualified ID for the async operation. */
707
+ id?: string;
708
+ /**
709
+ * Fully qualified ID of the resource against which the original async operation was started.
710
+ * NOTE: This property will not be serialized. It can only be populated by the server.
711
+ */
712
+ readonly resourceId?: string;
713
+ /** Name of the async operation. */
714
+ name?: string;
715
+ /** Operation status. */
716
+ status: string;
717
+ /** Percent of the operation that is complete. */
718
+ percentComplete?: number;
719
+ /** The start time of the operation. */
720
+ startTime?: Date;
721
+ /** The end time of the operation. */
722
+ endTime?: Date;
723
+ /** The operations list. */
724
+ operations?: OperationStatusResult[];
725
+ /** If present, details of the operation error. */
726
+ error?: ErrorDetail;
727
+ }
728
+ /** List of Core Usages. */
729
+ export interface ListUsagesResult {
730
+ /**
731
+ * The array page of Usages.
732
+ * NOTE: This property will not be serialized. It can only be populated by the server.
733
+ */
734
+ readonly value?: Usage[];
735
+ /**
736
+ * The link to get the next page of Usage result.
737
+ * NOTE: This property will not be serialized. It can only be populated by the server.
738
+ */
739
+ readonly nextLink?: string;
740
+ }
741
+ /** The core usage details. */
742
+ export interface Usage {
743
+ /** The current usage. */
744
+ currentValue?: number;
745
+ /** The limit integer. */
746
+ limit?: number;
747
+ /** The unit details. */
748
+ unit?: UsageUnit;
749
+ /** The name. */
750
+ name?: UsageName;
751
+ /** The fully qualified arm resource id. */
752
+ id?: string;
753
+ }
754
+ /** The Usage Names. */
755
+ export interface UsageName {
756
+ /** The localized name of the resource. */
757
+ localizedValue?: string;
758
+ /** The name of the resource. */
759
+ value?: string;
760
+ }
761
+ /** The check availability request body. */
762
+ export interface CheckNameAvailabilityRequest {
763
+ /** The name of the resource for which availability needs to be checked. */
764
+ name?: string;
765
+ /** The resource type. */
766
+ type?: string;
767
+ }
768
+ /** The check availability result. */
769
+ export interface CheckNameAvailabilityResponse {
770
+ /** Indicates if the resource name is available. */
771
+ nameAvailable?: boolean;
772
+ /** The reason why the given name is not available. */
773
+ reason?: CheckNameAvailabilityReason;
774
+ /** Detailed reason why the given name is available. */
775
+ message?: string;
776
+ }
777
+ /** The scoped name check availability request body. */
778
+ export interface CheckScopedNameAvailabilityRequest {
779
+ /** The name of the resource for which availability needs to be checked. */
780
+ name?: string;
781
+ /** The resource type. */
782
+ type?: string;
783
+ /** The resource id to scope the name check. */
784
+ scope?: string;
785
+ }
786
+ /** Results of the Microsoft.DevCenter SKU list operation. */
787
+ export interface SkuListResult {
788
+ /**
789
+ * Current page of results.
790
+ * NOTE: This property will not be serialized. It can only be populated by the server.
791
+ */
792
+ readonly value?: DevCenterSku[];
793
+ /**
794
+ * URL to get the next set of results if there are any.
795
+ * NOTE: This property will not be serialized. It can only be populated by the server.
796
+ */
797
+ readonly nextLink?: string;
798
+ }
799
+ /** A name/value pair to describe a capability. */
800
+ export interface Capability {
801
+ /**
802
+ * Name of the capability.
803
+ * NOTE: This property will not be serialized. It can only be populated by the server.
804
+ */
805
+ readonly name?: string;
806
+ /**
807
+ * Value of the capability.
808
+ * NOTE: This property will not be serialized. It can only be populated by the server.
809
+ */
810
+ readonly value?: string;
811
+ }
812
+ /** Results of the machine pool list operation. */
813
+ export interface PoolListResult {
814
+ /**
815
+ * Current page of results.
816
+ * NOTE: This property will not be serialized. It can only be populated by the server.
817
+ */
818
+ readonly value?: Pool[];
819
+ /**
820
+ * URL to get the next set of results if there are any.
821
+ * NOTE: This property will not be serialized. It can only be populated by the server.
822
+ */
823
+ readonly nextLink?: string;
824
+ }
825
+ /** Pool health status detail. */
826
+ export interface HealthStatusDetail {
827
+ /**
828
+ * An identifier for the issue.
829
+ * NOTE: This property will not be serialized. It can only be populated by the server.
830
+ */
831
+ readonly code?: string;
832
+ /**
833
+ * A message describing the issue, intended to be suitable for display in a user interface
834
+ * NOTE: This property will not be serialized. It can only be populated by the server.
835
+ */
836
+ readonly message?: string;
837
+ }
838
+ /** Properties of a Pool. These properties can be updated after the resource has been created. */
839
+ export interface PoolUpdateProperties {
840
+ /** Name of a Dev Box definition in parent Project of this Pool */
841
+ devBoxDefinitionName?: string;
842
+ /** Name of a Network Connection in parent Project of this Pool */
843
+ networkConnectionName?: string;
844
+ /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */
845
+ licenseType?: LicenseType;
846
+ /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
847
+ localAdministrator?: LocalAdminStatus;
848
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
849
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
850
+ /** Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant. */
851
+ singleSignOnStatus?: SingleSignOnStatus;
852
+ /** The display name of the pool. */
853
+ displayName?: string;
854
+ /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */
855
+ virtualNetworkType?: VirtualNetworkType;
856
+ /** The regions of the managed virtual network (required when managedNetworkType is Managed). */
857
+ managedVirtualNetworkRegions?: string[];
858
+ }
859
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
860
+ export interface StopOnDisconnectConfiguration {
861
+ /** Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled. */
862
+ status?: StopOnDisconnectEnableStatus;
863
+ /** The specified time in minutes to wait before stopping a Dev Box once disconnect is detected. */
864
+ gracePeriodMinutes?: number;
865
+ }
866
+ /** Result of the schedule list operation. */
867
+ export interface ScheduleListResult {
868
+ /**
869
+ * Current page of results.
870
+ * NOTE: This property will not be serialized. It can only be populated by the server.
871
+ */
872
+ readonly value?: Schedule[];
873
+ /**
874
+ * URL to get the next set of results if there are any.
875
+ * NOTE: This property will not be serialized. It can only be populated by the server.
876
+ */
877
+ readonly nextLink?: string;
878
+ }
879
+ /** The schedule properties for partial update. Properties not provided in the update request will not be changed. */
880
+ export interface ScheduleUpdate {
881
+ /** Resource tags. */
882
+ tags?: {
883
+ [propertyName: string]: string;
884
+ };
885
+ /** The geo-location where the resource lives */
886
+ location?: string;
887
+ /** Supported type this scheduled task represents. */
888
+ type?: ScheduledType;
889
+ /** The frequency of this scheduled task. */
890
+ frequency?: ScheduledFrequency;
891
+ /** The target time to trigger the action. The format is HH:MM. */
892
+ time?: string;
893
+ /** The IANA timezone id at which the schedule should execute. */
894
+ timeZone?: string;
895
+ /** Indicates whether or not this scheduled task is enabled. */
896
+ state?: ScheduleEnableStatus;
897
+ }
898
+ /** Result of the network connection list operation. */
899
+ export interface NetworkConnectionListResult {
900
+ /**
901
+ * Current page of results.
902
+ * NOTE: This property will not be serialized. It can only be populated by the server.
903
+ */
904
+ readonly value?: NetworkConnection[];
905
+ /**
906
+ * URL to get the next set of results if there are any.
907
+ * NOTE: This property will not be serialized. It can only be populated by the server.
908
+ */
909
+ readonly nextLink?: string;
910
+ }
911
+ /** Properties of network connection. These properties can be updated after the resource has been created. */
912
+ export interface NetworkConnectionUpdateProperties {
913
+ /** The subnet to attach Virtual Machines to */
914
+ subnetId?: string;
915
+ /** Active Directory domain name */
916
+ domainName?: string;
917
+ /** Active Directory domain Organization Unit (OU) */
918
+ organizationUnit?: string;
919
+ /** The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com. */
920
+ domainUsername?: string;
921
+ /** The password for the account used to join domain */
922
+ domainPassword?: string;
923
+ }
924
+ /** Result of the network health check list operation. */
925
+ export interface HealthCheckStatusDetailsListResult {
926
+ /**
927
+ * Current page of results.
928
+ * NOTE: This property will not be serialized. It can only be populated by the server.
929
+ */
930
+ readonly value?: HealthCheckStatusDetails[];
931
+ /**
932
+ * URL to get the next set of results if there are any.
933
+ * NOTE: This property will not be serialized. It can only be populated by the server.
934
+ */
935
+ readonly nextLink?: string;
936
+ }
937
+ /** An individual health check item */
938
+ export interface HealthCheck {
939
+ /**
940
+ * The status of the health check item.
941
+ * NOTE: This property will not be serialized. It can only be populated by the server.
942
+ */
943
+ readonly status?: HealthCheckStatus;
944
+ /**
945
+ * The display name of this health check item.
946
+ * NOTE: This property will not be serialized. It can only be populated by the server.
947
+ */
948
+ readonly displayName?: string;
949
+ /**
950
+ * Start time of health check item.
951
+ * NOTE: This property will not be serialized. It can only be populated by the server.
952
+ */
953
+ readonly startDateTime?: Date;
954
+ /**
955
+ * End time of the health check item.
956
+ * NOTE: This property will not be serialized. It can only be populated by the server.
957
+ */
958
+ readonly endDateTime?: Date;
959
+ /**
960
+ * The type of error that occurred during this health check.
961
+ * NOTE: This property will not be serialized. It can only be populated by the server.
962
+ */
963
+ readonly errorType?: string;
964
+ /**
965
+ * The recommended action to fix the corresponding error.
966
+ * NOTE: This property will not be serialized. It can only be populated by the server.
967
+ */
968
+ readonly recommendedAction?: string;
969
+ /**
970
+ * Additional details about the health check or the recommended action.
971
+ * NOTE: This property will not be serialized. It can only be populated by the server.
972
+ */
973
+ readonly additionalDetails?: string;
974
+ }
975
+ /** Values returned by the List operation. */
976
+ export interface OutboundEnvironmentEndpointCollection {
977
+ /**
978
+ * The collection of outbound network dependency endpoints returned by the listing operation.
979
+ * NOTE: This property will not be serialized. It can only be populated by the server.
980
+ */
981
+ readonly value?: OutboundEnvironmentEndpoint[];
982
+ /** The continuation token. */
983
+ nextLink?: string;
984
+ }
985
+ /** A collection of related endpoints from the same service for which the agent requires outbound access. */
986
+ export interface OutboundEnvironmentEndpoint {
987
+ /**
988
+ * The type of service that the agent connects to.
989
+ * NOTE: This property will not be serialized. It can only be populated by the server.
990
+ */
991
+ readonly category?: string;
992
+ /**
993
+ * The endpoints for this service for which the agent requires outbound access.
994
+ * NOTE: This property will not be serialized. It can only be populated by the server.
995
+ */
996
+ readonly endpoints?: EndpointDependency[];
997
+ }
998
+ /** A domain name and connection details used to access a dependency. */
999
+ export interface EndpointDependency {
1000
+ /**
1001
+ * The domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard.
1002
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1003
+ */
1004
+ readonly domainName?: string;
1005
+ /**
1006
+ * Human-readable supplemental information about the dependency and when it is applicable.
1007
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1008
+ */
1009
+ readonly description?: string;
1010
+ /**
1011
+ * The list of connection details for this endpoint.
1012
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1013
+ */
1014
+ readonly endpointDetails?: EndpointDetail[];
1015
+ }
1016
+ /** Details about the connection between the Batch service and the endpoint. */
1017
+ export interface EndpointDetail {
1018
+ /**
1019
+ * The port an endpoint is connected to.
1020
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1021
+ */
1022
+ readonly port?: number;
1023
+ }
1024
+ /** Properties of the devcenter. */
1025
+ export interface DevCenterProperties extends DevCenterUpdateProperties {
1026
+ /**
1027
+ * The provisioning state of the resource.
1028
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1029
+ */
1030
+ readonly provisioningState?: ProvisioningState;
1031
+ /**
1032
+ * The URI of the Dev Center.
1033
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1034
+ */
1035
+ readonly devCenterUri?: string;
1036
+ }
1037
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1038
+ export interface TrackedResource extends Resource {
1039
+ /** Resource tags. */
1040
+ tags?: {
1041
+ [propertyName: string]: string;
1042
+ };
1043
+ /** The geo-location where the resource lives */
1044
+ location: string;
1045
+ }
1046
+ /** Represents an attached NetworkConnection. */
1047
+ export interface AttachedNetworkConnection extends Resource {
1048
+ /**
1049
+ * The provisioning state of the resource.
1050
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1051
+ */
1052
+ readonly provisioningState?: ProvisioningState;
1053
+ /** The resource ID of the NetworkConnection you want to attach. */
1054
+ networkConnectionId?: string;
1055
+ /**
1056
+ * The geo-location where the NetworkConnection resource specified in 'networkConnectionResourceId' property lives.
1057
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1058
+ */
1059
+ readonly networkConnectionLocation?: string;
1060
+ /**
1061
+ * Health check status values
1062
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1063
+ */
1064
+ readonly healthCheckStatus?: HealthCheckStatus;
1065
+ /**
1066
+ * AAD Join type of the network. This is populated based on the referenced Network Connection.
1067
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1068
+ */
1069
+ readonly domainJoinType?: DomainJoinType;
1070
+ }
1071
+ /** Represents a catalog. */
1072
+ export interface Catalog extends Resource {
1073
+ /** Properties for a GitHub catalog type. */
1074
+ gitHub?: GitCatalog;
1075
+ /** Properties for an Azure DevOps catalog type. */
1076
+ adoGit?: GitCatalog;
1077
+ /** Indicates the type of sync that is configured for the catalog. */
1078
+ syncType?: CatalogSyncType;
1079
+ /** Resource tags. */
1080
+ tags?: {
1081
+ [propertyName: string]: string;
1082
+ };
1083
+ /**
1084
+ * The provisioning state of the resource.
1085
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1086
+ */
1087
+ readonly provisioningState?: ProvisioningState;
1088
+ /**
1089
+ * The synchronization state of the catalog.
1090
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1091
+ */
1092
+ readonly syncState?: CatalogSyncState;
1093
+ /**
1094
+ * Stats of the latest synchronization.
1095
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1096
+ */
1097
+ readonly lastSyncStats?: SyncStats;
1098
+ /**
1099
+ * The connection state of the catalog.
1100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1101
+ */
1102
+ readonly connectionState?: CatalogConnectionState;
1103
+ /**
1104
+ * When the catalog was last connected.
1105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1106
+ */
1107
+ readonly lastConnectionTime?: Date;
1108
+ /**
1109
+ * When the catalog was last synced.
1110
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1111
+ */
1112
+ readonly lastSyncTime?: Date;
1113
+ }
1114
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1115
+ export interface ProxyResource extends Resource {
1116
+ }
1117
+ /** Represents a gallery. */
1118
+ export interface Gallery extends Resource {
1119
+ /**
1120
+ * The provisioning state of the resource.
1121
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1122
+ */
1123
+ readonly provisioningState?: ProvisioningState;
1124
+ /** The resource ID of the backing Azure Compute Gallery. */
1125
+ galleryResourceId?: string;
1126
+ }
1127
+ /** Represents an environment type. */
1128
+ export interface EnvironmentType extends Resource {
1129
+ /** Resource tags. */
1130
+ tags?: {
1131
+ [propertyName: string]: string;
1132
+ };
1133
+ /** The display name of the environment type. */
1134
+ displayName?: string;
1135
+ /**
1136
+ * The provisioning state of the resource.
1137
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1138
+ */
1139
+ readonly provisioningState?: ProvisioningState;
1140
+ }
1141
+ /** Represents an allowed environment type. */
1142
+ export interface AllowedEnvironmentType extends Resource {
1143
+ /**
1144
+ * The provisioning state of the resource.
1145
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1146
+ */
1147
+ readonly provisioningState?: ProvisioningState;
1148
+ /**
1149
+ * The display name of the allowed environment type.
1150
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1151
+ */
1152
+ readonly displayName?: string;
1153
+ }
1154
+ /** Represents an environment type. */
1155
+ export interface ProjectEnvironmentType extends Resource {
1156
+ /** Resource tags. */
1157
+ tags?: {
1158
+ [propertyName: string]: string;
1159
+ };
1160
+ /** Managed identity properties */
1161
+ identity?: ManagedServiceIdentity;
1162
+ /** The geo-location for the environment type */
1163
+ location?: string;
1164
+ /** Id of a subscription that the environment type will be mapped to. The environment's resources will be deployed into this subscription. */
1165
+ deploymentTargetId?: string;
1166
+ /** The display name of the project environment type. */
1167
+ displayName?: string;
1168
+ /** Defines whether this Environment Type can be used in this Project. */
1169
+ status?: EnvironmentTypeEnableStatus;
1170
+ /** The role definition assigned to the environment creator on backing resources. */
1171
+ creatorRoleAssignment?: ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignment;
1172
+ /** Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs. */
1173
+ userRoleAssignments?: {
1174
+ [propertyName: string]: UserRoleAssignmentValue;
1175
+ };
1176
+ /**
1177
+ * The provisioning state of the resource.
1178
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1179
+ */
1180
+ readonly provisioningState?: ProvisioningState;
1181
+ /**
1182
+ * The number of environments of this type.
1183
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1184
+ */
1185
+ readonly environmentCount?: number;
1186
+ }
1187
+ /** Represents a Schedule to execute a task. */
1188
+ export interface Schedule extends Resource {
1189
+ /** Resource tags. */
1190
+ tags?: {
1191
+ [propertyName: string]: string;
1192
+ };
1193
+ /** The geo-location where the resource lives */
1194
+ location?: string;
1195
+ /** Supported type this scheduled task represents. */
1196
+ typePropertiesType?: ScheduledType;
1197
+ /** The frequency of this scheduled task. */
1198
+ frequency?: ScheduledFrequency;
1199
+ /** The target time to trigger the action. The format is HH:MM. */
1200
+ time?: string;
1201
+ /** The IANA timezone id at which the schedule should execute. */
1202
+ timeZone?: string;
1203
+ /** Indicates whether or not this scheduled task is enabled. */
1204
+ state?: ScheduleEnableStatus;
1205
+ /**
1206
+ * The provisioning state of the resource.
1207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1208
+ */
1209
+ readonly provisioningState?: ProvisioningState;
1210
+ }
1211
+ /** Health Check details. */
1212
+ export interface HealthCheckStatusDetails extends Resource {
1213
+ /**
1214
+ * Start time of last execution of the health checks.
1215
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1216
+ */
1217
+ readonly startDateTime?: Date;
1218
+ /**
1219
+ * End time of last execution of the health checks.
1220
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1221
+ */
1222
+ readonly endDateTime?: Date;
1223
+ /**
1224
+ * Details for each health check item.
1225
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1226
+ */
1227
+ readonly healthChecks?: HealthCheck[];
1228
+ }
1229
+ /** The devcenter resource for partial updates. Properties not provided in the update request will not be changed. */
1230
+ export interface DevCenterUpdate extends TrackedResourceUpdate {
1231
+ /** Managed identity properties */
1232
+ identity?: ManagedServiceIdentity;
1233
+ /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */
1234
+ encryption?: Encryption;
1235
+ /** The display name of the devcenter. */
1236
+ displayName?: string;
1237
+ /** Dev Center settings to be used when associating a project with a catalog. */
1238
+ projectCatalogSettings?: DevCenterProjectCatalogSettings;
1239
+ }
1240
+ /** The project properties for partial update. Properties not provided in the update request will not be changed. */
1241
+ export interface ProjectUpdate extends TrackedResourceUpdate {
1242
+ /** Managed identity properties */
1243
+ identity?: ManagedServiceIdentity;
1244
+ /** Resource Id of an associated DevCenter */
1245
+ devCenterId?: string;
1246
+ /** Description of the project. */
1247
+ description?: string;
1248
+ /** When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced. */
1249
+ maxDevBoxesPerUser?: number;
1250
+ /** The display name of the project. */
1251
+ displayName?: string;
1252
+ /** Settings to be used when associating a project with a catalog. */
1253
+ catalogSettings?: ProjectCatalogSettings;
1254
+ }
1255
+ /** Partial update of a Dev Box definition resource. */
1256
+ export interface DevBoxDefinitionUpdate extends TrackedResourceUpdate {
1257
+ /** Image reference information. */
1258
+ imageReference?: ImageReference;
1259
+ /** The SKU for Dev Boxes created using this definition. */
1260
+ sku?: Sku;
1261
+ /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
1262
+ osStorageType?: string;
1263
+ /** Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate */
1264
+ hibernateSupport?: HibernateSupport;
1265
+ }
1266
+ /** The pool properties for partial update. Properties not provided in the update request will not be changed. */
1267
+ export interface PoolUpdate extends TrackedResourceUpdate {
1268
+ /** Name of a Dev Box definition in parent Project of this Pool */
1269
+ devBoxDefinitionName?: string;
1270
+ /** Name of a Network Connection in parent Project of this Pool */
1271
+ networkConnectionName?: string;
1272
+ /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */
1273
+ licenseType?: LicenseType;
1274
+ /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
1275
+ localAdministrator?: LocalAdminStatus;
1276
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
1277
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
1278
+ /** Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant. */
1279
+ singleSignOnStatus?: SingleSignOnStatus;
1280
+ /** The display name of the pool. */
1281
+ displayName?: string;
1282
+ /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */
1283
+ virtualNetworkType?: VirtualNetworkType;
1284
+ /** The regions of the managed virtual network (required when managedNetworkType is Managed). */
1285
+ managedVirtualNetworkRegions?: string[];
1286
+ }
1287
+ /** Updatable properties of a Schedule. */
1288
+ export interface ScheduleUpdateProperties extends TrackedResourceUpdate {
1289
+ /** Supported type this scheduled task represents. */
1290
+ type?: ScheduledType;
1291
+ /** The frequency of this scheduled task. */
1292
+ frequency?: ScheduledFrequency;
1293
+ /** The target time to trigger the action. The format is HH:MM. */
1294
+ time?: string;
1295
+ /** The IANA timezone id at which the schedule should execute. */
1296
+ timeZone?: string;
1297
+ /** Indicates whether or not this scheduled task is enabled. */
1298
+ state?: ScheduleEnableStatus;
1299
+ }
1300
+ /** The network connection properties for partial update. Properties not provided in the update request will not be changed. */
1301
+ export interface NetworkConnectionUpdate extends TrackedResourceUpdate {
1302
+ /** The subnet to attach Virtual Machines to */
1303
+ subnetId?: string;
1304
+ /** Active Directory domain name */
1305
+ domainName?: string;
1306
+ /** Active Directory domain Organization Unit (OU) */
1307
+ organizationUnit?: string;
1308
+ /** The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com. */
1309
+ domainUsername?: string;
1310
+ /** The password for the account used to join domain */
1311
+ domainPassword?: string;
1312
+ }
1313
+ /** Properties of a project. */
1314
+ export interface ProjectProperties extends ProjectUpdateProperties {
1315
+ /**
1316
+ * The provisioning state of the resource.
1317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1318
+ */
1319
+ readonly provisioningState?: ProvisioningState;
1320
+ /**
1321
+ * The URI of the Dev Center resource this project is associated with.
1322
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1323
+ */
1324
+ readonly devCenterUri?: string;
1325
+ }
1326
+ /** Properties of a catalog. */
1327
+ export interface CatalogProperties extends CatalogUpdateProperties {
1328
+ /**
1329
+ * The provisioning state of the resource.
1330
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1331
+ */
1332
+ readonly provisioningState?: ProvisioningState;
1333
+ /**
1334
+ * The synchronization state of the catalog.
1335
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1336
+ */
1337
+ readonly syncState?: CatalogSyncState;
1338
+ /**
1339
+ * Stats of the latest synchronization.
1340
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1341
+ */
1342
+ readonly lastSyncStats?: SyncStats;
1343
+ /**
1344
+ * The connection state of the catalog.
1345
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1346
+ */
1347
+ readonly connectionState?: CatalogConnectionState;
1348
+ /**
1349
+ * When the catalog was last connected.
1350
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1351
+ */
1352
+ readonly lastConnectionTime?: Date;
1353
+ /**
1354
+ * When the catalog was last synced.
1355
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1356
+ */
1357
+ readonly lastSyncTime?: Date;
1358
+ }
1359
+ /** Properties of an environment type. */
1360
+ export interface EnvironmentTypeProperties extends EnvironmentTypeUpdateProperties {
1361
+ /**
1362
+ * The provisioning state of the resource.
1363
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1364
+ */
1365
+ readonly provisioningState?: ProvisioningState;
1366
+ }
1367
+ /** Properties of a project environment type. */
1368
+ export interface ProjectEnvironmentTypeProperties extends ProjectEnvironmentTypeUpdateProperties {
1369
+ /**
1370
+ * The provisioning state of the resource.
1371
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1372
+ */
1373
+ readonly provisioningState?: ProvisioningState;
1374
+ /**
1375
+ * The number of environments of this type.
1376
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1377
+ */
1378
+ readonly environmentCount?: number;
1379
+ }
1380
+ /** Properties of a Dev Box definition. */
1381
+ export interface DevBoxDefinitionProperties extends DevBoxDefinitionUpdateProperties {
1382
+ /**
1383
+ * The provisioning state of the resource.
1384
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1385
+ */
1386
+ readonly provisioningState?: ProvisioningState;
1387
+ /**
1388
+ * Validation status of the configured image.
1389
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1390
+ */
1391
+ readonly imageValidationStatus?: ImageValidationStatus;
1392
+ /**
1393
+ * Details for image validator error. Populated when the image validation is not successful.
1394
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1395
+ */
1396
+ readonly imageValidationErrorDetails?: ImageValidationErrorDetails;
1397
+ /**
1398
+ * Validation status for the Dev Box Definition.
1399
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1400
+ */
1401
+ readonly validationStatus?: CatalogResourceValidationStatus;
1402
+ /**
1403
+ * Image reference information for the currently active image (only populated during updates).
1404
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1405
+ */
1406
+ readonly activeImageReference?: ImageReference;
1407
+ }
1408
+ /** The resource model definition representing SKU for DevCenter resources */
1409
+ export interface DevCenterSku extends Sku {
1410
+ /**
1411
+ * The name of the resource type
1412
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1413
+ */
1414
+ readonly resourceType?: string;
1415
+ /**
1416
+ * SKU supported locations.
1417
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1418
+ */
1419
+ readonly locations?: string[];
1420
+ /**
1421
+ * Collection of name/value pairs to describe the SKU capabilities.
1422
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1423
+ */
1424
+ readonly capabilities?: Capability[];
1425
+ }
1426
+ /** The current status of an async operation */
1427
+ export interface OperationStatus extends OperationStatusResult {
1428
+ /**
1429
+ * Custom operation properties, populated only for a successful operation.
1430
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1431
+ */
1432
+ readonly properties?: Record<string, unknown>;
1433
+ }
1434
+ /** Properties of a Pool */
1435
+ export interface PoolProperties extends PoolUpdateProperties {
1436
+ /**
1437
+ * Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
1438
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1439
+ */
1440
+ readonly healthStatus?: HealthStatus;
1441
+ /**
1442
+ * Details on the Pool health status to help diagnose issues. This is only populated when the pool status indicates the pool is in a non-healthy state
1443
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1444
+ */
1445
+ readonly healthStatusDetails?: HealthStatusDetail[];
1446
+ /**
1447
+ * Indicates the number of provisioned Dev Boxes in this pool.
1448
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1449
+ */
1450
+ readonly devBoxCount?: number;
1451
+ /**
1452
+ * The provisioning state of the resource.
1453
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1454
+ */
1455
+ readonly provisioningState?: ProvisioningState;
1456
+ }
1457
+ /** Network properties */
1458
+ export interface NetworkProperties extends NetworkConnectionUpdateProperties {
1459
+ /**
1460
+ * The provisioning state of the resource.
1461
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1462
+ */
1463
+ readonly provisioningState?: ProvisioningState;
1464
+ /**
1465
+ * Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
1466
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1467
+ */
1468
+ readonly healthCheckStatus?: HealthCheckStatus;
1469
+ /** The name for resource group where NICs will be placed. */
1470
+ networkingResourceGroupName?: string;
1471
+ /** AAD Join type. */
1472
+ domainJoinType: DomainJoinType;
1473
+ }
1474
+ /** Represents a devcenter resource. */
1475
+ export interface DevCenter extends TrackedResource {
1476
+ /** Managed identity properties */
1477
+ identity?: ManagedServiceIdentity;
1478
+ /** Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). */
1479
+ encryption?: Encryption;
1480
+ /** The display name of the devcenter. */
1481
+ displayName?: string;
1482
+ /** Dev Center settings to be used when associating a project with a catalog. */
1483
+ projectCatalogSettings?: DevCenterProjectCatalogSettings;
1484
+ /**
1485
+ * The provisioning state of the resource.
1486
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1487
+ */
1488
+ readonly provisioningState?: ProvisioningState;
1489
+ /**
1490
+ * The URI of the Dev Center.
1491
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1492
+ */
1493
+ readonly devCenterUri?: string;
1494
+ }
1495
+ /** Represents a project resource. */
1496
+ export interface Project extends TrackedResource {
1497
+ /** Managed identity properties */
1498
+ identity?: ManagedServiceIdentity;
1499
+ /** Resource Id of an associated DevCenter */
1500
+ devCenterId?: string;
1501
+ /** Description of the project. */
1502
+ description?: string;
1503
+ /** When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced. */
1504
+ maxDevBoxesPerUser?: number;
1505
+ /** The display name of the project. */
1506
+ displayName?: string;
1507
+ /** Settings to be used when associating a project with a catalog. */
1508
+ catalogSettings?: ProjectCatalogSettings;
1509
+ /**
1510
+ * The provisioning state of the resource.
1511
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1512
+ */
1513
+ readonly provisioningState?: ProvisioningState;
1514
+ /**
1515
+ * The URI of the Dev Center resource this project is associated with.
1516
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1517
+ */
1518
+ readonly devCenterUri?: string;
1519
+ }
1520
+ /** Represents a definition for a Developer Machine. */
1521
+ export interface DevBoxDefinition extends TrackedResource {
1522
+ /** Image reference information. */
1523
+ imageReference?: ImageReference;
1524
+ /** The SKU for Dev Boxes created using this definition. */
1525
+ sku?: Sku;
1526
+ /** The storage type used for the Operating System disk of Dev Boxes created using this definition. */
1527
+ osStorageType?: string;
1528
+ /** Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate */
1529
+ hibernateSupport?: HibernateSupport;
1530
+ /**
1531
+ * The provisioning state of the resource.
1532
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1533
+ */
1534
+ readonly provisioningState?: ProvisioningState;
1535
+ /**
1536
+ * Validation status of the configured image.
1537
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1538
+ */
1539
+ readonly imageValidationStatus?: ImageValidationStatus;
1540
+ /**
1541
+ * Details for image validator error. Populated when the image validation is not successful.
1542
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1543
+ */
1544
+ readonly imageValidationErrorDetails?: ImageValidationErrorDetails;
1545
+ /**
1546
+ * Validation status for the Dev Box Definition.
1547
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1548
+ */
1549
+ readonly validationStatus?: CatalogResourceValidationStatus;
1550
+ /**
1551
+ * Image reference information for the currently active image (only populated during updates).
1552
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1553
+ */
1554
+ readonly activeImageReference?: ImageReference;
1555
+ }
1556
+ /** A pool of Virtual Machines. */
1557
+ export interface Pool extends TrackedResource {
1558
+ /** Name of a Dev Box definition in parent Project of this Pool */
1559
+ devBoxDefinitionName?: string;
1560
+ /** Name of a Network Connection in parent Project of this Pool */
1561
+ networkConnectionName?: string;
1562
+ /** Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. */
1563
+ licenseType?: LicenseType;
1564
+ /** Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. */
1565
+ localAdministrator?: LocalAdminStatus;
1566
+ /** Stop on disconnect configuration settings for Dev Boxes created in this pool. */
1567
+ stopOnDisconnect?: StopOnDisconnectConfiguration;
1568
+ /** Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant. */
1569
+ singleSignOnStatus?: SingleSignOnStatus;
1570
+ /** The display name of the pool. */
1571
+ displayName?: string;
1572
+ /** Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. */
1573
+ virtualNetworkType?: VirtualNetworkType;
1574
+ /** The regions of the managed virtual network (required when managedNetworkType is Managed). */
1575
+ managedVirtualNetworkRegions?: string[];
1576
+ /**
1577
+ * Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
1578
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1579
+ */
1580
+ readonly healthStatus?: HealthStatus;
1581
+ /**
1582
+ * Details on the Pool health status to help diagnose issues. This is only populated when the pool status indicates the pool is in a non-healthy state
1583
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1584
+ */
1585
+ readonly healthStatusDetails?: HealthStatusDetail[];
1586
+ /**
1587
+ * Indicates the number of provisioned Dev Boxes in this pool.
1588
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1589
+ */
1590
+ readonly devBoxCount?: number;
1591
+ /**
1592
+ * The provisioning state of the resource.
1593
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1594
+ */
1595
+ readonly provisioningState?: ProvisioningState;
1596
+ }
1597
+ /** Network related settings */
1598
+ export interface NetworkConnection extends TrackedResource {
1599
+ /** The subnet to attach Virtual Machines to */
1600
+ subnetId?: string;
1601
+ /** Active Directory domain name */
1602
+ domainName?: string;
1603
+ /** Active Directory domain Organization Unit (OU) */
1604
+ organizationUnit?: string;
1605
+ /** The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com. */
1606
+ domainUsername?: string;
1607
+ /** The password for the account used to join domain */
1608
+ domainPassword?: string;
1609
+ /**
1610
+ * The provisioning state of the resource.
1611
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1612
+ */
1613
+ readonly provisioningState?: ProvisioningState;
1614
+ /**
1615
+ * Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.
1616
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1617
+ */
1618
+ readonly healthCheckStatus?: HealthCheckStatus;
1619
+ /** The name for resource group where NICs will be placed. */
1620
+ networkingResourceGroupName?: string;
1621
+ /** AAD Join type. */
1622
+ domainJoinType?: DomainJoinType;
1623
+ }
1624
+ /** Represents an environment definition catalog item. */
1625
+ export interface EnvironmentDefinition extends ProxyResource {
1626
+ /**
1627
+ * A short description of the environment definition.
1628
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1629
+ */
1630
+ readonly description?: string;
1631
+ /**
1632
+ * Input parameters passed to an environment.
1633
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1634
+ */
1635
+ readonly parameters?: EnvironmentDefinitionParameter[];
1636
+ /**
1637
+ * Path to the Environment Definition entrypoint file.
1638
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1639
+ */
1640
+ readonly templatePath?: string;
1641
+ /**
1642
+ * Validation status for the environment definition.
1643
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1644
+ */
1645
+ readonly validationStatus?: CatalogResourceValidationStatus;
1646
+ }
1647
+ /** Represents an image. */
1648
+ export interface Image extends ProxyResource {
1649
+ /**
1650
+ * The description of the image.
1651
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1652
+ */
1653
+ readonly description?: string;
1654
+ /**
1655
+ * The publisher of the image.
1656
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1657
+ */
1658
+ readonly publisher?: string;
1659
+ /**
1660
+ * The name of the image offer.
1661
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1662
+ */
1663
+ readonly offer?: string;
1664
+ /**
1665
+ * The SKU name for the image.
1666
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1667
+ */
1668
+ readonly sku?: string;
1669
+ /**
1670
+ * The recommended machine configuration to use with the image.
1671
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1672
+ */
1673
+ readonly recommendedMachineConfiguration?: RecommendedMachineConfiguration;
1674
+ /**
1675
+ * The provisioning state of the resource.
1676
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1677
+ */
1678
+ readonly provisioningState?: ProvisioningState;
1679
+ /**
1680
+ * Indicates whether this image has hibernate enabled. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate
1681
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1682
+ */
1683
+ readonly hibernateSupport?: HibernateSupport;
1684
+ }
1685
+ /** Represents an image version. */
1686
+ export interface ImageVersion extends ProxyResource {
1687
+ /**
1688
+ * The semantic version string.
1689
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1690
+ */
1691
+ readonly namePropertiesName?: string;
1692
+ /**
1693
+ * The datetime that the backing image version was published.
1694
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1695
+ */
1696
+ readonly publishedDate?: Date;
1697
+ /**
1698
+ * If the version should be excluded from being treated as the latest version.
1699
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1700
+ */
1701
+ readonly excludeFromLatest?: boolean;
1702
+ /**
1703
+ * The size of the OS disk image, in GB.
1704
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1705
+ */
1706
+ readonly osDiskImageSizeInGb?: number;
1707
+ /**
1708
+ * The provisioning state of the resource.
1709
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1710
+ */
1711
+ readonly provisioningState?: ProvisioningState;
1712
+ }
1713
+ /** The Schedule properties defining when and what to execute. */
1714
+ export interface ScheduleProperties extends ScheduleUpdateProperties {
1715
+ /**
1716
+ * The provisioning state of the resource.
1717
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1718
+ */
1719
+ readonly provisioningState?: ProvisioningState;
1720
+ }
1721
+ /** Defines headers for DevCenters_update operation. */
1722
+ export interface DevCentersUpdateHeaders {
1723
+ location?: string;
1724
+ }
1725
+ /** Defines headers for DevCenters_delete operation. */
1726
+ export interface DevCentersDeleteHeaders {
1727
+ location?: string;
1728
+ }
1729
+ /** Defines headers for Projects_update operation. */
1730
+ export interface ProjectsUpdateHeaders {
1731
+ location?: string;
1732
+ }
1733
+ /** Defines headers for Projects_delete operation. */
1734
+ export interface ProjectsDeleteHeaders {
1735
+ location?: string;
1736
+ }
1737
+ /** Defines headers for AttachedNetworks_delete operation. */
1738
+ export interface AttachedNetworksDeleteHeaders {
1739
+ location?: string;
1740
+ }
1741
+ /** Defines headers for ProjectCatalogs_patch operation. */
1742
+ export interface ProjectCatalogsPatchHeaders {
1743
+ location?: string;
1744
+ }
1745
+ /** Defines headers for ProjectCatalogs_delete operation. */
1746
+ export interface ProjectCatalogsDeleteHeaders {
1747
+ location?: string;
1748
+ }
1749
+ /** Defines headers for ProjectCatalogs_sync operation. */
1750
+ export interface ProjectCatalogsSyncHeaders {
1751
+ location?: string;
1752
+ }
1753
+ /** Defines headers for ProjectCatalogs_connect operation. */
1754
+ export interface ProjectCatalogsConnectHeaders {
1755
+ location?: string;
1756
+ }
1757
+ /** Defines headers for Galleries_delete operation. */
1758
+ export interface GalleriesDeleteHeaders {
1759
+ location?: string;
1760
+ }
1761
+ /** Defines headers for Catalogs_update operation. */
1762
+ export interface CatalogsUpdateHeaders {
1763
+ location?: string;
1764
+ }
1765
+ /** Defines headers for Catalogs_delete operation. */
1766
+ export interface CatalogsDeleteHeaders {
1767
+ location?: string;
1768
+ }
1769
+ /** Defines headers for Catalogs_sync operation. */
1770
+ export interface CatalogsSyncHeaders {
1771
+ location?: string;
1772
+ }
1773
+ /** Defines headers for Catalogs_connect operation. */
1774
+ export interface CatalogsConnectHeaders {
1775
+ location?: string;
1776
+ }
1777
+ /** Defines headers for DevBoxDefinitions_update operation. */
1778
+ export interface DevBoxDefinitionsUpdateHeaders {
1779
+ location?: string;
1780
+ }
1781
+ /** Defines headers for DevBoxDefinitions_delete operation. */
1782
+ export interface DevBoxDefinitionsDeleteHeaders {
1783
+ location?: string;
1784
+ }
1785
+ /** Defines headers for OperationStatuses_get operation. */
1786
+ export interface OperationStatusesGetHeaders {
1787
+ location?: string;
1788
+ }
1789
+ /** Defines headers for Pools_update operation. */
1790
+ export interface PoolsUpdateHeaders {
1791
+ location?: string;
1792
+ }
1793
+ /** Defines headers for Pools_delete operation. */
1794
+ export interface PoolsDeleteHeaders {
1795
+ location?: string;
1796
+ }
1797
+ /** Defines headers for Pools_runHealthChecks operation. */
1798
+ export interface PoolsRunHealthChecksHeaders {
1799
+ location?: string;
1800
+ }
1801
+ /** Defines headers for Schedules_update operation. */
1802
+ export interface SchedulesUpdateHeaders {
1803
+ location?: string;
1804
+ }
1805
+ /** Defines headers for Schedules_delete operation. */
1806
+ export interface SchedulesDeleteHeaders {
1807
+ location?: string;
1808
+ }
1809
+ /** Defines headers for NetworkConnections_update operation. */
1810
+ export interface NetworkConnectionsUpdateHeaders {
1811
+ location?: string;
1812
+ }
1813
+ /** Defines headers for NetworkConnections_delete operation. */
1814
+ export interface NetworkConnectionsDeleteHeaders {
1815
+ location?: string;
1816
+ }
1817
+ /** Defines headers for NetworkConnections_runHealthChecks operation. */
1818
+ export interface NetworkConnectionsRunHealthChecksHeaders {
1819
+ location?: string;
1820
+ }
1821
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1822
+ export declare enum KnownProvisioningState {
1823
+ /** NotSpecified */
1824
+ NotSpecified = "NotSpecified",
1825
+ /** Accepted */
1826
+ Accepted = "Accepted",
1827
+ /** Running */
1828
+ Running = "Running",
1829
+ /** Creating */
1830
+ Creating = "Creating",
1831
+ /** Created */
1832
+ Created = "Created",
1833
+ /** Updating */
1834
+ Updating = "Updating",
1835
+ /** Updated */
1836
+ Updated = "Updated",
1837
+ /** Deleting */
1838
+ Deleting = "Deleting",
1839
+ /** Deleted */
1840
+ Deleted = "Deleted",
1841
+ /** Succeeded */
1842
+ Succeeded = "Succeeded",
1843
+ /** Failed */
1844
+ Failed = "Failed",
1845
+ /** Canceled */
1846
+ Canceled = "Canceled",
1847
+ /** MovingResources */
1848
+ MovingResources = "MovingResources",
1849
+ /** TransientFailure */
1850
+ TransientFailure = "TransientFailure",
1851
+ /** RolloutInProgress */
1852
+ RolloutInProgress = "RolloutInProgress",
1853
+ /** StorageProvisioningFailed */
1854
+ StorageProvisioningFailed = "StorageProvisioningFailed"
1855
+ }
1856
+ /**
1857
+ * Defines values for ProvisioningState. \
1858
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1859
+ * this enum contains the known values that the service supports.
1860
+ * ### Known values supported by the service
1861
+ * **NotSpecified** \
1862
+ * **Accepted** \
1863
+ * **Running** \
1864
+ * **Creating** \
1865
+ * **Created** \
1866
+ * **Updating** \
1867
+ * **Updated** \
1868
+ * **Deleting** \
1869
+ * **Deleted** \
1870
+ * **Succeeded** \
1871
+ * **Failed** \
1872
+ * **Canceled** \
1873
+ * **MovingResources** \
1874
+ * **TransientFailure** \
1875
+ * **RolloutInProgress** \
1876
+ * **StorageProvisioningFailed**
1877
+ */
1878
+ export type ProvisioningState = string;
1879
+ /** Known values of {@link IdentityType} that the service accepts. */
1880
+ export declare enum KnownIdentityType {
1881
+ /** SystemAssignedIdentity */
1882
+ SystemAssignedIdentity = "systemAssignedIdentity",
1883
+ /** UserAssignedIdentity */
1884
+ UserAssignedIdentity = "userAssignedIdentity",
1885
+ /** DelegatedResourceIdentity */
1886
+ DelegatedResourceIdentity = "delegatedResourceIdentity"
1887
+ }
1888
+ /**
1889
+ * Defines values for IdentityType. \
1890
+ * {@link KnownIdentityType} can be used interchangeably with IdentityType,
1891
+ * this enum contains the known values that the service supports.
1892
+ * ### Known values supported by the service
1893
+ * **systemAssignedIdentity** \
1894
+ * **userAssignedIdentity** \
1895
+ * **delegatedResourceIdentity**
1896
+ */
1897
+ export type IdentityType = string;
1898
+ /** Known values of {@link CatalogItemSyncEnableStatus} that the service accepts. */
1899
+ export declare enum KnownCatalogItemSyncEnableStatus {
1900
+ /** Enabled */
1901
+ Enabled = "Enabled",
1902
+ /** Disabled */
1903
+ Disabled = "Disabled"
1904
+ }
1905
+ /**
1906
+ * Defines values for CatalogItemSyncEnableStatus. \
1907
+ * {@link KnownCatalogItemSyncEnableStatus} can be used interchangeably with CatalogItemSyncEnableStatus,
1908
+ * this enum contains the known values that the service supports.
1909
+ * ### Known values supported by the service
1910
+ * **Enabled** \
1911
+ * **Disabled**
1912
+ */
1913
+ export type CatalogItemSyncEnableStatus = string;
1914
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
1915
+ export declare enum KnownManagedServiceIdentityType {
1916
+ /** None */
1917
+ None = "None",
1918
+ /** SystemAssigned */
1919
+ SystemAssigned = "SystemAssigned",
1920
+ /** UserAssigned */
1921
+ UserAssigned = "UserAssigned",
1922
+ /** SystemAssignedUserAssigned */
1923
+ SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
1924
+ }
1925
+ /**
1926
+ * Defines values for ManagedServiceIdentityType. \
1927
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
1928
+ * this enum contains the known values that the service supports.
1929
+ * ### Known values supported by the service
1930
+ * **None** \
1931
+ * **SystemAssigned** \
1932
+ * **UserAssigned** \
1933
+ * **SystemAssigned, UserAssigned**
1934
+ */
1935
+ export type ManagedServiceIdentityType = string;
1936
+ /** Known values of {@link CreatedByType} that the service accepts. */
1937
+ export declare enum KnownCreatedByType {
1938
+ /** User */
1939
+ User = "User",
1940
+ /** Application */
1941
+ Application = "Application",
1942
+ /** ManagedIdentity */
1943
+ ManagedIdentity = "ManagedIdentity",
1944
+ /** Key */
1945
+ Key = "Key"
1946
+ }
1947
+ /**
1948
+ * Defines values for CreatedByType. \
1949
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1950
+ * this enum contains the known values that the service supports.
1951
+ * ### Known values supported by the service
1952
+ * **User** \
1953
+ * **Application** \
1954
+ * **ManagedIdentity** \
1955
+ * **Key**
1956
+ */
1957
+ export type CreatedByType = string;
1958
+ /** Known values of {@link CatalogItemType} that the service accepts. */
1959
+ export declare enum KnownCatalogItemType {
1960
+ /** EnvironmentDefinition */
1961
+ EnvironmentDefinition = "EnvironmentDefinition"
1962
+ }
1963
+ /**
1964
+ * Defines values for CatalogItemType. \
1965
+ * {@link KnownCatalogItemType} can be used interchangeably with CatalogItemType,
1966
+ * this enum contains the known values that the service supports.
1967
+ * ### Known values supported by the service
1968
+ * **EnvironmentDefinition**
1969
+ */
1970
+ export type CatalogItemType = string;
1971
+ /** Known values of {@link HealthCheckStatus} that the service accepts. */
1972
+ export declare enum KnownHealthCheckStatus {
1973
+ /** Unknown */
1974
+ Unknown = "Unknown",
1975
+ /** Pending */
1976
+ Pending = "Pending",
1977
+ /** Running */
1978
+ Running = "Running",
1979
+ /** Passed */
1980
+ Passed = "Passed",
1981
+ /** Warning */
1982
+ Warning = "Warning",
1983
+ /** Failed */
1984
+ Failed = "Failed"
1985
+ }
1986
+ /**
1987
+ * Defines values for HealthCheckStatus. \
1988
+ * {@link KnownHealthCheckStatus} can be used interchangeably with HealthCheckStatus,
1989
+ * this enum contains the known values that the service supports.
1990
+ * ### Known values supported by the service
1991
+ * **Unknown** \
1992
+ * **Pending** \
1993
+ * **Running** \
1994
+ * **Passed** \
1995
+ * **Warning** \
1996
+ * **Failed**
1997
+ */
1998
+ export type HealthCheckStatus = string;
1999
+ /** Known values of {@link DomainJoinType} that the service accepts. */
2000
+ export declare enum KnownDomainJoinType {
2001
+ /** HybridAzureADJoin */
2002
+ HybridAzureADJoin = "HybridAzureADJoin",
2003
+ /** AzureADJoin */
2004
+ AzureADJoin = "AzureADJoin"
2005
+ }
2006
+ /**
2007
+ * Defines values for DomainJoinType. \
2008
+ * {@link KnownDomainJoinType} can be used interchangeably with DomainJoinType,
2009
+ * this enum contains the known values that the service supports.
2010
+ * ### Known values supported by the service
2011
+ * **HybridAzureADJoin** \
2012
+ * **AzureADJoin**
2013
+ */
2014
+ export type DomainJoinType = string;
2015
+ /** Known values of {@link CatalogSyncState} that the service accepts. */
2016
+ export declare enum KnownCatalogSyncState {
2017
+ /** Succeeded */
2018
+ Succeeded = "Succeeded",
2019
+ /** InProgress */
2020
+ InProgress = "InProgress",
2021
+ /** Failed */
2022
+ Failed = "Failed",
2023
+ /** Canceled */
2024
+ Canceled = "Canceled"
2025
+ }
2026
+ /**
2027
+ * Defines values for CatalogSyncState. \
2028
+ * {@link KnownCatalogSyncState} can be used interchangeably with CatalogSyncState,
2029
+ * this enum contains the known values that the service supports.
2030
+ * ### Known values supported by the service
2031
+ * **Succeeded** \
2032
+ * **InProgress** \
2033
+ * **Failed** \
2034
+ * **Canceled**
2035
+ */
2036
+ export type CatalogSyncState = string;
2037
+ /** Known values of {@link CatalogConnectionState} that the service accepts. */
2038
+ export declare enum KnownCatalogConnectionState {
2039
+ /** Connected */
2040
+ Connected = "Connected",
2041
+ /** Disconnected */
2042
+ Disconnected = "Disconnected"
2043
+ }
2044
+ /**
2045
+ * Defines values for CatalogConnectionState. \
2046
+ * {@link KnownCatalogConnectionState} can be used interchangeably with CatalogConnectionState,
2047
+ * this enum contains the known values that the service supports.
2048
+ * ### Known values supported by the service
2049
+ * **Connected** \
2050
+ * **Disconnected**
2051
+ */
2052
+ export type CatalogConnectionState = string;
2053
+ /** Known values of {@link CatalogSyncType} that the service accepts. */
2054
+ export declare enum KnownCatalogSyncType {
2055
+ /** Manual */
2056
+ Manual = "Manual",
2057
+ /** Scheduled */
2058
+ Scheduled = "Scheduled"
2059
+ }
2060
+ /**
2061
+ * Defines values for CatalogSyncType. \
2062
+ * {@link KnownCatalogSyncType} can be used interchangeably with CatalogSyncType,
2063
+ * this enum contains the known values that the service supports.
2064
+ * ### Known values supported by the service
2065
+ * **Manual** \
2066
+ * **Scheduled**
2067
+ */
2068
+ export type CatalogSyncType = string;
2069
+ /** Known values of {@link ParameterType} that the service accepts. */
2070
+ export declare enum KnownParameterType {
2071
+ /** The parameter accepts an array of values. */
2072
+ Array = "array",
2073
+ /** The parameter accepts a boolean value. */
2074
+ Boolean = "boolean",
2075
+ /** The parameter accepts an integer value. */
2076
+ Integer = "integer",
2077
+ /** The parameter accepts a number value. */
2078
+ Number = "number",
2079
+ /** The parameter accepts an object value. */
2080
+ Object = "object",
2081
+ /** The parameter accepts a string value. */
2082
+ String = "string"
2083
+ }
2084
+ /**
2085
+ * Defines values for ParameterType. \
2086
+ * {@link KnownParameterType} can be used interchangeably with ParameterType,
2087
+ * this enum contains the known values that the service supports.
2088
+ * ### Known values supported by the service
2089
+ * **array**: The parameter accepts an array of values. \
2090
+ * **boolean**: The parameter accepts a boolean value. \
2091
+ * **integer**: The parameter accepts an integer value. \
2092
+ * **number**: The parameter accepts a number value. \
2093
+ * **object**: The parameter accepts an object value. \
2094
+ * **string**: The parameter accepts a string value.
2095
+ */
2096
+ export type ParameterType = string;
2097
+ /** Known values of {@link CatalogResourceValidationStatus} that the service accepts. */
2098
+ export declare enum KnownCatalogResourceValidationStatus {
2099
+ /** Unknown */
2100
+ Unknown = "Unknown",
2101
+ /** Pending */
2102
+ Pending = "Pending",
2103
+ /** Succeeded */
2104
+ Succeeded = "Succeeded",
2105
+ /** Failed */
2106
+ Failed = "Failed"
2107
+ }
2108
+ /**
2109
+ * Defines values for CatalogResourceValidationStatus. \
2110
+ * {@link KnownCatalogResourceValidationStatus} can be used interchangeably with CatalogResourceValidationStatus,
2111
+ * this enum contains the known values that the service supports.
2112
+ * ### Known values supported by the service
2113
+ * **Unknown** \
2114
+ * **Pending** \
2115
+ * **Succeeded** \
2116
+ * **Failed**
2117
+ */
2118
+ export type CatalogResourceValidationStatus = string;
2119
+ /** Known values of {@link HibernateSupport} that the service accepts. */
2120
+ export declare enum KnownHibernateSupport {
2121
+ /** Disabled */
2122
+ Disabled = "Disabled",
2123
+ /** Enabled */
2124
+ Enabled = "Enabled"
2125
+ }
2126
+ /**
2127
+ * Defines values for HibernateSupport. \
2128
+ * {@link KnownHibernateSupport} can be used interchangeably with HibernateSupport,
2129
+ * this enum contains the known values that the service supports.
2130
+ * ### Known values supported by the service
2131
+ * **Disabled** \
2132
+ * **Enabled**
2133
+ */
2134
+ export type HibernateSupport = string;
2135
+ /** Known values of {@link EnvironmentTypeEnableStatus} that the service accepts. */
2136
+ export declare enum KnownEnvironmentTypeEnableStatus {
2137
+ /** Enabled */
2138
+ Enabled = "Enabled",
2139
+ /** Disabled */
2140
+ Disabled = "Disabled"
2141
+ }
2142
+ /**
2143
+ * Defines values for EnvironmentTypeEnableStatus. \
2144
+ * {@link KnownEnvironmentTypeEnableStatus} can be used interchangeably with EnvironmentTypeEnableStatus,
2145
+ * this enum contains the known values that the service supports.
2146
+ * ### Known values supported by the service
2147
+ * **Enabled** \
2148
+ * **Disabled**
2149
+ */
2150
+ export type EnvironmentTypeEnableStatus = string;
2151
+ /** Known values of {@link ImageValidationStatus} that the service accepts. */
2152
+ export declare enum KnownImageValidationStatus {
2153
+ /** Unknown */
2154
+ Unknown = "Unknown",
2155
+ /** Pending */
2156
+ Pending = "Pending",
2157
+ /** Succeeded */
2158
+ Succeeded = "Succeeded",
2159
+ /** Failed */
2160
+ Failed = "Failed",
2161
+ /** TimedOut */
2162
+ TimedOut = "TimedOut"
2163
+ }
2164
+ /**
2165
+ * Defines values for ImageValidationStatus. \
2166
+ * {@link KnownImageValidationStatus} can be used interchangeably with ImageValidationStatus,
2167
+ * this enum contains the known values that the service supports.
2168
+ * ### Known values supported by the service
2169
+ * **Unknown** \
2170
+ * **Pending** \
2171
+ * **Succeeded** \
2172
+ * **Failed** \
2173
+ * **TimedOut**
2174
+ */
2175
+ export type ImageValidationStatus = string;
2176
+ /** Known values of {@link Origin} that the service accepts. */
2177
+ export declare enum KnownOrigin {
2178
+ /** User */
2179
+ User = "user",
2180
+ /** System */
2181
+ System = "system",
2182
+ /** UserSystem */
2183
+ UserSystem = "user,system"
2184
+ }
2185
+ /**
2186
+ * Defines values for Origin. \
2187
+ * {@link KnownOrigin} can be used interchangeably with Origin,
2188
+ * this enum contains the known values that the service supports.
2189
+ * ### Known values supported by the service
2190
+ * **user** \
2191
+ * **system** \
2192
+ * **user,system**
2193
+ */
2194
+ export type Origin = string;
2195
+ /** Known values of {@link ActionType} that the service accepts. */
2196
+ export declare enum KnownActionType {
2197
+ /** Internal */
2198
+ Internal = "Internal"
2199
+ }
2200
+ /**
2201
+ * Defines values for ActionType. \
2202
+ * {@link KnownActionType} can be used interchangeably with ActionType,
2203
+ * this enum contains the known values that the service supports.
2204
+ * ### Known values supported by the service
2205
+ * **Internal**
2206
+ */
2207
+ export type ActionType = string;
2208
+ /** Known values of {@link UsageUnit} that the service accepts. */
2209
+ export declare enum KnownUsageUnit {
2210
+ /** Count */
2211
+ Count = "Count"
2212
+ }
2213
+ /**
2214
+ * Defines values for UsageUnit. \
2215
+ * {@link KnownUsageUnit} can be used interchangeably with UsageUnit,
2216
+ * this enum contains the known values that the service supports.
2217
+ * ### Known values supported by the service
2218
+ * **Count**
2219
+ */
2220
+ export type UsageUnit = string;
2221
+ /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
2222
+ export declare enum KnownCheckNameAvailabilityReason {
2223
+ /** Invalid */
2224
+ Invalid = "Invalid",
2225
+ /** AlreadyExists */
2226
+ AlreadyExists = "AlreadyExists"
2227
+ }
2228
+ /**
2229
+ * Defines values for CheckNameAvailabilityReason. \
2230
+ * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
2231
+ * this enum contains the known values that the service supports.
2232
+ * ### Known values supported by the service
2233
+ * **Invalid** \
2234
+ * **AlreadyExists**
2235
+ */
2236
+ export type CheckNameAvailabilityReason = string;
2237
+ /** Known values of {@link HealthStatus} that the service accepts. */
2238
+ export declare enum KnownHealthStatus {
2239
+ /** Unknown */
2240
+ Unknown = "Unknown",
2241
+ /** Pending */
2242
+ Pending = "Pending",
2243
+ /** Healthy */
2244
+ Healthy = "Healthy",
2245
+ /** Warning */
2246
+ Warning = "Warning",
2247
+ /** Unhealthy */
2248
+ Unhealthy = "Unhealthy"
2249
+ }
2250
+ /**
2251
+ * Defines values for HealthStatus. \
2252
+ * {@link KnownHealthStatus} can be used interchangeably with HealthStatus,
2253
+ * this enum contains the known values that the service supports.
2254
+ * ### Known values supported by the service
2255
+ * **Unknown** \
2256
+ * **Pending** \
2257
+ * **Healthy** \
2258
+ * **Warning** \
2259
+ * **Unhealthy**
2260
+ */
2261
+ export type HealthStatus = string;
2262
+ /** Known values of {@link LicenseType} that the service accepts. */
2263
+ export declare enum KnownLicenseType {
2264
+ /** WindowsClient */
2265
+ WindowsClient = "Windows_Client"
2266
+ }
2267
+ /**
2268
+ * Defines values for LicenseType. \
2269
+ * {@link KnownLicenseType} can be used interchangeably with LicenseType,
2270
+ * this enum contains the known values that the service supports.
2271
+ * ### Known values supported by the service
2272
+ * **Windows_Client**
2273
+ */
2274
+ export type LicenseType = string;
2275
+ /** Known values of {@link LocalAdminStatus} that the service accepts. */
2276
+ export declare enum KnownLocalAdminStatus {
2277
+ /** Disabled */
2278
+ Disabled = "Disabled",
2279
+ /** Enabled */
2280
+ Enabled = "Enabled"
2281
+ }
2282
+ /**
2283
+ * Defines values for LocalAdminStatus. \
2284
+ * {@link KnownLocalAdminStatus} can be used interchangeably with LocalAdminStatus,
2285
+ * this enum contains the known values that the service supports.
2286
+ * ### Known values supported by the service
2287
+ * **Disabled** \
2288
+ * **Enabled**
2289
+ */
2290
+ export type LocalAdminStatus = string;
2291
+ /** Known values of {@link StopOnDisconnectEnableStatus} that the service accepts. */
2292
+ export declare enum KnownStopOnDisconnectEnableStatus {
2293
+ /** Enabled */
2294
+ Enabled = "Enabled",
2295
+ /** Disabled */
2296
+ Disabled = "Disabled"
2297
+ }
2298
+ /**
2299
+ * Defines values for StopOnDisconnectEnableStatus. \
2300
+ * {@link KnownStopOnDisconnectEnableStatus} can be used interchangeably with StopOnDisconnectEnableStatus,
2301
+ * this enum contains the known values that the service supports.
2302
+ * ### Known values supported by the service
2303
+ * **Enabled** \
2304
+ * **Disabled**
2305
+ */
2306
+ export type StopOnDisconnectEnableStatus = string;
2307
+ /** Known values of {@link SingleSignOnStatus} that the service accepts. */
2308
+ export declare enum KnownSingleSignOnStatus {
2309
+ /** Disabled */
2310
+ Disabled = "Disabled",
2311
+ /** Enabled */
2312
+ Enabled = "Enabled"
2313
+ }
2314
+ /**
2315
+ * Defines values for SingleSignOnStatus. \
2316
+ * {@link KnownSingleSignOnStatus} can be used interchangeably with SingleSignOnStatus,
2317
+ * this enum contains the known values that the service supports.
2318
+ * ### Known values supported by the service
2319
+ * **Disabled** \
2320
+ * **Enabled**
2321
+ */
2322
+ export type SingleSignOnStatus = string;
2323
+ /** Known values of {@link VirtualNetworkType} that the service accepts. */
2324
+ export declare enum KnownVirtualNetworkType {
2325
+ /** Managed */
2326
+ Managed = "Managed",
2327
+ /** Unmanaged */
2328
+ Unmanaged = "Unmanaged"
2329
+ }
2330
+ /**
2331
+ * Defines values for VirtualNetworkType. \
2332
+ * {@link KnownVirtualNetworkType} can be used interchangeably with VirtualNetworkType,
2333
+ * this enum contains the known values that the service supports.
2334
+ * ### Known values supported by the service
2335
+ * **Managed** \
2336
+ * **Unmanaged**
2337
+ */
2338
+ export type VirtualNetworkType = string;
2339
+ /** Known values of {@link ScheduledType} that the service accepts. */
2340
+ export declare enum KnownScheduledType {
2341
+ /** StopDevBox */
2342
+ StopDevBox = "StopDevBox"
2343
+ }
2344
+ /**
2345
+ * Defines values for ScheduledType. \
2346
+ * {@link KnownScheduledType} can be used interchangeably with ScheduledType,
2347
+ * this enum contains the known values that the service supports.
2348
+ * ### Known values supported by the service
2349
+ * **StopDevBox**
2350
+ */
2351
+ export type ScheduledType = string;
2352
+ /** Known values of {@link ScheduledFrequency} that the service accepts. */
2353
+ export declare enum KnownScheduledFrequency {
2354
+ /** Daily */
2355
+ Daily = "Daily"
2356
+ }
2357
+ /**
2358
+ * Defines values for ScheduledFrequency. \
2359
+ * {@link KnownScheduledFrequency} can be used interchangeably with ScheduledFrequency,
2360
+ * this enum contains the known values that the service supports.
2361
+ * ### Known values supported by the service
2362
+ * **Daily**
2363
+ */
2364
+ export type ScheduledFrequency = string;
2365
+ /** Known values of {@link ScheduleEnableStatus} that the service accepts. */
2366
+ export declare enum KnownScheduleEnableStatus {
2367
+ /** Enabled */
2368
+ Enabled = "Enabled",
2369
+ /** Disabled */
2370
+ Disabled = "Disabled"
2371
+ }
2372
+ /**
2373
+ * Defines values for ScheduleEnableStatus. \
2374
+ * {@link KnownScheduleEnableStatus} can be used interchangeably with ScheduleEnableStatus,
2375
+ * this enum contains the known values that the service supports.
2376
+ * ### Known values supported by the service
2377
+ * **Enabled** \
2378
+ * **Disabled**
2379
+ */
2380
+ export type ScheduleEnableStatus = string;
2381
+ /** Defines values for SkuTier. */
2382
+ export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
2383
+ /** Optional parameters. */
2384
+ export interface DevCentersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2385
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2386
+ top?: number;
2387
+ }
2388
+ /** Contains response data for the listBySubscription operation. */
2389
+ export type DevCentersListBySubscriptionResponse = DevCenterListResult;
2390
+ /** Optional parameters. */
2391
+ export interface DevCentersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2392
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2393
+ top?: number;
2394
+ }
2395
+ /** Contains response data for the listByResourceGroup operation. */
2396
+ export type DevCentersListByResourceGroupResponse = DevCenterListResult;
2397
+ /** Optional parameters. */
2398
+ export interface DevCentersGetOptionalParams extends coreClient.OperationOptions {
2399
+ }
2400
+ /** Contains response data for the get operation. */
2401
+ export type DevCentersGetResponse = DevCenter;
2402
+ /** Optional parameters. */
2403
+ export interface DevCentersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2404
+ /** Delay to wait until next poll, in milliseconds. */
2405
+ updateIntervalInMs?: number;
2406
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2407
+ resumeFrom?: string;
2408
+ }
2409
+ /** Contains response data for the createOrUpdate operation. */
2410
+ export type DevCentersCreateOrUpdateResponse = DevCenter;
2411
+ /** Optional parameters. */
2412
+ export interface DevCentersUpdateOptionalParams extends coreClient.OperationOptions {
2413
+ /** Delay to wait until next poll, in milliseconds. */
2414
+ updateIntervalInMs?: number;
2415
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2416
+ resumeFrom?: string;
2417
+ }
2418
+ /** Contains response data for the update operation. */
2419
+ export type DevCentersUpdateResponse = DevCenter;
2420
+ /** Optional parameters. */
2421
+ export interface DevCentersDeleteOptionalParams extends coreClient.OperationOptions {
2422
+ /** Delay to wait until next poll, in milliseconds. */
2423
+ updateIntervalInMs?: number;
2424
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2425
+ resumeFrom?: string;
2426
+ }
2427
+ /** Contains response data for the delete operation. */
2428
+ export type DevCentersDeleteResponse = DevCentersDeleteHeaders;
2429
+ /** Optional parameters. */
2430
+ export interface DevCentersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2431
+ }
2432
+ /** Contains response data for the listBySubscriptionNext operation. */
2433
+ export type DevCentersListBySubscriptionNextResponse = DevCenterListResult;
2434
+ /** Optional parameters. */
2435
+ export interface DevCentersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2436
+ }
2437
+ /** Contains response data for the listByResourceGroupNext operation. */
2438
+ export type DevCentersListByResourceGroupNextResponse = DevCenterListResult;
2439
+ /** Optional parameters. */
2440
+ export interface ProjectsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2441
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2442
+ top?: number;
2443
+ }
2444
+ /** Contains response data for the listBySubscription operation. */
2445
+ export type ProjectsListBySubscriptionResponse = ProjectListResult;
2446
+ /** Optional parameters. */
2447
+ export interface ProjectsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2448
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2449
+ top?: number;
2450
+ }
2451
+ /** Contains response data for the listByResourceGroup operation. */
2452
+ export type ProjectsListByResourceGroupResponse = ProjectListResult;
2453
+ /** Optional parameters. */
2454
+ export interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
2455
+ }
2456
+ /** Contains response data for the get operation. */
2457
+ export type ProjectsGetResponse = Project;
2458
+ /** Optional parameters. */
2459
+ export interface ProjectsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2460
+ /** Delay to wait until next poll, in milliseconds. */
2461
+ updateIntervalInMs?: number;
2462
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2463
+ resumeFrom?: string;
2464
+ }
2465
+ /** Contains response data for the createOrUpdate operation. */
2466
+ export type ProjectsCreateOrUpdateResponse = Project;
2467
+ /** Optional parameters. */
2468
+ export interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
2469
+ /** Delay to wait until next poll, in milliseconds. */
2470
+ updateIntervalInMs?: number;
2471
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2472
+ resumeFrom?: string;
2473
+ }
2474
+ /** Contains response data for the update operation. */
2475
+ export type ProjectsUpdateResponse = Project;
2476
+ /** Optional parameters. */
2477
+ export interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
2478
+ /** Delay to wait until next poll, in milliseconds. */
2479
+ updateIntervalInMs?: number;
2480
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2481
+ resumeFrom?: string;
2482
+ }
2483
+ /** Contains response data for the delete operation. */
2484
+ export type ProjectsDeleteResponse = ProjectsDeleteHeaders;
2485
+ /** Optional parameters. */
2486
+ export interface ProjectsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2487
+ }
2488
+ /** Contains response data for the listBySubscriptionNext operation. */
2489
+ export type ProjectsListBySubscriptionNextResponse = ProjectListResult;
2490
+ /** Optional parameters. */
2491
+ export interface ProjectsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2492
+ }
2493
+ /** Contains response data for the listByResourceGroupNext operation. */
2494
+ export type ProjectsListByResourceGroupNextResponse = ProjectListResult;
2495
+ /** Optional parameters. */
2496
+ export interface AttachedNetworksListByProjectOptionalParams extends coreClient.OperationOptions {
2497
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2498
+ top?: number;
2499
+ }
2500
+ /** Contains response data for the listByProject operation. */
2501
+ export type AttachedNetworksListByProjectResponse = AttachedNetworkListResult;
2502
+ /** Optional parameters. */
2503
+ export interface AttachedNetworksGetByProjectOptionalParams extends coreClient.OperationOptions {
2504
+ }
2505
+ /** Contains response data for the getByProject operation. */
2506
+ export type AttachedNetworksGetByProjectResponse = AttachedNetworkConnection;
2507
+ /** Optional parameters. */
2508
+ export interface AttachedNetworksListByDevCenterOptionalParams extends coreClient.OperationOptions {
2509
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2510
+ top?: number;
2511
+ }
2512
+ /** Contains response data for the listByDevCenter operation. */
2513
+ export type AttachedNetworksListByDevCenterResponse = AttachedNetworkListResult;
2514
+ /** Optional parameters. */
2515
+ export interface AttachedNetworksGetByDevCenterOptionalParams extends coreClient.OperationOptions {
2516
+ }
2517
+ /** Contains response data for the getByDevCenter operation. */
2518
+ export type AttachedNetworksGetByDevCenterResponse = AttachedNetworkConnection;
2519
+ /** Optional parameters. */
2520
+ export interface AttachedNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2521
+ /** Delay to wait until next poll, in milliseconds. */
2522
+ updateIntervalInMs?: number;
2523
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2524
+ resumeFrom?: string;
2525
+ }
2526
+ /** Contains response data for the createOrUpdate operation. */
2527
+ export type AttachedNetworksCreateOrUpdateResponse = AttachedNetworkConnection;
2528
+ /** Optional parameters. */
2529
+ export interface AttachedNetworksDeleteOptionalParams extends coreClient.OperationOptions {
2530
+ /** Delay to wait until next poll, in milliseconds. */
2531
+ updateIntervalInMs?: number;
2532
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2533
+ resumeFrom?: string;
2534
+ }
2535
+ /** Contains response data for the delete operation. */
2536
+ export type AttachedNetworksDeleteResponse = AttachedNetworksDeleteHeaders;
2537
+ /** Optional parameters. */
2538
+ export interface AttachedNetworksListByProjectNextOptionalParams extends coreClient.OperationOptions {
2539
+ }
2540
+ /** Contains response data for the listByProjectNext operation. */
2541
+ export type AttachedNetworksListByProjectNextResponse = AttachedNetworkListResult;
2542
+ /** Optional parameters. */
2543
+ export interface AttachedNetworksListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
2544
+ }
2545
+ /** Contains response data for the listByDevCenterNext operation. */
2546
+ export type AttachedNetworksListByDevCenterNextResponse = AttachedNetworkListResult;
2547
+ /** Optional parameters. */
2548
+ export interface ProjectCatalogsListOptionalParams extends coreClient.OperationOptions {
2549
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2550
+ top?: number;
2551
+ }
2552
+ /** Contains response data for the list operation. */
2553
+ export type ProjectCatalogsListResponse = CatalogListResult;
2554
+ /** Optional parameters. */
2555
+ export interface ProjectCatalogsGetOptionalParams extends coreClient.OperationOptions {
2556
+ }
2557
+ /** Contains response data for the get operation. */
2558
+ export type ProjectCatalogsGetResponse = Catalog;
2559
+ /** Optional parameters. */
2560
+ export interface ProjectCatalogsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2561
+ /** Delay to wait until next poll, in milliseconds. */
2562
+ updateIntervalInMs?: number;
2563
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2564
+ resumeFrom?: string;
2565
+ }
2566
+ /** Contains response data for the createOrUpdate operation. */
2567
+ export type ProjectCatalogsCreateOrUpdateResponse = Catalog;
2568
+ /** Optional parameters. */
2569
+ export interface ProjectCatalogsPatchOptionalParams extends coreClient.OperationOptions {
2570
+ /** Delay to wait until next poll, in milliseconds. */
2571
+ updateIntervalInMs?: number;
2572
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2573
+ resumeFrom?: string;
2574
+ }
2575
+ /** Contains response data for the patch operation. */
2576
+ export type ProjectCatalogsPatchResponse = Catalog;
2577
+ /** Optional parameters. */
2578
+ export interface ProjectCatalogsDeleteOptionalParams extends coreClient.OperationOptions {
2579
+ /** Delay to wait until next poll, in milliseconds. */
2580
+ updateIntervalInMs?: number;
2581
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2582
+ resumeFrom?: string;
2583
+ }
2584
+ /** Contains response data for the delete operation. */
2585
+ export type ProjectCatalogsDeleteResponse = ProjectCatalogsDeleteHeaders;
2586
+ /** Optional parameters. */
2587
+ export interface ProjectCatalogsGetSyncErrorDetailsOptionalParams extends coreClient.OperationOptions {
2588
+ }
2589
+ /** Contains response data for the getSyncErrorDetails operation. */
2590
+ export type ProjectCatalogsGetSyncErrorDetailsResponse = SyncErrorDetails;
2591
+ /** Optional parameters. */
2592
+ export interface ProjectCatalogsSyncOptionalParams extends coreClient.OperationOptions {
2593
+ /** Delay to wait until next poll, in milliseconds. */
2594
+ updateIntervalInMs?: number;
2595
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2596
+ resumeFrom?: string;
2597
+ }
2598
+ /** Contains response data for the sync operation. */
2599
+ export type ProjectCatalogsSyncResponse = ProjectCatalogsSyncHeaders;
2600
+ /** Optional parameters. */
2601
+ export interface ProjectCatalogsConnectOptionalParams extends coreClient.OperationOptions {
2602
+ /** Delay to wait until next poll, in milliseconds. */
2603
+ updateIntervalInMs?: number;
2604
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2605
+ resumeFrom?: string;
2606
+ }
2607
+ /** Contains response data for the connect operation. */
2608
+ export type ProjectCatalogsConnectResponse = ProjectCatalogsConnectHeaders;
2609
+ /** Optional parameters. */
2610
+ export interface ProjectCatalogsListNextOptionalParams extends coreClient.OperationOptions {
2611
+ }
2612
+ /** Contains response data for the listNext operation. */
2613
+ export type ProjectCatalogsListNextResponse = CatalogListResult;
2614
+ /** Optional parameters. */
2615
+ export interface EnvironmentDefinitionsListByProjectCatalogOptionalParams extends coreClient.OperationOptions {
2616
+ }
2617
+ /** Contains response data for the listByProjectCatalog operation. */
2618
+ export type EnvironmentDefinitionsListByProjectCatalogResponse = EnvironmentDefinitionListResult;
2619
+ /** Optional parameters. */
2620
+ export interface EnvironmentDefinitionsGetByProjectCatalogOptionalParams extends coreClient.OperationOptions {
2621
+ }
2622
+ /** Contains response data for the getByProjectCatalog operation. */
2623
+ export type EnvironmentDefinitionsGetByProjectCatalogResponse = EnvironmentDefinition;
2624
+ /** Optional parameters. */
2625
+ export interface EnvironmentDefinitionsListByCatalogOptionalParams extends coreClient.OperationOptions {
2626
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2627
+ top?: number;
2628
+ }
2629
+ /** Contains response data for the listByCatalog operation. */
2630
+ export type EnvironmentDefinitionsListByCatalogResponse = EnvironmentDefinitionListResult;
2631
+ /** Optional parameters. */
2632
+ export interface EnvironmentDefinitionsGetOptionalParams extends coreClient.OperationOptions {
2633
+ }
2634
+ /** Contains response data for the get operation. */
2635
+ export type EnvironmentDefinitionsGetResponse = EnvironmentDefinition;
2636
+ /** Optional parameters. */
2637
+ export interface EnvironmentDefinitionsGetErrorDetailsOptionalParams extends coreClient.OperationOptions {
2638
+ }
2639
+ /** Contains response data for the getErrorDetails operation. */
2640
+ export type EnvironmentDefinitionsGetErrorDetailsResponse = CatalogResourceValidationErrorDetails;
2641
+ /** Optional parameters. */
2642
+ export interface EnvironmentDefinitionsListByProjectCatalogNextOptionalParams extends coreClient.OperationOptions {
2643
+ }
2644
+ /** Contains response data for the listByProjectCatalogNext operation. */
2645
+ export type EnvironmentDefinitionsListByProjectCatalogNextResponse = EnvironmentDefinitionListResult;
2646
+ /** Optional parameters. */
2647
+ export interface EnvironmentDefinitionsListByCatalogNextOptionalParams extends coreClient.OperationOptions {
2648
+ }
2649
+ /** Contains response data for the listByCatalogNext operation. */
2650
+ export type EnvironmentDefinitionsListByCatalogNextResponse = EnvironmentDefinitionListResult;
2651
+ /** Optional parameters. */
2652
+ export interface ProjectCatalogEnvironmentDefinitionsGetErrorDetailsOptionalParams extends coreClient.OperationOptions {
2653
+ }
2654
+ /** Contains response data for the getErrorDetails operation. */
2655
+ export type ProjectCatalogEnvironmentDefinitionsGetErrorDetailsResponse = CatalogResourceValidationErrorDetails;
2656
+ /** Optional parameters. */
2657
+ export interface GalleriesListByDevCenterOptionalParams extends coreClient.OperationOptions {
2658
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2659
+ top?: number;
2660
+ }
2661
+ /** Contains response data for the listByDevCenter operation. */
2662
+ export type GalleriesListByDevCenterResponse = GalleryListResult;
2663
+ /** Optional parameters. */
2664
+ export interface GalleriesGetOptionalParams extends coreClient.OperationOptions {
2665
+ }
2666
+ /** Contains response data for the get operation. */
2667
+ export type GalleriesGetResponse = Gallery;
2668
+ /** Optional parameters. */
2669
+ export interface GalleriesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2670
+ /** Delay to wait until next poll, in milliseconds. */
2671
+ updateIntervalInMs?: number;
2672
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2673
+ resumeFrom?: string;
2674
+ }
2675
+ /** Contains response data for the createOrUpdate operation. */
2676
+ export type GalleriesCreateOrUpdateResponse = Gallery;
2677
+ /** Optional parameters. */
2678
+ export interface GalleriesDeleteOptionalParams extends coreClient.OperationOptions {
2679
+ /** Delay to wait until next poll, in milliseconds. */
2680
+ updateIntervalInMs?: number;
2681
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2682
+ resumeFrom?: string;
2683
+ }
2684
+ /** Contains response data for the delete operation. */
2685
+ export type GalleriesDeleteResponse = GalleriesDeleteHeaders;
2686
+ /** Optional parameters. */
2687
+ export interface GalleriesListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
2688
+ }
2689
+ /** Contains response data for the listByDevCenterNext operation. */
2690
+ export type GalleriesListByDevCenterNextResponse = GalleryListResult;
2691
+ /** Optional parameters. */
2692
+ export interface ImagesListByDevCenterOptionalParams extends coreClient.OperationOptions {
2693
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2694
+ top?: number;
2695
+ }
2696
+ /** Contains response data for the listByDevCenter operation. */
2697
+ export type ImagesListByDevCenterResponse = ImageListResult;
2698
+ /** Optional parameters. */
2699
+ export interface ImagesListByGalleryOptionalParams extends coreClient.OperationOptions {
2700
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2701
+ top?: number;
2702
+ }
2703
+ /** Contains response data for the listByGallery operation. */
2704
+ export type ImagesListByGalleryResponse = ImageListResult;
2705
+ /** Optional parameters. */
2706
+ export interface ImagesGetOptionalParams extends coreClient.OperationOptions {
2707
+ }
2708
+ /** Contains response data for the get operation. */
2709
+ export type ImagesGetResponse = Image;
2710
+ /** Optional parameters. */
2711
+ export interface ImagesListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
2712
+ }
2713
+ /** Contains response data for the listByDevCenterNext operation. */
2714
+ export type ImagesListByDevCenterNextResponse = ImageListResult;
2715
+ /** Optional parameters. */
2716
+ export interface ImagesListByGalleryNextOptionalParams extends coreClient.OperationOptions {
2717
+ }
2718
+ /** Contains response data for the listByGalleryNext operation. */
2719
+ export type ImagesListByGalleryNextResponse = ImageListResult;
2720
+ /** Optional parameters. */
2721
+ export interface ImageVersionsListByImageOptionalParams extends coreClient.OperationOptions {
2722
+ }
2723
+ /** Contains response data for the listByImage operation. */
2724
+ export type ImageVersionsListByImageResponse = ImageVersionListResult;
2725
+ /** Optional parameters. */
2726
+ export interface ImageVersionsGetOptionalParams extends coreClient.OperationOptions {
2727
+ }
2728
+ /** Contains response data for the get operation. */
2729
+ export type ImageVersionsGetResponse = ImageVersion;
2730
+ /** Optional parameters. */
2731
+ export interface ImageVersionsListByImageNextOptionalParams extends coreClient.OperationOptions {
2732
+ }
2733
+ /** Contains response data for the listByImageNext operation. */
2734
+ export type ImageVersionsListByImageNextResponse = ImageVersionListResult;
2735
+ /** Optional parameters. */
2736
+ export interface CatalogsListByDevCenterOptionalParams extends coreClient.OperationOptions {
2737
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2738
+ top?: number;
2739
+ }
2740
+ /** Contains response data for the listByDevCenter operation. */
2741
+ export type CatalogsListByDevCenterResponse = CatalogListResult;
2742
+ /** Optional parameters. */
2743
+ export interface CatalogsGetOptionalParams extends coreClient.OperationOptions {
2744
+ }
2745
+ /** Contains response data for the get operation. */
2746
+ export type CatalogsGetResponse = Catalog;
2747
+ /** Optional parameters. */
2748
+ export interface CatalogsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2749
+ /** Delay to wait until next poll, in milliseconds. */
2750
+ updateIntervalInMs?: number;
2751
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2752
+ resumeFrom?: string;
2753
+ }
2754
+ /** Contains response data for the createOrUpdate operation. */
2755
+ export type CatalogsCreateOrUpdateResponse = Catalog;
2756
+ /** Optional parameters. */
2757
+ export interface CatalogsUpdateOptionalParams extends coreClient.OperationOptions {
2758
+ /** Delay to wait until next poll, in milliseconds. */
2759
+ updateIntervalInMs?: number;
2760
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2761
+ resumeFrom?: string;
2762
+ }
2763
+ /** Contains response data for the update operation. */
2764
+ export type CatalogsUpdateResponse = Catalog;
2765
+ /** Optional parameters. */
2766
+ export interface CatalogsDeleteOptionalParams extends coreClient.OperationOptions {
2767
+ /** Delay to wait until next poll, in milliseconds. */
2768
+ updateIntervalInMs?: number;
2769
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2770
+ resumeFrom?: string;
2771
+ }
2772
+ /** Contains response data for the delete operation. */
2773
+ export type CatalogsDeleteResponse = CatalogsDeleteHeaders;
2774
+ /** Optional parameters. */
2775
+ export interface CatalogsGetSyncErrorDetailsOptionalParams extends coreClient.OperationOptions {
2776
+ }
2777
+ /** Contains response data for the getSyncErrorDetails operation. */
2778
+ export type CatalogsGetSyncErrorDetailsResponse = SyncErrorDetails;
2779
+ /** Optional parameters. */
2780
+ export interface CatalogsSyncOptionalParams extends coreClient.OperationOptions {
2781
+ /** Delay to wait until next poll, in milliseconds. */
2782
+ updateIntervalInMs?: number;
2783
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2784
+ resumeFrom?: string;
2785
+ }
2786
+ /** Contains response data for the sync operation. */
2787
+ export type CatalogsSyncResponse = CatalogsSyncHeaders;
2788
+ /** Optional parameters. */
2789
+ export interface CatalogsConnectOptionalParams extends coreClient.OperationOptions {
2790
+ /** Delay to wait until next poll, in milliseconds. */
2791
+ updateIntervalInMs?: number;
2792
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2793
+ resumeFrom?: string;
2794
+ }
2795
+ /** Contains response data for the connect operation. */
2796
+ export type CatalogsConnectResponse = CatalogsConnectHeaders;
2797
+ /** Optional parameters. */
2798
+ export interface CatalogsListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
2799
+ }
2800
+ /** Contains response data for the listByDevCenterNext operation. */
2801
+ export type CatalogsListByDevCenterNextResponse = CatalogListResult;
2802
+ /** Optional parameters. */
2803
+ export interface EnvironmentTypesListByDevCenterOptionalParams extends coreClient.OperationOptions {
2804
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2805
+ top?: number;
2806
+ }
2807
+ /** Contains response data for the listByDevCenter operation. */
2808
+ export type EnvironmentTypesListByDevCenterResponse = EnvironmentTypeListResult;
2809
+ /** Optional parameters. */
2810
+ export interface EnvironmentTypesGetOptionalParams extends coreClient.OperationOptions {
2811
+ }
2812
+ /** Contains response data for the get operation. */
2813
+ export type EnvironmentTypesGetResponse = EnvironmentType;
2814
+ /** Optional parameters. */
2815
+ export interface EnvironmentTypesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2816
+ }
2817
+ /** Contains response data for the createOrUpdate operation. */
2818
+ export type EnvironmentTypesCreateOrUpdateResponse = EnvironmentType;
2819
+ /** Optional parameters. */
2820
+ export interface EnvironmentTypesUpdateOptionalParams extends coreClient.OperationOptions {
2821
+ }
2822
+ /** Contains response data for the update operation. */
2823
+ export type EnvironmentTypesUpdateResponse = EnvironmentType;
2824
+ /** Optional parameters. */
2825
+ export interface EnvironmentTypesDeleteOptionalParams extends coreClient.OperationOptions {
2826
+ }
2827
+ /** Optional parameters. */
2828
+ export interface EnvironmentTypesListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
2829
+ }
2830
+ /** Contains response data for the listByDevCenterNext operation. */
2831
+ export type EnvironmentTypesListByDevCenterNextResponse = EnvironmentTypeListResult;
2832
+ /** Optional parameters. */
2833
+ export interface ProjectAllowedEnvironmentTypesListOptionalParams extends coreClient.OperationOptions {
2834
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2835
+ top?: number;
2836
+ }
2837
+ /** Contains response data for the list operation. */
2838
+ export type ProjectAllowedEnvironmentTypesListResponse = AllowedEnvironmentTypeListResult;
2839
+ /** Optional parameters. */
2840
+ export interface ProjectAllowedEnvironmentTypesGetOptionalParams extends coreClient.OperationOptions {
2841
+ }
2842
+ /** Contains response data for the get operation. */
2843
+ export type ProjectAllowedEnvironmentTypesGetResponse = AllowedEnvironmentType;
2844
+ /** Optional parameters. */
2845
+ export interface ProjectAllowedEnvironmentTypesListNextOptionalParams extends coreClient.OperationOptions {
2846
+ }
2847
+ /** Contains response data for the listNext operation. */
2848
+ export type ProjectAllowedEnvironmentTypesListNextResponse = AllowedEnvironmentTypeListResult;
2849
+ /** Optional parameters. */
2850
+ export interface ProjectEnvironmentTypesListOptionalParams extends coreClient.OperationOptions {
2851
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2852
+ top?: number;
2853
+ }
2854
+ /** Contains response data for the list operation. */
2855
+ export type ProjectEnvironmentTypesListResponse = ProjectEnvironmentTypeListResult;
2856
+ /** Optional parameters. */
2857
+ export interface ProjectEnvironmentTypesGetOptionalParams extends coreClient.OperationOptions {
2858
+ }
2859
+ /** Contains response data for the get operation. */
2860
+ export type ProjectEnvironmentTypesGetResponse = ProjectEnvironmentType;
2861
+ /** Optional parameters. */
2862
+ export interface ProjectEnvironmentTypesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2863
+ }
2864
+ /** Contains response data for the createOrUpdate operation. */
2865
+ export type ProjectEnvironmentTypesCreateOrUpdateResponse = ProjectEnvironmentType;
2866
+ /** Optional parameters. */
2867
+ export interface ProjectEnvironmentTypesUpdateOptionalParams extends coreClient.OperationOptions {
2868
+ }
2869
+ /** Contains response data for the update operation. */
2870
+ export type ProjectEnvironmentTypesUpdateResponse = ProjectEnvironmentType;
2871
+ /** Optional parameters. */
2872
+ export interface ProjectEnvironmentTypesDeleteOptionalParams extends coreClient.OperationOptions {
2873
+ }
2874
+ /** Optional parameters. */
2875
+ export interface ProjectEnvironmentTypesListNextOptionalParams extends coreClient.OperationOptions {
2876
+ }
2877
+ /** Contains response data for the listNext operation. */
2878
+ export type ProjectEnvironmentTypesListNextResponse = ProjectEnvironmentTypeListResult;
2879
+ /** Optional parameters. */
2880
+ export interface DevBoxDefinitionsListByDevCenterOptionalParams extends coreClient.OperationOptions {
2881
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2882
+ top?: number;
2883
+ }
2884
+ /** Contains response data for the listByDevCenter operation. */
2885
+ export type DevBoxDefinitionsListByDevCenterResponse = DevBoxDefinitionListResult;
2886
+ /** Optional parameters. */
2887
+ export interface DevBoxDefinitionsGetOptionalParams extends coreClient.OperationOptions {
2888
+ }
2889
+ /** Contains response data for the get operation. */
2890
+ export type DevBoxDefinitionsGetResponse = DevBoxDefinition;
2891
+ /** Optional parameters. */
2892
+ export interface DevBoxDefinitionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2893
+ /** Delay to wait until next poll, in milliseconds. */
2894
+ updateIntervalInMs?: number;
2895
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2896
+ resumeFrom?: string;
2897
+ }
2898
+ /** Contains response data for the createOrUpdate operation. */
2899
+ export type DevBoxDefinitionsCreateOrUpdateResponse = DevBoxDefinition;
2900
+ /** Optional parameters. */
2901
+ export interface DevBoxDefinitionsUpdateOptionalParams extends coreClient.OperationOptions {
2902
+ /** Delay to wait until next poll, in milliseconds. */
2903
+ updateIntervalInMs?: number;
2904
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2905
+ resumeFrom?: string;
2906
+ }
2907
+ /** Contains response data for the update operation. */
2908
+ export type DevBoxDefinitionsUpdateResponse = DevBoxDefinition;
2909
+ /** Optional parameters. */
2910
+ export interface DevBoxDefinitionsDeleteOptionalParams extends coreClient.OperationOptions {
2911
+ /** Delay to wait until next poll, in milliseconds. */
2912
+ updateIntervalInMs?: number;
2913
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2914
+ resumeFrom?: string;
2915
+ }
2916
+ /** Contains response data for the delete operation. */
2917
+ export type DevBoxDefinitionsDeleteResponse = DevBoxDefinitionsDeleteHeaders;
2918
+ /** Optional parameters. */
2919
+ export interface DevBoxDefinitionsListByProjectOptionalParams extends coreClient.OperationOptions {
2920
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2921
+ top?: number;
2922
+ }
2923
+ /** Contains response data for the listByProject operation. */
2924
+ export type DevBoxDefinitionsListByProjectResponse = DevBoxDefinitionListResult;
2925
+ /** Optional parameters. */
2926
+ export interface DevBoxDefinitionsGetByProjectOptionalParams extends coreClient.OperationOptions {
2927
+ }
2928
+ /** Contains response data for the getByProject operation. */
2929
+ export type DevBoxDefinitionsGetByProjectResponse = DevBoxDefinition;
2930
+ /** Optional parameters. */
2931
+ export interface DevBoxDefinitionsListByDevCenterNextOptionalParams extends coreClient.OperationOptions {
2932
+ }
2933
+ /** Contains response data for the listByDevCenterNext operation. */
2934
+ export type DevBoxDefinitionsListByDevCenterNextResponse = DevBoxDefinitionListResult;
2935
+ /** Optional parameters. */
2936
+ export interface DevBoxDefinitionsListByProjectNextOptionalParams extends coreClient.OperationOptions {
2937
+ }
2938
+ /** Contains response data for the listByProjectNext operation. */
2939
+ export type DevBoxDefinitionsListByProjectNextResponse = DevBoxDefinitionListResult;
2940
+ /** Optional parameters. */
2941
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
2942
+ }
2943
+ /** Contains response data for the list operation. */
2944
+ export type OperationsListResponse = OperationListResult;
2945
+ /** Optional parameters. */
2946
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2947
+ }
2948
+ /** Contains response data for the listNext operation. */
2949
+ export type OperationsListNextResponse = OperationListResult;
2950
+ /** Optional parameters. */
2951
+ export interface OperationStatusesGetOptionalParams extends coreClient.OperationOptions {
2952
+ }
2953
+ /** Contains response data for the get operation. */
2954
+ export type OperationStatusesGetResponse = OperationStatus;
2955
+ /** Optional parameters. */
2956
+ export interface UsagesListByLocationOptionalParams extends coreClient.OperationOptions {
2957
+ }
2958
+ /** Contains response data for the listByLocation operation. */
2959
+ export type UsagesListByLocationResponse = ListUsagesResult;
2960
+ /** Optional parameters. */
2961
+ export interface UsagesListByLocationNextOptionalParams extends coreClient.OperationOptions {
2962
+ }
2963
+ /** Contains response data for the listByLocationNext operation. */
2964
+ export type UsagesListByLocationNextResponse = ListUsagesResult;
2965
+ /** Optional parameters. */
2966
+ export interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
2967
+ }
2968
+ /** Contains response data for the execute operation. */
2969
+ export type CheckNameAvailabilityExecuteResponse = CheckNameAvailabilityResponse;
2970
+ /** Optional parameters. */
2971
+ export interface CheckScopedNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
2972
+ }
2973
+ /** Contains response data for the execute operation. */
2974
+ export type CheckScopedNameAvailabilityExecuteResponse = CheckNameAvailabilityResponse;
2975
+ /** Optional parameters. */
2976
+ export interface SkusListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2977
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2978
+ top?: number;
2979
+ }
2980
+ /** Contains response data for the listBySubscription operation. */
2981
+ export type SkusListBySubscriptionResponse = SkuListResult;
2982
+ /** Optional parameters. */
2983
+ export interface SkusListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2984
+ }
2985
+ /** Contains response data for the listBySubscriptionNext operation. */
2986
+ export type SkusListBySubscriptionNextResponse = SkuListResult;
2987
+ /** Optional parameters. */
2988
+ export interface PoolsListByProjectOptionalParams extends coreClient.OperationOptions {
2989
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
2990
+ top?: number;
2991
+ }
2992
+ /** Contains response data for the listByProject operation. */
2993
+ export type PoolsListByProjectResponse = PoolListResult;
2994
+ /** Optional parameters. */
2995
+ export interface PoolsGetOptionalParams extends coreClient.OperationOptions {
2996
+ }
2997
+ /** Contains response data for the get operation. */
2998
+ export type PoolsGetResponse = Pool;
2999
+ /** Optional parameters. */
3000
+ export interface PoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3001
+ /** Delay to wait until next poll, in milliseconds. */
3002
+ updateIntervalInMs?: number;
3003
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3004
+ resumeFrom?: string;
3005
+ }
3006
+ /** Contains response data for the createOrUpdate operation. */
3007
+ export type PoolsCreateOrUpdateResponse = Pool;
3008
+ /** Optional parameters. */
3009
+ export interface PoolsUpdateOptionalParams extends coreClient.OperationOptions {
3010
+ /** Delay to wait until next poll, in milliseconds. */
3011
+ updateIntervalInMs?: number;
3012
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3013
+ resumeFrom?: string;
3014
+ }
3015
+ /** Contains response data for the update operation. */
3016
+ export type PoolsUpdateResponse = Pool;
3017
+ /** Optional parameters. */
3018
+ export interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {
3019
+ /** Delay to wait until next poll, in milliseconds. */
3020
+ updateIntervalInMs?: number;
3021
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3022
+ resumeFrom?: string;
3023
+ }
3024
+ /** Contains response data for the delete operation. */
3025
+ export type PoolsDeleteResponse = PoolsDeleteHeaders;
3026
+ /** Optional parameters. */
3027
+ export interface PoolsRunHealthChecksOptionalParams extends coreClient.OperationOptions {
3028
+ /** Delay to wait until next poll, in milliseconds. */
3029
+ updateIntervalInMs?: number;
3030
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3031
+ resumeFrom?: string;
3032
+ }
3033
+ /** Contains response data for the runHealthChecks operation. */
3034
+ export type PoolsRunHealthChecksResponse = PoolsRunHealthChecksHeaders;
3035
+ /** Optional parameters. */
3036
+ export interface PoolsListByProjectNextOptionalParams extends coreClient.OperationOptions {
3037
+ }
3038
+ /** Contains response data for the listByProjectNext operation. */
3039
+ export type PoolsListByProjectNextResponse = PoolListResult;
3040
+ /** Optional parameters. */
3041
+ export interface SchedulesListByPoolOptionalParams extends coreClient.OperationOptions {
3042
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
3043
+ top?: number;
3044
+ }
3045
+ /** Contains response data for the listByPool operation. */
3046
+ export type SchedulesListByPoolResponse = ScheduleListResult;
3047
+ /** Optional parameters. */
3048
+ export interface SchedulesGetOptionalParams extends coreClient.OperationOptions {
3049
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
3050
+ top?: number;
3051
+ }
3052
+ /** Contains response data for the get operation. */
3053
+ export type SchedulesGetResponse = Schedule;
3054
+ /** Optional parameters. */
3055
+ export interface SchedulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3056
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
3057
+ top?: number;
3058
+ /** Delay to wait until next poll, in milliseconds. */
3059
+ updateIntervalInMs?: number;
3060
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3061
+ resumeFrom?: string;
3062
+ }
3063
+ /** Contains response data for the createOrUpdate operation. */
3064
+ export type SchedulesCreateOrUpdateResponse = Schedule;
3065
+ /** Optional parameters. */
3066
+ export interface SchedulesUpdateOptionalParams extends coreClient.OperationOptions {
3067
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
3068
+ top?: number;
3069
+ /** Delay to wait until next poll, in milliseconds. */
3070
+ updateIntervalInMs?: number;
3071
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3072
+ resumeFrom?: string;
3073
+ }
3074
+ /** Contains response data for the update operation. */
3075
+ export type SchedulesUpdateResponse = Schedule;
3076
+ /** Optional parameters. */
3077
+ export interface SchedulesDeleteOptionalParams extends coreClient.OperationOptions {
3078
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
3079
+ top?: number;
3080
+ /** Delay to wait until next poll, in milliseconds. */
3081
+ updateIntervalInMs?: number;
3082
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3083
+ resumeFrom?: string;
3084
+ }
3085
+ /** Contains response data for the delete operation. */
3086
+ export type SchedulesDeleteResponse = SchedulesDeleteHeaders;
3087
+ /** Optional parameters. */
3088
+ export interface SchedulesListByPoolNextOptionalParams extends coreClient.OperationOptions {
3089
+ }
3090
+ /** Contains response data for the listByPoolNext operation. */
3091
+ export type SchedulesListByPoolNextResponse = ScheduleListResult;
3092
+ /** Optional parameters. */
3093
+ export interface NetworkConnectionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
3094
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
3095
+ top?: number;
3096
+ }
3097
+ /** Contains response data for the listBySubscription operation. */
3098
+ export type NetworkConnectionsListBySubscriptionResponse = NetworkConnectionListResult;
3099
+ /** Optional parameters. */
3100
+ export interface NetworkConnectionsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
3101
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
3102
+ top?: number;
3103
+ }
3104
+ /** Contains response data for the listByResourceGroup operation. */
3105
+ export type NetworkConnectionsListByResourceGroupResponse = NetworkConnectionListResult;
3106
+ /** Optional parameters. */
3107
+ export interface NetworkConnectionsGetOptionalParams extends coreClient.OperationOptions {
3108
+ }
3109
+ /** Contains response data for the get operation. */
3110
+ export type NetworkConnectionsGetResponse = NetworkConnection;
3111
+ /** Optional parameters. */
3112
+ export interface NetworkConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3113
+ /** Delay to wait until next poll, in milliseconds. */
3114
+ updateIntervalInMs?: number;
3115
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3116
+ resumeFrom?: string;
3117
+ }
3118
+ /** Contains response data for the createOrUpdate operation. */
3119
+ export type NetworkConnectionsCreateOrUpdateResponse = NetworkConnection;
3120
+ /** Optional parameters. */
3121
+ export interface NetworkConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
3122
+ /** Delay to wait until next poll, in milliseconds. */
3123
+ updateIntervalInMs?: number;
3124
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3125
+ resumeFrom?: string;
3126
+ }
3127
+ /** Contains response data for the update operation. */
3128
+ export type NetworkConnectionsUpdateResponse = NetworkConnection;
3129
+ /** Optional parameters. */
3130
+ export interface NetworkConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
3131
+ /** Delay to wait until next poll, in milliseconds. */
3132
+ updateIntervalInMs?: number;
3133
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3134
+ resumeFrom?: string;
3135
+ }
3136
+ /** Contains response data for the delete operation. */
3137
+ export type NetworkConnectionsDeleteResponse = NetworkConnectionsDeleteHeaders;
3138
+ /** Optional parameters. */
3139
+ export interface NetworkConnectionsListHealthDetailsOptionalParams extends coreClient.OperationOptions {
3140
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
3141
+ top?: number;
3142
+ }
3143
+ /** Contains response data for the listHealthDetails operation. */
3144
+ export type NetworkConnectionsListHealthDetailsResponse = HealthCheckStatusDetailsListResult;
3145
+ /** Optional parameters. */
3146
+ export interface NetworkConnectionsGetHealthDetailsOptionalParams extends coreClient.OperationOptions {
3147
+ }
3148
+ /** Contains response data for the getHealthDetails operation. */
3149
+ export type NetworkConnectionsGetHealthDetailsResponse = HealthCheckStatusDetails;
3150
+ /** Optional parameters. */
3151
+ export interface NetworkConnectionsRunHealthChecksOptionalParams extends coreClient.OperationOptions {
3152
+ /** Delay to wait until next poll, in milliseconds. */
3153
+ updateIntervalInMs?: number;
3154
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3155
+ resumeFrom?: string;
3156
+ }
3157
+ /** Contains response data for the runHealthChecks operation. */
3158
+ export type NetworkConnectionsRunHealthChecksResponse = NetworkConnectionsRunHealthChecksHeaders;
3159
+ /** Optional parameters. */
3160
+ export interface NetworkConnectionsListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
3161
+ /** The maximum number of resources to return from the operation. Example: '$top=10'. */
3162
+ top?: number;
3163
+ }
3164
+ /** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
3165
+ export type NetworkConnectionsListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
3166
+ /** Optional parameters. */
3167
+ export interface NetworkConnectionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
3168
+ }
3169
+ /** Contains response data for the listBySubscriptionNext operation. */
3170
+ export type NetworkConnectionsListBySubscriptionNextResponse = NetworkConnectionListResult;
3171
+ /** Optional parameters. */
3172
+ export interface NetworkConnectionsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
3173
+ }
3174
+ /** Contains response data for the listByResourceGroupNext operation. */
3175
+ export type NetworkConnectionsListByResourceGroupNextResponse = NetworkConnectionListResult;
3176
+ /** Optional parameters. */
3177
+ export interface NetworkConnectionsListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
3178
+ }
3179
+ /** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
3180
+ export type NetworkConnectionsListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
3181
+ /** Optional parameters. */
3182
+ export interface DevCenterClientOptionalParams extends coreClient.ServiceClientOptions {
3183
+ /** server parameter */
3184
+ $host?: string;
3185
+ /** Api Version */
3186
+ apiVersion?: string;
3187
+ /** Overrides client endpoint. */
3188
+ endpoint?: string;
3189
+ }
3190
+ //# sourceMappingURL=index.d.ts.map