@azure/arm-labservices 3.1.1-alpha.20250211.1 → 3.1.1-alpha.20250213.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 (726) hide show
  1. package/README.md +20 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/{dist-esm/src → dist/browser}/labServicesClient.d.ts +2 -2
  7. package/dist/browser/labServicesClient.d.ts.map +1 -0
  8. package/{dist-esm/src → dist/browser}/labServicesClient.js +15 -18
  9. package/dist/browser/labServicesClient.js.map +1 -0
  10. package/dist/browser/lroImpl.js +25 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.js.map +1 -0
  13. package/dist/browser/models/mappers.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  15. package/dist/browser/models/parameters.js.map +1 -0
  16. package/{dist-esm/src → dist/browser}/operations/images.d.ts +3 -3
  17. package/dist/browser/operations/images.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/operations/images.js +3 -3
  19. package/dist/browser/operations/images.js.map +1 -0
  20. package/dist/browser/operations/index.d.ts +11 -0
  21. package/dist/browser/operations/index.d.ts.map +1 -0
  22. package/dist/browser/operations/index.js +18 -0
  23. package/dist/browser/operations/index.js.map +1 -0
  24. package/{dist-esm/src → dist/browser}/operations/labPlans.d.ts +3 -3
  25. package/dist/browser/operations/labPlans.d.ts.map +1 -0
  26. package/{dist-esm/src → dist/browser}/operations/labPlans.js +137 -153
  27. package/dist/browser/operations/labPlans.js.map +1 -0
  28. package/{dist-esm/src → dist/browser}/operations/labs.d.ts +3 -3
  29. package/dist/browser/operations/labs.d.ts.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operations/labs.js +170 -190
  31. package/dist/browser/operations/labs.js.map +1 -0
  32. package/{dist-esm/src → dist/browser}/operations/operationResults.d.ts +3 -3
  33. package/dist/browser/operations/operationResults.d.ts.map +1 -0
  34. package/{dist-esm/src → dist/browser}/operations/operationResults.js +2 -2
  35. package/dist/browser/operations/operationResults.js.map +1 -0
  36. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  37. package/dist/browser/operations/operations.d.ts.map +1 -0
  38. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  39. package/dist/browser/operations/operations.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operations/schedules.d.ts +3 -3
  41. package/dist/browser/operations/schedules.d.ts.map +1 -0
  42. package/{dist-esm/src → dist/browser}/operations/schedules.js +38 -42
  43. package/dist/browser/operations/schedules.js.map +1 -0
  44. package/{dist-esm/src → dist/browser}/operations/skus.d.ts +3 -3
  45. package/dist/browser/operations/skus.d.ts.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operations/skus.js +3 -3
  47. package/dist/browser/operations/skus.js.map +1 -0
  48. package/{dist-esm/src → dist/browser}/operations/usages.d.ts +3 -3
  49. package/dist/browser/operations/usages.d.ts.map +1 -0
  50. package/{dist-esm/src → dist/browser}/operations/usages.js +3 -3
  51. package/dist/browser/operations/usages.js.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operations/users.d.ts +3 -3
  53. package/dist/browser/operations/users.d.ts.map +1 -0
  54. package/{dist-esm/src → dist/browser}/operations/users.js +137 -153
  55. package/dist/browser/operations/users.js.map +1 -0
  56. package/{dist-esm/src → dist/browser}/operations/virtualMachines.d.ts +3 -3
  57. package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
  58. package/{dist-esm/src → dist/browser}/operations/virtualMachines.js +170 -190
  59. package/dist/browser/operations/virtualMachines.js.map +1 -0
  60. package/{dist-esm/src → dist/browser}/operationsInterfaces/images.d.ts +1 -1
  61. package/dist/browser/operationsInterfaces/images.d.ts.map +1 -0
  62. package/dist/browser/operationsInterfaces/images.js.map +1 -0
  63. package/dist/browser/operationsInterfaces/index.d.ts +11 -0
  64. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  65. package/dist/browser/operationsInterfaces/index.js +18 -0
  66. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  67. package/{dist-esm/src → dist/browser}/operationsInterfaces/labPlans.d.ts +1 -1
  68. package/dist/browser/operationsInterfaces/labPlans.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/labPlans.js.map +1 -0
  70. package/{dist-esm/src → dist/browser}/operationsInterfaces/labs.d.ts +1 -1
  71. package/dist/browser/operationsInterfaces/labs.d.ts.map +1 -0
  72. package/dist/browser/operationsInterfaces/labs.js.map +1 -0
  73. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.d.ts +1 -1
  74. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.d.ts.map +1 -1
  75. package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
  76. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  77. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  78. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  79. package/{dist-esm/src → dist/browser}/operationsInterfaces/schedules.d.ts +1 -1
  80. package/dist/browser/operationsInterfaces/schedules.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/schedules.js.map +1 -0
  82. package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts +1 -1
  83. package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts.map +1 -1
  84. package/dist/browser/operationsInterfaces/skus.js.map +1 -0
  85. package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts +1 -1
  86. package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts.map +1 -1
  87. package/dist/browser/operationsInterfaces/usages.js.map +1 -0
  88. package/{dist-esm/src → dist/browser}/operationsInterfaces/users.d.ts +1 -1
  89. package/dist/browser/operationsInterfaces/users.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/users.js.map +1 -0
  91. package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.d.ts +1 -1
  92. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
  94. package/dist/browser/package.json +3 -0
  95. package/dist/browser/pagingHelper.js.map +1 -0
  96. package/dist/commonjs/index.d.ts +5 -0
  97. package/dist/commonjs/index.d.ts.map +1 -0
  98. package/dist/commonjs/index.js +19 -0
  99. package/dist/commonjs/index.js.map +1 -0
  100. package/dist/commonjs/labServicesClient.d.ts +29 -0
  101. package/dist/commonjs/labServicesClient.d.ts.map +1 -0
  102. package/dist/commonjs/labServicesClient.js +111 -0
  103. package/dist/commonjs/labServicesClient.js.map +1 -0
  104. package/dist/commonjs/lroImpl.d.ts +16 -0
  105. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  106. package/dist/commonjs/lroImpl.js +29 -0
  107. package/dist/commonjs/lroImpl.js.map +1 -0
  108. package/{types/arm-labservices.d.ts → dist/commonjs/models/index.d.ts} +1655 -2466
  109. package/dist/commonjs/models/index.d.ts.map +1 -0
  110. package/dist/commonjs/models/index.js +77 -0
  111. package/dist/commonjs/models/index.js.map +1 -0
  112. package/dist/commonjs/models/mappers.d.ts +68 -0
  113. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  114. package/dist/commonjs/models/mappers.js +2731 -0
  115. package/dist/commonjs/models/mappers.js.map +1 -0
  116. package/dist/commonjs/models/parameters.d.ts +31 -0
  117. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  118. package/dist/commonjs/models/parameters.js +273 -0
  119. package/dist/commonjs/models/parameters.js.map +1 -0
  120. package/dist/commonjs/operations/images.d.ts +70 -0
  121. package/dist/commonjs/operations/images.d.ts.map +1 -0
  122. package/dist/commonjs/operations/images.js +262 -0
  123. package/dist/commonjs/operations/images.js.map +1 -0
  124. package/dist/commonjs/operations/index.d.ts +11 -0
  125. package/dist/commonjs/operations/index.d.ts.map +1 -0
  126. package/dist/commonjs/operations/index.js +21 -0
  127. package/dist/commonjs/operations/index.js.map +1 -0
  128. package/dist/commonjs/operations/labPlans.d.ts +134 -0
  129. package/dist/commonjs/operations/labPlans.d.ts.map +1 -0
  130. package/dist/commonjs/operations/labPlans.js +611 -0
  131. package/dist/commonjs/operations/labPlans.js.map +1 -0
  132. package/dist/commonjs/operations/labs.d.ts +146 -0
  133. package/dist/commonjs/operations/labs.d.ts.map +1 -0
  134. package/dist/commonjs/operations/labs.js +677 -0
  135. package/dist/commonjs/operations/labs.js.map +1 -0
  136. package/dist/commonjs/operations/operationResults.d.ts +19 -0
  137. package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
  138. package/dist/commonjs/operations/operationResults.js +57 -0
  139. package/dist/commonjs/operations/operationResults.js.map +1 -0
  140. package/dist/commonjs/operations/operations.d.ts +32 -0
  141. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  142. package/dist/commonjs/operations/operations.js +137 -0
  143. package/dist/commonjs/operations/operations.js.map +1 -0
  144. package/dist/commonjs/operations/schedules.d.ts +94 -0
  145. package/dist/commonjs/operations/schedules.d.ts.map +1 -0
  146. package/dist/commonjs/operations/schedules.js +347 -0
  147. package/dist/commonjs/operations/schedules.js.map +1 -0
  148. package/dist/commonjs/operations/skus.d.ts +32 -0
  149. package/dist/commonjs/operations/skus.d.ts.map +1 -0
  150. package/dist/commonjs/operations/skus.js +141 -0
  151. package/dist/commonjs/operations/skus.js.map +1 -0
  152. package/dist/commonjs/operations/usages.d.ts +35 -0
  153. package/dist/commonjs/operations/usages.d.ts.map +1 -0
  154. package/dist/commonjs/operations/usages.js +149 -0
  155. package/dist/commonjs/operations/usages.js.map +1 -0
  156. package/dist/commonjs/operations/users.d.ts +138 -0
  157. package/dist/commonjs/operations/users.d.ts.map +1 -0
  158. package/dist/commonjs/operations/users.js +529 -0
  159. package/dist/commonjs/operations/users.js.map +1 -0
  160. package/dist/commonjs/operations/virtualMachines.d.ts +158 -0
  161. package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
  162. package/dist/commonjs/operations/virtualMachines.js +586 -0
  163. package/dist/commonjs/operations/virtualMachines.js.map +1 -0
  164. package/dist/commonjs/operationsInterfaces/images.d.ts +43 -0
  165. package/dist/commonjs/operationsInterfaces/images.d.ts.map +1 -0
  166. package/dist/commonjs/operationsInterfaces/images.js +10 -0
  167. package/dist/commonjs/operationsInterfaces/images.js.map +1 -0
  168. package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
  169. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  170. package/dist/commonjs/operationsInterfaces/index.js +21 -0
  171. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  172. package/dist/commonjs/operationsInterfaces/labPlans.d.ts +98 -0
  173. package/dist/commonjs/operationsInterfaces/labPlans.d.ts.map +1 -0
  174. package/dist/commonjs/operationsInterfaces/labPlans.js +10 -0
  175. package/dist/commonjs/operationsInterfaces/labPlans.js.map +1 -0
  176. package/dist/commonjs/operationsInterfaces/labs.d.ts +110 -0
  177. package/dist/commonjs/operationsInterfaces/labs.d.ts.map +1 -0
  178. package/dist/commonjs/operationsInterfaces/labs.js +10 -0
  179. package/dist/commonjs/operationsInterfaces/labs.js.map +1 -0
  180. package/dist/commonjs/operationsInterfaces/operationResults.d.ts +11 -0
  181. package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
  182. package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
  183. package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
  184. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  185. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  187. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/schedules.d.ts +67 -0
  189. package/dist/commonjs/operationsInterfaces/schedules.d.ts.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/schedules.js +10 -0
  191. package/dist/commonjs/operationsInterfaces/schedules.js.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
  193. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
  194. package/dist/commonjs/operationsInterfaces/skus.js +10 -0
  195. package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
  196. package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
  197. package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
  198. package/dist/commonjs/operationsInterfaces/usages.js +10 -0
  199. package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
  200. package/dist/commonjs/operationsInterfaces/users.d.ts +111 -0
  201. package/dist/commonjs/operationsInterfaces/users.d.ts.map +1 -0
  202. package/dist/commonjs/operationsInterfaces/users.js +10 -0
  203. package/dist/commonjs/operationsInterfaces/users.js.map +1 -0
  204. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +131 -0
  205. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  206. package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
  207. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
  208. package/dist/commonjs/package.json +3 -0
  209. package/dist/commonjs/pagingHelper.d.ts +13 -0
  210. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  211. package/dist/commonjs/pagingHelper.js +36 -0
  212. package/dist/commonjs/pagingHelper.js.map +1 -0
  213. package/dist/esm/index.d.ts +5 -0
  214. package/dist/esm/index.d.ts.map +1 -0
  215. package/{src/index.ts → dist/esm/index.js} +5 -5
  216. package/dist/esm/index.js.map +1 -0
  217. package/dist/esm/labServicesClient.d.ts +29 -0
  218. package/dist/esm/labServicesClient.d.ts.map +1 -0
  219. package/dist/esm/labServicesClient.js +106 -0
  220. package/dist/esm/labServicesClient.js.map +1 -0
  221. package/dist/esm/lroImpl.d.ts +16 -0
  222. package/dist/esm/lroImpl.d.ts.map +1 -0
  223. package/dist/esm/lroImpl.js +25 -0
  224. package/dist/esm/lroImpl.js.map +1 -0
  225. package/dist/esm/models/index.d.ts +1655 -0
  226. package/dist/esm/models/index.d.ts.map +1 -0
  227. package/dist/esm/models/index.js +74 -0
  228. package/dist/esm/models/index.js.map +1 -0
  229. package/dist/esm/models/mappers.d.ts +68 -0
  230. package/dist/esm/models/mappers.d.ts.map +1 -0
  231. package/dist/esm/models/mappers.js +2727 -0
  232. package/dist/esm/models/mappers.js.map +1 -0
  233. package/dist/esm/models/parameters.d.ts +31 -0
  234. package/dist/esm/models/parameters.d.ts.map +1 -0
  235. package/dist/esm/models/parameters.js +270 -0
  236. package/dist/esm/models/parameters.js.map +1 -0
  237. package/dist/esm/operations/images.d.ts +70 -0
  238. package/dist/esm/operations/images.d.ts.map +1 -0
  239. package/dist/esm/operations/images.js +258 -0
  240. package/dist/esm/operations/images.js.map +1 -0
  241. package/dist/esm/operations/index.d.ts +11 -0
  242. package/dist/esm/operations/index.d.ts.map +1 -0
  243. package/dist/esm/operations/index.js +18 -0
  244. package/dist/esm/operations/index.js.map +1 -0
  245. package/dist/esm/operations/labPlans.d.ts +134 -0
  246. package/dist/esm/operations/labPlans.d.ts.map +1 -0
  247. package/dist/esm/operations/labPlans.js +607 -0
  248. package/dist/esm/operations/labPlans.js.map +1 -0
  249. package/dist/esm/operations/labs.d.ts +146 -0
  250. package/dist/esm/operations/labs.d.ts.map +1 -0
  251. package/dist/esm/operations/labs.js +673 -0
  252. package/dist/esm/operations/labs.js.map +1 -0
  253. package/dist/esm/operations/operationResults.d.ts +19 -0
  254. package/dist/esm/operations/operationResults.d.ts.map +1 -0
  255. package/dist/esm/operations/operationResults.js +52 -0
  256. package/dist/esm/operations/operationResults.js.map +1 -0
  257. package/dist/esm/operations/operations.d.ts +32 -0
  258. package/dist/esm/operations/operations.d.ts.map +1 -0
  259. package/dist/esm/operations/operations.js +133 -0
  260. package/dist/esm/operations/operations.js.map +1 -0
  261. package/dist/esm/operations/schedules.d.ts +94 -0
  262. package/dist/esm/operations/schedules.d.ts.map +1 -0
  263. package/dist/esm/operations/schedules.js +343 -0
  264. package/dist/esm/operations/schedules.js.map +1 -0
  265. package/dist/esm/operations/skus.d.ts +32 -0
  266. package/dist/esm/operations/skus.d.ts.map +1 -0
  267. package/dist/esm/operations/skus.js +137 -0
  268. package/dist/esm/operations/skus.js.map +1 -0
  269. package/dist/esm/operations/usages.d.ts +35 -0
  270. package/dist/esm/operations/usages.d.ts.map +1 -0
  271. package/dist/esm/operations/usages.js +145 -0
  272. package/dist/esm/operations/usages.js.map +1 -0
  273. package/dist/esm/operations/users.d.ts +138 -0
  274. package/dist/esm/operations/users.d.ts.map +1 -0
  275. package/dist/esm/operations/users.js +525 -0
  276. package/dist/esm/operations/users.js.map +1 -0
  277. package/dist/esm/operations/virtualMachines.d.ts +158 -0
  278. package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
  279. package/dist/esm/operations/virtualMachines.js +582 -0
  280. package/dist/esm/operations/virtualMachines.js.map +1 -0
  281. package/dist/esm/operationsInterfaces/images.d.ts +43 -0
  282. package/dist/esm/operationsInterfaces/images.d.ts.map +1 -0
  283. package/dist/esm/operationsInterfaces/images.js +9 -0
  284. package/dist/esm/operationsInterfaces/images.js.map +1 -0
  285. package/dist/esm/operationsInterfaces/index.d.ts +11 -0
  286. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  287. package/dist/esm/operationsInterfaces/index.js +18 -0
  288. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  289. package/dist/esm/operationsInterfaces/labPlans.d.ts +98 -0
  290. package/dist/esm/operationsInterfaces/labPlans.d.ts.map +1 -0
  291. package/dist/esm/operationsInterfaces/labPlans.js +9 -0
  292. package/dist/esm/operationsInterfaces/labPlans.js.map +1 -0
  293. package/dist/esm/operationsInterfaces/labs.d.ts +110 -0
  294. package/dist/esm/operationsInterfaces/labs.d.ts.map +1 -0
  295. package/dist/esm/operationsInterfaces/labs.js +9 -0
  296. package/dist/esm/operationsInterfaces/labs.js.map +1 -0
  297. package/dist/esm/operationsInterfaces/operationResults.d.ts +11 -0
  298. package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
  299. package/dist/esm/operationsInterfaces/operationResults.js +9 -0
  300. package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
  301. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  302. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  303. package/dist/esm/operationsInterfaces/operations.js +9 -0
  304. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  305. package/dist/esm/operationsInterfaces/schedules.d.ts +67 -0
  306. package/dist/esm/operationsInterfaces/schedules.d.ts.map +1 -0
  307. package/dist/esm/operationsInterfaces/schedules.js +9 -0
  308. package/dist/esm/operationsInterfaces/schedules.js.map +1 -0
  309. package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
  310. package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
  311. package/dist/esm/operationsInterfaces/skus.js +9 -0
  312. package/dist/esm/operationsInterfaces/skus.js.map +1 -0
  313. package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
  314. package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
  315. package/dist/esm/operationsInterfaces/usages.js +9 -0
  316. package/dist/esm/operationsInterfaces/usages.js.map +1 -0
  317. package/dist/esm/operationsInterfaces/users.d.ts +111 -0
  318. package/dist/esm/operationsInterfaces/users.d.ts.map +1 -0
  319. package/dist/esm/operationsInterfaces/users.js +9 -0
  320. package/dist/esm/operationsInterfaces/users.js.map +1 -0
  321. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +131 -0
  322. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  323. package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
  324. package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
  325. package/dist/esm/package.json +3 -0
  326. package/dist/esm/pagingHelper.d.ts +13 -0
  327. package/dist/esm/pagingHelper.d.ts.map +1 -0
  328. package/dist/esm/pagingHelper.js +32 -0
  329. package/dist/esm/pagingHelper.js.map +1 -0
  330. package/dist/react-native/index.d.ts +5 -0
  331. package/dist/react-native/index.d.ts.map +1 -0
  332. package/dist/react-native/index.js +13 -0
  333. package/dist/react-native/index.js.map +1 -0
  334. package/dist/react-native/labServicesClient.d.ts +29 -0
  335. package/dist/react-native/labServicesClient.d.ts.map +1 -0
  336. package/dist/react-native/labServicesClient.js +106 -0
  337. package/dist/react-native/labServicesClient.js.map +1 -0
  338. package/dist/react-native/lroImpl.d.ts +16 -0
  339. package/dist/react-native/lroImpl.d.ts.map +1 -0
  340. package/dist/react-native/lroImpl.js +25 -0
  341. package/dist/react-native/lroImpl.js.map +1 -0
  342. package/dist/react-native/models/index.d.ts +1655 -0
  343. package/dist/react-native/models/index.d.ts.map +1 -0
  344. package/dist/react-native/models/index.js +74 -0
  345. package/dist/react-native/models/index.js.map +1 -0
  346. package/dist/react-native/models/mappers.d.ts +68 -0
  347. package/dist/react-native/models/mappers.d.ts.map +1 -0
  348. package/dist/react-native/models/mappers.js +2727 -0
  349. package/dist/react-native/models/mappers.js.map +1 -0
  350. package/dist/react-native/models/parameters.d.ts +31 -0
  351. package/dist/react-native/models/parameters.d.ts.map +1 -0
  352. package/dist/react-native/models/parameters.js +270 -0
  353. package/dist/react-native/models/parameters.js.map +1 -0
  354. package/dist/react-native/operations/images.d.ts +70 -0
  355. package/dist/react-native/operations/images.d.ts.map +1 -0
  356. package/dist/react-native/operations/images.js +258 -0
  357. package/dist/react-native/operations/images.js.map +1 -0
  358. package/dist/react-native/operations/index.d.ts +11 -0
  359. package/dist/react-native/operations/index.d.ts.map +1 -0
  360. package/dist/react-native/operations/index.js +18 -0
  361. package/dist/react-native/operations/index.js.map +1 -0
  362. package/dist/react-native/operations/labPlans.d.ts +134 -0
  363. package/dist/react-native/operations/labPlans.d.ts.map +1 -0
  364. package/dist/react-native/operations/labPlans.js +607 -0
  365. package/dist/react-native/operations/labPlans.js.map +1 -0
  366. package/dist/react-native/operations/labs.d.ts +146 -0
  367. package/dist/react-native/operations/labs.d.ts.map +1 -0
  368. package/dist/react-native/operations/labs.js +673 -0
  369. package/dist/react-native/operations/labs.js.map +1 -0
  370. package/dist/react-native/operations/operationResults.d.ts +19 -0
  371. package/dist/react-native/operations/operationResults.d.ts.map +1 -0
  372. package/dist/react-native/operations/operationResults.js +52 -0
  373. package/dist/react-native/operations/operationResults.js.map +1 -0
  374. package/dist/react-native/operations/operations.d.ts +32 -0
  375. package/dist/react-native/operations/operations.d.ts.map +1 -0
  376. package/dist/react-native/operations/operations.js +133 -0
  377. package/dist/react-native/operations/operations.js.map +1 -0
  378. package/dist/react-native/operations/schedules.d.ts +94 -0
  379. package/dist/react-native/operations/schedules.d.ts.map +1 -0
  380. package/dist/react-native/operations/schedules.js +343 -0
  381. package/dist/react-native/operations/schedules.js.map +1 -0
  382. package/dist/react-native/operations/skus.d.ts +32 -0
  383. package/dist/react-native/operations/skus.d.ts.map +1 -0
  384. package/dist/react-native/operations/skus.js +137 -0
  385. package/dist/react-native/operations/skus.js.map +1 -0
  386. package/dist/react-native/operations/usages.d.ts +35 -0
  387. package/dist/react-native/operations/usages.d.ts.map +1 -0
  388. package/dist/react-native/operations/usages.js +145 -0
  389. package/dist/react-native/operations/usages.js.map +1 -0
  390. package/dist/react-native/operations/users.d.ts +138 -0
  391. package/dist/react-native/operations/users.d.ts.map +1 -0
  392. package/dist/react-native/operations/users.js +525 -0
  393. package/dist/react-native/operations/users.js.map +1 -0
  394. package/dist/react-native/operations/virtualMachines.d.ts +158 -0
  395. package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
  396. package/dist/react-native/operations/virtualMachines.js +582 -0
  397. package/dist/react-native/operations/virtualMachines.js.map +1 -0
  398. package/dist/react-native/operationsInterfaces/images.d.ts +43 -0
  399. package/dist/react-native/operationsInterfaces/images.d.ts.map +1 -0
  400. package/dist/react-native/operationsInterfaces/images.js +9 -0
  401. package/dist/react-native/operationsInterfaces/images.js.map +1 -0
  402. package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
  403. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  404. package/dist/react-native/operationsInterfaces/index.js +18 -0
  405. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  406. package/dist/react-native/operationsInterfaces/labPlans.d.ts +98 -0
  407. package/dist/react-native/operationsInterfaces/labPlans.d.ts.map +1 -0
  408. package/dist/react-native/operationsInterfaces/labPlans.js +9 -0
  409. package/dist/react-native/operationsInterfaces/labPlans.js.map +1 -0
  410. package/dist/react-native/operationsInterfaces/labs.d.ts +110 -0
  411. package/dist/react-native/operationsInterfaces/labs.d.ts.map +1 -0
  412. package/dist/react-native/operationsInterfaces/labs.js +9 -0
  413. package/dist/react-native/operationsInterfaces/labs.js.map +1 -0
  414. package/dist/react-native/operationsInterfaces/operationResults.d.ts +11 -0
  415. package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
  416. package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
  417. package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
  418. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  419. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  420. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  421. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  422. package/dist/react-native/operationsInterfaces/schedules.d.ts +67 -0
  423. package/dist/react-native/operationsInterfaces/schedules.d.ts.map +1 -0
  424. package/dist/react-native/operationsInterfaces/schedules.js +9 -0
  425. package/dist/react-native/operationsInterfaces/schedules.js.map +1 -0
  426. package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
  427. package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
  428. package/dist/react-native/operationsInterfaces/skus.js +9 -0
  429. package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
  430. package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
  431. package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
  432. package/dist/react-native/operationsInterfaces/usages.js +9 -0
  433. package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
  434. package/dist/react-native/operationsInterfaces/users.d.ts +111 -0
  435. package/dist/react-native/operationsInterfaces/users.d.ts.map +1 -0
  436. package/dist/react-native/operationsInterfaces/users.js +9 -0
  437. package/dist/react-native/operationsInterfaces/users.js.map +1 -0
  438. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +131 -0
  439. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  440. package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
  441. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
  442. package/dist/react-native/package.json +3 -0
  443. package/dist/react-native/pagingHelper.d.ts +13 -0
  444. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  445. package/dist/react-native/pagingHelper.js +32 -0
  446. package/dist/react-native/pagingHelper.js.map +1 -0
  447. package/package.json +70 -41
  448. package/dist/index.js +0 -6810
  449. package/dist/index.js.map +0 -1
  450. package/dist/index.min.js +0 -1
  451. package/dist/index.min.js.map +0 -1
  452. package/dist-esm/samples-dev/imagesCreateOrUpdateSample.d.ts +0 -2
  453. package/dist-esm/samples-dev/imagesCreateOrUpdateSample.d.ts.map +0 -1
  454. package/dist-esm/samples-dev/imagesCreateOrUpdateSample.js +0 -31
  455. package/dist-esm/samples-dev/imagesCreateOrUpdateSample.js.map +0 -1
  456. package/dist-esm/samples-dev/imagesGetSample.d.ts +0 -2
  457. package/dist-esm/samples-dev/imagesGetSample.d.ts.map +0 -1
  458. package/dist-esm/samples-dev/imagesGetSample.js +0 -37
  459. package/dist-esm/samples-dev/imagesGetSample.js.map +0 -1
  460. package/dist-esm/samples-dev/imagesListByLabPlanSample.d.ts +0 -2
  461. package/dist-esm/samples-dev/imagesListByLabPlanSample.d.ts.map +0 -1
  462. package/dist-esm/samples-dev/imagesListByLabPlanSample.js +0 -52
  463. package/dist-esm/samples-dev/imagesListByLabPlanSample.js.map +0 -1
  464. package/dist-esm/samples-dev/imagesUpdateSample.d.ts +0 -2
  465. package/dist-esm/samples-dev/imagesUpdateSample.d.ts.map +0 -1
  466. package/dist-esm/samples-dev/imagesUpdateSample.js +0 -31
  467. package/dist-esm/samples-dev/imagesUpdateSample.js.map +0 -1
  468. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.d.ts +0 -2
  469. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.d.ts.map +0 -1
  470. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js +0 -56
  471. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js.map +0 -1
  472. package/dist-esm/samples-dev/labPlansDeleteSample.d.ts +0 -2
  473. package/dist-esm/samples-dev/labPlansDeleteSample.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/labPlansDeleteSample.js +0 -36
  475. package/dist-esm/samples-dev/labPlansDeleteSample.js.map +0 -1
  476. package/dist-esm/samples-dev/labPlansGetSample.d.ts +0 -2
  477. package/dist-esm/samples-dev/labPlansGetSample.d.ts.map +0 -1
  478. package/dist-esm/samples-dev/labPlansGetSample.js +0 -36
  479. package/dist-esm/samples-dev/labPlansGetSample.js.map +0 -1
  480. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.d.ts +0 -2
  481. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.d.ts.map +0 -1
  482. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js +0 -51
  483. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js.map +0 -1
  484. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.d.ts +0 -2
  485. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.d.ts.map +0 -1
  486. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js +0 -50
  487. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js.map +0 -1
  488. package/dist-esm/samples-dev/labPlansSaveImageSample.d.ts +0 -2
  489. package/dist-esm/samples-dev/labPlansSaveImageSample.d.ts.map +0 -1
  490. package/dist-esm/samples-dev/labPlansSaveImageSample.js +0 -33
  491. package/dist-esm/samples-dev/labPlansSaveImageSample.js.map +0 -1
  492. package/dist-esm/samples-dev/labPlansUpdateSample.d.ts +0 -2
  493. package/dist-esm/samples-dev/labPlansUpdateSample.d.ts.map +0 -1
  494. package/dist-esm/samples-dev/labPlansUpdateSample.js +0 -37
  495. package/dist-esm/samples-dev/labPlansUpdateSample.js.map +0 -1
  496. package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts +0 -2
  497. package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts.map +0 -1
  498. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js +0 -68
  499. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +0 -1
  500. package/dist-esm/samples-dev/labsDeleteSample.d.ts +0 -2
  501. package/dist-esm/samples-dev/labsDeleteSample.d.ts.map +0 -1
  502. package/dist-esm/samples-dev/labsDeleteSample.js +0 -36
  503. package/dist-esm/samples-dev/labsDeleteSample.js.map +0 -1
  504. package/dist-esm/samples-dev/labsGetSample.d.ts +0 -2
  505. package/dist-esm/samples-dev/labsGetSample.d.ts.map +0 -1
  506. package/dist-esm/samples-dev/labsGetSample.js +0 -36
  507. package/dist-esm/samples-dev/labsGetSample.js.map +0 -1
  508. package/dist-esm/samples-dev/labsListByResourceGroupSample.d.ts +0 -2
  509. package/dist-esm/samples-dev/labsListByResourceGroupSample.d.ts.map +0 -1
  510. package/dist-esm/samples-dev/labsListByResourceGroupSample.js +0 -51
  511. package/dist-esm/samples-dev/labsListByResourceGroupSample.js.map +0 -1
  512. package/dist-esm/samples-dev/labsListBySubscriptionSample.d.ts +0 -2
  513. package/dist-esm/samples-dev/labsListBySubscriptionSample.d.ts.map +0 -1
  514. package/dist-esm/samples-dev/labsListBySubscriptionSample.js +0 -50
  515. package/dist-esm/samples-dev/labsListBySubscriptionSample.js.map +0 -1
  516. package/dist-esm/samples-dev/labsPublishSample.d.ts +0 -2
  517. package/dist-esm/samples-dev/labsPublishSample.d.ts.map +0 -1
  518. package/dist-esm/samples-dev/labsPublishSample.js +0 -36
  519. package/dist-esm/samples-dev/labsPublishSample.js.map +0 -1
  520. package/dist-esm/samples-dev/labsSyncGroupSample.d.ts +0 -2
  521. package/dist-esm/samples-dev/labsSyncGroupSample.d.ts.map +0 -1
  522. package/dist-esm/samples-dev/labsSyncGroupSample.js +0 -36
  523. package/dist-esm/samples-dev/labsSyncGroupSample.js.map +0 -1
  524. package/dist-esm/samples-dev/labsUpdateSample.d.ts +0 -2
  525. package/dist-esm/samples-dev/labsUpdateSample.d.ts.map +0 -1
  526. package/dist-esm/samples-dev/labsUpdateSample.js +0 -30
  527. package/dist-esm/samples-dev/labsUpdateSample.js.map +0 -1
  528. package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
  529. package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
  530. package/dist-esm/samples-dev/operationResultsGetSample.js +0 -35
  531. package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
  532. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  533. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  534. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  535. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  536. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts +0 -2
  537. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts.map +0 -1
  538. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +0 -41
  539. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +0 -1
  540. package/dist-esm/samples-dev/schedulesDeleteSample.d.ts +0 -2
  541. package/dist-esm/samples-dev/schedulesDeleteSample.d.ts.map +0 -1
  542. package/dist-esm/samples-dev/schedulesDeleteSample.js +0 -37
  543. package/dist-esm/samples-dev/schedulesDeleteSample.js.map +0 -1
  544. package/dist-esm/samples-dev/schedulesGetSample.d.ts +0 -2
  545. package/dist-esm/samples-dev/schedulesGetSample.d.ts.map +0 -1
  546. package/dist-esm/samples-dev/schedulesGetSample.js +0 -37
  547. package/dist-esm/samples-dev/schedulesGetSample.js.map +0 -1
  548. package/dist-esm/samples-dev/schedulesListByLabSample.d.ts +0 -2
  549. package/dist-esm/samples-dev/schedulesListByLabSample.d.ts.map +0 -1
  550. package/dist-esm/samples-dev/schedulesListByLabSample.js +0 -52
  551. package/dist-esm/samples-dev/schedulesListByLabSample.js.map +0 -1
  552. package/dist-esm/samples-dev/schedulesUpdateSample.d.ts +0 -2
  553. package/dist-esm/samples-dev/schedulesUpdateSample.d.ts.map +0 -1
  554. package/dist-esm/samples-dev/schedulesUpdateSample.js +0 -37
  555. package/dist-esm/samples-dev/schedulesUpdateSample.js.map +0 -1
  556. package/dist-esm/samples-dev/skusListSample.d.ts +0 -2
  557. package/dist-esm/samples-dev/skusListSample.d.ts.map +0 -1
  558. package/dist-esm/samples-dev/skusListSample.js +0 -50
  559. package/dist-esm/samples-dev/skusListSample.js.map +0 -1
  560. package/dist-esm/samples-dev/usagesListByLocationSample.d.ts +0 -2
  561. package/dist-esm/samples-dev/usagesListByLocationSample.d.ts.map +0 -1
  562. package/dist-esm/samples-dev/usagesListByLocationSample.js +0 -51
  563. package/dist-esm/samples-dev/usagesListByLocationSample.js.map +0 -1
  564. package/dist-esm/samples-dev/usersCreateOrUpdateSample.d.ts +0 -2
  565. package/dist-esm/samples-dev/usersCreateOrUpdateSample.d.ts.map +0 -1
  566. package/dist-esm/samples-dev/usersCreateOrUpdateSample.js +0 -34
  567. package/dist-esm/samples-dev/usersCreateOrUpdateSample.js.map +0 -1
  568. package/dist-esm/samples-dev/usersDeleteSample.d.ts +0 -2
  569. package/dist-esm/samples-dev/usersDeleteSample.d.ts.map +0 -1
  570. package/dist-esm/samples-dev/usersDeleteSample.js +0 -37
  571. package/dist-esm/samples-dev/usersDeleteSample.js.map +0 -1
  572. package/dist-esm/samples-dev/usersGetSample.d.ts +0 -2
  573. package/dist-esm/samples-dev/usersGetSample.d.ts.map +0 -1
  574. package/dist-esm/samples-dev/usersGetSample.js +0 -37
  575. package/dist-esm/samples-dev/usersGetSample.js.map +0 -1
  576. package/dist-esm/samples-dev/usersInviteSample.d.ts +0 -2
  577. package/dist-esm/samples-dev/usersInviteSample.d.ts.map +0 -1
  578. package/dist-esm/samples-dev/usersInviteSample.js +0 -31
  579. package/dist-esm/samples-dev/usersInviteSample.js.map +0 -1
  580. package/dist-esm/samples-dev/usersListByLabSample.d.ts +0 -2
  581. package/dist-esm/samples-dev/usersListByLabSample.d.ts.map +0 -1
  582. package/dist-esm/samples-dev/usersListByLabSample.js +0 -52
  583. package/dist-esm/samples-dev/usersListByLabSample.js.map +0 -1
  584. package/dist-esm/samples-dev/usersUpdateSample.d.ts +0 -2
  585. package/dist-esm/samples-dev/usersUpdateSample.d.ts.map +0 -1
  586. package/dist-esm/samples-dev/usersUpdateSample.js +0 -31
  587. package/dist-esm/samples-dev/usersUpdateSample.js.map +0 -1
  588. package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +0 -2
  589. package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +0 -1
  590. package/dist-esm/samples-dev/virtualMachinesGetSample.js +0 -37
  591. package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +0 -1
  592. package/dist-esm/samples-dev/virtualMachinesListByLabSample.d.ts +0 -2
  593. package/dist-esm/samples-dev/virtualMachinesListByLabSample.d.ts.map +0 -1
  594. package/dist-esm/samples-dev/virtualMachinesListByLabSample.js +0 -52
  595. package/dist-esm/samples-dev/virtualMachinesListByLabSample.js.map +0 -1
  596. package/dist-esm/samples-dev/virtualMachinesRedeploySample.d.ts +0 -2
  597. package/dist-esm/samples-dev/virtualMachinesRedeploySample.d.ts.map +0 -1
  598. package/dist-esm/samples-dev/virtualMachinesRedeploySample.js +0 -37
  599. package/dist-esm/samples-dev/virtualMachinesRedeploySample.js.map +0 -1
  600. package/dist-esm/samples-dev/virtualMachinesReimageSample.d.ts +0 -2
  601. package/dist-esm/samples-dev/virtualMachinesReimageSample.d.ts.map +0 -1
  602. package/dist-esm/samples-dev/virtualMachinesReimageSample.js +0 -37
  603. package/dist-esm/samples-dev/virtualMachinesReimageSample.js.map +0 -1
  604. package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.d.ts +0 -2
  605. package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.d.ts.map +0 -1
  606. package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.js +0 -34
  607. package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.js.map +0 -1
  608. package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts +0 -2
  609. package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts.map +0 -1
  610. package/dist-esm/samples-dev/virtualMachinesStartSample.js +0 -37
  611. package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +0 -1
  612. package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts +0 -2
  613. package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts.map +0 -1
  614. package/dist-esm/samples-dev/virtualMachinesStopSample.js +0 -37
  615. package/dist-esm/samples-dev/virtualMachinesStopSample.js.map +0 -1
  616. package/dist-esm/src/index.d.ts +0 -5
  617. package/dist-esm/src/index.js.map +0 -1
  618. package/dist-esm/src/labServicesClient.d.ts.map +0 -1
  619. package/dist-esm/src/labServicesClient.js.map +0 -1
  620. package/dist-esm/src/lroImpl.js +0 -29
  621. package/dist-esm/src/lroImpl.js.map +0 -1
  622. package/dist-esm/src/models/index.js.map +0 -1
  623. package/dist-esm/src/models/mappers.js.map +0 -1
  624. package/dist-esm/src/models/parameters.js.map +0 -1
  625. package/dist-esm/src/operations/images.d.ts.map +0 -1
  626. package/dist-esm/src/operations/images.js.map +0 -1
  627. package/dist-esm/src/operations/index.d.ts +0 -11
  628. package/dist-esm/src/operations/index.d.ts.map +0 -1
  629. package/dist-esm/src/operations/index.js +0 -18
  630. package/dist-esm/src/operations/index.js.map +0 -1
  631. package/dist-esm/src/operations/labPlans.d.ts.map +0 -1
  632. package/dist-esm/src/operations/labPlans.js.map +0 -1
  633. package/dist-esm/src/operations/labs.d.ts.map +0 -1
  634. package/dist-esm/src/operations/labs.js.map +0 -1
  635. package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
  636. package/dist-esm/src/operations/operationResults.js.map +0 -1
  637. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  638. package/dist-esm/src/operations/operations.js.map +0 -1
  639. package/dist-esm/src/operations/schedules.d.ts.map +0 -1
  640. package/dist-esm/src/operations/schedules.js.map +0 -1
  641. package/dist-esm/src/operations/skus.d.ts.map +0 -1
  642. package/dist-esm/src/operations/skus.js.map +0 -1
  643. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  644. package/dist-esm/src/operations/usages.js.map +0 -1
  645. package/dist-esm/src/operations/users.d.ts.map +0 -1
  646. package/dist-esm/src/operations/users.js.map +0 -1
  647. package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
  648. package/dist-esm/src/operations/virtualMachines.js.map +0 -1
  649. package/dist-esm/src/operationsInterfaces/images.d.ts.map +0 -1
  650. package/dist-esm/src/operationsInterfaces/images.js.map +0 -1
  651. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
  652. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  653. package/dist-esm/src/operationsInterfaces/index.js +0 -18
  654. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  655. package/dist-esm/src/operationsInterfaces/labPlans.d.ts.map +0 -1
  656. package/dist-esm/src/operationsInterfaces/labPlans.js.map +0 -1
  657. package/dist-esm/src/operationsInterfaces/labs.d.ts.map +0 -1
  658. package/dist-esm/src/operationsInterfaces/labs.js.map +0 -1
  659. package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
  660. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  661. package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +0 -1
  662. package/dist-esm/src/operationsInterfaces/schedules.js.map +0 -1
  663. package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
  664. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  665. package/dist-esm/src/operationsInterfaces/users.d.ts.map +0 -1
  666. package/dist-esm/src/operationsInterfaces/users.js.map +0 -1
  667. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  668. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
  669. package/dist-esm/src/pagingHelper.js.map +0 -1
  670. package/dist-esm/test/sampleTest.d.ts +0 -2
  671. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  672. package/dist-esm/test/sampleTest.js +0 -42
  673. package/dist-esm/test/sampleTest.js.map +0 -1
  674. package/src/labServicesClient.ts +0 -180
  675. package/src/lroImpl.ts +0 -34
  676. package/src/models/index.ts +0 -1881
  677. package/src/models/mappers.ts +0 -2930
  678. package/src/models/parameters.ts +0 -318
  679. package/src/operations/images.ts +0 -349
  680. package/src/operations/index.ts +0 -18
  681. package/src/operations/labPlans.ts +0 -836
  682. package/src/operations/labs.ts +0 -923
  683. package/src/operations/operationResults.ts +0 -70
  684. package/src/operations/operations.ts +0 -149
  685. package/src/operations/schedules.ts +0 -466
  686. package/src/operations/skus.ts +0 -151
  687. package/src/operations/usages.ts +0 -174
  688. package/src/operations/users.ts +0 -761
  689. package/src/operations/virtualMachines.ts +0 -842
  690. package/src/operationsInterfaces/images.ts +0 -83
  691. package/src/operationsInterfaces/index.ts +0 -18
  692. package/src/operationsInterfaces/labPlans.ts +0 -178
  693. package/src/operationsInterfaces/labs.ts +0 -193
  694. package/src/operationsInterfaces/operationResults.ts +0 -25
  695. package/src/operationsInterfaces/operations.ts +0 -22
  696. package/src/operationsInterfaces/schedules.ts +0 -118
  697. package/src/operationsInterfaces/skus.ts +0 -22
  698. package/src/operationsInterfaces/usages.ts +0 -24
  699. package/src/operationsInterfaces/users.ts +0 -195
  700. package/src/operationsInterfaces/virtualMachines.ts +0 -212
  701. package/src/pagingHelper.ts +0 -39
  702. package/tsconfig.json +0 -33
  703. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  704. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  705. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  706. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  707. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  708. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  709. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  710. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  711. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  712. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  713. /package/{dist-esm/src → dist/browser}/operationsInterfaces/images.js +0 -0
  714. /package/{dist-esm/src → dist/browser}/operationsInterfaces/labPlans.js +0 -0
  715. /package/{dist-esm/src → dist/browser}/operationsInterfaces/labs.js +0 -0
  716. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.js +0 -0
  717. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  718. /package/{dist-esm/src → dist/browser}/operationsInterfaces/schedules.js +0 -0
  719. /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
  720. /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
  721. /package/{dist-esm/src → dist/browser}/operationsInterfaces/users.js +0 -0
  722. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
  723. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  724. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  725. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  726. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,67 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { Schedule, SchedulesListByLabOptionalParams, SchedulesGetOptionalParams, SchedulesGetResponse, SchedulesCreateOrUpdateOptionalParams, SchedulesCreateOrUpdateResponse, ScheduleUpdate, SchedulesUpdateOptionalParams, SchedulesUpdateResponse, SchedulesDeleteOptionalParams } from "../models/index.js";
