@azure/arm-labservices 1.0.0 → 3.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 (446) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +21 -21
  4. package/README.md +98 -96
  5. package/dist/index.js +6456 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.min.js +1 -0
  8. package/dist/index.min.js.map +1 -0
  9. package/dist-esm/samples-dev/deleteLab.d.ts +2 -0
  10. package/dist-esm/samples-dev/deleteLab.d.ts.map +1 -0
  11. package/dist-esm/samples-dev/deleteLab.js +31 -0
  12. package/dist-esm/samples-dev/deleteLab.js.map +1 -0
  13. package/dist-esm/samples-dev/deleteLabPlan.d.ts +2 -0
  14. package/dist-esm/samples-dev/deleteLabPlan.d.ts.map +1 -0
  15. package/dist-esm/samples-dev/deleteLabPlan.js +31 -0
  16. package/dist-esm/samples-dev/deleteLabPlan.js.map +1 -0
  17. package/dist-esm/samples-dev/deleteSchedule.d.ts +2 -0
  18. package/dist-esm/samples-dev/deleteSchedule.d.ts.map +1 -0
  19. package/dist-esm/samples-dev/deleteSchedule.js +32 -0
  20. package/dist-esm/samples-dev/deleteSchedule.js.map +1 -0
  21. package/dist-esm/samples-dev/deleteUser.d.ts +2 -0
  22. package/dist-esm/samples-dev/deleteUser.d.ts.map +1 -0
  23. package/dist-esm/samples-dev/deleteUser.js +32 -0
  24. package/dist-esm/samples-dev/deleteUser.js.map +1 -0
  25. package/dist-esm/samples-dev/getImage.d.ts +2 -0
  26. package/dist-esm/samples-dev/getImage.d.ts.map +1 -0
  27. package/dist-esm/samples-dev/getImage.js +32 -0
  28. package/dist-esm/samples-dev/getImage.js.map +1 -0
  29. package/dist-esm/samples-dev/getLab.d.ts +2 -0
  30. package/dist-esm/samples-dev/getLab.d.ts.map +1 -0
  31. package/dist-esm/samples-dev/getLab.js +31 -0
  32. package/dist-esm/samples-dev/getLab.js.map +1 -0
  33. package/dist-esm/samples-dev/getLabPlan.d.ts +2 -0
  34. package/dist-esm/samples-dev/getLabPlan.d.ts.map +1 -0
  35. package/dist-esm/samples-dev/getLabPlan.js +31 -0
  36. package/dist-esm/samples-dev/getLabPlan.js.map +1 -0
  37. package/dist-esm/samples-dev/getListSchedule.d.ts +2 -0
  38. package/dist-esm/samples-dev/getListSchedule.d.ts.map +1 -0
  39. package/dist-esm/samples-dev/getListSchedule.js +45 -0
  40. package/dist-esm/samples-dev/getListSchedule.js.map +1 -0
  41. package/dist-esm/samples-dev/getOperationResult.d.ts +2 -0
  42. package/dist-esm/samples-dev/getOperationResult.d.ts.map +1 -0
  43. package/dist-esm/samples-dev/getOperationResult.js +30 -0
  44. package/dist-esm/samples-dev/getOperationResult.js.map +1 -0
  45. package/dist-esm/samples-dev/getSchedule.d.ts +2 -0
  46. package/dist-esm/samples-dev/getSchedule.d.ts.map +1 -0
  47. package/dist-esm/samples-dev/getSchedule.js +32 -0
  48. package/dist-esm/samples-dev/getSchedule.js.map +1 -0
  49. package/dist-esm/samples-dev/getUser.d.ts +2 -0
  50. package/dist-esm/samples-dev/getUser.d.ts.map +1 -0
  51. package/dist-esm/samples-dev/getUser.js +32 -0
  52. package/dist-esm/samples-dev/getUser.js.map +1 -0
  53. package/dist-esm/samples-dev/getVirtualMachine.d.ts +2 -0
  54. package/dist-esm/samples-dev/getVirtualMachine.d.ts.map +1 -0
  55. package/dist-esm/samples-dev/getVirtualMachine.js +32 -0
  56. package/dist-esm/samples-dev/getVirtualMachine.js.map +1 -0
  57. package/dist-esm/samples-dev/inviteUser.d.ts +2 -0
  58. package/dist-esm/samples-dev/inviteUser.d.ts.map +1 -0
  59. package/dist-esm/samples-dev/inviteUser.js +33 -0
  60. package/dist-esm/samples-dev/inviteUser.js.map +1 -0
  61. package/dist-esm/samples-dev/listImages.d.ts +2 -0
  62. package/dist-esm/samples-dev/listImages.d.ts.map +1 -0
  63. package/dist-esm/samples-dev/listImages.js +45 -0
  64. package/dist-esm/samples-dev/listImages.js.map +1 -0
  65. package/dist-esm/samples-dev/listLabPlans.d.ts +2 -0
  66. package/dist-esm/samples-dev/listLabPlans.d.ts.map +1 -0
  67. package/dist-esm/samples-dev/listLabPlans.js +43 -0
  68. package/dist-esm/samples-dev/listLabPlans.js.map +1 -0
  69. package/dist-esm/samples-dev/listLabs.d.ts +2 -0
  70. package/dist-esm/samples-dev/listLabs.d.ts.map +1 -0
  71. package/dist-esm/samples-dev/listLabs.js +43 -0
  72. package/dist-esm/samples-dev/listLabs.js.map +1 -0
  73. package/dist-esm/samples-dev/listOperations.d.ts +2 -0
  74. package/dist-esm/samples-dev/listOperations.d.ts.map +1 -0
  75. package/dist-esm/samples-dev/listOperations.js +43 -0
  76. package/dist-esm/samples-dev/listOperations.js.map +1 -0
  77. package/dist-esm/samples-dev/listResourceGroupLabPlans.d.ts +2 -0
  78. package/dist-esm/samples-dev/listResourceGroupLabPlans.d.ts.map +1 -0
  79. package/dist-esm/samples-dev/listResourceGroupLabPlans.js +44 -0
  80. package/dist-esm/samples-dev/listResourceGroupLabPlans.js.map +1 -0
  81. package/dist-esm/samples-dev/listResourceGroupLabs.d.ts +2 -0
  82. package/dist-esm/samples-dev/listResourceGroupLabs.d.ts.map +1 -0
  83. package/dist-esm/samples-dev/listResourceGroupLabs.js +44 -0
  84. package/dist-esm/samples-dev/listResourceGroupLabs.js.map +1 -0
  85. package/dist-esm/samples-dev/listSkus.d.ts +2 -0
  86. package/dist-esm/samples-dev/listSkus.d.ts.map +1 -0
  87. package/dist-esm/samples-dev/listSkus.js +43 -0
  88. package/dist-esm/samples-dev/listSkus.js.map +1 -0
  89. package/dist-esm/samples-dev/listUsages.d.ts +2 -0
  90. package/dist-esm/samples-dev/listUsages.d.ts.map +1 -0
  91. package/dist-esm/samples-dev/listUsages.js +44 -0
  92. package/dist-esm/samples-dev/listUsages.js.map +1 -0
  93. package/dist-esm/samples-dev/listUser.d.ts +2 -0
  94. package/dist-esm/samples-dev/listUser.d.ts.map +1 -0
  95. package/dist-esm/samples-dev/listUser.js +45 -0
  96. package/dist-esm/samples-dev/listUser.js.map +1 -0
  97. package/dist-esm/samples-dev/listVirtualMachine.d.ts +2 -0
  98. package/dist-esm/samples-dev/listVirtualMachine.d.ts.map +1 -0
  99. package/dist-esm/samples-dev/listVirtualMachine.js +45 -0
  100. package/dist-esm/samples-dev/listVirtualMachine.js.map +1 -0
  101. package/dist-esm/samples-dev/patchImage.d.ts +2 -0
  102. package/dist-esm/samples-dev/patchImage.d.ts.map +1 -0
  103. package/dist-esm/samples-dev/patchImage.js +33 -0
  104. package/dist-esm/samples-dev/patchImage.js.map +1 -0
  105. package/dist-esm/samples-dev/patchLab.d.ts +2 -0
  106. package/dist-esm/samples-dev/patchLab.d.ts.map +1 -0
  107. package/dist-esm/samples-dev/patchLab.js +32 -0
  108. package/dist-esm/samples-dev/patchLab.js.map +1 -0
  109. package/dist-esm/samples-dev/patchLabPlan.d.ts +2 -0
  110. package/dist-esm/samples-dev/patchLabPlan.d.ts.map +1 -0
  111. package/dist-esm/samples-dev/patchLabPlan.js +39 -0
  112. package/dist-esm/samples-dev/patchLabPlan.js.map +1 -0
  113. package/dist-esm/samples-dev/patchSchedule.d.ts +2 -0
  114. package/dist-esm/samples-dev/patchSchedule.d.ts.map +1 -0
  115. package/dist-esm/samples-dev/patchSchedule.js +39 -0
  116. package/dist-esm/samples-dev/patchSchedule.js.map +1 -0
  117. package/dist-esm/samples-dev/patchUser.d.ts +2 -0
  118. package/dist-esm/samples-dev/patchUser.d.ts.map +1 -0
  119. package/dist-esm/samples-dev/patchUser.js +33 -0
  120. package/dist-esm/samples-dev/patchUser.js.map +1 -0
  121. package/dist-esm/samples-dev/publishLab.d.ts +2 -0
  122. package/dist-esm/samples-dev/publishLab.d.ts.map +1 -0
  123. package/dist-esm/samples-dev/publishLab.js +31 -0
  124. package/dist-esm/samples-dev/publishLab.js.map +1 -0
  125. package/dist-esm/samples-dev/putImage.d.ts +2 -0
  126. package/dist-esm/samples-dev/putImage.d.ts.map +1 -0
  127. package/dist-esm/samples-dev/putImage.js +33 -0
  128. package/dist-esm/samples-dev/putImage.js.map +1 -0
  129. package/dist-esm/samples-dev/putLab.d.ts +2 -0
  130. package/dist-esm/samples-dev/putLab.d.ts.map +1 -0
  131. package/dist-esm/samples-dev/putLab.js +70 -0
  132. package/dist-esm/samples-dev/putLab.js.map +1 -0
  133. package/dist-esm/samples-dev/putLabPlan.d.ts +2 -0
  134. package/dist-esm/samples-dev/putLabPlan.d.ts.map +1 -0
  135. package/dist-esm/samples-dev/putLabPlan.js +58 -0
  136. package/dist-esm/samples-dev/putLabPlan.js.map +1 -0
  137. package/dist-esm/samples-dev/putSchedule.d.ts +2 -0
  138. package/dist-esm/samples-dev/putSchedule.d.ts.map +1 -0
  139. package/dist-esm/samples-dev/putSchedule.js +43 -0
  140. package/dist-esm/samples-dev/putSchedule.js.map +1 -0
  141. package/dist-esm/samples-dev/putUser.d.ts +2 -0
  142. package/dist-esm/samples-dev/putUser.d.ts.map +1 -0
  143. package/dist-esm/samples-dev/putUser.js +36 -0
  144. package/dist-esm/samples-dev/putUser.js.map +1 -0
  145. package/dist-esm/samples-dev/redeployVirtualMachine.d.ts +2 -0
  146. package/dist-esm/samples-dev/redeployVirtualMachine.d.ts.map +1 -0
  147. package/dist-esm/samples-dev/redeployVirtualMachine.js +32 -0
  148. package/dist-esm/samples-dev/redeployVirtualMachine.js.map +1 -0
  149. package/dist-esm/samples-dev/reimageVirtualMachine.d.ts +2 -0
  150. package/dist-esm/samples-dev/reimageVirtualMachine.d.ts.map +1 -0
  151. package/dist-esm/samples-dev/reimageVirtualMachine.js +32 -0
  152. package/dist-esm/samples-dev/reimageVirtualMachine.js.map +1 -0
  153. package/dist-esm/samples-dev/resetPasswordVirtualMachine.d.ts +2 -0
  154. package/dist-esm/samples-dev/resetPasswordVirtualMachine.d.ts.map +1 -0
  155. package/dist-esm/samples-dev/resetPasswordVirtualMachine.js +36 -0
  156. package/dist-esm/samples-dev/resetPasswordVirtualMachine.js.map +1 -0
  157. package/dist-esm/samples-dev/saveImageVirtualMachine.d.ts +2 -0
  158. package/dist-esm/samples-dev/saveImageVirtualMachine.d.ts.map +1 -0
  159. package/dist-esm/samples-dev/saveImageVirtualMachine.js +35 -0
  160. package/dist-esm/samples-dev/saveImageVirtualMachine.js.map +1 -0
  161. package/dist-esm/samples-dev/startVirtualMachine.d.ts +2 -0
  162. package/dist-esm/samples-dev/startVirtualMachine.d.ts.map +1 -0
  163. package/dist-esm/samples-dev/startVirtualMachine.js +32 -0
  164. package/dist-esm/samples-dev/startVirtualMachine.js.map +1 -0
  165. package/dist-esm/samples-dev/stopVirtualMachine.d.ts +2 -0
  166. package/dist-esm/samples-dev/stopVirtualMachine.d.ts.map +1 -0
  167. package/dist-esm/samples-dev/stopVirtualMachine.js +32 -0
  168. package/dist-esm/samples-dev/stopVirtualMachine.js.map +1 -0
  169. package/dist-esm/samples-dev/syncLab.d.ts +2 -0
  170. package/dist-esm/samples-dev/syncLab.d.ts.map +1 -0
  171. package/dist-esm/samples-dev/syncLab.js +31 -0
  172. package/dist-esm/samples-dev/syncLab.js.map +1 -0
  173. package/dist-esm/src/index.d.ts +5 -0
  174. package/dist-esm/src/index.d.ts.map +1 -0
  175. package/dist-esm/src/index.js +12 -0
  176. package/dist-esm/src/index.js.map +1 -0
  177. package/dist-esm/src/labServicesClient.d.ts +27 -0
  178. package/dist-esm/src/labServicesClient.d.ts.map +1 -0
  179. package/dist-esm/src/labServicesClient.js +60 -0
  180. package/dist-esm/src/labServicesClient.js.map +1 -0
  181. package/dist-esm/src/lroImpl.d.ts +16 -0
  182. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  183. package/dist-esm/src/lroImpl.js +29 -0
  184. package/dist-esm/src/lroImpl.js.map +1 -0
  185. package/dist-esm/src/models/index.d.ts +1638 -0
  186. package/dist-esm/src/models/index.d.ts.map +1 -0
  187. package/dist-esm/src/models/index.js +60 -0
  188. package/dist-esm/src/models/index.js.map +1 -0
  189. package/dist-esm/src/models/mappers.d.ts +67 -0
  190. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  191. package/dist-esm/src/models/mappers.js +2675 -0
  192. package/dist-esm/src/models/mappers.js.map +1 -0
  193. package/dist-esm/src/models/parameters.d.ts +31 -0
  194. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  195. package/dist-esm/src/models/parameters.js +270 -0
  196. package/dist-esm/src/models/parameters.js.map +1 -0
  197. package/dist-esm/src/operations/images.d.ts +70 -0
  198. package/dist-esm/src/operations/images.d.ts.map +1 -0
  199. package/dist-esm/src/operations/images.js +245 -0
  200. package/dist-esm/src/operations/images.js.map +1 -0
  201. package/dist-esm/src/operations/index.d.ts +11 -0
  202. package/dist-esm/src/operations/index.d.ts.map +1 -0
  203. package/dist-esm/src/operations/index.js +18 -0
  204. package/dist-esm/src/operations/index.js.map +1 -0
  205. package/dist-esm/src/operations/labPlans.d.ts +134 -0
  206. package/dist-esm/src/operations/labPlans.d.ts.map +1 -0
  207. package/dist-esm/src/operations/labPlans.js +590 -0
  208. package/dist-esm/src/operations/labPlans.js.map +1 -0
  209. package/dist-esm/src/operations/labs.d.ts +146 -0
  210. package/dist-esm/src/operations/labs.d.ts.map +1 -0
  211. package/dist-esm/src/operations/labs.js +658 -0
  212. package/dist-esm/src/operations/labs.js.map +1 -0
  213. package/dist-esm/src/operations/operationResults.d.ts +19 -0
  214. package/dist-esm/src/operations/operationResults.d.ts.map +1 -0
  215. package/dist-esm/src/operations/operationResults.js +52 -0
  216. package/dist-esm/src/operations/operationResults.js.map +1 -0
  217. package/dist-esm/src/operations/operations.d.ts +32 -0
  218. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  219. package/dist-esm/src/operations/operations.js +120 -0
  220. package/dist-esm/src/operations/operations.js.map +1 -0
  221. package/dist-esm/src/operations/schedules.d.ts +94 -0
  222. package/dist-esm/src/operations/schedules.d.ts.map +1 -0
  223. package/dist-esm/src/operations/schedules.js +332 -0
  224. package/dist-esm/src/operations/schedules.js.map +1 -0
  225. package/dist-esm/src/operations/skus.d.ts +32 -0
  226. package/dist-esm/src/operations/skus.d.ts.map +1 -0
  227. package/dist-esm/src/operations/skus.js +124 -0
  228. package/dist-esm/src/operations/skus.js.map +1 -0
  229. package/dist-esm/src/operations/usages.d.ts +35 -0
  230. package/dist-esm/src/operations/usages.d.ts.map +1 -0
  231. package/dist-esm/src/operations/usages.js +132 -0
  232. package/dist-esm/src/operations/usages.js.map +1 -0
  233. package/dist-esm/src/operations/users.d.ts +138 -0
  234. package/dist-esm/src/operations/users.d.ts.map +1 -0
  235. package/dist-esm/src/operations/users.js +520 -0
  236. package/dist-esm/src/operations/users.js.map +1 -0
  237. package/dist-esm/src/operations/virtualMachines.d.ts +158 -0
  238. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
  239. package/dist-esm/src/operations/virtualMachines.js +579 -0
  240. package/dist-esm/src/operations/virtualMachines.js.map +1 -0
  241. package/dist-esm/src/operationsInterfaces/images.d.ts +43 -0
  242. package/dist-esm/src/operationsInterfaces/images.d.ts.map +1 -0
  243. package/dist-esm/src/operationsInterfaces/images.js +9 -0
  244. package/dist-esm/src/operationsInterfaces/images.js.map +1 -0
  245. package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
  246. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  247. package/dist-esm/src/operationsInterfaces/index.js +18 -0
  248. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  249. package/dist-esm/src/operationsInterfaces/labPlans.d.ts +98 -0
  250. package/dist-esm/src/operationsInterfaces/labPlans.d.ts.map +1 -0
  251. package/dist-esm/src/operationsInterfaces/labPlans.js +9 -0
  252. package/dist-esm/src/operationsInterfaces/labPlans.js.map +1 -0
  253. package/dist-esm/src/operationsInterfaces/labs.d.ts +110 -0
  254. package/dist-esm/src/operationsInterfaces/labs.d.ts.map +1 -0
  255. package/dist-esm/src/operationsInterfaces/labs.js +9 -0
  256. package/dist-esm/src/operationsInterfaces/labs.js.map +1 -0
  257. package/dist-esm/src/operationsInterfaces/operationResults.d.ts +11 -0
  258. package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +1 -0
  259. package/dist-esm/src/operationsInterfaces/operationResults.js +9 -0
  260. package/dist-esm/src/operationsInterfaces/operationResults.js.map +1 -0
  261. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  262. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  263. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  264. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  265. package/dist-esm/src/operationsInterfaces/schedules.d.ts +67 -0
  266. package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -0
  267. package/dist-esm/src/operationsInterfaces/schedules.js +9 -0
  268. package/dist-esm/src/operationsInterfaces/schedules.js.map +1 -0
  269. package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
  270. package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
  271. package/dist-esm/src/operationsInterfaces/skus.js +9 -0
  272. package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
  273. package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
  274. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
  275. package/dist-esm/src/operationsInterfaces/usages.js +9 -0
  276. package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
  277. package/dist-esm/src/operationsInterfaces/users.d.ts +111 -0
  278. package/dist-esm/src/operationsInterfaces/users.d.ts.map +1 -0
  279. package/dist-esm/src/operationsInterfaces/users.js +9 -0
  280. package/dist-esm/src/operationsInterfaces/users.js.map +1 -0
  281. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +131 -0
  282. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  283. package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
  284. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
  285. package/dist-esm/test/sampleTest.d.ts +2 -0
  286. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  287. package/dist-esm/test/sampleTest.js +40 -0
  288. package/dist-esm/test/sampleTest.js.map +1 -0
  289. package/package.json +79 -34
  290. package/review/arm-labservices.api.md +1208 -0
  291. package/rollup.config.js +181 -30
  292. package/src/index.ts +12 -0
  293. package/src/labServicesClient.ts +115 -0
  294. package/src/lroImpl.ts +34 -0
  295. package/src/models/index.ts +1872 -0
  296. package/src/models/mappers.ts +2875 -0
  297. package/src/models/parameters.ts +318 -0
  298. package/src/operations/images.ts +336 -0
  299. package/src/operations/index.ts +18 -0
  300. package/src/operations/labPlans.ts +801 -0
  301. package/src/operations/labs.ts +886 -0
  302. package/src/operations/operationResults.ts +70 -0
  303. package/src/operations/operations.ts +137 -0
  304. package/src/operations/schedules.ts +447 -0
  305. package/src/operations/skus.ts +139 -0
  306. package/src/operations/usages.ts +162 -0
  307. package/src/operations/users.ts +736 -0
  308. package/src/operations/virtualMachines.ts +815 -0
  309. package/src/operationsInterfaces/images.ts +83 -0
  310. package/src/operationsInterfaces/index.ts +18 -0
  311. package/src/operationsInterfaces/labPlans.ts +178 -0
  312. package/src/operationsInterfaces/labs.ts +193 -0
  313. package/src/operationsInterfaces/operationResults.ts +25 -0
  314. package/src/operationsInterfaces/operations.ts +22 -0
  315. package/src/operationsInterfaces/schedules.ts +118 -0
  316. package/src/operationsInterfaces/skus.ts +22 -0
  317. package/src/operationsInterfaces/usages.ts +24 -0
  318. package/src/operationsInterfaces/users.ts +195 -0
  319. package/src/operationsInterfaces/virtualMachines.ts +212 -0
  320. package/tsconfig.json +6 -5
  321. package/types/arm-labservices.d.ts +2438 -0
  322. package/types/tsdoc-metadata.json +11 -0
  323. package/dist/arm-labservices.js +0 -5579
  324. package/dist/arm-labservices.js.map +0 -1
  325. package/dist/arm-labservices.min.js +0 -1
  326. package/dist/arm-labservices.min.js.map +0 -1
  327. package/esm/managedLabsClient.d.ts +0 -26
  328. package/esm/managedLabsClient.d.ts.map +0 -1
  329. package/esm/managedLabsClient.js +0 -41
  330. package/esm/managedLabsClient.js.map +0 -1
  331. package/esm/managedLabsClientContext.d.ts +0 -16
  332. package/esm/managedLabsClientContext.d.ts.map +0 -1
  333. package/esm/managedLabsClientContext.js +0 -56
  334. package/esm/managedLabsClientContext.js.map +0 -1
  335. package/esm/models/environmentSettingsMappers.d.ts +0 -2
  336. package/esm/models/environmentSettingsMappers.d.ts.map +0 -1
  337. package/esm/models/environmentSettingsMappers.js +0 -9
  338. package/esm/models/environmentSettingsMappers.js.map +0 -1
  339. package/esm/models/environmentsMappers.d.ts +0 -2
  340. package/esm/models/environmentsMappers.d.ts.map +0 -1
  341. package/esm/models/environmentsMappers.js +0 -9
  342. package/esm/models/environmentsMappers.js.map +0 -1
  343. package/esm/models/galleryImagesMappers.d.ts +0 -2
  344. package/esm/models/galleryImagesMappers.d.ts.map +0 -1
  345. package/esm/models/galleryImagesMappers.js +0 -9
  346. package/esm/models/galleryImagesMappers.js.map +0 -1
  347. package/esm/models/globalUsersMappers.d.ts +0 -2
  348. package/esm/models/globalUsersMappers.d.ts.map +0 -1
  349. package/esm/models/globalUsersMappers.js +0 -9
  350. package/esm/models/globalUsersMappers.js.map +0 -1
  351. package/esm/models/index.d.ts +0 -2379
  352. package/esm/models/index.d.ts.map +0 -1
  353. package/esm/models/index.js +0 -8
  354. package/esm/models/index.js.map +0 -1
  355. package/esm/models/labAccountsMappers.d.ts +0 -2
  356. package/esm/models/labAccountsMappers.d.ts.map +0 -1
  357. package/esm/models/labAccountsMappers.js +0 -9
  358. package/esm/models/labAccountsMappers.js.map +0 -1
  359. package/esm/models/labsMappers.d.ts +0 -2
  360. package/esm/models/labsMappers.d.ts.map +0 -1
  361. package/esm/models/labsMappers.js +0 -9
  362. package/esm/models/labsMappers.js.map +0 -1
  363. package/esm/models/mappers.d.ts +0 -72
  364. package/esm/models/mappers.d.ts.map +0 -1
  365. package/esm/models/mappers.js +0 -2158
  366. package/esm/models/mappers.js.map +0 -1
  367. package/esm/models/operationsMappers.d.ts +0 -2
  368. package/esm/models/operationsMappers.d.ts.map +0 -1
  369. package/esm/models/operationsMappers.js +0 -9
  370. package/esm/models/operationsMappers.js.map +0 -1
  371. package/esm/models/parameters.d.ts +0 -19
  372. package/esm/models/parameters.d.ts.map +0 -1
  373. package/esm/models/parameters.js +0 -190
  374. package/esm/models/parameters.js.map +0 -1
  375. package/esm/models/providerOperationsMappers.d.ts +0 -2
  376. package/esm/models/providerOperationsMappers.d.ts.map +0 -1
  377. package/esm/models/providerOperationsMappers.js +0 -9
  378. package/esm/models/providerOperationsMappers.js.map +0 -1
  379. package/esm/models/usersMappers.d.ts +0 -2
  380. package/esm/models/usersMappers.d.ts.map +0 -1
  381. package/esm/models/usersMappers.js +0 -9
  382. package/esm/models/usersMappers.js.map +0 -1
  383. package/esm/operations/environmentSettings.d.ts +0 -262
  384. package/esm/operations/environmentSettings.d.ts.map +0 -1
  385. package/esm/operations/environmentSettings.js +0 -479
  386. package/esm/operations/environmentSettings.js.map +0 -1
  387. package/esm/operations/environments.d.ts +0 -279
  388. package/esm/operations/environments.d.ts.map +0 -1
  389. package/esm/operations/environments.js +0 -504
  390. package/esm/operations/environments.js.map +0 -1
  391. package/esm/operations/galleryImages.d.ts +0 -154
  392. package/esm/operations/galleryImages.d.ts.map +0 -1
  393. package/esm/operations/galleryImages.js +0 -234
  394. package/esm/operations/galleryImages.js.map +0 -1
  395. package/esm/operations/globalUsers.d.ts +0 -220
  396. package/esm/operations/globalUsers.d.ts.map +0 -1
  397. package/esm/operations/globalUsers.js +0 -411
  398. package/esm/operations/globalUsers.js.map +0 -1
  399. package/esm/operations/index.d.ts +0 -10
  400. package/esm/operations/index.d.ts.map +0 -1
  401. package/esm/operations/index.js +0 -19
  402. package/esm/operations/index.js.map +0 -1
  403. package/esm/operations/labAccounts.d.ts +0 -216
  404. package/esm/operations/labAccounts.d.ts.map +0 -1
  405. package/esm/operations/labAccounts.js +0 -364
  406. package/esm/operations/labAccounts.js.map +0 -1
  407. package/esm/operations/labs.d.ts +0 -200
  408. package/esm/operations/labs.d.ts.map +0 -1
  409. package/esm/operations/labs.js +0 -321
  410. package/esm/operations/labs.js.map +0 -1
  411. package/esm/operations/operations.d.ts +0 -34
  412. package/esm/operations/operations.d.ts.map +0 -1
  413. package/esm/operations/operations.js +0 -58
  414. package/esm/operations/operations.js.map +0 -1
  415. package/esm/operations/providerOperations.d.ts +0 -46
  416. package/esm/operations/providerOperations.d.ts.map +0 -1
  417. package/esm/operations/providerOperations.js +0 -77
  418. package/esm/operations/providerOperations.js.map +0 -1
  419. package/esm/operations/users.d.ts +0 -163
  420. package/esm/operations/users.d.ts.map +0 -1
  421. package/esm/operations/users.js +0 -266
  422. package/esm/operations/users.js.map +0 -1
  423. package/lib/managedLabsClient.ts +0 -58
  424. package/lib/managedLabsClientContext.ts +0 -62
  425. package/lib/models/environmentSettingsMappers.ts +0 -40
  426. package/lib/models/environmentsMappers.ts +0 -40
  427. package/lib/models/galleryImagesMappers.ts +0 -39
  428. package/lib/models/globalUsersMappers.ts +0 -29
  429. package/lib/models/index.ts +0 -2557
  430. package/lib/models/labAccountsMappers.ts +0 -47
  431. package/lib/models/labsMappers.ts +0 -40
  432. package/lib/models/mappers.ts +0 -2333
  433. package/lib/models/operationsMappers.ts +0 -13
  434. package/lib/models/parameters.ts +0 -192
  435. package/lib/models/providerOperationsMappers.ts +0 -14
  436. package/lib/models/usersMappers.ts +0 -39
  437. package/lib/operations/environmentSettings.ts +0 -705
  438. package/lib/operations/environments.ts +0 -741
  439. package/lib/operations/galleryImages.ts +0 -413
  440. package/lib/operations/globalUsers.ts +0 -644
  441. package/lib/operations/index.ts +0 -19
  442. package/lib/operations/labAccounts.ts +0 -613
  443. package/lib/operations/labs.ts +0 -542
  444. package/lib/operations/operations.ts +0 -87
  445. package/lib/operations/providerOperations.ts +0 -123
  446. package/lib/operations/users.ts +0 -435
