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