@azure/arm-devcenter 1.0.0-beta.1

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