@azure/arm-devtestlabs 3.2.0 → 4.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (586) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/{LICENSE.txt → LICENSE} +21 -21
  3. package/README.md +98 -96
  4. package/dist/index.js +14125 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/devTestLabsClient.d.ts +42 -0
  9. package/dist-esm/src/devTestLabsClient.d.ts.map +1 -0
  10. package/dist-esm/src/devTestLabsClient.js +75 -0
  11. package/dist-esm/src/devTestLabsClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +3339 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +210 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +133 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +2058 -4107
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +65 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +376 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/armTemplates.d.ts +50 -0
  33. package/dist-esm/src/operations/armTemplates.d.ts.map +1 -0
  34. package/dist-esm/src/operations/armTemplates.js +188 -0
  35. package/dist-esm/src/operations/armTemplates.js.map +1 -0
  36. package/dist-esm/src/operations/artifactSources.d.ts +72 -0
  37. package/dist-esm/src/operations/artifactSources.d.ts.map +1 -0
  38. package/dist-esm/src/operations/artifactSources.js +285 -0
  39. package/dist-esm/src/operations/artifactSources.js.map +1 -0
  40. package/dist-esm/src/operations/artifacts.d.ts +61 -0
  41. package/dist-esm/src/operations/artifacts.d.ts.map +1 -0
  42. package/dist-esm/src/operations/artifacts.js +233 -0
  43. package/dist-esm/src/operations/artifacts.js.map +1 -0
  44. package/dist-esm/src/operations/costs.d.ts +30 -0
  45. package/dist-esm/src/operations/costs.d.ts.map +1 -0
  46. package/dist-esm/src/operations/costs.js +93 -0
  47. package/dist-esm/src/operations/costs.js.map +1 -0
  48. package/dist-esm/src/operations/customImages.d.ts +90 -0
  49. package/dist-esm/src/operations/customImages.d.ts.map +1 -0
  50. package/dist-esm/src/operations/customImages.js +378 -0
  51. package/dist-esm/src/operations/customImages.js.map +1 -0
  52. package/dist-esm/src/operations/disks.d.ts +143 -0
  53. package/dist-esm/src/operations/disks.d.ts.map +1 -0
  54. package/dist-esm/src/operations/disks.js +573 -0
  55. package/dist-esm/src/operations/disks.js.map +1 -0
  56. package/dist-esm/src/operations/environments.d.ts +99 -0
  57. package/dist-esm/src/operations/environments.d.ts.map +1 -0
  58. package/dist-esm/src/operations/environments.js +393 -0
  59. package/dist-esm/src/operations/environments.js.map +1 -0
  60. package/dist-esm/src/operations/formulas.d.ts +82 -0
  61. package/dist-esm/src/operations/formulas.d.ts.map +1 -0
  62. package/dist-esm/src/operations/formulas.js +335 -0
  63. package/dist-esm/src/operations/formulas.js.map +1 -0
  64. package/dist-esm/src/operations/galleryImages.d.ts +38 -0
  65. package/dist-esm/src/operations/galleryImages.d.ts.map +1 -0
  66. package/dist-esm/src/operations/galleryImages.js +149 -0
  67. package/dist-esm/src/operations/galleryImages.js.map +1 -0
  68. package/dist-esm/src/operations/globalSchedules.d.ts +114 -0
  69. package/dist-esm/src/operations/globalSchedules.d.ts.map +1 -0
  70. package/dist-esm/src/operations/globalSchedules.js +531 -0
  71. package/dist-esm/src/operations/globalSchedules.js.map +1 -0
  72. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  73. package/dist-esm/src/operations/index.d.ts.map +1 -0
  74. package/{esm → dist-esm/src}/operations/index.js +3 -5
  75. package/dist-esm/src/operations/index.js.map +1 -0
  76. package/dist-esm/src/operations/labs.d.ts +195 -0
  77. package/dist-esm/src/operations/labs.d.ts.map +1 -0
  78. package/dist-esm/src/operations/labs.js +917 -0
  79. package/dist-esm/src/operations/labs.js.map +1 -0
  80. package/dist-esm/src/operations/notificationChannels.d.ts +81 -0
  81. package/dist-esm/src/operations/notificationChannels.d.ts.map +1 -0
  82. package/dist-esm/src/operations/notificationChannels.js +318 -0
  83. package/dist-esm/src/operations/notificationChannels.js.map +1 -0
  84. package/dist-esm/src/operations/operations.d.ts +20 -0
  85. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/operations.js +56 -0
  87. package/dist-esm/src/operations/operations.js.map +1 -0
  88. package/dist-esm/src/operations/policies.d.ts +79 -0
  89. package/dist-esm/src/operations/policies.d.ts.map +1 -0
  90. package/dist-esm/src/operations/policies.js +298 -0
  91. package/dist-esm/src/operations/policies.js.map +1 -0
  92. package/dist-esm/src/operations/policySets.d.ts +22 -0
  93. package/dist-esm/src/operations/policySets.d.ts.map +1 -0
  94. package/dist-esm/src/operations/policySets.js +58 -0
  95. package/dist-esm/src/operations/policySets.js.map +1 -0
  96. package/dist-esm/src/operations/providerOperations.d.ts +32 -0
  97. package/dist-esm/src/operations/providerOperations.d.ts.map +1 -0
  98. package/dist-esm/src/operations/providerOperations.js +120 -0
  99. package/dist-esm/src/operations/providerOperations.js.map +1 -0
  100. package/dist-esm/src/operations/schedules.d.ts +116 -0
  101. package/dist-esm/src/operations/schedules.d.ts.map +1 -0
  102. package/dist-esm/src/operations/schedules.js +478 -0
  103. package/dist-esm/src/operations/schedules.js.map +1 -0
  104. package/dist-esm/src/operations/secrets.d.ts +90 -0
  105. package/dist-esm/src/operations/secrets.d.ts.map +1 -0
  106. package/dist-esm/src/operations/secrets.js +349 -0
  107. package/dist-esm/src/operations/secrets.js.map +1 -0
  108. package/dist-esm/src/operations/serviceFabricSchedules.d.ts +107 -0
  109. package/dist-esm/src/operations/serviceFabricSchedules.d.ts.map +1 -0
  110. package/dist-esm/src/operations/serviceFabricSchedules.js +437 -0
  111. package/dist-esm/src/operations/serviceFabricSchedules.js.map +1 -0
  112. package/dist-esm/src/operations/serviceFabrics.d.ts +144 -0
  113. package/dist-esm/src/operations/serviceFabrics.d.ts.map +1 -0
  114. package/dist-esm/src/operations/serviceFabrics.js +581 -0
  115. package/dist-esm/src/operations/serviceFabrics.js.map +1 -0
  116. package/dist-esm/src/operations/serviceRunners.d.ts +38 -0
  117. package/dist-esm/src/operations/serviceRunners.d.ts.map +1 -0
  118. package/dist-esm/src/operations/serviceRunners.js +124 -0
  119. package/dist-esm/src/operations/serviceRunners.js.map +1 -0
  120. package/dist-esm/src/operations/users.d.ts +90 -0
  121. package/dist-esm/src/operations/users.d.ts.map +1 -0
  122. package/dist-esm/src/operations/users.js +378 -0
  123. package/dist-esm/src/operations/users.js.map +1 -0
  124. package/dist-esm/src/operations/virtualMachineSchedules.d.ts +98 -0
  125. package/dist-esm/src/operations/virtualMachineSchedules.d.ts.map +1 -0
  126. package/dist-esm/src/operations/virtualMachineSchedules.js +391 -0
  127. package/dist-esm/src/operations/virtualMachineSchedules.js.map +1 -0
  128. package/dist-esm/src/operations/virtualMachines.d.ts +292 -0
  129. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
  130. package/dist-esm/src/operations/virtualMachines.js +1280 -0
  131. package/dist-esm/src/operations/virtualMachines.js.map +1 -0
  132. package/dist-esm/src/operations/virtualNetworks.d.ts +90 -0
  133. package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -0
  134. package/dist-esm/src/operations/virtualNetworks.js +378 -0
  135. package/dist-esm/src/operations/virtualNetworks.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/armTemplates.d.ts +23 -0
  137. package/dist-esm/src/operationsInterfaces/armTemplates.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/armTemplates.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/armTemplates.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/artifactSources.d.ts +47 -0
  141. package/dist-esm/src/operationsInterfaces/artifactSources.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/artifactSources.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/artifactSources.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/artifacts.d.ts +34 -0
  145. package/dist-esm/src/operationsInterfaces/artifacts.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/artifacts.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/artifacts.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/costs.d.ts +22 -0
  149. package/dist-esm/src/operationsInterfaces/costs.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/costs.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/costs.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/customImages.d.ts +65 -0
  153. package/dist-esm/src/operationsInterfaces/customImages.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/customImages.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/customImages.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/disks.d.ts +116 -0
  157. package/dist-esm/src/operationsInterfaces/disks.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/disks.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/disks.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/environments.d.ts +72 -0
  161. package/dist-esm/src/operationsInterfaces/environments.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/environments.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/environments.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/formulas.d.ts +57 -0
  165. package/dist-esm/src/operationsInterfaces/formulas.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/formulas.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/formulas.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/galleryImages.d.ts +13 -0
  169. package/dist-esm/src/operationsInterfaces/galleryImages.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/galleryImages.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/galleryImages.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/globalSchedules.d.ts +78 -0
  173. package/dist-esm/src/operationsInterfaces/globalSchedules.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/globalSchedules.js +9 -0
  175. package/dist-esm/src/operationsInterfaces/globalSchedules.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/index.d.ts +26 -0
  177. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/index.js +33 -0
  179. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/labs.d.ts +142 -0
  181. package/dist-esm/src/operationsInterfaces/labs.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/labs.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/labs.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/notificationChannels.d.ts +56 -0
  185. package/dist-esm/src/operationsInterfaces/notificationChannels.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/notificationChannels.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/notificationChannels.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/operations.d.ts +12 -0
  189. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/policies.d.ts +52 -0
  193. package/dist-esm/src/operationsInterfaces/policies.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/policies.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/policies.js.map +1 -0
  196. package/dist-esm/src/operationsInterfaces/policySets.d.ts +14 -0
  197. package/dist-esm/src/operationsInterfaces/policySets.d.ts.map +1 -0
  198. package/dist-esm/src/operationsInterfaces/policySets.js +9 -0
  199. package/dist-esm/src/operationsInterfaces/policySets.js.map +1 -0
  200. package/dist-esm/src/operationsInterfaces/providerOperations.d.ts +11 -0
  201. package/dist-esm/src/operationsInterfaces/providerOperations.d.ts.map +1 -0
  202. package/dist-esm/src/operationsInterfaces/providerOperations.js +9 -0
  203. package/dist-esm/src/operationsInterfaces/providerOperations.js.map +1 -0
  204. package/dist-esm/src/operationsInterfaces/schedules.d.ts +72 -0
  205. package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -0
  206. package/dist-esm/src/operationsInterfaces/schedules.js +9 -0
  207. package/dist-esm/src/operationsInterfaces/schedules.js.map +1 -0
  208. package/dist-esm/src/operationsInterfaces/secrets.d.ts +63 -0
  209. package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +1 -0
  210. package/dist-esm/src/operationsInterfaces/secrets.js +9 -0
  211. package/dist-esm/src/operationsInterfaces/secrets.js.map +1 -0
  212. package/dist-esm/src/operationsInterfaces/serviceFabricSchedules.d.ts +78 -0
  213. package/dist-esm/src/operationsInterfaces/serviceFabricSchedules.d.ts.map +1 -0
  214. package/dist-esm/src/operationsInterfaces/serviceFabricSchedules.js +9 -0
  215. package/dist-esm/src/operationsInterfaces/serviceFabricSchedules.js.map +1 -0
  216. package/dist-esm/src/operationsInterfaces/serviceFabrics.d.ts +117 -0
  217. package/dist-esm/src/operationsInterfaces/serviceFabrics.d.ts.map +1 -0
  218. package/dist-esm/src/operationsInterfaces/serviceFabrics.js +9 -0
  219. package/dist-esm/src/operationsInterfaces/serviceFabrics.js.map +1 -0
  220. package/dist-esm/src/operationsInterfaces/serviceRunners.d.ts +30 -0
  221. package/dist-esm/src/operationsInterfaces/serviceRunners.d.ts.map +1 -0
  222. package/dist-esm/src/operationsInterfaces/serviceRunners.js +9 -0
  223. package/dist-esm/src/operationsInterfaces/serviceRunners.js.map +1 -0
  224. package/dist-esm/src/operationsInterfaces/users.d.ts +65 -0
  225. package/dist-esm/src/operationsInterfaces/users.d.ts.map +1 -0
  226. package/dist-esm/src/operationsInterfaces/users.js +9 -0
  227. package/dist-esm/src/operationsInterfaces/users.js.map +1 -0
  228. package/dist-esm/src/operationsInterfaces/virtualMachineSchedules.d.ts +71 -0
  229. package/dist-esm/src/operationsInterfaces/virtualMachineSchedules.d.ts.map +1 -0
  230. package/dist-esm/src/operationsInterfaces/virtualMachineSchedules.js +9 -0
  231. package/dist-esm/src/operationsInterfaces/virtualMachineSchedules.js.map +1 -0
  232. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +267 -0
  233. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  234. package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
  235. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
  236. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +65 -0
  237. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  238. package/dist-esm/src/operationsInterfaces/virtualNetworks.js +9 -0
  239. package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +1 -0
  240. package/dist-esm/test/devtestlabs_examples.d.ts +4 -0
  241. package/dist-esm/test/devtestlabs_examples.d.ts.map +1 -0
  242. package/dist-esm/test/devtestlabs_examples.js +116 -0
  243. package/dist-esm/test/devtestlabs_examples.js.map +1 -0
  244. package/package.json +67 -33
  245. package/review/arm-devtestlabs.api.md +2985 -0
  246. package/rollup.config.js +181 -30
  247. package/src/devTestLabsClient.ts +175 -0
  248. package/src/index.ts +12 -0
  249. package/src/lroImpl.ts +34 -0
  250. package/src/models/index.ts +3876 -0
  251. package/{lib → src}/models/mappers.ts +2171 -4355
  252. package/src/models/parameters.ts +489 -0
  253. package/src/operations/armTemplates.ts +263 -0
  254. package/src/operations/artifactSources.ts +375 -0
  255. package/src/operations/artifacts.ts +323 -0
  256. package/src/operations/costs.ts +127 -0
  257. package/src/operations/customImages.ts +525 -0
  258. package/src/operations/disks.ts +836 -0
  259. package/src/operations/environments.ts +570 -0
  260. package/src/operations/formulas.ts +457 -0
  261. package/src/operations/galleryImages.ts +189 -0
  262. package/src/operations/globalSchedules.ts +688 -0
  263. package/{lib → src}/operations/index.ts +3 -5
  264. package/src/operations/labs.ts +1241 -0
  265. package/src/operations/notificationChannels.ts +421 -0
  266. package/src/operations/operations.ts +72 -0
  267. package/src/operations/policies.ts +414 -0
  268. package/src/operations/policySets.ts +80 -0
  269. package/src/operations/providerOperations.ts +137 -0
  270. package/src/operations/schedules.ts +657 -0
  271. package/src/operations/secrets.ts +499 -0
  272. package/src/operations/serviceFabricSchedules.ts +609 -0
  273. package/src/operations/serviceFabrics.ts +849 -0
  274. package/src/operations/serviceRunners.ts +169 -0
  275. package/src/operations/users.ts +525 -0
  276. package/src/operations/virtualMachineSchedules.ts +546 -0
  277. package/src/operations/virtualMachines.ts +1863 -0
  278. package/src/operations/virtualNetworks.ts +525 -0
  279. package/src/operationsInterfaces/armTemplates.ts +48 -0
  280. package/src/operationsInterfaces/artifactSources.ts +93 -0
  281. package/src/operationsInterfaces/artifacts.ts +69 -0
  282. package/src/operationsInterfaces/costs.ts +47 -0
  283. package/src/operationsInterfaces/customImages.ts +127 -0
  284. package/src/operationsInterfaces/disks.ts +217 -0
  285. package/src/operationsInterfaces/environments.ts +141 -0
  286. package/src/operationsInterfaces/formulas.ts +114 -0
  287. package/src/operationsInterfaces/galleryImages.ts +26 -0
  288. package/src/operationsInterfaces/globalSchedules.ts +143 -0
  289. package/src/operationsInterfaces/index.ts +33 -0
  290. package/src/operationsInterfaces/labs.ts +259 -0
  291. package/src/operationsInterfaces/notificationChannels.ts +110 -0
  292. package/src/operationsInterfaces/operations.ts +24 -0
  293. package/src/operationsInterfaces/policies.ts +103 -0
  294. package/src/operationsInterfaces/policySets.ts +32 -0
  295. package/src/operationsInterfaces/providerOperations.ts +25 -0
  296. package/src/operationsInterfaces/schedules.ts +135 -0
  297. package/src/operationsInterfaces/secrets.ts +126 -0
  298. package/src/operationsInterfaces/serviceFabricSchedules.ts +149 -0
  299. package/src/operationsInterfaces/serviceFabrics.ts +220 -0
  300. package/src/operationsInterfaces/serviceRunners.ts +61 -0
  301. package/src/operationsInterfaces/users.ts +127 -0
  302. package/src/operationsInterfaces/virtualMachineSchedules.ts +135 -0
  303. package/src/operationsInterfaces/virtualMachines.ts +476 -0
  304. package/src/operationsInterfaces/virtualNetworks.ts +127 -0
  305. package/tsconfig.json +4 -4
  306. package/types/arm-devtestlabs.d.ts +5414 -0
  307. package/types/tsdoc-metadata.json +11 -0
  308. package/dist/arm-devtestlabs.js +0 -16392
  309. package/dist/arm-devtestlabs.js.map +0 -1
  310. package/dist/arm-devtestlabs.min.js +0 -1
  311. package/dist/arm-devtestlabs.min.js.map +0 -1
  312. package/esm/devTestLabsClient.d.ts +0 -42
  313. package/esm/devTestLabsClient.d.ts.map +0 -1
  314. package/esm/devTestLabsClient.js +0 -57
  315. package/esm/devTestLabsClient.js.map +0 -1
  316. package/esm/devTestLabsClientContext.d.ts +0 -16
  317. package/esm/devTestLabsClientContext.d.ts.map +0 -1
  318. package/esm/devTestLabsClientContext.js +0 -56
  319. package/esm/devTestLabsClientContext.js.map +0 -1
  320. package/esm/models/armTemplatesMappers.d.ts +0 -2
  321. package/esm/models/armTemplatesMappers.d.ts.map +0 -1
  322. package/esm/models/armTemplatesMappers.js +0 -9
  323. package/esm/models/armTemplatesMappers.js.map +0 -1
  324. package/esm/models/artifactSourcesMappers.d.ts +0 -2
  325. package/esm/models/artifactSourcesMappers.d.ts.map +0 -1
  326. package/esm/models/artifactSourcesMappers.js +0 -9
  327. package/esm/models/artifactSourcesMappers.js.map +0 -1
  328. package/esm/models/artifactsMappers.d.ts +0 -2
  329. package/esm/models/artifactsMappers.d.ts.map +0 -1
  330. package/esm/models/artifactsMappers.js +0 -9
  331. package/esm/models/artifactsMappers.js.map +0 -1
  332. package/esm/models/costsMappers.d.ts +0 -2
  333. package/esm/models/costsMappers.d.ts.map +0 -1
  334. package/esm/models/costsMappers.js +0 -9
  335. package/esm/models/costsMappers.js.map +0 -1
  336. package/esm/models/customImagesMappers.d.ts +0 -2
  337. package/esm/models/customImagesMappers.d.ts.map +0 -1
  338. package/esm/models/customImagesMappers.js +0 -9
  339. package/esm/models/customImagesMappers.js.map +0 -1
  340. package/esm/models/disksMappers.d.ts +0 -2
  341. package/esm/models/disksMappers.d.ts.map +0 -1
  342. package/esm/models/disksMappers.js +0 -9
  343. package/esm/models/disksMappers.js.map +0 -1
  344. package/esm/models/environmentsMappers.d.ts +0 -2
  345. package/esm/models/environmentsMappers.d.ts.map +0 -1
  346. package/esm/models/environmentsMappers.js +0 -9
  347. package/esm/models/environmentsMappers.js.map +0 -1
  348. package/esm/models/formulasMappers.d.ts +0 -2
  349. package/esm/models/formulasMappers.d.ts.map +0 -1
  350. package/esm/models/formulasMappers.js +0 -9
  351. package/esm/models/formulasMappers.js.map +0 -1
  352. package/esm/models/galleryImagesMappers.d.ts +0 -2
  353. package/esm/models/galleryImagesMappers.d.ts.map +0 -1
  354. package/esm/models/galleryImagesMappers.js +0 -9
  355. package/esm/models/galleryImagesMappers.js.map +0 -1
  356. package/esm/models/globalSchedulesMappers.d.ts +0 -2
  357. package/esm/models/globalSchedulesMappers.d.ts.map +0 -1
  358. package/esm/models/globalSchedulesMappers.js +0 -9
  359. package/esm/models/globalSchedulesMappers.js.map +0 -1
  360. package/esm/models/index.d.ts +0 -7024
  361. package/esm/models/index.d.ts.map +0 -1
  362. package/esm/models/index.js +0 -8
  363. package/esm/models/index.js.map +0 -1
  364. package/esm/models/labsMappers.d.ts +0 -2
  365. package/esm/models/labsMappers.d.ts.map +0 -1
  366. package/esm/models/labsMappers.js +0 -9
  367. package/esm/models/labsMappers.js.map +0 -1
  368. package/esm/models/mappers.d.ts +0 -171
  369. package/esm/models/mappers.d.ts.map +0 -1
  370. package/esm/models/mappers.js.map +0 -1
  371. package/esm/models/notificationChannelsMappers.d.ts +0 -2
  372. package/esm/models/notificationChannelsMappers.d.ts.map +0 -1
  373. package/esm/models/notificationChannelsMappers.js +0 -9
  374. package/esm/models/notificationChannelsMappers.js.map +0 -1
  375. package/esm/models/operationsMappers.d.ts +0 -2
  376. package/esm/models/operationsMappers.d.ts.map +0 -1
  377. package/esm/models/operationsMappers.js +0 -9
  378. package/esm/models/operationsMappers.js.map +0 -1
  379. package/esm/models/parameters.d.ts +0 -19
  380. package/esm/models/parameters.d.ts.map +0 -1
  381. package/esm/models/parameters.js +0 -190
  382. package/esm/models/parameters.js.map +0 -1
  383. package/esm/models/policiesMappers.d.ts +0 -2
  384. package/esm/models/policiesMappers.d.ts.map +0 -1
  385. package/esm/models/policiesMappers.js +0 -9
  386. package/esm/models/policiesMappers.js.map +0 -1
  387. package/esm/models/policySetsMappers.d.ts +0 -2
  388. package/esm/models/policySetsMappers.d.ts.map +0 -1
  389. package/esm/models/policySetsMappers.js +0 -9
  390. package/esm/models/policySetsMappers.js.map +0 -1
  391. package/esm/models/providerOperationsMappers.d.ts +0 -2
  392. package/esm/models/providerOperationsMappers.d.ts.map +0 -1
  393. package/esm/models/providerOperationsMappers.js +0 -9
  394. package/esm/models/providerOperationsMappers.js.map +0 -1
  395. package/esm/models/schedulesMappers.d.ts +0 -2
  396. package/esm/models/schedulesMappers.d.ts.map +0 -1
  397. package/esm/models/schedulesMappers.js +0 -9
  398. package/esm/models/schedulesMappers.js.map +0 -1
  399. package/esm/models/secretsMappers.d.ts +0 -2
  400. package/esm/models/secretsMappers.d.ts.map +0 -1
  401. package/esm/models/secretsMappers.js +0 -9
  402. package/esm/models/secretsMappers.js.map +0 -1
  403. package/esm/models/serviceFabricSchedulesMappers.d.ts +0 -2
  404. package/esm/models/serviceFabricSchedulesMappers.d.ts.map +0 -1
  405. package/esm/models/serviceFabricSchedulesMappers.js +0 -9
  406. package/esm/models/serviceFabricSchedulesMappers.js.map +0 -1
  407. package/esm/models/serviceFabricsMappers.d.ts +0 -2
  408. package/esm/models/serviceFabricsMappers.d.ts.map +0 -1
  409. package/esm/models/serviceFabricsMappers.js +0 -9
  410. package/esm/models/serviceFabricsMappers.js.map +0 -1
  411. package/esm/models/serviceRunnersMappers.d.ts +0 -2
  412. package/esm/models/serviceRunnersMappers.d.ts.map +0 -1
  413. package/esm/models/serviceRunnersMappers.js +0 -9
  414. package/esm/models/serviceRunnersMappers.js.map +0 -1
  415. package/esm/models/usersMappers.d.ts +0 -2
  416. package/esm/models/usersMappers.d.ts.map +0 -1
  417. package/esm/models/usersMappers.js +0 -9
  418. package/esm/models/usersMappers.js.map +0 -1
  419. package/esm/models/virtualMachineSchedulesMappers.d.ts +0 -2
  420. package/esm/models/virtualMachineSchedulesMappers.d.ts.map +0 -1
  421. package/esm/models/virtualMachineSchedulesMappers.js +0 -9
  422. package/esm/models/virtualMachineSchedulesMappers.js.map +0 -1
  423. package/esm/models/virtualMachinesMappers.d.ts +0 -2
  424. package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
  425. package/esm/models/virtualMachinesMappers.js +0 -9
  426. package/esm/models/virtualMachinesMappers.js.map +0 -1
  427. package/esm/models/virtualNetworksMappers.d.ts +0 -2
  428. package/esm/models/virtualNetworksMappers.d.ts.map +0 -1
  429. package/esm/models/virtualNetworksMappers.js +0 -9
  430. package/esm/models/virtualNetworksMappers.js.map +0 -1
  431. package/esm/operations/armTemplates.d.ts +0 -82
  432. package/esm/operations/armTemplates.d.ts.map +0 -1
  433. package/esm/operations/armTemplates.js +0 -126
  434. package/esm/operations/armTemplates.js.map +0 -1
  435. package/esm/operations/artifactSources.d.ts +0 -154
  436. package/esm/operations/artifactSources.d.ts.map +0 -1
  437. package/esm/operations/artifactSources.js +0 -234
  438. package/esm/operations/artifactSources.js.map +0 -1
  439. package/esm/operations/artifacts.d.ts +0 -116
  440. package/esm/operations/artifacts.d.ts.map +0 -1
  441. package/esm/operations/artifacts.js +0 -167
  442. package/esm/operations/artifacts.js.map +0 -1
  443. package/esm/operations/costs.d.ts +0 -64
  444. package/esm/operations/costs.d.ts.map +0 -1
  445. package/esm/operations/costs.js +0 -103
  446. package/esm/operations/costs.js.map +0 -1
  447. package/esm/operations/customImages.d.ts +0 -142
  448. package/esm/operations/customImages.d.ts.map +0 -1
  449. package/esm/operations/customImages.js +0 -277
  450. package/esm/operations/customImages.js.map +0 -1
  451. package/esm/operations/disks.d.ts +0 -203
  452. package/esm/operations/disks.d.ts.map +0 -1
  453. package/esm/operations/disks.js +0 -421
  454. package/esm/operations/disks.js.map +0 -1
  455. package/esm/operations/environments.d.ts +0 -155
  456. package/esm/operations/environments.d.ts.map +0 -1
  457. package/esm/operations/environments.js +0 -291
  458. package/esm/operations/environments.js.map +0 -1
  459. package/esm/operations/formulas.d.ts +0 -148
  460. package/esm/operations/formulas.d.ts.map +0 -1
  461. package/esm/operations/formulas.js +0 -256
  462. package/esm/operations/formulas.js.map +0 -1
  463. package/esm/operations/galleryImages.d.ts +0 -52
  464. package/esm/operations/galleryImages.d.ts.map +0 -1
  465. package/esm/operations/galleryImages.js +0 -88
  466. package/esm/operations/galleryImages.js.map +0 -1
  467. package/esm/operations/globalSchedules.d.ts +0 -207
  468. package/esm/operations/globalSchedules.d.ts.map +0 -1
  469. package/esm/operations/globalSchedules.js +0 -384
  470. package/esm/operations/globalSchedules.js.map +0 -1
  471. package/esm/operations/index.d.ts.map +0 -1
  472. package/esm/operations/index.js.map +0 -1
  473. package/esm/operations/labs.d.ts +0 -301
  474. package/esm/operations/labs.d.ts.map +0 -1
  475. package/esm/operations/labs.js +0 -632
  476. package/esm/operations/labs.js.map +0 -1
  477. package/esm/operations/notificationChannels.d.ts +0 -181
  478. package/esm/operations/notificationChannels.d.ts.map +0 -1
  479. package/esm/operations/notificationChannels.js +0 -270
  480. package/esm/operations/notificationChannels.js.map +0 -1
  481. package/esm/operations/operations.d.ts +0 -34
  482. package/esm/operations/operations.d.ts.map +0 -1
  483. package/esm/operations/operations.js +0 -58
  484. package/esm/operations/operations.js.map +0 -1
  485. package/esm/operations/policies.d.ts +0 -169
  486. package/esm/operations/policies.d.ts.map +0 -1
  487. package/esm/operations/policies.js +0 -244
  488. package/esm/operations/policies.js.map +0 -1
  489. package/esm/operations/policySets.d.ts +0 -40
  490. package/esm/operations/policySets.d.ts.map +0 -1
  491. package/esm/operations/policySets.js +0 -66
  492. package/esm/operations/policySets.js.map +0 -1
  493. package/esm/operations/providerOperations.d.ts +0 -46
  494. package/esm/operations/providerOperations.d.ts.map +0 -1
  495. package/esm/operations/providerOperations.js +0 -77
  496. package/esm/operations/providerOperations.js.map +0 -1
  497. package/esm/operations/schedules.d.ts +0 -215
  498. package/esm/operations/schedules.d.ts.map +0 -1
  499. package/esm/operations/schedules.js +0 -345
  500. package/esm/operations/schedules.js.map +0 -1
  501. package/esm/operations/secrets.d.ts +0 -162
  502. package/esm/operations/secrets.d.ts.map +0 -1
  503. package/esm/operations/secrets.js +0 -268
  504. package/esm/operations/secrets.js.map +0 -1
  505. package/esm/operations/serviceFabricSchedules.d.ts +0 -207
  506. package/esm/operations/serviceFabricSchedules.d.ts.map +0 -1
  507. package/esm/operations/serviceFabricSchedules.js +0 -314
  508. package/esm/operations/serviceFabricSchedules.js.map +0 -1
  509. package/esm/operations/serviceFabrics.d.ts +0 -222
  510. package/esm/operations/serviceFabrics.d.ts.map +0 -1
  511. package/esm/operations/serviceFabrics.js +0 -438
  512. package/esm/operations/serviceFabrics.js.map +0 -1
  513. package/esm/operations/serviceRunners.d.ts +0 -127
  514. package/esm/operations/serviceRunners.d.ts.map +0 -1
  515. package/esm/operations/serviceRunners.js +0 -194
  516. package/esm/operations/serviceRunners.js.map +0 -1
  517. package/esm/operations/users.d.ts +0 -142
  518. package/esm/operations/users.d.ts.map +0 -1
  519. package/esm/operations/users.js +0 -277
  520. package/esm/operations/users.js.map +0 -1
  521. package/esm/operations/virtualMachineSchedules.d.ts +0 -190
  522. package/esm/operations/virtualMachineSchedules.d.ts.map +0 -1
  523. package/esm/operations/virtualMachineSchedules.js +0 -300
  524. package/esm/operations/virtualMachineSchedules.js.map +0 -1
  525. package/esm/operations/virtualMachines.d.ts +0 -402
  526. package/esm/operations/virtualMachines.d.ts.map +0 -1
  527. package/esm/operations/virtualMachines.js +0 -949
  528. package/esm/operations/virtualMachines.js.map +0 -1
  529. package/esm/operations/virtualNetworks.d.ts +0 -142
  530. package/esm/operations/virtualNetworks.d.ts.map +0 -1
  531. package/esm/operations/virtualNetworks.js +0 -277
  532. package/esm/operations/virtualNetworks.js.map +0 -1
  533. package/lib/devTestLabsClient.ts +0 -90
  534. package/lib/devTestLabsClientContext.ts +0 -62
  535. package/lib/models/armTemplatesMappers.ts +0 -80
  536. package/lib/models/artifactSourcesMappers.ts +0 -130
  537. package/lib/models/artifactsMappers.ts +0 -83
  538. package/lib/models/costsMappers.ts +0 -79
  539. package/lib/models/customImagesMappers.ts +0 -130
  540. package/lib/models/disksMappers.ts +0 -132
  541. package/lib/models/environmentsMappers.ts +0 -130
  542. package/lib/models/formulasMappers.ts +0 -130
  543. package/lib/models/galleryImagesMappers.ts +0 -80
  544. package/lib/models/globalSchedulesMappers.ts +0 -131
  545. package/lib/models/index.ts +0 -7501
  546. package/lib/models/labsMappers.ts +0 -136
  547. package/lib/models/notificationChannelsMappers.ts +0 -131
  548. package/lib/models/operationsMappers.ts +0 -13
  549. package/lib/models/parameters.ts +0 -192
  550. package/lib/models/policiesMappers.ts +0 -130
  551. package/lib/models/policySetsMappers.ts +0 -16
  552. package/lib/models/providerOperationsMappers.ts +0 -14
  553. package/lib/models/schedulesMappers.ts +0 -130
  554. package/lib/models/secretsMappers.ts +0 -130
  555. package/lib/models/serviceFabricSchedulesMappers.ts +0 -130
  556. package/lib/models/serviceFabricsMappers.ts +0 -130
  557. package/lib/models/serviceRunnersMappers.ts +0 -80
  558. package/lib/models/usersMappers.ts +0 -130
  559. package/lib/models/virtualMachineSchedulesMappers.ts +0 -130
  560. package/lib/models/virtualMachinesMappers.ts +0 -134
  561. package/lib/models/virtualNetworksMappers.ts +0 -130
  562. package/lib/operations/armTemplates.ts +0 -213
  563. package/lib/operations/artifactSources.ts +0 -413
  564. package/lib/operations/artifacts.ts +0 -295
  565. package/lib/operations/costs.ts +0 -169
  566. package/lib/operations/customImages.ts +0 -408
  567. package/lib/operations/disks.ts +0 -579
  568. package/lib/operations/environments.ts +0 -431
  569. package/lib/operations/formulas.ts +0 -410
  570. package/lib/operations/galleryImages.ts +0 -140
  571. package/lib/operations/globalSchedules.ts +0 -607
  572. package/lib/operations/labs.ts +0 -911
  573. package/lib/operations/notificationChannels.ts +0 -484
  574. package/lib/operations/operations.ts +0 -87
  575. package/lib/operations/policies.ts +0 -438
  576. package/lib/operations/policySets.ts +0 -103
  577. package/lib/operations/providerOperations.ts +0 -123
  578. package/lib/operations/schedules.ts +0 -583
  579. package/lib/operations/secrets.ts +0 -434
  580. package/lib/operations/serviceFabricSchedules.ts +0 -530
  581. package/lib/operations/serviceFabrics.ts +0 -622
  582. package/lib/operations/serviceRunners.ts +0 -338
  583. package/lib/operations/users.ts +0 -408
  584. package/lib/operations/virtualMachineSchedules.ts +0 -501
  585. package/lib/operations/virtualMachines.ts +0 -1216
  586. package/lib/operations/virtualNetworks.ts +0 -408
@@ -1 +0,0 @@
1
- {"version":3,"file":"arm-devtestlabs.js","sources":["../node_modules/tslib/tslib.es6.js","../lib/models/index.ts","../lib/models/mappers.ts","../lib/models/providerOperationsMappers.ts","../lib/models/parameters.ts","../lib/operations/providerOperations.ts","../lib/models/labsMappers.ts","../lib/operations/labs.ts","../lib/models/operationsMappers.ts","../lib/operations/operations.ts","../lib/models/globalSchedulesMappers.ts","../lib/operations/globalSchedules.ts","../lib/models/artifactSourcesMappers.ts","../lib/operations/artifactSources.ts","../lib/models/armTemplatesMappers.ts","../lib/operations/armTemplates.ts","../lib/models/artifactsMappers.ts","../lib/operations/artifacts.ts","../lib/models/costsMappers.ts","../lib/operations/costs.ts","../lib/models/customImagesMappers.ts","../lib/operations/customImages.ts","../lib/models/formulasMappers.ts","../lib/operations/formulas.ts","../lib/models/galleryImagesMappers.ts","../lib/operations/galleryImages.ts","../lib/models/notificationChannelsMappers.ts","../lib/operations/notificationChannels.ts","../lib/models/policySetsMappers.ts","../lib/operations/policySets.ts","../lib/models/policiesMappers.ts","../lib/operations/policies.ts","../lib/models/schedulesMappers.ts","../lib/operations/schedules.ts","../lib/models/serviceRunnersMappers.ts","../lib/operations/serviceRunners.ts","../lib/models/usersMappers.ts","../lib/operations/users.ts","../lib/models/disksMappers.ts","../lib/operations/disks.ts","../lib/models/environmentsMappers.ts","../lib/operations/environments.ts","../lib/models/secretsMappers.ts","../lib/operations/secrets.ts","../lib/models/serviceFabricsMappers.ts","../lib/operations/serviceFabrics.ts","../lib/models/serviceFabricSchedulesMappers.ts","../lib/operations/serviceFabricSchedules.ts","../lib/models/virtualMachinesMappers.ts","../lib/operations/virtualMachines.ts","../lib/models/virtualMachineSchedulesMappers.ts","../lib/operations/virtualMachineSchedules.ts","../lib/models/virtualNetworksMappers.ts","../lib/operations/virtualNetworks.ts","../lib/operations/index.ts","../lib/devTestLabsClientContext.ts","../lib/devTestLabsClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0)\r\n t[p[i]] = s[p[i]];\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator], i = 0;\r\n if (m) return m.call(o);\r\n return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Properties of a weekly schedule.\n */\nexport interface WeekDetails {\n /**\n * The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.).\n */\n weekdays?: string[];\n /**\n * The time of the day the schedule will occur.\n */\n time?: string;\n}\n\n/**\n * Properties of a daily schedule.\n */\nexport interface DayDetails {\n /**\n * The time of day the schedule will occur.\n */\n time?: string;\n}\n\n/**\n * Properties of an hourly schedule.\n */\nexport interface HourDetails {\n /**\n * Minutes of the hour the schedule will run.\n */\n minute?: number;\n}\n\n/**\n * Notification settings for a schedule.\n */\nexport interface NotificationSettings {\n /**\n * If notifications are enabled for this schedule (i.e. Enabled, Disabled). Possible values\n * include: 'Enabled', 'Disabled'\n */\n status?: EnableStatus;\n /**\n * Time in minutes before event at which notification will be sent.\n */\n timeInMinutes?: number;\n /**\n * The webhook URL to which the notification will be sent.\n */\n webhookUrl?: string;\n /**\n * The email recipient to send notifications to (can be a list of semi-colon separated email\n * addresses).\n */\n emailRecipient?: string;\n /**\n * The locale to use when sending a notification (fallback for unsupported languages is EN).\n */\n notificationLocale?: string;\n}\n\n/**\n * An Azure resource.\n */\nexport interface Resource extends BaseResource {\n /**\n * The identifier of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n /**\n * The location of the resource.\n */\n location?: string;\n /**\n * The tags of the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * A schedule.\n */\nexport interface Schedule extends Resource {\n /**\n * The status of the schedule (i.e. Enabled, Disabled). Possible values include: 'Enabled',\n * 'Disabled'\n */\n status?: EnableStatus;\n /**\n * The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).\n */\n taskType?: string;\n /**\n * If the schedule will occur only some days of the week, specify the weekly recurrence.\n */\n weeklyRecurrence?: WeekDetails;\n /**\n * If the schedule will occur once each day of the week, specify the daily recurrence.\n */\n dailyRecurrence?: DayDetails;\n /**\n * If the schedule will occur multiple times a day, specify the hourly recurrence.\n */\n hourlyRecurrence?: HourDetails;\n /**\n * The time zone ID (e.g. Pacific Standard time).\n */\n timeZoneId?: string;\n /**\n * Notification settings.\n */\n notificationSettings?: NotificationSettings;\n /**\n * The creation date of the schedule.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n /**\n * The resource ID to which the schedule belongs\n */\n targetResourceId?: string;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab\n * level.\n */\nexport interface ApplicableSchedule extends Resource {\n /**\n * The auto-shutdown schedule, if one has been set at the lab or lab resource level.\n */\n labVmsShutdown?: Schedule;\n /**\n * The auto-startup schedule, if one has been set at the lab or lab resource level.\n */\n labVmsStartup?: Schedule;\n}\n\n/**\n * Properties of a weekly schedule.\n */\nexport interface WeekDetailsFragment {\n /**\n * The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.).\n */\n weekdays?: string[];\n /**\n * The time of the day the schedule will occur.\n */\n time?: string;\n}\n\n/**\n * Properties of a daily schedule.\n */\nexport interface DayDetailsFragment {\n /**\n * The time of day the schedule will occur.\n */\n time?: string;\n}\n\n/**\n * Properties of an hourly schedule.\n */\nexport interface HourDetailsFragment {\n /**\n * Minutes of the hour the schedule will run.\n */\n minute?: number;\n}\n\n/**\n * Notification settings for a schedule.\n */\nexport interface NotificationSettingsFragment {\n /**\n * If notifications are enabled for this schedule (i.e. Enabled, Disabled). Possible values\n * include: 'Enabled', 'Disabled'\n */\n status?: EnableStatus;\n /**\n * Time in minutes before event at which notification will be sent.\n */\n timeInMinutes?: number;\n /**\n * The webhook URL to which the notification will be sent.\n */\n webhookUrl?: string;\n /**\n * The email recipient to send notifications to (can be a list of semi-colon separated email\n * addresses).\n */\n emailRecipient?: string;\n /**\n * The locale to use when sending a notification (fallback for unsupported languages is EN).\n */\n notificationLocale?: string;\n}\n\n/**\n * Represents an update resource\n */\nexport interface UpdateResource {\n /**\n * The tags of the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * A schedule.\n */\nexport interface ScheduleFragment extends UpdateResource {\n /**\n * The status of the schedule (i.e. Enabled, Disabled). Possible values include: 'Enabled',\n * 'Disabled'\n */\n status?: EnableStatus;\n /**\n * The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).\n */\n taskType?: string;\n /**\n * If the schedule will occur only some days of the week, specify the weekly recurrence.\n */\n weeklyRecurrence?: WeekDetailsFragment;\n /**\n * If the schedule will occur once each day of the week, specify the daily recurrence.\n */\n dailyRecurrence?: DayDetailsFragment;\n /**\n * If the schedule will occur multiple times a day, specify the hourly recurrence.\n */\n hourlyRecurrence?: HourDetailsFragment;\n /**\n * The time zone ID (e.g. Pacific Standard time).\n */\n timeZoneId?: string;\n /**\n * Notification settings.\n */\n notificationSettings?: NotificationSettingsFragment;\n /**\n * The resource ID to which the schedule belongs\n */\n targetResourceId?: string;\n}\n\n/**\n * Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab\n * level.\n */\nexport interface ApplicableScheduleFragment extends UpdateResource {\n /**\n * The auto-shutdown schedule, if one has been set at the lab or lab resource level.\n */\n labVmsShutdown?: ScheduleFragment;\n /**\n * The auto-startup schedule, if one has been set at the lab or lab resource level.\n */\n labVmsStartup?: ScheduleFragment;\n}\n\n/**\n * Properties of an artifact parameter.\n */\nexport interface ArtifactParameterProperties {\n /**\n * The name of the artifact parameter.\n */\n name?: string;\n /**\n * The value of the artifact parameter.\n */\n value?: string;\n}\n\n/**\n * Properties of an artifact.\n */\nexport interface ArtifactInstallProperties {\n /**\n * The artifact's identifier.\n */\n artifactId?: string;\n /**\n * The artifact's title.\n */\n artifactTitle?: string;\n /**\n * The parameters of the artifact.\n */\n parameters?: ArtifactParameterProperties[];\n /**\n * The status of the artifact.\n */\n status?: string;\n /**\n * The status message from the deployment.\n */\n deploymentStatusMessage?: string;\n /**\n * The status message from the virtual machine extension.\n */\n vmExtensionStatusMessage?: string;\n /**\n * The time that the artifact starts to install on the virtual machine.\n */\n installTime?: Date;\n}\n\n/**\n * Request body for applying artifacts to a virtual machine.\n */\nexport interface ApplyArtifactsRequest {\n /**\n * The list of artifacts to apply.\n */\n artifacts?: ArtifactInstallProperties[];\n}\n\n/**\n * A file containing a set of parameter values for an ARM template.\n */\nexport interface ParametersValueFileInfo {\n /**\n * File name.\n */\n fileName?: string;\n /**\n * Contents of the file.\n */\n parametersValueInfo?: any;\n}\n\n/**\n * An Azure Resource Manager template.\n */\nexport interface ArmTemplate extends Resource {\n /**\n * The display name of the ARM template.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly displayName?: string;\n /**\n * The description of the ARM template.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n /**\n * The publisher of the ARM template.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly publisher?: string;\n /**\n * The URI to the icon of the ARM template.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly icon?: string;\n /**\n * The contents of the ARM template.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly contents?: any;\n /**\n * The creation date of the armTemplate.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n /**\n * File name and parameter values information from all azuredeploy.*.parameters.json for the ARM\n * template.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly parametersValueFilesInfo?: ParametersValueFileInfo[];\n /**\n * Whether or not ARM template is enabled for use by lab user.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly enabled?: boolean;\n}\n\n/**\n * Information about a generated ARM template.\n */\nexport interface ArmTemplateInfo {\n /**\n * The template's contents.\n */\n template?: any;\n /**\n * The parameters of the ARM template.\n */\n parameters?: any;\n}\n\n/**\n * Properties of an Azure Resource Manager template parameter.\n */\nexport interface ArmTemplateParameterProperties {\n /**\n * The name of the template parameter.\n */\n name?: string;\n /**\n * The value of the template parameter.\n */\n value?: string;\n}\n\n/**\n * Properties of an Azure Resource Manager template parameter.\n */\nexport interface ArmTemplateParameterPropertiesFragment {\n /**\n * The name of the template parameter.\n */\n name?: string;\n /**\n * The value of the template parameter.\n */\n value?: string;\n}\n\n/**\n * An artifact.\n */\nexport interface Artifact extends Resource {\n /**\n * The artifact's title.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly title?: string;\n /**\n * The artifact's description.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n /**\n * The artifact's publisher.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly publisher?: string;\n /**\n * The file path to the artifact.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly filePath?: string;\n /**\n * The URI to the artifact icon.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly icon?: string;\n /**\n * The artifact's target OS.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly targetOsType?: string;\n /**\n * The artifact's parameters.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly parameters?: any;\n /**\n * The artifact's creation date.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n}\n\n/**\n * Properties of an artifact deployment.\n */\nexport interface ArtifactDeploymentStatusProperties {\n /**\n * The deployment status of the artifact.\n */\n deploymentStatus?: string;\n /**\n * The total count of the artifacts that were successfully applied.\n */\n artifactsApplied?: number;\n /**\n * The total count of the artifacts that were tentatively applied.\n */\n totalArtifacts?: number;\n}\n\n/**\n * Properties of an artifact deployment.\n */\nexport interface ArtifactDeploymentStatusPropertiesFragment {\n /**\n * The deployment status of the artifact.\n */\n deploymentStatus?: string;\n /**\n * The total count of the artifacts that were successfully applied.\n */\n artifactsApplied?: number;\n /**\n * The total count of the artifacts that were tentatively applied.\n */\n totalArtifacts?: number;\n}\n\n/**\n * Properties of an artifact parameter.\n */\nexport interface ArtifactParameterPropertiesFragment {\n /**\n * The name of the artifact parameter.\n */\n name?: string;\n /**\n * The value of the artifact parameter.\n */\n value?: string;\n}\n\n/**\n * Properties of an artifact.\n */\nexport interface ArtifactInstallPropertiesFragment {\n /**\n * The artifact's identifier.\n */\n artifactId?: string;\n /**\n * The artifact's title.\n */\n artifactTitle?: string;\n /**\n * The parameters of the artifact.\n */\n parameters?: ArtifactParameterPropertiesFragment[];\n /**\n * The status of the artifact.\n */\n status?: string;\n /**\n * The status message from the deployment.\n */\n deploymentStatusMessage?: string;\n /**\n * The status message from the virtual machine extension.\n */\n vmExtensionStatusMessage?: string;\n /**\n * The time that the artifact starts to install on the virtual machine.\n */\n installTime?: Date;\n}\n\n/**\n * Properties of an artifact source.\n */\nexport interface ArtifactSource extends Resource {\n /**\n * The artifact source's display name.\n */\n displayName?: string;\n /**\n * The artifact source's URI.\n */\n uri?: string;\n /**\n * The artifact source's type. Possible values include: 'VsoGit', 'GitHub'\n */\n sourceType?: SourceControlType;\n /**\n * The folder containing artifacts.\n */\n folderPath?: string;\n /**\n * The folder containing Azure Resource Manager templates.\n */\n armTemplateFolderPath?: string;\n /**\n * The artifact source's branch reference.\n */\n branchRef?: string;\n /**\n * The security token to authenticate to the artifact source.\n */\n securityToken?: string;\n /**\n * Indicates if the artifact source is enabled (values: Enabled, Disabled). Possible values\n * include: 'Enabled', 'Disabled'\n */\n status?: EnableStatus;\n /**\n * The artifact source's creation date.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * Properties of an artifact source.\n */\nexport interface ArtifactSourceFragment extends UpdateResource {\n /**\n * The artifact source's display name.\n */\n displayName?: string;\n /**\n * The artifact source's URI.\n */\n uri?: string;\n /**\n * The artifact source's type. Possible values include: 'VsoGit', 'GitHub'\n */\n sourceType?: SourceControlType;\n /**\n * The folder containing artifacts.\n */\n folderPath?: string;\n /**\n * The folder containing Azure Resource Manager templates.\n */\n armTemplateFolderPath?: string;\n /**\n * The artifact source's branch reference.\n */\n branchRef?: string;\n /**\n * The security token to authenticate to the artifact source.\n */\n securityToken?: string;\n /**\n * Indicates if the artifact source is enabled (values: Enabled, Disabled). Possible values\n * include: 'Enabled', 'Disabled'\n */\n status?: EnableStatus;\n}\n\n/**\n * Properties of the disk to attach.\n */\nexport interface AttachDiskProperties {\n /**\n * The resource ID of the Lab virtual machine to which the disk is attached.\n */\n leasedByLabVmId?: string;\n}\n\n/**\n * Properties to attach new disk to the Virtual Machine.\n */\nexport interface AttachNewDataDiskOptions {\n /**\n * Size of the disk to be attached in Gibibytes.\n */\n diskSizeGiB?: number;\n /**\n * The name of the disk to be attached.\n */\n diskName?: string;\n /**\n * The storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard',\n * 'Premium'\n */\n diskType?: StorageType;\n}\n\n/**\n * Properties to attach new disk to the Virtual Machine.\n */\nexport interface AttachNewDataDiskOptionsFragment {\n /**\n * Size of the disk to be attached in Gibibytes.\n */\n diskSizeGiB?: number;\n /**\n * The name of the disk to be attached.\n */\n diskName?: string;\n /**\n * The storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard',\n * 'Premium'\n */\n diskType?: StorageType;\n}\n\n/**\n * Parameters for creating multiple virtual machines as a single action.\n */\nexport interface BulkCreationParameters {\n /**\n * The number of virtual machine instances to create.\n */\n instanceCount?: number;\n}\n\n/**\n * Parameters for creating multiple virtual machines as a single action.\n */\nexport interface BulkCreationParametersFragment {\n /**\n * The number of virtual machine instances to create.\n */\n instanceCount?: number;\n}\n\n/**\n * A data disks attached to a virtual machine.\n */\nexport interface ComputeDataDisk {\n /**\n * Gets data disk name.\n */\n name?: string;\n /**\n * When backed by a blob, the URI of underlying blob.\n */\n diskUri?: string;\n /**\n * When backed by managed disk, this is the ID of the compute disk resource.\n */\n managedDiskId?: string;\n /**\n * Gets data disk size in GiB.\n */\n diskSizeGiB?: number;\n}\n\n/**\n * A data disks attached to a virtual machine.\n */\nexport interface ComputeDataDiskFragment {\n /**\n * Gets data disk name.\n */\n name?: string;\n /**\n * When backed by a blob, the URI of underlying blob.\n */\n diskUri?: string;\n /**\n * When backed by managed disk, this is the ID of the compute disk resource.\n */\n managedDiskId?: string;\n /**\n * Gets data disk size in GiB.\n */\n diskSizeGiB?: number;\n}\n\n/**\n * Status information about a virtual machine.\n */\nexport interface ComputeVmInstanceViewStatus {\n /**\n * Gets the status Code.\n */\n code?: string;\n /**\n * Gets the short localizable label for the status.\n */\n displayStatus?: string;\n /**\n * Gets the message associated with the status.\n */\n message?: string;\n}\n\n/**\n * Status information about a virtual machine.\n */\nexport interface ComputeVmInstanceViewStatusFragment {\n /**\n * Gets the status Code.\n */\n code?: string;\n /**\n * Gets the short localizable label for the status.\n */\n displayStatus?: string;\n /**\n * Gets the message associated with the status.\n */\n message?: string;\n}\n\n/**\n * Properties of a virtual machine returned by the Microsoft.Compute API.\n */\nexport interface ComputeVmProperties {\n /**\n * Gets the statuses of the virtual machine.\n */\n statuses?: ComputeVmInstanceViewStatus[];\n /**\n * Gets the OS type of the virtual machine.\n */\n osType?: string;\n /**\n * Gets the size of the virtual machine.\n */\n vmSize?: string;\n /**\n * Gets the network interface ID of the virtual machine.\n */\n networkInterfaceId?: string;\n /**\n * Gets OS disk blob uri for the virtual machine.\n */\n osDiskId?: string;\n /**\n * Gets data disks blob uri for the virtual machine.\n */\n dataDiskIds?: string[];\n /**\n * Gets all data disks attached to the virtual machine.\n */\n dataDisks?: ComputeDataDisk[];\n}\n\n/**\n * Properties of a virtual machine returned by the Microsoft.Compute API.\n */\nexport interface ComputeVmPropertiesFragment {\n /**\n * Gets the statuses of the virtual machine.\n */\n statuses?: ComputeVmInstanceViewStatusFragment[];\n /**\n * Gets the OS type of the virtual machine.\n */\n osType?: string;\n /**\n * Gets the size of the virtual machine.\n */\n vmSize?: string;\n /**\n * Gets the network interface ID of the virtual machine.\n */\n networkInterfaceId?: string;\n /**\n * Gets OS disk blob uri for the virtual machine.\n */\n osDiskId?: string;\n /**\n * Gets data disks blob uri for the virtual machine.\n */\n dataDiskIds?: string[];\n /**\n * Gets all data disks attached to the virtual machine.\n */\n dataDisks?: ComputeDataDiskFragment[];\n}\n\n/**\n * Properties of a percentage cost threshold.\n */\nexport interface PercentageCostThresholdProperties {\n /**\n * The cost threshold value.\n */\n thresholdValue?: number;\n}\n\n/**\n * Properties of a cost threshold item.\n */\nexport interface CostThresholdProperties {\n /**\n * The ID of the cost threshold item.\n */\n thresholdId?: string;\n /**\n * The value of the percentage cost threshold.\n */\n percentageThreshold?: PercentageCostThresholdProperties;\n /**\n * Indicates whether this threshold will be displayed on cost charts. Possible values include:\n * 'Enabled', 'Disabled'\n */\n displayOnChart?: CostThresholdStatus;\n /**\n * Indicates whether notifications will be sent when this threshold is exceeded. Possible values\n * include: 'Enabled', 'Disabled'\n */\n sendNotificationWhenExceeded?: CostThresholdStatus;\n /**\n * Indicates the datetime when notifications were last sent for this threshold.\n */\n notificationSent?: string;\n}\n\n/**\n * Information about a Windows OS.\n */\nexport interface WindowsOsInfo {\n /**\n * The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied). Possible\n * values include: 'NonSysprepped', 'SysprepRequested', 'SysprepApplied'\n */\n windowsOsState?: WindowsOsState;\n}\n\n/**\n * Information about a Linux OS.\n */\nexport interface LinuxOsInfo {\n /**\n * The state of the Linux OS (i.e. NonDeprovisioned, DeprovisionRequested, DeprovisionApplied).\n * Possible values include: 'NonDeprovisioned', 'DeprovisionRequested', 'DeprovisionApplied'\n */\n linuxOsState?: LinuxOsState;\n}\n\n/**\n * Properties for creating a custom image from a virtual machine.\n */\nexport interface CustomImagePropertiesFromVm {\n /**\n * The source vm identifier.\n */\n sourceVmId?: string;\n /**\n * The Windows OS information of the VM.\n */\n windowsOsInfo?: WindowsOsInfo;\n /**\n * The Linux OS information of the VM.\n */\n linuxOsInfo?: LinuxOsInfo;\n}\n\n/**\n * Properties for creating a custom image from a VHD.\n */\nexport interface CustomImagePropertiesCustom {\n /**\n * The image name.\n */\n imageName?: string;\n /**\n * Indicates whether sysprep has been run on the VHD.\n */\n sysPrep?: boolean;\n /**\n * The OS type of the custom image (i.e. Windows, Linux). Possible values include: 'Windows',\n * 'Linux', 'None'\n */\n osType: CustomImageOsType;\n}\n\n/**\n * Storage information about the data disks present in the custom image\n */\nexport interface DataDiskStorageTypeInfo {\n /**\n * Disk Lun\n */\n lun?: string;\n /**\n * Disk Storage Type. Possible values include: 'Standard', 'Premium'\n */\n storageType?: StorageType;\n}\n\n/**\n * Properties for plan on a custom image.\n */\nexport interface CustomImagePropertiesFromPlan {\n /**\n * The id of the plan, equivalent to name of the plan\n */\n id?: string;\n /**\n * The publisher for the plan from the marketplace image the custom image is derived from\n */\n publisher?: string;\n /**\n * The offer for the plan from the marketplace image the custom image is derived from\n */\n offer?: string;\n}\n\n/**\n * A custom image.\n */\nexport interface CustomImage extends Resource {\n /**\n * The virtual machine from which the image is to be created.\n */\n vm?: CustomImagePropertiesFromVm;\n /**\n * The VHD from which the image is to be created.\n */\n vhd?: CustomImagePropertiesCustom;\n /**\n * The description of the custom image.\n */\n description?: string;\n /**\n * The author of the custom image.\n */\n author?: string;\n /**\n * The creation date of the custom image.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationDate?: Date;\n /**\n * The Managed Image Id backing the custom image.\n */\n managedImageId?: string;\n /**\n * The Managed Snapshot Id backing the custom image.\n */\n managedSnapshotId?: string;\n /**\n * Storage information about the data disks present in the custom image\n */\n dataDiskStorageInfo?: DataDiskStorageTypeInfo[];\n /**\n * Storage information about the plan related to this custom image\n */\n customImagePlan?: CustomImagePropertiesFromPlan;\n /**\n * Whether or not the custom images underlying offer/plan has been enabled for programmatic\n * deployment\n */\n isPlanAuthorized?: boolean;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * Information about a Windows OS.\n */\nexport interface WindowsOsInfoFragment {\n /**\n * The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied). Possible\n * values include: 'NonSysprepped', 'SysprepRequested', 'SysprepApplied'\n */\n windowsOsState?: WindowsOsState;\n}\n\n/**\n * Information about a Linux OS.\n */\nexport interface LinuxOsInfoFragment {\n /**\n * The state of the Linux OS (i.e. NonDeprovisioned, DeprovisionRequested, DeprovisionApplied).\n * Possible values include: 'NonDeprovisioned', 'DeprovisionRequested', 'DeprovisionApplied'\n */\n linuxOsState?: LinuxOsState;\n}\n\n/**\n * Properties for creating a custom image from a virtual machine.\n */\nexport interface CustomImagePropertiesFromVmFragment {\n /**\n * The source vm identifier.\n */\n sourceVmId?: string;\n /**\n * The Windows OS information of the VM.\n */\n windowsOsInfo?: WindowsOsInfoFragment;\n /**\n * The Linux OS information of the VM.\n */\n linuxOsInfo?: LinuxOsInfoFragment;\n}\n\n/**\n * Properties for creating a custom image from a VHD.\n */\nexport interface CustomImagePropertiesCustomFragment {\n /**\n * The image name.\n */\n imageName?: string;\n /**\n * Indicates whether sysprep has been run on the VHD.\n */\n sysPrep?: boolean;\n /**\n * The OS type of the custom image (i.e. Windows, Linux). Possible values include: 'Windows',\n * 'Linux', 'None'\n */\n osType?: CustomImageOsType;\n}\n\n/**\n * Storage information about the data disks present in the custom image\n */\nexport interface DataDiskStorageTypeInfoFragment {\n /**\n * Disk Lun\n */\n lun?: string;\n /**\n * Disk Storage Type. Possible values include: 'Standard', 'Premium'\n */\n storageType?: StorageType;\n}\n\n/**\n * Properties for plan on a custom image.\n */\nexport interface CustomImagePropertiesFromPlanFragment {\n /**\n * The id of the plan, equivalent to name of the plan\n */\n id?: string;\n /**\n * The publisher for the plan from the marketplace image the custom image is derived from\n */\n publisher?: string;\n /**\n * The offer for the plan from the marketplace image the custom image is derived from\n */\n offer?: string;\n}\n\n/**\n * A custom image.\n */\nexport interface CustomImageFragment extends UpdateResource {\n /**\n * The virtual machine from which the image is to be created.\n */\n vm?: CustomImagePropertiesFromVmFragment;\n /**\n * The VHD from which the image is to be created.\n */\n vhd?: CustomImagePropertiesCustomFragment;\n /**\n * The description of the custom image.\n */\n description?: string;\n /**\n * The author of the custom image.\n */\n author?: string;\n /**\n * The Managed Image Id backing the custom image.\n */\n managedImageId?: string;\n /**\n * The Managed Snapshot Id backing the custom image.\n */\n managedSnapshotId?: string;\n /**\n * Storage information about the data disks present in the custom image\n */\n dataDiskStorageInfo?: DataDiskStorageTypeInfoFragment[];\n /**\n * Storage information about the plan related to this custom image\n */\n customImagePlan?: CustomImagePropertiesFromPlanFragment;\n /**\n * Whether or not the custom images underlying offer/plan has been enabled for programmatic\n * deployment\n */\n isPlanAuthorized?: boolean;\n}\n\n/**\n * Request body for adding a new or existing data disk to a virtual machine.\n */\nexport interface DataDiskProperties {\n /**\n * Specifies options to attach a new disk to the virtual machine.\n */\n attachNewDataDiskOptions?: AttachNewDataDiskOptions;\n /**\n * Specifies the existing lab disk id to attach to virtual machine.\n */\n existingLabDiskId?: string;\n /**\n * Caching option for a data disk (i.e. None, ReadOnly, ReadWrite). Possible values include:\n * 'None', 'ReadOnly', 'ReadWrite'\n */\n hostCaching?: HostCachingOptions;\n}\n\n/**\n * Request body for adding a new or existing data disk to a virtual machine.\n */\nexport interface DataDiskPropertiesFragment {\n /**\n * Specifies options to attach a new disk to the virtual machine.\n */\n attachNewDataDiskOptions?: AttachNewDataDiskOptionsFragment;\n /**\n * Specifies the existing lab disk id to attach to virtual machine.\n */\n existingLabDiskId?: string;\n /**\n * Caching option for a data disk (i.e. None, ReadOnly, ReadWrite). Possible values include:\n * 'None', 'ReadOnly', 'ReadWrite'\n */\n hostCaching?: HostCachingOptions;\n}\n\n/**\n * Request body for detaching data disk from a virtual machine.\n */\nexport interface DetachDataDiskProperties {\n /**\n * Specifies the disk resource ID to detach from virtual machine.\n */\n existingLabDiskId?: string;\n}\n\n/**\n * Properties of the disk to detach.\n */\nexport interface DetachDiskProperties {\n /**\n * The resource ID of the Lab VM to which the disk is attached.\n */\n leasedByLabVmId?: string;\n}\n\n/**\n * A Disk.\n */\nexport interface Disk extends Resource {\n /**\n * The storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard',\n * 'Premium'\n */\n diskType?: StorageType;\n /**\n * The size of the disk in Gibibytes.\n */\n diskSizeGiB?: number;\n /**\n * The resource ID of the VM to which this disk is leased.\n */\n leasedByLabVmId?: string;\n /**\n * When backed by a blob, the name of the VHD blob without extension.\n */\n diskBlobName?: string;\n /**\n * When backed by a blob, the URI of underlying blob.\n */\n diskUri?: string;\n /**\n * The creation date of the disk.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n /**\n * The host caching policy of the disk (i.e. None, ReadOnly, ReadWrite).\n */\n hostCaching?: string;\n /**\n * When backed by managed disk, this is the ID of the compute disk resource.\n */\n managedDiskId?: string;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * A Disk.\n */\nexport interface DiskFragment extends UpdateResource {\n /**\n * The storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard',\n * 'Premium'\n */\n diskType?: StorageType;\n /**\n * The size of the disk in Gibibytes.\n */\n diskSizeGiB?: number;\n /**\n * The resource ID of the VM to which this disk is leased.\n */\n leasedByLabVmId?: string;\n /**\n * When backed by a blob, the name of the VHD blob without extension.\n */\n diskBlobName?: string;\n /**\n * When backed by a blob, the URI of underlying blob.\n */\n diskUri?: string;\n /**\n * The host caching policy of the disk (i.e. None, ReadOnly, ReadWrite).\n */\n hostCaching?: string;\n /**\n * When backed by managed disk, this is the ID of the compute disk resource.\n */\n managedDiskId?: string;\n}\n\n/**\n * Properties of an environment deployment.\n */\nexport interface EnvironmentDeploymentProperties {\n /**\n * The Azure Resource Manager template's identifier.\n */\n armTemplateId?: string;\n /**\n * The parameters of the Azure Resource Manager template.\n */\n parameters?: ArmTemplateParameterProperties[];\n}\n\n/**\n * An environment, which is essentially an ARM template deployment.\n */\nexport interface DtlEnvironment extends Resource {\n /**\n * The deployment properties of the environment.\n */\n deploymentProperties?: EnvironmentDeploymentProperties;\n /**\n * The display name of the Azure Resource Manager template that produced the environment.\n */\n armTemplateDisplayName?: string;\n /**\n * The identifier of the resource group containing the environment's resources.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceGroupId?: string;\n /**\n * The creator of the environment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdByUser?: string;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * Properties of an environment deployment.\n */\nexport interface EnvironmentDeploymentPropertiesFragment {\n /**\n * The Azure Resource Manager template's identifier.\n */\n armTemplateId?: string;\n /**\n * The parameters of the Azure Resource Manager template.\n */\n parameters?: ArmTemplateParameterPropertiesFragment[];\n}\n\n/**\n * An environment, which is essentially an ARM template deployment.\n */\nexport interface DtlEnvironmentFragment extends UpdateResource {\n /**\n * The deployment properties of the environment.\n */\n deploymentProperties?: EnvironmentDeploymentPropertiesFragment;\n /**\n * The display name of the Azure Resource Manager template that produced the environment.\n */\n armTemplateDisplayName?: string;\n}\n\n/**\n * Properties for evaluating a policy set.\n */\nexport interface EvaluatePoliciesProperties {\n /**\n * The fact name.\n */\n factName?: string;\n /**\n * The fact data.\n */\n factData?: string;\n /**\n * The value offset.\n */\n valueOffset?: string;\n /**\n * The user for which policies will be evaluated\n */\n userObjectId?: string;\n}\n\n/**\n * Request body for evaluating a policy set.\n */\nexport interface EvaluatePoliciesRequest {\n /**\n * Policies to evaluate.\n */\n policies?: EvaluatePoliciesProperties[];\n}\n\n/**\n * Policy violation.\n */\nexport interface PolicyViolation {\n /**\n * The code of the policy violation.\n */\n code?: string;\n /**\n * The message of the policy violation.\n */\n message?: string;\n}\n\n/**\n * Result of a policy set evaluation.\n */\nexport interface PolicySetResult {\n /**\n * A value indicating whether this policy set evaluation has discovered violations.\n */\n hasError?: boolean;\n /**\n * The list of policy violations.\n */\n policyViolations?: PolicyViolation[];\n}\n\n/**\n * Response body for evaluating a policy set.\n */\nexport interface EvaluatePoliciesResponse {\n /**\n * Results of evaluating a policy set.\n */\n results?: PolicySetResult[];\n}\n\n/**\n * An event to be notified for.\n */\nexport interface Event {\n /**\n * The event type for which this notification is enabled (i.e. AutoShutdown, Cost). Possible\n * values include: 'AutoShutdown', 'Cost'\n */\n eventName?: NotificationChannelEventType;\n}\n\n/**\n * An event to be notified for.\n */\nexport interface EventFragment {\n /**\n * The event type for which this notification is enabled (i.e. AutoShutdown, Cost). Possible\n * values include: 'AutoShutdown', 'Cost'\n */\n eventName?: NotificationChannelEventType;\n}\n\n/**\n * The parameters of the export operation.\n */\nexport interface ExportResourceUsageParameters {\n /**\n * The blob storage absolute sas uri with write permission to the container which the usage data\n * needs to be uploaded to.\n */\n blobStorageAbsoluteSasUri?: string;\n /**\n * The start time of the usage. If not provided, usage will be reported since the beginning of\n * data collection.\n */\n usageStartDate?: Date;\n}\n\n/**\n * Subnet information as returned by the Microsoft.Network API.\n */\nexport interface ExternalSubnet {\n /**\n * Gets or sets the identifier.\n */\n id?: string;\n /**\n * Gets or sets the name.\n */\n name?: string;\n}\n\n/**\n * Subnet information as returned by the Microsoft.Network API.\n */\nexport interface ExternalSubnetFragment {\n /**\n * Gets or sets the identifier.\n */\n id?: string;\n /**\n * Gets or sets the name.\n */\n name?: string;\n}\n\n/**\n * The reference information for an Azure Marketplace image.\n */\nexport interface GalleryImageReference {\n /**\n * The offer of the gallery image.\n */\n offer?: string;\n /**\n * The publisher of the gallery image.\n */\n publisher?: string;\n /**\n * The SKU of the gallery image.\n */\n sku?: string;\n /**\n * The OS type of the gallery image.\n */\n osType?: string;\n /**\n * The version of the gallery image.\n */\n version?: string;\n}\n\n/**\n * A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load\n * balancer.\n */\nexport interface InboundNatRule {\n /**\n * The transport protocol for the endpoint. Possible values include: 'Tcp', 'Udp'\n */\n transportProtocol?: TransportProtocol;\n /**\n * The external endpoint port of the inbound connection. Possible values range between 1 and\n * 65535, inclusive. If unspecified, a value will be allocated automatically.\n */\n frontendPort?: number;\n /**\n * The port to which the external traffic will be redirected.\n */\n backendPort?: number;\n}\n\n/**\n * Properties of a virtual machine that determine how it is connected to a load balancer.\n */\nexport interface SharedPublicIpAddressConfiguration {\n /**\n * The incoming NAT rules\n */\n inboundNatRules?: InboundNatRule[];\n}\n\n/**\n * Properties of a network interface.\n */\nexport interface NetworkInterfaceProperties {\n /**\n * The resource ID of the virtual network.\n */\n virtualNetworkId?: string;\n /**\n * The resource ID of the sub net.\n */\n subnetId?: string;\n /**\n * The resource ID of the public IP address.\n */\n publicIpAddressId?: string;\n /**\n * The public IP address.\n */\n publicIpAddress?: string;\n /**\n * The private IP address.\n */\n privateIpAddress?: string;\n /**\n * The DNS name.\n */\n dnsName?: string;\n /**\n * The RdpAuthority property is a server DNS host name or IP address followed by the service port\n * number for RDP (Remote Desktop Protocol).\n */\n rdpAuthority?: string;\n /**\n * The SshAuthority property is a server DNS host name or IP address followed by the service port\n * number for SSH.\n */\n sshAuthority?: string;\n /**\n * The configuration for sharing a public IP address across multiple virtual machines.\n */\n sharedPublicIpAddressConfiguration?: SharedPublicIpAddressConfiguration;\n}\n\n/**\n * Properties for creating a schedule.\n */\nexport interface ScheduleCreationParameter {\n /**\n * The status of the schedule (i.e. Enabled, Disabled). Possible values include: 'Enabled',\n * 'Disabled'\n */\n status?: EnableStatus;\n /**\n * The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).\n */\n taskType?: string;\n /**\n * If the schedule will occur only some days of the week, specify the weekly recurrence.\n */\n weeklyRecurrence?: WeekDetails;\n /**\n * If the schedule will occur once each day of the week, specify the daily recurrence.\n */\n dailyRecurrence?: DayDetails;\n /**\n * If the schedule will occur multiple times a day, specify the hourly recurrence.\n */\n hourlyRecurrence?: HourDetails;\n /**\n * The time zone ID (e.g. Pacific Standard time).\n */\n timeZoneId?: string;\n /**\n * Notification settings.\n */\n notificationSettings?: NotificationSettings;\n /**\n * The resource ID to which the schedule belongs\n */\n targetResourceId?: string;\n /**\n * The name of the virtual machine or environment\n */\n name?: string;\n /**\n * The location of the new virtual machine or environment\n */\n location?: string;\n /**\n * The tags of the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Properties for creating a virtual machine.\n */\nexport interface LabVirtualMachineCreationParameter {\n /**\n * The number of virtual machine instances to create.\n */\n bulkCreationParameters?: BulkCreationParameters;\n /**\n * The notes of the virtual machine.\n */\n notes?: string;\n /**\n * The object identifier of the owner of the virtual machine.\n */\n ownerObjectId?: string;\n /**\n * The user principal name of the virtual machine owner.\n */\n ownerUserPrincipalName?: string;\n /**\n * The object identifier of the creator of the virtual machine.\n */\n createdByUserId?: string;\n /**\n * The email address of creator of the virtual machine.\n */\n createdByUser?: string;\n /**\n * The creation date of the virtual machine.\n */\n createdDate?: Date;\n /**\n * The resource identifier (Microsoft.Compute) of the virtual machine.\n */\n computeId?: string;\n /**\n * The custom image identifier of the virtual machine.\n */\n customImageId?: string;\n /**\n * The OS type of the virtual machine.\n */\n osType?: string;\n /**\n * The size of the virtual machine.\n */\n size?: string;\n /**\n * The user name of the virtual machine.\n */\n userName?: string;\n /**\n * The password of the virtual machine administrator.\n */\n password?: string;\n /**\n * The SSH key of the virtual machine administrator.\n */\n sshKey?: string;\n /**\n * Indicates whether this virtual machine uses an SSH key for authentication.\n */\n isAuthenticationWithSshKey?: boolean;\n /**\n * The fully-qualified domain name of the virtual machine.\n */\n fqdn?: string;\n /**\n * The lab subnet name of the virtual machine.\n */\n labSubnetName?: string;\n /**\n * The lab virtual network identifier of the virtual machine.\n */\n labVirtualNetworkId?: string;\n /**\n * Indicates whether the virtual machine is to be created without a public IP address.\n */\n disallowPublicIpAddress?: boolean;\n /**\n * The artifacts to be installed on the virtual machine.\n */\n artifacts?: ArtifactInstallProperties[];\n /**\n * The artifact deployment status for the virtual machine.\n */\n artifactDeploymentStatus?: ArtifactDeploymentStatusProperties;\n /**\n * The Microsoft Azure Marketplace image reference of the virtual machine.\n */\n galleryImageReference?: GalleryImageReference;\n /**\n * The id of the plan associated with the virtual machine image\n */\n planId?: string;\n /**\n * The network interface properties.\n */\n networkInterface?: NetworkInterfaceProperties;\n /**\n * The expiration date for VM.\n */\n expirationDate?: Date;\n /**\n * Indicates whether another user can take ownership of the virtual machine\n */\n allowClaim?: boolean;\n /**\n * Storage type to use for virtual machine (i.e. Standard, Premium).\n */\n storageType?: string;\n /**\n * Tells source of creation of lab virtual machine. Output property only. Possible values\n * include: 'FromCustomImage', 'FromGalleryImage'\n */\n virtualMachineCreationSource?: VirtualMachineCreationSource;\n /**\n * The resource ID of the environment that contains this virtual machine, if any.\n */\n environmentId?: string;\n /**\n * New or existing data disks to attach to the virtual machine after creation\n */\n dataDiskParameters?: DataDiskProperties[];\n /**\n * Virtual Machine schedules to be created\n */\n scheduleParameters?: ScheduleCreationParameter[];\n /**\n * Last known compute power state captured in DTL\n */\n lastKnownPowerState?: string;\n /**\n * The name of the virtual machine or environment\n */\n name?: string;\n /**\n * The location of the new virtual machine or environment\n */\n location?: string;\n /**\n * The tags of the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Information about a VM from which a formula is to be created.\n */\nexport interface FormulaPropertiesFromVm {\n /**\n * The identifier of the VM from which a formula is to be created.\n */\n labVmId?: string;\n}\n\n/**\n * A formula for creating a VM, specifying an image base and other parameters\n */\nexport interface Formula extends Resource {\n /**\n * The description of the formula.\n */\n description?: string;\n /**\n * The author of the formula.\n */\n author?: string;\n /**\n * The OS type of the formula.\n */\n osType?: string;\n /**\n * The creation date of the formula.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creationDate?: Date;\n /**\n * The content of the formula.\n */\n formulaContent?: LabVirtualMachineCreationParameter;\n /**\n * Information about a VM from which a formula is to be created.\n */\n vm?: FormulaPropertiesFromVm;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * The reference information for an Azure Marketplace image.\n */\nexport interface GalleryImageReferenceFragment {\n /**\n * The offer of the gallery image.\n */\n offer?: string;\n /**\n * The publisher of the gallery image.\n */\n publisher?: string;\n /**\n * The SKU of the gallery image.\n */\n sku?: string;\n /**\n * The OS type of the gallery image.\n */\n osType?: string;\n /**\n * The version of the gallery image.\n */\n version?: string;\n}\n\n/**\n * A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load\n * balancer.\n */\nexport interface InboundNatRuleFragment {\n /**\n * The transport protocol for the endpoint. Possible values include: 'Tcp', 'Udp'\n */\n transportProtocol?: TransportProtocol;\n /**\n * The external endpoint port of the inbound connection. Possible values range between 1 and\n * 65535, inclusive. If unspecified, a value will be allocated automatically.\n */\n frontendPort?: number;\n /**\n * The port to which the external traffic will be redirected.\n */\n backendPort?: number;\n}\n\n/**\n * Properties of a virtual machine that determine how it is connected to a load balancer.\n */\nexport interface SharedPublicIpAddressConfigurationFragment {\n /**\n * The incoming NAT rules\n */\n inboundNatRules?: InboundNatRuleFragment[];\n}\n\n/**\n * Properties of a network interface.\n */\nexport interface NetworkInterfacePropertiesFragment {\n /**\n * The resource ID of the virtual network.\n */\n virtualNetworkId?: string;\n /**\n * The resource ID of the sub net.\n */\n subnetId?: string;\n /**\n * The resource ID of the public IP address.\n */\n publicIpAddressId?: string;\n /**\n * The public IP address.\n */\n publicIpAddress?: string;\n /**\n * The private IP address.\n */\n privateIpAddress?: string;\n /**\n * The DNS name.\n */\n dnsName?: string;\n /**\n * The RdpAuthority property is a server DNS host name or IP address followed by the service port\n * number for RDP (Remote Desktop Protocol).\n */\n rdpAuthority?: string;\n /**\n * The SshAuthority property is a server DNS host name or IP address followed by the service port\n * number for SSH.\n */\n sshAuthority?: string;\n /**\n * The configuration for sharing a public IP address across multiple virtual machines.\n */\n sharedPublicIpAddressConfiguration?: SharedPublicIpAddressConfigurationFragment;\n}\n\n/**\n * Properties for creating a schedule.\n */\nexport interface ScheduleCreationParameterFragment {\n /**\n * The status of the schedule (i.e. Enabled, Disabled). Possible values include: 'Enabled',\n * 'Disabled'\n */\n status?: EnableStatus;\n /**\n * The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).\n */\n taskType?: string;\n /**\n * If the schedule will occur only some days of the week, specify the weekly recurrence.\n */\n weeklyRecurrence?: WeekDetailsFragment;\n /**\n * If the schedule will occur once each day of the week, specify the daily recurrence.\n */\n dailyRecurrence?: DayDetailsFragment;\n /**\n * If the schedule will occur multiple times a day, specify the hourly recurrence.\n */\n hourlyRecurrence?: HourDetailsFragment;\n /**\n * The time zone ID (e.g. Pacific Standard time).\n */\n timeZoneId?: string;\n /**\n * Notification settings.\n */\n notificationSettings?: NotificationSettingsFragment;\n /**\n * The resource ID to which the schedule belongs\n */\n targetResourceId?: string;\n /**\n * The name of the virtual machine or environment\n */\n name?: string;\n /**\n * The location of the new virtual machine or environment\n */\n location?: string;\n /**\n * The tags of the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Properties for creating a virtual machine.\n */\nexport interface LabVirtualMachineCreationParameterFragment {\n /**\n * The number of virtual machine instances to create.\n */\n bulkCreationParameters?: BulkCreationParametersFragment;\n /**\n * The notes of the virtual machine.\n */\n notes?: string;\n /**\n * The object identifier of the owner of the virtual machine.\n */\n ownerObjectId?: string;\n /**\n * The user principal name of the virtual machine owner.\n */\n ownerUserPrincipalName?: string;\n /**\n * The object identifier of the creator of the virtual machine.\n */\n createdByUserId?: string;\n /**\n * The email address of creator of the virtual machine.\n */\n createdByUser?: string;\n /**\n * The creation date of the virtual machine.\n */\n createdDate?: Date;\n /**\n * The resource identifier (Microsoft.Compute) of the virtual machine.\n */\n computeId?: string;\n /**\n * The custom image identifier of the virtual machine.\n */\n customImageId?: string;\n /**\n * The OS type of the virtual machine.\n */\n osType?: string;\n /**\n * The size of the virtual machine.\n */\n size?: string;\n /**\n * The user name of the virtual machine.\n */\n userName?: string;\n /**\n * The password of the virtual machine administrator.\n */\n password?: string;\n /**\n * The SSH key of the virtual machine administrator.\n */\n sshKey?: string;\n /**\n * Indicates whether this virtual machine uses an SSH key for authentication.\n */\n isAuthenticationWithSshKey?: boolean;\n /**\n * The fully-qualified domain name of the virtual machine.\n */\n fqdn?: string;\n /**\n * The lab subnet name of the virtual machine.\n */\n labSubnetName?: string;\n /**\n * The lab virtual network identifier of the virtual machine.\n */\n labVirtualNetworkId?: string;\n /**\n * Indicates whether the virtual machine is to be created without a public IP address.\n */\n disallowPublicIpAddress?: boolean;\n /**\n * The artifacts to be installed on the virtual machine.\n */\n artifacts?: ArtifactInstallPropertiesFragment[];\n /**\n * The artifact deployment status for the virtual machine.\n */\n artifactDeploymentStatus?: ArtifactDeploymentStatusPropertiesFragment;\n /**\n * The Microsoft Azure Marketplace image reference of the virtual machine.\n */\n galleryImageReference?: GalleryImageReferenceFragment;\n /**\n * The id of the plan associated with the virtual machine image\n */\n planId?: string;\n /**\n * The network interface properties.\n */\n networkInterface?: NetworkInterfacePropertiesFragment;\n /**\n * The expiration date for VM.\n */\n expirationDate?: Date;\n /**\n * Indicates whether another user can take ownership of the virtual machine\n */\n allowClaim?: boolean;\n /**\n * Storage type to use for virtual machine (i.e. Standard, Premium).\n */\n storageType?: string;\n /**\n * Tells source of creation of lab virtual machine. Output property only. Possible values\n * include: 'FromCustomImage', 'FromGalleryImage'\n */\n virtualMachineCreationSource?: VirtualMachineCreationSource;\n /**\n * The resource ID of the environment that contains this virtual machine, if any.\n */\n environmentId?: string;\n /**\n * New or existing data disks to attach to the virtual machine after creation\n */\n dataDiskParameters?: DataDiskPropertiesFragment[];\n /**\n * Virtual Machine schedules to be created\n */\n scheduleParameters?: ScheduleCreationParameterFragment[];\n /**\n * Last known compute power state captured in DTL\n */\n lastKnownPowerState?: string;\n /**\n * The name of the virtual machine or environment\n */\n name?: string;\n /**\n * The location of the new virtual machine or environment\n */\n location?: string;\n /**\n * The tags of the resource.\n */\n tags?: { [propertyName: string]: string };\n}\n\n/**\n * Information about a VM from which a formula is to be created.\n */\nexport interface FormulaPropertiesFromVmFragment {\n /**\n * The identifier of the VM from which a formula is to be created.\n */\n labVmId?: string;\n}\n\n/**\n * A formula for creating a VM, specifying an image base and other parameters\n */\nexport interface FormulaFragment extends UpdateResource {\n /**\n * The description of the formula.\n */\n description?: string;\n /**\n * The author of the formula.\n */\n author?: string;\n /**\n * The OS type of the formula.\n */\n osType?: string;\n /**\n * The content of the formula.\n */\n formulaContent?: LabVirtualMachineCreationParameterFragment;\n /**\n * Information about a VM from which a formula is to be created.\n */\n vm?: FormulaPropertiesFromVmFragment;\n}\n\n/**\n * A gallery image.\n */\nexport interface GalleryImage extends Resource {\n /**\n * The author of the gallery image.\n */\n author?: string;\n /**\n * The creation date of the gallery image.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n /**\n * The description of the gallery image.\n */\n description?: string;\n /**\n * The image reference of the gallery image.\n */\n imageReference?: GalleryImageReference;\n /**\n * The icon of the gallery image.\n */\n icon?: string;\n /**\n * Indicates whether this gallery image is enabled.\n */\n enabled?: boolean;\n /**\n * The third party plan that applies to this image\n */\n planId?: string;\n /**\n * Indicates if the plan has been authorized for programmatic deployment.\n */\n isPlanAuthorized?: boolean;\n}\n\n/**\n * Information about an artifact's parameter.\n */\nexport interface ParameterInfo {\n /**\n * The name of the artifact parameter.\n */\n name?: string;\n /**\n * The value of the artifact parameter.\n */\n value?: string;\n}\n\n/**\n * Parameters for generating an ARM template for deploying artifacts.\n */\nexport interface GenerateArmTemplateRequest {\n /**\n * The resource name of the virtual machine.\n */\n virtualMachineName?: string;\n /**\n * The parameters of the ARM template.\n */\n parameters?: ParameterInfo[];\n /**\n * The location of the virtual machine.\n */\n location?: string;\n /**\n * Options for uploading the files for the artifact. UploadFilesAndGenerateSasTokens is the\n * default value. Possible values include: 'UploadFilesAndGenerateSasTokens', 'None'\n */\n fileUploadOptions?: FileUploadOptions;\n}\n\n/**\n * Properties for generating an upload URI.\n */\nexport interface GenerateUploadUriParameter {\n /**\n * The blob name of the upload URI.\n */\n blobName?: string;\n}\n\n/**\n * Response body for generating an upload URI.\n */\nexport interface GenerateUploadUriResponse {\n /**\n * The upload URI for the VHD.\n */\n uploadUri?: string;\n}\n\n/**\n * Properties of a managed identity\n */\nexport interface IdentityProperties {\n /**\n * Managed identity.\n */\n type?: string;\n /**\n * The principal id of resource identity.\n */\n principalId?: string;\n /**\n * The tenant identifier of resource.\n */\n tenantId?: string;\n /**\n * The client secret URL of the identity.\n */\n clientSecretUrl?: string;\n}\n\n/**\n * This represents the payload required to import a virtual machine from a different lab into the\n * current one\n */\nexport interface ImportLabVirtualMachineRequest {\n /**\n * The full resource ID of the virtual machine to be imported.\n */\n sourceVirtualMachineResourceId?: string;\n /**\n * The name of the virtual machine in the destination lab\n */\n destinationVirtualMachineName?: string;\n}\n\n/**\n * Properties of a lab's announcement banner\n */\nexport interface LabAnnouncementProperties {\n /**\n * The plain text title for the lab announcement\n */\n title?: string;\n /**\n * The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will\n * be shown.\n */\n markdown?: string;\n /**\n * Is the lab announcement active/enabled at this time?. Possible values include: 'Enabled',\n * 'Disabled'\n */\n enabled?: EnableStatus;\n /**\n * The time at which the announcement expires (null for never)\n */\n expirationDate?: Date;\n /**\n * Has this announcement expired?\n */\n expired?: boolean;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * Properties of a lab's support banner\n */\nexport interface LabSupportProperties {\n /**\n * Is the lab support banner active/enabled at this time?. Possible values include: 'Enabled',\n * 'Disabled'\n */\n enabled?: EnableStatus;\n /**\n * The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will\n * be shown.\n */\n markdown?: string;\n}\n\n/**\n * A lab.\n */\nexport interface Lab extends Resource {\n /**\n * The lab's default storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly defaultStorageAccount?: string;\n /**\n * The lab's default premium storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly defaultPremiumStorageAccount?: string;\n /**\n * The lab's artifact storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly artifactsStorageAccount?: string;\n /**\n * The lab's premium data disk storage account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly premiumDataDiskStorageAccount?: string;\n /**\n * The lab's Key vault.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly vaultName?: string;\n /**\n * Type of storage used by the lab. It can be either Premium or Standard. Default is Premium.\n * Possible values include: 'Standard', 'Premium'\n */\n labStorageType?: StorageType;\n /**\n * The ordered list of artifact resource IDs that should be applied on all Linux VM creations by\n * default, prior to the artifacts specified by the user.\n */\n mandatoryArtifactsResourceIdsLinux?: string[];\n /**\n * The ordered list of artifact resource IDs that should be applied on all Windows VM creations\n * by default, prior to the artifacts specified by the user.\n */\n mandatoryArtifactsResourceIdsWindows?: string[];\n /**\n * The creation date of the lab.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n /**\n * The setting to enable usage of premium data disks.\n * When its value is 'Enabled', creation of standard or premium data disks is allowed.\n * When its value is 'Disabled', only creation of standard data disks is allowed. Possible values\n * include: 'Disabled', 'Enabled'\n */\n premiumDataDisks?: PremiumDataDisk;\n /**\n * The access rights to be granted to the user when provisioning an environment. Possible values\n * include: 'Reader', 'Contributor'\n */\n environmentPermission?: EnvironmentPermission;\n /**\n * The properties of any lab announcement associated with this lab\n */\n announcement?: LabAnnouncementProperties;\n /**\n * The properties of any lab support message associated with this lab\n */\n support?: LabSupportProperties;\n /**\n * The resource group in which lab virtual machines will be created in.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly vmCreationResourceGroup?: string;\n /**\n * The public IP address for the lab's load balancer.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly publicIpId?: string;\n /**\n * The load balancer used to for lab VMs that use shared IP address.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly loadBalancerId?: string;\n /**\n * The Network Security Group attached to the lab VMs Network interfaces to restrict open ports.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly networkSecurityGroupId?: string;\n /**\n * Extended properties of the lab used for experimental features\n */\n extendedProperties?: { [propertyName: string]: string };\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * Properties of a lab's announcement banner\n */\nexport interface LabAnnouncementPropertiesFragment {\n /**\n * The plain text title for the lab announcement\n */\n title?: string;\n /**\n * The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will\n * be shown.\n */\n markdown?: string;\n /**\n * Is the lab announcement active/enabled at this time?. Possible values include: 'Enabled',\n * 'Disabled'\n */\n enabled?: EnableStatus;\n /**\n * The time at which the announcement expires (null for never)\n */\n expirationDate?: Date;\n /**\n * Has this announcement expired?\n */\n expired?: boolean;\n}\n\n/**\n * Properties of a cost target.\n */\nexport interface TargetCostProperties {\n /**\n * Target cost status. Possible values include: 'Enabled', 'Disabled'\n */\n status?: TargetCostStatus;\n /**\n * Lab target cost\n */\n target?: number;\n /**\n * Cost thresholds.\n */\n costThresholds?: CostThresholdProperties[];\n /**\n * Reporting cycle start date.\n */\n cycleStartDateTime?: Date;\n /**\n * Reporting cycle end date.\n */\n cycleEndDateTime?: Date;\n /**\n * Reporting cycle type. Possible values include: 'CalendarMonth', 'Custom'\n */\n cycleType?: ReportingCycleType;\n}\n\n/**\n * The properties of the cost summary.\n */\nexport interface LabCostSummaryProperties {\n /**\n * The cost component of the cost item.\n */\n estimatedLabCost?: number;\n}\n\n/**\n * The properties of a lab cost item.\n */\nexport interface LabCostDetailsProperties {\n /**\n * The date of the cost item.\n */\n date?: Date;\n /**\n * The cost component of the cost item.\n */\n cost?: number;\n /**\n * The type of the cost. Possible values include: 'Unavailable', 'Reported', 'Projected'\n */\n costType?: CostType;\n}\n\n/**\n * The properties of a resource cost item.\n */\nexport interface LabResourceCostProperties {\n /**\n * The name of the resource.\n */\n resourcename?: string;\n /**\n * The unique identifier of the resource.\n */\n resourceUId?: string;\n /**\n * The cost component of the resource cost item.\n */\n resourceCost?: number;\n /**\n * The logical resource type (ex. virtualmachine, storageaccount)\n */\n resourceType?: string;\n /**\n * The owner of the resource (ex. janedoe@microsoft.com)\n */\n resourceOwner?: string;\n /**\n * The category of the resource (ex. Premium_LRS, Standard_DS1)\n */\n resourcePricingTier?: string;\n /**\n * The status of the resource (ex. Active)\n */\n resourceStatus?: string;\n /**\n * The ID of the resource\n */\n resourceId?: string;\n /**\n * The ID of the external resource\n */\n externalResourceId?: string;\n}\n\n/**\n * A cost item.\n */\nexport interface LabCost extends Resource {\n /**\n * The target cost properties\n */\n targetCost?: TargetCostProperties;\n /**\n * The lab cost summary component of the cost data.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly labCostSummary?: LabCostSummaryProperties;\n /**\n * The lab cost details component of the cost data.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly labCostDetails?: LabCostDetailsProperties[];\n /**\n * The resource cost component of the cost data.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resourceCosts?: LabResourceCostProperties[];\n /**\n * The currency code of the cost.\n */\n currencyCode?: string;\n /**\n * The start time of the cost data.\n */\n startDateTime?: Date;\n /**\n * The end time of the cost data.\n */\n endDateTime?: Date;\n /**\n * The creation date of the cost.\n */\n createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * Properties of a lab's support banner\n */\nexport interface LabSupportPropertiesFragment {\n /**\n * Is the lab support banner active/enabled at this time?. Possible values include: 'Enabled',\n * 'Disabled'\n */\n enabled?: EnableStatus;\n /**\n * The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will\n * be shown.\n */\n markdown?: string;\n}\n\n/**\n * A lab.\n */\nexport interface LabFragment extends UpdateResource {\n /**\n * Type of storage used by the lab. It can be either Premium or Standard. Default is Premium.\n * Possible values include: 'Standard', 'Premium'\n */\n labStorageType?: StorageType;\n /**\n * The ordered list of artifact resource IDs that should be applied on all Linux VM creations by\n * default, prior to the artifacts specified by the user.\n */\n mandatoryArtifactsResourceIdsLinux?: string[];\n /**\n * The ordered list of artifact resource IDs that should be applied on all Windows VM creations\n * by default, prior to the artifacts specified by the user.\n */\n mandatoryArtifactsResourceIdsWindows?: string[];\n /**\n * The setting to enable usage of premium data disks.\n * When its value is 'Enabled', creation of standard or premium data disks is allowed.\n * When its value is 'Disabled', only creation of standard data disks is allowed. Possible values\n * include: 'Disabled', 'Enabled'\n */\n premiumDataDisks?: PremiumDataDisk;\n /**\n * The access rights to be granted to the user when provisioning an environment. Possible values\n * include: 'Reader', 'Contributor'\n */\n environmentPermission?: EnvironmentPermission;\n /**\n * The properties of any lab announcement associated with this lab\n */\n announcement?: LabAnnouncementPropertiesFragment;\n /**\n * The properties of any lab support message associated with this lab\n */\n support?: LabSupportPropertiesFragment;\n /**\n * Extended properties of the lab used for experimental features\n */\n extendedProperties?: { [propertyName: string]: string };\n}\n\n/**\n * Properties of a VHD in the lab.\n */\nexport interface LabVhd {\n /**\n * The URI to the VHD.\n */\n id?: string;\n}\n\n/**\n * A virtual machine.\n */\nexport interface LabVirtualMachine extends Resource {\n /**\n * The notes of the virtual machine.\n */\n notes?: string;\n /**\n * The object identifier of the owner of the virtual machine.\n */\n ownerObjectId?: string;\n /**\n * The user principal name of the virtual machine owner.\n */\n ownerUserPrincipalName?: string;\n /**\n * The object identifier of the creator of the virtual machine.\n */\n createdByUserId?: string;\n /**\n * The email address of creator of the virtual machine.\n */\n createdByUser?: string;\n /**\n * The creation date of the virtual machine.\n */\n createdDate?: Date;\n /**\n * The resource identifier (Microsoft.Compute) of the virtual machine.\n */\n computeId?: string;\n /**\n * The custom image identifier of the virtual machine.\n */\n customImageId?: string;\n /**\n * The OS type of the virtual machine.\n */\n osType?: string;\n /**\n * The size of the virtual machine.\n */\n size?: string;\n /**\n * The user name of the virtual machine.\n */\n userName?: string;\n /**\n * The password of the virtual machine administrator.\n */\n password?: string;\n /**\n * The SSH key of the virtual machine administrator.\n */\n sshKey?: string;\n /**\n * Indicates whether this virtual machine uses an SSH key for authentication.\n */\n isAuthenticationWithSshKey?: boolean;\n /**\n * The fully-qualified domain name of the virtual machine.\n */\n fqdn?: string;\n /**\n * The lab subnet name of the virtual machine.\n */\n labSubnetName?: string;\n /**\n * The lab virtual network identifier of the virtual machine.\n */\n labVirtualNetworkId?: string;\n /**\n * Indicates whether the virtual machine is to be created without a public IP address.\n */\n disallowPublicIpAddress?: boolean;\n /**\n * The artifacts to be installed on the virtual machine.\n */\n artifacts?: ArtifactInstallProperties[];\n /**\n * The artifact deployment status for the virtual machine.\n */\n artifactDeploymentStatus?: ArtifactDeploymentStatusProperties;\n /**\n * The Microsoft Azure Marketplace image reference of the virtual machine.\n */\n galleryImageReference?: GalleryImageReference;\n /**\n * The id of the plan associated with the virtual machine image\n */\n planId?: string;\n /**\n * The compute virtual machine properties.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly computeVm?: ComputeVmProperties;\n /**\n * The network interface properties.\n */\n networkInterface?: NetworkInterfaceProperties;\n /**\n * The applicable schedule for the virtual machine.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly applicableSchedule?: ApplicableSchedule;\n /**\n * The expiration date for VM.\n */\n expirationDate?: Date;\n /**\n * Indicates whether another user can take ownership of the virtual machine\n */\n allowClaim?: boolean;\n /**\n * Storage type to use for virtual machine (i.e. Standard, Premium).\n */\n storageType?: string;\n /**\n * Tells source of creation of lab virtual machine. Output property only. Possible values\n * include: 'FromCustomImage', 'FromGalleryImage'\n */\n virtualMachineCreationSource?: VirtualMachineCreationSource;\n /**\n * The resource ID of the environment that contains this virtual machine, if any.\n */\n environmentId?: string;\n /**\n * New or existing data disks to attach to the virtual machine after creation\n */\n dataDiskParameters?: DataDiskProperties[];\n /**\n * Virtual Machine schedules to be created\n */\n scheduleParameters?: ScheduleCreationParameter[];\n /**\n * Last known compute power state captured in DTL\n */\n lastKnownPowerState?: string;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * A virtual machine.\n */\nexport interface LabVirtualMachineFragment extends UpdateResource {\n /**\n * The notes of the virtual machine.\n */\n notes?: string;\n /**\n * The object identifier of the owner of the virtual machine.\n */\n ownerObjectId?: string;\n /**\n * The user principal name of the virtual machine owner.\n */\n ownerUserPrincipalName?: string;\n /**\n * The object identifier of the creator of the virtual machine.\n */\n createdByUserId?: string;\n /**\n * The email address of creator of the virtual machine.\n */\n createdByUser?: string;\n /**\n * The creation date of the virtual machine.\n */\n createdDate?: Date;\n /**\n * The resource identifier (Microsoft.Compute) of the virtual machine.\n */\n computeId?: string;\n /**\n * The custom image identifier of the virtual machine.\n */\n customImageId?: string;\n /**\n * The OS type of the virtual machine.\n */\n osType?: string;\n /**\n * The size of the virtual machine.\n */\n size?: string;\n /**\n * The user name of the virtual machine.\n */\n userName?: string;\n /**\n * The password of the virtual machine administrator.\n */\n password?: string;\n /**\n * The SSH key of the virtual machine administrator.\n */\n sshKey?: string;\n /**\n * Indicates whether this virtual machine uses an SSH key for authentication.\n */\n isAuthenticationWithSshKey?: boolean;\n /**\n * The fully-qualified domain name of the virtual machine.\n */\n fqdn?: string;\n /**\n * The lab subnet name of the virtual machine.\n */\n labSubnetName?: string;\n /**\n * The lab virtual network identifier of the virtual machine.\n */\n labVirtualNetworkId?: string;\n /**\n * Indicates whether the virtual machine is to be created without a public IP address.\n */\n disallowPublicIpAddress?: boolean;\n /**\n * The artifacts to be installed on the virtual machine.\n */\n artifacts?: ArtifactInstallPropertiesFragment[];\n /**\n * The artifact deployment status for the virtual machine.\n */\n artifactDeploymentStatus?: ArtifactDeploymentStatusPropertiesFragment;\n /**\n * The Microsoft Azure Marketplace image reference of the virtual machine.\n */\n galleryImageReference?: GalleryImageReferenceFragment;\n /**\n * The id of the plan associated with the virtual machine image\n */\n planId?: string;\n /**\n * The network interface properties.\n */\n networkInterface?: NetworkInterfacePropertiesFragment;\n /**\n * The expiration date for VM.\n */\n expirationDate?: Date;\n /**\n * Indicates whether another user can take ownership of the virtual machine\n */\n allowClaim?: boolean;\n /**\n * Storage type to use for virtual machine (i.e. Standard, Premium).\n */\n storageType?: string;\n /**\n * Tells source of creation of lab virtual machine. Output property only. Possible values\n * include: 'FromCustomImage', 'FromGalleryImage'\n */\n virtualMachineCreationSource?: VirtualMachineCreationSource;\n /**\n * The resource ID of the environment that contains this virtual machine, if any.\n */\n environmentId?: string;\n /**\n * New or existing data disks to attach to the virtual machine after creation\n */\n dataDiskParameters?: DataDiskPropertiesFragment[];\n /**\n * Virtual Machine schedules to be created\n */\n scheduleParameters?: ScheduleCreationParameterFragment[];\n /**\n * Last known compute power state captured in DTL\n */\n lastKnownPowerState?: string;\n}\n\n/**\n * A notification.\n */\nexport interface NotificationChannel extends Resource {\n /**\n * The webhook URL to send notifications to.\n */\n webHookUrl?: string;\n /**\n * The email recipient to send notifications to (can be a list of semi-colon separated email\n * addresses).\n */\n emailRecipient?: string;\n /**\n * The locale to use when sending a notification (fallback for unsupported languages is EN).\n */\n notificationLocale?: string;\n /**\n * Description of notification.\n */\n description?: string;\n /**\n * The list of event for which this notification is enabled.\n */\n events?: Event[];\n /**\n * The creation date of the notification channel.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * A notification.\n */\nexport interface NotificationChannelFragment extends UpdateResource {\n /**\n * The webhook URL to send notifications to.\n */\n webHookUrl?: string;\n /**\n * The email recipient to send notifications to (can be a list of semi-colon separated email\n * addresses).\n */\n emailRecipient?: string;\n /**\n * The locale to use when sending a notification (fallback for unsupported languages is EN).\n */\n notificationLocale?: string;\n /**\n * Description of notification.\n */\n description?: string;\n /**\n * The list of event for which this notification is enabled.\n */\n events?: EventFragment[];\n}\n\n/**\n * Properties for generating a Notification.\n */\nexport interface NotifyParameters {\n /**\n * The type of event (i.e. AutoShutdown, Cost). Possible values include: 'AutoShutdown', 'Cost'\n */\n eventName?: NotificationChannelEventType;\n /**\n * Properties for the notification in json format.\n */\n jsonPayload?: string;\n}\n\n/**\n * Error details for the operation in case of a failure.\n */\nexport interface OperationError {\n /**\n * The error code of the operation error.\n */\n code?: string;\n /**\n * The error message of the operation error.\n */\n message?: string;\n}\n\n/**\n * The object that describes the operations\n */\nexport interface OperationMetadataDisplay {\n /**\n * Friendly name of the resource provider\n */\n provider?: string;\n /**\n * Resource type on which the operation is performed.\n */\n resource?: string;\n /**\n * Operation type: read, write, delete, listKeys/action, etc.\n */\n operation?: string;\n /**\n * Friendly name of the operation\n */\n description?: string;\n}\n\n/**\n * The REST API operation supported by DevTestLab ResourceProvider.\n */\nexport interface OperationMetadata {\n /**\n * Operation name: {provider}/{resource}/{operation}\n */\n name?: string;\n /**\n * The object that describes the operations\n */\n display?: OperationMetadataDisplay;\n}\n\n/**\n * An Operation Result\n */\nexport interface OperationResult {\n /**\n * The operation status.\n */\n status?: string;\n /**\n * The status code for the operation. Possible values include: 'Continue', 'SwitchingProtocols',\n * 'OK', 'Created', 'Accepted', 'NonAuthoritativeInformation', 'NoContent', 'ResetContent',\n * 'PartialContent', 'MultipleChoices', 'MovedPermanently', 'Redirect', 'SeeOther',\n * 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'BadRequest', 'Unauthorized',\n * 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable',\n * 'ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired',\n * 'PreconditionFailed', 'RequestEntityTooLarge', 'RequestUriTooLong', 'UnsupportedMediaType',\n * 'RequestedRangeNotSatisfiable', 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError',\n * 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout',\n * 'HttpVersionNotSupported'\n */\n statusCode?: HttpStatusCode;\n /**\n * Error details for the operation in case of a failure.\n */\n error?: OperationError;\n}\n\n/**\n * A Policy.\n */\nexport interface Policy extends Resource {\n /**\n * The description of the policy.\n */\n description?: string;\n /**\n * The status of the policy. Possible values include: 'Enabled', 'Disabled'\n */\n status?: PolicyStatus;\n /**\n * The fact name of the policy (e.g. LabVmCount, LabVmSize, MaxVmsAllowedPerLab, etc. Possible\n * values include: 'UserOwnedLabVmCount', 'UserOwnedLabPremiumVmCount', 'LabVmCount',\n * 'LabPremiumVmCount', 'LabVmSize', 'GalleryImage', 'UserOwnedLabVmCountInSubnet',\n * 'LabTargetCost', 'EnvironmentTemplate', 'ScheduleEditPermission'\n */\n factName?: PolicyFactName;\n /**\n * The fact data of the policy.\n */\n factData?: string;\n /**\n * The threshold of the policy (i.e. a number for MaxValuePolicy, and a JSON array of values for\n * AllowedValuesPolicy).\n */\n threshold?: string;\n /**\n * The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy). Possible values\n * include: 'AllowedValuesPolicy', 'MaxValuePolicy'\n */\n evaluatorType?: PolicyEvaluatorType;\n /**\n * The creation date of the policy.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * A Policy.\n */\nexport interface PolicyFragment extends UpdateResource {\n /**\n * The description of the policy.\n */\n description?: string;\n /**\n * The status of the policy. Possible values include: 'Enabled', 'Disabled'\n */\n status?: PolicyStatus;\n /**\n * The fact name of the policy (e.g. LabVmCount, LabVmSize, MaxVmsAllowedPerLab, etc. Possible\n * values include: 'UserOwnedLabVmCount', 'UserOwnedLabPremiumVmCount', 'LabVmCount',\n * 'LabPremiumVmCount', 'LabVmSize', 'GalleryImage', 'UserOwnedLabVmCountInSubnet',\n * 'LabTargetCost', 'EnvironmentTemplate', 'ScheduleEditPermission'\n */\n factName?: PolicyFactName;\n /**\n * The fact data of the policy.\n */\n factData?: string;\n /**\n * The threshold of the policy (i.e. a number for MaxValuePolicy, and a JSON array of values for\n * AllowedValuesPolicy).\n */\n threshold?: string;\n /**\n * The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy). Possible values\n * include: 'AllowedValuesPolicy', 'MaxValuePolicy'\n */\n evaluatorType?: PolicyEvaluatorType;\n}\n\n/**\n * Properties of a network port.\n */\nexport interface Port {\n /**\n * Protocol type of the port. Possible values include: 'Tcp', 'Udp'\n */\n transportProtocol?: TransportProtocol;\n /**\n * Backend port of the target virtual machine.\n */\n backendPort?: number;\n}\n\n/**\n * Properties of a network port.\n */\nexport interface PortFragment {\n /**\n * Protocol type of the port. Possible values include: 'Tcp', 'Udp'\n */\n transportProtocol?: TransportProtocol;\n /**\n * Backend port of the target virtual machine.\n */\n backendPort?: number;\n}\n\n/**\n * Represents a .rdp file\n */\nexport interface RdpConnection {\n /**\n * The contents of the .rdp file\n */\n contents?: string;\n}\n\n/**\n * Request body for resizing a virtual machine.\n */\nexport interface ResizeLabVirtualMachineProperties {\n /**\n * Specifies the size of the virtual machine.\n */\n size?: string;\n}\n\n/**\n * Properties for retargeting a virtual machine schedule.\n */\nexport interface RetargetScheduleProperties {\n /**\n * The resource Id of the virtual machine on which the schedule operates\n */\n currentResourceId?: string;\n /**\n * The resource Id of the virtual machine that the schedule should be retargeted to\n */\n targetResourceId?: string;\n}\n\n/**\n * A secret.\n */\nexport interface Secret extends Resource {\n /**\n * The value of the secret for secret creation.\n */\n value?: string;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * A secret.\n */\nexport interface SecretFragment extends UpdateResource {\n /**\n * The value of the secret for secret creation.\n */\n value?: string;\n}\n\n/**\n * A Service Fabric.\n */\nexport interface ServiceFabric extends Resource {\n /**\n * The backing service fabric resource's id\n */\n externalServiceFabricId?: string;\n /**\n * The resource id of the environment under which the service fabric resource is present\n */\n environmentId?: string;\n /**\n * The applicable schedule for the virtual machine.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly applicableSchedule?: ApplicableSchedule;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * A Service Fabric.\n */\nexport interface ServiceFabricFragment extends UpdateResource {\n /**\n * The backing service fabric resource's id\n */\n externalServiceFabricId?: string;\n /**\n * The resource id of the environment under which the service fabric resource is present\n */\n environmentId?: string;\n}\n\n/**\n * A container for a managed identity to execute DevTest lab services.\n */\nexport interface ServiceRunner extends Resource {\n /**\n * The identity of the resource.\n */\n identity?: IdentityProperties;\n}\n\n/**\n * The contents of a shutdown notification. Webhooks can use this type to deserialize the request\n * body when they get notified of an imminent shutdown.\n */\nexport interface ShutdownNotificationContent {\n /**\n * The URL to skip auto-shutdown.\n */\n skipUrl?: string;\n /**\n * The URL to delay shutdown by 60 minutes.\n */\n delayUrl60?: string;\n /**\n * The URL to delay shutdown by 2 hours.\n */\n delayUrl120?: string;\n /**\n * The virtual machine to be shut down.\n */\n vmName?: string;\n /**\n * The GUID for the virtual machine to be shut down.\n */\n guid?: string;\n /**\n * The owner of the virtual machine.\n */\n owner?: string;\n /**\n * The URL of the virtual machine.\n */\n vmUrl?: string;\n /**\n * Minutes remaining until shutdown\n */\n minutesUntilShutdown?: string;\n /**\n * The event for which a notification will be sent.\n */\n eventType?: string;\n /**\n * The text for the notification.\n */\n text?: string;\n /**\n * The subscription ID for the schedule.\n */\n subscriptionId?: string;\n /**\n * The resource group name for the schedule.\n */\n resourceGroupName?: string;\n /**\n * The lab for the schedule.\n */\n labName?: string;\n}\n\n/**\n * Subnet information.\n */\nexport interface Subnet {\n /**\n * The resource ID of the subnet.\n */\n resourceId?: string;\n /**\n * The name of the subnet as seen in the lab.\n */\n labSubnetName?: string;\n /**\n * The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny)).\n * Possible values include: 'Default', 'Deny', 'Allow'\n */\n allowPublicIp?: UsagePermissionType;\n}\n\n/**\n * Subnet information.\n */\nexport interface SubnetFragment {\n /**\n * The resource ID of the subnet.\n */\n resourceId?: string;\n /**\n * The name of the subnet as seen in the lab.\n */\n labSubnetName?: string;\n /**\n * The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny)).\n * Possible values include: 'Default', 'Deny', 'Allow'\n */\n allowPublicIp?: UsagePermissionType;\n}\n\n/**\n * Configuration for public IP address sharing.\n */\nexport interface SubnetSharedPublicIpAddressConfiguration {\n /**\n * Backend ports that virtual machines on this subnet are allowed to expose\n */\n allowedPorts?: Port[];\n}\n\n/**\n * Property overrides on a subnet of a virtual network.\n */\nexport interface SubnetOverride {\n /**\n * The resource ID of the subnet.\n */\n resourceId?: string;\n /**\n * The name given to the subnet within the lab.\n */\n labSubnetName?: string;\n /**\n * Indicates whether this subnet can be used during virtual machine creation (i.e. Allow, Deny).\n * Possible values include: 'Default', 'Deny', 'Allow'\n */\n useInVmCreationPermission?: UsagePermissionType;\n /**\n * Indicates whether public IP addresses can be assigned to virtual machines on this subnet (i.e.\n * Allow, Deny). Possible values include: 'Default', 'Deny', 'Allow'\n */\n usePublicIpAddressPermission?: UsagePermissionType;\n /**\n * Properties that virtual machines on this subnet will share.\n */\n sharedPublicIpAddressConfiguration?: SubnetSharedPublicIpAddressConfiguration;\n /**\n * The virtual network pool associated with this subnet.\n */\n virtualNetworkPoolName?: string;\n}\n\n/**\n * Configuration for public IP address sharing.\n */\nexport interface SubnetSharedPublicIpAddressConfigurationFragment {\n /**\n * Backend ports that virtual machines on this subnet are allowed to expose\n */\n allowedPorts?: PortFragment[];\n}\n\n/**\n * Property overrides on a subnet of a virtual network.\n */\nexport interface SubnetOverrideFragment {\n /**\n * The resource ID of the subnet.\n */\n resourceId?: string;\n /**\n * The name given to the subnet within the lab.\n */\n labSubnetName?: string;\n /**\n * Indicates whether this subnet can be used during virtual machine creation (i.e. Allow, Deny).\n * Possible values include: 'Default', 'Deny', 'Allow'\n */\n useInVmCreationPermission?: UsagePermissionType;\n /**\n * Indicates whether public IP addresses can be assigned to virtual machines on this subnet (i.e.\n * Allow, Deny). Possible values include: 'Default', 'Deny', 'Allow'\n */\n usePublicIpAddressPermission?: UsagePermissionType;\n /**\n * Properties that virtual machines on this subnet will share.\n */\n sharedPublicIpAddressConfiguration?: SubnetSharedPublicIpAddressConfigurationFragment;\n /**\n * The virtual network pool associated with this subnet.\n */\n virtualNetworkPoolName?: string;\n}\n\n/**\n * Identity attributes of a lab user.\n */\nexport interface UserIdentity {\n /**\n * Set to the principal name / UPN of the client JWT making the request.\n */\n principalName?: string;\n /**\n * Set to the principal Id of the client JWT making the request. Service principal will not have\n * the principal Id.\n */\n principalId?: string;\n /**\n * Set to the tenant ID of the client JWT making the request.\n */\n tenantId?: string;\n /**\n * Set to the object Id of the client JWT making the request. Not all users have object Id. For\n * CSP (reseller) scenarios for example, object Id is not available.\n */\n objectId?: string;\n /**\n * Set to the app Id of the client JWT making the request.\n */\n appId?: string;\n}\n\n/**\n * Properties of a user's secret store.\n */\nexport interface UserSecretStore {\n /**\n * The URI of the user's Key vault.\n */\n keyVaultUri?: string;\n /**\n * The ID of the user's Key vault.\n */\n keyVaultId?: string;\n}\n\n/**\n * Profile of a lab user.\n */\nexport interface User extends Resource {\n /**\n * The identity of the user.\n */\n identity?: UserIdentity;\n /**\n * The secret store of the user.\n */\n secretStore?: UserSecretStore;\n /**\n * The creation date of the user profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * Identity attributes of a lab user.\n */\nexport interface UserIdentityFragment {\n /**\n * Set to the principal name / UPN of the client JWT making the request.\n */\n principalName?: string;\n /**\n * Set to the principal Id of the client JWT making the request. Service principal will not have\n * the principal Id.\n */\n principalId?: string;\n /**\n * Set to the tenant ID of the client JWT making the request.\n */\n tenantId?: string;\n /**\n * Set to the object Id of the client JWT making the request. Not all users have object Id. For\n * CSP (reseller) scenarios for example, object Id is not available.\n */\n objectId?: string;\n /**\n * Set to the app Id of the client JWT making the request.\n */\n appId?: string;\n}\n\n/**\n * Properties of a user's secret store.\n */\nexport interface UserSecretStoreFragment {\n /**\n * The URI of the user's Key vault.\n */\n keyVaultUri?: string;\n /**\n * The ID of the user's Key vault.\n */\n keyVaultId?: string;\n}\n\n/**\n * Profile of a lab user.\n */\nexport interface UserFragment extends UpdateResource {\n /**\n * The identity of the user.\n */\n identity?: UserIdentityFragment;\n /**\n * The secret store of the user.\n */\n secretStore?: UserSecretStoreFragment;\n}\n\n/**\n * A virtual network.\n */\nexport interface VirtualNetwork extends Resource {\n /**\n * The allowed subnets of the virtual network.\n */\n allowedSubnets?: Subnet[];\n /**\n * The description of the virtual network.\n */\n description?: string;\n /**\n * The Microsoft.Network resource identifier of the virtual network.\n */\n externalProviderResourceId?: string;\n /**\n * The external subnet properties.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly externalSubnets?: ExternalSubnet[];\n /**\n * The subnet overrides of the virtual network.\n */\n subnetOverrides?: SubnetOverride[];\n /**\n * The creation date of the virtual network.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly uniqueIdentifier?: string;\n}\n\n/**\n * A virtual network.\n */\nexport interface VirtualNetworkFragment extends UpdateResource {\n /**\n * The allowed subnets of the virtual network.\n */\n allowedSubnets?: SubnetFragment[];\n /**\n * The description of the virtual network.\n */\n description?: string;\n /**\n * The Microsoft.Network resource identifier of the virtual network.\n */\n externalProviderResourceId?: string;\n /**\n * The subnet overrides of the virtual network.\n */\n subnetOverrides?: SubnetOverrideFragment[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface LabsListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=defaultStorageAccount)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface LabsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=defaultStorageAccount)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface LabsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=defaultStorageAccount)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface GlobalSchedulesListBySubscriptionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=status)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface GlobalSchedulesListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=status)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface GlobalSchedulesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=status)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ArtifactSourcesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=displayName)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ArtifactSourcesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=displayName)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ArmTemplatesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=displayName)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ArmTemplatesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=displayName)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ArtifactsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=title)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ArtifactsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=title)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface CostsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($expand=labCostDetails)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface CustomImagesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=vm)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface CustomImagesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=vm)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FormulasListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=description)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface FormulasGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=description)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface GalleryImagesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=author)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface NotificationChannelsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=webHookUrl)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface NotificationChannelsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=webHookUrl)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PoliciesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=description)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PoliciesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=description)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SchedulesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=status)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SchedulesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=status)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServiceRunnersListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface UsersListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=identity)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface UsersGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=identity)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DisksListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=diskType)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface DisksGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=diskType)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EnvironmentsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=deploymentProperties)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface EnvironmentsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=deploymentProperties)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SecretsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=value)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface SecretsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=value)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServiceFabricsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($expand=applicableSchedule)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServiceFabricsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($expand=applicableSchedule)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServiceFabricSchedulesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=status)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ServiceFabricSchedulesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=status)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface VirtualMachinesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example:\n * 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface VirtualMachinesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example:\n * 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface VirtualMachineSchedulesListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=status)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface VirtualMachineSchedulesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($select=status)'\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface VirtualNetworksListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($expand=externalSubnets)'\n */\n expand?: string;\n /**\n * The filter to apply to the operation. Example: '$filter=contains(name,'myName')\n */\n filter?: string;\n /**\n * The maximum number of resources to return from the operation. Example: '$top=10'\n */\n top?: number;\n /**\n * The ordering expression for the results, using OData notation. Example: '$orderby=name desc'\n */\n orderby?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface VirtualNetworksGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Specify the $expand query. Example: 'properties($expand=externalSubnets)'\n */\n expand?: string;\n}\n\n/**\n * An interface representing DevTestLabsClientOptions.\n */\nexport interface DevTestLabsClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * @interface\n * Result of the request to list REST API operations\n * @extends Array<OperationMetadata>\n */\nexport interface ProviderOperationResult extends Array<OperationMetadata> {\n /**\n * URL to get the next set of operation list results if there are any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<Lab>\n */\nexport interface LabList extends Array<Lab> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<LabVhd>\n */\nexport interface LabVhdList extends Array<LabVhd> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<Schedule>\n */\nexport interface ScheduleList extends Array<Schedule> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<ArtifactSource>\n */\nexport interface ArtifactSourceList extends Array<ArtifactSource> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<ArmTemplate>\n */\nexport interface ArmTemplateList extends Array<ArmTemplate> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<Artifact>\n */\nexport interface ArtifactList extends Array<Artifact> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<CustomImage>\n */\nexport interface CustomImageList extends Array<CustomImage> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<Formula>\n */\nexport interface FormulaList extends Array<Formula> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<GalleryImage>\n */\nexport interface GalleryImageList extends Array<GalleryImage> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<NotificationChannel>\n */\nexport interface NotificationChannelList extends Array<NotificationChannel> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<Policy>\n */\nexport interface PolicyList extends Array<Policy> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<ServiceRunner>\n */\nexport interface ServiceRunnerList extends Array<ServiceRunner> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<User>\n */\nexport interface UserList extends Array<User> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<Disk>\n */\nexport interface DiskList extends Array<Disk> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<DtlEnvironment>\n */\nexport interface DtlEnvironmentList extends Array<DtlEnvironment> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<Secret>\n */\nexport interface SecretList extends Array<Secret> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<ServiceFabric>\n */\nexport interface ServiceFabricList extends Array<ServiceFabric> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<LabVirtualMachine>\n */\nexport interface LabVirtualMachineList extends Array<LabVirtualMachine> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * @interface\n * The response of a list operation.\n * @extends Array<VirtualNetwork>\n */\nexport interface VirtualNetworkList extends Array<VirtualNetwork> {\n /**\n * Link for next set of results.\n */\n nextLink?: string;\n}\n\n/**\n * Defines values for EnableStatus.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type EnableStatus = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for SourceControlType.\n * Possible values include: 'VsoGit', 'GitHub'\n * @readonly\n * @enum {string}\n */\nexport type SourceControlType = 'VsoGit' | 'GitHub';\n\n/**\n * Defines values for StorageType.\n * Possible values include: 'Standard', 'Premium'\n * @readonly\n * @enum {string}\n */\nexport type StorageType = 'Standard' | 'Premium';\n\n/**\n * Defines values for CostThresholdStatus.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type CostThresholdStatus = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for WindowsOsState.\n * Possible values include: 'NonSysprepped', 'SysprepRequested', 'SysprepApplied'\n * @readonly\n * @enum {string}\n */\nexport type WindowsOsState = 'NonSysprepped' | 'SysprepRequested' | 'SysprepApplied';\n\n/**\n * Defines values for LinuxOsState.\n * Possible values include: 'NonDeprovisioned', 'DeprovisionRequested', 'DeprovisionApplied'\n * @readonly\n * @enum {string}\n */\nexport type LinuxOsState = 'NonDeprovisioned' | 'DeprovisionRequested' | 'DeprovisionApplied';\n\n/**\n * Defines values for CustomImageOsType.\n * Possible values include: 'Windows', 'Linux', 'None'\n * @readonly\n * @enum {string}\n */\nexport type CustomImageOsType = 'Windows' | 'Linux' | 'None';\n\n/**\n * Defines values for HostCachingOptions.\n * Possible values include: 'None', 'ReadOnly', 'ReadWrite'\n * @readonly\n * @enum {string}\n */\nexport type HostCachingOptions = 'None' | 'ReadOnly' | 'ReadWrite';\n\n/**\n * Defines values for NotificationChannelEventType.\n * Possible values include: 'AutoShutdown', 'Cost'\n * @readonly\n * @enum {string}\n */\nexport type NotificationChannelEventType = 'AutoShutdown' | 'Cost';\n\n/**\n * Defines values for TransportProtocol.\n * Possible values include: 'Tcp', 'Udp'\n * @readonly\n * @enum {string}\n */\nexport type TransportProtocol = 'Tcp' | 'Udp';\n\n/**\n * Defines values for VirtualMachineCreationSource.\n * Possible values include: 'FromCustomImage', 'FromGalleryImage'\n * @readonly\n * @enum {string}\n */\nexport type VirtualMachineCreationSource = 'FromCustomImage' | 'FromGalleryImage';\n\n/**\n * Defines values for FileUploadOptions.\n * Possible values include: 'UploadFilesAndGenerateSasTokens', 'None'\n * @readonly\n * @enum {string}\n */\nexport type FileUploadOptions = 'UploadFilesAndGenerateSasTokens' | 'None';\n\n/**\n * Defines values for PremiumDataDisk.\n * Possible values include: 'Disabled', 'Enabled'\n * @readonly\n * @enum {string}\n */\nexport type PremiumDataDisk = 'Disabled' | 'Enabled';\n\n/**\n * Defines values for EnvironmentPermission.\n * Possible values include: 'Reader', 'Contributor'\n * @readonly\n * @enum {string}\n */\nexport type EnvironmentPermission = 'Reader' | 'Contributor';\n\n/**\n * Defines values for TargetCostStatus.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type TargetCostStatus = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for ReportingCycleType.\n * Possible values include: 'CalendarMonth', 'Custom'\n * @readonly\n * @enum {string}\n */\nexport type ReportingCycleType = 'CalendarMonth' | 'Custom';\n\n/**\n * Defines values for CostType.\n * Possible values include: 'Unavailable', 'Reported', 'Projected'\n * @readonly\n * @enum {string}\n */\nexport type CostType = 'Unavailable' | 'Reported' | 'Projected';\n\n/**\n * Defines values for HttpStatusCode.\n * Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted',\n * 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultipleChoices',\n * 'MovedPermanently', 'Redirect', 'SeeOther', 'NotModified', 'UseProxy', 'Unused',\n * 'TemporaryRedirect', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound',\n * 'MethodNotAllowed', 'NotAcceptable', 'ProxyAuthenticationRequired', 'RequestTimeout',\n * 'Conflict', 'Gone', 'LengthRequired', 'PreconditionFailed', 'RequestEntityTooLarge',\n * 'RequestUriTooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable',\n * 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError', 'NotImplemented', 'BadGateway',\n * 'ServiceUnavailable', 'GatewayTimeout', 'HttpVersionNotSupported'\n * @readonly\n * @enum {string}\n */\nexport type HttpStatusCode = 'Continue' | 'SwitchingProtocols' | 'OK' | 'Created' | 'Accepted' | 'NonAuthoritativeInformation' | 'NoContent' | 'ResetContent' | 'PartialContent' | 'MultipleChoices' | 'MovedPermanently' | 'Redirect' | 'SeeOther' | 'NotModified' | 'UseProxy' | 'Unused' | 'TemporaryRedirect' | 'BadRequest' | 'Unauthorized' | 'PaymentRequired' | 'Forbidden' | 'NotFound' | 'MethodNotAllowed' | 'NotAcceptable' | 'ProxyAuthenticationRequired' | 'RequestTimeout' | 'Conflict' | 'Gone' | 'LengthRequired' | 'PreconditionFailed' | 'RequestEntityTooLarge' | 'RequestUriTooLong' | 'UnsupportedMediaType' | 'RequestedRangeNotSatisfiable' | 'ExpectationFailed' | 'UpgradeRequired' | 'InternalServerError' | 'NotImplemented' | 'BadGateway' | 'ServiceUnavailable' | 'GatewayTimeout' | 'HttpVersionNotSupported';\n\n/**\n * Defines values for PolicyStatus.\n * Possible values include: 'Enabled', 'Disabled'\n * @readonly\n * @enum {string}\n */\nexport type PolicyStatus = 'Enabled' | 'Disabled';\n\n/**\n * Defines values for PolicyFactName.\n * Possible values include: 'UserOwnedLabVmCount', 'UserOwnedLabPremiumVmCount', 'LabVmCount',\n * 'LabPremiumVmCount', 'LabVmSize', 'GalleryImage', 'UserOwnedLabVmCountInSubnet',\n * 'LabTargetCost', 'EnvironmentTemplate', 'ScheduleEditPermission'\n * @readonly\n * @enum {string}\n */\nexport type PolicyFactName = 'UserOwnedLabVmCount' | 'UserOwnedLabPremiumVmCount' | 'LabVmCount' | 'LabPremiumVmCount' | 'LabVmSize' | 'GalleryImage' | 'UserOwnedLabVmCountInSubnet' | 'LabTargetCost' | 'EnvironmentTemplate' | 'ScheduleEditPermission';\n\n/**\n * Defines values for PolicyEvaluatorType.\n * Possible values include: 'AllowedValuesPolicy', 'MaxValuePolicy'\n * @readonly\n * @enum {string}\n */\nexport type PolicyEvaluatorType = 'AllowedValuesPolicy' | 'MaxValuePolicy';\n\n/**\n * Defines values for UsagePermissionType.\n * Possible values include: 'Default', 'Deny', 'Allow'\n * @readonly\n * @enum {string}\n */\nexport type UsagePermissionType = 'Default' | 'Deny' | 'Allow';\n\n/**\n * Contains response data for the list operation.\n */\nexport type ProviderOperationsListResponse = ProviderOperationResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProviderOperationResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ProviderOperationsListNextResponse = ProviderOperationResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProviderOperationResult;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type LabsListBySubscriptionResponse = LabList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabList;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type LabsListByResourceGroupResponse = LabList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type LabsGetResponse = Lab & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Lab;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type LabsCreateOrUpdateResponse = Lab & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Lab;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type LabsUpdateResponse = Lab & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Lab;\n };\n};\n\n/**\n * Contains response data for the generateUploadUri operation.\n */\nexport type LabsGenerateUploadUriResponse = GenerateUploadUriResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: GenerateUploadUriResponse;\n };\n};\n\n/**\n * Contains response data for the listVhds operation.\n */\nexport type LabsListVhdsResponse = LabVhdList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabVhdList;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type LabsBeginCreateOrUpdateResponse = Lab & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Lab;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionNext operation.\n */\nexport type LabsListBySubscriptionNextResponse = LabList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabList;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type LabsListByResourceGroupNextResponse = LabList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabList;\n };\n};\n\n/**\n * Contains response data for the listVhdsNext operation.\n */\nexport type LabsListVhdsNextResponse = LabVhdList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabVhdList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type OperationsGetResponse = OperationResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationResult;\n };\n};\n\n/**\n * Contains response data for the listBySubscription operation.\n */\nexport type GlobalSchedulesListBySubscriptionResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroup operation.\n */\nexport type GlobalSchedulesListByResourceGroupResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type GlobalSchedulesGetResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type GlobalSchedulesCreateOrUpdateResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type GlobalSchedulesUpdateResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the listBySubscriptionNext operation.\n */\nexport type GlobalSchedulesListBySubscriptionNextResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the listByResourceGroupNext operation.\n */\nexport type GlobalSchedulesListByResourceGroupNextResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ArtifactSourcesListResponse = ArtifactSourceList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArtifactSourceList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ArtifactSourcesGetResponse = ArtifactSource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArtifactSource;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ArtifactSourcesCreateOrUpdateResponse = ArtifactSource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArtifactSource;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ArtifactSourcesUpdateResponse = ArtifactSource & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArtifactSource;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ArtifactSourcesListNextResponse = ArtifactSourceList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArtifactSourceList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ArmTemplatesListResponse = ArmTemplateList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArmTemplateList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ArmTemplatesGetResponse = ArmTemplate & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArmTemplate;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ArmTemplatesListNextResponse = ArmTemplateList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArmTemplateList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ArtifactsListResponse = ArtifactList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArtifactList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ArtifactsGetResponse = Artifact & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Artifact;\n };\n};\n\n/**\n * Contains response data for the generateArmTemplate operation.\n */\nexport type ArtifactsGenerateArmTemplateResponse = ArmTemplateInfo & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArmTemplateInfo;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ArtifactsListNextResponse = ArtifactList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ArtifactList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type CostsGetResponse = LabCost & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabCost;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type CostsCreateOrUpdateResponse = LabCost & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabCost;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type CustomImagesListResponse = CustomImageList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomImageList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type CustomImagesGetResponse = CustomImage & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomImage;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type CustomImagesCreateOrUpdateResponse = CustomImage & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomImage;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type CustomImagesUpdateResponse = CustomImage & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomImage;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type CustomImagesBeginCreateOrUpdateResponse = CustomImage & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomImage;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type CustomImagesListNextResponse = CustomImageList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomImageList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type FormulasListResponse = FormulaList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FormulaList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type FormulasGetResponse = Formula & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Formula;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type FormulasCreateOrUpdateResponse = Formula & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Formula;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type FormulasUpdateResponse = Formula & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Formula;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type FormulasBeginCreateOrUpdateResponse = Formula & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Formula;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type FormulasListNextResponse = FormulaList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: FormulaList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type GalleryImagesListResponse = GalleryImageList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: GalleryImageList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type GalleryImagesListNextResponse = GalleryImageList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: GalleryImageList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type NotificationChannelsListResponse = NotificationChannelList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: NotificationChannelList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type NotificationChannelsGetResponse = NotificationChannel & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: NotificationChannel;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type NotificationChannelsCreateOrUpdateResponse = NotificationChannel & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: NotificationChannel;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type NotificationChannelsUpdateResponse = NotificationChannel & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: NotificationChannel;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type NotificationChannelsListNextResponse = NotificationChannelList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: NotificationChannelList;\n };\n};\n\n/**\n * Contains response data for the evaluatePolicies operation.\n */\nexport type PolicySetsEvaluatePoliciesResponse = EvaluatePoliciesResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EvaluatePoliciesResponse;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type PoliciesListResponse = PolicyList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PolicyList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type PoliciesGetResponse = Policy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Policy;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type PoliciesCreateOrUpdateResponse = Policy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Policy;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type PoliciesUpdateResponse = Policy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Policy;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type PoliciesListNextResponse = PolicyList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: PolicyList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SchedulesListResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SchedulesGetResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type SchedulesCreateOrUpdateResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type SchedulesUpdateResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the listApplicable operation.\n */\nexport type SchedulesListApplicableResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type SchedulesListNextResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the listApplicableNext operation.\n */\nexport type SchedulesListApplicableNextResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ServiceRunnersListResponse = ServiceRunnerList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServiceRunnerList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ServiceRunnersGetResponse = ServiceRunner & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServiceRunner;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ServiceRunnersCreateOrUpdateResponse = ServiceRunner & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServiceRunner;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ServiceRunnersListNextResponse = ServiceRunnerList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServiceRunnerList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type UsersListResponse = UserList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: UserList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type UsersGetResponse = User & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: User;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type UsersCreateOrUpdateResponse = User & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: User;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type UsersUpdateResponse = User & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: User;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type UsersBeginCreateOrUpdateResponse = User & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: User;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type UsersListNextResponse = UserList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: UserList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type DisksListResponse = DiskList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DiskList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type DisksGetResponse = Disk & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Disk;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type DisksCreateOrUpdateResponse = Disk & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Disk;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type DisksUpdateResponse = Disk & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Disk;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type DisksBeginCreateOrUpdateResponse = Disk & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Disk;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type DisksListNextResponse = DiskList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DiskList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type EnvironmentsListResponse = DtlEnvironmentList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DtlEnvironmentList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type EnvironmentsGetResponse = DtlEnvironment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DtlEnvironment;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type EnvironmentsCreateOrUpdateResponse = DtlEnvironment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DtlEnvironment;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type EnvironmentsUpdateResponse = DtlEnvironment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DtlEnvironment;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type EnvironmentsBeginCreateOrUpdateResponse = DtlEnvironment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DtlEnvironment;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type EnvironmentsListNextResponse = DtlEnvironmentList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DtlEnvironmentList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type SecretsListResponse = SecretList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SecretList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type SecretsGetResponse = Secret & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Secret;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type SecretsCreateOrUpdateResponse = Secret & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Secret;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type SecretsUpdateResponse = Secret & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Secret;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type SecretsBeginCreateOrUpdateResponse = Secret & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Secret;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type SecretsListNextResponse = SecretList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: SecretList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ServiceFabricsListResponse = ServiceFabricList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServiceFabricList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ServiceFabricsGetResponse = ServiceFabric & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServiceFabric;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ServiceFabricsCreateOrUpdateResponse = ServiceFabric & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServiceFabric;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ServiceFabricsUpdateResponse = ServiceFabric & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServiceFabric;\n };\n};\n\n/**\n * Contains response data for the listApplicableSchedules operation.\n */\nexport type ServiceFabricsListApplicableSchedulesResponse = ApplicableSchedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicableSchedule;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type ServiceFabricsBeginCreateOrUpdateResponse = ServiceFabric & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServiceFabric;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ServiceFabricsListNextResponse = ServiceFabricList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ServiceFabricList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type ServiceFabricSchedulesListResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ServiceFabricSchedulesGetResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type ServiceFabricSchedulesCreateOrUpdateResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ServiceFabricSchedulesUpdateResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type ServiceFabricSchedulesListNextResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type VirtualMachinesListResponse = LabVirtualMachineList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabVirtualMachineList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type VirtualMachinesGetResponse = LabVirtualMachine & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabVirtualMachine;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type VirtualMachinesCreateOrUpdateResponse = LabVirtualMachine & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabVirtualMachine;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type VirtualMachinesUpdateResponse = LabVirtualMachine & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabVirtualMachine;\n };\n};\n\n/**\n * Contains response data for the getRdpFileContents operation.\n */\nexport type VirtualMachinesGetRdpFileContentsResponse = RdpConnection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: RdpConnection;\n };\n};\n\n/**\n * Contains response data for the listApplicableSchedules operation.\n */\nexport type VirtualMachinesListApplicableSchedulesResponse = ApplicableSchedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ApplicableSchedule;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type VirtualMachinesBeginCreateOrUpdateResponse = LabVirtualMachine & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabVirtualMachine;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type VirtualMachinesListNextResponse = LabVirtualMachineList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: LabVirtualMachineList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type VirtualMachineSchedulesListResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type VirtualMachineSchedulesGetResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type VirtualMachineSchedulesCreateOrUpdateResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type VirtualMachineSchedulesUpdateResponse = Schedule & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Schedule;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type VirtualMachineSchedulesListNextResponse = ScheduleList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ScheduleList;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type VirtualNetworksListResponse = VirtualNetworkList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetworkList;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type VirtualNetworksGetResponse = VirtualNetwork & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetwork;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetwork;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type VirtualNetworksUpdateResponse = VirtualNetwork & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetwork;\n };\n};\n\n/**\n * Contains response data for the beginCreateOrUpdate operation.\n */\nexport type VirtualNetworksBeginCreateOrUpdateResponse = VirtualNetwork & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetwork;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type VirtualNetworksListNextResponse = VirtualNetworkList & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: VirtualNetworkList;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const WeekDetails: msRest.CompositeMapper = {\n serializedName: \"WeekDetails\",\n type: {\n name: \"Composite\",\n className: \"WeekDetails\",\n modelProperties: {\n weekdays: {\n serializedName: \"weekdays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DayDetails: msRest.CompositeMapper = {\n serializedName: \"DayDetails\",\n type: {\n name: \"Composite\",\n className: \"DayDetails\",\n modelProperties: {\n time: {\n serializedName: \"time\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HourDetails: msRest.CompositeMapper = {\n serializedName: \"HourDetails\",\n type: {\n name: \"Composite\",\n className: \"HourDetails\",\n modelProperties: {\n minute: {\n serializedName: \"minute\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NotificationSettings: msRest.CompositeMapper = {\n serializedName: \"NotificationSettings\",\n type: {\n name: \"Composite\",\n className: \"NotificationSettings\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n timeInMinutes: {\n serializedName: \"timeInMinutes\",\n type: {\n name: \"Number\"\n }\n },\n webhookUrl: {\n serializedName: \"webhookUrl\",\n type: {\n name: \"String\"\n }\n },\n emailRecipient: {\n serializedName: \"emailRecipient\",\n type: {\n name: \"String\"\n }\n },\n notificationLocale: {\n serializedName: \"notificationLocale\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Schedule: msRest.CompositeMapper = {\n serializedName: \"Schedule\",\n type: {\n name: \"Composite\",\n className: \"Schedule\",\n modelProperties: {\n ...Resource.type.modelProperties,\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n taskType: {\n serializedName: \"properties.taskType\",\n type: {\n name: \"String\"\n }\n },\n weeklyRecurrence: {\n serializedName: \"properties.weeklyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"WeekDetails\"\n }\n },\n dailyRecurrence: {\n serializedName: \"properties.dailyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"DayDetails\"\n }\n },\n hourlyRecurrence: {\n serializedName: \"properties.hourlyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"HourDetails\"\n }\n },\n timeZoneId: {\n serializedName: \"properties.timeZoneId\",\n type: {\n name: \"String\"\n }\n },\n notificationSettings: {\n serializedName: \"properties.notificationSettings\",\n type: {\n name: \"Composite\",\n className: \"NotificationSettings\"\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n targetResourceId: {\n serializedName: \"properties.targetResourceId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicableSchedule: msRest.CompositeMapper = {\n serializedName: \"ApplicableSchedule\",\n type: {\n name: \"Composite\",\n className: \"ApplicableSchedule\",\n modelProperties: {\n ...Resource.type.modelProperties,\n labVmsShutdown: {\n serializedName: \"properties.labVmsShutdown\",\n type: {\n name: \"Composite\",\n className: \"Schedule\"\n }\n },\n labVmsStartup: {\n serializedName: \"properties.labVmsStartup\",\n type: {\n name: \"Composite\",\n className: \"Schedule\"\n }\n }\n }\n }\n};\n\nexport const WeekDetailsFragment: msRest.CompositeMapper = {\n serializedName: \"WeekDetailsFragment\",\n type: {\n name: \"Composite\",\n className: \"WeekDetailsFragment\",\n modelProperties: {\n weekdays: {\n serializedName: \"weekdays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DayDetailsFragment: msRest.CompositeMapper = {\n serializedName: \"DayDetailsFragment\",\n type: {\n name: \"Composite\",\n className: \"DayDetailsFragment\",\n modelProperties: {\n time: {\n serializedName: \"time\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HourDetailsFragment: msRest.CompositeMapper = {\n serializedName: \"HourDetailsFragment\",\n type: {\n name: \"Composite\",\n className: \"HourDetailsFragment\",\n modelProperties: {\n minute: {\n serializedName: \"minute\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NotificationSettingsFragment: msRest.CompositeMapper = {\n serializedName: \"NotificationSettingsFragment\",\n type: {\n name: \"Composite\",\n className: \"NotificationSettingsFragment\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n timeInMinutes: {\n serializedName: \"timeInMinutes\",\n type: {\n name: \"Number\"\n }\n },\n webhookUrl: {\n serializedName: \"webhookUrl\",\n type: {\n name: \"String\"\n }\n },\n emailRecipient: {\n serializedName: \"emailRecipient\",\n type: {\n name: \"String\"\n }\n },\n notificationLocale: {\n serializedName: \"notificationLocale\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateResource: msRest.CompositeMapper = {\n serializedName: \"UpdateResource\",\n type: {\n name: \"Composite\",\n className: \"UpdateResource\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ScheduleFragment: msRest.CompositeMapper = {\n serializedName: \"ScheduleFragment\",\n type: {\n name: \"Composite\",\n className: \"ScheduleFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n taskType: {\n serializedName: \"properties.taskType\",\n type: {\n name: \"String\"\n }\n },\n weeklyRecurrence: {\n serializedName: \"properties.weeklyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"WeekDetailsFragment\"\n }\n },\n dailyRecurrence: {\n serializedName: \"properties.dailyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"DayDetailsFragment\"\n }\n },\n hourlyRecurrence: {\n serializedName: \"properties.hourlyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"HourDetailsFragment\"\n }\n },\n timeZoneId: {\n serializedName: \"properties.timeZoneId\",\n type: {\n name: \"String\"\n }\n },\n notificationSettings: {\n serializedName: \"properties.notificationSettings\",\n type: {\n name: \"Composite\",\n className: \"NotificationSettingsFragment\"\n }\n },\n targetResourceId: {\n serializedName: \"properties.targetResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicableScheduleFragment: msRest.CompositeMapper = {\n serializedName: \"ApplicableScheduleFragment\",\n type: {\n name: \"Composite\",\n className: \"ApplicableScheduleFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n labVmsShutdown: {\n serializedName: \"properties.labVmsShutdown\",\n type: {\n name: \"Composite\",\n className: \"ScheduleFragment\"\n }\n },\n labVmsStartup: {\n serializedName: \"properties.labVmsStartup\",\n type: {\n name: \"Composite\",\n className: \"ScheduleFragment\"\n }\n }\n }\n }\n};\n\nexport const ArtifactParameterProperties: msRest.CompositeMapper = {\n serializedName: \"ArtifactParameterProperties\",\n type: {\n name: \"Composite\",\n className: \"ArtifactParameterProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactInstallProperties: msRest.CompositeMapper = {\n serializedName: \"ArtifactInstallProperties\",\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallProperties\",\n modelProperties: {\n artifactId: {\n serializedName: \"artifactId\",\n type: {\n name: \"String\"\n }\n },\n artifactTitle: {\n serializedName: \"artifactTitle\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactParameterProperties\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n deploymentStatusMessage: {\n serializedName: \"deploymentStatusMessage\",\n type: {\n name: \"String\"\n }\n },\n vmExtensionStatusMessage: {\n serializedName: \"vmExtensionStatusMessage\",\n type: {\n name: \"String\"\n }\n },\n installTime: {\n serializedName: \"installTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ApplyArtifactsRequest: msRest.CompositeMapper = {\n serializedName: \"ApplyArtifactsRequest\",\n type: {\n name: \"Composite\",\n className: \"ApplyArtifactsRequest\",\n modelProperties: {\n artifacts: {\n serializedName: \"artifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ParametersValueFileInfo: msRest.CompositeMapper = {\n serializedName: \"ParametersValueFileInfo\",\n type: {\n name: \"Composite\",\n className: \"ParametersValueFileInfo\",\n modelProperties: {\n fileName: {\n serializedName: \"fileName\",\n type: {\n name: \"String\"\n }\n },\n parametersValueInfo: {\n serializedName: \"parametersValueInfo\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const ArmTemplate: msRest.CompositeMapper = {\n serializedName: \"ArmTemplate\",\n type: {\n name: \"Composite\",\n className: \"ArmTemplate\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n readOnly: true,\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n readOnly: true,\n serializedName: \"properties.publisher\",\n type: {\n name: \"String\"\n }\n },\n icon: {\n readOnly: true,\n serializedName: \"properties.icon\",\n type: {\n name: \"String\"\n }\n },\n contents: {\n readOnly: true,\n serializedName: \"properties.contents\",\n type: {\n name: \"Object\"\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n parametersValueFilesInfo: {\n readOnly: true,\n serializedName: \"properties.parametersValueFilesInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ParametersValueFileInfo\"\n }\n }\n }\n },\n enabled: {\n readOnly: true,\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ArmTemplateInfo: msRest.CompositeMapper = {\n serializedName: \"ArmTemplateInfo\",\n type: {\n name: \"Composite\",\n className: \"ArmTemplateInfo\",\n modelProperties: {\n template: {\n serializedName: \"template\",\n type: {\n name: \"Object\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Object\"\n }\n }\n }\n }\n};\n\nexport const ArmTemplateParameterProperties: msRest.CompositeMapper = {\n serializedName: \"ArmTemplateParameterProperties\",\n type: {\n name: \"Composite\",\n className: \"ArmTemplateParameterProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArmTemplateParameterPropertiesFragment: msRest.CompositeMapper = {\n serializedName: \"ArmTemplateParameterPropertiesFragment\",\n type: {\n name: \"Composite\",\n className: \"ArmTemplateParameterPropertiesFragment\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Artifact: msRest.CompositeMapper = {\n serializedName: \"Artifact\",\n type: {\n name: \"Composite\",\n className: \"Artifact\",\n modelProperties: {\n ...Resource.type.modelProperties,\n title: {\n readOnly: true,\n serializedName: \"properties.title\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n readOnly: true,\n serializedName: \"properties.publisher\",\n type: {\n name: \"String\"\n }\n },\n filePath: {\n readOnly: true,\n serializedName: \"properties.filePath\",\n type: {\n name: \"String\"\n }\n },\n icon: {\n readOnly: true,\n serializedName: \"properties.icon\",\n type: {\n name: \"String\"\n }\n },\n targetOsType: {\n readOnly: true,\n serializedName: \"properties.targetOsType\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n readOnly: true,\n serializedName: \"properties.parameters\",\n type: {\n name: \"Object\"\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ArtifactDeploymentStatusProperties: msRest.CompositeMapper = {\n serializedName: \"ArtifactDeploymentStatusProperties\",\n type: {\n name: \"Composite\",\n className: \"ArtifactDeploymentStatusProperties\",\n modelProperties: {\n deploymentStatus: {\n serializedName: \"deploymentStatus\",\n type: {\n name: \"String\"\n }\n },\n artifactsApplied: {\n serializedName: \"artifactsApplied\",\n type: {\n name: \"Number\"\n }\n },\n totalArtifacts: {\n serializedName: \"totalArtifacts\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ArtifactDeploymentStatusPropertiesFragment: msRest.CompositeMapper = {\n serializedName: \"ArtifactDeploymentStatusPropertiesFragment\",\n type: {\n name: \"Composite\",\n className: \"ArtifactDeploymentStatusPropertiesFragment\",\n modelProperties: {\n deploymentStatus: {\n serializedName: \"deploymentStatus\",\n type: {\n name: \"String\"\n }\n },\n artifactsApplied: {\n serializedName: \"artifactsApplied\",\n type: {\n name: \"Number\"\n }\n },\n totalArtifacts: {\n serializedName: \"totalArtifacts\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ArtifactParameterPropertiesFragment: msRest.CompositeMapper = {\n serializedName: \"ArtifactParameterPropertiesFragment\",\n type: {\n name: \"Composite\",\n className: \"ArtifactParameterPropertiesFragment\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactInstallPropertiesFragment: msRest.CompositeMapper = {\n serializedName: \"ArtifactInstallPropertiesFragment\",\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallPropertiesFragment\",\n modelProperties: {\n artifactId: {\n serializedName: \"artifactId\",\n type: {\n name: \"String\"\n }\n },\n artifactTitle: {\n serializedName: \"artifactTitle\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactParameterPropertiesFragment\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n deploymentStatusMessage: {\n serializedName: \"deploymentStatusMessage\",\n type: {\n name: \"String\"\n }\n },\n vmExtensionStatusMessage: {\n serializedName: \"vmExtensionStatusMessage\",\n type: {\n name: \"String\"\n }\n },\n installTime: {\n serializedName: \"installTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ArtifactSource: msRest.CompositeMapper = {\n serializedName: \"ArtifactSource\",\n type: {\n name: \"Composite\",\n className: \"ArtifactSource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n uri: {\n serializedName: \"properties.uri\",\n type: {\n name: \"String\"\n }\n },\n sourceType: {\n serializedName: \"properties.sourceType\",\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"properties.folderPath\",\n type: {\n name: \"String\"\n }\n },\n armTemplateFolderPath: {\n serializedName: \"properties.armTemplateFolderPath\",\n type: {\n name: \"String\"\n }\n },\n branchRef: {\n serializedName: \"properties.branchRef\",\n type: {\n name: \"String\"\n }\n },\n securityToken: {\n serializedName: \"properties.securityToken\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactSourceFragment: msRest.CompositeMapper = {\n serializedName: \"ArtifactSourceFragment\",\n type: {\n name: \"Composite\",\n className: \"ArtifactSourceFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n uri: {\n serializedName: \"properties.uri\",\n type: {\n name: \"String\"\n }\n },\n sourceType: {\n serializedName: \"properties.sourceType\",\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"properties.folderPath\",\n type: {\n name: \"String\"\n }\n },\n armTemplateFolderPath: {\n serializedName: \"properties.armTemplateFolderPath\",\n type: {\n name: \"String\"\n }\n },\n branchRef: {\n serializedName: \"properties.branchRef\",\n type: {\n name: \"String\"\n }\n },\n securityToken: {\n serializedName: \"properties.securityToken\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AttachDiskProperties: msRest.CompositeMapper = {\n serializedName: \"AttachDiskProperties\",\n type: {\n name: \"Composite\",\n className: \"AttachDiskProperties\",\n modelProperties: {\n leasedByLabVmId: {\n serializedName: \"leasedByLabVmId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AttachNewDataDiskOptions: msRest.CompositeMapper = {\n serializedName: \"AttachNewDataDiskOptions\",\n type: {\n name: \"Composite\",\n className: \"AttachNewDataDiskOptions\",\n modelProperties: {\n diskSizeGiB: {\n serializedName: \"diskSizeGiB\",\n type: {\n name: \"Number\"\n }\n },\n diskName: {\n serializedName: \"diskName\",\n type: {\n name: \"String\"\n }\n },\n diskType: {\n serializedName: \"diskType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AttachNewDataDiskOptionsFragment: msRest.CompositeMapper = {\n serializedName: \"AttachNewDataDiskOptionsFragment\",\n type: {\n name: \"Composite\",\n className: \"AttachNewDataDiskOptionsFragment\",\n modelProperties: {\n diskSizeGiB: {\n serializedName: \"diskSizeGiB\",\n type: {\n name: \"Number\"\n }\n },\n diskName: {\n serializedName: \"diskName\",\n type: {\n name: \"String\"\n }\n },\n diskType: {\n serializedName: \"diskType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BulkCreationParameters: msRest.CompositeMapper = {\n serializedName: \"BulkCreationParameters\",\n type: {\n name: \"Composite\",\n className: \"BulkCreationParameters\",\n modelProperties: {\n instanceCount: {\n serializedName: \"instanceCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const BulkCreationParametersFragment: msRest.CompositeMapper = {\n serializedName: \"BulkCreationParametersFragment\",\n type: {\n name: \"Composite\",\n className: \"BulkCreationParametersFragment\",\n modelProperties: {\n instanceCount: {\n serializedName: \"instanceCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ComputeDataDisk: msRest.CompositeMapper = {\n serializedName: \"ComputeDataDisk\",\n type: {\n name: \"Composite\",\n className: \"ComputeDataDisk\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n diskUri: {\n serializedName: \"diskUri\",\n type: {\n name: \"String\"\n }\n },\n managedDiskId: {\n serializedName: \"managedDiskId\",\n type: {\n name: \"String\"\n }\n },\n diskSizeGiB: {\n serializedName: \"diskSizeGiB\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ComputeDataDiskFragment: msRest.CompositeMapper = {\n serializedName: \"ComputeDataDiskFragment\",\n type: {\n name: \"Composite\",\n className: \"ComputeDataDiskFragment\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n diskUri: {\n serializedName: \"diskUri\",\n type: {\n name: \"String\"\n }\n },\n managedDiskId: {\n serializedName: \"managedDiskId\",\n type: {\n name: \"String\"\n }\n },\n diskSizeGiB: {\n serializedName: \"diskSizeGiB\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ComputeVmInstanceViewStatus: msRest.CompositeMapper = {\n serializedName: \"ComputeVmInstanceViewStatus\",\n type: {\n name: \"Composite\",\n className: \"ComputeVmInstanceViewStatus\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n displayStatus: {\n serializedName: \"displayStatus\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComputeVmInstanceViewStatusFragment: msRest.CompositeMapper = {\n serializedName: \"ComputeVmInstanceViewStatusFragment\",\n type: {\n name: \"Composite\",\n className: \"ComputeVmInstanceViewStatusFragment\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n displayStatus: {\n serializedName: \"displayStatus\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComputeVmProperties: msRest.CompositeMapper = {\n serializedName: \"ComputeVmProperties\",\n type: {\n name: \"Composite\",\n className: \"ComputeVmProperties\",\n modelProperties: {\n statuses: {\n serializedName: \"statuses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputeVmInstanceViewStatus\"\n }\n }\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\"\n }\n },\n networkInterfaceId: {\n serializedName: \"networkInterfaceId\",\n type: {\n name: \"String\"\n }\n },\n osDiskId: {\n serializedName: \"osDiskId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskIds: {\n serializedName: \"dataDiskIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dataDisks: {\n serializedName: \"dataDisks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputeDataDisk\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ComputeVmPropertiesFragment: msRest.CompositeMapper = {\n serializedName: \"ComputeVmPropertiesFragment\",\n type: {\n name: \"Composite\",\n className: \"ComputeVmPropertiesFragment\",\n modelProperties: {\n statuses: {\n serializedName: \"statuses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputeVmInstanceViewStatusFragment\"\n }\n }\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\"\n }\n },\n networkInterfaceId: {\n serializedName: \"networkInterfaceId\",\n type: {\n name: \"String\"\n }\n },\n osDiskId: {\n serializedName: \"osDiskId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskIds: {\n serializedName: \"dataDiskIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dataDisks: {\n serializedName: \"dataDisks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputeDataDiskFragment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PercentageCostThresholdProperties: msRest.CompositeMapper = {\n serializedName: \"PercentageCostThresholdProperties\",\n type: {\n name: \"Composite\",\n className: \"PercentageCostThresholdProperties\",\n modelProperties: {\n thresholdValue: {\n serializedName: \"thresholdValue\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CostThresholdProperties: msRest.CompositeMapper = {\n serializedName: \"CostThresholdProperties\",\n type: {\n name: \"Composite\",\n className: \"CostThresholdProperties\",\n modelProperties: {\n thresholdId: {\n serializedName: \"thresholdId\",\n type: {\n name: \"String\"\n }\n },\n percentageThreshold: {\n serializedName: \"percentageThreshold\",\n type: {\n name: \"Composite\",\n className: \"PercentageCostThresholdProperties\"\n }\n },\n displayOnChart: {\n serializedName: \"displayOnChart\",\n type: {\n name: \"String\"\n }\n },\n sendNotificationWhenExceeded: {\n serializedName: \"sendNotificationWhenExceeded\",\n type: {\n name: \"String\"\n }\n },\n notificationSent: {\n serializedName: \"notificationSent\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WindowsOsInfo: msRest.CompositeMapper = {\n serializedName: \"WindowsOsInfo\",\n type: {\n name: \"Composite\",\n className: \"WindowsOsInfo\",\n modelProperties: {\n windowsOsState: {\n serializedName: \"windowsOsState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LinuxOsInfo: msRest.CompositeMapper = {\n serializedName: \"LinuxOsInfo\",\n type: {\n name: \"Composite\",\n className: \"LinuxOsInfo\",\n modelProperties: {\n linuxOsState: {\n serializedName: \"linuxOsState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImagePropertiesFromVm: msRest.CompositeMapper = {\n serializedName: \"CustomImagePropertiesFromVm\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromVm\",\n modelProperties: {\n sourceVmId: {\n serializedName: \"sourceVmId\",\n type: {\n name: \"String\"\n }\n },\n windowsOsInfo: {\n serializedName: \"windowsOsInfo\",\n type: {\n name: \"Composite\",\n className: \"WindowsOsInfo\"\n }\n },\n linuxOsInfo: {\n serializedName: \"linuxOsInfo\",\n type: {\n name: \"Composite\",\n className: \"LinuxOsInfo\"\n }\n }\n }\n }\n};\n\nexport const CustomImagePropertiesCustom: msRest.CompositeMapper = {\n serializedName: \"CustomImagePropertiesCustom\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesCustom\",\n modelProperties: {\n imageName: {\n serializedName: \"imageName\",\n type: {\n name: \"String\"\n }\n },\n sysPrep: {\n serializedName: \"sysPrep\",\n type: {\n name: \"Boolean\"\n }\n },\n osType: {\n required: true,\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataDiskStorageTypeInfo: msRest.CompositeMapper = {\n serializedName: \"DataDiskStorageTypeInfo\",\n type: {\n name: \"Composite\",\n className: \"DataDiskStorageTypeInfo\",\n modelProperties: {\n lun: {\n serializedName: \"lun\",\n type: {\n name: \"String\"\n }\n },\n storageType: {\n serializedName: \"storageType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImagePropertiesFromPlan: msRest.CompositeMapper = {\n serializedName: \"CustomImagePropertiesFromPlan\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromPlan\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n offer: {\n serializedName: \"offer\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImage: msRest.CompositeMapper = {\n serializedName: \"CustomImage\",\n type: {\n name: \"Composite\",\n className: \"CustomImage\",\n modelProperties: {\n ...Resource.type.modelProperties,\n vm: {\n serializedName: \"properties.vm\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromVm\"\n }\n },\n vhd: {\n serializedName: \"properties.vhd\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesCustom\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n managedImageId: {\n serializedName: \"properties.managedImageId\",\n type: {\n name: \"String\"\n }\n },\n managedSnapshotId: {\n serializedName: \"properties.managedSnapshotId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskStorageInfo: {\n serializedName: \"properties.dataDiskStorageInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskStorageTypeInfo\"\n }\n }\n }\n },\n customImagePlan: {\n serializedName: \"properties.customImagePlan\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromPlan\"\n }\n },\n isPlanAuthorized: {\n serializedName: \"properties.isPlanAuthorized\",\n type: {\n name: \"Boolean\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WindowsOsInfoFragment: msRest.CompositeMapper = {\n serializedName: \"WindowsOsInfoFragment\",\n type: {\n name: \"Composite\",\n className: \"WindowsOsInfoFragment\",\n modelProperties: {\n windowsOsState: {\n serializedName: \"windowsOsState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LinuxOsInfoFragment: msRest.CompositeMapper = {\n serializedName: \"LinuxOsInfoFragment\",\n type: {\n name: \"Composite\",\n className: \"LinuxOsInfoFragment\",\n modelProperties: {\n linuxOsState: {\n serializedName: \"linuxOsState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImagePropertiesFromVmFragment: msRest.CompositeMapper = {\n serializedName: \"CustomImagePropertiesFromVmFragment\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromVmFragment\",\n modelProperties: {\n sourceVmId: {\n serializedName: \"sourceVmId\",\n type: {\n name: \"String\"\n }\n },\n windowsOsInfo: {\n serializedName: \"windowsOsInfo\",\n type: {\n name: \"Composite\",\n className: \"WindowsOsInfoFragment\"\n }\n },\n linuxOsInfo: {\n serializedName: \"linuxOsInfo\",\n type: {\n name: \"Composite\",\n className: \"LinuxOsInfoFragment\"\n }\n }\n }\n }\n};\n\nexport const CustomImagePropertiesCustomFragment: msRest.CompositeMapper = {\n serializedName: \"CustomImagePropertiesCustomFragment\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesCustomFragment\",\n modelProperties: {\n imageName: {\n serializedName: \"imageName\",\n type: {\n name: \"String\"\n }\n },\n sysPrep: {\n serializedName: \"sysPrep\",\n type: {\n name: \"Boolean\"\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataDiskStorageTypeInfoFragment: msRest.CompositeMapper = {\n serializedName: \"DataDiskStorageTypeInfoFragment\",\n type: {\n name: \"Composite\",\n className: \"DataDiskStorageTypeInfoFragment\",\n modelProperties: {\n lun: {\n serializedName: \"lun\",\n type: {\n name: \"String\"\n }\n },\n storageType: {\n serializedName: \"storageType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImagePropertiesFromPlanFragment: msRest.CompositeMapper = {\n serializedName: \"CustomImagePropertiesFromPlanFragment\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromPlanFragment\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n offer: {\n serializedName: \"offer\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImageFragment: msRest.CompositeMapper = {\n serializedName: \"CustomImageFragment\",\n type: {\n name: \"Composite\",\n className: \"CustomImageFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n vm: {\n serializedName: \"properties.vm\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromVmFragment\"\n }\n },\n vhd: {\n serializedName: \"properties.vhd\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesCustomFragment\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"String\"\n }\n },\n managedImageId: {\n serializedName: \"properties.managedImageId\",\n type: {\n name: \"String\"\n }\n },\n managedSnapshotId: {\n serializedName: \"properties.managedSnapshotId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskStorageInfo: {\n serializedName: \"properties.dataDiskStorageInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskStorageTypeInfoFragment\"\n }\n }\n }\n },\n customImagePlan: {\n serializedName: \"properties.customImagePlan\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromPlanFragment\"\n }\n },\n isPlanAuthorized: {\n serializedName: \"properties.isPlanAuthorized\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const DataDiskProperties: msRest.CompositeMapper = {\n serializedName: \"DataDiskProperties\",\n type: {\n name: \"Composite\",\n className: \"DataDiskProperties\",\n modelProperties: {\n attachNewDataDiskOptions: {\n serializedName: \"attachNewDataDiskOptions\",\n type: {\n name: \"Composite\",\n className: \"AttachNewDataDiskOptions\"\n }\n },\n existingLabDiskId: {\n serializedName: \"existingLabDiskId\",\n type: {\n name: \"String\"\n }\n },\n hostCaching: {\n serializedName: \"hostCaching\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataDiskPropertiesFragment: msRest.CompositeMapper = {\n serializedName: \"DataDiskPropertiesFragment\",\n type: {\n name: \"Composite\",\n className: \"DataDiskPropertiesFragment\",\n modelProperties: {\n attachNewDataDiskOptions: {\n serializedName: \"attachNewDataDiskOptions\",\n type: {\n name: \"Composite\",\n className: \"AttachNewDataDiskOptionsFragment\"\n }\n },\n existingLabDiskId: {\n serializedName: \"existingLabDiskId\",\n type: {\n name: \"String\"\n }\n },\n hostCaching: {\n serializedName: \"hostCaching\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DetachDataDiskProperties: msRest.CompositeMapper = {\n serializedName: \"DetachDataDiskProperties\",\n type: {\n name: \"Composite\",\n className: \"DetachDataDiskProperties\",\n modelProperties: {\n existingLabDiskId: {\n serializedName: \"existingLabDiskId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DetachDiskProperties: msRest.CompositeMapper = {\n serializedName: \"DetachDiskProperties\",\n type: {\n name: \"Composite\",\n className: \"DetachDiskProperties\",\n modelProperties: {\n leasedByLabVmId: {\n serializedName: \"leasedByLabVmId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Disk: msRest.CompositeMapper = {\n serializedName: \"Disk\",\n type: {\n name: \"Composite\",\n className: \"Disk\",\n modelProperties: {\n ...Resource.type.modelProperties,\n diskType: {\n serializedName: \"properties.diskType\",\n type: {\n name: \"String\"\n }\n },\n diskSizeGiB: {\n serializedName: \"properties.diskSizeGiB\",\n type: {\n name: \"Number\"\n }\n },\n leasedByLabVmId: {\n serializedName: \"properties.leasedByLabVmId\",\n type: {\n name: \"String\"\n }\n },\n diskBlobName: {\n serializedName: \"properties.diskBlobName\",\n type: {\n name: \"String\"\n }\n },\n diskUri: {\n serializedName: \"properties.diskUri\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n hostCaching: {\n serializedName: \"properties.hostCaching\",\n type: {\n name: \"String\"\n }\n },\n managedDiskId: {\n serializedName: \"properties.managedDiskId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiskFragment: msRest.CompositeMapper = {\n serializedName: \"DiskFragment\",\n type: {\n name: \"Composite\",\n className: \"DiskFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n diskType: {\n serializedName: \"properties.diskType\",\n type: {\n name: \"String\"\n }\n },\n diskSizeGiB: {\n serializedName: \"properties.diskSizeGiB\",\n type: {\n name: \"Number\"\n }\n },\n leasedByLabVmId: {\n serializedName: \"properties.leasedByLabVmId\",\n type: {\n name: \"String\"\n }\n },\n diskBlobName: {\n serializedName: \"properties.diskBlobName\",\n type: {\n name: \"String\"\n }\n },\n diskUri: {\n serializedName: \"properties.diskUri\",\n type: {\n name: \"String\"\n }\n },\n hostCaching: {\n serializedName: \"properties.hostCaching\",\n type: {\n name: \"String\"\n }\n },\n managedDiskId: {\n serializedName: \"properties.managedDiskId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentDeploymentProperties: msRest.CompositeMapper = {\n serializedName: \"EnvironmentDeploymentProperties\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentDeploymentProperties\",\n modelProperties: {\n armTemplateId: {\n serializedName: \"armTemplateId\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArmTemplateParameterProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DtlEnvironment: msRest.CompositeMapper = {\n serializedName: \"DtlEnvironment\",\n type: {\n name: \"Composite\",\n className: \"DtlEnvironment\",\n modelProperties: {\n ...Resource.type.modelProperties,\n deploymentProperties: {\n serializedName: \"properties.deploymentProperties\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentDeploymentProperties\"\n }\n },\n armTemplateDisplayName: {\n serializedName: \"properties.armTemplateDisplayName\",\n type: {\n name: \"String\"\n }\n },\n resourceGroupId: {\n readOnly: true,\n serializedName: \"properties.resourceGroupId\",\n type: {\n name: \"String\"\n }\n },\n createdByUser: {\n readOnly: true,\n serializedName: \"properties.createdByUser\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentDeploymentPropertiesFragment: msRest.CompositeMapper = {\n serializedName: \"EnvironmentDeploymentPropertiesFragment\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentDeploymentPropertiesFragment\",\n modelProperties: {\n armTemplateId: {\n serializedName: \"armTemplateId\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArmTemplateParameterPropertiesFragment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DtlEnvironmentFragment: msRest.CompositeMapper = {\n serializedName: \"DtlEnvironmentFragment\",\n type: {\n name: \"Composite\",\n className: \"DtlEnvironmentFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n deploymentProperties: {\n serializedName: \"properties.deploymentProperties\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentDeploymentPropertiesFragment\"\n }\n },\n armTemplateDisplayName: {\n serializedName: \"properties.armTemplateDisplayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EvaluatePoliciesProperties: msRest.CompositeMapper = {\n serializedName: \"EvaluatePoliciesProperties\",\n type: {\n name: \"Composite\",\n className: \"EvaluatePoliciesProperties\",\n modelProperties: {\n factName: {\n serializedName: \"factName\",\n type: {\n name: \"String\"\n }\n },\n factData: {\n serializedName: \"factData\",\n type: {\n name: \"String\"\n }\n },\n valueOffset: {\n serializedName: \"valueOffset\",\n type: {\n name: \"String\"\n }\n },\n userObjectId: {\n serializedName: \"userObjectId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EvaluatePoliciesRequest: msRest.CompositeMapper = {\n serializedName: \"EvaluatePoliciesRequest\",\n type: {\n name: \"Composite\",\n className: \"EvaluatePoliciesRequest\",\n modelProperties: {\n policies: {\n serializedName: \"policies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EvaluatePoliciesProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PolicyViolation: msRest.CompositeMapper = {\n serializedName: \"PolicyViolation\",\n type: {\n name: \"Composite\",\n className: \"PolicyViolation\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PolicySetResult: msRest.CompositeMapper = {\n serializedName: \"PolicySetResult\",\n type: {\n name: \"Composite\",\n className: \"PolicySetResult\",\n modelProperties: {\n hasError: {\n serializedName: \"hasError\",\n type: {\n name: \"Boolean\"\n }\n },\n policyViolations: {\n serializedName: \"policyViolations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PolicyViolation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EvaluatePoliciesResponse: msRest.CompositeMapper = {\n serializedName: \"EvaluatePoliciesResponse\",\n type: {\n name: \"Composite\",\n className: \"EvaluatePoliciesResponse\",\n modelProperties: {\n results: {\n serializedName: \"results\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PolicySetResult\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Event: msRest.CompositeMapper = {\n serializedName: \"Event\",\n type: {\n name: \"Composite\",\n className: \"Event\",\n modelProperties: {\n eventName: {\n serializedName: \"eventName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventFragment: msRest.CompositeMapper = {\n serializedName: \"EventFragment\",\n type: {\n name: \"Composite\",\n className: \"EventFragment\",\n modelProperties: {\n eventName: {\n serializedName: \"eventName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExportResourceUsageParameters: msRest.CompositeMapper = {\n serializedName: \"ExportResourceUsageParameters\",\n type: {\n name: \"Composite\",\n className: \"ExportResourceUsageParameters\",\n modelProperties: {\n blobStorageAbsoluteSasUri: {\n serializedName: \"blobStorageAbsoluteSasUri\",\n type: {\n name: \"String\"\n }\n },\n usageStartDate: {\n serializedName: \"usageStartDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ExternalSubnet: msRest.CompositeMapper = {\n serializedName: \"ExternalSubnet\",\n type: {\n name: \"Composite\",\n className: \"ExternalSubnet\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExternalSubnetFragment: msRest.CompositeMapper = {\n serializedName: \"ExternalSubnetFragment\",\n type: {\n name: \"Composite\",\n className: \"ExternalSubnetFragment\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GalleryImageReference: msRest.CompositeMapper = {\n serializedName: \"GalleryImageReference\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageReference\",\n modelProperties: {\n offer: {\n serializedName: \"offer\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InboundNatRule: msRest.CompositeMapper = {\n serializedName: \"InboundNatRule\",\n type: {\n name: \"Composite\",\n className: \"InboundNatRule\",\n modelProperties: {\n transportProtocol: {\n serializedName: \"transportProtocol\",\n type: {\n name: \"String\"\n }\n },\n frontendPort: {\n serializedName: \"frontendPort\",\n type: {\n name: \"Number\"\n }\n },\n backendPort: {\n serializedName: \"backendPort\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SharedPublicIpAddressConfiguration: msRest.CompositeMapper = {\n serializedName: \"SharedPublicIpAddressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SharedPublicIpAddressConfiguration\",\n modelProperties: {\n inboundNatRules: {\n serializedName: \"inboundNatRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundNatRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NetworkInterfaceProperties: msRest.CompositeMapper = {\n serializedName: \"NetworkInterfaceProperties\",\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceProperties\",\n modelProperties: {\n virtualNetworkId: {\n serializedName: \"virtualNetworkId\",\n type: {\n name: \"String\"\n }\n },\n subnetId: {\n serializedName: \"subnetId\",\n type: {\n name: \"String\"\n }\n },\n publicIpAddressId: {\n serializedName: \"publicIpAddressId\",\n type: {\n name: \"String\"\n }\n },\n publicIpAddress: {\n serializedName: \"publicIpAddress\",\n type: {\n name: \"String\"\n }\n },\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"String\"\n }\n },\n dnsName: {\n serializedName: \"dnsName\",\n type: {\n name: \"String\"\n }\n },\n rdpAuthority: {\n serializedName: \"rdpAuthority\",\n type: {\n name: \"String\"\n }\n },\n sshAuthority: {\n serializedName: \"sshAuthority\",\n type: {\n name: \"String\"\n }\n },\n sharedPublicIpAddressConfiguration: {\n serializedName: \"sharedPublicIpAddressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SharedPublicIpAddressConfiguration\"\n }\n }\n }\n }\n};\n\nexport const ScheduleCreationParameter: msRest.CompositeMapper = {\n serializedName: \"ScheduleCreationParameter\",\n type: {\n name: \"Composite\",\n className: \"ScheduleCreationParameter\",\n modelProperties: {\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n taskType: {\n serializedName: \"properties.taskType\",\n type: {\n name: \"String\"\n }\n },\n weeklyRecurrence: {\n serializedName: \"properties.weeklyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"WeekDetails\"\n }\n },\n dailyRecurrence: {\n serializedName: \"properties.dailyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"DayDetails\"\n }\n },\n hourlyRecurrence: {\n serializedName: \"properties.hourlyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"HourDetails\"\n }\n },\n timeZoneId: {\n serializedName: \"properties.timeZoneId\",\n type: {\n name: \"String\"\n }\n },\n notificationSettings: {\n serializedName: \"properties.notificationSettings\",\n type: {\n name: \"Composite\",\n className: \"NotificationSettings\"\n }\n },\n targetResourceId: {\n serializedName: \"properties.targetResourceId\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LabVirtualMachineCreationParameter: msRest.CompositeMapper = {\n serializedName: \"LabVirtualMachineCreationParameter\",\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachineCreationParameter\",\n modelProperties: {\n bulkCreationParameters: {\n serializedName: \"properties.bulkCreationParameters\",\n type: {\n name: \"Composite\",\n className: \"BulkCreationParameters\"\n }\n },\n notes: {\n serializedName: \"properties.notes\",\n type: {\n name: \"String\"\n }\n },\n ownerObjectId: {\n serializedName: \"properties.ownerObjectId\",\n type: {\n name: \"String\"\n }\n },\n ownerUserPrincipalName: {\n serializedName: \"properties.ownerUserPrincipalName\",\n type: {\n name: \"String\"\n }\n },\n createdByUserId: {\n serializedName: \"properties.createdByUserId\",\n type: {\n name: \"String\"\n }\n },\n createdByUser: {\n serializedName: \"properties.createdByUser\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n computeId: {\n serializedName: \"properties.computeId\",\n type: {\n name: \"String\"\n }\n },\n customImageId: {\n serializedName: \"properties.customImageId\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"properties.size\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n sshKey: {\n serializedName: \"properties.sshKey\",\n type: {\n name: \"String\"\n }\n },\n isAuthenticationWithSshKey: {\n serializedName: \"properties.isAuthenticationWithSshKey\",\n type: {\n name: \"Boolean\"\n }\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"properties.labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n labVirtualNetworkId: {\n serializedName: \"properties.labVirtualNetworkId\",\n type: {\n name: \"String\"\n }\n },\n disallowPublicIpAddress: {\n serializedName: \"properties.disallowPublicIpAddress\",\n type: {\n name: \"Boolean\"\n }\n },\n artifacts: {\n serializedName: \"properties.artifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallProperties\"\n }\n }\n }\n },\n artifactDeploymentStatus: {\n serializedName: \"properties.artifactDeploymentStatus\",\n type: {\n name: \"Composite\",\n className: \"ArtifactDeploymentStatusProperties\"\n }\n },\n galleryImageReference: {\n serializedName: \"properties.galleryImageReference\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageReference\"\n }\n },\n planId: {\n serializedName: \"properties.planId\",\n type: {\n name: \"String\"\n }\n },\n networkInterface: {\n serializedName: \"properties.networkInterface\",\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceProperties\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n allowClaim: {\n serializedName: \"properties.allowClaim\",\n type: {\n name: \"Boolean\"\n }\n },\n storageType: {\n serializedName: \"properties.storageType\",\n type: {\n name: \"String\"\n }\n },\n virtualMachineCreationSource: {\n serializedName: \"properties.virtualMachineCreationSource\",\n type: {\n name: \"String\"\n }\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskParameters: {\n serializedName: \"properties.dataDiskParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskProperties\"\n }\n }\n }\n },\n scheduleParameters: {\n serializedName: \"properties.scheduleParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScheduleCreationParameter\"\n }\n }\n }\n },\n lastKnownPowerState: {\n serializedName: \"properties.lastKnownPowerState\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FormulaPropertiesFromVm: msRest.CompositeMapper = {\n serializedName: \"FormulaPropertiesFromVm\",\n type: {\n name: \"Composite\",\n className: \"FormulaPropertiesFromVm\",\n modelProperties: {\n labVmId: {\n serializedName: \"labVmId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Formula: msRest.CompositeMapper = {\n serializedName: \"Formula\",\n type: {\n name: \"Composite\",\n className: \"Formula\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n readOnly: true,\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n formulaContent: {\n serializedName: \"properties.formulaContent\",\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachineCreationParameter\"\n }\n },\n vm: {\n serializedName: \"properties.vm\",\n type: {\n name: \"Composite\",\n className: \"FormulaPropertiesFromVm\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GalleryImageReferenceFragment: msRest.CompositeMapper = {\n serializedName: \"GalleryImageReferenceFragment\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageReferenceFragment\",\n modelProperties: {\n offer: {\n serializedName: \"offer\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InboundNatRuleFragment: msRest.CompositeMapper = {\n serializedName: \"InboundNatRuleFragment\",\n type: {\n name: \"Composite\",\n className: \"InboundNatRuleFragment\",\n modelProperties: {\n transportProtocol: {\n serializedName: \"transportProtocol\",\n type: {\n name: \"String\"\n }\n },\n frontendPort: {\n serializedName: \"frontendPort\",\n type: {\n name: \"Number\"\n }\n },\n backendPort: {\n serializedName: \"backendPort\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const SharedPublicIpAddressConfigurationFragment: msRest.CompositeMapper = {\n serializedName: \"SharedPublicIpAddressConfigurationFragment\",\n type: {\n name: \"Composite\",\n className: \"SharedPublicIpAddressConfigurationFragment\",\n modelProperties: {\n inboundNatRules: {\n serializedName: \"inboundNatRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundNatRuleFragment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NetworkInterfacePropertiesFragment: msRest.CompositeMapper = {\n serializedName: \"NetworkInterfacePropertiesFragment\",\n type: {\n name: \"Composite\",\n className: \"NetworkInterfacePropertiesFragment\",\n modelProperties: {\n virtualNetworkId: {\n serializedName: \"virtualNetworkId\",\n type: {\n name: \"String\"\n }\n },\n subnetId: {\n serializedName: \"subnetId\",\n type: {\n name: \"String\"\n }\n },\n publicIpAddressId: {\n serializedName: \"publicIpAddressId\",\n type: {\n name: \"String\"\n }\n },\n publicIpAddress: {\n serializedName: \"publicIpAddress\",\n type: {\n name: \"String\"\n }\n },\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"String\"\n }\n },\n dnsName: {\n serializedName: \"dnsName\",\n type: {\n name: \"String\"\n }\n },\n rdpAuthority: {\n serializedName: \"rdpAuthority\",\n type: {\n name: \"String\"\n }\n },\n sshAuthority: {\n serializedName: \"sshAuthority\",\n type: {\n name: \"String\"\n }\n },\n sharedPublicIpAddressConfiguration: {\n serializedName: \"sharedPublicIpAddressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SharedPublicIpAddressConfigurationFragment\"\n }\n }\n }\n }\n};\n\nexport const ScheduleCreationParameterFragment: msRest.CompositeMapper = {\n serializedName: \"ScheduleCreationParameterFragment\",\n type: {\n name: \"Composite\",\n className: \"ScheduleCreationParameterFragment\",\n modelProperties: {\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n taskType: {\n serializedName: \"properties.taskType\",\n type: {\n name: \"String\"\n }\n },\n weeklyRecurrence: {\n serializedName: \"properties.weeklyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"WeekDetailsFragment\"\n }\n },\n dailyRecurrence: {\n serializedName: \"properties.dailyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"DayDetailsFragment\"\n }\n },\n hourlyRecurrence: {\n serializedName: \"properties.hourlyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"HourDetailsFragment\"\n }\n },\n timeZoneId: {\n serializedName: \"properties.timeZoneId\",\n type: {\n name: \"String\"\n }\n },\n notificationSettings: {\n serializedName: \"properties.notificationSettings\",\n type: {\n name: \"Composite\",\n className: \"NotificationSettingsFragment\"\n }\n },\n targetResourceId: {\n serializedName: \"properties.targetResourceId\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LabVirtualMachineCreationParameterFragment: msRest.CompositeMapper = {\n serializedName: \"LabVirtualMachineCreationParameterFragment\",\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachineCreationParameterFragment\",\n modelProperties: {\n bulkCreationParameters: {\n serializedName: \"properties.bulkCreationParameters\",\n type: {\n name: \"Composite\",\n className: \"BulkCreationParametersFragment\"\n }\n },\n notes: {\n serializedName: \"properties.notes\",\n type: {\n name: \"String\"\n }\n },\n ownerObjectId: {\n serializedName: \"properties.ownerObjectId\",\n type: {\n name: \"String\"\n }\n },\n ownerUserPrincipalName: {\n serializedName: \"properties.ownerUserPrincipalName\",\n type: {\n name: \"String\"\n }\n },\n createdByUserId: {\n serializedName: \"properties.createdByUserId\",\n type: {\n name: \"String\"\n }\n },\n createdByUser: {\n serializedName: \"properties.createdByUser\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n computeId: {\n serializedName: \"properties.computeId\",\n type: {\n name: \"String\"\n }\n },\n customImageId: {\n serializedName: \"properties.customImageId\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"properties.size\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n sshKey: {\n serializedName: \"properties.sshKey\",\n type: {\n name: \"String\"\n }\n },\n isAuthenticationWithSshKey: {\n serializedName: \"properties.isAuthenticationWithSshKey\",\n type: {\n name: \"Boolean\"\n }\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"properties.labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n labVirtualNetworkId: {\n serializedName: \"properties.labVirtualNetworkId\",\n type: {\n name: \"String\"\n }\n },\n disallowPublicIpAddress: {\n serializedName: \"properties.disallowPublicIpAddress\",\n type: {\n name: \"Boolean\"\n }\n },\n artifacts: {\n serializedName: \"properties.artifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallPropertiesFragment\"\n }\n }\n }\n },\n artifactDeploymentStatus: {\n serializedName: \"properties.artifactDeploymentStatus\",\n type: {\n name: \"Composite\",\n className: \"ArtifactDeploymentStatusPropertiesFragment\"\n }\n },\n galleryImageReference: {\n serializedName: \"properties.galleryImageReference\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageReferenceFragment\"\n }\n },\n planId: {\n serializedName: \"properties.planId\",\n type: {\n name: \"String\"\n }\n },\n networkInterface: {\n serializedName: \"properties.networkInterface\",\n type: {\n name: \"Composite\",\n className: \"NetworkInterfacePropertiesFragment\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n allowClaim: {\n serializedName: \"properties.allowClaim\",\n type: {\n name: \"Boolean\"\n }\n },\n storageType: {\n serializedName: \"properties.storageType\",\n type: {\n name: \"String\"\n }\n },\n virtualMachineCreationSource: {\n serializedName: \"properties.virtualMachineCreationSource\",\n type: {\n name: \"String\"\n }\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskParameters: {\n serializedName: \"properties.dataDiskParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskPropertiesFragment\"\n }\n }\n }\n },\n scheduleParameters: {\n serializedName: \"properties.scheduleParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScheduleCreationParameterFragment\"\n }\n }\n }\n },\n lastKnownPowerState: {\n serializedName: \"properties.lastKnownPowerState\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const FormulaPropertiesFromVmFragment: msRest.CompositeMapper = {\n serializedName: \"FormulaPropertiesFromVmFragment\",\n type: {\n name: \"Composite\",\n className: \"FormulaPropertiesFromVmFragment\",\n modelProperties: {\n labVmId: {\n serializedName: \"labVmId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FormulaFragment: msRest.CompositeMapper = {\n serializedName: \"FormulaFragment\",\n type: {\n name: \"Composite\",\n className: \"FormulaFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n type: {\n name: \"String\"\n }\n },\n formulaContent: {\n serializedName: \"properties.formulaContent\",\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachineCreationParameterFragment\"\n }\n },\n vm: {\n serializedName: \"properties.vm\",\n type: {\n name: \"Composite\",\n className: \"FormulaPropertiesFromVmFragment\"\n }\n }\n }\n }\n};\n\nexport const GalleryImage: msRest.CompositeMapper = {\n serializedName: \"GalleryImage\",\n type: {\n name: \"Composite\",\n className: \"GalleryImage\",\n modelProperties: {\n ...Resource.type.modelProperties,\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n imageReference: {\n serializedName: \"properties.imageReference\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageReference\"\n }\n },\n icon: {\n serializedName: \"properties.icon\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n planId: {\n serializedName: \"properties.planId\",\n type: {\n name: \"String\"\n }\n },\n isPlanAuthorized: {\n serializedName: \"properties.isPlanAuthorized\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const ParameterInfo: msRest.CompositeMapper = {\n serializedName: \"ParameterInfo\",\n type: {\n name: \"Composite\",\n className: \"ParameterInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GenerateArmTemplateRequest: msRest.CompositeMapper = {\n serializedName: \"GenerateArmTemplateRequest\",\n type: {\n name: \"Composite\",\n className: \"GenerateArmTemplateRequest\",\n modelProperties: {\n virtualMachineName: {\n serializedName: \"virtualMachineName\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ParameterInfo\"\n }\n }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n fileUploadOptions: {\n serializedName: \"fileUploadOptions\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GenerateUploadUriParameter: msRest.CompositeMapper = {\n serializedName: \"GenerateUploadUriParameter\",\n type: {\n name: \"Composite\",\n className: \"GenerateUploadUriParameter\",\n modelProperties: {\n blobName: {\n serializedName: \"blobName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GenerateUploadUriResponse: msRest.CompositeMapper = {\n serializedName: \"GenerateUploadUriResponse\",\n type: {\n name: \"Composite\",\n className: \"GenerateUploadUriResponse\",\n modelProperties: {\n uploadUri: {\n serializedName: \"uploadUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IdentityProperties: msRest.CompositeMapper = {\n serializedName: \"IdentityProperties\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n clientSecretUrl: {\n serializedName: \"clientSecretUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImportLabVirtualMachineRequest: msRest.CompositeMapper = {\n serializedName: \"ImportLabVirtualMachineRequest\",\n type: {\n name: \"Composite\",\n className: \"ImportLabVirtualMachineRequest\",\n modelProperties: {\n sourceVirtualMachineResourceId: {\n serializedName: \"sourceVirtualMachineResourceId\",\n type: {\n name: \"String\"\n }\n },\n destinationVirtualMachineName: {\n serializedName: \"destinationVirtualMachineName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabAnnouncementProperties: msRest.CompositeMapper = {\n serializedName: \"LabAnnouncementProperties\",\n type: {\n name: \"Composite\",\n className: \"LabAnnouncementProperties\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n markdown: {\n serializedName: \"markdown\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n expired: {\n serializedName: \"expired\",\n type: {\n name: \"Boolean\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabSupportProperties: msRest.CompositeMapper = {\n serializedName: \"LabSupportProperties\",\n type: {\n name: \"Composite\",\n className: \"LabSupportProperties\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"String\"\n }\n },\n markdown: {\n serializedName: \"markdown\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Lab: msRest.CompositeMapper = {\n serializedName: \"Lab\",\n type: {\n name: \"Composite\",\n className: \"Lab\",\n modelProperties: {\n ...Resource.type.modelProperties,\n defaultStorageAccount: {\n readOnly: true,\n serializedName: \"properties.defaultStorageAccount\",\n type: {\n name: \"String\"\n }\n },\n defaultPremiumStorageAccount: {\n readOnly: true,\n serializedName: \"properties.defaultPremiumStorageAccount\",\n type: {\n name: \"String\"\n }\n },\n artifactsStorageAccount: {\n readOnly: true,\n serializedName: \"properties.artifactsStorageAccount\",\n type: {\n name: \"String\"\n }\n },\n premiumDataDiskStorageAccount: {\n readOnly: true,\n serializedName: \"properties.premiumDataDiskStorageAccount\",\n type: {\n name: \"String\"\n }\n },\n vaultName: {\n readOnly: true,\n serializedName: \"properties.vaultName\",\n type: {\n name: \"String\"\n }\n },\n labStorageType: {\n serializedName: \"properties.labStorageType\",\n type: {\n name: \"String\"\n }\n },\n mandatoryArtifactsResourceIdsLinux: {\n serializedName: \"properties.mandatoryArtifactsResourceIdsLinux\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n mandatoryArtifactsResourceIdsWindows: {\n serializedName: \"properties.mandatoryArtifactsResourceIdsWindows\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n premiumDataDisks: {\n serializedName: \"properties.premiumDataDisks\",\n type: {\n name: \"String\"\n }\n },\n environmentPermission: {\n serializedName: \"properties.environmentPermission\",\n type: {\n name: \"String\"\n }\n },\n announcement: {\n serializedName: \"properties.announcement\",\n type: {\n name: \"Composite\",\n className: \"LabAnnouncementProperties\"\n }\n },\n support: {\n serializedName: \"properties.support\",\n type: {\n name: \"Composite\",\n className: \"LabSupportProperties\"\n }\n },\n vmCreationResourceGroup: {\n readOnly: true,\n serializedName: \"properties.vmCreationResourceGroup\",\n type: {\n name: \"String\"\n }\n },\n publicIpId: {\n readOnly: true,\n serializedName: \"properties.publicIpId\",\n type: {\n name: \"String\"\n }\n },\n loadBalancerId: {\n readOnly: true,\n serializedName: \"properties.loadBalancerId\",\n type: {\n name: \"String\"\n }\n },\n networkSecurityGroupId: {\n readOnly: true,\n serializedName: \"properties.networkSecurityGroupId\",\n type: {\n name: \"String\"\n }\n },\n extendedProperties: {\n serializedName: \"properties.extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabAnnouncementPropertiesFragment: msRest.CompositeMapper = {\n serializedName: \"LabAnnouncementPropertiesFragment\",\n type: {\n name: \"Composite\",\n className: \"LabAnnouncementPropertiesFragment\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n markdown: {\n serializedName: \"markdown\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n expired: {\n serializedName: \"expired\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const TargetCostProperties: msRest.CompositeMapper = {\n serializedName: \"TargetCostProperties\",\n type: {\n name: \"Composite\",\n className: \"TargetCostProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Number\"\n }\n },\n costThresholds: {\n serializedName: \"costThresholds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CostThresholdProperties\"\n }\n }\n }\n },\n cycleStartDateTime: {\n serializedName: \"cycleStartDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n cycleEndDateTime: {\n serializedName: \"cycleEndDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n cycleType: {\n serializedName: \"cycleType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabCostSummaryProperties: msRest.CompositeMapper = {\n serializedName: \"LabCostSummaryProperties\",\n type: {\n name: \"Composite\",\n className: \"LabCostSummaryProperties\",\n modelProperties: {\n estimatedLabCost: {\n serializedName: \"estimatedLabCost\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const LabCostDetailsProperties: msRest.CompositeMapper = {\n serializedName: \"LabCostDetailsProperties\",\n type: {\n name: \"Composite\",\n className: \"LabCostDetailsProperties\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n type: {\n name: \"DateTime\"\n }\n },\n cost: {\n serializedName: \"cost\",\n type: {\n name: \"Number\"\n }\n },\n costType: {\n serializedName: \"costType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabResourceCostProperties: msRest.CompositeMapper = {\n serializedName: \"LabResourceCostProperties\",\n type: {\n name: \"Composite\",\n className: \"LabResourceCostProperties\",\n modelProperties: {\n resourcename: {\n serializedName: \"resourcename\",\n type: {\n name: \"String\"\n }\n },\n resourceUId: {\n serializedName: \"resourceUId\",\n type: {\n name: \"String\"\n }\n },\n resourceCost: {\n serializedName: \"resourceCost\",\n type: {\n name: \"Number\"\n }\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n resourceOwner: {\n serializedName: \"resourceOwner\",\n type: {\n name: \"String\"\n }\n },\n resourcePricingTier: {\n serializedName: \"resourcePricingTier\",\n type: {\n name: \"String\"\n }\n },\n resourceStatus: {\n serializedName: \"resourceStatus\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n externalResourceId: {\n serializedName: \"externalResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabCost: msRest.CompositeMapper = {\n serializedName: \"LabCost\",\n type: {\n name: \"Composite\",\n className: \"LabCost\",\n modelProperties: {\n ...Resource.type.modelProperties,\n targetCost: {\n serializedName: \"properties.targetCost\",\n type: {\n name: \"Composite\",\n className: \"TargetCostProperties\"\n }\n },\n labCostSummary: {\n readOnly: true,\n serializedName: \"properties.labCostSummary\",\n type: {\n name: \"Composite\",\n className: \"LabCostSummaryProperties\"\n }\n },\n labCostDetails: {\n readOnly: true,\n serializedName: \"properties.labCostDetails\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabCostDetailsProperties\"\n }\n }\n }\n },\n resourceCosts: {\n readOnly: true,\n serializedName: \"properties.resourceCosts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabResourceCostProperties\"\n }\n }\n }\n },\n currencyCode: {\n serializedName: \"properties.currencyCode\",\n type: {\n name: \"String\"\n }\n },\n startDateTime: {\n serializedName: \"properties.startDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endDateTime: {\n serializedName: \"properties.endDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabSupportPropertiesFragment: msRest.CompositeMapper = {\n serializedName: \"LabSupportPropertiesFragment\",\n type: {\n name: \"Composite\",\n className: \"LabSupportPropertiesFragment\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"String\"\n }\n },\n markdown: {\n serializedName: \"markdown\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabFragment: msRest.CompositeMapper = {\n serializedName: \"LabFragment\",\n type: {\n name: \"Composite\",\n className: \"LabFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n labStorageType: {\n serializedName: \"properties.labStorageType\",\n type: {\n name: \"String\"\n }\n },\n mandatoryArtifactsResourceIdsLinux: {\n serializedName: \"properties.mandatoryArtifactsResourceIdsLinux\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n mandatoryArtifactsResourceIdsWindows: {\n serializedName: \"properties.mandatoryArtifactsResourceIdsWindows\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n premiumDataDisks: {\n serializedName: \"properties.premiumDataDisks\",\n type: {\n name: \"String\"\n }\n },\n environmentPermission: {\n serializedName: \"properties.environmentPermission\",\n type: {\n name: \"String\"\n }\n },\n announcement: {\n serializedName: \"properties.announcement\",\n type: {\n name: \"Composite\",\n className: \"LabAnnouncementPropertiesFragment\"\n }\n },\n support: {\n serializedName: \"properties.support\",\n type: {\n name: \"Composite\",\n className: \"LabSupportPropertiesFragment\"\n }\n },\n extendedProperties: {\n serializedName: \"properties.extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LabVhd: msRest.CompositeMapper = {\n serializedName: \"LabVhd\",\n type: {\n name: \"Composite\",\n className: \"LabVhd\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabVirtualMachine: msRest.CompositeMapper = {\n serializedName: \"LabVirtualMachine\",\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachine\",\n modelProperties: {\n ...Resource.type.modelProperties,\n notes: {\n serializedName: \"properties.notes\",\n type: {\n name: \"String\"\n }\n },\n ownerObjectId: {\n serializedName: \"properties.ownerObjectId\",\n type: {\n name: \"String\"\n }\n },\n ownerUserPrincipalName: {\n serializedName: \"properties.ownerUserPrincipalName\",\n type: {\n name: \"String\"\n }\n },\n createdByUserId: {\n serializedName: \"properties.createdByUserId\",\n type: {\n name: \"String\"\n }\n },\n createdByUser: {\n serializedName: \"properties.createdByUser\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n computeId: {\n serializedName: \"properties.computeId\",\n type: {\n name: \"String\"\n }\n },\n customImageId: {\n serializedName: \"properties.customImageId\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"properties.size\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n sshKey: {\n serializedName: \"properties.sshKey\",\n type: {\n name: \"String\"\n }\n },\n isAuthenticationWithSshKey: {\n serializedName: \"properties.isAuthenticationWithSshKey\",\n type: {\n name: \"Boolean\"\n }\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"properties.labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n labVirtualNetworkId: {\n serializedName: \"properties.labVirtualNetworkId\",\n type: {\n name: \"String\"\n }\n },\n disallowPublicIpAddress: {\n serializedName: \"properties.disallowPublicIpAddress\",\n type: {\n name: \"Boolean\"\n }\n },\n artifacts: {\n serializedName: \"properties.artifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallProperties\"\n }\n }\n }\n },\n artifactDeploymentStatus: {\n serializedName: \"properties.artifactDeploymentStatus\",\n type: {\n name: \"Composite\",\n className: \"ArtifactDeploymentStatusProperties\"\n }\n },\n galleryImageReference: {\n serializedName: \"properties.galleryImageReference\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageReference\"\n }\n },\n planId: {\n serializedName: \"properties.planId\",\n type: {\n name: \"String\"\n }\n },\n computeVm: {\n readOnly: true,\n serializedName: \"properties.computeVm\",\n type: {\n name: \"Composite\",\n className: \"ComputeVmProperties\"\n }\n },\n networkInterface: {\n serializedName: \"properties.networkInterface\",\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceProperties\"\n }\n },\n applicableSchedule: {\n readOnly: true,\n serializedName: \"properties.applicableSchedule\",\n type: {\n name: \"Composite\",\n className: \"ApplicableSchedule\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n allowClaim: {\n serializedName: \"properties.allowClaim\",\n type: {\n name: \"Boolean\"\n }\n },\n storageType: {\n serializedName: \"properties.storageType\",\n type: {\n name: \"String\"\n }\n },\n virtualMachineCreationSource: {\n serializedName: \"properties.virtualMachineCreationSource\",\n type: {\n name: \"String\"\n }\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskParameters: {\n serializedName: \"properties.dataDiskParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskProperties\"\n }\n }\n }\n },\n scheduleParameters: {\n serializedName: \"properties.scheduleParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScheduleCreationParameter\"\n }\n }\n }\n },\n lastKnownPowerState: {\n serializedName: \"properties.lastKnownPowerState\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabVirtualMachineFragment: msRest.CompositeMapper = {\n serializedName: \"LabVirtualMachineFragment\",\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachineFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n notes: {\n serializedName: \"properties.notes\",\n type: {\n name: \"String\"\n }\n },\n ownerObjectId: {\n serializedName: \"properties.ownerObjectId\",\n type: {\n name: \"String\"\n }\n },\n ownerUserPrincipalName: {\n serializedName: \"properties.ownerUserPrincipalName\",\n type: {\n name: \"String\"\n }\n },\n createdByUserId: {\n serializedName: \"properties.createdByUserId\",\n type: {\n name: \"String\"\n }\n },\n createdByUser: {\n serializedName: \"properties.createdByUser\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n computeId: {\n serializedName: \"properties.computeId\",\n type: {\n name: \"String\"\n }\n },\n customImageId: {\n serializedName: \"properties.customImageId\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"properties.size\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n sshKey: {\n serializedName: \"properties.sshKey\",\n type: {\n name: \"String\"\n }\n },\n isAuthenticationWithSshKey: {\n serializedName: \"properties.isAuthenticationWithSshKey\",\n type: {\n name: \"Boolean\"\n }\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"properties.labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n labVirtualNetworkId: {\n serializedName: \"properties.labVirtualNetworkId\",\n type: {\n name: \"String\"\n }\n },\n disallowPublicIpAddress: {\n serializedName: \"properties.disallowPublicIpAddress\",\n type: {\n name: \"Boolean\"\n }\n },\n artifacts: {\n serializedName: \"properties.artifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallPropertiesFragment\"\n }\n }\n }\n },\n artifactDeploymentStatus: {\n serializedName: \"properties.artifactDeploymentStatus\",\n type: {\n name: \"Composite\",\n className: \"ArtifactDeploymentStatusPropertiesFragment\"\n }\n },\n galleryImageReference: {\n serializedName: \"properties.galleryImageReference\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageReferenceFragment\"\n }\n },\n planId: {\n serializedName: \"properties.planId\",\n type: {\n name: \"String\"\n }\n },\n networkInterface: {\n serializedName: \"properties.networkInterface\",\n type: {\n name: \"Composite\",\n className: \"NetworkInterfacePropertiesFragment\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n allowClaim: {\n serializedName: \"properties.allowClaim\",\n type: {\n name: \"Boolean\"\n }\n },\n storageType: {\n serializedName: \"properties.storageType\",\n type: {\n name: \"String\"\n }\n },\n virtualMachineCreationSource: {\n serializedName: \"properties.virtualMachineCreationSource\",\n type: {\n name: \"String\"\n }\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskParameters: {\n serializedName: \"properties.dataDiskParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskPropertiesFragment\"\n }\n }\n }\n },\n scheduleParameters: {\n serializedName: \"properties.scheduleParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScheduleCreationParameterFragment\"\n }\n }\n }\n },\n lastKnownPowerState: {\n serializedName: \"properties.lastKnownPowerState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NotificationChannel: msRest.CompositeMapper = {\n serializedName: \"NotificationChannel\",\n type: {\n name: \"Composite\",\n className: \"NotificationChannel\",\n modelProperties: {\n ...Resource.type.modelProperties,\n webHookUrl: {\n serializedName: \"properties.webHookUrl\",\n type: {\n name: \"String\"\n }\n },\n emailRecipient: {\n serializedName: \"properties.emailRecipient\",\n type: {\n name: \"String\"\n }\n },\n notificationLocale: {\n serializedName: \"properties.notificationLocale\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n events: {\n serializedName: \"properties.events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Event\"\n }\n }\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NotificationChannelFragment: msRest.CompositeMapper = {\n serializedName: \"NotificationChannelFragment\",\n type: {\n name: \"Composite\",\n className: \"NotificationChannelFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n webHookUrl: {\n serializedName: \"properties.webHookUrl\",\n type: {\n name: \"String\"\n }\n },\n emailRecipient: {\n serializedName: \"properties.emailRecipient\",\n type: {\n name: \"String\"\n }\n },\n notificationLocale: {\n serializedName: \"properties.notificationLocale\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n events: {\n serializedName: \"properties.events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventFragment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const NotifyParameters: msRest.CompositeMapper = {\n serializedName: \"NotifyParameters\",\n type: {\n name: \"Composite\",\n className: \"NotifyParameters\",\n modelProperties: {\n eventName: {\n serializedName: \"eventName\",\n type: {\n name: \"String\"\n }\n },\n jsonPayload: {\n serializedName: \"jsonPayload\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationError: msRest.CompositeMapper = {\n serializedName: \"OperationError\",\n type: {\n name: \"Composite\",\n className: \"OperationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetadataDisplay: msRest.CompositeMapper = {\n serializedName: \"OperationMetadataDisplay\",\n type: {\n name: \"Composite\",\n className: \"OperationMetadataDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetadata: msRest.CompositeMapper = {\n serializedName: \"OperationMetadata\",\n type: {\n name: \"Composite\",\n className: \"OperationMetadata\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationMetadataDisplay\"\n }\n }\n }\n }\n};\n\nexport const OperationResult: msRest.CompositeMapper = {\n serializedName: \"OperationResult\",\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n statusCode: {\n serializedName: \"statusCode\",\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"OperationError\"\n }\n }\n }\n }\n};\n\nexport const Policy: msRest.CompositeMapper = {\n serializedName: \"Policy\",\n type: {\n name: \"Composite\",\n className: \"Policy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n factName: {\n serializedName: \"properties.factName\",\n type: {\n name: \"String\"\n }\n },\n factData: {\n serializedName: \"properties.factData\",\n type: {\n name: \"String\"\n }\n },\n threshold: {\n serializedName: \"properties.threshold\",\n type: {\n name: \"String\"\n }\n },\n evaluatorType: {\n serializedName: \"properties.evaluatorType\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PolicyFragment: msRest.CompositeMapper = {\n serializedName: \"PolicyFragment\",\n type: {\n name: \"Composite\",\n className: \"PolicyFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n factName: {\n serializedName: \"properties.factName\",\n type: {\n name: \"String\"\n }\n },\n factData: {\n serializedName: \"properties.factData\",\n type: {\n name: \"String\"\n }\n },\n threshold: {\n serializedName: \"properties.threshold\",\n type: {\n name: \"String\"\n }\n },\n evaluatorType: {\n serializedName: \"properties.evaluatorType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Port: msRest.CompositeMapper = {\n serializedName: \"Port\",\n type: {\n name: \"Composite\",\n className: \"Port\",\n modelProperties: {\n transportProtocol: {\n serializedName: \"transportProtocol\",\n type: {\n name: \"String\"\n }\n },\n backendPort: {\n serializedName: \"backendPort\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const PortFragment: msRest.CompositeMapper = {\n serializedName: \"PortFragment\",\n type: {\n name: \"Composite\",\n className: \"PortFragment\",\n modelProperties: {\n transportProtocol: {\n serializedName: \"transportProtocol\",\n type: {\n name: \"String\"\n }\n },\n backendPort: {\n serializedName: \"backendPort\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const RdpConnection: msRest.CompositeMapper = {\n serializedName: \"RdpConnection\",\n type: {\n name: \"Composite\",\n className: \"RdpConnection\",\n modelProperties: {\n contents: {\n serializedName: \"contents\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResizeLabVirtualMachineProperties: msRest.CompositeMapper = {\n serializedName: \"ResizeLabVirtualMachineProperties\",\n type: {\n name: \"Composite\",\n className: \"ResizeLabVirtualMachineProperties\",\n modelProperties: {\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RetargetScheduleProperties: msRest.CompositeMapper = {\n serializedName: \"RetargetScheduleProperties\",\n type: {\n name: \"Composite\",\n className: \"RetargetScheduleProperties\",\n modelProperties: {\n currentResourceId: {\n serializedName: \"currentResourceId\",\n type: {\n name: \"String\"\n }\n },\n targetResourceId: {\n serializedName: \"targetResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Secret: msRest.CompositeMapper = {\n serializedName: \"Secret\",\n type: {\n name: \"Composite\",\n className: \"Secret\",\n modelProperties: {\n ...Resource.type.modelProperties,\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretFragment: msRest.CompositeMapper = {\n serializedName: \"SecretFragment\",\n type: {\n name: \"Composite\",\n className: \"SecretFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceFabric: msRest.CompositeMapper = {\n serializedName: \"ServiceFabric\",\n type: {\n name: \"Composite\",\n className: \"ServiceFabric\",\n modelProperties: {\n ...Resource.type.modelProperties,\n externalServiceFabricId: {\n serializedName: \"properties.externalServiceFabricId\",\n type: {\n name: \"String\"\n }\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\"\n }\n },\n applicableSchedule: {\n readOnly: true,\n serializedName: \"properties.applicableSchedule\",\n type: {\n name: \"Composite\",\n className: \"ApplicableSchedule\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceFabricFragment: msRest.CompositeMapper = {\n serializedName: \"ServiceFabricFragment\",\n type: {\n name: \"Composite\",\n className: \"ServiceFabricFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n externalServiceFabricId: {\n serializedName: \"properties.externalServiceFabricId\",\n type: {\n name: \"String\"\n }\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceRunner: msRest.CompositeMapper = {\n serializedName: \"ServiceRunner\",\n type: {\n name: \"Composite\",\n className: \"ServiceRunner\",\n modelProperties: {\n ...Resource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\"\n }\n }\n }\n }\n};\n\nexport const ShutdownNotificationContent: msRest.CompositeMapper = {\n serializedName: \"ShutdownNotificationContent\",\n type: {\n name: \"Composite\",\n className: \"ShutdownNotificationContent\",\n modelProperties: {\n skipUrl: {\n serializedName: \"skipUrl\",\n type: {\n name: \"String\"\n }\n },\n delayUrl60: {\n serializedName: \"delayUrl60\",\n type: {\n name: \"String\"\n }\n },\n delayUrl120: {\n serializedName: \"delayUrl120\",\n type: {\n name: \"String\"\n }\n },\n vmName: {\n serializedName: \"vmName\",\n type: {\n name: \"String\"\n }\n },\n guid: {\n serializedName: \"guid\",\n type: {\n name: \"String\"\n }\n },\n owner: {\n serializedName: \"owner\",\n type: {\n name: \"String\"\n }\n },\n vmUrl: {\n serializedName: \"vmUrl\",\n type: {\n name: \"String\"\n }\n },\n minutesUntilShutdown: {\n serializedName: \"minutesUntilShutdown\",\n type: {\n name: \"String\"\n }\n },\n eventType: {\n serializedName: \"eventType\",\n type: {\n name: \"String\"\n }\n },\n text: {\n serializedName: \"text\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n },\n labName: {\n serializedName: \"labName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Subnet: msRest.CompositeMapper = {\n serializedName: \"Subnet\",\n type: {\n name: \"Composite\",\n className: \"Subnet\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n allowPublicIp: {\n serializedName: \"allowPublicIp\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubnetFragment: msRest.CompositeMapper = {\n serializedName: \"SubnetFragment\",\n type: {\n name: \"Composite\",\n className: \"SubnetFragment\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n allowPublicIp: {\n serializedName: \"allowPublicIp\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubnetSharedPublicIpAddressConfiguration: msRest.CompositeMapper = {\n serializedName: \"SubnetSharedPublicIpAddressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SubnetSharedPublicIpAddressConfiguration\",\n modelProperties: {\n allowedPorts: {\n serializedName: \"allowedPorts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Port\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SubnetOverride: msRest.CompositeMapper = {\n serializedName: \"SubnetOverride\",\n type: {\n name: \"Composite\",\n className: \"SubnetOverride\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n useInVmCreationPermission: {\n serializedName: \"useInVmCreationPermission\",\n type: {\n name: \"String\"\n }\n },\n usePublicIpAddressPermission: {\n serializedName: \"usePublicIpAddressPermission\",\n type: {\n name: \"String\"\n }\n },\n sharedPublicIpAddressConfiguration: {\n serializedName: \"sharedPublicIpAddressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SubnetSharedPublicIpAddressConfiguration\"\n }\n },\n virtualNetworkPoolName: {\n serializedName: \"virtualNetworkPoolName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubnetSharedPublicIpAddressConfigurationFragment: msRest.CompositeMapper = {\n serializedName: \"SubnetSharedPublicIpAddressConfigurationFragment\",\n type: {\n name: \"Composite\",\n className: \"SubnetSharedPublicIpAddressConfigurationFragment\",\n modelProperties: {\n allowedPorts: {\n serializedName: \"allowedPorts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PortFragment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const SubnetOverrideFragment: msRest.CompositeMapper = {\n serializedName: \"SubnetOverrideFragment\",\n type: {\n name: \"Composite\",\n className: \"SubnetOverrideFragment\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n useInVmCreationPermission: {\n serializedName: \"useInVmCreationPermission\",\n type: {\n name: \"String\"\n }\n },\n usePublicIpAddressPermission: {\n serializedName: \"usePublicIpAddressPermission\",\n type: {\n name: \"String\"\n }\n },\n sharedPublicIpAddressConfiguration: {\n serializedName: \"sharedPublicIpAddressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SubnetSharedPublicIpAddressConfigurationFragment\"\n }\n },\n virtualNetworkPoolName: {\n serializedName: \"virtualNetworkPoolName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserIdentity: msRest.CompositeMapper = {\n serializedName: \"UserIdentity\",\n type: {\n name: \"Composite\",\n className: \"UserIdentity\",\n modelProperties: {\n principalName: {\n serializedName: \"principalName\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\"\n }\n },\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserSecretStore: msRest.CompositeMapper = {\n serializedName: \"UserSecretStore\",\n type: {\n name: \"Composite\",\n className: \"UserSecretStore\",\n modelProperties: {\n keyVaultUri: {\n serializedName: \"keyVaultUri\",\n type: {\n name: \"String\"\n }\n },\n keyVaultId: {\n serializedName: \"keyVaultId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const User: msRest.CompositeMapper = {\n serializedName: \"User\",\n type: {\n name: \"Composite\",\n className: \"User\",\n modelProperties: {\n ...Resource.type.modelProperties,\n identity: {\n serializedName: \"properties.identity\",\n type: {\n name: \"Composite\",\n className: \"UserIdentity\"\n }\n },\n secretStore: {\n serializedName: \"properties.secretStore\",\n type: {\n name: \"Composite\",\n className: \"UserSecretStore\"\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserIdentityFragment: msRest.CompositeMapper = {\n serializedName: \"UserIdentityFragment\",\n type: {\n name: \"Composite\",\n className: \"UserIdentityFragment\",\n modelProperties: {\n principalName: {\n serializedName: \"principalName\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\"\n }\n },\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserSecretStoreFragment: msRest.CompositeMapper = {\n serializedName: \"UserSecretStoreFragment\",\n type: {\n name: \"Composite\",\n className: \"UserSecretStoreFragment\",\n modelProperties: {\n keyVaultUri: {\n serializedName: \"keyVaultUri\",\n type: {\n name: \"String\"\n }\n },\n keyVaultId: {\n serializedName: \"keyVaultId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserFragment: msRest.CompositeMapper = {\n serializedName: \"UserFragment\",\n type: {\n name: \"Composite\",\n className: \"UserFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n identity: {\n serializedName: \"properties.identity\",\n type: {\n name: \"Composite\",\n className: \"UserIdentityFragment\"\n }\n },\n secretStore: {\n serializedName: \"properties.secretStore\",\n type: {\n name: \"Composite\",\n className: \"UserSecretStoreFragment\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetwork: msRest.CompositeMapper = {\n serializedName: \"VirtualNetwork\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\",\n modelProperties: {\n ...Resource.type.modelProperties,\n allowedSubnets: {\n serializedName: \"properties.allowedSubnets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Subnet\"\n }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n externalProviderResourceId: {\n serializedName: \"properties.externalProviderResourceId\",\n type: {\n name: \"String\"\n }\n },\n externalSubnets: {\n readOnly: true,\n serializedName: \"properties.externalSubnets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExternalSubnet\"\n }\n }\n }\n },\n subnetOverrides: {\n serializedName: \"properties.subnetOverrides\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubnetOverride\"\n }\n }\n }\n },\n createdDate: {\n readOnly: true,\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n readOnly: true,\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n readOnly: true,\n serializedName: \"properties.uniqueIdentifier\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkFragment: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkFragment\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties,\n allowedSubnets: {\n serializedName: \"properties.allowedSubnets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubnetFragment\"\n }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n externalProviderResourceId: {\n serializedName: \"properties.externalProviderResourceId\",\n type: {\n name: \"String\"\n }\n },\n subnetOverrides: {\n serializedName: \"properties.subnetOverrides\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubnetOverrideFragment\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ProviderOperationResult: msRest.CompositeMapper = {\n serializedName: \"ProviderOperationResult\",\n type: {\n name: \"Composite\",\n className: \"ProviderOperationResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetadata\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabList: msRest.CompositeMapper = {\n serializedName: \"LabList\",\n type: {\n name: \"Composite\",\n className: \"LabList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Lab\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabVhdList: msRest.CompositeMapper = {\n serializedName: \"LabVhdList\",\n type: {\n name: \"Composite\",\n className: \"LabVhdList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabVhd\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScheduleList: msRest.CompositeMapper = {\n serializedName: \"ScheduleList\",\n type: {\n name: \"Composite\",\n className: \"ScheduleList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Schedule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactSourceList: msRest.CompositeMapper = {\n serializedName: \"ArtifactSourceList\",\n type: {\n name: \"Composite\",\n className: \"ArtifactSourceList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactSource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArmTemplateList: msRest.CompositeMapper = {\n serializedName: \"ArmTemplateList\",\n type: {\n name: \"Composite\",\n className: \"ArmTemplateList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArmTemplate\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactList: msRest.CompositeMapper = {\n serializedName: \"ArtifactList\",\n type: {\n name: \"Composite\",\n className: \"ArtifactList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Artifact\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImageList: msRest.CompositeMapper = {\n serializedName: \"CustomImageList\",\n type: {\n name: \"Composite\",\n className: \"CustomImageList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomImage\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FormulaList: msRest.CompositeMapper = {\n serializedName: \"FormulaList\",\n type: {\n name: \"Composite\",\n className: \"FormulaList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Formula\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GalleryImageList: msRest.CompositeMapper = {\n serializedName: \"GalleryImageList\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GalleryImage\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NotificationChannelList: msRest.CompositeMapper = {\n serializedName: \"NotificationChannelList\",\n type: {\n name: \"Composite\",\n className: \"NotificationChannelList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NotificationChannel\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PolicyList: msRest.CompositeMapper = {\n serializedName: \"PolicyList\",\n type: {\n name: \"Composite\",\n className: \"PolicyList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Policy\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceRunnerList: msRest.CompositeMapper = {\n serializedName: \"ServiceRunnerList\",\n type: {\n name: \"Composite\",\n className: \"ServiceRunnerList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceRunner\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserList: msRest.CompositeMapper = {\n serializedName: \"UserList\",\n type: {\n name: \"Composite\",\n className: \"UserList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"User\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiskList: msRest.CompositeMapper = {\n serializedName: \"DiskList\",\n type: {\n name: \"Composite\",\n className: \"DiskList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Disk\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DtlEnvironmentList: msRest.CompositeMapper = {\n serializedName: \"DtlEnvironmentList\",\n type: {\n name: \"Composite\",\n className: \"DtlEnvironmentList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DtlEnvironment\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretList: msRest.CompositeMapper = {\n serializedName: \"SecretList\",\n type: {\n name: \"Composite\",\n className: \"SecretList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceFabricList: msRest.CompositeMapper = {\n serializedName: \"ServiceFabricList\",\n type: {\n name: \"Composite\",\n className: \"ServiceFabricList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceFabric\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabVirtualMachineList: msRest.CompositeMapper = {\n serializedName: \"LabVirtualMachineList\",\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachineList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachine\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkList: msRest.CompositeMapper = {\n serializedName: \"VirtualNetworkList\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkList\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n CloudError,\n OperationMetadata,\n OperationMetadataDisplay,\n ProviderOperationResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n serializedName: \"api-version\",\n defaultValue: '2018-09-15',\n type: {\n name: \"String\"\n }\n }\n};\nexport const artifactSourceName: msRest.OperationURLParameter = {\n parameterPath: \"artifactSourceName\",\n mapper: {\n required: true,\n serializedName: \"artifactSourceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const expand: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const labName: msRest.OperationURLParameter = {\n parameterPath: \"labName\",\n mapper: {\n required: true,\n serializedName: \"labName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const locationName: msRest.OperationURLParameter = {\n parameterPath: \"locationName\",\n mapper: {\n required: true,\n serializedName: \"locationName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const name: msRest.OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const orderby: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"orderby\"\n ],\n mapper: {\n serializedName: \"$orderby\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const policySetName: msRest.OperationURLParameter = {\n parameterPath: \"policySetName\",\n mapper: {\n required: true,\n serializedName: \"policySetName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const resourceGroupName: msRest.OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n required: true,\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const serviceFabricName: msRest.OperationURLParameter = {\n parameterPath: \"serviceFabricName\",\n mapper: {\n required: true,\n serializedName: \"serviceFabricName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const top: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"top\"\n ],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\nexport const userName: msRest.OperationURLParameter = {\n parameterPath: \"userName\",\n mapper: {\n required: true,\n serializedName: \"userName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const virtualMachineName: msRest.OperationURLParameter = {\n parameterPath: \"virtualMachineName\",\n mapper: {\n required: true,\n serializedName: \"virtualMachineName\",\n type: {\n name: \"String\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/providerOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a ProviderOperations. */\nexport class ProviderOperations {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a ProviderOperations.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * Result of the request to list REST API operations\n * @param [options] The optional parameters\n * @returns Promise<Models.ProviderOperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.ProviderOperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.ProviderOperationResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProviderOperationResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProviderOperationResult>, callback?: msRest.ServiceCallback<Models.ProviderOperationResult>): Promise<Models.ProviderOperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ProviderOperationsListResponse>;\n }\n\n /**\n * Result of the request to list REST API operations\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProviderOperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProviderOperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProviderOperationResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProviderOperationResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProviderOperationResult>, callback?: msRest.ServiceCallback<Models.ProviderOperationResult>): Promise<Models.ProviderOperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ProviderOperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.DevTestLab/operations\",\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProviderOperationResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProviderOperationResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExportResourceUsageParameters,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n GenerateUploadUriParameter,\n GenerateUploadUriResponse,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n ImportLabVirtualMachineRequest,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabList,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVhd,\n LabVhdList,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/labsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Labs. */\nexport class Labs {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Labs.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List labs in a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.LabsListBySubscriptionResponse>\n */\n listBySubscription(options?: Models.LabsListBySubscriptionOptionalParams): Promise<Models.LabsListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.LabList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: Models.LabsListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.LabList>): void;\n listBySubscription(options?: Models.LabsListBySubscriptionOptionalParams | msRest.ServiceCallback<Models.LabList>, callback?: msRest.ServiceCallback<Models.LabList>): Promise<Models.LabsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.LabsListBySubscriptionResponse>;\n }\n\n /**\n * List labs in a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.LabsListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.LabsListByResourceGroupOptionalParams): Promise<Models.LabsListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.LabList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.LabsListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.LabList>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.LabsListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.LabList>, callback?: msRest.ServiceCallback<Models.LabList>): Promise<Models.LabsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.LabsListByResourceGroupResponse>;\n }\n\n /**\n * Get lab.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.LabsGetResponse>\n */\n get(resourceGroupName: string, name: string, options?: Models.LabsGetOptionalParams): Promise<Models.LabsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param callback The callback\n */\n get(resourceGroupName: string, name: string, callback: msRest.ServiceCallback<Models.Lab>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, name: string, options: Models.LabsGetOptionalParams, callback: msRest.ServiceCallback<Models.Lab>): void;\n get(resourceGroupName: string, name: string, options?: Models.LabsGetOptionalParams | msRest.ServiceCallback<Models.Lab>, callback?: msRest.ServiceCallback<Models.Lab>): Promise<Models.LabsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.LabsGetResponse>;\n }\n\n /**\n * Create or replace an existing lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param lab A lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.LabsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, name: string, lab: Models.Lab, options?: msRest.RequestOptionsBase): Promise<Models.LabsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,name,lab,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.LabsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Modify properties of labs.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param lab A lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.LabsUpdateResponse>\n */\n update(resourceGroupName: string, name: string, lab: Models.LabFragment, options?: msRest.RequestOptionsBase): Promise<Models.LabsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param lab A lab.\n * @param callback The callback\n */\n update(resourceGroupName: string, name: string, lab: Models.LabFragment, callback: msRest.ServiceCallback<Models.Lab>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param lab A lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, name: string, lab: Models.LabFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Lab>): void;\n update(resourceGroupName: string, name: string, lab: Models.LabFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Lab>, callback?: msRest.ServiceCallback<Models.Lab>): Promise<Models.LabsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n name,\n lab,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.LabsUpdateResponse>;\n }\n\n /**\n * Claim a random claimable virtual machine in the lab. This operation can take a while to\n * complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n claimAnyVm(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginClaimAnyVm(resourceGroupName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Create virtual machines in a lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param labVirtualMachineCreationParameter Properties for creating a virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n createEnvironment(resourceGroupName: string, name: string, labVirtualMachineCreationParameter: Models.LabVirtualMachineCreationParameter, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginCreateEnvironment(resourceGroupName,name,labVirtualMachineCreationParameter,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Exports the lab resource usage into a storage account This operation can take a while to\n * complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param exportResourceUsageParameters The parameters of the export operation.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n exportResourceUsage(resourceGroupName: string, name: string, exportResourceUsageParameters: Models.ExportResourceUsageParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginExportResourceUsage(resourceGroupName,name,exportResourceUsageParameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Generate a URI for uploading custom disk images to a Lab.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param generateUploadUriParameter Properties for generating an upload URI.\n * @param [options] The optional parameters\n * @returns Promise<Models.LabsGenerateUploadUriResponse>\n */\n generateUploadUri(resourceGroupName: string, name: string, generateUploadUriParameter: Models.GenerateUploadUriParameter, options?: msRest.RequestOptionsBase): Promise<Models.LabsGenerateUploadUriResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param generateUploadUriParameter Properties for generating an upload URI.\n * @param callback The callback\n */\n generateUploadUri(resourceGroupName: string, name: string, generateUploadUriParameter: Models.GenerateUploadUriParameter, callback: msRest.ServiceCallback<Models.GenerateUploadUriResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param generateUploadUriParameter Properties for generating an upload URI.\n * @param options The optional parameters\n * @param callback The callback\n */\n generateUploadUri(resourceGroupName: string, name: string, generateUploadUriParameter: Models.GenerateUploadUriParameter, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.GenerateUploadUriResponse>): void;\n generateUploadUri(resourceGroupName: string, name: string, generateUploadUriParameter: Models.GenerateUploadUriParameter, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.GenerateUploadUriResponse>, callback?: msRest.ServiceCallback<Models.GenerateUploadUriResponse>): Promise<Models.LabsGenerateUploadUriResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n name,\n generateUploadUriParameter,\n options\n },\n generateUploadUriOperationSpec,\n callback) as Promise<Models.LabsGenerateUploadUriResponse>;\n }\n\n /**\n * Import a virtual machine into a different lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param importLabVirtualMachineRequest This represents the payload required to import a virtual\n * machine from a different lab into the current one\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n importVirtualMachine(resourceGroupName: string, name: string, importLabVirtualMachineRequest: Models.ImportLabVirtualMachineRequest, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginImportVirtualMachine(resourceGroupName,name,importLabVirtualMachineRequest,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * List disk images available for custom image creation.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.LabsListVhdsResponse>\n */\n listVhds(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.LabsListVhdsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param callback The callback\n */\n listVhds(resourceGroupName: string, name: string, callback: msRest.ServiceCallback<Models.LabVhdList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n listVhds(resourceGroupName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LabVhdList>): void;\n listVhds(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LabVhdList>, callback?: msRest.ServiceCallback<Models.LabVhdList>): Promise<Models.LabsListVhdsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n name,\n options\n },\n listVhdsOperationSpec,\n callback) as Promise<Models.LabsListVhdsResponse>;\n }\n\n /**\n * Create or replace an existing lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param lab A lab.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, name: string, lab: Models.Lab, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n name,\n lab,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n name,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Claim a random claimable virtual machine in the lab. This operation can take a while to\n * complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginClaimAnyVm(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n name,\n options\n },\n beginClaimAnyVmOperationSpec,\n options);\n }\n\n /**\n * Create virtual machines in a lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param labVirtualMachineCreationParameter Properties for creating a virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateEnvironment(resourceGroupName: string, name: string, labVirtualMachineCreationParameter: Models.LabVirtualMachineCreationParameter, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n name,\n labVirtualMachineCreationParameter,\n options\n },\n beginCreateEnvironmentOperationSpec,\n options);\n }\n\n /**\n * Exports the lab resource usage into a storage account This operation can take a while to\n * complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param exportResourceUsageParameters The parameters of the export operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginExportResourceUsage(resourceGroupName: string, name: string, exportResourceUsageParameters: Models.ExportResourceUsageParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n name,\n exportResourceUsageParameters,\n options\n },\n beginExportResourceUsageOperationSpec,\n options);\n }\n\n /**\n * Import a virtual machine into a different lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param importLabVirtualMachineRequest This represents the payload required to import a virtual\n * machine from a different lab into the current one\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginImportVirtualMachine(resourceGroupName: string, name: string, importLabVirtualMachineRequest: Models.ImportLabVirtualMachineRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n name,\n importLabVirtualMachineRequest,\n options\n },\n beginImportVirtualMachineOperationSpec,\n options);\n }\n\n /**\n * List labs in a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.LabsListBySubscriptionNextResponse>\n */\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LabsListBySubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.LabList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LabList>): void;\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LabList>, callback?: msRest.ServiceCallback<Models.LabList>): Promise<Models.LabsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionNextOperationSpec,\n callback) as Promise<Models.LabsListBySubscriptionNextResponse>;\n }\n\n /**\n * List labs in a resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.LabsListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LabsListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.LabList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LabList>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LabList>, callback?: msRest.ServiceCallback<Models.LabList>): Promise<Models.LabsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.LabsListByResourceGroupNextResponse>;\n }\n\n /**\n * List disk images available for custom image creation.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.LabsListVhdsNextResponse>\n */\n listVhdsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LabsListVhdsNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listVhdsNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.LabVhdList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listVhdsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LabVhdList>): void;\n listVhdsNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LabVhdList>, callback?: msRest.ServiceCallback<Models.LabVhdList>): Promise<Models.LabsListVhdsNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listVhdsNextOperationSpec,\n callback) as Promise<Models.LabsListVhdsNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/labs\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LabList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LabList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Lab\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"lab\",\n mapper: {\n ...Mappers.LabFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Lab\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst generateUploadUriOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/generateUploadUri\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"generateUploadUriParameter\",\n mapper: {\n ...Mappers.GenerateUploadUriParameter,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.GenerateUploadUriResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listVhdsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/listVhds\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LabVhdList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"lab\",\n mapper: {\n ...Mappers.Lab,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Lab\n },\n 201: {\n bodyMapper: Mappers.Lab\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginClaimAnyVmOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/claimAnyVm\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateEnvironmentOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/createEnvironment\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"labVirtualMachineCreationParameter\",\n mapper: {\n ...Mappers.LabVirtualMachineCreationParameter,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginExportResourceUsageOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/exportResourceUsage\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"exportResourceUsageParameters\",\n mapper: {\n ...Mappers.ExportResourceUsageParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginImportVirtualMachineOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/importVirtualMachine\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"importLabVirtualMachineRequest\",\n mapper: {\n ...Mappers.ImportLabVirtualMachineRequest,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LabList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LabList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listVhdsNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LabVhdList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n CloudError,\n OperationError,\n OperationResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Operations.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * Get operation.\n * @param locationName The name of the location.\n * @param name The name of the operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsGetResponse>\n */\n get(locationName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsGetResponse>;\n /**\n * @param locationName The name of the location.\n * @param name The name of the operation.\n * @param callback The callback\n */\n get(locationName: string, name: string, callback: msRest.ServiceCallback<Models.OperationResult>): void;\n /**\n * @param locationName The name of the location.\n * @param name The name of the operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(locationName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationResult>): void;\n get(locationName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationResult>, callback?: msRest.ServiceCallback<Models.OperationResult>): Promise<Models.OperationsGetResponse> {\n return this.client.sendOperationRequest(\n {\n locationName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.OperationsGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/locations/{locationName}/operations/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.locationName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n RetargetScheduleProperties,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n ScheduleList,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/globalSchedulesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a GlobalSchedules. */\nexport class GlobalSchedules {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a GlobalSchedules.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List schedules in a subscription.\n * @param [options] The optional parameters\n * @returns Promise<Models.GlobalSchedulesListBySubscriptionResponse>\n */\n listBySubscription(options?: Models.GlobalSchedulesListBySubscriptionOptionalParams): Promise<Models.GlobalSchedulesListBySubscriptionResponse>;\n /**\n * @param callback The callback\n */\n listBySubscription(callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscription(options: Models.GlobalSchedulesListBySubscriptionOptionalParams, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n listBySubscription(options?: Models.GlobalSchedulesListBySubscriptionOptionalParams | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.GlobalSchedulesListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listBySubscriptionOperationSpec,\n callback) as Promise<Models.GlobalSchedulesListBySubscriptionResponse>;\n }\n\n /**\n * List schedules in a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param [options] The optional parameters\n * @returns Promise<Models.GlobalSchedulesListByResourceGroupResponse>\n */\n listByResourceGroup(resourceGroupName: string, options?: Models.GlobalSchedulesListByResourceGroupOptionalParams): Promise<Models.GlobalSchedulesListByResourceGroupResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroup(resourceGroupName: string, options: Models.GlobalSchedulesListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n listByResourceGroup(resourceGroupName: string, options?: Models.GlobalSchedulesListByResourceGroupOptionalParams | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.GlobalSchedulesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n options\n },\n listByResourceGroupOperationSpec,\n callback) as Promise<Models.GlobalSchedulesListByResourceGroupResponse>;\n }\n\n /**\n * Get schedule.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.GlobalSchedulesGetResponse>\n */\n get(resourceGroupName: string, name: string, options?: Models.GlobalSchedulesGetOptionalParams): Promise<Models.GlobalSchedulesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param callback The callback\n */\n get(resourceGroupName: string, name: string, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, name: string, options: Models.GlobalSchedulesGetOptionalParams, callback: msRest.ServiceCallback<Models.Schedule>): void;\n get(resourceGroupName: string, name: string, options?: Models.GlobalSchedulesGetOptionalParams | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.GlobalSchedulesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.GlobalSchedulesGetResponse>;\n }\n\n /**\n * Create or replace an existing schedule.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.GlobalSchedulesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, name: string, schedule: Models.Schedule, options?: msRest.RequestOptionsBase): Promise<Models.GlobalSchedulesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, name: string, schedule: Models.Schedule, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, name: string, schedule: Models.Schedule, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n createOrUpdate(resourceGroupName: string, name: string, schedule: Models.Schedule, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.GlobalSchedulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n name,\n schedule,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.GlobalSchedulesCreateOrUpdateResponse>;\n }\n\n /**\n * Delete schedule.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, name: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n name,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Modify properties of schedules.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.GlobalSchedulesUpdateResponse>\n */\n update(resourceGroupName: string, name: string, schedule: Models.ScheduleFragment, options?: msRest.RequestOptionsBase): Promise<Models.GlobalSchedulesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param callback The callback\n */\n update(resourceGroupName: string, name: string, schedule: Models.ScheduleFragment, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, name: string, schedule: Models.ScheduleFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n update(resourceGroupName: string, name: string, schedule: Models.ScheduleFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.GlobalSchedulesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n name,\n schedule,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.GlobalSchedulesUpdateResponse>;\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n execute(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginExecute(resourceGroupName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Updates a schedule's target resource Id. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param retargetScheduleProperties Properties for retargeting a virtual machine schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n retarget(resourceGroupName: string, name: string, retargetScheduleProperties: Models.RetargetScheduleProperties, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginRetarget(resourceGroupName,name,retargetScheduleProperties,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginExecute(resourceGroupName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n name,\n options\n },\n beginExecuteOperationSpec,\n options);\n }\n\n /**\n * Updates a schedule's target resource Id. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param retargetScheduleProperties Properties for retargeting a virtual machine schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRetarget(resourceGroupName: string, name: string, retargetScheduleProperties: Models.RetargetScheduleProperties, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n name,\n retargetScheduleProperties,\n options\n },\n beginRetargetOperationSpec,\n options);\n }\n\n /**\n * List schedules in a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.GlobalSchedulesListBySubscriptionNextResponse>\n */\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.GlobalSchedulesListBySubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listBySubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n listBySubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.GlobalSchedulesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listBySubscriptionNextOperationSpec,\n callback) as Promise<Models.GlobalSchedulesListBySubscriptionNextResponse>;\n }\n\n /**\n * List schedules in a resource group.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.GlobalSchedulesListByResourceGroupNextResponse>\n */\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.GlobalSchedulesListByResourceGroupNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.GlobalSchedulesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByResourceGroupNextOperationSpec,\n callback) as Promise<Models.GlobalSchedulesListByResourceGroupNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listBySubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/schedules\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"schedule\",\n mapper: {\n ...Mappers.Schedule,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n 201: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"schedule\",\n mapper: {\n ...Mappers.ScheduleFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginExecuteOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}/execute\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRetargetOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}/retarget\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"retargetScheduleProperties\",\n mapper: {\n ...Mappers.RetargetScheduleProperties,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listBySubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listByResourceGroupNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n ArtifactSourceList,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/artifactSourcesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a ArtifactSources. */\nexport class ArtifactSources {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a ArtifactSources.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List artifact sources in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArtifactSourcesListResponse>\n */\n list(resourceGroupName: string, labName: string, options?: Models.ArtifactSourcesListOptionalParams): Promise<Models.ArtifactSourcesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.ArtifactSourceList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, options: Models.ArtifactSourcesListOptionalParams, callback: msRest.ServiceCallback<Models.ArtifactSourceList>): void;\n list(resourceGroupName: string, labName: string, options?: Models.ArtifactSourcesListOptionalParams | msRest.ServiceCallback<Models.ArtifactSourceList>, callback?: msRest.ServiceCallback<Models.ArtifactSourceList>): Promise<Models.ArtifactSourcesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ArtifactSourcesListResponse>;\n }\n\n /**\n * Get artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArtifactSourcesGetResponse>\n */\n get(resourceGroupName: string, labName: string, name: string, options?: Models.ArtifactSourcesGetOptionalParams): Promise<Models.ArtifactSourcesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.ArtifactSource>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, options: Models.ArtifactSourcesGetOptionalParams, callback: msRest.ServiceCallback<Models.ArtifactSource>): void;\n get(resourceGroupName: string, labName: string, name: string, options?: Models.ArtifactSourcesGetOptionalParams | msRest.ServiceCallback<Models.ArtifactSource>, callback?: msRest.ServiceCallback<Models.ArtifactSource>): Promise<Models.ArtifactSourcesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ArtifactSourcesGetResponse>;\n }\n\n /**\n * Create or replace an existing artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param artifactSource Properties of an artifact source.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArtifactSourcesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, artifactSource: Models.ArtifactSource, options?: msRest.RequestOptionsBase): Promise<Models.ArtifactSourcesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param artifactSource Properties of an artifact source.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, artifactSource: Models.ArtifactSource, callback: msRest.ServiceCallback<Models.ArtifactSource>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param artifactSource Properties of an artifact source.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, artifactSource: Models.ArtifactSource, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ArtifactSource>): void;\n createOrUpdate(resourceGroupName: string, labName: string, name: string, artifactSource: Models.ArtifactSource, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ArtifactSource>, callback?: msRest.ServiceCallback<Models.ArtifactSource>): Promise<Models.ArtifactSourcesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n artifactSource,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ArtifactSourcesCreateOrUpdateResponse>;\n }\n\n /**\n * Delete artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Modify properties of artifact sources.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param artifactSource Properties of an artifact source.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArtifactSourcesUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, name: string, artifactSource: Models.ArtifactSourceFragment, options?: msRest.RequestOptionsBase): Promise<Models.ArtifactSourcesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param artifactSource Properties of an artifact source.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, artifactSource: Models.ArtifactSourceFragment, callback: msRest.ServiceCallback<Models.ArtifactSource>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param artifactSource Properties of an artifact source.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, artifactSource: Models.ArtifactSourceFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ArtifactSource>): void;\n update(resourceGroupName: string, labName: string, name: string, artifactSource: Models.ArtifactSourceFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ArtifactSource>, callback?: msRest.ServiceCallback<Models.ArtifactSource>): Promise<Models.ArtifactSourcesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n artifactSource,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ArtifactSourcesUpdateResponse>;\n }\n\n /**\n * List artifact sources in a given lab.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArtifactSourcesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ArtifactSourcesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ArtifactSourceList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ArtifactSourceList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ArtifactSourceList>, callback?: msRest.ServiceCallback<Models.ArtifactSourceList>): Promise<Models.ArtifactSourcesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ArtifactSourcesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactSourceList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactSource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"artifactSource\",\n mapper: {\n ...Mappers.ArtifactSource,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactSource\n },\n 201: {\n bodyMapper: Mappers.ArtifactSource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"artifactSource\",\n mapper: {\n ...Mappers.ArtifactSourceFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactSource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactSourceList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ArmTemplate,\n ArmTemplateList,\n ArmTemplateParameterProperties,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactInstallProperties,\n ArtifactParameterProperties,\n ArtifactSource,\n AttachNewDataDiskOptions,\n BaseResource,\n BulkCreationParameters,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImagePropertiesCustom,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromVm,\n DataDiskProperties,\n DataDiskStorageTypeInfo,\n DayDetails,\n Disk,\n DtlEnvironment,\n EnvironmentDeploymentProperties,\n Event,\n ExternalSubnet,\n Formula,\n FormulaPropertiesFromVm,\n GalleryImage,\n GalleryImageReference,\n HourDetails,\n IdentityProperties,\n InboundNatRule,\n Lab,\n LabAnnouncementProperties,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabResourceCostProperties,\n LabSupportProperties,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LinuxOsInfo,\n NetworkInterfaceProperties,\n NotificationChannel,\n NotificationSettings,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n Port,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n Secret,\n ServiceFabric,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n Subnet,\n SubnetOverride,\n SubnetSharedPublicIpAddressConfiguration,\n TargetCostProperties,\n User,\n UserIdentity,\n UserSecretStore,\n VirtualNetwork,\n WeekDetails,\n WindowsOsInfo\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/armTemplatesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a ArmTemplates. */\nexport class ArmTemplates {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a ArmTemplates.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List azure resource manager templates in a given artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArmTemplatesListResponse>\n */\n list(resourceGroupName: string, labName: string, artifactSourceName: string, options?: Models.ArmTemplatesListOptionalParams): Promise<Models.ArmTemplatesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, artifactSourceName: string, callback: msRest.ServiceCallback<Models.ArmTemplateList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, artifactSourceName: string, options: Models.ArmTemplatesListOptionalParams, callback: msRest.ServiceCallback<Models.ArmTemplateList>): void;\n list(resourceGroupName: string, labName: string, artifactSourceName: string, options?: Models.ArmTemplatesListOptionalParams | msRest.ServiceCallback<Models.ArmTemplateList>, callback?: msRest.ServiceCallback<Models.ArmTemplateList>): Promise<Models.ArmTemplatesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n artifactSourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ArmTemplatesListResponse>;\n }\n\n /**\n * Get azure resource manager template.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the azure Resource Manager template.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArmTemplatesGetResponse>\n */\n get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, options?: Models.ArmTemplatesGetOptionalParams): Promise<Models.ArmTemplatesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the azure Resource Manager template.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, callback: msRest.ServiceCallback<Models.ArmTemplate>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the azure Resource Manager template.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, options: Models.ArmTemplatesGetOptionalParams, callback: msRest.ServiceCallback<Models.ArmTemplate>): void;\n get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, options?: Models.ArmTemplatesGetOptionalParams | msRest.ServiceCallback<Models.ArmTemplate>, callback?: msRest.ServiceCallback<Models.ArmTemplate>): Promise<Models.ArmTemplatesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n artifactSourceName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ArmTemplatesGetResponse>;\n }\n\n /**\n * List azure resource manager templates in a given artifact source.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArmTemplatesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ArmTemplatesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ArmTemplateList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ArmTemplateList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ArmTemplateList>, callback?: msRest.ServiceCallback<Models.ArmTemplateList>): Promise<Models.ArmTemplatesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ArmTemplatesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/armtemplates\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.artifactSourceName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ArmTemplateList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/armtemplates/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.artifactSourceName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ArmTemplate\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ArmTemplateList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ArmTemplate,\n ArmTemplateInfo,\n ArmTemplateParameterProperties,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactInstallProperties,\n ArtifactList,\n ArtifactParameterProperties,\n ArtifactSource,\n AttachNewDataDiskOptions,\n BaseResource,\n BulkCreationParameters,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImagePropertiesCustom,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromVm,\n DataDiskProperties,\n DataDiskStorageTypeInfo,\n DayDetails,\n Disk,\n DtlEnvironment,\n EnvironmentDeploymentProperties,\n Event,\n ExternalSubnet,\n Formula,\n FormulaPropertiesFromVm,\n GalleryImage,\n GalleryImageReference,\n GenerateArmTemplateRequest,\n HourDetails,\n IdentityProperties,\n InboundNatRule,\n Lab,\n LabAnnouncementProperties,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabResourceCostProperties,\n LabSupportProperties,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LinuxOsInfo,\n NetworkInterfaceProperties,\n NotificationChannel,\n NotificationSettings,\n ParameterInfo,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n Port,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n Secret,\n ServiceFabric,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n Subnet,\n SubnetOverride,\n SubnetSharedPublicIpAddressConfiguration,\n TargetCostProperties,\n User,\n UserIdentity,\n UserSecretStore,\n VirtualNetwork,\n WeekDetails,\n WindowsOsInfo\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/artifactsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Artifacts. */\nexport class Artifacts {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Artifacts.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List artifacts in a given artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArtifactsListResponse>\n */\n list(resourceGroupName: string, labName: string, artifactSourceName: string, options?: Models.ArtifactsListOptionalParams): Promise<Models.ArtifactsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, artifactSourceName: string, callback: msRest.ServiceCallback<Models.ArtifactList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, artifactSourceName: string, options: Models.ArtifactsListOptionalParams, callback: msRest.ServiceCallback<Models.ArtifactList>): void;\n list(resourceGroupName: string, labName: string, artifactSourceName: string, options?: Models.ArtifactsListOptionalParams | msRest.ServiceCallback<Models.ArtifactList>, callback?: msRest.ServiceCallback<Models.ArtifactList>): Promise<Models.ArtifactsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n artifactSourceName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ArtifactsListResponse>;\n }\n\n /**\n * Get artifact.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the artifact.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArtifactsGetResponse>\n */\n get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, options?: Models.ArtifactsGetOptionalParams): Promise<Models.ArtifactsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the artifact.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, callback: msRest.ServiceCallback<Models.Artifact>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the artifact.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, options: Models.ArtifactsGetOptionalParams, callback: msRest.ServiceCallback<Models.Artifact>): void;\n get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, options?: Models.ArtifactsGetOptionalParams | msRest.ServiceCallback<Models.Artifact>, callback?: msRest.ServiceCallback<Models.Artifact>): Promise<Models.ArtifactsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n artifactSourceName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ArtifactsGetResponse>;\n }\n\n /**\n * Generates an ARM template for the given artifact, uploads the required files to a storage\n * account, and validates the generated artifact.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the artifact.\n * @param generateArmTemplateRequest Parameters for generating an ARM template for deploying\n * artifacts.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArtifactsGenerateArmTemplateResponse>\n */\n generateArmTemplate(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, generateArmTemplateRequest: Models.GenerateArmTemplateRequest, options?: msRest.RequestOptionsBase): Promise<Models.ArtifactsGenerateArmTemplateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the artifact.\n * @param generateArmTemplateRequest Parameters for generating an ARM template for deploying\n * artifacts.\n * @param callback The callback\n */\n generateArmTemplate(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, generateArmTemplateRequest: Models.GenerateArmTemplateRequest, callback: msRest.ServiceCallback<Models.ArmTemplateInfo>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the artifact.\n * @param generateArmTemplateRequest Parameters for generating an ARM template for deploying\n * artifacts.\n * @param options The optional parameters\n * @param callback The callback\n */\n generateArmTemplate(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, generateArmTemplateRequest: Models.GenerateArmTemplateRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ArmTemplateInfo>): void;\n generateArmTemplate(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, generateArmTemplateRequest: Models.GenerateArmTemplateRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ArmTemplateInfo>, callback?: msRest.ServiceCallback<Models.ArmTemplateInfo>): Promise<Models.ArtifactsGenerateArmTemplateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n artifactSourceName,\n name,\n generateArmTemplateRequest,\n options\n },\n generateArmTemplateOperationSpec,\n callback) as Promise<Models.ArtifactsGenerateArmTemplateResponse>;\n }\n\n /**\n * List artifacts in a given artifact source.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ArtifactsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ArtifactsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ArtifactList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ArtifactList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ArtifactList>, callback?: msRest.ServiceCallback<Models.ArtifactList>): Promise<Models.ArtifactsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ArtifactsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.artifactSourceName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.artifactSourceName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Artifact\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst generateArmTemplateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}/generateArmTemplate\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.artifactSourceName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"generateArmTemplateRequest\",\n mapper: {\n ...Mappers.GenerateArmTemplateRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ArmTemplateInfo\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ArmTemplate,\n ArmTemplateParameterProperties,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactInstallProperties,\n ArtifactParameterProperties,\n ArtifactSource,\n AttachNewDataDiskOptions,\n BaseResource,\n BulkCreationParameters,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImagePropertiesCustom,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromVm,\n DataDiskProperties,\n DataDiskStorageTypeInfo,\n DayDetails,\n Disk,\n DtlEnvironment,\n EnvironmentDeploymentProperties,\n Event,\n ExternalSubnet,\n Formula,\n FormulaPropertiesFromVm,\n GalleryImage,\n GalleryImageReference,\n HourDetails,\n IdentityProperties,\n InboundNatRule,\n Lab,\n LabAnnouncementProperties,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabResourceCostProperties,\n LabSupportProperties,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LinuxOsInfo,\n NetworkInterfaceProperties,\n NotificationChannel,\n NotificationSettings,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n Port,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n Secret,\n ServiceFabric,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n Subnet,\n SubnetOverride,\n SubnetSharedPublicIpAddressConfiguration,\n TargetCostProperties,\n User,\n UserIdentity,\n UserSecretStore,\n VirtualNetwork,\n WeekDetails,\n WindowsOsInfo\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/costsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Costs. */\nexport class Costs {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Costs.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * Get cost.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the cost.\n * @param [options] The optional parameters\n * @returns Promise<Models.CostsGetResponse>\n */\n get(resourceGroupName: string, labName: string, name: string, options?: Models.CostsGetOptionalParams): Promise<Models.CostsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the cost.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.LabCost>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the cost.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, options: Models.CostsGetOptionalParams, callback: msRest.ServiceCallback<Models.LabCost>): void;\n get(resourceGroupName: string, labName: string, name: string, options?: Models.CostsGetOptionalParams | msRest.ServiceCallback<Models.LabCost>, callback?: msRest.ServiceCallback<Models.LabCost>): Promise<Models.CostsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.CostsGetResponse>;\n }\n\n /**\n * Create or replace an existing cost.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the cost.\n * @param labCost A cost item.\n * @param [options] The optional parameters\n * @returns Promise<Models.CostsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, labCost: Models.LabCost, options?: msRest.RequestOptionsBase): Promise<Models.CostsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the cost.\n * @param labCost A cost item.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, labCost: Models.LabCost, callback: msRest.ServiceCallback<Models.LabCost>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the cost.\n * @param labCost A cost item.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, labCost: Models.LabCost, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LabCost>): void;\n createOrUpdate(resourceGroupName: string, labName: string, name: string, labCost: Models.LabCost, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LabCost>, callback?: msRest.ServiceCallback<Models.LabCost>): Promise<Models.CostsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n labCost,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.CostsCreateOrUpdateResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/costs/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LabCost\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/costs/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"labCost\",\n mapper: {\n ...Mappers.LabCost,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.LabCost\n },\n 201: {\n bodyMapper: Mappers.LabCost\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImageList,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/customImagesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a CustomImages. */\nexport class CustomImages {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a CustomImages.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List custom images in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomImagesListResponse>\n */\n list(resourceGroupName: string, labName: string, options?: Models.CustomImagesListOptionalParams): Promise<Models.CustomImagesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.CustomImageList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, options: Models.CustomImagesListOptionalParams, callback: msRest.ServiceCallback<Models.CustomImageList>): void;\n list(resourceGroupName: string, labName: string, options?: Models.CustomImagesListOptionalParams | msRest.ServiceCallback<Models.CustomImageList>, callback?: msRest.ServiceCallback<Models.CustomImageList>): Promise<Models.CustomImagesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.CustomImagesListResponse>;\n }\n\n /**\n * Get custom image.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomImagesGetResponse>\n */\n get(resourceGroupName: string, labName: string, name: string, options?: Models.CustomImagesGetOptionalParams): Promise<Models.CustomImagesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.CustomImage>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, options: Models.CustomImagesGetOptionalParams, callback: msRest.ServiceCallback<Models.CustomImage>): void;\n get(resourceGroupName: string, labName: string, name: string, options?: Models.CustomImagesGetOptionalParams | msRest.ServiceCallback<Models.CustomImage>, callback?: msRest.ServiceCallback<Models.CustomImage>): Promise<Models.CustomImagesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.CustomImagesGetResponse>;\n }\n\n /**\n * Create or replace an existing custom image. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param customImage A custom image.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomImagesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, customImage: Models.CustomImage, options?: msRest.RequestOptionsBase): Promise<Models.CustomImagesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,labName,name,customImage,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.CustomImagesCreateOrUpdateResponse>;\n }\n\n /**\n * Delete custom image. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Modify properties of custom images.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param customImage A custom image.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomImagesUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, name: string, customImage: Models.CustomImageFragment, options?: msRest.RequestOptionsBase): Promise<Models.CustomImagesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param customImage A custom image.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, customImage: Models.CustomImageFragment, callback: msRest.ServiceCallback<Models.CustomImage>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param customImage A custom image.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, customImage: Models.CustomImageFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomImage>): void;\n update(resourceGroupName: string, labName: string, name: string, customImage: Models.CustomImageFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CustomImage>, callback?: msRest.ServiceCallback<Models.CustomImage>): Promise<Models.CustomImagesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n customImage,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.CustomImagesUpdateResponse>;\n }\n\n /**\n * Create or replace an existing custom image. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param customImage A custom image.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, customImage: Models.CustomImage, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n customImage,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete custom image. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * List custom images in a given lab.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomImagesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CustomImagesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.CustomImageList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomImageList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CustomImageList>, callback?: msRest.ServiceCallback<Models.CustomImageList>): Promise<Models.CustomImagesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.CustomImagesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CustomImageList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CustomImage\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"customImage\",\n mapper: {\n ...Mappers.CustomImageFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CustomImage\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"customImage\",\n mapper: {\n ...Mappers.CustomImage,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CustomImage\n },\n 201: {\n bodyMapper: Mappers.CustomImage\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CustomImageList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaList,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/formulasMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Formulas. */\nexport class Formulas {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Formulas.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List formulas in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.FormulasListResponse>\n */\n list(resourceGroupName: string, labName: string, options?: Models.FormulasListOptionalParams): Promise<Models.FormulasListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.FormulaList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, options: Models.FormulasListOptionalParams, callback: msRest.ServiceCallback<Models.FormulaList>): void;\n list(resourceGroupName: string, labName: string, options?: Models.FormulasListOptionalParams | msRest.ServiceCallback<Models.FormulaList>, callback?: msRest.ServiceCallback<Models.FormulaList>): Promise<Models.FormulasListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.FormulasListResponse>;\n }\n\n /**\n * Get formula.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param [options] The optional parameters\n * @returns Promise<Models.FormulasGetResponse>\n */\n get(resourceGroupName: string, labName: string, name: string, options?: Models.FormulasGetOptionalParams): Promise<Models.FormulasGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.Formula>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, options: Models.FormulasGetOptionalParams, callback: msRest.ServiceCallback<Models.Formula>): void;\n get(resourceGroupName: string, labName: string, name: string, options?: Models.FormulasGetOptionalParams | msRest.ServiceCallback<Models.Formula>, callback?: msRest.ServiceCallback<Models.Formula>): Promise<Models.FormulasGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.FormulasGetResponse>;\n }\n\n /**\n * Create or replace an existing Formula. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param formula A formula for creating a VM, specifying an image base and other parameters\n * @param [options] The optional parameters\n * @returns Promise<Models.FormulasCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, formula: Models.Formula, options?: msRest.RequestOptionsBase): Promise<Models.FormulasCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,labName,name,formula,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.FormulasCreateOrUpdateResponse>;\n }\n\n /**\n * Delete formula.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Modify properties of formulas.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param formula A formula for creating a VM, specifying an image base and other parameters\n * @param [options] The optional parameters\n * @returns Promise<Models.FormulasUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, name: string, formula: Models.FormulaFragment, options?: msRest.RequestOptionsBase): Promise<Models.FormulasUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param formula A formula for creating a VM, specifying an image base and other parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, formula: Models.FormulaFragment, callback: msRest.ServiceCallback<Models.Formula>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param formula A formula for creating a VM, specifying an image base and other parameters\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, formula: Models.FormulaFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Formula>): void;\n update(resourceGroupName: string, labName: string, name: string, formula: Models.FormulaFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Formula>, callback?: msRest.ServiceCallback<Models.Formula>): Promise<Models.FormulasUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n formula,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.FormulasUpdateResponse>;\n }\n\n /**\n * Create or replace an existing Formula. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param formula A formula for creating a VM, specifying an image base and other parameters\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, formula: Models.Formula, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n formula,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * List formulas in a given lab.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.FormulasListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.FormulasListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.FormulaList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.FormulaList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.FormulaList>, callback?: msRest.ServiceCallback<Models.FormulaList>): Promise<Models.FormulasListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.FormulasListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FormulaList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Formula\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"formula\",\n mapper: {\n ...Mappers.FormulaFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Formula\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"formula\",\n mapper: {\n ...Mappers.Formula,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Formula\n },\n 201: {\n bodyMapper: Mappers.Formula\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.FormulaList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ArmTemplate,\n ArmTemplateParameterProperties,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactInstallProperties,\n ArtifactParameterProperties,\n ArtifactSource,\n AttachNewDataDiskOptions,\n BaseResource,\n BulkCreationParameters,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImagePropertiesCustom,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromVm,\n DataDiskProperties,\n DataDiskStorageTypeInfo,\n DayDetails,\n Disk,\n DtlEnvironment,\n EnvironmentDeploymentProperties,\n Event,\n ExternalSubnet,\n Formula,\n FormulaPropertiesFromVm,\n GalleryImage,\n GalleryImageList,\n GalleryImageReference,\n HourDetails,\n IdentityProperties,\n InboundNatRule,\n Lab,\n LabAnnouncementProperties,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabResourceCostProperties,\n LabSupportProperties,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LinuxOsInfo,\n NetworkInterfaceProperties,\n NotificationChannel,\n NotificationSettings,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n Port,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n Secret,\n ServiceFabric,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n Subnet,\n SubnetOverride,\n SubnetSharedPublicIpAddressConfiguration,\n TargetCostProperties,\n User,\n UserIdentity,\n UserSecretStore,\n VirtualNetwork,\n WeekDetails,\n WindowsOsInfo\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/galleryImagesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a GalleryImages. */\nexport class GalleryImages {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a GalleryImages.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List gallery images in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.GalleryImagesListResponse>\n */\n list(resourceGroupName: string, labName: string, options?: Models.GalleryImagesListOptionalParams): Promise<Models.GalleryImagesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.GalleryImageList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, options: Models.GalleryImagesListOptionalParams, callback: msRest.ServiceCallback<Models.GalleryImageList>): void;\n list(resourceGroupName: string, labName: string, options?: Models.GalleryImagesListOptionalParams | msRest.ServiceCallback<Models.GalleryImageList>, callback?: msRest.ServiceCallback<Models.GalleryImageList>): Promise<Models.GalleryImagesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.GalleryImagesListResponse>;\n }\n\n /**\n * List gallery images in a given lab.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.GalleryImagesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.GalleryImagesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.GalleryImageList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.GalleryImageList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.GalleryImageList>, callback?: msRest.ServiceCallback<Models.GalleryImageList>): Promise<Models.GalleryImagesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.GalleryImagesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/galleryimages\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.GalleryImageList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.GalleryImageList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationChannelList,\n NotificationSettings,\n NotificationSettingsFragment,\n NotifyParameters,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/notificationChannelsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a NotificationChannels. */\nexport class NotificationChannels {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a NotificationChannels.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List notification channels in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.NotificationChannelsListResponse>\n */\n list(resourceGroupName: string, labName: string, options?: Models.NotificationChannelsListOptionalParams): Promise<Models.NotificationChannelsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.NotificationChannelList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, options: Models.NotificationChannelsListOptionalParams, callback: msRest.ServiceCallback<Models.NotificationChannelList>): void;\n list(resourceGroupName: string, labName: string, options?: Models.NotificationChannelsListOptionalParams | msRest.ServiceCallback<Models.NotificationChannelList>, callback?: msRest.ServiceCallback<Models.NotificationChannelList>): Promise<Models.NotificationChannelsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.NotificationChannelsListResponse>;\n }\n\n /**\n * Get notification channel.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param [options] The optional parameters\n * @returns Promise<Models.NotificationChannelsGetResponse>\n */\n get(resourceGroupName: string, labName: string, name: string, options?: Models.NotificationChannelsGetOptionalParams): Promise<Models.NotificationChannelsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.NotificationChannel>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, options: Models.NotificationChannelsGetOptionalParams, callback: msRest.ServiceCallback<Models.NotificationChannel>): void;\n get(resourceGroupName: string, labName: string, name: string, options?: Models.NotificationChannelsGetOptionalParams | msRest.ServiceCallback<Models.NotificationChannel>, callback?: msRest.ServiceCallback<Models.NotificationChannel>): Promise<Models.NotificationChannelsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.NotificationChannelsGetResponse>;\n }\n\n /**\n * Create or replace an existing notificationChannel.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param notificationChannel A notification.\n * @param [options] The optional parameters\n * @returns Promise<Models.NotificationChannelsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, notificationChannel: Models.NotificationChannel, options?: msRest.RequestOptionsBase): Promise<Models.NotificationChannelsCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param notificationChannel A notification.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, notificationChannel: Models.NotificationChannel, callback: msRest.ServiceCallback<Models.NotificationChannel>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param notificationChannel A notification.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, notificationChannel: Models.NotificationChannel, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NotificationChannel>): void;\n createOrUpdate(resourceGroupName: string, labName: string, name: string, notificationChannel: Models.NotificationChannel, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NotificationChannel>, callback?: msRest.ServiceCallback<Models.NotificationChannel>): Promise<Models.NotificationChannelsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n notificationChannel,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.NotificationChannelsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete notification channel.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Modify properties of notification channels.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param notificationChannel A notification.\n * @param [options] The optional parameters\n * @returns Promise<Models.NotificationChannelsUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, name: string, notificationChannel: Models.NotificationChannelFragment, options?: msRest.RequestOptionsBase): Promise<Models.NotificationChannelsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param notificationChannel A notification.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, notificationChannel: Models.NotificationChannelFragment, callback: msRest.ServiceCallback<Models.NotificationChannel>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param notificationChannel A notification.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, notificationChannel: Models.NotificationChannelFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NotificationChannel>): void;\n update(resourceGroupName: string, labName: string, name: string, notificationChannel: Models.NotificationChannelFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NotificationChannel>, callback?: msRest.ServiceCallback<Models.NotificationChannel>): Promise<Models.NotificationChannelsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n notificationChannel,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.NotificationChannelsUpdateResponse>;\n }\n\n /**\n * Send notification to provided channel.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param notifyParameters Properties for generating a Notification.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n notify(resourceGroupName: string, labName: string, name: string, notifyParameters: Models.NotifyParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param notifyParameters Properties for generating a Notification.\n * @param callback The callback\n */\n notify(resourceGroupName: string, labName: string, name: string, notifyParameters: Models.NotifyParameters, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notificationChannel.\n * @param notifyParameters Properties for generating a Notification.\n * @param options The optional parameters\n * @param callback The callback\n */\n notify(resourceGroupName: string, labName: string, name: string, notifyParameters: Models.NotifyParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n notify(resourceGroupName: string, labName: string, name: string, notifyParameters: Models.NotifyParameters, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n notifyParameters,\n options\n },\n notifyOperationSpec,\n callback);\n }\n\n /**\n * List notification channels in a given lab.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.NotificationChannelsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.NotificationChannelsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.NotificationChannelList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NotificationChannelList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.NotificationChannelList>, callback?: msRest.ServiceCallback<Models.NotificationChannelList>): Promise<Models.NotificationChannelsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.NotificationChannelsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.NotificationChannelList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.NotificationChannel\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"notificationChannel\",\n mapper: {\n ...Mappers.NotificationChannel,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.NotificationChannel\n },\n 201: {\n bodyMapper: Mappers.NotificationChannel\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"notificationChannel\",\n mapper: {\n ...Mappers.NotificationChannelFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.NotificationChannel\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst notifyOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}/notify\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"notifyParameters\",\n mapper: {\n ...Mappers.NotifyParameters,\n required: true\n }\n },\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.NotificationChannelList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n CloudError,\n EvaluatePoliciesProperties,\n EvaluatePoliciesRequest,\n EvaluatePoliciesResponse,\n PolicySetResult,\n PolicyViolation\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/policySetsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a PolicySets. */\nexport class PolicySets {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a PolicySets.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * Evaluates lab policy.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the policy set.\n * @param evaluatePoliciesRequest Request body for evaluating a policy set.\n * @param [options] The optional parameters\n * @returns Promise<Models.PolicySetsEvaluatePoliciesResponse>\n */\n evaluatePolicies(resourceGroupName: string, labName: string, name: string, evaluatePoliciesRequest: Models.EvaluatePoliciesRequest, options?: msRest.RequestOptionsBase): Promise<Models.PolicySetsEvaluatePoliciesResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the policy set.\n * @param evaluatePoliciesRequest Request body for evaluating a policy set.\n * @param callback The callback\n */\n evaluatePolicies(resourceGroupName: string, labName: string, name: string, evaluatePoliciesRequest: Models.EvaluatePoliciesRequest, callback: msRest.ServiceCallback<Models.EvaluatePoliciesResponse>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the policy set.\n * @param evaluatePoliciesRequest Request body for evaluating a policy set.\n * @param options The optional parameters\n * @param callback The callback\n */\n evaluatePolicies(resourceGroupName: string, labName: string, name: string, evaluatePoliciesRequest: Models.EvaluatePoliciesRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EvaluatePoliciesResponse>): void;\n evaluatePolicies(resourceGroupName: string, labName: string, name: string, evaluatePoliciesRequest: Models.EvaluatePoliciesRequest, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EvaluatePoliciesResponse>, callback?: msRest.ServiceCallback<Models.EvaluatePoliciesResponse>): Promise<Models.PolicySetsEvaluatePoliciesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n evaluatePoliciesRequest,\n options\n },\n evaluatePoliciesOperationSpec,\n callback) as Promise<Models.PolicySetsEvaluatePoliciesResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst evaluatePoliciesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{name}/evaluatePolicies\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"evaluatePoliciesRequest\",\n mapper: {\n ...Mappers.EvaluatePoliciesRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.EvaluatePoliciesResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n PolicyList,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/policiesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Policies. */\nexport class Policies {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Policies.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List policies in a given policy set.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoliciesListResponse>\n */\n list(resourceGroupName: string, labName: string, policySetName: string, options?: Models.PoliciesListOptionalParams): Promise<Models.PoliciesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, policySetName: string, callback: msRest.ServiceCallback<Models.PolicyList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, policySetName: string, options: Models.PoliciesListOptionalParams, callback: msRest.ServiceCallback<Models.PolicyList>): void;\n list(resourceGroupName: string, labName: string, policySetName: string, options?: Models.PoliciesListOptionalParams | msRest.ServiceCallback<Models.PolicyList>, callback?: msRest.ServiceCallback<Models.PolicyList>): Promise<Models.PoliciesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n policySetName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.PoliciesListResponse>;\n }\n\n /**\n * Get policy.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoliciesGetResponse>\n */\n get(resourceGroupName: string, labName: string, policySetName: string, name: string, options?: Models.PoliciesGetOptionalParams): Promise<Models.PoliciesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, policySetName: string, name: string, callback: msRest.ServiceCallback<Models.Policy>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, policySetName: string, name: string, options: Models.PoliciesGetOptionalParams, callback: msRest.ServiceCallback<Models.Policy>): void;\n get(resourceGroupName: string, labName: string, policySetName: string, name: string, options?: Models.PoliciesGetOptionalParams | msRest.ServiceCallback<Models.Policy>, callback?: msRest.ServiceCallback<Models.Policy>): Promise<Models.PoliciesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n policySetName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.PoliciesGetResponse>;\n }\n\n /**\n * Create or replace an existing policy.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param policy A Policy.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoliciesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, policySetName: string, name: string, policy: Models.Policy, options?: msRest.RequestOptionsBase): Promise<Models.PoliciesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param policy A Policy.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, policySetName: string, name: string, policy: Models.Policy, callback: msRest.ServiceCallback<Models.Policy>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param policy A Policy.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, policySetName: string, name: string, policy: Models.Policy, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Policy>): void;\n createOrUpdate(resourceGroupName: string, labName: string, policySetName: string, name: string, policy: Models.Policy, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Policy>, callback?: msRest.ServiceCallback<Models.Policy>): Promise<Models.PoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n policySetName,\n name,\n policy,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.PoliciesCreateOrUpdateResponse>;\n }\n\n /**\n * Delete policy.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, policySetName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, policySetName: string, name: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, policySetName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, labName: string, policySetName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n policySetName,\n name,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Modify properties of policies.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param policy A Policy.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoliciesUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, policySetName: string, name: string, policy: Models.PolicyFragment, options?: msRest.RequestOptionsBase): Promise<Models.PoliciesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param policy A Policy.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, policySetName: string, name: string, policy: Models.PolicyFragment, callback: msRest.ServiceCallback<Models.Policy>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param policy A Policy.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, policySetName: string, name: string, policy: Models.PolicyFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Policy>): void;\n update(resourceGroupName: string, labName: string, policySetName: string, name: string, policy: Models.PolicyFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Policy>, callback?: msRest.ServiceCallback<Models.Policy>): Promise<Models.PoliciesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n policySetName,\n name,\n policy,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.PoliciesUpdateResponse>;\n }\n\n /**\n * List policies in a given policy set.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoliciesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PoliciesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PolicyList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PolicyList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.PolicyList>, callback?: msRest.ServiceCallback<Models.PolicyList>): Promise<Models.PoliciesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.PoliciesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.policySetName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.policySetName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Policy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.policySetName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"policy\",\n mapper: {\n ...Mappers.Policy,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Policy\n },\n 201: {\n bodyMapper: Mappers.Policy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.policySetName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.policySetName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"policy\",\n mapper: {\n ...Mappers.PolicyFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Policy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n ScheduleList,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/schedulesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Schedules. */\nexport class Schedules {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Schedules.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List schedules in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.SchedulesListResponse>\n */\n list(resourceGroupName: string, labName: string, options?: Models.SchedulesListOptionalParams): Promise<Models.SchedulesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, options: Models.SchedulesListOptionalParams, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n list(resourceGroupName: string, labName: string, options?: Models.SchedulesListOptionalParams | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.SchedulesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SchedulesListResponse>;\n }\n\n /**\n * Get schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.SchedulesGetResponse>\n */\n get(resourceGroupName: string, labName: string, name: string, options?: Models.SchedulesGetOptionalParams): Promise<Models.SchedulesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, options: Models.SchedulesGetOptionalParams, callback: msRest.ServiceCallback<Models.Schedule>): void;\n get(resourceGroupName: string, labName: string, name: string, options?: Models.SchedulesGetOptionalParams | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.SchedulesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SchedulesGetResponse>;\n }\n\n /**\n * Create or replace an existing schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.SchedulesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, schedule: Models.Schedule, options?: msRest.RequestOptionsBase): Promise<Models.SchedulesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, schedule: Models.Schedule, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, schedule: Models.Schedule, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n createOrUpdate(resourceGroupName: string, labName: string, name: string, schedule: Models.Schedule, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.SchedulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n schedule,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.SchedulesCreateOrUpdateResponse>;\n }\n\n /**\n * Delete schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Modify properties of schedules.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.SchedulesUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, name: string, schedule: Models.ScheduleFragment, options?: msRest.RequestOptionsBase): Promise<Models.SchedulesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, schedule: Models.ScheduleFragment, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, schedule: Models.ScheduleFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n update(resourceGroupName: string, labName: string, name: string, schedule: Models.ScheduleFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.SchedulesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n schedule,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.SchedulesUpdateResponse>;\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n execute(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginExecute(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Lists all applicable schedules\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.SchedulesListApplicableResponse>\n */\n listApplicable(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.SchedulesListApplicableResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param callback The callback\n */\n listApplicable(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n listApplicable(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n listApplicable(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.SchedulesListApplicableResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n listApplicableOperationSpec,\n callback) as Promise<Models.SchedulesListApplicableResponse>;\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginExecute(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginExecuteOperationSpec,\n options);\n }\n\n /**\n * List schedules in a given lab.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SchedulesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SchedulesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.SchedulesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.SchedulesListNextResponse>;\n }\n\n /**\n * Lists all applicable schedules\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SchedulesListApplicableNextResponse>\n */\n listApplicableNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SchedulesListApplicableNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listApplicableNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listApplicableNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n listApplicableNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.SchedulesListApplicableNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listApplicableNextOperationSpec,\n callback) as Promise<Models.SchedulesListApplicableNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"schedule\",\n mapper: {\n ...Mappers.Schedule,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n 201: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"schedule\",\n mapper: {\n ...Mappers.ScheduleFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listApplicableOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}/listApplicable\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginExecuteOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}/execute\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listApplicableNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ArmTemplate,\n ArmTemplateParameterProperties,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactInstallProperties,\n ArtifactParameterProperties,\n ArtifactSource,\n AttachNewDataDiskOptions,\n BaseResource,\n BulkCreationParameters,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImagePropertiesCustom,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromVm,\n DataDiskProperties,\n DataDiskStorageTypeInfo,\n DayDetails,\n Disk,\n DtlEnvironment,\n EnvironmentDeploymentProperties,\n Event,\n ExternalSubnet,\n Formula,\n FormulaPropertiesFromVm,\n GalleryImage,\n GalleryImageReference,\n HourDetails,\n IdentityProperties,\n InboundNatRule,\n Lab,\n LabAnnouncementProperties,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabResourceCostProperties,\n LabSupportProperties,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LinuxOsInfo,\n NetworkInterfaceProperties,\n NotificationChannel,\n NotificationSettings,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n Port,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n Secret,\n ServiceFabric,\n ServiceRunner,\n ServiceRunnerList,\n SharedPublicIpAddressConfiguration,\n Subnet,\n SubnetOverride,\n SubnetSharedPublicIpAddressConfiguration,\n TargetCostProperties,\n User,\n UserIdentity,\n UserSecretStore,\n VirtualNetwork,\n WeekDetails,\n WindowsOsInfo\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/serviceRunnersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a ServiceRunners. */\nexport class ServiceRunners {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a ServiceRunners.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List service runners in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceRunnersListResponse>\n */\n list(resourceGroupName: string, labName: string, options?: Models.ServiceRunnersListOptionalParams): Promise<Models.ServiceRunnersListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.ServiceRunnerList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, options: Models.ServiceRunnersListOptionalParams, callback: msRest.ServiceCallback<Models.ServiceRunnerList>): void;\n list(resourceGroupName: string, labName: string, options?: Models.ServiceRunnersListOptionalParams | msRest.ServiceCallback<Models.ServiceRunnerList>, callback?: msRest.ServiceCallback<Models.ServiceRunnerList>): Promise<Models.ServiceRunnersListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ServiceRunnersListResponse>;\n }\n\n /**\n * Get service runner.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceRunnersGetResponse>\n */\n get(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceRunnersGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.ServiceRunner>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServiceRunner>): void;\n get(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServiceRunner>, callback?: msRest.ServiceCallback<Models.ServiceRunner>): Promise<Models.ServiceRunnersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ServiceRunnersGetResponse>;\n }\n\n /**\n * Create or replace an existing Service runner.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param serviceRunner A container for a managed identity to execute DevTest lab services.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceRunnersCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, serviceRunner: Models.ServiceRunner, options?: msRest.RequestOptionsBase): Promise<Models.ServiceRunnersCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param serviceRunner A container for a managed identity to execute DevTest lab services.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, serviceRunner: Models.ServiceRunner, callback: msRest.ServiceCallback<Models.ServiceRunner>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param serviceRunner A container for a managed identity to execute DevTest lab services.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, serviceRunner: Models.ServiceRunner, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServiceRunner>): void;\n createOrUpdate(resourceGroupName: string, labName: string, name: string, serviceRunner: Models.ServiceRunner, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServiceRunner>, callback?: msRest.ServiceCallback<Models.ServiceRunner>): Promise<Models.ServiceRunnersCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n serviceRunner,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ServiceRunnersCreateOrUpdateResponse>;\n }\n\n /**\n * Delete service runner.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * List service runners in a given lab.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceRunnersListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceRunnersListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ServiceRunnerList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServiceRunnerList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServiceRunnerList>, callback?: msRest.ServiceCallback<Models.ServiceRunnerList>): Promise<Models.ServiceRunnersListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ServiceRunnersListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceRunnerList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceRunner\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"serviceRunner\",\n mapper: {\n ...Mappers.ServiceRunner,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceRunner\n },\n 201: {\n bodyMapper: Mappers.ServiceRunner\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceRunnerList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserList,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/usersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Users. */\nexport class Users {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Users.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List user profiles in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsersListResponse>\n */\n list(resourceGroupName: string, labName: string, options?: Models.UsersListOptionalParams): Promise<Models.UsersListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.UserList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, options: Models.UsersListOptionalParams, callback: msRest.ServiceCallback<Models.UserList>): void;\n list(resourceGroupName: string, labName: string, options?: Models.UsersListOptionalParams | msRest.ServiceCallback<Models.UserList>, callback?: msRest.ServiceCallback<Models.UserList>): Promise<Models.UsersListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.UsersListResponse>;\n }\n\n /**\n * Get user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsersGetResponse>\n */\n get(resourceGroupName: string, labName: string, name: string, options?: Models.UsersGetOptionalParams): Promise<Models.UsersGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.User>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, options: Models.UsersGetOptionalParams, callback: msRest.ServiceCallback<Models.User>): void;\n get(resourceGroupName: string, labName: string, name: string, options?: Models.UsersGetOptionalParams | msRest.ServiceCallback<Models.User>, callback?: msRest.ServiceCallback<Models.User>): Promise<Models.UsersGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.UsersGetResponse>;\n }\n\n /**\n * Create or replace an existing user profile. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param user Profile of a lab user.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsersCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, user: Models.User, options?: msRest.RequestOptionsBase): Promise<Models.UsersCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,labName,name,user,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.UsersCreateOrUpdateResponse>;\n }\n\n /**\n * Delete user profile. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Modify properties of user profiles.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param user Profile of a lab user.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsersUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, name: string, user: Models.UserFragment, options?: msRest.RequestOptionsBase): Promise<Models.UsersUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param user Profile of a lab user.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, user: Models.UserFragment, callback: msRest.ServiceCallback<Models.User>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param user Profile of a lab user.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, user: Models.UserFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.User>): void;\n update(resourceGroupName: string, labName: string, name: string, user: Models.UserFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.User>, callback?: msRest.ServiceCallback<Models.User>): Promise<Models.UsersUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n user,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.UsersUpdateResponse>;\n }\n\n /**\n * Create or replace an existing user profile. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param user Profile of a lab user.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, user: Models.User, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n user,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete user profile. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * List user profiles in a given lab.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.UsersListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.UsersListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.UserList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.UserList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.UserList>, callback?: msRest.ServiceCallback<Models.UserList>): Promise<Models.UsersListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.UsersListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UserList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.User\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"user\",\n mapper: {\n ...Mappers.UserFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.User\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"user\",\n mapper: {\n ...Mappers.User,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.User\n },\n 201: {\n bodyMapper: Mappers.User\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.UserList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachDiskProperties,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n DetachDiskProperties,\n Disk,\n DiskFragment,\n DiskList,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/disksMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Disks. */\nexport class Disks {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Disks.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List disks in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.DisksListResponse>\n */\n list(resourceGroupName: string, labName: string, userName: string, options?: Models.DisksListOptionalParams): Promise<Models.DisksListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, userName: string, callback: msRest.ServiceCallback<Models.DiskList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, userName: string, options: Models.DisksListOptionalParams, callback: msRest.ServiceCallback<Models.DiskList>): void;\n list(resourceGroupName: string, labName: string, userName: string, options?: Models.DisksListOptionalParams | msRest.ServiceCallback<Models.DiskList>, callback?: msRest.ServiceCallback<Models.DiskList>): Promise<Models.DisksListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.DisksListResponse>;\n }\n\n /**\n * Get disk.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param [options] The optional parameters\n * @returns Promise<Models.DisksGetResponse>\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, options?: Models.DisksGetOptionalParams): Promise<Models.DisksGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, callback: msRest.ServiceCallback<Models.Disk>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, options: Models.DisksGetOptionalParams, callback: msRest.ServiceCallback<Models.Disk>): void;\n get(resourceGroupName: string, labName: string, userName: string, name: string, options?: Models.DisksGetOptionalParams | msRest.ServiceCallback<Models.Disk>, callback?: msRest.ServiceCallback<Models.Disk>): Promise<Models.DisksGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.DisksGetResponse>;\n }\n\n /**\n * Create or replace an existing disk. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param disk A Disk.\n * @param [options] The optional parameters\n * @returns Promise<Models.DisksCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, disk: Models.Disk, options?: msRest.RequestOptionsBase): Promise<Models.DisksCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,labName,userName,name,disk,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.DisksCreateOrUpdateResponse>;\n }\n\n /**\n * Delete disk. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,labName,userName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Modify properties of disks.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param disk A Disk.\n * @param [options] The optional parameters\n * @returns Promise<Models.DisksUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, disk: Models.DiskFragment, options?: msRest.RequestOptionsBase): Promise<Models.DisksUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param disk A Disk.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, disk: Models.DiskFragment, callback: msRest.ServiceCallback<Models.Disk>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param disk A Disk.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, disk: Models.DiskFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Disk>): void;\n update(resourceGroupName: string, labName: string, userName: string, name: string, disk: Models.DiskFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Disk>, callback?: msRest.ServiceCallback<Models.Disk>): Promise<Models.DisksUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n disk,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.DisksUpdateResponse>;\n }\n\n /**\n * Attach and create the lease of the disk to the virtual machine. This operation can take a while\n * to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param attachDiskProperties Properties of the disk to attach.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n attach(resourceGroupName: string, labName: string, userName: string, name: string, attachDiskProperties: Models.AttachDiskProperties, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginAttach(resourceGroupName,labName,userName,name,attachDiskProperties,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Detach and break the lease of the disk attached to the virtual machine. This operation can take\n * a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param detachDiskProperties Properties of the disk to detach.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n detach(resourceGroupName: string, labName: string, userName: string, name: string, detachDiskProperties: Models.DetachDiskProperties, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDetach(resourceGroupName,labName,userName,name,detachDiskProperties,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Create or replace an existing disk. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param disk A Disk.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, disk: Models.Disk, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n disk,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete disk. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Attach and create the lease of the disk to the virtual machine. This operation can take a while\n * to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param attachDiskProperties Properties of the disk to attach.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginAttach(resourceGroupName: string, labName: string, userName: string, name: string, attachDiskProperties: Models.AttachDiskProperties, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n attachDiskProperties,\n options\n },\n beginAttachOperationSpec,\n options);\n }\n\n /**\n * Detach and break the lease of the disk attached to the virtual machine. This operation can take\n * a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param detachDiskProperties Properties of the disk to detach.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDetach(resourceGroupName: string, labName: string, userName: string, name: string, detachDiskProperties: Models.DetachDiskProperties, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n detachDiskProperties,\n options\n },\n beginDetachOperationSpec,\n options);\n }\n\n /**\n * List disks in a given user profile.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.DisksListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DisksListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DiskList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DiskList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DiskList>, callback?: msRest.ServiceCallback<Models.DiskList>): Promise<Models.DisksListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.DisksListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DiskList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Disk\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"disk\",\n mapper: {\n ...Mappers.DiskFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Disk\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"disk\",\n mapper: {\n ...Mappers.Disk,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Disk\n },\n 201: {\n bodyMapper: Mappers.Disk\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginAttachOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}/attach\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"attachDiskProperties\",\n mapper: {\n ...Mappers.AttachDiskProperties,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDetachOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}/detach\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"detachDiskProperties\",\n mapper: {\n ...Mappers.DetachDiskProperties,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DiskList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n DtlEnvironmentList,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/environmentsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Environments. */\nexport class Environments {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Environments.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List environments in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnvironmentsListResponse>\n */\n list(resourceGroupName: string, labName: string, userName: string, options?: Models.EnvironmentsListOptionalParams): Promise<Models.EnvironmentsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, userName: string, callback: msRest.ServiceCallback<Models.DtlEnvironmentList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, userName: string, options: Models.EnvironmentsListOptionalParams, callback: msRest.ServiceCallback<Models.DtlEnvironmentList>): void;\n list(resourceGroupName: string, labName: string, userName: string, options?: Models.EnvironmentsListOptionalParams | msRest.ServiceCallback<Models.DtlEnvironmentList>, callback?: msRest.ServiceCallback<Models.DtlEnvironmentList>): Promise<Models.EnvironmentsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.EnvironmentsListResponse>;\n }\n\n /**\n * Get environment.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnvironmentsGetResponse>\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, options?: Models.EnvironmentsGetOptionalParams): Promise<Models.EnvironmentsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, callback: msRest.ServiceCallback<Models.DtlEnvironment>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, options: Models.EnvironmentsGetOptionalParams, callback: msRest.ServiceCallback<Models.DtlEnvironment>): void;\n get(resourceGroupName: string, labName: string, userName: string, name: string, options?: Models.EnvironmentsGetOptionalParams | msRest.ServiceCallback<Models.DtlEnvironment>, callback?: msRest.ServiceCallback<Models.DtlEnvironment>): Promise<Models.EnvironmentsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.EnvironmentsGetResponse>;\n }\n\n /**\n * Create or replace an existing environment. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param dtlEnvironment An environment, which is essentially an ARM template deployment.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnvironmentsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironment, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,labName,userName,name,dtlEnvironment,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.EnvironmentsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete environment. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,labName,userName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Modify properties of environments.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param dtlEnvironment An environment, which is essentially an ARM template deployment.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnvironmentsUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironmentFragment, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param dtlEnvironment An environment, which is essentially an ARM template deployment.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironmentFragment, callback: msRest.ServiceCallback<Models.DtlEnvironment>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param dtlEnvironment An environment, which is essentially an ARM template deployment.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironmentFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DtlEnvironment>): void;\n update(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironmentFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DtlEnvironment>, callback?: msRest.ServiceCallback<Models.DtlEnvironment>): Promise<Models.EnvironmentsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n dtlEnvironment,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.EnvironmentsUpdateResponse>;\n }\n\n /**\n * Create or replace an existing environment. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param dtlEnvironment An environment, which is essentially an ARM template deployment.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironment, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n dtlEnvironment,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete environment. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * List environments in a given user profile.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnvironmentsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DtlEnvironmentList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DtlEnvironmentList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.DtlEnvironmentList>, callback?: msRest.ServiceCallback<Models.DtlEnvironmentList>): Promise<Models.EnvironmentsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.EnvironmentsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DtlEnvironmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DtlEnvironment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"dtlEnvironment\",\n mapper: {\n ...Mappers.DtlEnvironmentFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DtlEnvironment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"dtlEnvironment\",\n mapper: {\n ...Mappers.DtlEnvironment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DtlEnvironment\n },\n 201: {\n bodyMapper: Mappers.DtlEnvironment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DtlEnvironmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n SecretList,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/secretsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a Secrets. */\nexport class Secrets {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a Secrets.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List secrets in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.SecretsListResponse>\n */\n list(resourceGroupName: string, labName: string, userName: string, options?: Models.SecretsListOptionalParams): Promise<Models.SecretsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, userName: string, callback: msRest.ServiceCallback<Models.SecretList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, userName: string, options: Models.SecretsListOptionalParams, callback: msRest.ServiceCallback<Models.SecretList>): void;\n list(resourceGroupName: string, labName: string, userName: string, options?: Models.SecretsListOptionalParams | msRest.ServiceCallback<Models.SecretList>, callback?: msRest.ServiceCallback<Models.SecretList>): Promise<Models.SecretsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.SecretsListResponse>;\n }\n\n /**\n * Get secret.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param [options] The optional parameters\n * @returns Promise<Models.SecretsGetResponse>\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, options?: Models.SecretsGetOptionalParams): Promise<Models.SecretsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, callback: msRest.ServiceCallback<Models.Secret>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, options: Models.SecretsGetOptionalParams, callback: msRest.ServiceCallback<Models.Secret>): void;\n get(resourceGroupName: string, labName: string, userName: string, name: string, options?: Models.SecretsGetOptionalParams | msRest.ServiceCallback<Models.Secret>, callback?: msRest.ServiceCallback<Models.Secret>): Promise<Models.SecretsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.SecretsGetResponse>;\n }\n\n /**\n * Create or replace an existing secret. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param secret A secret.\n * @param [options] The optional parameters\n * @returns Promise<Models.SecretsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, secret: Models.Secret, options?: msRest.RequestOptionsBase): Promise<Models.SecretsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,labName,userName,name,secret,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.SecretsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete secret.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Modify properties of secrets.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param secret A secret.\n * @param [options] The optional parameters\n * @returns Promise<Models.SecretsUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, secret: Models.SecretFragment, options?: msRest.RequestOptionsBase): Promise<Models.SecretsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param secret A secret.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, secret: Models.SecretFragment, callback: msRest.ServiceCallback<Models.Secret>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param secret A secret.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, secret: Models.SecretFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Secret>): void;\n update(resourceGroupName: string, labName: string, userName: string, name: string, secret: Models.SecretFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Secret>, callback?: msRest.ServiceCallback<Models.Secret>): Promise<Models.SecretsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n secret,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.SecretsUpdateResponse>;\n }\n\n /**\n * Create or replace an existing secret. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param secret A secret.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, secret: Models.Secret, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n secret,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * List secrets in a given user profile.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.SecretsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.SecretsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SecretList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SecretList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.SecretList>, callback?: msRest.ServiceCallback<Models.SecretList>): Promise<Models.SecretsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.SecretsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SecretList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Secret\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"secret\",\n mapper: {\n ...Mappers.SecretFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Secret\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"secret\",\n mapper: {\n ...Mappers.Secret,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Secret\n },\n 201: {\n bodyMapper: Mappers.Secret\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.SecretList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceFabricList,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/serviceFabricsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a ServiceFabrics. */\nexport class ServiceFabrics {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a ServiceFabrics.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List service fabrics in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricsListResponse>\n */\n list(resourceGroupName: string, labName: string, userName: string, options?: Models.ServiceFabricsListOptionalParams): Promise<Models.ServiceFabricsListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, userName: string, callback: msRest.ServiceCallback<Models.ServiceFabricList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, userName: string, options: Models.ServiceFabricsListOptionalParams, callback: msRest.ServiceCallback<Models.ServiceFabricList>): void;\n list(resourceGroupName: string, labName: string, userName: string, options?: Models.ServiceFabricsListOptionalParams | msRest.ServiceCallback<Models.ServiceFabricList>, callback?: msRest.ServiceCallback<Models.ServiceFabricList>): Promise<Models.ServiceFabricsListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ServiceFabricsListResponse>;\n }\n\n /**\n * Get service fabric.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricsGetResponse>\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, options?: Models.ServiceFabricsGetOptionalParams): Promise<Models.ServiceFabricsGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, callback: msRest.ServiceCallback<Models.ServiceFabric>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, userName: string, name: string, options: Models.ServiceFabricsGetOptionalParams, callback: msRest.ServiceCallback<Models.ServiceFabric>): void;\n get(resourceGroupName: string, labName: string, userName: string, name: string, options?: Models.ServiceFabricsGetOptionalParams | msRest.ServiceCallback<Models.ServiceFabric>, callback?: msRest.ServiceCallback<Models.ServiceFabric>): Promise<Models.ServiceFabricsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ServiceFabricsGetResponse>;\n }\n\n /**\n * Create or replace an existing Service Fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param serviceFabric A Service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricsCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: Models.ServiceFabric, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,labName,userName,name,serviceFabric,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.ServiceFabricsCreateOrUpdateResponse>;\n }\n\n /**\n * Delete service fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,labName,userName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Modify properties of service fabrics.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param serviceFabric A Service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricsUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: Models.ServiceFabricFragment, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricsUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param serviceFabric A Service Fabric.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: Models.ServiceFabricFragment, callback: msRest.ServiceCallback<Models.ServiceFabric>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param serviceFabric A Service Fabric.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: Models.ServiceFabricFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServiceFabric>): void;\n update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: Models.ServiceFabricFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServiceFabric>, callback?: msRest.ServiceCallback<Models.ServiceFabric>): Promise<Models.ServiceFabricsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n serviceFabric,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ServiceFabricsUpdateResponse>;\n }\n\n /**\n * Lists the applicable start/stop schedules, if any.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricsListApplicableSchedulesResponse>\n */\n listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricsListApplicableSchedulesResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param callback The callback\n */\n listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, callback: msRest.ServiceCallback<Models.ApplicableSchedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param options The optional parameters\n * @param callback The callback\n */\n listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicableSchedule>): void;\n listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicableSchedule>, callback?: msRest.ServiceCallback<Models.ApplicableSchedule>): Promise<Models.ServiceFabricsListApplicableSchedulesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n listApplicableSchedulesOperationSpec,\n callback) as Promise<Models.ServiceFabricsListApplicableSchedulesResponse>;\n }\n\n /**\n * Start a service fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n start(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStart(resourceGroupName,labName,userName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Stop a service fabric This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n stop(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStop(resourceGroupName,labName,userName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Create or replace an existing Service Fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param serviceFabric A Service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: Models.ServiceFabric, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n serviceFabric,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete service fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Start a service fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStart(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n beginStartOperationSpec,\n options);\n }\n\n /**\n * Stop a service fabric This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStop(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n name,\n options\n },\n beginStopOperationSpec,\n options);\n }\n\n /**\n * List service fabrics in a given user profile.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ServiceFabricList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ServiceFabricList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ServiceFabricList>, callback?: msRest.ServiceCallback<Models.ServiceFabricList>): Promise<Models.ServiceFabricsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ServiceFabricsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceFabricList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceFabric\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"serviceFabric\",\n mapper: {\n ...Mappers.ServiceFabricFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceFabric\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listApplicableSchedulesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}/listApplicableSchedules\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicableSchedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"serviceFabric\",\n mapper: {\n ...Mappers.ServiceFabric,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceFabric\n },\n 201: {\n bodyMapper: Mappers.ServiceFabric\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginStartOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}/start\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginStopOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}/stop\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceFabricList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n ScheduleList,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/serviceFabricSchedulesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a ServiceFabricSchedules. */\nexport class ServiceFabricSchedules {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a ServiceFabricSchedules.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List schedules in a given service fabric.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricSchedulesListResponse>\n */\n list(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, options?: Models.ServiceFabricSchedulesListOptionalParams): Promise<Models.ServiceFabricSchedulesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, options: Models.ServiceFabricSchedulesListOptionalParams, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n list(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, options?: Models.ServiceFabricSchedulesListOptionalParams | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.ServiceFabricSchedulesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.ServiceFabricSchedulesListResponse>;\n }\n\n /**\n * Get schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricSchedulesGetResponse>\n */\n get(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: Models.ServiceFabricSchedulesGetOptionalParams): Promise<Models.ServiceFabricSchedulesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options: Models.ServiceFabricSchedulesGetOptionalParams, callback: msRest.ServiceCallback<Models.Schedule>): void;\n get(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: Models.ServiceFabricSchedulesGetOptionalParams | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.ServiceFabricSchedulesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ServiceFabricSchedulesGetResponse>;\n }\n\n /**\n * Create or replace an existing schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricSchedulesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Models.Schedule, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricSchedulesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Models.Schedule, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Models.Schedule, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n createOrUpdate(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Models.Schedule, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.ServiceFabricSchedulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n schedule,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.ServiceFabricSchedulesCreateOrUpdateResponse>;\n }\n\n /**\n * Delete schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Modify properties of schedules.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricSchedulesUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Models.ScheduleFragment, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricSchedulesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Models.ScheduleFragment, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Models.ScheduleFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n update(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Models.ScheduleFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.ServiceFabricSchedulesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n schedule,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ServiceFabricSchedulesUpdateResponse>;\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n execute(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginExecute(resourceGroupName,labName,userName,serviceFabricName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service Fabric.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginExecute(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n options\n },\n beginExecuteOperationSpec,\n options);\n }\n\n /**\n * List schedules in a given service fabric.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ServiceFabricSchedulesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ServiceFabricSchedulesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.ServiceFabricSchedulesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.ServiceFabricSchedulesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"schedule\",\n mapper: {\n ...Mappers.Schedule,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n 201: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"schedule\",\n mapper: {\n ...Mappers.ScheduleFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginExecuteOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}/execute\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ApplyArtifactsRequest,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n DetachDataDiskProperties,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LabVirtualMachineList,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n RdpConnection,\n ResizeLabVirtualMachineProperties,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/virtualMachinesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a VirtualMachines. */\nexport class VirtualMachines {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a VirtualMachines.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List virtual machines in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachinesListResponse>\n */\n list(resourceGroupName: string, labName: string, options?: Models.VirtualMachinesListOptionalParams): Promise<Models.VirtualMachinesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.LabVirtualMachineList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, options: Models.VirtualMachinesListOptionalParams, callback: msRest.ServiceCallback<Models.LabVirtualMachineList>): void;\n list(resourceGroupName: string, labName: string, options?: Models.VirtualMachinesListOptionalParams | msRest.ServiceCallback<Models.LabVirtualMachineList>, callback?: msRest.ServiceCallback<Models.LabVirtualMachineList>): Promise<Models.VirtualMachinesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.VirtualMachinesListResponse>;\n }\n\n /**\n * Get virtual machine.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachinesGetResponse>\n */\n get(resourceGroupName: string, labName: string, name: string, options?: Models.VirtualMachinesGetOptionalParams): Promise<Models.VirtualMachinesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.LabVirtualMachine>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, options: Models.VirtualMachinesGetOptionalParams, callback: msRest.ServiceCallback<Models.LabVirtualMachine>): void;\n get(resourceGroupName: string, labName: string, name: string, options?: Models.VirtualMachinesGetOptionalParams | msRest.ServiceCallback<Models.LabVirtualMachine>, callback?: msRest.ServiceCallback<Models.LabVirtualMachine>): Promise<Models.VirtualMachinesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.VirtualMachinesGetResponse>;\n }\n\n /**\n * Create or replace an existing Virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param labVirtualMachine A virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachinesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, labVirtualMachine: Models.LabVirtualMachine, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachinesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,labName,name,labVirtualMachine,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.VirtualMachinesCreateOrUpdateResponse>;\n }\n\n /**\n * Delete virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Modify properties of virtual machines.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param labVirtualMachine A virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachinesUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, name: string, labVirtualMachine: Models.LabVirtualMachineFragment, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachinesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param labVirtualMachine A virtual machine.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, labVirtualMachine: Models.LabVirtualMachineFragment, callback: msRest.ServiceCallback<Models.LabVirtualMachine>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param labVirtualMachine A virtual machine.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, labVirtualMachine: Models.LabVirtualMachineFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LabVirtualMachine>): void;\n update(resourceGroupName: string, labName: string, name: string, labVirtualMachine: Models.LabVirtualMachineFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LabVirtualMachine>, callback?: msRest.ServiceCallback<Models.LabVirtualMachine>): Promise<Models.VirtualMachinesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n labVirtualMachine,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.VirtualMachinesUpdateResponse>;\n }\n\n /**\n * Attach a new or existing data disk to virtual machine. This operation can take a while to\n * complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param dataDiskProperties Request body for adding a new or existing data disk to a virtual\n * machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n addDataDisk(resourceGroupName: string, labName: string, name: string, dataDiskProperties: Models.DataDiskProperties, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginAddDataDisk(resourceGroupName,labName,name,dataDiskProperties,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Apply artifacts to virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param applyArtifactsRequest Request body for applying artifacts to a virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n applyArtifacts(resourceGroupName: string, labName: string, name: string, applyArtifactsRequest: Models.ApplyArtifactsRequest, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginApplyArtifacts(resourceGroupName,labName,name,applyArtifactsRequest,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Take ownership of an existing virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n claim(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginClaim(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Detach the specified disk from the virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param detachDataDiskProperties Request body for detaching data disk from a virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n detachDataDisk(resourceGroupName: string, labName: string, name: string, detachDataDiskProperties: Models.DetachDataDiskProperties, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDetachDataDisk(resourceGroupName,labName,name,detachDataDiskProperties,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Gets a string that represents the contents of the RDP file for the virtual machine\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachinesGetRdpFileContentsResponse>\n */\n getRdpFileContents(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachinesGetRdpFileContentsResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param callback The callback\n */\n getRdpFileContents(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.RdpConnection>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The optional parameters\n * @param callback The callback\n */\n getRdpFileContents(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RdpConnection>): void;\n getRdpFileContents(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.RdpConnection>, callback?: msRest.ServiceCallback<Models.RdpConnection>): Promise<Models.VirtualMachinesGetRdpFileContentsResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getRdpFileContentsOperationSpec,\n callback) as Promise<Models.VirtualMachinesGetRdpFileContentsResponse>;\n }\n\n /**\n * Lists the applicable start/stop schedules, if any.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachinesListApplicableSchedulesResponse>\n */\n listApplicableSchedules(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachinesListApplicableSchedulesResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param callback The callback\n */\n listApplicableSchedules(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.ApplicableSchedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The optional parameters\n * @param callback The callback\n */\n listApplicableSchedules(resourceGroupName: string, labName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicableSchedule>): void;\n listApplicableSchedules(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ApplicableSchedule>, callback?: msRest.ServiceCallback<Models.ApplicableSchedule>): Promise<Models.VirtualMachinesListApplicableSchedulesResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n listApplicableSchedulesOperationSpec,\n callback) as Promise<Models.VirtualMachinesListApplicableSchedulesResponse>;\n }\n\n /**\n * Redeploy a virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n redeploy(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginRedeploy(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Resize Virtual Machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param resizeLabVirtualMachineProperties Request body for resizing a virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n resize(resourceGroupName: string, labName: string, name: string, resizeLabVirtualMachineProperties: Models.ResizeLabVirtualMachineProperties, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginResize(resourceGroupName,labName,name,resizeLabVirtualMachineProperties,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Restart a virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n restart(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginRestart(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Start a virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n start(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStart(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Stop a virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n stop(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginStop(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Transfers all data disks attached to the virtual machine to be owned by the current user. This\n * operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n transferDisks(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginTransferDisks(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Release ownership of an existing virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n unClaim(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginUnClaim(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Create or replace an existing Virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param labVirtualMachine A virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, labVirtualMachine: Models.LabVirtualMachine, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n labVirtualMachine,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * Attach a new or existing data disk to virtual machine. This operation can take a while to\n * complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param dataDiskProperties Request body for adding a new or existing data disk to a virtual\n * machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginAddDataDisk(resourceGroupName: string, labName: string, name: string, dataDiskProperties: Models.DataDiskProperties, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n dataDiskProperties,\n options\n },\n beginAddDataDiskOperationSpec,\n options);\n }\n\n /**\n * Apply artifacts to virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param applyArtifactsRequest Request body for applying artifacts to a virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginApplyArtifacts(resourceGroupName: string, labName: string, name: string, applyArtifactsRequest: Models.ApplyArtifactsRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n applyArtifactsRequest,\n options\n },\n beginApplyArtifactsOperationSpec,\n options);\n }\n\n /**\n * Take ownership of an existing virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginClaim(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginClaimOperationSpec,\n options);\n }\n\n /**\n * Detach the specified disk from the virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param detachDataDiskProperties Request body for detaching data disk from a virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDetachDataDisk(resourceGroupName: string, labName: string, name: string, detachDataDiskProperties: Models.DetachDataDiskProperties, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n detachDataDiskProperties,\n options\n },\n beginDetachDataDiskOperationSpec,\n options);\n }\n\n /**\n * Redeploy a virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRedeploy(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginRedeployOperationSpec,\n options);\n }\n\n /**\n * Resize Virtual Machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param resizeLabVirtualMachineProperties Request body for resizing a virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginResize(resourceGroupName: string, labName: string, name: string, resizeLabVirtualMachineProperties: Models.ResizeLabVirtualMachineProperties, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n resizeLabVirtualMachineProperties,\n options\n },\n beginResizeOperationSpec,\n options);\n }\n\n /**\n * Restart a virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginRestart(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginRestartOperationSpec,\n options);\n }\n\n /**\n * Start a virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStart(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginStartOperationSpec,\n options);\n }\n\n /**\n * Stop a virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginStop(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginStopOperationSpec,\n options);\n }\n\n /**\n * Transfers all data disks attached to the virtual machine to be owned by the current user. This\n * operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginTransferDisks(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginTransferDisksOperationSpec,\n options);\n }\n\n /**\n * Release ownership of an existing virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUnClaim(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginUnClaimOperationSpec,\n options);\n }\n\n /**\n * List virtual machines in a given lab.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachinesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachinesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.LabVirtualMachineList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LabVirtualMachineList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.LabVirtualMachineList>, callback?: msRest.ServiceCallback<Models.LabVirtualMachineList>): Promise<Models.VirtualMachinesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.VirtualMachinesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LabVirtualMachineList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LabVirtualMachine\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"labVirtualMachine\",\n mapper: {\n ...Mappers.LabVirtualMachineFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.LabVirtualMachine\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getRdpFileContentsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/getRdpFileContents\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.RdpConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listApplicableSchedulesOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/listApplicableSchedules\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicableSchedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"labVirtualMachine\",\n mapper: {\n ...Mappers.LabVirtualMachine,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.LabVirtualMachine\n },\n 201: {\n bodyMapper: Mappers.LabVirtualMachine\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginAddDataDiskOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/addDataDisk\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"dataDiskProperties\",\n mapper: {\n ...Mappers.DataDiskProperties,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginApplyArtifactsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/applyArtifacts\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"applyArtifactsRequest\",\n mapper: {\n ...Mappers.ApplyArtifactsRequest,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginClaimOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/claim\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDetachDataDiskOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/detachDataDisk\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"detachDataDiskProperties\",\n mapper: {\n ...Mappers.DetachDataDiskProperties,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRedeployOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/redeploy\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginResizeOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/resize\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"resizeLabVirtualMachineProperties\",\n mapper: {\n ...Mappers.ResizeLabVirtualMachineProperties,\n required: true\n }\n },\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginRestartOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/restart\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginStartOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/start\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginStopOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/stop\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginTransferDisksOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/transferDisks\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginUnClaimOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/unClaim\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.LabVirtualMachineList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n ScheduleList,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/virtualMachineSchedulesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a VirtualMachineSchedules. */\nexport class VirtualMachineSchedules {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a VirtualMachineSchedules.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List schedules in a given virtual machine.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachineSchedulesListResponse>\n */\n list(resourceGroupName: string, labName: string, virtualMachineName: string, options?: Models.VirtualMachineSchedulesListOptionalParams): Promise<Models.VirtualMachineSchedulesListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, virtualMachineName: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, virtualMachineName: string, options: Models.VirtualMachineSchedulesListOptionalParams, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n list(resourceGroupName: string, labName: string, virtualMachineName: string, options?: Models.VirtualMachineSchedulesListOptionalParams | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.VirtualMachineSchedulesListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n virtualMachineName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.VirtualMachineSchedulesListResponse>;\n }\n\n /**\n * Get schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachineSchedulesGetResponse>\n */\n get(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: Models.VirtualMachineSchedulesGetOptionalParams): Promise<Models.VirtualMachineSchedulesGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options: Models.VirtualMachineSchedulesGetOptionalParams, callback: msRest.ServiceCallback<Models.Schedule>): void;\n get(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: Models.VirtualMachineSchedulesGetOptionalParams | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.VirtualMachineSchedulesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n virtualMachineName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.VirtualMachineSchedulesGetResponse>;\n }\n\n /**\n * Create or replace an existing schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachineSchedulesCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: Models.Schedule, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachineSchedulesCreateOrUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: Models.Schedule, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n createOrUpdate(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: Models.Schedule, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n createOrUpdate(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: Models.Schedule, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.VirtualMachineSchedulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n virtualMachineName,\n name,\n schedule,\n options\n },\n createOrUpdateOperationSpec,\n callback) as Promise<Models.VirtualMachineSchedulesCreateOrUpdateResponse>;\n }\n\n /**\n * Delete schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, callback: msRest.ServiceCallback<void>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteMethod(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;\n deleteMethod(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<void>, callback?: msRest.ServiceCallback<void>): Promise<msRest.RestResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n virtualMachineName,\n name,\n options\n },\n deleteMethodOperationSpec,\n callback);\n }\n\n /**\n * Modify properties of schedules.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachineSchedulesUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: Models.ScheduleFragment, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachineSchedulesUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: Models.ScheduleFragment, callback: msRest.ServiceCallback<Models.Schedule>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: Models.ScheduleFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Schedule>): void;\n update(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: Models.ScheduleFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Schedule>, callback?: msRest.ServiceCallback<Models.Schedule>): Promise<Models.VirtualMachineSchedulesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n virtualMachineName,\n name,\n schedule,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.VirtualMachineSchedulesUpdateResponse>;\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n execute(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginExecute(resourceGroupName,labName,virtualMachineName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginExecute(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n virtualMachineName,\n name,\n options\n },\n beginExecuteOperationSpec,\n options);\n }\n\n /**\n * List schedules in a given virtual machine.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualMachineSchedulesListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualMachineSchedulesListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ScheduleList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ScheduleList>, callback?: msRest.ServiceCallback<Models.ScheduleList>): Promise<Models.VirtualMachineSchedulesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.VirtualMachineSchedulesListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst createOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"schedule\",\n mapper: {\n ...Mappers.Schedule,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n 201: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst deleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"schedule\",\n mapper: {\n ...Mappers.ScheduleFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginExecuteOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules/{name}/execute\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\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 {\n ApplicableSchedule,\n ApplicableScheduleFragment,\n ArmTemplate,\n ArmTemplateParameterProperties,\n ArmTemplateParameterPropertiesFragment,\n Artifact,\n ArtifactDeploymentStatusProperties,\n ArtifactDeploymentStatusPropertiesFragment,\n ArtifactInstallProperties,\n ArtifactInstallPropertiesFragment,\n ArtifactParameterProperties,\n ArtifactParameterPropertiesFragment,\n ArtifactSource,\n ArtifactSourceFragment,\n AttachNewDataDiskOptions,\n AttachNewDataDiskOptionsFragment,\n BaseResource,\n BulkCreationParameters,\n BulkCreationParametersFragment,\n CloudError,\n ComputeDataDisk,\n ComputeVmInstanceViewStatus,\n ComputeVmProperties,\n CostThresholdProperties,\n CustomImage,\n CustomImageFragment,\n CustomImagePropertiesCustom,\n CustomImagePropertiesCustomFragment,\n CustomImagePropertiesFromPlan,\n CustomImagePropertiesFromPlanFragment,\n CustomImagePropertiesFromVm,\n CustomImagePropertiesFromVmFragment,\n DataDiskProperties,\n DataDiskPropertiesFragment,\n DataDiskStorageTypeInfo,\n DataDiskStorageTypeInfoFragment,\n DayDetails,\n DayDetailsFragment,\n Disk,\n DiskFragment,\n DtlEnvironment,\n DtlEnvironmentFragment,\n EnvironmentDeploymentProperties,\n EnvironmentDeploymentPropertiesFragment,\n Event,\n EventFragment,\n ExternalSubnet,\n Formula,\n FormulaFragment,\n FormulaPropertiesFromVm,\n FormulaPropertiesFromVmFragment,\n GalleryImage,\n GalleryImageReference,\n GalleryImageReferenceFragment,\n HourDetails,\n HourDetailsFragment,\n IdentityProperties,\n InboundNatRule,\n InboundNatRuleFragment,\n Lab,\n LabAnnouncementProperties,\n LabAnnouncementPropertiesFragment,\n LabCost,\n LabCostDetailsProperties,\n LabCostSummaryProperties,\n LabFragment,\n LabResourceCostProperties,\n LabSupportProperties,\n LabSupportPropertiesFragment,\n LabVirtualMachine,\n LabVirtualMachineCreationParameter,\n LabVirtualMachineCreationParameterFragment,\n LabVirtualMachineFragment,\n LinuxOsInfo,\n LinuxOsInfoFragment,\n NetworkInterfaceProperties,\n NetworkInterfacePropertiesFragment,\n NotificationChannel,\n NotificationChannelFragment,\n NotificationSettings,\n NotificationSettingsFragment,\n ParametersValueFileInfo,\n PercentageCostThresholdProperties,\n Policy,\n PolicyFragment,\n Port,\n PortFragment,\n Resource,\n Schedule,\n ScheduleCreationParameter,\n ScheduleCreationParameterFragment,\n ScheduleFragment,\n Secret,\n SecretFragment,\n ServiceFabric,\n ServiceFabricFragment,\n ServiceRunner,\n SharedPublicIpAddressConfiguration,\n SharedPublicIpAddressConfigurationFragment,\n Subnet,\n SubnetFragment,\n SubnetOverride,\n SubnetOverrideFragment,\n SubnetSharedPublicIpAddressConfiguration,\n SubnetSharedPublicIpAddressConfigurationFragment,\n TargetCostProperties,\n UpdateResource,\n User,\n UserFragment,\n UserIdentity,\n UserIdentityFragment,\n UserSecretStore,\n UserSecretStoreFragment,\n VirtualNetwork,\n VirtualNetworkFragment,\n VirtualNetworkList,\n WeekDetails,\n WeekDetailsFragment,\n WindowsOsInfo,\n WindowsOsInfoFragment\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/virtualNetworksMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClientContext } from \"../devTestLabsClientContext\";\n\n/** Class representing a VirtualNetworks. */\nexport class VirtualNetworks {\n private readonly client: DevTestLabsClientContext;\n\n /**\n * Create a VirtualNetworks.\n * @param {DevTestLabsClientContext} client Reference to the service client.\n */\n constructor(client: DevTestLabsClientContext) {\n this.client = client;\n }\n\n /**\n * List virtual networks in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualNetworksListResponse>\n */\n list(resourceGroupName: string, labName: string, options?: Models.VirtualNetworksListOptionalParams): Promise<Models.VirtualNetworksListResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<Models.VirtualNetworkList>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The optional parameters\n * @param callback The callback\n */\n list(resourceGroupName: string, labName: string, options: Models.VirtualNetworksListOptionalParams, callback: msRest.ServiceCallback<Models.VirtualNetworkList>): void;\n list(resourceGroupName: string, labName: string, options?: Models.VirtualNetworksListOptionalParams | msRest.ServiceCallback<Models.VirtualNetworkList>, callback?: msRest.ServiceCallback<Models.VirtualNetworkList>): Promise<Models.VirtualNetworksListResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n options\n },\n listOperationSpec,\n callback) as Promise<Models.VirtualNetworksListResponse>;\n }\n\n /**\n * Get virtual network.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualNetworksGetResponse>\n */\n get(resourceGroupName: string, labName: string, name: string, options?: Models.VirtualNetworksGetOptionalParams): Promise<Models.VirtualNetworksGetResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, callback: msRest.ServiceCallback<Models.VirtualNetwork>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(resourceGroupName: string, labName: string, name: string, options: Models.VirtualNetworksGetOptionalParams, callback: msRest.ServiceCallback<Models.VirtualNetwork>): void;\n get(resourceGroupName: string, labName: string, name: string, options?: Models.VirtualNetworksGetOptionalParams | msRest.ServiceCallback<Models.VirtualNetwork>, callback?: msRest.ServiceCallback<Models.VirtualNetwork>): Promise<Models.VirtualNetworksGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.VirtualNetworksGetResponse>;\n }\n\n /**\n * Create or replace an existing virtual network. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param virtualNetwork A virtual network.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualNetworksCreateOrUpdateResponse>\n */\n createOrUpdate(resourceGroupName: string, labName: string, name: string, virtualNetwork: Models.VirtualNetwork, options?: msRest.RequestOptionsBase): Promise<Models.VirtualNetworksCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(resourceGroupName,labName,name,virtualNetwork,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.VirtualNetworksCreateOrUpdateResponse>;\n }\n\n /**\n * Delete virtual network. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param [options] The optional parameters\n * @returns Promise<msRest.RestResponse>\n */\n deleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse> {\n return this.beginDeleteMethod(resourceGroupName,labName,name,options)\n .then(lroPoller => lroPoller.pollUntilFinished());\n }\n\n /**\n * Modify properties of virtual networks.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param virtualNetwork A virtual network.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualNetworksUpdateResponse>\n */\n update(resourceGroupName: string, labName: string, name: string, virtualNetwork: Models.VirtualNetworkFragment, options?: msRest.RequestOptionsBase): Promise<Models.VirtualNetworksUpdateResponse>;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param virtualNetwork A virtual network.\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, virtualNetwork: Models.VirtualNetworkFragment, callback: msRest.ServiceCallback<Models.VirtualNetwork>): void;\n /**\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param virtualNetwork A virtual network.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(resourceGroupName: string, labName: string, name: string, virtualNetwork: Models.VirtualNetworkFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VirtualNetwork>): void;\n update(resourceGroupName: string, labName: string, name: string, virtualNetwork: Models.VirtualNetworkFragment, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.VirtualNetwork>, callback?: msRest.ServiceCallback<Models.VirtualNetwork>): Promise<Models.VirtualNetworksUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n name,\n virtualNetwork,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.VirtualNetworksUpdateResponse>;\n }\n\n /**\n * Create or replace an existing virtual network. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param virtualNetwork A virtual network.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, virtualNetwork: Models.VirtualNetwork, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n virtualNetwork,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Delete virtual network. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDeleteMethod(resourceGroupName: string, labName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n resourceGroupName,\n labName,\n name,\n options\n },\n beginDeleteMethodOperationSpec,\n options);\n }\n\n /**\n * List virtual networks in a given lab.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.VirtualNetworksListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualNetworksListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.VirtualNetworkList>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VirtualNetworkList>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.VirtualNetworkList>, callback?: msRest.ServiceCallback<Models.VirtualNetworkList>): Promise<Models.VirtualNetworksListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.VirtualNetworksListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetworkList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.expand,\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetwork\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"virtualNetwork\",\n mapper: {\n ...Mappers.VirtualNetworkFragment,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetwork\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"virtualNetwork\",\n mapper: {\n ...Mappers.VirtualNetwork,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetwork\n },\n 201: {\n bodyMapper: Mappers.VirtualNetwork\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst beginDeleteMethodOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetworkList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nexport * from \"./providerOperations\";\nexport * from \"./labs\";\nexport * from \"./operations\";\nexport * from \"./globalSchedules\";\nexport * from \"./artifactSources\";\nexport * from \"./armTemplates\";\nexport * from \"./artifacts\";\nexport * from \"./costs\";\nexport * from \"./customImages\";\nexport * from \"./formulas\";\nexport * from \"./galleryImages\";\nexport * from \"./notificationChannels\";\nexport * from \"./policySets\";\nexport * from \"./policies\";\nexport * from \"./schedules\";\nexport * from \"./serviceRunners\";\nexport * from \"./users\";\nexport * from \"./disks\";\nexport * from \"./environments\";\nexport * from \"./secrets\";\nexport * from \"./serviceFabrics\";\nexport * from \"./serviceFabricSchedules\";\nexport * from \"./virtualMachines\";\nexport * from \"./virtualMachineSchedules\";\nexport * from \"./virtualNetworks\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-devtestlabs\";\nconst packageVersion = \"1.0.0\";\n\nexport class DevTestLabsClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials;\n apiVersion?: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the DevTestLabsClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.DevTestLabsClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if(!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.apiVersion = '2018-09-15';\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if(options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if(options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { DevTestLabsClientContext } from \"./devTestLabsClientContext\";\n\n\nclass DevTestLabsClient extends DevTestLabsClientContext {\n // Operation groups\n providerOperations: operations.ProviderOperations;\n labs: operations.Labs;\n operations: operations.Operations;\n globalSchedules: operations.GlobalSchedules;\n artifactSources: operations.ArtifactSources;\n armTemplates: operations.ArmTemplates;\n artifacts: operations.Artifacts;\n costs: operations.Costs;\n customImages: operations.CustomImages;\n formulas: operations.Formulas;\n galleryImages: operations.GalleryImages;\n notificationChannels: operations.NotificationChannels;\n policySets: operations.PolicySets;\n policies: operations.Policies;\n schedules: operations.Schedules;\n serviceRunners: operations.ServiceRunners;\n users: operations.Users;\n disks: operations.Disks;\n environments: operations.Environments;\n secrets: operations.Secrets;\n serviceFabrics: operations.ServiceFabrics;\n serviceFabricSchedules: operations.ServiceFabricSchedules;\n virtualMachines: operations.VirtualMachines;\n virtualMachineSchedules: operations.VirtualMachineSchedules;\n virtualNetworks: operations.VirtualNetworks;\n\n /**\n * Initializes a new instance of the DevTestLabsClient class.\n * @param credentials Credentials needed for the client to connect to Azure.\n * @param subscriptionId The subscription ID.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.DevTestLabsClientOptions) {\n super(credentials, subscriptionId, options);\n this.providerOperations = new operations.ProviderOperations(this);\n this.labs = new operations.Labs(this);\n this.operations = new operations.Operations(this);\n this.globalSchedules = new operations.GlobalSchedules(this);\n this.artifactSources = new operations.ArtifactSources(this);\n this.armTemplates = new operations.ArmTemplates(this);\n this.artifacts = new operations.Artifacts(this);\n this.costs = new operations.Costs(this);\n this.customImages = new operations.CustomImages(this);\n this.formulas = new operations.Formulas(this);\n this.galleryImages = new operations.GalleryImages(this);\n this.notificationChannels = new operations.NotificationChannels(this);\n this.policySets = new operations.PolicySets(this);\n this.policies = new operations.Policies(this);\n this.schedules = new operations.Schedules(this);\n this.serviceRunners = new operations.ServiceRunners(this);\n this.users = new operations.Users(this);\n this.disks = new operations.Disks(this);\n this.environments = new operations.Environments(this);\n this.secrets = new operations.Secrets(this);\n this.serviceFabrics = new operations.ServiceFabrics(this);\n this.serviceFabricSchedules = new operations.ServiceFabricSchedules(this);\n this.virtualMachines = new operations.VirtualMachines(this);\n this.virtualMachineSchedules = new operations.VirtualMachineSchedules(this);\n this.virtualNetworks = new operations.VirtualNetworks(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n DevTestLabsClient,\n DevTestLabsClientContext,\n Models as DevTestLabsModels,\n Mappers as DevTestLabsMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","nextPageLink","msRest.Serializer","Parameters.apiVersion","Parameters.acceptLanguage","Mappers.ProviderOperationResult","Mappers.CloudError","Parameters.nextPageLink","resourceGroupName","name","serializer","Mappers","Parameters.subscriptionId","Parameters.expand","Parameters.filter","Parameters.top","Parameters.orderby","Mappers.LabList","Parameters.resourceGroupName","Parameters.name","Mappers.Lab","Mappers.LabFragment","Mappers.GenerateUploadUriParameter","Mappers.GenerateUploadUriResponse","Mappers.LabVhdList","Mappers.LabVirtualMachineCreationParameter","Mappers.ExportResourceUsageParameters","Mappers.ImportLabVirtualMachineRequest","locationName","getOperationSpec","Parameters.locationName","Mappers.OperationResult","listBySubscriptionOperationSpec","listByResourceGroupOperationSpec","updateOperationSpec","listBySubscriptionNextOperationSpec","listByResourceGroupNextOperationSpec","Mappers.ScheduleList","Mappers.Schedule","Mappers.ScheduleFragment","Mappers.RetargetScheduleProperties","labName","listOperationSpec","createOrUpdateOperationSpec","deleteMethodOperationSpec","listNextOperationSpec","Parameters.labName","Mappers.ArtifactSourceList","Mappers.ArtifactSource","Mappers.ArtifactSourceFragment","artifactSourceName","Parameters.artifactSourceName","Mappers.ArmTemplateList","Mappers.ArmTemplate","Mappers.ArtifactList","Mappers.Artifact","Mappers.GenerateArmTemplateRequest","Mappers.ArmTemplateInfo","Mappers.LabCost","beginCreateOrUpdateOperationSpec","beginDeleteMethodOperationSpec","Mappers.CustomImageList","Mappers.CustomImage","Mappers.CustomImageFragment","Mappers.FormulaList","Mappers.Formula","Mappers.FormulaFragment","Mappers.GalleryImageList","Mappers.NotificationChannelList","Mappers.NotificationChannel","Mappers.NotificationChannelFragment","Mappers.NotifyParameters","Mappers.EvaluatePoliciesRequest","Mappers.EvaluatePoliciesResponse","policySetName","Parameters.policySetName","Mappers.PolicyList","Mappers.Policy","Mappers.PolicyFragment","beginExecuteOperationSpec","Mappers.ServiceRunnerList","Mappers.ServiceRunner","Mappers.UserList","Mappers.User","Mappers.UserFragment","userName","Parameters.userName","Mappers.DiskList","Mappers.Disk","Mappers.DiskFragment","Mappers.AttachDiskProperties","Mappers.DetachDiskProperties","Mappers.DtlEnvironmentList","Mappers.DtlEnvironment","Mappers.DtlEnvironmentFragment","Mappers.SecretList","Mappers.Secret","Mappers.SecretFragment","Mappers.ServiceFabricList","Mappers.ServiceFabric","Mappers.ServiceFabricFragment","Mappers.ApplicableSchedule","serviceFabricName","Parameters.serviceFabricName","listApplicableSchedulesOperationSpec","beginStartOperationSpec","beginStopOperationSpec","Mappers.LabVirtualMachineList","Mappers.LabVirtualMachine","Mappers.LabVirtualMachineFragment","Mappers.RdpConnection","Mappers.DataDiskProperties","Mappers.ApplyArtifactsRequest","Mappers.DetachDataDiskProperties","Mappers.ResizeLabVirtualMachineProperties","virtualMachineName","Parameters.virtualMachineName","Mappers.VirtualNetworkList","Mappers.VirtualNetwork","Mappers.VirtualNetworkFragment","tslib_1.__extends","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.ProviderOperations","operations.Labs","operations.Operations","operations.GlobalSchedules","operations.ArtifactSources","operations.ArmTemplates","operations.Artifacts","operations.Costs","operations.CustomImages","operations.Formulas","operations.GalleryImages","operations.NotificationChannels","operations.PolicySets","operations.Policies","operations.Schedules","operations.ServiceRunners","operations.Users","operations.Disks","operations.Environments","operations.Secrets","operations.ServiceFabrics","operations.ServiceFabricSchedules","operations.VirtualMachines","operations.VirtualMachineSchedules","operations.VirtualNetworks"],"mappings":"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"}