@@ -1,2557 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
11
-
12
- export { BaseResource, CloudError };
13
-
14
- /**
15
- * Payload for Add Users operation on a Lab.
16
- */
17
- export interface AddUsersPayload {
18
- /**
19
- * List of user emails addresses to add to the lab.
20
- */
21
- emailAddresses: string[];
22
- }
23
-
24
- /**
25
- * Creation parameters for Reference Vm
26
- */
27
- export interface ReferenceVmCreationParameters {
28
- /**
29
- * The username of the virtual machine
30
- */
31
- userName: string;
32
- /**
33
- * The password of the virtual machine.
34
- */
35
- password: string;
36
- }
37
-
38
- /**
39
- * Represents resource specific settings
40
- */
41
- export interface ResourceSettingCreationParameters {
42
- /**
43
- * The location where the virtual machine will live
44
- */
45
- location?: string;
46
- /**
47
- * The name of the resource setting
48
- */
49
- name?: string;
50
- /**
51
- * The resource id of the gallery image used for creating the virtual machine
52
- */
53
- galleryImageResourceId: string;
54
- /**
55
- * The size of the virtual machine. Possible values include: 'Basic', 'Standard', 'Performance'
56
- */
57
- size?: ManagedLabVmSize;
58
- /**
59
- * Creation parameters for Reference Vm
60
- */
61
- referenceVmCreationParameters: ReferenceVmCreationParameters;
62
- }
63
-
64
- /**
65
- * Settings related to creating an environment setting
66
- */
67
- export interface EnvironmentSettingCreationParameters {
68
- /**
69
- * The resource specific settings
70
- */
71
- resourceSettingCreationParameters: ResourceSettingCreationParameters;
72
- }
73
-
74
- /**
75
- * Settings related to creating a lab
76
- */
77
- export interface LabCreationParameters {
78
- /**
79
- * Maximum number of users allowed in the lab.
80
- */
81
- maxUsersInLab?: number;
82
- }
83
-
84
- /**
85
- * Properties for creating a managed lab and a default environment setting
86
- */
87
- export interface CreateLabProperties {
88
- /**
89
- * Settings related to creating an environment setting
90
- */
91
- environmentSettingCreationParameters?: EnvironmentSettingCreationParameters;
92
- /**
93
- * Settings related to creating a lab
94
- */
95
- labCreationParameters: LabCreationParameters;
96
- /**
97
- * The name of the resource
98
- */
99
- name: string;
100
- /**
101
- * The location of the resource
102
- */
103
- location?: string;
104
- /**
105
- * The tags of the resource.
106
- */
107
- tags?: { [propertyName: string]: string };
108
- }
109
-
110
- /**
111
- * Represents a VM and the setting Id it was created for.
112
- */
113
- export interface ResourceSet {
114
- /**
115
- * VM resource Id for the environment
116
- */
117
- vmResourceId?: string;
118
- /**
119
- * resourceSettingId for the environment
120
- */
121
- resourceSettingId?: string;
122
- }
123
-
124
- /**
125
- * Network details of the environment
126
- */
127
- export interface NetworkInterface {
128
- /**
129
- * PrivateIp address of the Compute VM
130
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
131
- */
132
- readonly privateIpAddress?: string;
133
- /**
134
- * Connection information for Linux
135
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
136
- */
137
- readonly sshAuthority?: string;
138
- /**
139
- * Connection information for Windows
140
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
141
- */
142
- readonly rdpAuthority?: string;
143
- /**
144
- * Username of the VM
145
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
146
- */
147
- readonly username?: string;
148
- }
149
-
150
- /**
151
- * Details of the status of an operation.
152
- */
153
- export interface LatestOperationResult {
154
- /**
155
- * The current status of the operation.
156
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
157
- */
158
- readonly status?: string;
159
- /**
160
- * Error code on failure.
161
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
162
- */
163
- readonly errorCode?: string;
164
- /**
165
- * The error message.
166
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
167
- */
168
- readonly errorMessage?: string;
169
- /**
170
- * Request URI of the operation.
171
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
172
- */
173
- readonly requestUri?: string;
174
- /**
175
- * The HttpMethod - PUT/POST/DELETE for the operation.
176
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
177
- */
178
- readonly httpMethod?: string;
179
- /**
180
- * The URL to use to check long-running operation status
181
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
182
- */
183
- readonly operationUrl?: string;
184
- }
185
-
186
- /**
187
- * An Azure resource.
188
- */
189
- export interface Resource extends BaseResource {
190
- /**
191
- * The identifier of the resource.
192
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
193
- */
194
- readonly id?: string;
195
- /**
196
- * The name of the resource.
197
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
198
- */
199
- readonly name?: string;
200
- /**
201
- * The type of the resource.
202
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
203
- */
204
- readonly type?: string;
205
- /**
206
- * The location of the resource.
207
- */
208
- location?: string;
209
- /**
210
- * The tags of the resource.
211
- */
212
- tags?: { [propertyName: string]: string };
213
- }
214
-
215
- /**
216
- * Represents an environment instance
217
- */
218
- export interface Environment extends Resource {
219
- /**
220
- * The set of a VM and the setting id it was created for
221
- */
222
- resourceSets?: ResourceSet;
223
- /**
224
- * The AAD object Id of the user who has claimed the environment
225
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
226
- */
227
- readonly claimedByUserObjectId?: string;
228
- /**
229
- * The user principal Id of the user who has claimed the environment
230
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
231
- */
232
- readonly claimedByUserPrincipalId?: string;
233
- /**
234
- * The name or email address of the user who has claimed the environment
235
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
236
- */
237
- readonly claimedByUserName?: string;
238
- /**
239
- * Is the environment claimed or not
240
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
241
- */
242
- readonly isClaimed?: boolean;
243
- /**
244
- * Last known power state of the environment
245
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
246
- */
247
- readonly lastKnownPowerState?: string;
248
- /**
249
- * Network details of the environment
250
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
251
- */
252
- readonly networkInterface?: NetworkInterface;
253
- /**
254
- * How long the environment has been used by a lab user
255
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
256
- */
257
- readonly totalUsage?: string;
258
- /**
259
- * When the password was last reset on the environment.
260
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
261
- */
262
- readonly passwordLastReset?: Date;
263
- /**
264
- * The provisioning status of the resource.
265
- */
266
- provisioningState?: string;
267
- /**
268
- * The unique immutable identifier of a resource (Guid).
269
- */
270
- uniqueIdentifier?: string;
271
- /**
272
- * The details of the latest operation. ex: status, error
273
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
274
- */
275
- readonly latestOperationResult?: LatestOperationResult;
276
- }
277
-
278
- /**
279
- * Details of the backing virtual machine.
280
- */
281
- export interface VirtualMachineDetails {
282
- /**
283
- * Provisioning state of the Dtl VM
284
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
285
- */
286
- readonly provisioningState?: string;
287
- /**
288
- * Connection information for Windows
289
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
290
- */
291
- readonly rdpAuthority?: string;
292
- /**
293
- * Connection information for Linux
294
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
295
- */
296
- readonly sshAuthority?: string;
297
- /**
298
- * PrivateIp address of the compute VM
299
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
300
- */
301
- readonly privateIpAddress?: string;
302
- /**
303
- * Compute VM login user name
304
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
305
- */
306
- readonly userName?: string;
307
- /**
308
- * Last known compute power state captured in DTL
309
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
310
- */
311
- readonly lastKnownPowerState?: string;
312
- }
313
-
314
- /**
315
- * This represents the details about a User's environment and its state.
316
- */
317
- export interface EnvironmentDetails {
318
- /**
319
- * Name of the Environment
320
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
321
- */
322
- readonly name?: string;
323
- /**
324
- * Description of the Environment
325
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
326
- */
327
- readonly description?: string;
328
- /**
329
- * Resource Id of the environment
330
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
331
- */
332
- readonly id?: string;
333
- /**
334
- * The provisioning state of the environment. This also includes LabIsFull and NotYetProvisioned
335
- * status.
336
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
337
- */
338
- readonly provisioningState?: string;
339
- /**
340
- * Details of backing DTL virtual machine with compute and network details.
341
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
342
- */
343
- readonly virtualMachineDetails?: VirtualMachineDetails;
344
- /**
345
- * The details of the latest operation. ex: status, error
346
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
347
- */
348
- readonly latestOperationResult?: LatestOperationResult;
349
- /**
350
- * Publishing state of the environment setting Possible values are Creating, Created, Failed
351
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
352
- */
353
- readonly environmentState?: string;
354
- /**
355
- * How long the environment has been used by a lab user
356
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
357
- */
358
- readonly totalUsage?: string;
359
- /**
360
- * When the password was last reset on the environment.
361
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
362
- */
363
- readonly passwordLastReset?: Date;
364
- }
365
-
366
- /**
367
- * Represents a VM and the setting Id it was created for.
368
- */
369
- export interface ResourceSetFragment {
370
- /**
371
- * VM resource Id for the environment
372
- */
373
- vmResourceId?: string;
374
- /**
375
- * resourceSettingId for the environment
376
- */
377
- resourceSettingId?: string;
378
- }
379
-
380
- /**
381
- * Represents an environment instance
382
- */
383
- export interface EnvironmentFragment extends Resource {
384
- /**
385
- * The set of a VM and the setting id it was created for
386
- */
387
- resourceSets?: ResourceSetFragment;
388
- /**
389
- * The provisioning status of the resource.
390
- */
391
- provisioningState?: string;
392
- /**
393
- * The unique immutable identifier of a resource (Guid).
394
- */
395
- uniqueIdentifier?: string;
396
- }
397
-
398
- /**
399
- * Represents payload for any Environment operations like get, start, stop, connect
400
- */
401
- export interface EnvironmentOperationsPayload {
402
- /**
403
- * The resourceId of the environment
404
- */
405
- environmentId: string;
406
- }
407
-
408
- /**
409
- * Details about the state of the reference virtual machine.
410
- */
411
- export interface VmStateDetails {
412
- /**
413
- * The RdpAuthority property is a server DNS host name or IP address followed by the service port
414
- * number for RDP (Remote Desktop Protocol).
415
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
416
- */
417
- readonly rdpAuthority?: string;
418
- /**
419
- * The SshAuthority property is a server DNS host name or IP address followed by the service port
420
- * number for SSH.
421
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
422
- */
423
- readonly sshAuthority?: string;
424
- /**
425
- * The power state of the reference virtual machine.
426
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
427
- */
428
- readonly powerState?: string;
429
- /**
430
- * Last known compute power state captured in DTL
431
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
432
- */
433
- readonly lastKnownPowerState?: string;
434
- }
435
-
436
- /**
437
- * Details of a Reference Vm
438
- */
439
- export interface ReferenceVm {
440
- /**
441
- * The username of the virtual machine
442
- */
443
- userName: string;
444
- /**
445
- * The password of the virtual machine. This will be set to null in GET resource API
446
- */
447
- password?: string;
448
- /**
449
- * The state details for the reference virtual machine.
450
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
451
- */
452
- readonly vmStateDetails?: VmStateDetails;
453
- /**
454
- * VM resource Id for the environment
455
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
456
- */
457
- readonly vmResourceId?: string;
458
- }
459
-
460
- /**
461
- * Represents resource specific settings
462
- */
463
- export interface ResourceSettings {
464
- /**
465
- * The unique id of the resource setting
466
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
467
- */
468
- readonly id?: string;
469
- /**
470
- * The resource id of the gallery image used for creating the virtual machine
471
- */
472
- galleryImageResourceId?: string;
473
- /**
474
- * The name of the image used to created the environment setting
475
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
476
- */
477
- readonly imageName?: string;
478
- /**
479
- * The size of the virtual machine. Possible values include: 'Basic', 'Standard', 'Performance'
480
- */
481
- size?: ManagedLabVmSize;
482
- /**
483
- * The translated compute cores of the virtual machine
484
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
485
- */
486
- readonly cores?: number;
487
- /**
488
- * Details specific to Reference Vm
489
- */
490
- referenceVm: ReferenceVm;
491
- }
492
-
493
- /**
494
- * Represents settings of an environment, from which environment instances would be created
495
- */
496
- export interface EnvironmentSetting extends Resource {
497
- /**
498
- * Describes the readiness of this environment setting. Possible values include: 'Draft',
499
- * 'Publishing', 'Published', 'PublishFailed', 'Scaling'
500
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
501
- */
502
- readonly publishingState?: PublishingState;
503
- /**
504
- * Describes the user's progress in configuring their environment setting. Possible values
505
- * include: 'NotApplicable', 'Completed'
506
- */
507
- configurationState?: ConfigurationState;
508
- /**
509
- * Describes the environment and its resource settings
510
- */
511
- description?: string;
512
- /**
513
- * Brief title describing the environment and its resource settings
514
- */
515
- title?: string;
516
- /**
517
- * The resource specific settings
518
- */
519
- resourceSettings: ResourceSettings;
520
- /**
521
- * Time when the template VM was last changed.
522
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
523
- */
524
- readonly lastChanged?: Date;
525
- /**
526
- * Time when the template VM was last sent for publishing.
527
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
528
- */
529
- readonly lastPublished?: Date;
530
- /**
531
- * The provisioning status of the resource.
532
- */
533
- provisioningState?: string;
534
- /**
535
- * The unique immutable identifier of a resource (Guid).
536
- */
537
- uniqueIdentifier?: string;
538
- /**
539
- * The details of the latest operation. ex: status, error
540
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
541
- */
542
- readonly latestOperationResult?: LatestOperationResult;
543
- }
544
-
545
- /**
546
- * Details of a Reference Vm
547
- */
548
- export interface ReferenceVmFragment {
549
- /**
550
- * The username of the virtual machine
551
- */
552
- userName?: string;
553
- /**
554
- * The password of the virtual machine. This will be set to null in GET resource API
555
- */
556
- password?: string;
557
- }
558
-
559
- /**
560
- * Represents resource specific settings
561
- */
562
- export interface ResourceSettingsFragment {
563
- /**
564
- * The resource id of the gallery image used for creating the virtual machine
565
- */
566
- galleryImageResourceId?: string;
567
- /**
568
- * The size of the virtual machine. Possible values include: 'Basic', 'Standard', 'Performance'
569
- */
570
- size?: ManagedLabVmSize;
571
- /**
572
- * Details specific to Reference Vm
573
- */
574
- referenceVm?: ReferenceVmFragment;
575
- }
576
-
577
- /**
578
- * Represents settings of an environment, from which environment instances would be created
579
- */
580
- export interface EnvironmentSettingFragment extends Resource {
581
- /**
582
- * Describes the user's progress in configuring their environment setting. Possible values
583
- * include: 'NotApplicable', 'Completed'
584
- */
585
- configurationState?: ConfigurationState;
586
- /**
587
- * Describes the environment and its resource settings
588
- */
589
- description?: string;
590
- /**
591
- * Brief title describing the environment and its resource settings
592
- */
593
- title?: string;
594
- /**
595
- * The resource specific settings
596
- */
597
- resourceSettings?: ResourceSettingsFragment;
598
- /**
599
- * The provisioning status of the resource.
600
- */
601
- provisioningState?: string;
602
- /**
603
- * The unique immutable identifier of a resource (Guid).
604
- */
605
- uniqueIdentifier?: string;
606
- }
607
-
608
- /**
609
- * Contains detailed information about a size
610
- */
611
- export interface SizeInfo {
612
- /**
613
- * Represents the actual compute size, e.g. Standard_A2_v2.
614
- */
615
- computeSize?: string;
616
- /**
617
- * The pay-as-you-go price per hour this size will cost. It does not include discounts and may
618
- * not reflect the actual price the size will cost.
619
- */
620
- price?: number;
621
- /**
622
- * The number of cores a VM of this size has.
623
- */
624
- numberOfCores?: number;
625
- /**
626
- * The amount of memory available (in GB).
627
- */
628
- memory?: number;
629
- }
630
-
631
- /**
632
- * Represents a size category supported by this Lab Account (small, medium or large)
633
- */
634
- export interface EnvironmentSize {
635
- /**
636
- * The size category. Possible values include: 'Basic', 'Standard', 'Performance'
637
- */
638
- name?: ManagedLabVmSize;
639
- /**
640
- * Represents a set of compute sizes that can serve this given size type
641
- */
642
- vmSizes?: SizeInfo[];
643
- /**
644
- * The pay-as-you-go dollar price per hour this size will cost. It does not include discounts and
645
- * may not reflect the actual price the size will cost. This is the maximum price of all prices
646
- * within this tier.
647
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
648
- */
649
- readonly maxPrice?: number;
650
- /**
651
- * The number of cores a VM of this size has. This is the minimum number of cores within this
652
- * tier.
653
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
654
- */
655
- readonly minNumberOfCores?: number;
656
- /**
657
- * The amount of memory available (in GB). This is the minimum amount of memory within this tier.
658
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
659
- */
660
- readonly minMemory?: number;
661
- }
662
-
663
- /**
664
- * Contains detailed information about a size
665
- */
666
- export interface SizeInfoFragment {
667
- /**
668
- * Represents the actual compute size, e.g. Standard_A2_v2.
669
- */
670
- computeSize?: string;
671
- /**
672
- * The pay-as-you-go price per hour this size will cost. It does not include discounts and may
673
- * not reflect the actual price the size will cost.
674
- */
675
- price?: number;
676
- /**
677
- * The number of cores a VM of this size has.
678
- */
679
- numberOfCores?: number;
680
- /**
681
- * The amount of memory available (in GB).
682
- */
683
- memory?: number;
684
- }
685
-
686
- /**
687
- * Represents a size category supported by this Lab Account (small, medium or large)
688
- */
689
- export interface EnvironmentSizeFragment {
690
- /**
691
- * The size category. Possible values include: 'Basic', 'Standard', 'Performance'
692
- */
693
- name?: ManagedLabVmSize;
694
- /**
695
- * Represents a set of compute sizes that can serve this given size type
696
- */
697
- vmSizes?: SizeInfoFragment[];
698
- }
699
-
700
- /**
701
- * The reference information for an Azure Marketplace image.
702
- */
703
- export interface GalleryImageReference {
704
- /**
705
- * The offer of the gallery image.
706
- */
707
- offer?: string;
708
- /**
709
- * The publisher of the gallery image.
710
- */
711
- publisher?: string;
712
- /**
713
- * The SKU of the gallery image.
714
- */
715
- sku?: string;
716
- /**
717
- * The OS type of the gallery image.
718
- */
719
- osType?: string;
720
- /**
721
- * The version of the gallery image.
722
- */
723
- version?: string;
724
- }
725
-
726
- /**
727
- * Represents an image from the Azure Marketplace
728
- */
729
- export interface GalleryImage extends Resource {
730
- /**
731
- * The author of the gallery image.
732
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
733
- */
734
- readonly author?: string;
735
- /**
736
- * The creation date of the gallery image.
737
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
738
- */
739
- readonly createdDate?: Date;
740
- /**
741
- * The description of the gallery image.
742
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
743
- */
744
- readonly description?: string;
745
- /**
746
- * The image reference of the gallery image.
747
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
748
- */
749
- readonly imageReference?: GalleryImageReference;
750
- /**
751
- * The icon of the gallery image.
752
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
753
- */
754
- readonly icon?: string;
755
- /**
756
- * Indicates whether this gallery image is enabled.
757
- */
758
- isEnabled?: boolean;
759
- /**
760
- * Indicates whether this gallery has been overridden for this lab account
761
- */
762
- isOverride?: boolean;
763
- /**
764
- * The third party plan that applies to this image
765
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
766
- */
767
- readonly planId?: string;
768
- /**
769
- * Indicates if the plan has been authorized for programmatic deployment.
770
- */
771
- isPlanAuthorized?: boolean;
772
- /**
773
- * The provisioning status of the resource.
774
- */
775
- provisioningState?: string;
776
- /**
777
- * The unique immutable identifier of a resource (Guid).
778
- */
779
- uniqueIdentifier?: string;
780
- /**
781
- * The details of the latest operation. ex: status, error
782
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
783
- */
784
- readonly latestOperationResult?: LatestOperationResult;
785
- }
786
-
787
- /**
788
- * Represents an image from the Azure Marketplace
789
- */
790
- export interface GalleryImageFragment extends Resource {
791
- /**
792
- * Indicates whether this gallery image is enabled.
793
- */
794
- isEnabled?: boolean;
795
- /**
796
- * Indicates whether this gallery has been overridden for this lab account
797
- */
798
- isOverride?: boolean;
799
- /**
800
- * Indicates if the plan has been authorized for programmatic deployment.
801
- */
802
- isPlanAuthorized?: boolean;
803
- /**
804
- * The provisioning status of the resource.
805
- */
806
- provisioningState?: string;
807
- /**
808
- * The unique immutable identifier of a resource (Guid).
809
- */
810
- uniqueIdentifier?: string;
811
- }
812
-
813
- /**
814
- * The reference information for an Azure Marketplace image.
815
- */
816
- export interface GalleryImageReferenceFragment {
817
- /**
818
- * The offer of the gallery image.
819
- */
820
- offer?: string;
821
- /**
822
- * The publisher of the gallery image.
823
- */
824
- publisher?: string;
825
- /**
826
- * The SKU of the gallery image.
827
- */
828
- sku?: string;
829
- /**
830
- * The OS type of the gallery image.
831
- */
832
- osType?: string;
833
- /**
834
- * The version of the gallery image.
835
- */
836
- version?: string;
837
- }
838
-
839
- /**
840
- * Represents the environments details
841
- */
842
- export interface GetEnvironmentResponse {
843
- /**
844
- * Details of the environment
845
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
846
- */
847
- readonly environment?: EnvironmentDetails;
848
- }
849
-
850
- /**
851
- * Represents the PersonalPreferences for the user
852
- */
853
- export interface GetPersonalPreferencesResponse {
854
- /**
855
- * Id to be used by the cache orchestrator
856
- */
857
- id?: string;
858
- /**
859
- * Array of favorite lab resource ids
860
- */
861
- favoriteLabResourceIds?: string[];
862
- }
863
-
864
- /**
865
- * Represents the size information
866
- */
867
- export interface SizeAvailability {
868
- /**
869
- * The category of the size (Basic, Standard, Performance). Possible values include: 'Basic',
870
- * 'Standard', 'Performance'
871
- */
872
- sizeCategory?: ManagedLabVmSize;
873
- /**
874
- * Whether or not this size category is available
875
- */
876
- isAvailable?: boolean;
877
- }
878
-
879
- /**
880
- * The availability information of sizes across regions
881
- */
882
- export interface RegionalAvailability {
883
- /**
884
- * Corresponding region
885
- */
886
- region?: string;
887
- /**
888
- * List of all the size information for the region
889
- */
890
- sizeAvailabilities?: SizeAvailability[];
891
- }
892
-
893
- /**
894
- * The response model from the GetRegionalAvailability action
895
- */
896
- export interface GetRegionalAvailabilityResponse {
897
- /**
898
- * Availability information for different size categories per region
899
- */
900
- regionalAvailability?: RegionalAvailability[];
901
- }
902
-
903
- /**
904
- * Represents a lab.
905
- */
906
- export interface Lab extends Resource {
907
- /**
908
- * Maximum number of users allowed in the lab.
909
- */
910
- maxUsersInLab?: number;
911
- /**
912
- * Maximum value MaxUsersInLab can be set to, as specified by the service
913
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
914
- */
915
- readonly userQuota?: number;
916
- /**
917
- * Invitation code that users can use to join a lab.
918
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
919
- */
920
- readonly invitationCode?: string;
921
- /**
922
- * Object id of the user that created the lab.
923
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
924
- */
925
- readonly createdByObjectId?: string;
926
- /**
927
- * Maximum duration a user can use an environment for in the lab.
928
- */
929
- usageQuota?: string;
930
- /**
931
- * Lab user access mode (open to all vs. restricted to those listed on the lab). Possible values
932
- * include: 'Restricted', 'Open'
933
- */
934
- userAccessMode?: LabUserAccessMode;
935
- /**
936
- * Lab creator name
937
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
938
- */
939
- readonly createdByUserPrincipalName?: string;
940
- /**
941
- * Creation date for the lab
942
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
943
- */
944
- readonly createdDate?: Date;
945
- /**
946
- * The provisioning status of the resource.
947
- */
948
- provisioningState?: string;
949
- /**
950
- * The unique immutable identifier of a resource (Guid).
951
- */
952
- uniqueIdentifier?: string;
953
- /**
954
- * The details of the latest operation. ex: status, error
955
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
956
- */
957
- readonly latestOperationResult?: LatestOperationResult;
958
- }
959
-
960
- /**
961
- * Represents the size configuration under the lab account
962
- */
963
- export interface SizeConfigurationProperties {
964
- /**
965
- * Represents a list of size categories supported by this Lab Account (Small, Medium, Large)
966
- */
967
- environmentSizes?: EnvironmentSize[];
968
- }
969
-
970
- /**
971
- * Represents a lab account.
972
- */
973
- export interface LabAccount extends Resource {
974
- /**
975
- * Represents the size configuration under the lab account
976
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
977
- */
978
- readonly sizeConfiguration?: SizeConfigurationProperties;
979
- /**
980
- * Represents if region selection is enabled
981
- */
982
- enabledRegionSelection?: boolean;
983
- /**
984
- * The provisioning status of the resource.
985
- */
986
- provisioningState?: string;
987
- /**
988
- * The unique immutable identifier of a resource (Guid).
989
- */
990
- uniqueIdentifier?: string;
991
- /**
992
- * The details of the latest operation. ex: status, error
993
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
994
- */
995
- readonly latestOperationResult?: LatestOperationResult;
996
- }
997
-
998
- /**
999
- * Represents a lab account.
1000
- */
1001
- export interface LabAccountFragment extends Resource {
1002
- /**
1003
- * Represents if region selection is enabled
1004
- */
1005
- enabledRegionSelection?: boolean;
1006
- /**
1007
- * The provisioning status of the resource.
1008
- */
1009
- provisioningState?: string;
1010
- /**
1011
- * The unique immutable identifier of a resource (Guid).
1012
- */
1013
- uniqueIdentifier?: string;
1014
- }
1015
-
1016
- /**
1017
- * This represents the details about a lab that the User is in, and its state.
1018
- */
1019
- export interface LabDetails {
1020
- /**
1021
- * Name of the lab
1022
- */
1023
- name?: string;
1024
- /**
1025
- * The provisioning state of the lab.
1026
- */
1027
- provisioningState?: string;
1028
- /**
1029
- * The Id of the lab.
1030
- */
1031
- id?: string;
1032
- /**
1033
- * The maximum duration a user can use a VM in this lab.
1034
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1035
- */
1036
- readonly usageQuota?: string;
1037
- }
1038
-
1039
- /**
1040
- * Represents a lab.
1041
- */
1042
- export interface LabFragment extends Resource {
1043
- /**
1044
- * Maximum number of users allowed in the lab.
1045
- */
1046
- maxUsersInLab?: number;
1047
- /**
1048
- * Maximum duration a user can use an environment for in the lab.
1049
- */
1050
- usageQuota?: string;
1051
- /**
1052
- * Lab user access mode (open to all vs. restricted to those listed on the lab). Possible values
1053
- * include: 'Restricted', 'Open'
1054
- */
1055
- userAccessMode?: LabUserAccessMode;
1056
- /**
1057
- * The provisioning status of the resource.
1058
- */
1059
- provisioningState?: string;
1060
- /**
1061
- * The unique immutable identifier of a resource (Guid).
1062
- */
1063
- uniqueIdentifier?: string;
1064
- }
1065
-
1066
- /**
1067
- * Represents the payload to list environments owned by a user
1068
- */
1069
- export interface ListEnvironmentsPayload {
1070
- /**
1071
- * The resource Id of the lab
1072
- */
1073
- labId?: string;
1074
- }
1075
-
1076
- /**
1077
- * Represents the list of environments owned by a user
1078
- */
1079
- export interface ListEnvironmentsResponse {
1080
- /**
1081
- * List of all the environments
1082
- */
1083
- environments?: EnvironmentDetails[];
1084
- }
1085
-
1086
- /**
1087
- * Lists the labs owned by a user
1088
- */
1089
- export interface ListLabsResponse {
1090
- /**
1091
- * List of all the labs
1092
- */
1093
- labs?: LabDetails[];
1094
- }
1095
-
1096
- /**
1097
- * Payload to get the status of an operation
1098
- */
1099
- export interface OperationBatchStatusPayload {
1100
- /**
1101
- * The operation url of long running operation
1102
- */
1103
- urls: string[];
1104
- }
1105
-
1106
- /**
1107
- * Represents the status of an operation that used the batch API.
1108
- */
1109
- export interface OperationBatchStatusResponseItem {
1110
- /**
1111
- * status of the long running operation for an environment
1112
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1113
- */
1114
- readonly operationUrl?: string;
1115
- /**
1116
- * status of the long running operation for an environment
1117
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1118
- */
1119
- readonly status?: string;
1120
- }
1121
-
1122
- /**
1123
- * Status Details of the long running operation for an environment
1124
- */
1125
- export interface OperationBatchStatusResponse {
1126
- /**
1127
- * Gets a collection of items that contain the operation url and status.
1128
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1129
- */
1130
- readonly items?: OperationBatchStatusResponseItem[];
1131
- }
1132
-
1133
- /**
1134
- * Error details for the operation in case of a failure.
1135
- */
1136
- export interface OperationError {
1137
- /**
1138
- * The error code of the operation error.
1139
- */
1140
- code?: string;
1141
- /**
1142
- * The error message of the operation error.
1143
- */
1144
- message?: string;
1145
- }
1146
-
1147
- /**
1148
- * The object that describes the operations
1149
- */
1150
- export interface OperationMetadataDisplay {
1151
- /**
1152
- * Friendly name of the resource provider
1153
- */
1154
- provider?: string;
1155
- /**
1156
- * Resource type on which the operation is performed.
1157
- */
1158
- resource?: string;
1159
- /**
1160
- * Operation type: read, write, delete, listKeys/action, etc.
1161
- */
1162
- operation?: string;
1163
- /**
1164
- * Friendly name of the operation
1165
- */
1166
- description?: string;
1167
- }
1168
-
1169
- /**
1170
- * The REST API operation supported by ManagedLab ResourceProvider.
1171
- */
1172
- export interface OperationMetadata {
1173
- /**
1174
- * Operation name: {provider}/{resource}/{operation}
1175
- */
1176
- name?: string;
1177
- /**
1178
- * The object that describes the operations
1179
- */
1180
- display?: OperationMetadataDisplay;
1181
- }
1182
-
1183
- /**
1184
- * An Operation Result
1185
- */
1186
- export interface OperationResult {
1187
- /**
1188
- * The operation status.
1189
- */
1190
- status?: string;
1191
- /**
1192
- * Error details for the operation in case of a failure.
1193
- */
1194
- error?: OperationError;
1195
- }
1196
-
1197
- /**
1198
- * Payload to get the status of an operation
1199
- */
1200
- export interface OperationStatusPayload {
1201
- /**
1202
- * The operation url of long running operation
1203
- */
1204
- operationUrl: string;
1205
- }
1206
-
1207
- /**
1208
- * Status Details of the long running operation for an environment
1209
- */
1210
- export interface OperationStatusResponse {
1211
- /**
1212
- * status of the long running operation for an environment
1213
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1214
- */
1215
- readonly status?: string;
1216
- }
1217
-
1218
- /**
1219
- * Represents payload for any Environment operations like get, start, stop, connect
1220
- */
1221
- export interface PersonalPreferencesOperationsPayload {
1222
- /**
1223
- * Resource Id of the lab account
1224
- */
1225
- labAccountResourceId?: string;
1226
- /**
1227
- * Enum indicating if user is adding or removing a favorite lab. Possible values include: 'Add',
1228
- * 'Remove'
1229
- */
1230
- addRemove?: AddRemove;
1231
- /**
1232
- * Resource Id of the lab to add/remove from the favorites list
1233
- */
1234
- labResourceId?: string;
1235
- }
1236
-
1237
- /**
1238
- * Payload for Publish operation on EnvironmentSetting.
1239
- */
1240
- export interface PublishPayload {
1241
- /**
1242
- * Whether to use existing VM custom image when publishing.
1243
- */
1244
- useExistingImage?: boolean;
1245
- }
1246
-
1247
- /**
1248
- * Represents payload for Register action.
1249
- */
1250
- export interface RegisterPayload {
1251
- /**
1252
- * The registration code of the lab.
1253
- */
1254
- registrationCode?: string;
1255
- }
1256
-
1257
- /**
1258
- * Represents the payload for resetting passwords.
1259
- */
1260
- export interface ResetPasswordPayload {
1261
- /**
1262
- * The resourceId of the environment
1263
- */
1264
- environmentId: string;
1265
- /**
1266
- * The username for which the password will be reset.
1267
- */
1268
- username?: string;
1269
- /**
1270
- * The password to assign to the user specified in
1271
- */
1272
- password?: string;
1273
- }
1274
-
1275
- /**
1276
- * Represents the size configuration under the lab account
1277
- */
1278
- export interface SizeConfigurationPropertiesFragment {
1279
- /**
1280
- * Represents a list of size categories supported by this Lab Account (Small, Medium, Large)
1281
- */
1282
- environmentSizes?: EnvironmentSizeFragment[];
1283
- }
1284
-
1285
- /**
1286
- * The User registered to a lab
1287
- */
1288
- export interface User extends Resource {
1289
- /**
1290
- * The user email address, as it was specified during registration.
1291
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1292
- */
1293
- readonly email?: string;
1294
- /**
1295
- * The user family name, as it was specified during registration.
1296
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1297
- */
1298
- readonly familyName?: string;
1299
- /**
1300
- * The user given name, as it was specified during registration.
1301
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1302
- */
1303
- readonly givenName?: string;
1304
- /**
1305
- * The user tenant ID, as it was specified during registration.
1306
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1307
- */
1308
- readonly tenantId?: string;
1309
- /**
1310
- * How long the user has used his VMs in this lab
1311
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1312
- */
1313
- readonly totalUsage?: string;
1314
- /**
1315
- * The provisioning status of the resource.
1316
- */
1317
- provisioningState?: string;
1318
- /**
1319
- * The unique immutable identifier of a resource (Guid).
1320
- */
1321
- uniqueIdentifier?: string;
1322
- /**
1323
- * The details of the latest operation. ex: status, error
1324
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1325
- */
1326
- readonly latestOperationResult?: LatestOperationResult;
1327
- }
1328
-
1329
- /**
1330
- * The User registered to a lab
1331
- */
1332
- export interface UserFragment extends Resource {
1333
- /**
1334
- * The provisioning status of the resource.
1335
- */
1336
- provisioningState?: string;
1337
- /**
1338
- * The unique immutable identifier of a resource (Guid).
1339
- */
1340
- uniqueIdentifier?: string;
1341
- }
1342
-
1343
- /**
1344
- * Optional Parameters.
1345
- */
1346
- export interface GlobalUsersGetEnvironmentOptionalParams extends msRest.RequestOptionsBase {
1347
- /**
1348
- * Specify the $expand query. Example: 'properties($expand=environment)'
1349
- */
1350
- expand?: string;
1351
- }
1352
-
1353
- /**
1354
- * Optional Parameters.
1355
- */
1356
- export interface LabAccountsListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {
1357
- /**
1358
- * Specify the $expand query. Example: 'properties($expand=sizeConfiguration)'
1359
- */
1360
- expand?: string;
1361
- /**
1362
- * The filter to apply to the operation.
1363
- */
1364
- filter?: string;
1365
- /**
1366
- * The maximum number of resources to return from the operation.
1367
- */
1368
- top?: number;
1369
- /**
1370
- * The ordering expression for the results, using OData notation.
1371
- */
1372
- orderby?: string;
1373
- }
1374
-
1375
- /**
1376
- * Optional Parameters.
1377
- */
1378
- export interface LabAccountsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
1379
- /**
1380
- * Specify the $expand query. Example: 'properties($expand=sizeConfiguration)'
1381
- */
1382
- expand?: string;
1383
- /**
1384
- * The filter to apply to the operation.
1385
- */
1386
- filter?: string;
1387
- /**
1388
- * The maximum number of resources to return from the operation.
1389
- */
1390
- top?: number;
1391
- /**
1392
- * The ordering expression for the results, using OData notation.
1393
- */
1394
- orderby?: string;
1395
- }
1396
-
1397
- /**
1398
- * Optional Parameters.
1399
- */
1400
- export interface LabAccountsGetOptionalParams extends msRest.RequestOptionsBase {
1401
- /**
1402
- * Specify the $expand query. Example: 'properties($expand=sizeConfiguration)'
1403
- */
1404
- expand?: string;
1405
- }
1406
-
1407
- /**
1408
- * Optional Parameters.
1409
- */
1410
- export interface GalleryImagesListOptionalParams extends msRest.RequestOptionsBase {
1411
- /**
1412
- * Specify the $expand query. Example: 'properties($select=author)'
1413
- */
1414
- expand?: string;
1415
- /**
1416
- * The filter to apply to the operation.
1417
- */
1418
- filter?: string;
1419
- /**
1420
- * The maximum number of resources to return from the operation.
1421
- */
1422
- top?: number;
1423
- /**
1424
- * The ordering expression for the results, using OData notation.
1425
- */
1426
- orderby?: string;
1427
- }
1428
-
1429
- /**
1430
- * Optional Parameters.
1431
- */
1432
- export interface GalleryImagesGetOptionalParams extends msRest.RequestOptionsBase {
1433
- /**
1434
- * Specify the $expand query. Example: 'properties($select=author)'
1435
- */
1436
- expand?: string;
1437
- }
1438
-
1439
- /**
1440
- * Optional Parameters.
1441
- */
1442
- export interface LabsListOptionalParams extends msRest.RequestOptionsBase {
1443
- /**
1444
- * Specify the $expand query. Example: 'properties($select=maxUsersInLab)'
1445
- */
1446
- expand?: string;
1447
- /**
1448
- * The filter to apply to the operation.
1449
- */
1450
- filter?: string;
1451
- /**
1452
- * The maximum number of resources to return from the operation.
1453
- */
1454
- top?: number;
1455
- /**
1456
- * The ordering expression for the results, using OData notation.
1457
- */
1458
- orderby?: string;
1459
- }
1460
-
1461
- /**
1462
- * Optional Parameters.
1463
- */
1464
- export interface LabsGetOptionalParams extends msRest.RequestOptionsBase {
1465
- /**
1466
- * Specify the $expand query. Example: 'properties($select=maxUsersInLab)'
1467
- */
1468
- expand?: string;
1469
- }
1470
-
1471
- /**
1472
- * Optional Parameters.
1473
- */
1474
- export interface EnvironmentSettingsListOptionalParams extends msRest.RequestOptionsBase {
1475
- /**
1476
- * Specify the $expand query. Example: 'properties($select=publishingState)'
1477
- */
1478
- expand?: string;
1479
- /**
1480
- * The filter to apply to the operation.
1481
- */
1482
- filter?: string;
1483
- /**
1484
- * The maximum number of resources to return from the operation.
1485
- */
1486
- top?: number;
1487
- /**
1488
- * The ordering expression for the results, using OData notation.
1489
- */
1490
- orderby?: string;
1491
- }
1492
-
1493
- /**
1494
- * Optional Parameters.
1495
- */
1496
- export interface EnvironmentSettingsGetOptionalParams extends msRest.RequestOptionsBase {
1497
- /**
1498
- * Specify the $expand query. Example: 'properties($select=publishingState)'
1499
- */
1500
- expand?: string;
1501
- }
1502
-
1503
- /**
1504
- * Optional Parameters.
1505
- */
1506
- export interface EnvironmentsListOptionalParams extends msRest.RequestOptionsBase {
1507
- /**
1508
- * Specify the $expand query. Example: 'properties($expand=networkInterface)'
1509
- */
1510
- expand?: string;
1511
- /**
1512
- * The filter to apply to the operation.
1513
- */
1514
- filter?: string;
1515
- /**
1516
- * The maximum number of resources to return from the operation.
1517
- */
1518
- top?: number;
1519
- /**
1520
- * The ordering expression for the results, using OData notation.
1521
- */
1522
- orderby?: string;
1523
- }
1524
-
1525
- /**
1526
- * Optional Parameters.
1527
- */
1528
- export interface EnvironmentsGetOptionalParams extends msRest.RequestOptionsBase {
1529
- /**
1530
- * Specify the $expand query. Example: 'properties($expand=networkInterface)'
1531
- */
1532
- expand?: string;
1533
- }
1534
-
1535
- /**
1536
- * Optional Parameters.
1537
- */
1538
- export interface UsersListOptionalParams extends msRest.RequestOptionsBase {
1539
- /**
1540
- * Specify the $expand query. Example: 'properties($select=email)'
1541
- */
1542
- expand?: string;
1543
- /**
1544
- * The filter to apply to the operation.
1545
- */
1546
- filter?: string;
1547
- /**
1548
- * The maximum number of resources to return from the operation.
1549
- */
1550
- top?: number;
1551
- /**
1552
- * The ordering expression for the results, using OData notation.
1553
- */
1554
- orderby?: string;
1555
- }
1556
-
1557
- /**
1558
- * Optional Parameters.
1559
- */
1560
- export interface UsersGetOptionalParams extends msRest.RequestOptionsBase {
1561
- /**
1562
- * Specify the $expand query. Example: 'properties($select=email)'
1563
- */
1564
- expand?: string;
1565
- }
1566
-
1567
- /**
1568
- * An interface representing ManagedLabsClientOptions.
1569
- */
1570
- export interface ManagedLabsClientOptions extends AzureServiceClientOptions {
1571
- baseUri?: string;
1572
- }
1573
-
1574
- /**
1575
- * @interface
1576
- * Result of the request to list REST API operations
1577
- * @extends Array<OperationMetadata>
1578
- */
1579
- export interface ProviderOperationResult extends Array<OperationMetadata> {
1580
- /**
1581
- * URL to get the next set of operation list results if there are any.
1582
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1583
- */
1584
- readonly nextLink?: string;
1585
- }
1586
-
1587
- /**
1588
- * @interface
1589
- * The response of a list operation.
1590
- * @extends Array<LabAccount>
1591
- */
1592
- export interface ResponseWithContinuationLabAccount extends Array<LabAccount> {
1593
- /**
1594
- * Link for next set of results.
1595
- */
1596
- nextLink?: string;
1597
- }
1598
-
1599
- /**
1600
- * @interface
1601
- * The response of a list operation.
1602
- * @extends Array<GalleryImage>
1603
- */
1604
- export interface ResponseWithContinuationGalleryImage extends Array<GalleryImage> {
1605
- /**
1606
- * Link for next set of results.
1607
- */
1608
- nextLink?: string;
1609
- }
1610
-
1611
- /**
1612
- * @interface
1613
- * The response of a list operation.
1614
- * @extends Array<Lab>
1615
- */
1616
- export interface ResponseWithContinuationLab extends Array<Lab> {
1617
- /**
1618
- * Link for next set of results.
1619
- */
1620
- nextLink?: string;
1621
- }
1622
-
1623
- /**
1624
- * @interface
1625
- * The response of a list operation.
1626
- * @extends Array<EnvironmentSetting>
1627
- */
1628
- export interface ResponseWithContinuationEnvironmentSetting extends Array<EnvironmentSetting> {
1629
- /**
1630
- * Link for next set of results.
1631
- */
1632
- nextLink?: string;
1633
- }
1634
-
1635
- /**
1636
- * @interface
1637
- * The response of a list operation.
1638
- * @extends Array<Environment>
1639
- */
1640
- export interface ResponseWithContinuationEnvironment extends Array<Environment> {
1641
- /**
1642
- * Link for next set of results.
1643
- */
1644
- nextLink?: string;
1645
- }
1646
-
1647
- /**
1648
- * @interface
1649
- * The response of a list operation.
1650
- * @extends Array<User>
1651
- */
1652
- export interface ResponseWithContinuationUser extends Array<User> {
1653
- /**
1654
- * Link for next set of results.
1655
- */
1656
- nextLink?: string;
1657
- }
1658
-
1659
- /**
1660
- * Defines values for ManagedLabVmSize.
1661
- * Possible values include: 'Basic', 'Standard', 'Performance'
1662
- * @readonly
1663
- * @enum {string}
1664
- */
1665
- export type ManagedLabVmSize = 'Basic' | 'Standard' | 'Performance';
1666
-
1667
- /**
1668
- * Defines values for PublishingState.
1669
- * Possible values include: 'Draft', 'Publishing', 'Published', 'PublishFailed', 'Scaling'
1670
- * @readonly
1671
- * @enum {string}
1672
- */
1673
- export type PublishingState = 'Draft' | 'Publishing' | 'Published' | 'PublishFailed' | 'Scaling';
1674
-
1675
- /**
1676
- * Defines values for ConfigurationState.
1677
- * Possible values include: 'NotApplicable', 'Completed'
1678
- * @readonly
1679
- * @enum {string}
1680
- */
1681
- export type ConfigurationState = 'NotApplicable' | 'Completed';
1682
-
1683
- /**
1684
- * Defines values for LabUserAccessMode.
1685
- * Possible values include: 'Restricted', 'Open'
1686
- * @readonly
1687
- * @enum {string}
1688
- */
1689
- export type LabUserAccessMode = 'Restricted' | 'Open';
1690
-
1691
- /**
1692
- * Defines values for AddRemove.
1693
- * Possible values include: 'Add', 'Remove'
1694
- * @readonly
1695
- * @enum {string}
1696
- */
1697
- export type AddRemove = 'Add' | 'Remove';
1698
-
1699
- /**
1700
- * Contains response data for the list operation.
1701
- */
1702
- export type ProviderOperationsListResponse = ProviderOperationResult & {
1703
- /**
1704
- * The underlying HTTP response.
1705
- */
1706
- _response: msRest.HttpResponse & {
1707
- /**
1708
- * The response body as text (string format)
1709
- */
1710
- bodyAsText: string;
1711
-
1712
- /**
1713
- * The response body as parsed JSON or XML
1714
- */
1715
- parsedBody: ProviderOperationResult;
1716
- };
1717
- };
1718
-
1719
- /**
1720
- * Contains response data for the listNext operation.
1721
- */
1722
- export type ProviderOperationsListNextResponse = ProviderOperationResult & {
1723
- /**
1724
- * The underlying HTTP response.
1725
- */
1726
- _response: msRest.HttpResponse & {
1727
- /**
1728
- * The response body as text (string format)
1729
- */
1730
- bodyAsText: string;
1731
-
1732
- /**
1733
- * The response body as parsed JSON or XML
1734
- */
1735
- parsedBody: ProviderOperationResult;
1736
- };
1737
- };
1738
-
1739
- /**
1740
- * Contains response data for the getEnvironment operation.
1741
- */
1742
- export type GlobalUsersGetEnvironmentResponse = GetEnvironmentResponse & {
1743
- /**
1744
- * The underlying HTTP response.
1745
- */
1746
- _response: msRest.HttpResponse & {
1747
- /**
1748
- * The response body as text (string format)
1749
- */
1750
- bodyAsText: string;
1751
-
1752
- /**
1753
- * The response body as parsed JSON or XML
1754
- */
1755
- parsedBody: GetEnvironmentResponse;
1756
- };
1757
- };
1758
-
1759
- /**
1760
- * Contains response data for the getOperationBatchStatus operation.
1761
- */
1762
- export type GlobalUsersGetOperationBatchStatusResponse = OperationBatchStatusResponse & {
1763
- /**
1764
- * The underlying HTTP response.
1765
- */
1766
- _response: msRest.HttpResponse & {
1767
- /**
1768
- * The response body as text (string format)
1769
- */
1770
- bodyAsText: string;
1771
-
1772
- /**
1773
- * The response body as parsed JSON or XML
1774
- */
1775
- parsedBody: OperationBatchStatusResponse;
1776
- };
1777
- };
1778
-
1779
- /**
1780
- * Contains response data for the getOperationStatus operation.
1781
- */
1782
- export type GlobalUsersGetOperationStatusResponse = OperationStatusResponse & {
1783
- /**
1784
- * The underlying HTTP response.
1785
- */
1786
- _response: msRest.HttpResponse & {
1787
- /**
1788
- * The response body as text (string format)
1789
- */
1790
- bodyAsText: string;
1791
-
1792
- /**
1793
- * The response body as parsed JSON or XML
1794
- */
1795
- parsedBody: OperationStatusResponse;
1796
- };
1797
- };
1798
-
1799
- /**
1800
- * Contains response data for the getPersonalPreferences operation.
1801
- */
1802
- export type GlobalUsersGetPersonalPreferencesResponse = GetPersonalPreferencesResponse & {
1803
- /**
1804
- * The underlying HTTP response.
1805
- */
1806
- _response: msRest.HttpResponse & {
1807
- /**
1808
- * The response body as text (string format)
1809
- */
1810
- bodyAsText: string;
1811
-
1812
- /**
1813
- * The response body as parsed JSON or XML
1814
- */
1815
- parsedBody: GetPersonalPreferencesResponse;
1816
- };
1817
- };
1818
-
1819
- /**
1820
- * Contains response data for the listEnvironments operation.
1821
- */
1822
- export type GlobalUsersListEnvironmentsResponse = ListEnvironmentsResponse & {
1823
- /**
1824
- * The underlying HTTP response.
1825
- */
1826
- _response: msRest.HttpResponse & {
1827
- /**
1828
- * The response body as text (string format)
1829
- */
1830
- bodyAsText: string;
1831
-
1832
- /**
1833
- * The response body as parsed JSON or XML
1834
- */
1835
- parsedBody: ListEnvironmentsResponse;
1836
- };
1837
- };
1838
-
1839
- /**
1840
- * Contains response data for the listLabs operation.
1841
- */
1842
- export type GlobalUsersListLabsResponse = ListLabsResponse & {
1843
- /**
1844
- * The underlying HTTP response.
1845
- */
1846
- _response: msRest.HttpResponse & {
1847
- /**
1848
- * The response body as text (string format)
1849
- */
1850
- bodyAsText: string;
1851
-
1852
- /**
1853
- * The response body as parsed JSON or XML
1854
- */
1855
- parsedBody: ListLabsResponse;
1856
- };
1857
- };
1858
-
1859
- /**
1860
- * Contains response data for the listBySubscription operation.
1861
- */
1862
- export type LabAccountsListBySubscriptionResponse = ResponseWithContinuationLabAccount & {
1863
- /**
1864
- * The underlying HTTP response.
1865
- */
1866
- _response: msRest.HttpResponse & {
1867
- /**
1868
- * The response body as text (string format)
1869
- */
1870
- bodyAsText: string;
1871
-
1872
- /**
1873
- * The response body as parsed JSON or XML
1874
- */
1875
- parsedBody: ResponseWithContinuationLabAccount;
1876
- };
1877
- };
1878
-
1879
- /**
1880
- * Contains response data for the listByResourceGroup operation.
1881
- */
1882
- export type LabAccountsListByResourceGroupResponse = ResponseWithContinuationLabAccount & {
1883
- /**
1884
- * The underlying HTTP response.
1885
- */
1886
- _response: msRest.HttpResponse & {
1887
- /**
1888
- * The response body as text (string format)
1889
- */
1890
- bodyAsText: string;
1891
-
1892
- /**
1893
- * The response body as parsed JSON or XML
1894
- */
1895
- parsedBody: ResponseWithContinuationLabAccount;
1896
- };
1897
- };
1898
-
1899
- /**
1900
- * Contains response data for the get operation.
1901
- */
1902
- export type LabAccountsGetResponse = LabAccount & {
1903
- /**
1904
- * The underlying HTTP response.
1905
- */
1906
- _response: msRest.HttpResponse & {
1907
- /**
1908
- * The response body as text (string format)
1909
- */
1910
- bodyAsText: string;
1911
-
1912
- /**
1913
- * The response body as parsed JSON or XML
1914
- */
1915
- parsedBody: LabAccount;
1916
- };
1917
- };
1918
-
1919
- /**
1920
- * Contains response data for the createOrUpdate operation.
1921
- */
1922
- export type LabAccountsCreateOrUpdateResponse = LabAccount & {
1923
- /**
1924
- * The underlying HTTP response.
1925
- */
1926
- _response: msRest.HttpResponse & {
1927
- /**
1928
- * The response body as text (string format)
1929
- */
1930
- bodyAsText: string;
1931
-
1932
- /**
1933
- * The response body as parsed JSON or XML
1934
- */
1935
- parsedBody: LabAccount;
1936
- };
1937
- };
1938
-
1939
- /**
1940
- * Contains response data for the update operation.
1941
- */
1942
- export type LabAccountsUpdateResponse = LabAccount & {
1943
- /**
1944
- * The underlying HTTP response.
1945
- */
1946
- _response: msRest.HttpResponse & {
1947
- /**
1948
- * The response body as text (string format)
1949
- */
1950
- bodyAsText: string;
1951
-
1952
- /**
1953
- * The response body as parsed JSON or XML
1954
- */
1955
- parsedBody: LabAccount;
1956
- };
1957
- };
1958
-
1959
- /**
1960
- * Contains response data for the getRegionalAvailability operation.
1961
- */
1962
- export type LabAccountsGetRegionalAvailabilityResponse = GetRegionalAvailabilityResponse & {
1963
- /**
1964
- * The underlying HTTP response.
1965
- */
1966
- _response: msRest.HttpResponse & {
1967
- /**
1968
- * The response body as text (string format)
1969
- */
1970
- bodyAsText: string;
1971
-
1972
- /**
1973
- * The response body as parsed JSON or XML
1974
- */
1975
- parsedBody: GetRegionalAvailabilityResponse;
1976
- };
1977
- };
1978
-
1979
- /**
1980
- * Contains response data for the listBySubscriptionNext operation.
1981
- */
1982
- export type LabAccountsListBySubscriptionNextResponse = ResponseWithContinuationLabAccount & {
1983
- /**
1984
- * The underlying HTTP response.
1985
- */
1986
- _response: msRest.HttpResponse & {
1987
- /**
1988
- * The response body as text (string format)
1989
- */
1990
- bodyAsText: string;
1991
-
1992
- /**
1993
- * The response body as parsed JSON or XML
1994
- */
1995
- parsedBody: ResponseWithContinuationLabAccount;
1996
- };
1997
- };
1998
-
1999
- /**
2000
- * Contains response data for the listByResourceGroupNext operation.
2001
- */
2002
- export type LabAccountsListByResourceGroupNextResponse = ResponseWithContinuationLabAccount & {
2003
- /**
2004
- * The underlying HTTP response.
2005
- */
2006
- _response: msRest.HttpResponse & {
2007
- /**
2008
- * The response body as text (string format)
2009
- */
2010
- bodyAsText: string;
2011
-
2012
- /**
2013
- * The response body as parsed JSON or XML
2014
- */
2015
- parsedBody: ResponseWithContinuationLabAccount;
2016
- };
2017
- };
2018
-
2019
- /**
2020
- * Contains response data for the get operation.
2021
- */
2022
- export type OperationsGetResponse = OperationResult & {
2023
- /**
2024
- * The underlying HTTP response.
2025
- */
2026
- _response: msRest.HttpResponse & {
2027
- /**
2028
- * The response body as text (string format)
2029
- */
2030
- bodyAsText: string;
2031
-
2032
- /**
2033
- * The response body as parsed JSON or XML
2034
- */
2035
- parsedBody: OperationResult;
2036
- };
2037
- };
2038
-
2039
- /**
2040
- * Contains response data for the list operation.
2041
- */
2042
- export type GalleryImagesListResponse = ResponseWithContinuationGalleryImage & {
2043
- /**
2044
- * The underlying HTTP response.
2045
- */
2046
- _response: msRest.HttpResponse & {
2047
- /**
2048
- * The response body as text (string format)
2049
- */
2050
- bodyAsText: string;
2051
-
2052
- /**
2053
- * The response body as parsed JSON or XML
2054
- */
2055
- parsedBody: ResponseWithContinuationGalleryImage;
2056
- };
2057
- };
2058
-
2059
- /**
2060
- * Contains response data for the get operation.
2061
- */
2062
- export type GalleryImagesGetResponse = GalleryImage & {
2063
- /**
2064
- * The underlying HTTP response.
2065
- */
2066
- _response: msRest.HttpResponse & {
2067
- /**
2068
- * The response body as text (string format)
2069
- */
2070
- bodyAsText: string;
2071
-
2072
- /**
2073
- * The response body as parsed JSON or XML
2074
- */
2075
- parsedBody: GalleryImage;
2076
- };
2077
- };
2078
-
2079
- /**
2080
- * Contains response data for the createOrUpdate operation.
2081
- */
2082
- export type GalleryImagesCreateOrUpdateResponse = GalleryImage & {
2083
- /**
2084
- * The underlying HTTP response.
2085
- */
2086
- _response: msRest.HttpResponse & {
2087
- /**
2088
- * The response body as text (string format)
2089
- */
2090
- bodyAsText: string;
2091
-
2092
- /**
2093
- * The response body as parsed JSON or XML
2094
- */
2095
- parsedBody: GalleryImage;
2096
- };
2097
- };
2098
-
2099
- /**
2100
- * Contains response data for the update operation.
2101
- */
2102
- export type GalleryImagesUpdateResponse = GalleryImage & {
2103
- /**
2104
- * The underlying HTTP response.
2105
- */
2106
- _response: msRest.HttpResponse & {
2107
- /**
2108
- * The response body as text (string format)
2109
- */
2110
- bodyAsText: string;
2111
-
2112
- /**
2113
- * The response body as parsed JSON or XML
2114
- */
2115
- parsedBody: GalleryImage;
2116
- };
2117
- };
2118
-
2119
- /**
2120
- * Contains response data for the listNext operation.
2121
- */
2122
- export type GalleryImagesListNextResponse = ResponseWithContinuationGalleryImage & {
2123
- /**
2124
- * The underlying HTTP response.
2125
- */
2126
- _response: msRest.HttpResponse & {
2127
- /**
2128
- * The response body as text (string format)
2129
- */
2130
- bodyAsText: string;
2131
-
2132
- /**
2133
- * The response body as parsed JSON or XML
2134
- */
2135
- parsedBody: ResponseWithContinuationGalleryImage;
2136
- };
2137
- };
2138
-
2139
- /**
2140
- * Contains response data for the list operation.
2141
- */
2142
- export type LabsListResponse = ResponseWithContinuationLab & {
2143
- /**
2144
- * The underlying HTTP response.
2145
- */
2146
- _response: msRest.HttpResponse & {
2147
- /**
2148
- * The response body as text (string format)
2149
- */
2150
- bodyAsText: string;
2151
-
2152
- /**
2153
- * The response body as parsed JSON or XML
2154
- */
2155
- parsedBody: ResponseWithContinuationLab;
2156
- };
2157
- };
2158
-
2159
- /**
2160
- * Contains response data for the get operation.
2161
- */
2162
- export type LabsGetResponse = Lab & {
2163
- /**
2164
- * The underlying HTTP response.
2165
- */
2166
- _response: msRest.HttpResponse & {
2167
- /**
2168
- * The response body as text (string format)
2169
- */
2170
- bodyAsText: string;
2171
-
2172
- /**
2173
- * The response body as parsed JSON or XML
2174
- */
2175
- parsedBody: Lab;
2176
- };
2177
- };
2178
-
2179
- /**
2180
- * Contains response data for the createOrUpdate operation.
2181
- */
2182
- export type LabsCreateOrUpdateResponse = Lab & {
2183
- /**
2184
- * The underlying HTTP response.
2185
- */
2186
- _response: msRest.HttpResponse & {
2187
- /**
2188
- * The response body as text (string format)
2189
- */
2190
- bodyAsText: string;
2191
-
2192
- /**
2193
- * The response body as parsed JSON or XML
2194
- */
2195
- parsedBody: Lab;
2196
- };
2197
- };
2198
-
2199
- /**
2200
- * Contains response data for the update operation.
2201
- */
2202
- export type LabsUpdateResponse = Lab & {
2203
- /**
2204
- * The underlying HTTP response.
2205
- */
2206
- _response: msRest.HttpResponse & {
2207
- /**
2208
- * The response body as text (string format)
2209
- */
2210
- bodyAsText: string;
2211
-
2212
- /**
2213
- * The response body as parsed JSON or XML
2214
- */
2215
- parsedBody: Lab;
2216
- };
2217
- };
2218
-
2219
- /**
2220
- * Contains response data for the listNext operation.
2221
- */
2222
- export type LabsListNextResponse = ResponseWithContinuationLab & {
2223
- /**
2224
- * The underlying HTTP response.
2225
- */
2226
- _response: msRest.HttpResponse & {
2227
- /**
2228
- * The response body as text (string format)
2229
- */
2230
- bodyAsText: string;
2231
-
2232
- /**
2233
- * The response body as parsed JSON or XML
2234
- */
2235
- parsedBody: ResponseWithContinuationLab;
2236
- };
2237
- };
2238
-
2239
- /**
2240
- * Contains response data for the list operation.
2241
- */
2242
- export type EnvironmentSettingsListResponse = ResponseWithContinuationEnvironmentSetting & {
2243
- /**
2244
- * The underlying HTTP response.
2245
- */
2246
- _response: msRest.HttpResponse & {
2247
- /**
2248
- * The response body as text (string format)
2249
- */
2250
- bodyAsText: string;
2251
-
2252
- /**
2253
- * The response body as parsed JSON or XML
2254
- */
2255
- parsedBody: ResponseWithContinuationEnvironmentSetting;
2256
- };
2257
- };
2258
-
2259
- /**
2260
- * Contains response data for the get operation.
2261
- */
2262
- export type EnvironmentSettingsGetResponse = EnvironmentSetting & {
2263
- /**
2264
- * The underlying HTTP response.
2265
- */
2266
- _response: msRest.HttpResponse & {
2267
- /**
2268
- * The response body as text (string format)
2269
- */
2270
- bodyAsText: string;
2271
-
2272
- /**
2273
- * The response body as parsed JSON or XML
2274
- */
2275
- parsedBody: EnvironmentSetting;
2276
- };
2277
- };
2278
-
2279
- /**
2280
- * Contains response data for the createOrUpdate operation.
2281
- */
2282
- export type EnvironmentSettingsCreateOrUpdateResponse = EnvironmentSetting & {
2283
- /**
2284
- * The underlying HTTP response.
2285
- */
2286
- _response: msRest.HttpResponse & {
2287
- /**
2288
- * The response body as text (string format)
2289
- */
2290
- bodyAsText: string;
2291
-
2292
- /**
2293
- * The response body as parsed JSON or XML
2294
- */
2295
- parsedBody: EnvironmentSetting;
2296
- };
2297
- };
2298
-
2299
- /**
2300
- * Contains response data for the update operation.
2301
- */
2302
- export type EnvironmentSettingsUpdateResponse = EnvironmentSetting & {
2303
- /**
2304
- * The underlying HTTP response.
2305
- */
2306
- _response: msRest.HttpResponse & {
2307
- /**
2308
- * The response body as text (string format)
2309
- */
2310
- bodyAsText: string;
2311
-
2312
- /**
2313
- * The response body as parsed JSON or XML
2314
- */
2315
- parsedBody: EnvironmentSetting;
2316
- };
2317
- };
2318
-
2319
- /**
2320
- * Contains response data for the beginCreateOrUpdate operation.
2321
- */
2322
- export type EnvironmentSettingsBeginCreateOrUpdateResponse = EnvironmentSetting & {
2323
- /**
2324
- * The underlying HTTP response.
2325
- */
2326
- _response: msRest.HttpResponse & {
2327
- /**
2328
- * The response body as text (string format)
2329
- */
2330
- bodyAsText: string;
2331
-
2332
- /**
2333
- * The response body as parsed JSON or XML
2334
- */
2335
- parsedBody: EnvironmentSetting;
2336
- };
2337
- };
2338
-
2339
- /**
2340
- * Contains response data for the listNext operation.
2341
- */
2342
- export type EnvironmentSettingsListNextResponse = ResponseWithContinuationEnvironmentSetting & {
2343
- /**
2344
- * The underlying HTTP response.
2345
- */
2346
- _response: msRest.HttpResponse & {
2347
- /**
2348
- * The response body as text (string format)
2349
- */
2350
- bodyAsText: string;
2351
-
2352
- /**
2353
- * The response body as parsed JSON or XML
2354
- */
2355
- parsedBody: ResponseWithContinuationEnvironmentSetting;
2356
- };
2357
- };
2358
-
2359
- /**
2360
- * Contains response data for the list operation.
2361
- */
2362
- export type EnvironmentsListResponse = ResponseWithContinuationEnvironment & {
2363
- /**
2364
- * The underlying HTTP response.
2365
- */
2366
- _response: msRest.HttpResponse & {
2367
- /**
2368
- * The response body as text (string format)
2369
- */
2370
- bodyAsText: string;
2371
-
2372
- /**
2373
- * The response body as parsed JSON or XML
2374
- */
2375
- parsedBody: ResponseWithContinuationEnvironment;
2376
- };
2377
- };
2378
-
2379
- /**
2380
- * Contains response data for the get operation.
2381
- */
2382
- export type EnvironmentsGetResponse = Environment & {
2383
- /**
2384
- * The underlying HTTP response.
2385
- */
2386
- _response: msRest.HttpResponse & {
2387
- /**
2388
- * The response body as text (string format)
2389
- */
2390
- bodyAsText: string;
2391
-
2392
- /**
2393
- * The response body as parsed JSON or XML
2394
- */
2395
- parsedBody: Environment;
2396
- };
2397
- };
2398
-
2399
- /**
2400
- * Contains response data for the createOrUpdate operation.
2401
- */
2402
- export type EnvironmentsCreateOrUpdateResponse = Environment & {
2403
- /**
2404
- * The underlying HTTP response.
2405
- */
2406
- _response: msRest.HttpResponse & {
2407
- /**
2408
- * The response body as text (string format)
2409
- */
2410
- bodyAsText: string;
2411
-
2412
- /**
2413
- * The response body as parsed JSON or XML
2414
- */
2415
- parsedBody: Environment;
2416
- };
2417
- };
2418
-
2419
- /**
2420
- * Contains response data for the update operation.
2421
- */
2422
- export type EnvironmentsUpdateResponse = Environment & {
2423
- /**
2424
- * The underlying HTTP response.
2425
- */
2426
- _response: msRest.HttpResponse & {
2427
- /**
2428
- * The response body as text (string format)
2429
- */
2430
- bodyAsText: string;
2431
-
2432
- /**
2433
- * The response body as parsed JSON or XML
2434
- */
2435
- parsedBody: Environment;
2436
- };
2437
- };
2438
-
2439
- /**
2440
- * Contains response data for the listNext operation.
2441
- */
2442
- export type EnvironmentsListNextResponse = ResponseWithContinuationEnvironment & {
2443
- /**
2444
- * The underlying HTTP response.
2445
- */
2446
- _response: msRest.HttpResponse & {
2447
- /**
2448
- * The response body as text (string format)
2449
- */
2450
- bodyAsText: string;
2451
-
2452
- /**
2453
- * The response body as parsed JSON or XML
2454
- */
2455
- parsedBody: ResponseWithContinuationEnvironment;
2456
- };
2457
- };
2458
-
2459
- /**
2460
- * Contains response data for the list operation.
2461
- */
2462
- export type UsersListResponse = ResponseWithContinuationUser & {
2463
- /**
2464
- * The underlying HTTP response.
2465
- */
2466
- _response: msRest.HttpResponse & {
2467
- /**
2468
- * The response body as text (string format)
2469
- */
2470
- bodyAsText: string;
2471
-
2472
- /**
2473
- * The response body as parsed JSON or XML
2474
- */
2475
- parsedBody: ResponseWithContinuationUser;
2476
- };
2477
- };
2478
-
2479
- /**
2480
- * Contains response data for the get operation.
2481
- */
2482
- export type UsersGetResponse = User & {
2483
- /**
2484
- * The underlying HTTP response.
2485
- */
2486
- _response: msRest.HttpResponse & {
2487
- /**
2488
- * The response body as text (string format)
2489
- */
2490
- bodyAsText: string;
2491
-
2492
- /**
2493
- * The response body as parsed JSON or XML
2494
- */
2495
- parsedBody: User;
2496
- };
2497
- };
2498
-
2499
- /**
2500
- * Contains response data for the createOrUpdate operation.
2501
- */
2502
- export type UsersCreateOrUpdateResponse = User & {
2503
- /**
2504
- * The underlying HTTP response.
2505
- */
2506
- _response: msRest.HttpResponse & {
2507
- /**
2508
- * The response body as text (string format)
2509
- */
2510
- bodyAsText: string;
2511
-
2512
- /**
2513
- * The response body as parsed JSON or XML
2514
- */
2515
- parsedBody: User;
2516
- };
2517
- };
2518
-
2519
- /**
2520
- * Contains response data for the update operation.
2521
- */
2522
- export type UsersUpdateResponse = User & {
2523
- /**
2524
- * The underlying HTTP response.
2525
- */
2526
- _response: msRest.HttpResponse & {
2527
- /**
2528
- * The response body as text (string format)
2529
- */
2530
- bodyAsText: string;
2531
-
2532
- /**
2533
- * The response body as parsed JSON or XML
2534
- */
2535
- parsedBody: User;
2536
- };
2537
- };
2538
-
2539
- /**
2540
- * Contains response data for the listNext operation.
2541
- */
2542
- export type UsersListNextResponse = ResponseWithContinuationUser & {
2543
- /**
2544
- * The underlying HTTP response.
2545
- */
2546
- _response: msRest.HttpResponse & {
2547
- /**
2548
- * The response body as text (string format)
2549
- */
2550
- bodyAsText: string;
2551
-
2552
- /**
2553
- * The response body as parsed JSON or XML
2554
- */
2555
- parsedBody: ResponseWithContinuationUser;
2556
- };
2557
- };