4
+ /** Interface representing a Schedules. */
5
+ export interface Schedules {
6
+ /**
7
+ * Returns a list of all schedules for a lab.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
10
+ * resource URIs.
11
+ * @param options The options parameters.
12
+ */
13
+ listByLab(resourceGroupName: string, labName: string, options?: SchedulesListByLabOptionalParams): PagedAsyncIterableIterator<Schedule>;
14
+ /**
15
+ * Returns the properties of a lab Schedule.
16
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
18
+ * resource URIs.
19
+ * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
20
+ * in resource URIs.
21
+ * @param options The options parameters.
22
+ */
23
+ get(resourceGroupName: string, labName: string, scheduleName: string, options?: SchedulesGetOptionalParams): Promise<SchedulesGetResponse>;
24
+ /**
25
+ * Operation to create or update a lab schedule.
26
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
+ * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
30
+ * in resource URIs.
31
+ * @param body The request body.
32
+ * @param options The options parameters.
33
+ */
34
+ createOrUpdate(resourceGroupName: string, labName: string, scheduleName: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SchedulesCreateOrUpdateResponse>;
35
+ /**
36
+ * Operation to update a lab schedule.
37
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
38
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
39
+ * resource URIs.
40
+ * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
41
+ * in resource URIs.
42
+ * @param body The request body.
43
+ * @param options The options parameters.
44
+ */
45
+ update(resourceGroupName: string, labName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<SchedulesUpdateResponse>;
46
+ /**
47
+ * Operation to delete a schedule resource.
48
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
49
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
50
+ * resource URIs.
51
+ * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
52
+ * in resource URIs.
53
+ * @param options The options parameters.
54
+ */
55
+ beginDelete(resourceGroupName: string, labName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
56
+ /**
57
+ * Operation to delete a schedule resource.
58
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
59
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
60
+ * resource URIs.
61
+ * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
62
+ * in resource URIs.
63
+ * @param options The options parameters.
64
+ */
65
+ beginDeleteAndWait(resourceGroupName: string, labName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<void>;
66
+ }
67
+ //# sourceMappingURL=schedules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/schedules.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,QAAQ,EACR,gCAAgC,EAChC,0BAA0B,EAC1B,oBAAoB,EACpB,qCAAqC,EACrC,+BAA+B,EAC/B,cAAc,EACd,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,QAAQ,EACd,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,cAAc,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=schedules.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/schedules.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n Schedule,\n SchedulesListByLabOptionalParams,\n SchedulesGetOptionalParams,\n SchedulesGetResponse,\n SchedulesCreateOrUpdateOptionalParams,\n SchedulesCreateOrUpdateResponse,\n ScheduleUpdate,\n SchedulesUpdateOptionalParams,\n SchedulesUpdateResponse,\n SchedulesDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Schedules. */\nexport interface Schedules {\n /**\n * Returns a list of all schedules for a lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n listByLab(\n resourceGroupName: string,\n labName: string,\n options?: SchedulesListByLabOptionalParams\n ): PagedAsyncIterableIterator<Schedule>;\n /**\n * Returns the properties of a lab Schedule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used\n * in resource URIs.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n scheduleName: string,\n options?: SchedulesGetOptionalParams\n ): Promise<SchedulesGetResponse>;\n /**\n * Operation to create or update a lab schedule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used\n * in resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labName: string,\n scheduleName: string,\n body: Schedule,\n options?: SchedulesCreateOrUpdateOptionalParams\n ): Promise<SchedulesCreateOrUpdateResponse>;\n /**\n * Operation to update a lab schedule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used\n * in resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n scheduleName: string,\n body: ScheduleUpdate,\n options?: SchedulesUpdateOptionalParams\n ): Promise<SchedulesUpdateResponse>;\n /**\n * Operation to delete a schedule resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used\n * in resource URIs.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n labName: string,\n scheduleName: string,\n options?: SchedulesDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Operation to delete a schedule resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used\n * in resource URIs.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n scheduleName: string,\n options?: SchedulesDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,11 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { LabServicesSku, SkusListOptionalParams } from "../models/index.js";
3
+ /** Interface representing a Skus. */
4
+ export interface Skus {
5
+ /**
6
+ * Returns a list of Azure Lab Services resource SKUs.
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<LabServicesSku>;
10
+ }
11
+ //# sourceMappingURL=skus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAG5E,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,sBAAsB,GAC/B,0BAA0B,CAAC,cAAc,CAAC,CAAC;CAC/C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=skus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { LabServicesSku, SkusListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Skus. */\nexport interface Skus {\n /**\n * Returns a list of Azure Lab Services resource SKUs.\n * @param options The options parameters.\n */\n list(\n options?: SkusListOptionalParams\n ): PagedAsyncIterableIterator<LabServicesSku>;\n}\n"]}
@@ -0,0 +1,12 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Usage, UsagesListByLocationOptionalParams } from "../models/index.js";
3
+ /** Interface representing a Usages. */
4
+ export interface Usages {
5
+ /**
6
+ * Returns list of usage per SKU family for the specified subscription in the specified region.
7
+ * @param location The location name.
8
+ * @param options The options parameters.
9
+ */
10
+ listByLocation(location: string, options?: UsagesListByLocationOptionalParams): PagedAsyncIterableIterator<Usage>;
11
+ }
12
+ //# sourceMappingURL=usages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAG/E,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;OAIG;IACH,cAAc,CACZ,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,KAAK,CAAC,CAAC;CACtC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=usages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Usage, UsagesListByLocationOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Usages. */\nexport interface Usages {\n /**\n * Returns list of usage per SKU family for the specified subscription in the specified region.\n * @param location The location name.\n * @param options The options parameters.\n */\n listByLocation(\n location: string,\n options?: UsagesListByLocationOptionalParams\n ): PagedAsyncIterableIterator<Usage>;\n}\n"]}
@@ -0,0 +1,111 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { User, UsersListByLabOptionalParams, UsersGetOptionalParams, UsersGetResponse, UsersCreateOrUpdateOptionalParams, UsersCreateOrUpdateResponse, UserUpdate, UsersUpdateOptionalParams, UsersUpdateResponse, UsersDeleteOptionalParams, InviteBody, UsersInviteOptionalParams } from "../models/index.js";
4
+ /** Interface representing a Users. */
5
+ export interface Users {
6
+ /**
7
+ * Returns a list of all users for a lab.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
10
+ * resource URIs.
11
+ * @param options The options parameters.
12
+ */
13
+ listByLab(resourceGroupName: string, labName: string, options?: UsersListByLabOptionalParams): PagedAsyncIterableIterator<User>;
14
+ /**
15
+ * Returns the properties of a lab user.
16
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
18
+ * resource URIs.
19
+ * @param userName The name of the user that uniquely identifies it within containing lab. Used in
20
+ * resource URIs.
21
+ * @param options The options parameters.
22
+ */
23
+ get(resourceGroupName: string, labName: string, userName: string, options?: UsersGetOptionalParams): Promise<UsersGetResponse>;
24
+ /**
25
+ * Operation to create or update a lab user.
26
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
+ * @param userName The name of the user that uniquely identifies it within containing lab. Used in
30
+ * resource URIs.
31
+ * @param body The request body.
32
+ * @param options The options parameters.
33
+ */
34
+ beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, body: User, options?: UsersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<UsersCreateOrUpdateResponse>, UsersCreateOrUpdateResponse>>;
35
+ /**
36
+ * Operation to create or update a lab user.
37
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
38
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
39
+ * resource URIs.
40
+ * @param userName The name of the user that uniquely identifies it within containing lab. Used in
41
+ * resource URIs.
42
+ * @param body The request body.
43
+ * @param options The options parameters.
44
+ */
45
+ beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, userName: string, body: User, options?: UsersCreateOrUpdateOptionalParams): Promise<UsersCreateOrUpdateResponse>;
46
+ /**
47
+ * Operation to update a lab user.
48
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
49
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
50
+ * resource URIs.
51
+ * @param userName The name of the user that uniquely identifies it within containing lab. Used in
52
+ * resource URIs.
53
+ * @param body The request body.
54
+ * @param options The options parameters.
55
+ */
56
+ beginUpdate(resourceGroupName: string, labName: string, userName: string, body: UserUpdate, options?: UsersUpdateOptionalParams): Promise<PollerLike<PollOperationState<UsersUpdateResponse>, UsersUpdateResponse>>;
57
+ /**
58
+ * Operation to update a lab user.
59
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
60
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
61
+ * resource URIs.
62
+ * @param userName The name of the user that uniquely identifies it within containing lab. Used in
63
+ * resource URIs.
64
+ * @param body The request body.
65
+ * @param options The options parameters.
66
+ */
67
+ beginUpdateAndWait(resourceGroupName: string, labName: string, userName: string, body: UserUpdate, options?: UsersUpdateOptionalParams): Promise<UsersUpdateResponse>;
68
+ /**
69
+ * Operation to delete a user resource.
70
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
71
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
72
+ * resource URIs.
73
+ * @param userName The name of the user that uniquely identifies it within containing lab. Used in
74
+ * resource URIs.
75
+ * @param options The options parameters.
76
+ */
77
+ beginDelete(resourceGroupName: string, labName: string, userName: string, options?: UsersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
78
+ /**
79
+ * Operation to delete a user resource.
80
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
81
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
82
+ * resource URIs.
83
+ * @param userName The name of the user that uniquely identifies it within containing lab. Used in
84
+ * resource URIs.
85
+ * @param options The options parameters.
86
+ */
87
+ beginDeleteAndWait(resourceGroupName: string, labName: string, userName: string, options?: UsersDeleteOptionalParams): Promise<void>;
88
+ /**
89
+ * Operation to invite a user to a lab.
90
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
91
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
92
+ * resource URIs.
93
+ * @param userName The name of the user that uniquely identifies it within containing lab. Used in
94
+ * resource URIs.
95
+ * @param body The request body.
96
+ * @param options The options parameters.
97
+ */
98
+ beginInvite(resourceGroupName: string, labName: string, userName: string, body: InviteBody, options?: UsersInviteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
99
+ /**
100
+ * Operation to invite a user to a lab.
101
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
102
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
103
+ * resource URIs.
104
+ * @param userName The name of the user that uniquely identifies it within containing lab. Used in
105
+ * resource URIs.
106
+ * @param body The request body.
107
+ * @param options The options parameters.
108
+ */
109
+ beginInviteAndWait(resourceGroupName: string, labName: string, userName: string, body: InviteBody, options?: UsersInviteOptionalParams): Promise<void>;
110
+ }
111
+ //# sourceMappingURL=users.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/users.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=users.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"users.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/users.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n User,\n UsersListByLabOptionalParams,\n UsersGetOptionalParams,\n UsersGetResponse,\n UsersCreateOrUpdateOptionalParams,\n UsersCreateOrUpdateResponse,\n UserUpdate,\n UsersUpdateOptionalParams,\n UsersUpdateResponse,\n UsersDeleteOptionalParams,\n InviteBody,\n UsersInviteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Users. */\nexport interface Users {\n /**\n * Returns a list of all users for a lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n listByLab(\n resourceGroupName: string,\n labName: string,\n options?: UsersListByLabOptionalParams\n ): PagedAsyncIterableIterator<User>;\n /**\n * Returns the properties of a lab user.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: UsersGetOptionalParams\n ): Promise<UsersGetResponse>;\n /**\n * Operation to create or update a lab user.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n userName: string,\n body: User,\n options?: UsersCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<UsersCreateOrUpdateResponse>,\n UsersCreateOrUpdateResponse\n >\n >;\n /**\n * Operation to create or update a lab user.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n body: User,\n options?: UsersCreateOrUpdateOptionalParams\n ): Promise<UsersCreateOrUpdateResponse>;\n /**\n * Operation to update a lab user.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n labName: string,\n userName: string,\n body: UserUpdate,\n options?: UsersUpdateOptionalParams\n ): Promise<\n PollerLike<PollOperationState<UsersUpdateResponse>, UsersUpdateResponse>\n >;\n /**\n * Operation to update a lab user.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n body: UserUpdate,\n options?: UsersUpdateOptionalParams\n ): Promise<UsersUpdateResponse>;\n /**\n * Operation to delete a user resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: UsersDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Operation to delete a user resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: UsersDeleteOptionalParams\n ): Promise<void>;\n /**\n * Operation to invite a user to a lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginInvite(\n resourceGroupName: string,\n labName: string,\n userName: string,\n body: InviteBody,\n options?: UsersInviteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Operation to invite a user to a lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginInviteAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n body: InviteBody,\n options?: UsersInviteOptionalParams\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,131 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
3
+ import { VirtualMachine, VirtualMachinesListByLabOptionalParams, VirtualMachinesGetOptionalParams, VirtualMachinesGetResponse, VirtualMachinesStartOptionalParams, VirtualMachinesStopOptionalParams, VirtualMachinesReimageOptionalParams, VirtualMachinesRedeployOptionalParams, ResetPasswordBody, VirtualMachinesResetPasswordOptionalParams } from "../models/index.js";
4
+ /** Interface representing a VirtualMachines. */
5
+ export interface VirtualMachines {
6
+ /**
7
+ * Returns a list of all virtual machines for a lab.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
10
+ * resource URIs.
11
+ * @param options The options parameters.
12
+ */
13
+ listByLab(resourceGroupName: string, labName: string, options?: VirtualMachinesListByLabOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
14
+ /**
15
+ * Returns the properties for a lab virtual machine.
16
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
18
+ * resource URIs.
19
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
20
+ * containing lab. Used in resource URIs.
21
+ * @param options The options parameters.
22
+ */
23
+ get(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesGetOptionalParams): Promise<VirtualMachinesGetResponse>;
24
+ /**
25
+ * Action to start a lab virtual machine.
26
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
28
+ * resource URIs.
29
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
30
+ * containing lab. Used in resource URIs.
31
+ * @param options The options parameters.
32
+ */
33
+ beginStart(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
34
+ /**
35
+ * Action to start a lab virtual machine.
36
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
38
+ * resource URIs.
39
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
40
+ * containing lab. Used in resource URIs.
41
+ * @param options The options parameters.
42
+ */
43
+ beginStartAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<void>;
44
+ /**
45
+ * Action to stop a lab virtual machine.
46
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
47
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
48
+ * resource URIs.
49
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
50
+ * containing lab. Used in resource URIs.
51
+ * @param options The options parameters.
52
+ */
53
+ beginStop(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
54
+ /**
55
+ * Action to stop a lab virtual machine.
56
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
57
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
58
+ * resource URIs.
59
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
60
+ * containing lab. Used in resource URIs.
61
+ * @param options The options parameters.
62
+ */
63
+ beginStopAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<void>;
64
+ /**
65
+ * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
66
+ * published snapshot of the reference environment of the lab.
67
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
69
+ * resource URIs.
70
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
71
+ * containing lab. Used in resource URIs.
72
+ * @param options The options parameters.
73
+ */
74
+ beginReimage(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesReimageOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
75
+ /**
76
+ * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
77
+ * published snapshot of the reference environment of the lab.
78
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
79
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
80
+ * resource URIs.
81
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
82
+ * containing lab. Used in resource URIs.
83
+ * @param options The options parameters.
84
+ */
85
+ beginReimageAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesReimageOptionalParams): Promise<void>;
86
+ /**
87
+ * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
88
+ * connectivity.
89
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
90
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
91
+ * resource URIs.
92
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
93
+ * containing lab. Used in resource URIs.
94
+ * @param options The options parameters.
95
+ */
96
+ beginRedeploy(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesRedeployOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
97
+ /**
98
+ * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
99
+ * connectivity.
100
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
101
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
102
+ * resource URIs.
103
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
104
+ * containing lab. Used in resource URIs.
105
+ * @param options The options parameters.
106
+ */
107
+ beginRedeployAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesRedeployOptionalParams): Promise<void>;
108
+ /**
109
+ * Resets a lab virtual machine password.
110
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
111
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
112
+ * resource URIs.
113
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
114
+ * containing lab. Used in resource URIs.
115
+ * @param body The request body.
116
+ * @param options The options parameters.
117
+ */
118
+ beginResetPassword(resourceGroupName: string, labName: string, virtualMachineName: string, body: ResetPasswordBody, options?: VirtualMachinesResetPasswordOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
119
+ /**
120
+ * Resets a lab virtual machine password.
121
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
122
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
123
+ * resource URIs.
124
+ * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
125
+ * containing lab. Used in resource URIs.
126
+ * @param body The request body.
127
+ * @param options The options parameters.
128
+ */
129
+ beginResetPasswordAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, body: ResetPasswordBody, options?: VirtualMachinesResetPasswordOptionalParams): Promise<void>;
130
+ }
131
+ //# sourceMappingURL=virtualMachines.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualMachines.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualMachines.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=virtualMachines.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualMachines.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualMachines.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n VirtualMachine,\n VirtualMachinesListByLabOptionalParams,\n VirtualMachinesGetOptionalParams,\n VirtualMachinesGetResponse,\n VirtualMachinesStartOptionalParams,\n VirtualMachinesStopOptionalParams,\n VirtualMachinesReimageOptionalParams,\n VirtualMachinesRedeployOptionalParams,\n ResetPasswordBody,\n VirtualMachinesResetPasswordOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a VirtualMachines. */\nexport interface VirtualMachines {\n /**\n * Returns a list of all virtual machines for a lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n listByLab(\n resourceGroupName: string,\n labName: string,\n options?: VirtualMachinesListByLabOptionalParams\n ): PagedAsyncIterableIterator<VirtualMachine>;\n /**\n * Returns the properties for a lab virtual machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesGetOptionalParams\n ): Promise<VirtualMachinesGetResponse>;\n /**\n * Action to start a lab virtual machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n beginStart(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStartOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Action to start a lab virtual machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n beginStartAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStartOptionalParams\n ): Promise<void>;\n /**\n * Action to stop a lab virtual machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n beginStop(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStopOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Action to stop a lab virtual machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n beginStopAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStopOptionalParams\n ): Promise<void>;\n /**\n * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest\n * published snapshot of the reference environment of the lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n beginReimage(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesReimageOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest\n * published snapshot of the reference environment of the lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n beginReimageAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesReimageOptionalParams\n ): Promise<void>;\n /**\n * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting\n * connectivity.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n beginRedeploy(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesRedeployOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting\n * connectivity.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n beginRedeployAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesRedeployOptionalParams\n ): Promise<void>;\n /**\n * Resets a lab virtual machine password.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginResetPassword(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n body: ResetPasswordBody,\n options?: VirtualMachinesResetPasswordOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Resets a lab virtual machine password.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginResetPasswordAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n body: ResetPasswordBody,\n options?: VirtualMachinesResetPasswordOptionalParams\n ): Promise<void>;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,13 @@
1
+ export interface PageInfo {
2
+ continuationToken?: string;
3
+ }
4
+ /**
5
+ * Given the last `.value` produced by the `byPage` iterator,
6
+ * returns a continuation token that can be used to begin paging from
7
+ * that point later.
8
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
9
+ * @returns The continuation token that can be passed into byPage() during future calls.
10
+ */
11
+ export declare function getContinuationToken(page: unknown): string | undefined;
12
+ export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
13
+ //# sourceMappingURL=pagingHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
@@ -0,0 +1,32 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ const pageMap = new WeakMap();
9
+ /**
10
+ * Given the last `.value` produced by the `byPage` iterator,
11
+ * returns a continuation token that can be used to begin paging from
12
+ * that point later.
13
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
14
+ * @returns The continuation token that can be passed into byPage() during future calls.
15
+ */
16
+ export function getContinuationToken(page) {
17
+ var _a;
18
+ if (typeof page !== "object" || page === null) {
19
+ return undefined;
20
+ }
21
+ return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
22
+ }
23
+ export function setContinuationToken(page, continuationToken) {
24
+ var _a;
25
+ if (typeof page !== "object" || page === null || !continuationToken) {
26
+ return;
27
+ }
28
+ const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
29
+ pageInfo.continuationToken = continuationToken;
30
+ pageMap.set(page, pageInfo);
31
+ }
32
+ //# sourceMappingURL=pagingHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}