@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
@@ -0,0 +1,3876 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import * as coreClient from "@azure/core-client";
10
+
11
+ /** Result of the request to list REST API operations */
12
+ export interface ProviderOperationResult {
13
+ /** List of operations supported by the resource provider. */
14
+ value?: OperationMetadata[];
15
+ /**
16
+ * URL to get the next set of operation list results if there are any.
17
+ * NOTE: This property will not be serialized. It can only be populated by the server.
18
+ */
19
+ readonly nextLink?: string;
20
+ }
21
+
22
+ /** The REST API operation supported by DevTestLab ResourceProvider. */
23
+ export interface OperationMetadata {
24
+ /** Operation name: {provider}/{resource}/{operation} */
25
+ name?: string;
26
+ /** The object that describes the operations */
27
+ display?: OperationMetadataDisplay;
28
+ }
29
+
30
+ /** The object that describes the operations */
31
+ export interface OperationMetadataDisplay {
32
+ /** Friendly name of the resource provider */
33
+ provider?: string;
34
+ /** Resource type on which the operation is performed. */
35
+ resource?: string;
36
+ /** Operation type: read, write, delete, listKeys/action, etc. */
37
+ operation?: string;
38
+ /** Friendly name of the operation */
39
+ description?: string;
40
+ }
41
+
42
+ /** Error from a REST request. */
43
+ export interface CloudError {
44
+ /** The cloud error that occurred */
45
+ error?: CloudErrorBody;
46
+ }
47
+
48
+ /** Body of an error from a REST request. */
49
+ export interface CloudErrorBody {
50
+ /** The error code. */
51
+ code?: string;
52
+ /** The error message. */
53
+ message?: string;
54
+ /** The error target. */
55
+ target?: string;
56
+ /** Inner errors. */
57
+ details?: CloudErrorBody[];
58
+ }
59
+
60
+ /** The response of a list operation. */
61
+ export interface LabList {
62
+ /** Results of the list operation. */
63
+ value?: Lab[];
64
+ /** Link for next set of results. */
65
+ nextLink?: string;
66
+ }
67
+
68
+ /** Properties of a lab's announcement banner */
69
+ export interface LabAnnouncementProperties {
70
+ /** The plain text title for the lab announcement */
71
+ title?: string;
72
+ /** The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. */
73
+ markdown?: string;
74
+ /** Is the lab announcement active/enabled at this time? */
75
+ enabled?: EnableStatus;
76
+ /** The time at which the announcement expires (null for never) */
77
+ expirationDate?: Date;
78
+ /** Has this announcement expired? */
79
+ expired?: boolean;
80
+ /**
81
+ * The provisioning status of the resource.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly provisioningState?: string;
85
+ /**
86
+ * The unique immutable identifier of a resource (Guid).
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly uniqueIdentifier?: string;
90
+ }
91
+
92
+ /** Properties of a lab's support banner */
93
+ export interface LabSupportProperties {
94
+ /** Is the lab support banner active/enabled at this time? */
95
+ enabled?: EnableStatus;
96
+ /** The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. */
97
+ markdown?: string;
98
+ }
99
+
100
+ /** An Azure resource. */
101
+ export interface Resource {
102
+ /**
103
+ * The identifier of the resource.
104
+ * NOTE: This property will not be serialized. It can only be populated by the server.
105
+ */
106
+ readonly id?: string;
107
+ /**
108
+ * The name of the resource.
109
+ * NOTE: This property will not be serialized. It can only be populated by the server.
110
+ */
111
+ readonly name?: string;
112
+ /**
113
+ * The type of the resource.
114
+ * NOTE: This property will not be serialized. It can only be populated by the server.
115
+ */
116
+ readonly type?: string;
117
+ /** The location of the resource. */
118
+ location?: string;
119
+ /** The tags of the resource. */
120
+ tags?: { [propertyName: string]: string };
121
+ }
122
+
123
+ /** An Operation Result */
124
+ export interface OperationResult {
125
+ /** The operation status. */
126
+ status?: string;
127
+ /** The status code for the operation. */
128
+ statusCode?: HttpStatusCode;
129
+ /** Error details for the operation in case of a failure. */
130
+ error?: OperationError;
131
+ }
132
+
133
+ /** Error details for the operation in case of a failure. */
134
+ export interface OperationError {
135
+ /** The error code of the operation error. */
136
+ code?: string;
137
+ /** The error message of the operation error. */
138
+ message?: string;
139
+ }
140
+
141
+ /** The response of a list operation. */
142
+ export interface ScheduleList {
143
+ /** Results of the list operation. */
144
+ value?: Schedule[];
145
+ /** Link for next set of results. */
146
+ nextLink?: string;
147
+ }
148
+
149
+ /** Properties of a weekly schedule. */
150
+ export interface WeekDetails {
151
+ /** The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.). */
152
+ weekdays?: string[];
153
+ /** The time of the day the schedule will occur. */
154
+ time?: string;
155
+ }
156
+
157
+ /** Properties of a daily schedule. */
158
+ export interface DayDetails {
159
+ /** The time of day the schedule will occur. */
160
+ time?: string;
161
+ }
162
+
163
+ /** Properties of an hourly schedule. */
164
+ export interface HourDetails {
165
+ /** Minutes of the hour the schedule will run. */
166
+ minute?: number;
167
+ }
168
+
169
+ /** Notification settings for a schedule. */
170
+ export interface NotificationSettings {
171
+ /** If notifications are enabled for this schedule (i.e. Enabled, Disabled). */
172
+ status?: EnableStatus;
173
+ /** Time in minutes before event at which notification will be sent. */
174
+ timeInMinutes?: number;
175
+ /** The webhook URL to which the notification will be sent. */
176
+ webhookUrl?: string;
177
+ /** The email recipient to send notifications to (can be a list of semi-colon separated email addresses). */
178
+ emailRecipient?: string;
179
+ /** The locale to use when sending a notification (fallback for unsupported languages is EN). */
180
+ notificationLocale?: string;
181
+ }
182
+
183
+ /** The response of a list operation. */
184
+ export interface ArtifactSourceList {
185
+ /** Results of the list operation. */
186
+ value?: ArtifactSource[];
187
+ /** Link for next set of results. */
188
+ nextLink?: string;
189
+ }
190
+
191
+ /** The response of a list operation. */
192
+ export interface ArmTemplateList {
193
+ /** Results of the list operation. */
194
+ value?: ArmTemplate[];
195
+ /** Link for next set of results. */
196
+ nextLink?: string;
197
+ }
198
+
199
+ /** A file containing a set of parameter values for an ARM template. */
200
+ export interface ParametersValueFileInfo {
201
+ /** File name. */
202
+ fileName?: string;
203
+ /** Contents of the file. */
204
+ parametersValueInfo?: Record<string, unknown>;
205
+ }
206
+
207
+ /** The response of a list operation. */
208
+ export interface ArtifactList {
209
+ /** Results of the list operation. */
210
+ value?: Artifact[];
211
+ /** Link for next set of results. */
212
+ nextLink?: string;
213
+ }
214
+
215
+ /** Parameters for generating an ARM template for deploying artifacts. */
216
+ export interface GenerateArmTemplateRequest {
217
+ /** The resource name of the virtual machine. */
218
+ virtualMachineName?: string;
219
+ /** The parameters of the ARM template. */
220
+ parameters?: ParameterInfo[];
221
+ /** The location of the virtual machine. */
222
+ location?: string;
223
+ /** Options for uploading the files for the artifact. UploadFilesAndGenerateSasTokens is the default value. */
224
+ fileUploadOptions?: FileUploadOptions;
225
+ }
226
+
227
+ /** Information about an artifact's parameter. */
228
+ export interface ParameterInfo {
229
+ /** The name of the artifact parameter. */
230
+ name?: string;
231
+ /** The value of the artifact parameter. */
232
+ value?: string;
233
+ }
234
+
235
+ /** Information about a generated ARM template. */
236
+ export interface ArmTemplateInfo {
237
+ /** The template's contents. */
238
+ template?: Record<string, unknown>;
239
+ /** The parameters of the ARM template. */
240
+ parameters?: Record<string, unknown>;
241
+ }
242
+
243
+ /** Represents an update resource */
244
+ export interface UpdateResource {
245
+ /** The tags of the resource. */
246
+ tags?: { [propertyName: string]: string };
247
+ }
248
+
249
+ /** Properties of a cost target. */
250
+ export interface TargetCostProperties {
251
+ /** Target cost status */
252
+ status?: TargetCostStatus;
253
+ /** Lab target cost */
254
+ target?: number;
255
+ /** Cost thresholds. */
256
+ costThresholds?: CostThresholdProperties[];
257
+ /** Reporting cycle start date. */
258
+ cycleStartDateTime?: Date;
259
+ /** Reporting cycle end date. */
260
+ cycleEndDateTime?: Date;
261
+ /** Reporting cycle type. */
262
+ cycleType?: ReportingCycleType;
263
+ }
264
+
265
+ /** Properties of a cost threshold item. */
266
+ export interface CostThresholdProperties {
267
+ /** The ID of the cost threshold item. */
268
+ thresholdId?: string;
269
+ /** The value of the percentage cost threshold. */
270
+ percentageThreshold?: PercentageCostThresholdProperties;
271
+ /** Indicates whether this threshold will be displayed on cost charts. */
272
+ displayOnChart?: CostThresholdStatus;
273
+ /** Indicates whether notifications will be sent when this threshold is exceeded. */
274
+ sendNotificationWhenExceeded?: CostThresholdStatus;
275
+ /** Indicates the datetime when notifications were last sent for this threshold. */
276
+ notificationSent?: string;
277
+ }
278
+
279
+ /** Properties of a percentage cost threshold. */
280
+ export interface PercentageCostThresholdProperties {
281
+ /** The cost threshold value. */
282
+ thresholdValue?: number;
283
+ }
284
+
285
+ /** The properties of the cost summary. */
286
+ export interface LabCostSummaryProperties {
287
+ /** The cost component of the cost item. */
288
+ estimatedLabCost?: number;
289
+ }
290
+
291
+ /** The properties of a lab cost item. */
292
+ export interface LabCostDetailsProperties {
293
+ /** The date of the cost item. */
294
+ date?: Date;
295
+ /** The cost component of the cost item. */
296
+ cost?: number;
297
+ /** The type of the cost. */
298
+ costType?: CostType;
299
+ }
300
+
301
+ /** The properties of a resource cost item. */
302
+ export interface LabResourceCostProperties {
303
+ /** The name of the resource. */
304
+ resourcename?: string;
305
+ /** The unique identifier of the resource. */
306
+ resourceUId?: string;
307
+ /** The cost component of the resource cost item. */
308
+ resourceCost?: number;
309
+ /** The logical resource type (ex. virtualmachine, storageaccount) */
310
+ resourceType?: string;
311
+ /** The owner of the resource (ex. janedoe@microsoft.com) */
312
+ resourceOwner?: string;
313
+ /** The category of the resource (ex. Premium_LRS, Standard_DS1) */
314
+ resourcePricingTier?: string;
315
+ /** The status of the resource (ex. Active) */
316
+ resourceStatus?: string;
317
+ /** The ID of the resource */
318
+ resourceId?: string;
319
+ /** The ID of the external resource */
320
+ externalResourceId?: string;
321
+ }
322
+
323
+ /** The response of a list operation. */
324
+ export interface CustomImageList {
325
+ /** Results of the list operation. */
326
+ value?: CustomImage[];
327
+ /** Link for next set of results. */
328
+ nextLink?: string;
329
+ }
330
+
331
+ /** Properties for creating a custom image from a virtual machine. */
332
+ export interface CustomImagePropertiesFromVm {
333
+ /** The source vm identifier. */
334
+ sourceVmId?: string;
335
+ /** The Windows OS information of the VM. */
336
+ windowsOsInfo?: WindowsOsInfo;
337
+ /** The Linux OS information of the VM. */
338
+ linuxOsInfo?: LinuxOsInfo;
339
+ }
340
+
341
+ /** Information about a Windows OS. */
342
+ export interface WindowsOsInfo {
343
+ /** The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied). */
344
+ windowsOsState?: WindowsOsState;
345
+ }
346
+
347
+ /** Information about a Linux OS. */
348
+ export interface LinuxOsInfo {
349
+ /** The state of the Linux OS (i.e. NonDeprovisioned, DeprovisionRequested, DeprovisionApplied). */
350
+ linuxOsState?: LinuxOsState;
351
+ }
352
+
353
+ /** Properties for creating a custom image from a VHD. */
354
+ export interface CustomImagePropertiesCustom {
355
+ /** The image name. */
356
+ imageName?: string;
357
+ /** Indicates whether sysprep has been run on the VHD. */
358
+ sysPrep?: boolean;
359
+ /** The OS type of the custom image (i.e. Windows, Linux) */
360
+ osType: CustomImageOsType;
361
+ }
362
+
363
+ /** Storage information about the data disks present in the custom image */
364
+ export interface DataDiskStorageTypeInfo {
365
+ /** Disk Lun */
366
+ lun?: string;
367
+ /** Disk Storage Type */
368
+ storageType?: StorageType;
369
+ }
370
+
371
+ /** Properties for plan on a custom image. */
372
+ export interface CustomImagePropertiesFromPlan {
373
+ /** The id of the plan, equivalent to name of the plan */
374
+ id?: string;
375
+ /** The publisher for the plan from the marketplace image the custom image is derived from */
376
+ publisher?: string;
377
+ /** The offer for the plan from the marketplace image the custom image is derived from */
378
+ offer?: string;
379
+ }
380
+
381
+ /** The response of a list operation. */
382
+ export interface FormulaList {
383
+ /** Results of the list operation. */
384
+ value?: Formula[];
385
+ /** Link for next set of results. */
386
+ nextLink?: string;
387
+ }
388
+
389
+ /** Properties for creating a virtual machine. */
390
+ export interface LabVirtualMachineCreationParameter {
391
+ /** The name of the virtual machine or environment */
392
+ name?: string;
393
+ /** The location of the new virtual machine or environment */
394
+ location?: string;
395
+ /** The tags of the resource. */
396
+ tags?: { [propertyName: string]: string };
397
+ /** The number of virtual machine instances to create. */
398
+ bulkCreationParameters?: BulkCreationParameters;
399
+ /** The notes of the virtual machine. */
400
+ notes?: string;
401
+ /** The object identifier of the owner of the virtual machine. */
402
+ ownerObjectId?: string;
403
+ /** The user principal name of the virtual machine owner. */
404
+ ownerUserPrincipalName?: string;
405
+ /** The creation date of the virtual machine. */
406
+ createdDate?: Date;
407
+ /** The custom image identifier of the virtual machine. */
408
+ customImageId?: string;
409
+ /** The size of the virtual machine. */
410
+ size?: string;
411
+ /** The user name of the virtual machine. */
412
+ userName?: string;
413
+ /** The password of the virtual machine administrator. */
414
+ password?: string;
415
+ /** The SSH key of the virtual machine administrator. */
416
+ sshKey?: string;
417
+ /** Indicates whether this virtual machine uses an SSH key for authentication. */
418
+ isAuthenticationWithSshKey?: boolean;
419
+ /** The lab subnet name of the virtual machine. */
420
+ labSubnetName?: string;
421
+ /** The lab virtual network identifier of the virtual machine. */
422
+ labVirtualNetworkId?: string;
423
+ /** Indicates whether the virtual machine is to be created without a public IP address. */
424
+ disallowPublicIpAddress?: boolean;
425
+ /** The artifacts to be installed on the virtual machine. */
426
+ artifacts?: ArtifactInstallProperties[];
427
+ /** The Microsoft Azure Marketplace image reference of the virtual machine. */
428
+ galleryImageReference?: GalleryImageReference;
429
+ /** The id of the plan associated with the virtual machine image */
430
+ planId?: string;
431
+ /** The network interface properties. */
432
+ networkInterface?: NetworkInterfaceProperties;
433
+ /** The expiration date for VM. */
434
+ expirationDate?: Date;
435
+ /** Indicates whether another user can take ownership of the virtual machine */
436
+ allowClaim?: boolean;
437
+ /** Storage type to use for virtual machine (i.e. Standard, Premium). */
438
+ storageType?: string;
439
+ /** The resource ID of the environment that contains this virtual machine, if any. */
440
+ environmentId?: string;
441
+ /** New or existing data disks to attach to the virtual machine after creation */
442
+ dataDiskParameters?: DataDiskProperties[];
443
+ /** Virtual Machine schedules to be created */
444
+ scheduleParameters?: ScheduleCreationParameter[];
445
+ }
446
+
447
+ /** Parameters for creating multiple virtual machines as a single action. */
448
+ export interface BulkCreationParameters {
449
+ /** The number of virtual machine instances to create. */
450
+ instanceCount?: number;
451
+ }
452
+
453
+ /** Properties of an artifact. */
454
+ export interface ArtifactInstallProperties {
455
+ /** The artifact's identifier. */
456
+ artifactId?: string;
457
+ /** The artifact's title. */
458
+ artifactTitle?: string;
459
+ /** The parameters of the artifact. */
460
+ parameters?: ArtifactParameterProperties[];
461
+ /** The status of the artifact. */
462
+ status?: string;
463
+ /** The status message from the deployment. */
464
+ deploymentStatusMessage?: string;
465
+ /** The status message from the virtual machine extension. */
466
+ vmExtensionStatusMessage?: string;
467
+ /** The time that the artifact starts to install on the virtual machine. */
468
+ installTime?: Date;
469
+ }
470
+
471
+ /** Properties of an artifact parameter. */
472
+ export interface ArtifactParameterProperties {
473
+ /** The name of the artifact parameter. */
474
+ name?: string;
475
+ /** The value of the artifact parameter. */
476
+ value?: string;
477
+ }
478
+
479
+ /** The reference information for an Azure Marketplace image. */
480
+ export interface GalleryImageReference {
481
+ /** The offer of the gallery image. */
482
+ offer?: string;
483
+ /** The publisher of the gallery image. */
484
+ publisher?: string;
485
+ /** The SKU of the gallery image. */
486
+ sku?: string;
487
+ /** The OS type of the gallery image. */
488
+ osType?: string;
489
+ /** The version of the gallery image. */
490
+ version?: string;
491
+ }
492
+
493
+ /** Properties of a network interface. */
494
+ export interface NetworkInterfaceProperties {
495
+ /** The resource ID of the virtual network. */
496
+ virtualNetworkId?: string;
497
+ /** The resource ID of the sub net. */
498
+ subnetId?: string;
499
+ /** The resource ID of the public IP address. */
500
+ publicIpAddressId?: string;
501
+ /** The public IP address. */
502
+ publicIpAddress?: string;
503
+ /** The private IP address. */
504
+ privateIpAddress?: string;
505
+ /** The DNS name. */
506
+ dnsName?: string;
507
+ /** The RdpAuthority property is a server DNS host name or IP address followed by the service port number for RDP (Remote Desktop Protocol). */
508
+ rdpAuthority?: string;
509
+ /** The SshAuthority property is a server DNS host name or IP address followed by the service port number for SSH. */
510
+ sshAuthority?: string;
511
+ /** The configuration for sharing a public IP address across multiple virtual machines. */
512
+ sharedPublicIpAddressConfiguration?: SharedPublicIpAddressConfiguration;
513
+ }
514
+
515
+ /** Properties of a virtual machine that determine how it is connected to a load balancer. */
516
+ export interface SharedPublicIpAddressConfiguration {
517
+ /** The incoming NAT rules */
518
+ inboundNatRules?: InboundNatRule[];
519
+ }
520
+
521
+ /** A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load balancer. */
522
+ export interface InboundNatRule {
523
+ /** The transport protocol for the endpoint. */
524
+ transportProtocol?: TransportProtocol;
525
+ /** The external endpoint port of the inbound connection. Possible values range between 1 and 65535, inclusive. If unspecified, a value will be allocated automatically. */
526
+ frontendPort?: number;
527
+ /** The port to which the external traffic will be redirected. */
528
+ backendPort?: number;
529
+ }
530
+
531
+ /** Request body for adding a new or existing data disk to a virtual machine. */
532
+ export interface DataDiskProperties {
533
+ /** Specifies options to attach a new disk to the virtual machine. */
534
+ attachNewDataDiskOptions?: AttachNewDataDiskOptions;
535
+ /** Specifies the existing lab disk id to attach to virtual machine. */
536
+ existingLabDiskId?: string;
537
+ /** Caching option for a data disk (i.e. None, ReadOnly, ReadWrite). */
538
+ hostCaching?: HostCachingOptions;
539
+ }
540
+
541
+ /** Properties to attach new disk to the Virtual Machine. */
542
+ export interface AttachNewDataDiskOptions {
543
+ /** Size of the disk to be attached in Gibibytes. */
544
+ diskSizeGiB?: number;
545
+ /** The name of the disk to be attached. */
546
+ diskName?: string;
547
+ /** The storage type for the disk (i.e. Standard, Premium). */
548
+ diskType?: StorageType;
549
+ }
550
+
551
+ /** Properties for creating a schedule. */
552
+ export interface ScheduleCreationParameter {
553
+ /** The name of the virtual machine or environment */
554
+ name?: string;
555
+ /**
556
+ * The location of the new virtual machine or environment
557
+ * NOTE: This property will not be serialized. It can only be populated by the server.
558
+ */
559
+ readonly location?: string;
560
+ /** The tags of the resource. */
561
+ tags?: { [propertyName: string]: string };
562
+ /** The status of the schedule (i.e. Enabled, Disabled) */
563
+ status?: EnableStatus;
564
+ /** The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart). */
565
+ taskType?: string;
566
+ /** If the schedule will occur only some days of the week, specify the weekly recurrence. */
567
+ weeklyRecurrence?: WeekDetails;
568
+ /** If the schedule will occur once each day of the week, specify the daily recurrence. */
569
+ dailyRecurrence?: DayDetails;
570
+ /** If the schedule will occur multiple times a day, specify the hourly recurrence. */
571
+ hourlyRecurrence?: HourDetails;
572
+ /** The time zone ID (e.g. Pacific Standard time). */
573
+ timeZoneId?: string;
574
+ /** Notification settings. */
575
+ notificationSettings?: NotificationSettings;
576
+ /** The resource ID to which the schedule belongs */
577
+ targetResourceId?: string;
578
+ }
579
+
580
+ /** Information about a VM from which a formula is to be created. */
581
+ export interface FormulaPropertiesFromVm {
582
+ /** The identifier of the VM from which a formula is to be created. */
583
+ labVmId?: string;
584
+ }
585
+
586
+ /** The response of a list operation. */
587
+ export interface GalleryImageList {
588
+ /** Results of the list operation. */
589
+ value?: GalleryImage[];
590
+ /** Link for next set of results. */
591
+ nextLink?: string;
592
+ }
593
+
594
+ /** The response of a list operation. */
595
+ export interface NotificationChannelList {
596
+ /** Results of the list operation. */
597
+ value?: NotificationChannel[];
598
+ /** Link for next set of results. */
599
+ nextLink?: string;
600
+ }
601
+
602
+ /** An event to be notified for. */
603
+ export interface Event {
604
+ /** The event type for which this notification is enabled (i.e. AutoShutdown, Cost) */
605
+ eventName?: NotificationChannelEventType;
606
+ }
607
+
608
+ /** Properties for generating a Notification. */
609
+ export interface NotifyParameters {
610
+ /** The type of event (i.e. AutoShutdown, Cost) */
611
+ eventName?: NotificationChannelEventType;
612
+ /** Properties for the notification in json format. */
613
+ jsonPayload?: string;
614
+ }
615
+
616
+ /** Request body for evaluating a policy set. */
617
+ export interface EvaluatePoliciesRequest {
618
+ /** Policies to evaluate. */
619
+ policies?: EvaluatePoliciesProperties[];
620
+ }
621
+
622
+ /** Properties for evaluating a policy set. */
623
+ export interface EvaluatePoliciesProperties {
624
+ /** The fact name. */
625
+ factName?: string;
626
+ /** The fact data. */
627
+ factData?: string;
628
+ /** The value offset. */
629
+ valueOffset?: string;
630
+ /** The user for which policies will be evaluated */
631
+ userObjectId?: string;
632
+ }
633
+
634
+ /** Response body for evaluating a policy set. */
635
+ export interface EvaluatePoliciesResponse {
636
+ /** Results of evaluating a policy set. */
637
+ results?: PolicySetResult[];
638
+ }
639
+
640
+ /** Result of a policy set evaluation. */
641
+ export interface PolicySetResult {
642
+ /** A value indicating whether this policy set evaluation has discovered violations. */
643
+ hasError?: boolean;
644
+ /** The list of policy violations. */
645
+ policyViolations?: PolicyViolation[];
646
+ }
647
+
648
+ /** Policy violation. */
649
+ export interface PolicyViolation {
650
+ /** The code of the policy violation. */
651
+ code?: string;
652
+ /** The message of the policy violation. */
653
+ message?: string;
654
+ }
655
+
656
+ /** The response of a list operation. */
657
+ export interface PolicyList {
658
+ /** Results of the list operation. */
659
+ value?: Policy[];
660
+ /** Link for next set of results. */
661
+ nextLink?: string;
662
+ }
663
+
664
+ /** Properties of a managed identity */
665
+ export interface IdentityProperties {
666
+ /** Managed identity. */
667
+ type?: ManagedIdentityType;
668
+ /** The principal id of resource identity. */
669
+ principalId?: string;
670
+ /** The tenant identifier of resource. */
671
+ tenantId?: string;
672
+ /** The client secret URL of the identity. */
673
+ clientSecretUrl?: string;
674
+ }
675
+
676
+ /** The response of a list operation. */
677
+ export interface UserList {
678
+ /** Results of the list operation. */
679
+ value?: User[];
680
+ /** Link for next set of results. */
681
+ nextLink?: string;
682
+ }
683
+
684
+ /** Identity attributes of a lab user. */
685
+ export interface UserIdentity {
686
+ /** Set to the principal name / UPN of the client JWT making the request. */
687
+ principalName?: string;
688
+ /** Set to the principal Id of the client JWT making the request. Service principal will not have the principal Id. */
689
+ principalId?: string;
690
+ /** Set to the tenant ID of the client JWT making the request. */
691
+ tenantId?: string;
692
+ /** Set to the object Id of the client JWT making the request. Not all users have object Id. For CSP (reseller) scenarios for example, object Id is not available. */
693
+ objectId?: string;
694
+ /** Set to the app Id of the client JWT making the request. */
695
+ appId?: string;
696
+ }
697
+
698
+ /** Properties of a user's secret store. */
699
+ export interface UserSecretStore {
700
+ /** The URI of the user's Key vault. */
701
+ keyVaultUri?: string;
702
+ /** The ID of the user's Key vault. */
703
+ keyVaultId?: string;
704
+ }
705
+
706
+ /** The response of a list operation. */
707
+ export interface DiskList {
708
+ /** Results of the list operation. */
709
+ value?: Disk[];
710
+ /** Link for next set of results. */
711
+ nextLink?: string;
712
+ }
713
+
714
+ /** Properties of the disk to attach. */
715
+ export interface AttachDiskProperties {
716
+ /** The resource ID of the Lab virtual machine to which the disk is attached. */
717
+ leasedByLabVmId?: string;
718
+ }
719
+
720
+ /** Properties of the disk to detach. */
721
+ export interface DetachDiskProperties {
722
+ /** The resource ID of the Lab VM to which the disk is attached. */
723
+ leasedByLabVmId?: string;
724
+ }
725
+
726
+ /** The response of a list operation. */
727
+ export interface DtlEnvironmentList {
728
+ /** Results of the list operation. */
729
+ value?: DtlEnvironment[];
730
+ /** Link for next set of results. */
731
+ nextLink?: string;
732
+ }
733
+
734
+ /** Properties of an environment deployment. */
735
+ export interface EnvironmentDeploymentProperties {
736
+ /** The Azure Resource Manager template's identifier. */
737
+ armTemplateId?: string;
738
+ /** The parameters of the Azure Resource Manager template. */
739
+ parameters?: ArmTemplateParameterProperties[];
740
+ }
741
+
742
+ /** Properties of an Azure Resource Manager template parameter. */
743
+ export interface ArmTemplateParameterProperties {
744
+ /** The name of the template parameter. */
745
+ name?: string;
746
+ /** The value of the template parameter. */
747
+ value?: string;
748
+ }
749
+
750
+ /** The response of a list operation. */
751
+ export interface SecretList {
752
+ /** Results of the list operation. */
753
+ value?: Secret[];
754
+ /** Link for next set of results. */
755
+ nextLink?: string;
756
+ }
757
+
758
+ /** The response of a list operation. */
759
+ export interface ServiceFabricList {
760
+ /** Results of the list operation. */
761
+ value?: ServiceFabric[];
762
+ /** Link for next set of results. */
763
+ nextLink?: string;
764
+ }
765
+
766
+ /** The response of a list operation. */
767
+ export interface LabVirtualMachineList {
768
+ /** Results of the list operation. */
769
+ value?: LabVirtualMachine[];
770
+ /** Link for next set of results. */
771
+ nextLink?: string;
772
+ }
773
+
774
+ /** Properties of an artifact deployment. */
775
+ export interface ArtifactDeploymentStatusProperties {
776
+ /** The deployment status of the artifact. */
777
+ deploymentStatus?: string;
778
+ /** The total count of the artifacts that were successfully applied. */
779
+ artifactsApplied?: number;
780
+ /** The total count of the artifacts that were tentatively applied. */
781
+ totalArtifacts?: number;
782
+ }
783
+
784
+ /** Properties of a virtual machine returned by the Microsoft.Compute API. */
785
+ export interface ComputeVmProperties {
786
+ /** Gets the statuses of the virtual machine. */
787
+ statuses?: ComputeVmInstanceViewStatus[];
788
+ /** Gets the OS type of the virtual machine. */
789
+ osType?: string;
790
+ /** Gets the size of the virtual machine. */
791
+ vmSize?: string;
792
+ /** Gets the network interface ID of the virtual machine. */
793
+ networkInterfaceId?: string;
794
+ /** Gets OS disk blob uri for the virtual machine. */
795
+ osDiskId?: string;
796
+ /** Gets data disks blob uri for the virtual machine. */
797
+ dataDiskIds?: string[];
798
+ /** Gets all data disks attached to the virtual machine. */
799
+ dataDisks?: ComputeDataDisk[];
800
+ }
801
+
802
+ /** Status information about a virtual machine. */
803
+ export interface ComputeVmInstanceViewStatus {
804
+ /** Gets the status Code. */
805
+ code?: string;
806
+ /** Gets the short localizable label for the status. */
807
+ displayStatus?: string;
808
+ /** Gets the message associated with the status. */
809
+ message?: string;
810
+ }
811
+
812
+ /** A data disks attached to a virtual machine. */
813
+ export interface ComputeDataDisk {
814
+ /** Gets data disk name. */
815
+ name?: string;
816
+ /** When backed by a blob, the URI of underlying blob. */
817
+ diskUri?: string;
818
+ /** When backed by managed disk, this is the ID of the compute disk resource. */
819
+ managedDiskId?: string;
820
+ /** Gets data disk size in GiB. */
821
+ diskSizeGiB?: number;
822
+ }
823
+
824
+ /** Request body for applying artifacts to a virtual machine. */
825
+ export interface ApplyArtifactsRequest {
826
+ /** The list of artifacts to apply. */
827
+ artifacts?: ArtifactInstallProperties[];
828
+ }
829
+
830
+ /** Request body for detaching data disk from a virtual machine. */
831
+ export interface DetachDataDiskProperties {
832
+ /** Specifies the disk resource ID to detach from virtual machine. */
833
+ existingLabDiskId?: string;
834
+ }
835
+
836
+ /** Represents a .rdp file */
837
+ export interface RdpConnection {
838
+ /** The contents of the .rdp file */
839
+ contents?: string;
840
+ }
841
+
842
+ /** Request body for resizing a virtual machine. */
843
+ export interface ResizeLabVirtualMachineProperties {
844
+ /** Specifies the size of the virtual machine. */
845
+ size?: string;
846
+ }
847
+
848
+ /** The response of a list operation. */
849
+ export interface VirtualNetworkList {
850
+ /** Results of the list operation. */
851
+ value?: VirtualNetwork[];
852
+ /** Link for next set of results. */
853
+ nextLink?: string;
854
+ }
855
+
856
+ /** Subnet information. */
857
+ export interface Subnet {
858
+ /** The resource ID of the subnet. */
859
+ resourceId?: string;
860
+ /** The name of the subnet as seen in the lab. */
861
+ labSubnetName?: string;
862
+ /** The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny)). */
863
+ allowPublicIp?: UsagePermissionType;
864
+ }
865
+
866
+ /** Subnet information as returned by the Microsoft.Network API. */
867
+ export interface ExternalSubnet {
868
+ /** Gets or sets the identifier. */
869
+ id?: string;
870
+ /** Gets or sets the name. */
871
+ name?: string;
872
+ }
873
+
874
+ /** Property overrides on a subnet of a virtual network. */
875
+ export interface SubnetOverride {
876
+ /** The resource ID of the subnet. */
877
+ resourceId?: string;
878
+ /** The name given to the subnet within the lab. */
879
+ labSubnetName?: string;
880
+ /** Indicates whether this subnet can be used during virtual machine creation (i.e. Allow, Deny). */
881
+ useInVmCreationPermission?: UsagePermissionType;
882
+ /** Indicates whether public IP addresses can be assigned to virtual machines on this subnet (i.e. Allow, Deny). */
883
+ usePublicIpAddressPermission?: UsagePermissionType;
884
+ /** Properties that virtual machines on this subnet will share. */
885
+ sharedPublicIpAddressConfiguration?: SubnetSharedPublicIpAddressConfiguration;
886
+ /** The virtual network pool associated with this subnet. */
887
+ virtualNetworkPoolName?: string;
888
+ }
889
+
890
+ /** Configuration for public IP address sharing. */
891
+ export interface SubnetSharedPublicIpAddressConfiguration {
892
+ /** Backend ports that virtual machines on this subnet are allowed to expose */
893
+ allowedPorts?: Port[];
894
+ }
895
+
896
+ /** Properties of a network port. */
897
+ export interface Port {
898
+ /** Protocol type of the port. */
899
+ transportProtocol?: TransportProtocol;
900
+ /** Backend port of the target virtual machine. */
901
+ backendPort?: number;
902
+ }
903
+
904
+ /** The parameters of the export operation. */
905
+ export interface ExportResourceUsageParameters {
906
+ /** The blob storage absolute sas uri with write permission to the container which the usage data needs to be uploaded to. */
907
+ blobStorageAbsoluteSasUri?: string;
908
+ /** The start time of the usage. If not provided, usage will be reported since the beginning of data collection. */
909
+ usageStartDate?: Date;
910
+ }
911
+
912
+ /** Properties for generating an upload URI. */
913
+ export interface GenerateUploadUriParameter {
914
+ /** The blob name of the upload URI. */
915
+ blobName?: string;
916
+ }
917
+
918
+ /** Response body for generating an upload URI. */
919
+ export interface GenerateUploadUriResponse {
920
+ /** The upload URI for the VHD. */
921
+ uploadUri?: string;
922
+ }
923
+
924
+ /** This represents the payload required to import a virtual machine from a different lab into the current one */
925
+ export interface ImportLabVirtualMachineRequest {
926
+ /** The full resource ID of the virtual machine to be imported. */
927
+ sourceVirtualMachineResourceId?: string;
928
+ /** The name of the virtual machine in the destination lab */
929
+ destinationVirtualMachineName?: string;
930
+ }
931
+
932
+ /** The response of a list operation. */
933
+ export interface LabVhdList {
934
+ /** Results of the list operation. */
935
+ value?: LabVhd[];
936
+ /** Link for next set of results. */
937
+ nextLink?: string;
938
+ }
939
+
940
+ /** Properties of a VHD in the lab. */
941
+ export interface LabVhd {
942
+ /** The URI to the VHD. */
943
+ id?: string;
944
+ }
945
+
946
+ /** Properties for retargeting a virtual machine schedule. */
947
+ export interface RetargetScheduleProperties {
948
+ /** The resource Id of the virtual machine on which the schedule operates */
949
+ currentResourceId?: string;
950
+ /** The resource Id of the virtual machine that the schedule should be retargeted to */
951
+ targetResourceId?: string;
952
+ }
953
+
954
+ /** The response of a list operation. */
955
+ export interface ServiceRunnerList {
956
+ /** Results of the list operation. */
957
+ value?: ServiceRunner[];
958
+ /** Link for next set of results. */
959
+ nextLink?: string;
960
+ }
961
+
962
+ /** The contents of a shutdown notification. Webhooks can use this type to deserialize the request body when they get notified of an imminent shutdown. */
963
+ export interface ShutdownNotificationContent {
964
+ /** The URL to skip auto-shutdown. */
965
+ skipUrl?: string;
966
+ /** The URL to delay shutdown by 60 minutes. */
967
+ delayUrl60?: string;
968
+ /** The URL to delay shutdown by 2 hours. */
969
+ delayUrl120?: string;
970
+ /** The virtual machine to be shut down. */
971
+ vmName?: string;
972
+ /** The GUID for the virtual machine to be shut down. */
973
+ guid?: string;
974
+ /** The owner of the virtual machine. */
975
+ owner?: string;
976
+ /** The URL of the virtual machine. */
977
+ vmUrl?: string;
978
+ /** Minutes remaining until shutdown */
979
+ minutesUntilShutdown?: string;
980
+ /** The event for which a notification will be sent. */
981
+ eventType?: string;
982
+ /** The text for the notification. */
983
+ text?: string;
984
+ /** The subscription ID for the schedule. */
985
+ subscriptionId?: string;
986
+ /** The resource group name for the schedule. */
987
+ resourceGroupName?: string;
988
+ /** The lab for the schedule. */
989
+ labName?: string;
990
+ }
991
+
992
+ /** A lab. */
993
+ export type Lab = Resource & {
994
+ /**
995
+ * The lab's default storage account.
996
+ * NOTE: This property will not be serialized. It can only be populated by the server.
997
+ */
998
+ readonly defaultStorageAccount?: string;
999
+ /**
1000
+ * The lab's default premium storage account.
1001
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1002
+ */
1003
+ readonly defaultPremiumStorageAccount?: string;
1004
+ /**
1005
+ * The lab's artifact storage account.
1006
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1007
+ */
1008
+ readonly artifactsStorageAccount?: string;
1009
+ /**
1010
+ * The lab's premium data disk storage account.
1011
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1012
+ */
1013
+ readonly premiumDataDiskStorageAccount?: string;
1014
+ /**
1015
+ * The lab's Key vault.
1016
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1017
+ */
1018
+ readonly vaultName?: string;
1019
+ /** Type of storage used by the lab. It can be either Premium or Standard. Default is Premium. */
1020
+ labStorageType?: StorageType;
1021
+ /** The ordered list of artifact resource IDs that should be applied on all Linux VM creations by default, prior to the artifacts specified by the user. */
1022
+ mandatoryArtifactsResourceIdsLinux?: string[];
1023
+ /** The ordered list of artifact resource IDs that should be applied on all Windows VM creations by default, prior to the artifacts specified by the user. */
1024
+ mandatoryArtifactsResourceIdsWindows?: string[];
1025
+ /**
1026
+ * The creation date of the lab.
1027
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1028
+ */
1029
+ readonly createdDate?: Date;
1030
+ /**
1031
+ * The setting to enable usage of premium data disks.
1032
+ * When its value is 'Enabled', creation of standard or premium data disks is allowed.
1033
+ * When its value is 'Disabled', only creation of standard data disks is allowed.
1034
+ */
1035
+ premiumDataDisks?: PremiumDataDisk;
1036
+ /** The access rights to be granted to the user when provisioning an environment */
1037
+ environmentPermission?: EnvironmentPermission;
1038
+ /** The properties of any lab announcement associated with this lab */
1039
+ announcement?: LabAnnouncementProperties;
1040
+ /** The properties of any lab support message associated with this lab */
1041
+ support?: LabSupportProperties;
1042
+ /**
1043
+ * The resource group in which all new lab virtual machines will be created. To let DevTest Labs manage resource group creation, set this value to null.
1044
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1045
+ */
1046
+ readonly vmCreationResourceGroup?: string;
1047
+ /**
1048
+ * The public IP address for the lab's load balancer.
1049
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1050
+ */
1051
+ readonly publicIpId?: string;
1052
+ /**
1053
+ * The load balancer used to for lab VMs that use shared IP address.
1054
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1055
+ */
1056
+ readonly loadBalancerId?: string;
1057
+ /**
1058
+ * The Network Security Group attached to the lab VMs Network interfaces to restrict open ports.
1059
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1060
+ */
1061
+ readonly networkSecurityGroupId?: string;
1062
+ /** Extended properties of the lab used for experimental features */
1063
+ extendedProperties?: { [propertyName: string]: string };
1064
+ /**
1065
+ * The provisioning status of the resource.
1066
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1067
+ */
1068
+ readonly provisioningState?: string;
1069
+ /**
1070
+ * The unique immutable identifier of a resource (Guid).
1071
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1072
+ */
1073
+ readonly uniqueIdentifier?: string;
1074
+ };
1075
+
1076
+ /** A schedule. */
1077
+ export type Schedule = Resource & {
1078
+ /** The status of the schedule (i.e. Enabled, Disabled) */
1079
+ status?: EnableStatus;
1080
+ /** The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart). */
1081
+ taskType?: string;
1082
+ /** If the schedule will occur only some days of the week, specify the weekly recurrence. */
1083
+ weeklyRecurrence?: WeekDetails;
1084
+ /** If the schedule will occur once each day of the week, specify the daily recurrence. */
1085
+ dailyRecurrence?: DayDetails;
1086
+ /** If the schedule will occur multiple times a day, specify the hourly recurrence. */
1087
+ hourlyRecurrence?: HourDetails;
1088
+ /** The time zone ID (e.g. Pacific Standard time). */
1089
+ timeZoneId?: string;
1090
+ /** Notification settings. */
1091
+ notificationSettings?: NotificationSettings;
1092
+ /**
1093
+ * The creation date of the schedule.
1094
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1095
+ */
1096
+ readonly createdDate?: Date;
1097
+ /** The resource ID to which the schedule belongs */
1098
+ targetResourceId?: string;
1099
+ /**
1100
+ * The provisioning status of the resource.
1101
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1102
+ */
1103
+ readonly provisioningState?: string;
1104
+ /**
1105
+ * The unique immutable identifier of a resource (Guid).
1106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1107
+ */
1108
+ readonly uniqueIdentifier?: string;
1109
+ };
1110
+
1111
+ /** Properties of an artifact source. */
1112
+ export type ArtifactSource = Resource & {
1113
+ /** The artifact source's display name. */
1114
+ displayName?: string;
1115
+ /** The artifact source's URI. */
1116
+ uri?: string;
1117
+ /** The artifact source's type. */
1118
+ sourceType?: SourceControlType;
1119
+ /** The folder containing artifacts. */
1120
+ folderPath?: string;
1121
+ /** The folder containing Azure Resource Manager templates. */
1122
+ armTemplateFolderPath?: string;
1123
+ /** The artifact source's branch reference. */
1124
+ branchRef?: string;
1125
+ /** The security token to authenticate to the artifact source. */
1126
+ securityToken?: string;
1127
+ /** Indicates if the artifact source is enabled (values: Enabled, Disabled). */
1128
+ status?: EnableStatus;
1129
+ /**
1130
+ * The artifact source's creation date.
1131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1132
+ */
1133
+ readonly createdDate?: Date;
1134
+ /**
1135
+ * The provisioning status of the resource.
1136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1137
+ */
1138
+ readonly provisioningState?: string;
1139
+ /**
1140
+ * The unique immutable identifier of a resource (Guid).
1141
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1142
+ */
1143
+ readonly uniqueIdentifier?: string;
1144
+ };
1145
+
1146
+ /** An Azure Resource Manager template. */
1147
+ export type ArmTemplate = Resource & {
1148
+ /**
1149
+ * The display name of the ARM template.
1150
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1151
+ */
1152
+ readonly displayName?: string;
1153
+ /**
1154
+ * The description of the ARM template.
1155
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1156
+ */
1157
+ readonly description?: string;
1158
+ /**
1159
+ * The publisher of the ARM template.
1160
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1161
+ */
1162
+ readonly publisher?: string;
1163
+ /**
1164
+ * The URI to the icon of the ARM template.
1165
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1166
+ */
1167
+ readonly icon?: string;
1168
+ /**
1169
+ * The contents of the ARM template.
1170
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1171
+ */
1172
+ readonly contents?: Record<string, unknown>;
1173
+ /**
1174
+ * The creation date of the armTemplate.
1175
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1176
+ */
1177
+ readonly createdDate?: Date;
1178
+ /**
1179
+ * File name and parameter values information from all azuredeploy.*.parameters.json for the ARM template.
1180
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1181
+ */
1182
+ readonly parametersValueFilesInfo?: ParametersValueFileInfo[];
1183
+ /**
1184
+ * Whether or not ARM template is enabled for use by lab user.
1185
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1186
+ */
1187
+ readonly enabled?: boolean;
1188
+ };
1189
+
1190
+ /** An artifact. */
1191
+ export type Artifact = Resource & {
1192
+ /**
1193
+ * The artifact's title.
1194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1195
+ */
1196
+ readonly title?: string;
1197
+ /**
1198
+ * The artifact's description.
1199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1200
+ */
1201
+ readonly description?: string;
1202
+ /**
1203
+ * The artifact's publisher.
1204
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1205
+ */
1206
+ readonly publisher?: string;
1207
+ /**
1208
+ * The file path to the artifact.
1209
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1210
+ */
1211
+ readonly filePath?: string;
1212
+ /**
1213
+ * The URI to the artifact icon.
1214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1215
+ */
1216
+ readonly icon?: string;
1217
+ /**
1218
+ * The artifact's target OS.
1219
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1220
+ */
1221
+ readonly targetOsType?: string;
1222
+ /**
1223
+ * The artifact's parameters.
1224
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1225
+ */
1226
+ readonly parameters?: Record<string, unknown>;
1227
+ /**
1228
+ * The artifact's creation date.
1229
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1230
+ */
1231
+ readonly createdDate?: Date;
1232
+ };
1233
+
1234
+ /** A cost item. */
1235
+ export type LabCost = Resource & {
1236
+ /** The target cost properties */
1237
+ targetCost?: TargetCostProperties;
1238
+ /**
1239
+ * The lab cost summary component of the cost data.
1240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1241
+ */
1242
+ readonly labCostSummary?: LabCostSummaryProperties;
1243
+ /**
1244
+ * The lab cost details component of the cost data.
1245
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1246
+ */
1247
+ readonly labCostDetails?: LabCostDetailsProperties[];
1248
+ /**
1249
+ * The resource cost component of the cost data.
1250
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1251
+ */
1252
+ readonly resourceCosts?: LabResourceCostProperties[];
1253
+ /** The currency code of the cost. */
1254
+ currencyCode?: string;
1255
+ /** The start time of the cost data. */
1256
+ startDateTime?: Date;
1257
+ /** The end time of the cost data. */
1258
+ endDateTime?: Date;
1259
+ /** The creation date of the cost. */
1260
+ createdDate?: Date;
1261
+ /**
1262
+ * The provisioning status of the resource.
1263
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1264
+ */
1265
+ readonly provisioningState?: string;
1266
+ /**
1267
+ * The unique immutable identifier of a resource (Guid).
1268
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1269
+ */
1270
+ readonly uniqueIdentifier?: string;
1271
+ };
1272
+
1273
+ /** A custom image. */
1274
+ export type CustomImage = Resource & {
1275
+ /** The virtual machine from which the image is to be created. */
1276
+ vm?: CustomImagePropertiesFromVm;
1277
+ /** The VHD from which the image is to be created. */
1278
+ vhd?: CustomImagePropertiesCustom;
1279
+ /** The description of the custom image. */
1280
+ description?: string;
1281
+ /** The author of the custom image. */
1282
+ author?: string;
1283
+ /**
1284
+ * The creation date of the custom image.
1285
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1286
+ */
1287
+ readonly creationDate?: Date;
1288
+ /** The Managed Image Id backing the custom image. */
1289
+ managedImageId?: string;
1290
+ /** The Managed Snapshot Id backing the custom image. */
1291
+ managedSnapshotId?: string;
1292
+ /** Storage information about the data disks present in the custom image */
1293
+ dataDiskStorageInfo?: DataDiskStorageTypeInfo[];
1294
+ /** Storage information about the plan related to this custom image */
1295
+ customImagePlan?: CustomImagePropertiesFromPlan;
1296
+ /** Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment */
1297
+ isPlanAuthorized?: boolean;
1298
+ /**
1299
+ * The provisioning status of the resource.
1300
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1301
+ */
1302
+ readonly provisioningState?: string;
1303
+ /**
1304
+ * The unique immutable identifier of a resource (Guid).
1305
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1306
+ */
1307
+ readonly uniqueIdentifier?: string;
1308
+ };
1309
+
1310
+ /** A formula for creating a VM, specifying an image base and other parameters */
1311
+ export type Formula = Resource & {
1312
+ /** The description of the formula. */
1313
+ description?: string;
1314
+ /**
1315
+ * The author of the formula.
1316
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1317
+ */
1318
+ readonly author?: string;
1319
+ /** The OS type of the formula. */
1320
+ osType?: string;
1321
+ /**
1322
+ * The creation date of the formula.
1323
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1324
+ */
1325
+ readonly creationDate?: Date;
1326
+ /** The content of the formula. */
1327
+ formulaContent?: LabVirtualMachineCreationParameter;
1328
+ /** Information about a VM from which a formula is to be created. */
1329
+ vm?: FormulaPropertiesFromVm;
1330
+ /**
1331
+ * The provisioning status of the resource.
1332
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1333
+ */
1334
+ readonly provisioningState?: string;
1335
+ /**
1336
+ * The unique immutable identifier of a resource (Guid).
1337
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1338
+ */
1339
+ readonly uniqueIdentifier?: string;
1340
+ };
1341
+
1342
+ /** A gallery image. */
1343
+ export type GalleryImage = Resource & {
1344
+ /** The author of the gallery image. */
1345
+ author?: string;
1346
+ /**
1347
+ * The creation date of the gallery image.
1348
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1349
+ */
1350
+ readonly createdDate?: Date;
1351
+ /** The description of the gallery image. */
1352
+ description?: string;
1353
+ /** The image reference of the gallery image. */
1354
+ imageReference?: GalleryImageReference;
1355
+ /** The icon of the gallery image. */
1356
+ icon?: string;
1357
+ /** Indicates whether this gallery image is enabled. */
1358
+ enabled?: boolean;
1359
+ /** The third party plan that applies to this image */
1360
+ planId?: string;
1361
+ /** Indicates if the plan has been authorized for programmatic deployment. */
1362
+ isPlanAuthorized?: boolean;
1363
+ };
1364
+
1365
+ /** A notification. */
1366
+ export type NotificationChannel = Resource & {
1367
+ /** The webhook URL to send notifications to. */
1368
+ webHookUrl?: string;
1369
+ /** The email recipient to send notifications to (can be a list of semi-colon separated email addresses). */
1370
+ emailRecipient?: string;
1371
+ /** The locale to use when sending a notification (fallback for unsupported languages is EN). */
1372
+ notificationLocale?: string;
1373
+ /** Description of notification. */
1374
+ description?: string;
1375
+ /** The list of event for which this notification is enabled. */
1376
+ events?: Event[];
1377
+ /**
1378
+ * The creation date of the notification channel.
1379
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1380
+ */
1381
+ readonly createdDate?: Date;
1382
+ /**
1383
+ * The provisioning status of the resource.
1384
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1385
+ */
1386
+ readonly provisioningState?: string;
1387
+ /**
1388
+ * The unique immutable identifier of a resource (Guid).
1389
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1390
+ */
1391
+ readonly uniqueIdentifier?: string;
1392
+ };
1393
+
1394
+ /** A Policy. */
1395
+ export type Policy = Resource & {
1396
+ /** The description of the policy. */
1397
+ description?: string;
1398
+ /** The status of the policy. */
1399
+ status?: PolicyStatus;
1400
+ /** The fact name of the policy (e.g. LabVmCount, LabVmSize, MaxVmsAllowedPerLab, etc. */
1401
+ factName?: PolicyFactName;
1402
+ /** The fact data of the policy. */
1403
+ factData?: string;
1404
+ /** The threshold of the policy (i.e. a number for MaxValuePolicy, and a JSON array of values for AllowedValuesPolicy). */
1405
+ threshold?: string;
1406
+ /** The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy). */
1407
+ evaluatorType?: PolicyEvaluatorType;
1408
+ /**
1409
+ * The creation date of the policy.
1410
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1411
+ */
1412
+ readonly createdDate?: Date;
1413
+ /**
1414
+ * The provisioning status of the resource.
1415
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1416
+ */
1417
+ readonly provisioningState?: string;
1418
+ /**
1419
+ * The unique immutable identifier of a resource (Guid).
1420
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1421
+ */
1422
+ readonly uniqueIdentifier?: string;
1423
+ };
1424
+
1425
+ /** A container for a managed identity to execute DevTest lab services. */
1426
+ export type ServiceRunner = Resource & {
1427
+ /** The identity of the resource. */
1428
+ identity?: IdentityProperties;
1429
+ };
1430
+
1431
+ /** Profile of a lab user. */
1432
+ export type User = Resource & {
1433
+ /** The identity of the user. */
1434
+ identity?: UserIdentity;
1435
+ /** The secret store of the user. */
1436
+ secretStore?: UserSecretStore;
1437
+ /**
1438
+ * The creation date of the user profile.
1439
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1440
+ */
1441
+ readonly createdDate?: Date;
1442
+ /**
1443
+ * The provisioning status of the resource.
1444
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1445
+ */
1446
+ readonly provisioningState?: string;
1447
+ /**
1448
+ * The unique immutable identifier of a resource (Guid).
1449
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1450
+ */
1451
+ readonly uniqueIdentifier?: string;
1452
+ };
1453
+
1454
+ /** A Disk. */
1455
+ export type Disk = Resource & {
1456
+ /** The storage type for the disk (i.e. Standard, Premium). */
1457
+ diskType?: StorageType;
1458
+ /** The size of the disk in Gibibytes. */
1459
+ diskSizeGiB?: number;
1460
+ /** The resource ID of the VM to which this disk is leased. */
1461
+ leasedByLabVmId?: string;
1462
+ /** When backed by a blob, the name of the VHD blob without extension. */
1463
+ diskBlobName?: string;
1464
+ /** When backed by a blob, the URI of underlying blob. */
1465
+ diskUri?: string;
1466
+ /** When backed by a blob, the storage account where the blob is. */
1467
+ storageAccountId?: string;
1468
+ /**
1469
+ * The creation date of the disk.
1470
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1471
+ */
1472
+ readonly createdDate?: Date;
1473
+ /** The host caching policy of the disk (i.e. None, ReadOnly, ReadWrite). */
1474
+ hostCaching?: string;
1475
+ /** When backed by managed disk, this is the ID of the compute disk resource. */
1476
+ managedDiskId?: string;
1477
+ /**
1478
+ * The provisioning status of the resource.
1479
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1480
+ */
1481
+ readonly provisioningState?: string;
1482
+ /**
1483
+ * The unique immutable identifier of a resource (Guid).
1484
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1485
+ */
1486
+ readonly uniqueIdentifier?: string;
1487
+ };
1488
+
1489
+ /** An environment, which is essentially an ARM template deployment. */
1490
+ export type DtlEnvironment = Resource & {
1491
+ /** The deployment properties of the environment. */
1492
+ deploymentProperties?: EnvironmentDeploymentProperties;
1493
+ /** The display name of the Azure Resource Manager template that produced the environment. */
1494
+ armTemplateDisplayName?: string;
1495
+ /**
1496
+ * The identifier of the resource group containing the environment's resources.
1497
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1498
+ */
1499
+ readonly resourceGroupId?: string;
1500
+ /**
1501
+ * The creator of the environment.
1502
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1503
+ */
1504
+ readonly createdByUser?: string;
1505
+ /**
1506
+ * The provisioning status of the resource.
1507
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1508
+ */
1509
+ readonly provisioningState?: string;
1510
+ /**
1511
+ * The unique immutable identifier of a resource (Guid).
1512
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1513
+ */
1514
+ readonly uniqueIdentifier?: string;
1515
+ };
1516
+
1517
+ /** A secret. */
1518
+ export type Secret = Resource & {
1519
+ /** The value of the secret for secret creation. */
1520
+ value?: string;
1521
+ /**
1522
+ * The provisioning status of the resource.
1523
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1524
+ */
1525
+ readonly provisioningState?: string;
1526
+ /**
1527
+ * The unique immutable identifier of a resource (Guid).
1528
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1529
+ */
1530
+ readonly uniqueIdentifier?: string;
1531
+ };
1532
+
1533
+ /** Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level. */
1534
+ export type ApplicableSchedule = Resource & {
1535
+ /** The auto-shutdown schedule, if one has been set at the lab or lab resource level. */
1536
+ labVmsShutdown?: Schedule;
1537
+ /** The auto-startup schedule, if one has been set at the lab or lab resource level. */
1538
+ labVmsStartup?: Schedule;
1539
+ };
1540
+
1541
+ /** A Service Fabric. */
1542
+ export type ServiceFabric = Resource & {
1543
+ /** The backing service fabric resource's id */
1544
+ externalServiceFabricId?: string;
1545
+ /** The resource id of the environment under which the service fabric resource is present */
1546
+ environmentId?: string;
1547
+ /**
1548
+ * The applicable schedule for the virtual machine.
1549
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1550
+ */
1551
+ readonly applicableSchedule?: ApplicableSchedule;
1552
+ /**
1553
+ * The provisioning status of the resource.
1554
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1555
+ */
1556
+ readonly provisioningState?: string;
1557
+ /**
1558
+ * The unique immutable identifier of a resource (Guid).
1559
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1560
+ */
1561
+ readonly uniqueIdentifier?: string;
1562
+ };
1563
+
1564
+ /** A virtual machine. */
1565
+ export type LabVirtualMachine = Resource & {
1566
+ /** The notes of the virtual machine. */
1567
+ notes?: string;
1568
+ /** The object identifier of the owner of the virtual machine. */
1569
+ ownerObjectId?: string;
1570
+ /** The user principal name of the virtual machine owner. */
1571
+ ownerUserPrincipalName?: string;
1572
+ /**
1573
+ * The object identifier of the creator of the virtual machine.
1574
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1575
+ */
1576
+ readonly createdByUserId?: string;
1577
+ /**
1578
+ * The email address of creator of the virtual machine.
1579
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1580
+ */
1581
+ readonly createdByUser?: string;
1582
+ /** The creation date of the virtual machine. */
1583
+ createdDate?: Date;
1584
+ /**
1585
+ * The resource identifier (Microsoft.Compute) of the virtual machine.
1586
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1587
+ */
1588
+ readonly computeId?: string;
1589
+ /** The custom image identifier of the virtual machine. */
1590
+ customImageId?: string;
1591
+ /**
1592
+ * The OS type of the virtual machine.
1593
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1594
+ */
1595
+ readonly osType?: string;
1596
+ /** The size of the virtual machine. */
1597
+ size?: string;
1598
+ /** The user name of the virtual machine. */
1599
+ userName?: string;
1600
+ /** The password of the virtual machine administrator. */
1601
+ password?: string;
1602
+ /** The SSH key of the virtual machine administrator. */
1603
+ sshKey?: string;
1604
+ /** Indicates whether this virtual machine uses an SSH key for authentication. */
1605
+ isAuthenticationWithSshKey?: boolean;
1606
+ /**
1607
+ * The fully-qualified domain name of the virtual machine.
1608
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1609
+ */
1610
+ readonly fqdn?: string;
1611
+ /** The lab subnet name of the virtual machine. */
1612
+ labSubnetName?: string;
1613
+ /** The lab virtual network identifier of the virtual machine. */
1614
+ labVirtualNetworkId?: string;
1615
+ /** Indicates whether the virtual machine is to be created without a public IP address. */
1616
+ disallowPublicIpAddress?: boolean;
1617
+ /** The artifacts to be installed on the virtual machine. */
1618
+ artifacts?: ArtifactInstallProperties[];
1619
+ /**
1620
+ * The artifact deployment status for the virtual machine.
1621
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1622
+ */
1623
+ readonly artifactDeploymentStatus?: ArtifactDeploymentStatusProperties;
1624
+ /** The Microsoft Azure Marketplace image reference of the virtual machine. */
1625
+ galleryImageReference?: GalleryImageReference;
1626
+ /** The id of the plan associated with the virtual machine image */
1627
+ planId?: string;
1628
+ /**
1629
+ * The compute virtual machine properties.
1630
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1631
+ */
1632
+ readonly computeVm?: ComputeVmProperties;
1633
+ /** The network interface properties. */
1634
+ networkInterface?: NetworkInterfaceProperties;
1635
+ /**
1636
+ * The applicable schedule for the virtual machine.
1637
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1638
+ */
1639
+ readonly applicableSchedule?: ApplicableSchedule;
1640
+ /** The expiration date for VM. */
1641
+ expirationDate?: Date;
1642
+ /** Indicates whether another user can take ownership of the virtual machine */
1643
+ allowClaim?: boolean;
1644
+ /** Storage type to use for virtual machine (i.e. Standard, Premium). */
1645
+ storageType?: string;
1646
+ /**
1647
+ * Tells source of creation of lab virtual machine. Output property only.
1648
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1649
+ */
1650
+ readonly virtualMachineCreationSource?: VirtualMachineCreationSource;
1651
+ /** The resource ID of the environment that contains this virtual machine, if any. */
1652
+ environmentId?: string;
1653
+ /** New or existing data disks to attach to the virtual machine after creation */
1654
+ dataDiskParameters?: DataDiskProperties[];
1655
+ /** Virtual Machine schedules to be created */
1656
+ scheduleParameters?: ScheduleCreationParameter[];
1657
+ /**
1658
+ * Last known compute power state captured in DTL
1659
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1660
+ */
1661
+ readonly lastKnownPowerState?: string;
1662
+ /**
1663
+ * The provisioning status of the resource.
1664
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1665
+ */
1666
+ readonly provisioningState?: string;
1667
+ /**
1668
+ * The unique immutable identifier of a resource (Guid).
1669
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1670
+ */
1671
+ readonly uniqueIdentifier?: string;
1672
+ };
1673
+
1674
+ /** A virtual network. */
1675
+ export type VirtualNetwork = Resource & {
1676
+ /** The allowed subnets of the virtual network. */
1677
+ allowedSubnets?: Subnet[];
1678
+ /** The description of the virtual network. */
1679
+ description?: string;
1680
+ /** The Microsoft.Network resource identifier of the virtual network. */
1681
+ externalProviderResourceId?: string;
1682
+ /**
1683
+ * The external subnet properties.
1684
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1685
+ */
1686
+ readonly externalSubnets?: ExternalSubnet[];
1687
+ /** The subnet overrides of the virtual network. */
1688
+ subnetOverrides?: SubnetOverride[];
1689
+ /**
1690
+ * The creation date of the virtual network.
1691
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1692
+ */
1693
+ readonly createdDate?: Date;
1694
+ /**
1695
+ * The provisioning status of the resource.
1696
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1697
+ */
1698
+ readonly provisioningState?: string;
1699
+ /**
1700
+ * The unique immutable identifier of a resource (Guid).
1701
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1702
+ */
1703
+ readonly uniqueIdentifier?: string;
1704
+ };
1705
+
1706
+ /** Properties of an artifact source. */
1707
+ export type ArtifactSourceFragment = UpdateResource & {};
1708
+
1709
+ /** A custom image. */
1710
+ export type CustomImageFragment = UpdateResource & {};
1711
+
1712
+ /** A formula for creating a VM, specifying an image base and other parameters */
1713
+ export type FormulaFragment = UpdateResource & {};
1714
+
1715
+ /** A notification. */
1716
+ export type NotificationChannelFragment = UpdateResource & {};
1717
+
1718
+ /** A Policy. */
1719
+ export type PolicyFragment = UpdateResource & {};
1720
+
1721
+ /** A schedule. */
1722
+ export type ScheduleFragment = UpdateResource & {};
1723
+
1724
+ /** Profile of a lab user. */
1725
+ export type UserFragment = UpdateResource & {};
1726
+
1727
+ /** A Disk. */
1728
+ export type DiskFragment = UpdateResource & {};
1729
+
1730
+ /** An environment, which is essentially an ARM template deployment. */
1731
+ export type DtlEnvironmentFragment = UpdateResource & {};
1732
+
1733
+ /** A secret. */
1734
+ export type SecretFragment = UpdateResource & {};
1735
+
1736
+ /** A Service Fabric. */
1737
+ export type ServiceFabricFragment = UpdateResource & {};
1738
+
1739
+ /** A virtual machine. */
1740
+ export type LabVirtualMachineFragment = UpdateResource & {};
1741
+
1742
+ /** A virtual network. */
1743
+ export type VirtualNetworkFragment = UpdateResource & {};
1744
+
1745
+ /** A lab. */
1746
+ export type LabFragment = UpdateResource & {};
1747
+
1748
+ /** Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level. */
1749
+ export type ApplicableScheduleFragment = UpdateResource & {};
1750
+
1751
+ /** Known values of {@link StorageType} that the service accepts. */
1752
+ export enum KnownStorageType {
1753
+ Standard = "Standard",
1754
+ Premium = "Premium",
1755
+ StandardSSD = "StandardSSD"
1756
+ }
1757
+
1758
+ /**
1759
+ * Defines values for StorageType. \
1760
+ * {@link KnownStorageType} can be used interchangeably with StorageType,
1761
+ * this enum contains the known values that the service supports.
1762
+ * ### Known values supported by the service
1763
+ * **Standard** \
1764
+ * **Premium** \
1765
+ * **StandardSSD**
1766
+ */
1767
+ export type StorageType = string;
1768
+
1769
+ /** Known values of {@link PremiumDataDisk} that the service accepts. */
1770
+ export enum KnownPremiumDataDisk {
1771
+ Disabled = "Disabled",
1772
+ Enabled = "Enabled"
1773
+ }
1774
+
1775
+ /**
1776
+ * Defines values for PremiumDataDisk. \
1777
+ * {@link KnownPremiumDataDisk} can be used interchangeably with PremiumDataDisk,
1778
+ * this enum contains the known values that the service supports.
1779
+ * ### Known values supported by the service
1780
+ * **Disabled** \
1781
+ * **Enabled**
1782
+ */
1783
+ export type PremiumDataDisk = string;
1784
+
1785
+ /** Known values of {@link EnvironmentPermission} that the service accepts. */
1786
+ export enum KnownEnvironmentPermission {
1787
+ Reader = "Reader",
1788
+ Contributor = "Contributor"
1789
+ }
1790
+
1791
+ /**
1792
+ * Defines values for EnvironmentPermission. \
1793
+ * {@link KnownEnvironmentPermission} can be used interchangeably with EnvironmentPermission,
1794
+ * this enum contains the known values that the service supports.
1795
+ * ### Known values supported by the service
1796
+ * **Reader** \
1797
+ * **Contributor**
1798
+ */
1799
+ export type EnvironmentPermission = string;
1800
+
1801
+ /** Known values of {@link EnableStatus} that the service accepts. */
1802
+ export enum KnownEnableStatus {
1803
+ Enabled = "Enabled",
1804
+ Disabled = "Disabled"
1805
+ }
1806
+
1807
+ /**
1808
+ * Defines values for EnableStatus. \
1809
+ * {@link KnownEnableStatus} can be used interchangeably with EnableStatus,
1810
+ * this enum contains the known values that the service supports.
1811
+ * ### Known values supported by the service
1812
+ * **Enabled** \
1813
+ * **Disabled**
1814
+ */
1815
+ export type EnableStatus = string;
1816
+
1817
+ /** Known values of {@link HttpStatusCode} that the service accepts. */
1818
+ export enum KnownHttpStatusCode {
1819
+ Continue = "Continue",
1820
+ SwitchingProtocols = "SwitchingProtocols",
1821
+ OK = "OK",
1822
+ Created = "Created",
1823
+ Accepted = "Accepted",
1824
+ NonAuthoritativeInformation = "NonAuthoritativeInformation",
1825
+ NoContent = "NoContent",
1826
+ ResetContent = "ResetContent",
1827
+ PartialContent = "PartialContent",
1828
+ MultipleChoices = "MultipleChoices",
1829
+ Ambiguous = "Ambiguous",
1830
+ MovedPermanently = "MovedPermanently",
1831
+ Moved = "Moved",
1832
+ Found = "Found",
1833
+ Redirect = "Redirect",
1834
+ SeeOther = "SeeOther",
1835
+ RedirectMethod = "RedirectMethod",
1836
+ NotModified = "NotModified",
1837
+ UseProxy = "UseProxy",
1838
+ Unused = "Unused",
1839
+ TemporaryRedirect = "TemporaryRedirect",
1840
+ RedirectKeepVerb = "RedirectKeepVerb",
1841
+ BadRequest = "BadRequest",
1842
+ Unauthorized = "Unauthorized",
1843
+ PaymentRequired = "PaymentRequired",
1844
+ Forbidden = "Forbidden",
1845
+ NotFound = "NotFound",
1846
+ MethodNotAllowed = "MethodNotAllowed",
1847
+ NotAcceptable = "NotAcceptable",
1848
+ ProxyAuthenticationRequired = "ProxyAuthenticationRequired",
1849
+ RequestTimeout = "RequestTimeout",
1850
+ Conflict = "Conflict",
1851
+ Gone = "Gone",
1852
+ LengthRequired = "LengthRequired",
1853
+ PreconditionFailed = "PreconditionFailed",
1854
+ RequestEntityTooLarge = "RequestEntityTooLarge",
1855
+ RequestUriTooLong = "RequestUriTooLong",
1856
+ UnsupportedMediaType = "UnsupportedMediaType",
1857
+ RequestedRangeNotSatisfiable = "RequestedRangeNotSatisfiable",
1858
+ ExpectationFailed = "ExpectationFailed",
1859
+ UpgradeRequired = "UpgradeRequired",
1860
+ InternalServerError = "InternalServerError",
1861
+ NotImplemented = "NotImplemented",
1862
+ BadGateway = "BadGateway",
1863
+ ServiceUnavailable = "ServiceUnavailable",
1864
+ GatewayTimeout = "GatewayTimeout",
1865
+ HttpVersionNotSupported = "HttpVersionNotSupported"
1866
+ }
1867
+
1868
+ /**
1869
+ * Defines values for HttpStatusCode. \
1870
+ * {@link KnownHttpStatusCode} can be used interchangeably with HttpStatusCode,
1871
+ * this enum contains the known values that the service supports.
1872
+ * ### Known values supported by the service
1873
+ * **Continue** \
1874
+ * **SwitchingProtocols** \
1875
+ * **OK** \
1876
+ * **Created** \
1877
+ * **Accepted** \
1878
+ * **NonAuthoritativeInformation** \
1879
+ * **NoContent** \
1880
+ * **ResetContent** \
1881
+ * **PartialContent** \
1882
+ * **MultipleChoices** \
1883
+ * **Ambiguous** \
1884
+ * **MovedPermanently** \
1885
+ * **Moved** \
1886
+ * **Found** \
1887
+ * **Redirect** \
1888
+ * **SeeOther** \
1889
+ * **RedirectMethod** \
1890
+ * **NotModified** \
1891
+ * **UseProxy** \
1892
+ * **Unused** \
1893
+ * **TemporaryRedirect** \
1894
+ * **RedirectKeepVerb** \
1895
+ * **BadRequest** \
1896
+ * **Unauthorized** \
1897
+ * **PaymentRequired** \
1898
+ * **Forbidden** \
1899
+ * **NotFound** \
1900
+ * **MethodNotAllowed** \
1901
+ * **NotAcceptable** \
1902
+ * **ProxyAuthenticationRequired** \
1903
+ * **RequestTimeout** \
1904
+ * **Conflict** \
1905
+ * **Gone** \
1906
+ * **LengthRequired** \
1907
+ * **PreconditionFailed** \
1908
+ * **RequestEntityTooLarge** \
1909
+ * **RequestUriTooLong** \
1910
+ * **UnsupportedMediaType** \
1911
+ * **RequestedRangeNotSatisfiable** \
1912
+ * **ExpectationFailed** \
1913
+ * **UpgradeRequired** \
1914
+ * **InternalServerError** \
1915
+ * **NotImplemented** \
1916
+ * **BadGateway** \
1917
+ * **ServiceUnavailable** \
1918
+ * **GatewayTimeout** \
1919
+ * **HttpVersionNotSupported**
1920
+ */
1921
+ export type HttpStatusCode = string;
1922
+
1923
+ /** Known values of {@link SourceControlType} that the service accepts. */
1924
+ export enum KnownSourceControlType {
1925
+ VsoGit = "VsoGit",
1926
+ GitHub = "GitHub",
1927
+ StorageAccount = "StorageAccount"
1928
+ }
1929
+
1930
+ /**
1931
+ * Defines values for SourceControlType. \
1932
+ * {@link KnownSourceControlType} can be used interchangeably with SourceControlType,
1933
+ * this enum contains the known values that the service supports.
1934
+ * ### Known values supported by the service
1935
+ * **VsoGit** \
1936
+ * **GitHub** \
1937
+ * **StorageAccount**
1938
+ */
1939
+ export type SourceControlType = string;
1940
+
1941
+ /** Known values of {@link FileUploadOptions} that the service accepts. */
1942
+ export enum KnownFileUploadOptions {
1943
+ UploadFilesAndGenerateSasTokens = "UploadFilesAndGenerateSasTokens",
1944
+ None = "None"
1945
+ }
1946
+
1947
+ /**
1948
+ * Defines values for FileUploadOptions. \
1949
+ * {@link KnownFileUploadOptions} can be used interchangeably with FileUploadOptions,
1950
+ * this enum contains the known values that the service supports.
1951
+ * ### Known values supported by the service
1952
+ * **UploadFilesAndGenerateSasTokens** \
1953
+ * **None**
1954
+ */
1955
+ export type FileUploadOptions = string;
1956
+
1957
+ /** Known values of {@link TargetCostStatus} that the service accepts. */
1958
+ export enum KnownTargetCostStatus {
1959
+ Enabled = "Enabled",
1960
+ Disabled = "Disabled"
1961
+ }
1962
+
1963
+ /**
1964
+ * Defines values for TargetCostStatus. \
1965
+ * {@link KnownTargetCostStatus} can be used interchangeably with TargetCostStatus,
1966
+ * this enum contains the known values that the service supports.
1967
+ * ### Known values supported by the service
1968
+ * **Enabled** \
1969
+ * **Disabled**
1970
+ */
1971
+ export type TargetCostStatus = string;
1972
+
1973
+ /** Known values of {@link CostThresholdStatus} that the service accepts. */
1974
+ export enum KnownCostThresholdStatus {
1975
+ Enabled = "Enabled",
1976
+ Disabled = "Disabled"
1977
+ }
1978
+
1979
+ /**
1980
+ * Defines values for CostThresholdStatus. \
1981
+ * {@link KnownCostThresholdStatus} can be used interchangeably with CostThresholdStatus,
1982
+ * this enum contains the known values that the service supports.
1983
+ * ### Known values supported by the service
1984
+ * **Enabled** \
1985
+ * **Disabled**
1986
+ */
1987
+ export type CostThresholdStatus = string;
1988
+
1989
+ /** Known values of {@link ReportingCycleType} that the service accepts. */
1990
+ export enum KnownReportingCycleType {
1991
+ CalendarMonth = "CalendarMonth",
1992
+ Custom = "Custom"
1993
+ }
1994
+
1995
+ /**
1996
+ * Defines values for ReportingCycleType. \
1997
+ * {@link KnownReportingCycleType} can be used interchangeably with ReportingCycleType,
1998
+ * this enum contains the known values that the service supports.
1999
+ * ### Known values supported by the service
2000
+ * **CalendarMonth** \
2001
+ * **Custom**
2002
+ */
2003
+ export type ReportingCycleType = string;
2004
+
2005
+ /** Known values of {@link CostType} that the service accepts. */
2006
+ export enum KnownCostType {
2007
+ Unavailable = "Unavailable",
2008
+ Reported = "Reported",
2009
+ Projected = "Projected"
2010
+ }
2011
+
2012
+ /**
2013
+ * Defines values for CostType. \
2014
+ * {@link KnownCostType} can be used interchangeably with CostType,
2015
+ * this enum contains the known values that the service supports.
2016
+ * ### Known values supported by the service
2017
+ * **Unavailable** \
2018
+ * **Reported** \
2019
+ * **Projected**
2020
+ */
2021
+ export type CostType = string;
2022
+
2023
+ /** Known values of {@link WindowsOsState} that the service accepts. */
2024
+ export enum KnownWindowsOsState {
2025
+ NonSysprepped = "NonSysprepped",
2026
+ SysprepRequested = "SysprepRequested",
2027
+ SysprepApplied = "SysprepApplied"
2028
+ }
2029
+
2030
+ /**
2031
+ * Defines values for WindowsOsState. \
2032
+ * {@link KnownWindowsOsState} can be used interchangeably with WindowsOsState,
2033
+ * this enum contains the known values that the service supports.
2034
+ * ### Known values supported by the service
2035
+ * **NonSysprepped** \
2036
+ * **SysprepRequested** \
2037
+ * **SysprepApplied**
2038
+ */
2039
+ export type WindowsOsState = string;
2040
+
2041
+ /** Known values of {@link LinuxOsState} that the service accepts. */
2042
+ export enum KnownLinuxOsState {
2043
+ NonDeprovisioned = "NonDeprovisioned",
2044
+ DeprovisionRequested = "DeprovisionRequested",
2045
+ DeprovisionApplied = "DeprovisionApplied"
2046
+ }
2047
+
2048
+ /**
2049
+ * Defines values for LinuxOsState. \
2050
+ * {@link KnownLinuxOsState} can be used interchangeably with LinuxOsState,
2051
+ * this enum contains the known values that the service supports.
2052
+ * ### Known values supported by the service
2053
+ * **NonDeprovisioned** \
2054
+ * **DeprovisionRequested** \
2055
+ * **DeprovisionApplied**
2056
+ */
2057
+ export type LinuxOsState = string;
2058
+
2059
+ /** Known values of {@link CustomImageOsType} that the service accepts. */
2060
+ export enum KnownCustomImageOsType {
2061
+ Windows = "Windows",
2062
+ Linux = "Linux",
2063
+ None = "None"
2064
+ }
2065
+
2066
+ /**
2067
+ * Defines values for CustomImageOsType. \
2068
+ * {@link KnownCustomImageOsType} can be used interchangeably with CustomImageOsType,
2069
+ * this enum contains the known values that the service supports.
2070
+ * ### Known values supported by the service
2071
+ * **Windows** \
2072
+ * **Linux** \
2073
+ * **None**
2074
+ */
2075
+ export type CustomImageOsType = string;
2076
+
2077
+ /** Known values of {@link TransportProtocol} that the service accepts. */
2078
+ export enum KnownTransportProtocol {
2079
+ Tcp = "Tcp",
2080
+ Udp = "Udp"
2081
+ }
2082
+
2083
+ /**
2084
+ * Defines values for TransportProtocol. \
2085
+ * {@link KnownTransportProtocol} can be used interchangeably with TransportProtocol,
2086
+ * this enum contains the known values that the service supports.
2087
+ * ### Known values supported by the service
2088
+ * **Tcp** \
2089
+ * **Udp**
2090
+ */
2091
+ export type TransportProtocol = string;
2092
+
2093
+ /** Known values of {@link HostCachingOptions} that the service accepts. */
2094
+ export enum KnownHostCachingOptions {
2095
+ None = "None",
2096
+ ReadOnly = "ReadOnly",
2097
+ ReadWrite = "ReadWrite"
2098
+ }
2099
+
2100
+ /**
2101
+ * Defines values for HostCachingOptions. \
2102
+ * {@link KnownHostCachingOptions} can be used interchangeably with HostCachingOptions,
2103
+ * this enum contains the known values that the service supports.
2104
+ * ### Known values supported by the service
2105
+ * **None** \
2106
+ * **ReadOnly** \
2107
+ * **ReadWrite**
2108
+ */
2109
+ export type HostCachingOptions = string;
2110
+
2111
+ /** Known values of {@link NotificationChannelEventType} that the service accepts. */
2112
+ export enum KnownNotificationChannelEventType {
2113
+ AutoShutdown = "AutoShutdown",
2114
+ Cost = "Cost"
2115
+ }
2116
+
2117
+ /**
2118
+ * Defines values for NotificationChannelEventType. \
2119
+ * {@link KnownNotificationChannelEventType} can be used interchangeably with NotificationChannelEventType,
2120
+ * this enum contains the known values that the service supports.
2121
+ * ### Known values supported by the service
2122
+ * **AutoShutdown** \
2123
+ * **Cost**
2124
+ */
2125
+ export type NotificationChannelEventType = string;
2126
+
2127
+ /** Known values of {@link PolicyStatus} that the service accepts. */
2128
+ export enum KnownPolicyStatus {
2129
+ Enabled = "Enabled",
2130
+ Disabled = "Disabled"
2131
+ }
2132
+
2133
+ /**
2134
+ * Defines values for PolicyStatus. \
2135
+ * {@link KnownPolicyStatus} can be used interchangeably with PolicyStatus,
2136
+ * this enum contains the known values that the service supports.
2137
+ * ### Known values supported by the service
2138
+ * **Enabled** \
2139
+ * **Disabled**
2140
+ */
2141
+ export type PolicyStatus = string;
2142
+
2143
+ /** Known values of {@link PolicyFactName} that the service accepts. */
2144
+ export enum KnownPolicyFactName {
2145
+ UserOwnedLabVmCount = "UserOwnedLabVmCount",
2146
+ UserOwnedLabPremiumVmCount = "UserOwnedLabPremiumVmCount",
2147
+ LabVmCount = "LabVmCount",
2148
+ LabPremiumVmCount = "LabPremiumVmCount",
2149
+ LabVmSize = "LabVmSize",
2150
+ GalleryImage = "GalleryImage",
2151
+ UserOwnedLabVmCountInSubnet = "UserOwnedLabVmCountInSubnet",
2152
+ LabTargetCost = "LabTargetCost",
2153
+ EnvironmentTemplate = "EnvironmentTemplate",
2154
+ ScheduleEditPermission = "ScheduleEditPermission"
2155
+ }
2156
+
2157
+ /**
2158
+ * Defines values for PolicyFactName. \
2159
+ * {@link KnownPolicyFactName} can be used interchangeably with PolicyFactName,
2160
+ * this enum contains the known values that the service supports.
2161
+ * ### Known values supported by the service
2162
+ * **UserOwnedLabVmCount** \
2163
+ * **UserOwnedLabPremiumVmCount** \
2164
+ * **LabVmCount** \
2165
+ * **LabPremiumVmCount** \
2166
+ * **LabVmSize** \
2167
+ * **GalleryImage** \
2168
+ * **UserOwnedLabVmCountInSubnet** \
2169
+ * **LabTargetCost** \
2170
+ * **EnvironmentTemplate** \
2171
+ * **ScheduleEditPermission**
2172
+ */
2173
+ export type PolicyFactName = string;
2174
+
2175
+ /** Known values of {@link PolicyEvaluatorType} that the service accepts. */
2176
+ export enum KnownPolicyEvaluatorType {
2177
+ AllowedValuesPolicy = "AllowedValuesPolicy",
2178
+ MaxValuePolicy = "MaxValuePolicy"
2179
+ }
2180
+
2181
+ /**
2182
+ * Defines values for PolicyEvaluatorType. \
2183
+ * {@link KnownPolicyEvaluatorType} can be used interchangeably with PolicyEvaluatorType,
2184
+ * this enum contains the known values that the service supports.
2185
+ * ### Known values supported by the service
2186
+ * **AllowedValuesPolicy** \
2187
+ * **MaxValuePolicy**
2188
+ */
2189
+ export type PolicyEvaluatorType = string;
2190
+
2191
+ /** Known values of {@link ManagedIdentityType} that the service accepts. */
2192
+ export enum KnownManagedIdentityType {
2193
+ None = "None",
2194
+ SystemAssigned = "SystemAssigned",
2195
+ UserAssigned = "UserAssigned",
2196
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
2197
+ }
2198
+
2199
+ /**
2200
+ * Defines values for ManagedIdentityType. \
2201
+ * {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,
2202
+ * this enum contains the known values that the service supports.
2203
+ * ### Known values supported by the service
2204
+ * **None** \
2205
+ * **SystemAssigned** \
2206
+ * **UserAssigned** \
2207
+ * **SystemAssigned,UserAssigned**
2208
+ */
2209
+ export type ManagedIdentityType = string;
2210
+
2211
+ /** Known values of {@link VirtualMachineCreationSource} that the service accepts. */
2212
+ export enum KnownVirtualMachineCreationSource {
2213
+ FromCustomImage = "FromCustomImage",
2214
+ FromGalleryImage = "FromGalleryImage",
2215
+ FromSharedGalleryImage = "FromSharedGalleryImage"
2216
+ }
2217
+
2218
+ /**
2219
+ * Defines values for VirtualMachineCreationSource. \
2220
+ * {@link KnownVirtualMachineCreationSource} can be used interchangeably with VirtualMachineCreationSource,
2221
+ * this enum contains the known values that the service supports.
2222
+ * ### Known values supported by the service
2223
+ * **FromCustomImage** \
2224
+ * **FromGalleryImage** \
2225
+ * **FromSharedGalleryImage**
2226
+ */
2227
+ export type VirtualMachineCreationSource = string;
2228
+
2229
+ /** Known values of {@link UsagePermissionType} that the service accepts. */
2230
+ export enum KnownUsagePermissionType {
2231
+ Default = "Default",
2232
+ Deny = "Deny",
2233
+ Allow = "Allow"
2234
+ }
2235
+
2236
+ /**
2237
+ * Defines values for UsagePermissionType. \
2238
+ * {@link KnownUsagePermissionType} can be used interchangeably with UsagePermissionType,
2239
+ * this enum contains the known values that the service supports.
2240
+ * ### Known values supported by the service
2241
+ * **Default** \
2242
+ * **Deny** \
2243
+ * **Allow**
2244
+ */
2245
+ export type UsagePermissionType = string;
2246
+
2247
+ /** Optional parameters. */
2248
+ export interface ProviderOperationsListOptionalParams
2249
+ extends coreClient.OperationOptions {}
2250
+
2251
+ /** Contains response data for the list operation. */
2252
+ export type ProviderOperationsListResponse = ProviderOperationResult;
2253
+
2254
+ /** Optional parameters. */
2255
+ export interface ProviderOperationsListNextOptionalParams
2256
+ extends coreClient.OperationOptions {}
2257
+
2258
+ /** Contains response data for the listNext operation. */
2259
+ export type ProviderOperationsListNextResponse = ProviderOperationResult;
2260
+
2261
+ /** Optional parameters. */
2262
+ export interface LabsListBySubscriptionOptionalParams
2263
+ extends coreClient.OperationOptions {
2264
+ /** Specify the $expand query. Example: 'properties($select=defaultStorageAccount)' */
2265
+ expand?: string;
2266
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2267
+ filter?: string;
2268
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2269
+ top?: number;
2270
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2271
+ orderby?: string;
2272
+ }
2273
+
2274
+ /** Contains response data for the listBySubscription operation. */
2275
+ export type LabsListBySubscriptionResponse = LabList;
2276
+
2277
+ /** Optional parameters. */
2278
+ export interface LabsListByResourceGroupOptionalParams
2279
+ extends coreClient.OperationOptions {
2280
+ /** Specify the $expand query. Example: 'properties($select=defaultStorageAccount)' */
2281
+ expand?: string;
2282
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2283
+ filter?: string;
2284
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2285
+ top?: number;
2286
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2287
+ orderby?: string;
2288
+ }
2289
+
2290
+ /** Contains response data for the listByResourceGroup operation. */
2291
+ export type LabsListByResourceGroupResponse = LabList;
2292
+
2293
+ /** Optional parameters. */
2294
+ export interface LabsGetOptionalParams extends coreClient.OperationOptions {
2295
+ /** Specify the $expand query. Example: 'properties($select=defaultStorageAccount)' */
2296
+ expand?: string;
2297
+ }
2298
+
2299
+ /** Contains response data for the get operation. */
2300
+ export type LabsGetResponse = Lab;
2301
+
2302
+ /** Optional parameters. */
2303
+ export interface LabsCreateOrUpdateOptionalParams
2304
+ extends coreClient.OperationOptions {
2305
+ /** Delay to wait until next poll, in milliseconds. */
2306
+ updateIntervalInMs?: number;
2307
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2308
+ resumeFrom?: string;
2309
+ }
2310
+
2311
+ /** Contains response data for the createOrUpdate operation. */
2312
+ export type LabsCreateOrUpdateResponse = Lab;
2313
+
2314
+ /** Optional parameters. */
2315
+ export interface LabsDeleteOptionalParams extends coreClient.OperationOptions {
2316
+ /** Delay to wait until next poll, in milliseconds. */
2317
+ updateIntervalInMs?: number;
2318
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2319
+ resumeFrom?: string;
2320
+ }
2321
+
2322
+ /** Optional parameters. */
2323
+ export interface LabsUpdateOptionalParams extends coreClient.OperationOptions {}
2324
+
2325
+ /** Contains response data for the update operation. */
2326
+ export type LabsUpdateResponse = Lab;
2327
+
2328
+ /** Optional parameters. */
2329
+ export interface LabsClaimAnyVmOptionalParams
2330
+ extends coreClient.OperationOptions {
2331
+ /** Delay to wait until next poll, in milliseconds. */
2332
+ updateIntervalInMs?: number;
2333
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2334
+ resumeFrom?: string;
2335
+ }
2336
+
2337
+ /** Optional parameters. */
2338
+ export interface LabsCreateEnvironmentOptionalParams
2339
+ extends coreClient.OperationOptions {
2340
+ /** Delay to wait until next poll, in milliseconds. */
2341
+ updateIntervalInMs?: number;
2342
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2343
+ resumeFrom?: string;
2344
+ }
2345
+
2346
+ /** Optional parameters. */
2347
+ export interface LabsExportResourceUsageOptionalParams
2348
+ extends coreClient.OperationOptions {
2349
+ /** Delay to wait until next poll, in milliseconds. */
2350
+ updateIntervalInMs?: number;
2351
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2352
+ resumeFrom?: string;
2353
+ }
2354
+
2355
+ /** Optional parameters. */
2356
+ export interface LabsGenerateUploadUriOptionalParams
2357
+ extends coreClient.OperationOptions {}
2358
+
2359
+ /** Contains response data for the generateUploadUri operation. */
2360
+ export type LabsGenerateUploadUriResponse = GenerateUploadUriResponse;
2361
+
2362
+ /** Optional parameters. */
2363
+ export interface LabsImportVirtualMachineOptionalParams
2364
+ extends coreClient.OperationOptions {
2365
+ /** Delay to wait until next poll, in milliseconds. */
2366
+ updateIntervalInMs?: number;
2367
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2368
+ resumeFrom?: string;
2369
+ }
2370
+
2371
+ /** Optional parameters. */
2372
+ export interface LabsListVhdsOptionalParams
2373
+ extends coreClient.OperationOptions {}
2374
+
2375
+ /** Contains response data for the listVhds operation. */
2376
+ export type LabsListVhdsResponse = LabVhdList;
2377
+
2378
+ /** Optional parameters. */
2379
+ export interface LabsListBySubscriptionNextOptionalParams
2380
+ extends coreClient.OperationOptions {
2381
+ /** Specify the $expand query. Example: 'properties($select=defaultStorageAccount)' */
2382
+ expand?: string;
2383
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2384
+ filter?: string;
2385
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2386
+ top?: number;
2387
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2388
+ orderby?: string;
2389
+ }
2390
+
2391
+ /** Contains response data for the listBySubscriptionNext operation. */
2392
+ export type LabsListBySubscriptionNextResponse = LabList;
2393
+
2394
+ /** Optional parameters. */
2395
+ export interface LabsListByResourceGroupNextOptionalParams
2396
+ extends coreClient.OperationOptions {
2397
+ /** Specify the $expand query. Example: 'properties($select=defaultStorageAccount)' */
2398
+ expand?: string;
2399
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2400
+ filter?: string;
2401
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2402
+ top?: number;
2403
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2404
+ orderby?: string;
2405
+ }
2406
+
2407
+ /** Contains response data for the listByResourceGroupNext operation. */
2408
+ export type LabsListByResourceGroupNextResponse = LabList;
2409
+
2410
+ /** Optional parameters. */
2411
+ export interface LabsListVhdsNextOptionalParams
2412
+ extends coreClient.OperationOptions {}
2413
+
2414
+ /** Contains response data for the listVhdsNext operation. */
2415
+ export type LabsListVhdsNextResponse = LabVhdList;
2416
+
2417
+ /** Optional parameters. */
2418
+ export interface OperationsGetOptionalParams
2419
+ extends coreClient.OperationOptions {}
2420
+
2421
+ /** Contains response data for the get operation. */
2422
+ export type OperationsGetResponse = OperationResult;
2423
+
2424
+ /** Optional parameters. */
2425
+ export interface GlobalSchedulesListBySubscriptionOptionalParams
2426
+ extends coreClient.OperationOptions {
2427
+ /** Specify the $expand query. Example: 'properties($select=status)' */
2428
+ expand?: string;
2429
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2430
+ filter?: string;
2431
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2432
+ top?: number;
2433
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2434
+ orderby?: string;
2435
+ }
2436
+
2437
+ /** Contains response data for the listBySubscription operation. */
2438
+ export type GlobalSchedulesListBySubscriptionResponse = ScheduleList;
2439
+
2440
+ /** Optional parameters. */
2441
+ export interface GlobalSchedulesListByResourceGroupOptionalParams
2442
+ extends coreClient.OperationOptions {
2443
+ /** Specify the $expand query. Example: 'properties($select=status)' */
2444
+ expand?: string;
2445
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2446
+ filter?: string;
2447
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2448
+ top?: number;
2449
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2450
+ orderby?: string;
2451
+ }
2452
+
2453
+ /** Contains response data for the listByResourceGroup operation. */
2454
+ export type GlobalSchedulesListByResourceGroupResponse = ScheduleList;
2455
+
2456
+ /** Optional parameters. */
2457
+ export interface GlobalSchedulesGetOptionalParams
2458
+ extends coreClient.OperationOptions {
2459
+ /** Specify the $expand query. Example: 'properties($select=status)' */
2460
+ expand?: string;
2461
+ }
2462
+
2463
+ /** Contains response data for the get operation. */
2464
+ export type GlobalSchedulesGetResponse = Schedule;
2465
+
2466
+ /** Optional parameters. */
2467
+ export interface GlobalSchedulesCreateOrUpdateOptionalParams
2468
+ extends coreClient.OperationOptions {}
2469
+
2470
+ /** Contains response data for the createOrUpdate operation. */
2471
+ export type GlobalSchedulesCreateOrUpdateResponse = Schedule;
2472
+
2473
+ /** Optional parameters. */
2474
+ export interface GlobalSchedulesDeleteOptionalParams
2475
+ extends coreClient.OperationOptions {}
2476
+
2477
+ /** Optional parameters. */
2478
+ export interface GlobalSchedulesUpdateOptionalParams
2479
+ extends coreClient.OperationOptions {}
2480
+
2481
+ /** Contains response data for the update operation. */
2482
+ export type GlobalSchedulesUpdateResponse = Schedule;
2483
+
2484
+ /** Optional parameters. */
2485
+ export interface GlobalSchedulesExecuteOptionalParams
2486
+ extends coreClient.OperationOptions {
2487
+ /** Delay to wait until next poll, in milliseconds. */
2488
+ updateIntervalInMs?: number;
2489
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2490
+ resumeFrom?: string;
2491
+ }
2492
+
2493
+ /** Optional parameters. */
2494
+ export interface GlobalSchedulesRetargetOptionalParams
2495
+ extends coreClient.OperationOptions {
2496
+ /** Delay to wait until next poll, in milliseconds. */
2497
+ updateIntervalInMs?: number;
2498
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2499
+ resumeFrom?: string;
2500
+ }
2501
+
2502
+ /** Optional parameters. */
2503
+ export interface GlobalSchedulesListBySubscriptionNextOptionalParams
2504
+ extends coreClient.OperationOptions {
2505
+ /** Specify the $expand query. Example: 'properties($select=status)' */
2506
+ expand?: string;
2507
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2508
+ filter?: string;
2509
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2510
+ top?: number;
2511
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2512
+ orderby?: string;
2513
+ }
2514
+
2515
+ /** Contains response data for the listBySubscriptionNext operation. */
2516
+ export type GlobalSchedulesListBySubscriptionNextResponse = ScheduleList;
2517
+
2518
+ /** Optional parameters. */
2519
+ export interface GlobalSchedulesListByResourceGroupNextOptionalParams
2520
+ extends coreClient.OperationOptions {
2521
+ /** Specify the $expand query. Example: 'properties($select=status)' */
2522
+ expand?: string;
2523
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2524
+ filter?: string;
2525
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2526
+ top?: number;
2527
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2528
+ orderby?: string;
2529
+ }
2530
+
2531
+ /** Contains response data for the listByResourceGroupNext operation. */
2532
+ export type GlobalSchedulesListByResourceGroupNextResponse = ScheduleList;
2533
+
2534
+ /** Optional parameters. */
2535
+ export interface ArtifactSourcesListOptionalParams
2536
+ extends coreClient.OperationOptions {
2537
+ /** Specify the $expand query. Example: 'properties($select=displayName)' */
2538
+ expand?: string;
2539
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2540
+ filter?: string;
2541
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2542
+ top?: number;
2543
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2544
+ orderby?: string;
2545
+ }
2546
+
2547
+ /** Contains response data for the list operation. */
2548
+ export type ArtifactSourcesListResponse = ArtifactSourceList;
2549
+
2550
+ /** Optional parameters. */
2551
+ export interface ArtifactSourcesGetOptionalParams
2552
+ extends coreClient.OperationOptions {
2553
+ /** Specify the $expand query. Example: 'properties($select=displayName)' */
2554
+ expand?: string;
2555
+ }
2556
+
2557
+ /** Contains response data for the get operation. */
2558
+ export type ArtifactSourcesGetResponse = ArtifactSource;
2559
+
2560
+ /** Optional parameters. */
2561
+ export interface ArtifactSourcesCreateOrUpdateOptionalParams
2562
+ extends coreClient.OperationOptions {}
2563
+
2564
+ /** Contains response data for the createOrUpdate operation. */
2565
+ export type ArtifactSourcesCreateOrUpdateResponse = ArtifactSource;
2566
+
2567
+ /** Optional parameters. */
2568
+ export interface ArtifactSourcesDeleteOptionalParams
2569
+ extends coreClient.OperationOptions {}
2570
+
2571
+ /** Optional parameters. */
2572
+ export interface ArtifactSourcesUpdateOptionalParams
2573
+ extends coreClient.OperationOptions {}
2574
+
2575
+ /** Contains response data for the update operation. */
2576
+ export type ArtifactSourcesUpdateResponse = ArtifactSource;
2577
+
2578
+ /** Optional parameters. */
2579
+ export interface ArtifactSourcesListNextOptionalParams
2580
+ extends coreClient.OperationOptions {
2581
+ /** Specify the $expand query. Example: 'properties($select=displayName)' */
2582
+ expand?: string;
2583
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2584
+ filter?: string;
2585
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2586
+ top?: number;
2587
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2588
+ orderby?: string;
2589
+ }
2590
+
2591
+ /** Contains response data for the listNext operation. */
2592
+ export type ArtifactSourcesListNextResponse = ArtifactSourceList;
2593
+
2594
+ /** Optional parameters. */
2595
+ export interface ArmTemplatesListOptionalParams
2596
+ extends coreClient.OperationOptions {
2597
+ /** Specify the $expand query. Example: 'properties($select=displayName)' */
2598
+ expand?: string;
2599
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2600
+ filter?: string;
2601
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2602
+ top?: number;
2603
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2604
+ orderby?: string;
2605
+ }
2606
+
2607
+ /** Contains response data for the list operation. */
2608
+ export type ArmTemplatesListResponse = ArmTemplateList;
2609
+
2610
+ /** Optional parameters. */
2611
+ export interface ArmTemplatesGetOptionalParams
2612
+ extends coreClient.OperationOptions {
2613
+ /** Specify the $expand query. Example: 'properties($select=displayName)' */
2614
+ expand?: string;
2615
+ }
2616
+
2617
+ /** Contains response data for the get operation. */
2618
+ export type ArmTemplatesGetResponse = ArmTemplate;
2619
+
2620
+ /** Optional parameters. */
2621
+ export interface ArmTemplatesListNextOptionalParams
2622
+ extends coreClient.OperationOptions {
2623
+ /** Specify the $expand query. Example: 'properties($select=displayName)' */
2624
+ expand?: string;
2625
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2626
+ filter?: string;
2627
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2628
+ top?: number;
2629
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2630
+ orderby?: string;
2631
+ }
2632
+
2633
+ /** Contains response data for the listNext operation. */
2634
+ export type ArmTemplatesListNextResponse = ArmTemplateList;
2635
+
2636
+ /** Optional parameters. */
2637
+ export interface ArtifactsListOptionalParams
2638
+ extends coreClient.OperationOptions {
2639
+ /** Specify the $expand query. Example: 'properties($select=title)' */
2640
+ expand?: string;
2641
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2642
+ filter?: string;
2643
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2644
+ top?: number;
2645
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2646
+ orderby?: string;
2647
+ }
2648
+
2649
+ /** Contains response data for the list operation. */
2650
+ export type ArtifactsListResponse = ArtifactList;
2651
+
2652
+ /** Optional parameters. */
2653
+ export interface ArtifactsGetOptionalParams
2654
+ extends coreClient.OperationOptions {
2655
+ /** Specify the $expand query. Example: 'properties($select=title)' */
2656
+ expand?: string;
2657
+ }
2658
+
2659
+ /** Contains response data for the get operation. */
2660
+ export type ArtifactsGetResponse = Artifact;
2661
+
2662
+ /** Optional parameters. */
2663
+ export interface ArtifactsGenerateArmTemplateOptionalParams
2664
+ extends coreClient.OperationOptions {}
2665
+
2666
+ /** Contains response data for the generateArmTemplate operation. */
2667
+ export type ArtifactsGenerateArmTemplateResponse = ArmTemplateInfo;
2668
+
2669
+ /** Optional parameters. */
2670
+ export interface ArtifactsListNextOptionalParams
2671
+ extends coreClient.OperationOptions {
2672
+ /** Specify the $expand query. Example: 'properties($select=title)' */
2673
+ expand?: string;
2674
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2675
+ filter?: string;
2676
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2677
+ top?: number;
2678
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2679
+ orderby?: string;
2680
+ }
2681
+
2682
+ /** Contains response data for the listNext operation. */
2683
+ export type ArtifactsListNextResponse = ArtifactList;
2684
+
2685
+ /** Optional parameters. */
2686
+ export interface CostsGetOptionalParams extends coreClient.OperationOptions {
2687
+ /** Specify the $expand query. Example: 'properties($expand=labCostDetails)' */
2688
+ expand?: string;
2689
+ }
2690
+
2691
+ /** Contains response data for the get operation. */
2692
+ export type CostsGetResponse = LabCost;
2693
+
2694
+ /** Optional parameters. */
2695
+ export interface CostsCreateOrUpdateOptionalParams
2696
+ extends coreClient.OperationOptions {}
2697
+
2698
+ /** Contains response data for the createOrUpdate operation. */
2699
+ export type CostsCreateOrUpdateResponse = LabCost;
2700
+
2701
+ /** Optional parameters. */
2702
+ export interface CustomImagesListOptionalParams
2703
+ extends coreClient.OperationOptions {
2704
+ /** Specify the $expand query. Example: 'properties($select=vm)' */
2705
+ expand?: string;
2706
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2707
+ filter?: string;
2708
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2709
+ top?: number;
2710
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2711
+ orderby?: string;
2712
+ }
2713
+
2714
+ /** Contains response data for the list operation. */
2715
+ export type CustomImagesListResponse = CustomImageList;
2716
+
2717
+ /** Optional parameters. */
2718
+ export interface CustomImagesGetOptionalParams
2719
+ extends coreClient.OperationOptions {
2720
+ /** Specify the $expand query. Example: 'properties($select=vm)' */
2721
+ expand?: string;
2722
+ }
2723
+
2724
+ /** Contains response data for the get operation. */
2725
+ export type CustomImagesGetResponse = CustomImage;
2726
+
2727
+ /** Optional parameters. */
2728
+ export interface CustomImagesCreateOrUpdateOptionalParams
2729
+ extends coreClient.OperationOptions {
2730
+ /** Delay to wait until next poll, in milliseconds. */
2731
+ updateIntervalInMs?: number;
2732
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2733
+ resumeFrom?: string;
2734
+ }
2735
+
2736
+ /** Contains response data for the createOrUpdate operation. */
2737
+ export type CustomImagesCreateOrUpdateResponse = CustomImage;
2738
+
2739
+ /** Optional parameters. */
2740
+ export interface CustomImagesDeleteOptionalParams
2741
+ extends coreClient.OperationOptions {
2742
+ /** Delay to wait until next poll, in milliseconds. */
2743
+ updateIntervalInMs?: number;
2744
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2745
+ resumeFrom?: string;
2746
+ }
2747
+
2748
+ /** Optional parameters. */
2749
+ export interface CustomImagesUpdateOptionalParams
2750
+ extends coreClient.OperationOptions {}
2751
+
2752
+ /** Contains response data for the update operation. */
2753
+ export type CustomImagesUpdateResponse = CustomImage;
2754
+
2755
+ /** Optional parameters. */
2756
+ export interface CustomImagesListNextOptionalParams
2757
+ extends coreClient.OperationOptions {
2758
+ /** Specify the $expand query. Example: 'properties($select=vm)' */
2759
+ expand?: string;
2760
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2761
+ filter?: string;
2762
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2763
+ top?: number;
2764
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2765
+ orderby?: string;
2766
+ }
2767
+
2768
+ /** Contains response data for the listNext operation. */
2769
+ export type CustomImagesListNextResponse = CustomImageList;
2770
+
2771
+ /** Optional parameters. */
2772
+ export interface FormulasListOptionalParams
2773
+ extends coreClient.OperationOptions {
2774
+ /** Specify the $expand query. Example: 'properties($select=description)' */
2775
+ expand?: string;
2776
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2777
+ filter?: string;
2778
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2779
+ top?: number;
2780
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2781
+ orderby?: string;
2782
+ }
2783
+
2784
+ /** Contains response data for the list operation. */
2785
+ export type FormulasListResponse = FormulaList;
2786
+
2787
+ /** Optional parameters. */
2788
+ export interface FormulasGetOptionalParams extends coreClient.OperationOptions {
2789
+ /** Specify the $expand query. Example: 'properties($select=description)' */
2790
+ expand?: string;
2791
+ }
2792
+
2793
+ /** Contains response data for the get operation. */
2794
+ export type FormulasGetResponse = Formula;
2795
+
2796
+ /** Optional parameters. */
2797
+ export interface FormulasCreateOrUpdateOptionalParams
2798
+ extends coreClient.OperationOptions {
2799
+ /** Delay to wait until next poll, in milliseconds. */
2800
+ updateIntervalInMs?: number;
2801
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2802
+ resumeFrom?: string;
2803
+ }
2804
+
2805
+ /** Contains response data for the createOrUpdate operation. */
2806
+ export type FormulasCreateOrUpdateResponse = Formula;
2807
+
2808
+ /** Optional parameters. */
2809
+ export interface FormulasDeleteOptionalParams
2810
+ extends coreClient.OperationOptions {}
2811
+
2812
+ /** Optional parameters. */
2813
+ export interface FormulasUpdateOptionalParams
2814
+ extends coreClient.OperationOptions {}
2815
+
2816
+ /** Contains response data for the update operation. */
2817
+ export type FormulasUpdateResponse = Formula;
2818
+
2819
+ /** Optional parameters. */
2820
+ export interface FormulasListNextOptionalParams
2821
+ extends coreClient.OperationOptions {
2822
+ /** Specify the $expand query. Example: 'properties($select=description)' */
2823
+ expand?: string;
2824
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2825
+ filter?: string;
2826
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2827
+ top?: number;
2828
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2829
+ orderby?: string;
2830
+ }
2831
+
2832
+ /** Contains response data for the listNext operation. */
2833
+ export type FormulasListNextResponse = FormulaList;
2834
+
2835
+ /** Optional parameters. */
2836
+ export interface GalleryImagesListOptionalParams
2837
+ extends coreClient.OperationOptions {
2838
+ /** Specify the $expand query. Example: 'properties($select=author)' */
2839
+ expand?: string;
2840
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2841
+ filter?: string;
2842
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2843
+ top?: number;
2844
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2845
+ orderby?: string;
2846
+ }
2847
+
2848
+ /** Contains response data for the list operation. */
2849
+ export type GalleryImagesListResponse = GalleryImageList;
2850
+
2851
+ /** Optional parameters. */
2852
+ export interface GalleryImagesListNextOptionalParams
2853
+ extends coreClient.OperationOptions {
2854
+ /** Specify the $expand query. Example: 'properties($select=author)' */
2855
+ expand?: string;
2856
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2857
+ filter?: string;
2858
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2859
+ top?: number;
2860
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2861
+ orderby?: string;
2862
+ }
2863
+
2864
+ /** Contains response data for the listNext operation. */
2865
+ export type GalleryImagesListNextResponse = GalleryImageList;
2866
+
2867
+ /** Optional parameters. */
2868
+ export interface NotificationChannelsListOptionalParams
2869
+ extends coreClient.OperationOptions {
2870
+ /** Specify the $expand query. Example: 'properties($select=webHookUrl)' */
2871
+ expand?: string;
2872
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2873
+ filter?: string;
2874
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2875
+ top?: number;
2876
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2877
+ orderby?: string;
2878
+ }
2879
+
2880
+ /** Contains response data for the list operation. */
2881
+ export type NotificationChannelsListResponse = NotificationChannelList;
2882
+
2883
+ /** Optional parameters. */
2884
+ export interface NotificationChannelsGetOptionalParams
2885
+ extends coreClient.OperationOptions {
2886
+ /** Specify the $expand query. Example: 'properties($select=webHookUrl)' */
2887
+ expand?: string;
2888
+ }
2889
+
2890
+ /** Contains response data for the get operation. */
2891
+ export type NotificationChannelsGetResponse = NotificationChannel;
2892
+
2893
+ /** Optional parameters. */
2894
+ export interface NotificationChannelsCreateOrUpdateOptionalParams
2895
+ extends coreClient.OperationOptions {}
2896
+
2897
+ /** Contains response data for the createOrUpdate operation. */
2898
+ export type NotificationChannelsCreateOrUpdateResponse = NotificationChannel;
2899
+
2900
+ /** Optional parameters. */
2901
+ export interface NotificationChannelsDeleteOptionalParams
2902
+ extends coreClient.OperationOptions {}
2903
+
2904
+ /** Optional parameters. */
2905
+ export interface NotificationChannelsUpdateOptionalParams
2906
+ extends coreClient.OperationOptions {}
2907
+
2908
+ /** Contains response data for the update operation. */
2909
+ export type NotificationChannelsUpdateResponse = NotificationChannel;
2910
+
2911
+ /** Optional parameters. */
2912
+ export interface NotificationChannelsNotifyOptionalParams
2913
+ extends coreClient.OperationOptions {}
2914
+
2915
+ /** Optional parameters. */
2916
+ export interface NotificationChannelsListNextOptionalParams
2917
+ extends coreClient.OperationOptions {
2918
+ /** Specify the $expand query. Example: 'properties($select=webHookUrl)' */
2919
+ expand?: string;
2920
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2921
+ filter?: string;
2922
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2923
+ top?: number;
2924
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2925
+ orderby?: string;
2926
+ }
2927
+
2928
+ /** Contains response data for the listNext operation. */
2929
+ export type NotificationChannelsListNextResponse = NotificationChannelList;
2930
+
2931
+ /** Optional parameters. */
2932
+ export interface PolicySetsEvaluatePoliciesOptionalParams
2933
+ extends coreClient.OperationOptions {}
2934
+
2935
+ /** Contains response data for the evaluatePolicies operation. */
2936
+ export type PolicySetsEvaluatePoliciesResponse = EvaluatePoliciesResponse;
2937
+
2938
+ /** Optional parameters. */
2939
+ export interface PoliciesListOptionalParams
2940
+ extends coreClient.OperationOptions {
2941
+ /** Specify the $expand query. Example: 'properties($select=description)' */
2942
+ expand?: string;
2943
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2944
+ filter?: string;
2945
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2946
+ top?: number;
2947
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2948
+ orderby?: string;
2949
+ }
2950
+
2951
+ /** Contains response data for the list operation. */
2952
+ export type PoliciesListResponse = PolicyList;
2953
+
2954
+ /** Optional parameters. */
2955
+ export interface PoliciesGetOptionalParams extends coreClient.OperationOptions {
2956
+ /** Specify the $expand query. Example: 'properties($select=description)' */
2957
+ expand?: string;
2958
+ }
2959
+
2960
+ /** Contains response data for the get operation. */
2961
+ export type PoliciesGetResponse = Policy;
2962
+
2963
+ /** Optional parameters. */
2964
+ export interface PoliciesCreateOrUpdateOptionalParams
2965
+ extends coreClient.OperationOptions {}
2966
+
2967
+ /** Contains response data for the createOrUpdate operation. */
2968
+ export type PoliciesCreateOrUpdateResponse = Policy;
2969
+
2970
+ /** Optional parameters. */
2971
+ export interface PoliciesDeleteOptionalParams
2972
+ extends coreClient.OperationOptions {}
2973
+
2974
+ /** Optional parameters. */
2975
+ export interface PoliciesUpdateOptionalParams
2976
+ extends coreClient.OperationOptions {}
2977
+
2978
+ /** Contains response data for the update operation. */
2979
+ export type PoliciesUpdateResponse = Policy;
2980
+
2981
+ /** Optional parameters. */
2982
+ export interface PoliciesListNextOptionalParams
2983
+ extends coreClient.OperationOptions {
2984
+ /** Specify the $expand query. Example: 'properties($select=description)' */
2985
+ expand?: string;
2986
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
2987
+ filter?: string;
2988
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
2989
+ top?: number;
2990
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
2991
+ orderby?: string;
2992
+ }
2993
+
2994
+ /** Contains response data for the listNext operation. */
2995
+ export type PoliciesListNextResponse = PolicyList;
2996
+
2997
+ /** Optional parameters. */
2998
+ export interface SchedulesListOptionalParams
2999
+ extends coreClient.OperationOptions {
3000
+ /** Specify the $expand query. Example: 'properties($select=status)' */
3001
+ expand?: string;
3002
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3003
+ filter?: string;
3004
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3005
+ top?: number;
3006
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3007
+ orderby?: string;
3008
+ }
3009
+
3010
+ /** Contains response data for the list operation. */
3011
+ export type SchedulesListResponse = ScheduleList;
3012
+
3013
+ /** Optional parameters. */
3014
+ export interface SchedulesGetOptionalParams
3015
+ extends coreClient.OperationOptions {
3016
+ /** Specify the $expand query. Example: 'properties($select=status)' */
3017
+ expand?: string;
3018
+ }
3019
+
3020
+ /** Contains response data for the get operation. */
3021
+ export type SchedulesGetResponse = Schedule;
3022
+
3023
+ /** Optional parameters. */
3024
+ export interface SchedulesCreateOrUpdateOptionalParams
3025
+ extends coreClient.OperationOptions {}
3026
+
3027
+ /** Contains response data for the createOrUpdate operation. */
3028
+ export type SchedulesCreateOrUpdateResponse = Schedule;
3029
+
3030
+ /** Optional parameters. */
3031
+ export interface SchedulesDeleteOptionalParams
3032
+ extends coreClient.OperationOptions {}
3033
+
3034
+ /** Optional parameters. */
3035
+ export interface SchedulesUpdateOptionalParams
3036
+ extends coreClient.OperationOptions {}
3037
+
3038
+ /** Contains response data for the update operation. */
3039
+ export type SchedulesUpdateResponse = Schedule;
3040
+
3041
+ /** Optional parameters. */
3042
+ export interface SchedulesExecuteOptionalParams
3043
+ extends coreClient.OperationOptions {
3044
+ /** Delay to wait until next poll, in milliseconds. */
3045
+ updateIntervalInMs?: number;
3046
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3047
+ resumeFrom?: string;
3048
+ }
3049
+
3050
+ /** Optional parameters. */
3051
+ export interface SchedulesListApplicableOptionalParams
3052
+ extends coreClient.OperationOptions {}
3053
+
3054
+ /** Contains response data for the listApplicable operation. */
3055
+ export type SchedulesListApplicableResponse = ScheduleList;
3056
+
3057
+ /** Optional parameters. */
3058
+ export interface SchedulesListNextOptionalParams
3059
+ extends coreClient.OperationOptions {
3060
+ /** Specify the $expand query. Example: 'properties($select=status)' */
3061
+ expand?: string;
3062
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3063
+ filter?: string;
3064
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3065
+ top?: number;
3066
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3067
+ orderby?: string;
3068
+ }
3069
+
3070
+ /** Contains response data for the listNext operation. */
3071
+ export type SchedulesListNextResponse = ScheduleList;
3072
+
3073
+ /** Optional parameters. */
3074
+ export interface SchedulesListApplicableNextOptionalParams
3075
+ extends coreClient.OperationOptions {}
3076
+
3077
+ /** Contains response data for the listApplicableNext operation. */
3078
+ export type SchedulesListApplicableNextResponse = ScheduleList;
3079
+
3080
+ /** Optional parameters. */
3081
+ export interface ServiceRunnersGetOptionalParams
3082
+ extends coreClient.OperationOptions {}
3083
+
3084
+ /** Contains response data for the get operation. */
3085
+ export type ServiceRunnersGetResponse = ServiceRunner;
3086
+
3087
+ /** Optional parameters. */
3088
+ export interface ServiceRunnersCreateOrUpdateOptionalParams
3089
+ extends coreClient.OperationOptions {}
3090
+
3091
+ /** Contains response data for the createOrUpdate operation. */
3092
+ export type ServiceRunnersCreateOrUpdateResponse = ServiceRunner;
3093
+
3094
+ /** Optional parameters. */
3095
+ export interface ServiceRunnersDeleteOptionalParams
3096
+ extends coreClient.OperationOptions {}
3097
+
3098
+ /** Optional parameters. */
3099
+ export interface UsersListOptionalParams extends coreClient.OperationOptions {
3100
+ /** Specify the $expand query. Example: 'properties($select=identity)' */
3101
+ expand?: string;
3102
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3103
+ filter?: string;
3104
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3105
+ top?: number;
3106
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3107
+ orderby?: string;
3108
+ }
3109
+
3110
+ /** Contains response data for the list operation. */
3111
+ export type UsersListResponse = UserList;
3112
+
3113
+ /** Optional parameters. */
3114
+ export interface UsersGetOptionalParams extends coreClient.OperationOptions {
3115
+ /** Specify the $expand query. Example: 'properties($select=identity)' */
3116
+ expand?: string;
3117
+ }
3118
+
3119
+ /** Contains response data for the get operation. */
3120
+ export type UsersGetResponse = User;
3121
+
3122
+ /** Optional parameters. */
3123
+ export interface UsersCreateOrUpdateOptionalParams
3124
+ extends coreClient.OperationOptions {
3125
+ /** Delay to wait until next poll, in milliseconds. */
3126
+ updateIntervalInMs?: number;
3127
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3128
+ resumeFrom?: string;
3129
+ }
3130
+
3131
+ /** Contains response data for the createOrUpdate operation. */
3132
+ export type UsersCreateOrUpdateResponse = User;
3133
+
3134
+ /** Optional parameters. */
3135
+ export interface UsersDeleteOptionalParams extends coreClient.OperationOptions {
3136
+ /** Delay to wait until next poll, in milliseconds. */
3137
+ updateIntervalInMs?: number;
3138
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3139
+ resumeFrom?: string;
3140
+ }
3141
+
3142
+ /** Optional parameters. */
3143
+ export interface UsersUpdateOptionalParams
3144
+ extends coreClient.OperationOptions {}
3145
+
3146
+ /** Contains response data for the update operation. */
3147
+ export type UsersUpdateResponse = User;
3148
+
3149
+ /** Optional parameters. */
3150
+ export interface UsersListNextOptionalParams
3151
+ extends coreClient.OperationOptions {
3152
+ /** Specify the $expand query. Example: 'properties($select=identity)' */
3153
+ expand?: string;
3154
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3155
+ filter?: string;
3156
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3157
+ top?: number;
3158
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3159
+ orderby?: string;
3160
+ }
3161
+
3162
+ /** Contains response data for the listNext operation. */
3163
+ export type UsersListNextResponse = UserList;
3164
+
3165
+ /** Optional parameters. */
3166
+ export interface DisksListOptionalParams extends coreClient.OperationOptions {
3167
+ /** Specify the $expand query. Example: 'properties($select=diskType)' */
3168
+ expand?: string;
3169
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3170
+ filter?: string;
3171
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3172
+ top?: number;
3173
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3174
+ orderby?: string;
3175
+ }
3176
+
3177
+ /** Contains response data for the list operation. */
3178
+ export type DisksListResponse = DiskList;
3179
+
3180
+ /** Optional parameters. */
3181
+ export interface DisksGetOptionalParams extends coreClient.OperationOptions {
3182
+ /** Specify the $expand query. Example: 'properties($select=diskType)' */
3183
+ expand?: string;
3184
+ }
3185
+
3186
+ /** Contains response data for the get operation. */
3187
+ export type DisksGetResponse = Disk;
3188
+
3189
+ /** Optional parameters. */
3190
+ export interface DisksCreateOrUpdateOptionalParams
3191
+ extends coreClient.OperationOptions {
3192
+ /** Delay to wait until next poll, in milliseconds. */
3193
+ updateIntervalInMs?: number;
3194
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3195
+ resumeFrom?: string;
3196
+ }
3197
+
3198
+ /** Contains response data for the createOrUpdate operation. */
3199
+ export type DisksCreateOrUpdateResponse = Disk;
3200
+
3201
+ /** Optional parameters. */
3202
+ export interface DisksDeleteOptionalParams extends coreClient.OperationOptions {
3203
+ /** Delay to wait until next poll, in milliseconds. */
3204
+ updateIntervalInMs?: number;
3205
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3206
+ resumeFrom?: string;
3207
+ }
3208
+
3209
+ /** Optional parameters. */
3210
+ export interface DisksUpdateOptionalParams
3211
+ extends coreClient.OperationOptions {}
3212
+
3213
+ /** Contains response data for the update operation. */
3214
+ export type DisksUpdateResponse = Disk;
3215
+
3216
+ /** Optional parameters. */
3217
+ export interface DisksAttachOptionalParams extends coreClient.OperationOptions {
3218
+ /** Delay to wait until next poll, in milliseconds. */
3219
+ updateIntervalInMs?: number;
3220
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3221
+ resumeFrom?: string;
3222
+ }
3223
+
3224
+ /** Optional parameters. */
3225
+ export interface DisksDetachOptionalParams extends coreClient.OperationOptions {
3226
+ /** Delay to wait until next poll, in milliseconds. */
3227
+ updateIntervalInMs?: number;
3228
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3229
+ resumeFrom?: string;
3230
+ }
3231
+
3232
+ /** Optional parameters. */
3233
+ export interface DisksListNextOptionalParams
3234
+ extends coreClient.OperationOptions {
3235
+ /** Specify the $expand query. Example: 'properties($select=diskType)' */
3236
+ expand?: string;
3237
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3238
+ filter?: string;
3239
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3240
+ top?: number;
3241
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3242
+ orderby?: string;
3243
+ }
3244
+
3245
+ /** Contains response data for the listNext operation. */
3246
+ export type DisksListNextResponse = DiskList;
3247
+
3248
+ /** Optional parameters. */
3249
+ export interface EnvironmentsListOptionalParams
3250
+ extends coreClient.OperationOptions {
3251
+ /** Specify the $expand query. Example: 'properties($select=deploymentProperties)' */
3252
+ expand?: string;
3253
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3254
+ filter?: string;
3255
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3256
+ top?: number;
3257
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3258
+ orderby?: string;
3259
+ }
3260
+
3261
+ /** Contains response data for the list operation. */
3262
+ export type EnvironmentsListResponse = DtlEnvironmentList;
3263
+
3264
+ /** Optional parameters. */
3265
+ export interface EnvironmentsGetOptionalParams
3266
+ extends coreClient.OperationOptions {
3267
+ /** Specify the $expand query. Example: 'properties($select=deploymentProperties)' */
3268
+ expand?: string;
3269
+ }
3270
+
3271
+ /** Contains response data for the get operation. */
3272
+ export type EnvironmentsGetResponse = DtlEnvironment;
3273
+
3274
+ /** Optional parameters. */
3275
+ export interface EnvironmentsCreateOrUpdateOptionalParams
3276
+ extends coreClient.OperationOptions {
3277
+ /** Delay to wait until next poll, in milliseconds. */
3278
+ updateIntervalInMs?: number;
3279
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3280
+ resumeFrom?: string;
3281
+ }
3282
+
3283
+ /** Contains response data for the createOrUpdate operation. */
3284
+ export type EnvironmentsCreateOrUpdateResponse = DtlEnvironment;
3285
+
3286
+ /** Optional parameters. */
3287
+ export interface EnvironmentsDeleteOptionalParams
3288
+ extends coreClient.OperationOptions {
3289
+ /** Delay to wait until next poll, in milliseconds. */
3290
+ updateIntervalInMs?: number;
3291
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3292
+ resumeFrom?: string;
3293
+ }
3294
+
3295
+ /** Optional parameters. */
3296
+ export interface EnvironmentsUpdateOptionalParams
3297
+ extends coreClient.OperationOptions {}
3298
+
3299
+ /** Contains response data for the update operation. */
3300
+ export type EnvironmentsUpdateResponse = DtlEnvironment;
3301
+
3302
+ /** Optional parameters. */
3303
+ export interface EnvironmentsListNextOptionalParams
3304
+ extends coreClient.OperationOptions {
3305
+ /** Specify the $expand query. Example: 'properties($select=deploymentProperties)' */
3306
+ expand?: string;
3307
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3308
+ filter?: string;
3309
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3310
+ top?: number;
3311
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3312
+ orderby?: string;
3313
+ }
3314
+
3315
+ /** Contains response data for the listNext operation. */
3316
+ export type EnvironmentsListNextResponse = DtlEnvironmentList;
3317
+
3318
+ /** Optional parameters. */
3319
+ export interface SecretsListOptionalParams extends coreClient.OperationOptions {
3320
+ /** Specify the $expand query. Example: 'properties($select=value)' */
3321
+ expand?: string;
3322
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3323
+ filter?: string;
3324
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3325
+ top?: number;
3326
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3327
+ orderby?: string;
3328
+ }
3329
+
3330
+ /** Contains response data for the list operation. */
3331
+ export type SecretsListResponse = SecretList;
3332
+
3333
+ /** Optional parameters. */
3334
+ export interface SecretsGetOptionalParams extends coreClient.OperationOptions {
3335
+ /** Specify the $expand query. Example: 'properties($select=value)' */
3336
+ expand?: string;
3337
+ }
3338
+
3339
+ /** Contains response data for the get operation. */
3340
+ export type SecretsGetResponse = Secret;
3341
+
3342
+ /** Optional parameters. */
3343
+ export interface SecretsCreateOrUpdateOptionalParams
3344
+ extends coreClient.OperationOptions {
3345
+ /** Delay to wait until next poll, in milliseconds. */
3346
+ updateIntervalInMs?: number;
3347
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3348
+ resumeFrom?: string;
3349
+ }
3350
+
3351
+ /** Contains response data for the createOrUpdate operation. */
3352
+ export type SecretsCreateOrUpdateResponse = Secret;
3353
+
3354
+ /** Optional parameters. */
3355
+ export interface SecretsDeleteOptionalParams
3356
+ extends coreClient.OperationOptions {}
3357
+
3358
+ /** Optional parameters. */
3359
+ export interface SecretsUpdateOptionalParams
3360
+ extends coreClient.OperationOptions {}
3361
+
3362
+ /** Contains response data for the update operation. */
3363
+ export type SecretsUpdateResponse = Secret;
3364
+
3365
+ /** Optional parameters. */
3366
+ export interface SecretsListNextOptionalParams
3367
+ extends coreClient.OperationOptions {
3368
+ /** Specify the $expand query. Example: 'properties($select=value)' */
3369
+ expand?: string;
3370
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3371
+ filter?: string;
3372
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3373
+ top?: number;
3374
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3375
+ orderby?: string;
3376
+ }
3377
+
3378
+ /** Contains response data for the listNext operation. */
3379
+ export type SecretsListNextResponse = SecretList;
3380
+
3381
+ /** Optional parameters. */
3382
+ export interface ServiceFabricsListOptionalParams
3383
+ extends coreClient.OperationOptions {
3384
+ /** Specify the $expand query. Example: 'properties($expand=applicableSchedule)' */
3385
+ expand?: string;
3386
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3387
+ filter?: string;
3388
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3389
+ top?: number;
3390
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3391
+ orderby?: string;
3392
+ }
3393
+
3394
+ /** Contains response data for the list operation. */
3395
+ export type ServiceFabricsListResponse = ServiceFabricList;
3396
+
3397
+ /** Optional parameters. */
3398
+ export interface ServiceFabricsGetOptionalParams
3399
+ extends coreClient.OperationOptions {
3400
+ /** Specify the $expand query. Example: 'properties($expand=applicableSchedule)' */
3401
+ expand?: string;
3402
+ }
3403
+
3404
+ /** Contains response data for the get operation. */
3405
+ export type ServiceFabricsGetResponse = ServiceFabric;
3406
+
3407
+ /** Optional parameters. */
3408
+ export interface ServiceFabricsCreateOrUpdateOptionalParams
3409
+ extends coreClient.OperationOptions {
3410
+ /** Delay to wait until next poll, in milliseconds. */
3411
+ updateIntervalInMs?: number;
3412
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3413
+ resumeFrom?: string;
3414
+ }
3415
+
3416
+ /** Contains response data for the createOrUpdate operation. */
3417
+ export type ServiceFabricsCreateOrUpdateResponse = ServiceFabric;
3418
+
3419
+ /** Optional parameters. */
3420
+ export interface ServiceFabricsDeleteOptionalParams
3421
+ extends coreClient.OperationOptions {
3422
+ /** Delay to wait until next poll, in milliseconds. */
3423
+ updateIntervalInMs?: number;
3424
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3425
+ resumeFrom?: string;
3426
+ }
3427
+
3428
+ /** Optional parameters. */
3429
+ export interface ServiceFabricsUpdateOptionalParams
3430
+ extends coreClient.OperationOptions {}
3431
+
3432
+ /** Contains response data for the update operation. */
3433
+ export type ServiceFabricsUpdateResponse = ServiceFabric;
3434
+
3435
+ /** Optional parameters. */
3436
+ export interface ServiceFabricsListApplicableSchedulesOptionalParams
3437
+ extends coreClient.OperationOptions {}
3438
+
3439
+ /** Contains response data for the listApplicableSchedules operation. */
3440
+ export type ServiceFabricsListApplicableSchedulesResponse = ApplicableSchedule;
3441
+
3442
+ /** Optional parameters. */
3443
+ export interface ServiceFabricsStartOptionalParams
3444
+ extends coreClient.OperationOptions {
3445
+ /** Delay to wait until next poll, in milliseconds. */
3446
+ updateIntervalInMs?: number;
3447
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3448
+ resumeFrom?: string;
3449
+ }
3450
+
3451
+ /** Optional parameters. */
3452
+ export interface ServiceFabricsStopOptionalParams
3453
+ extends coreClient.OperationOptions {
3454
+ /** Delay to wait until next poll, in milliseconds. */
3455
+ updateIntervalInMs?: number;
3456
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3457
+ resumeFrom?: string;
3458
+ }
3459
+
3460
+ /** Optional parameters. */
3461
+ export interface ServiceFabricsListNextOptionalParams
3462
+ extends coreClient.OperationOptions {
3463
+ /** Specify the $expand query. Example: 'properties($expand=applicableSchedule)' */
3464
+ expand?: string;
3465
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3466
+ filter?: string;
3467
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3468
+ top?: number;
3469
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3470
+ orderby?: string;
3471
+ }
3472
+
3473
+ /** Contains response data for the listNext operation. */
3474
+ export type ServiceFabricsListNextResponse = ServiceFabricList;
3475
+
3476
+ /** Optional parameters. */
3477
+ export interface ServiceFabricSchedulesListOptionalParams
3478
+ extends coreClient.OperationOptions {
3479
+ /** Specify the $expand query. Example: 'properties($select=status)' */
3480
+ expand?: string;
3481
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3482
+ filter?: string;
3483
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3484
+ top?: number;
3485
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3486
+ orderby?: string;
3487
+ }
3488
+
3489
+ /** Contains response data for the list operation. */
3490
+ export type ServiceFabricSchedulesListResponse = ScheduleList;
3491
+
3492
+ /** Optional parameters. */
3493
+ export interface ServiceFabricSchedulesGetOptionalParams
3494
+ extends coreClient.OperationOptions {
3495
+ /** Specify the $expand query. Example: 'properties($select=status)' */
3496
+ expand?: string;
3497
+ }
3498
+
3499
+ /** Contains response data for the get operation. */
3500
+ export type ServiceFabricSchedulesGetResponse = Schedule;
3501
+
3502
+ /** Optional parameters. */
3503
+ export interface ServiceFabricSchedulesCreateOrUpdateOptionalParams
3504
+ extends coreClient.OperationOptions {}
3505
+
3506
+ /** Contains response data for the createOrUpdate operation. */
3507
+ export type ServiceFabricSchedulesCreateOrUpdateResponse = Schedule;
3508
+
3509
+ /** Optional parameters. */
3510
+ export interface ServiceFabricSchedulesDeleteOptionalParams
3511
+ extends coreClient.OperationOptions {}
3512
+
3513
+ /** Optional parameters. */
3514
+ export interface ServiceFabricSchedulesUpdateOptionalParams
3515
+ extends coreClient.OperationOptions {}
3516
+
3517
+ /** Contains response data for the update operation. */
3518
+ export type ServiceFabricSchedulesUpdateResponse = Schedule;
3519
+
3520
+ /** Optional parameters. */
3521
+ export interface ServiceFabricSchedulesExecuteOptionalParams
3522
+ extends coreClient.OperationOptions {
3523
+ /** Delay to wait until next poll, in milliseconds. */
3524
+ updateIntervalInMs?: number;
3525
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3526
+ resumeFrom?: string;
3527
+ }
3528
+
3529
+ /** Optional parameters. */
3530
+ export interface ServiceFabricSchedulesListNextOptionalParams
3531
+ extends coreClient.OperationOptions {
3532
+ /** Specify the $expand query. Example: 'properties($select=status)' */
3533
+ expand?: string;
3534
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3535
+ filter?: string;
3536
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3537
+ top?: number;
3538
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3539
+ orderby?: string;
3540
+ }
3541
+
3542
+ /** Contains response data for the listNext operation. */
3543
+ export type ServiceFabricSchedulesListNextResponse = ScheduleList;
3544
+
3545
+ /** Optional parameters. */
3546
+ export interface VirtualMachinesListOptionalParams
3547
+ extends coreClient.OperationOptions {
3548
+ /** Specify the $expand query. Example: 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)' */
3549
+ expand?: string;
3550
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3551
+ filter?: string;
3552
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3553
+ top?: number;
3554
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3555
+ orderby?: string;
3556
+ }
3557
+
3558
+ /** Contains response data for the list operation. */
3559
+ export type VirtualMachinesListResponse = LabVirtualMachineList;
3560
+
3561
+ /** Optional parameters. */
3562
+ export interface VirtualMachinesGetOptionalParams
3563
+ extends coreClient.OperationOptions {
3564
+ /** Specify the $expand query. Example: 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)' */
3565
+ expand?: string;
3566
+ }
3567
+
3568
+ /** Contains response data for the get operation. */
3569
+ export type VirtualMachinesGetResponse = LabVirtualMachine;
3570
+
3571
+ /** Optional parameters. */
3572
+ export interface VirtualMachinesCreateOrUpdateOptionalParams
3573
+ extends coreClient.OperationOptions {
3574
+ /** Delay to wait until next poll, in milliseconds. */
3575
+ updateIntervalInMs?: number;
3576
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3577
+ resumeFrom?: string;
3578
+ }
3579
+
3580
+ /** Contains response data for the createOrUpdate operation. */
3581
+ export type VirtualMachinesCreateOrUpdateResponse = LabVirtualMachine;
3582
+
3583
+ /** Optional parameters. */
3584
+ export interface VirtualMachinesDeleteOptionalParams
3585
+ extends coreClient.OperationOptions {
3586
+ /** Delay to wait until next poll, in milliseconds. */
3587
+ updateIntervalInMs?: number;
3588
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3589
+ resumeFrom?: string;
3590
+ }
3591
+
3592
+ /** Optional parameters. */
3593
+ export interface VirtualMachinesUpdateOptionalParams
3594
+ extends coreClient.OperationOptions {}
3595
+
3596
+ /** Contains response data for the update operation. */
3597
+ export type VirtualMachinesUpdateResponse = LabVirtualMachine;
3598
+
3599
+ /** Optional parameters. */
3600
+ export interface VirtualMachinesAddDataDiskOptionalParams
3601
+ extends coreClient.OperationOptions {
3602
+ /** Delay to wait until next poll, in milliseconds. */
3603
+ updateIntervalInMs?: number;
3604
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3605
+ resumeFrom?: string;
3606
+ }
3607
+
3608
+ /** Optional parameters. */
3609
+ export interface VirtualMachinesApplyArtifactsOptionalParams
3610
+ extends coreClient.OperationOptions {
3611
+ /** Delay to wait until next poll, in milliseconds. */
3612
+ updateIntervalInMs?: number;
3613
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3614
+ resumeFrom?: string;
3615
+ }
3616
+
3617
+ /** Optional parameters. */
3618
+ export interface VirtualMachinesClaimOptionalParams
3619
+ extends coreClient.OperationOptions {
3620
+ /** Delay to wait until next poll, in milliseconds. */
3621
+ updateIntervalInMs?: number;
3622
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3623
+ resumeFrom?: string;
3624
+ }
3625
+
3626
+ /** Optional parameters. */
3627
+ export interface VirtualMachinesDetachDataDiskOptionalParams
3628
+ extends coreClient.OperationOptions {
3629
+ /** Delay to wait until next poll, in milliseconds. */
3630
+ updateIntervalInMs?: number;
3631
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3632
+ resumeFrom?: string;
3633
+ }
3634
+
3635
+ /** Optional parameters. */
3636
+ export interface VirtualMachinesGetRdpFileContentsOptionalParams
3637
+ extends coreClient.OperationOptions {}
3638
+
3639
+ /** Contains response data for the getRdpFileContents operation. */
3640
+ export type VirtualMachinesGetRdpFileContentsResponse = RdpConnection;
3641
+
3642
+ /** Optional parameters. */
3643
+ export interface VirtualMachinesListApplicableSchedulesOptionalParams
3644
+ extends coreClient.OperationOptions {}
3645
+
3646
+ /** Contains response data for the listApplicableSchedules operation. */
3647
+ export type VirtualMachinesListApplicableSchedulesResponse = ApplicableSchedule;
3648
+
3649
+ /** Optional parameters. */
3650
+ export interface VirtualMachinesRedeployOptionalParams
3651
+ extends coreClient.OperationOptions {
3652
+ /** Delay to wait until next poll, in milliseconds. */
3653
+ updateIntervalInMs?: number;
3654
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3655
+ resumeFrom?: string;
3656
+ }
3657
+
3658
+ /** Optional parameters. */
3659
+ export interface VirtualMachinesResizeOptionalParams
3660
+ extends coreClient.OperationOptions {
3661
+ /** Delay to wait until next poll, in milliseconds. */
3662
+ updateIntervalInMs?: number;
3663
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3664
+ resumeFrom?: string;
3665
+ }
3666
+
3667
+ /** Optional parameters. */
3668
+ export interface VirtualMachinesRestartOptionalParams
3669
+ extends coreClient.OperationOptions {
3670
+ /** Delay to wait until next poll, in milliseconds. */
3671
+ updateIntervalInMs?: number;
3672
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3673
+ resumeFrom?: string;
3674
+ }
3675
+
3676
+ /** Optional parameters. */
3677
+ export interface VirtualMachinesStartOptionalParams
3678
+ extends coreClient.OperationOptions {
3679
+ /** Delay to wait until next poll, in milliseconds. */
3680
+ updateIntervalInMs?: number;
3681
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3682
+ resumeFrom?: string;
3683
+ }
3684
+
3685
+ /** Optional parameters. */
3686
+ export interface VirtualMachinesStopOptionalParams
3687
+ extends coreClient.OperationOptions {
3688
+ /** Delay to wait until next poll, in milliseconds. */
3689
+ updateIntervalInMs?: number;
3690
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3691
+ resumeFrom?: string;
3692
+ }
3693
+
3694
+ /** Optional parameters. */
3695
+ export interface VirtualMachinesTransferDisksOptionalParams
3696
+ extends coreClient.OperationOptions {
3697
+ /** Delay to wait until next poll, in milliseconds. */
3698
+ updateIntervalInMs?: number;
3699
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3700
+ resumeFrom?: string;
3701
+ }
3702
+
3703
+ /** Optional parameters. */
3704
+ export interface VirtualMachinesUnClaimOptionalParams
3705
+ extends coreClient.OperationOptions {
3706
+ /** Delay to wait until next poll, in milliseconds. */
3707
+ updateIntervalInMs?: number;
3708
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3709
+ resumeFrom?: string;
3710
+ }
3711
+
3712
+ /** Optional parameters. */
3713
+ export interface VirtualMachinesListNextOptionalParams
3714
+ extends coreClient.OperationOptions {
3715
+ /** Specify the $expand query. Example: 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)' */
3716
+ expand?: string;
3717
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3718
+ filter?: string;
3719
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3720
+ top?: number;
3721
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3722
+ orderby?: string;
3723
+ }
3724
+
3725
+ /** Contains response data for the listNext operation. */
3726
+ export type VirtualMachinesListNextResponse = LabVirtualMachineList;
3727
+
3728
+ /** Optional parameters. */
3729
+ export interface VirtualMachineSchedulesListOptionalParams
3730
+ extends coreClient.OperationOptions {
3731
+ /** Specify the $expand query. Example: 'properties($select=status)' */
3732
+ expand?: string;
3733
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3734
+ filter?: string;
3735
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3736
+ top?: number;
3737
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3738
+ orderby?: string;
3739
+ }
3740
+
3741
+ /** Contains response data for the list operation. */
3742
+ export type VirtualMachineSchedulesListResponse = ScheduleList;
3743
+
3744
+ /** Optional parameters. */
3745
+ export interface VirtualMachineSchedulesGetOptionalParams
3746
+ extends coreClient.OperationOptions {
3747
+ /** Specify the $expand query. Example: 'properties($select=status)' */
3748
+ expand?: string;
3749
+ }
3750
+
3751
+ /** Contains response data for the get operation. */
3752
+ export type VirtualMachineSchedulesGetResponse = Schedule;
3753
+
3754
+ /** Optional parameters. */
3755
+ export interface VirtualMachineSchedulesCreateOrUpdateOptionalParams
3756
+ extends coreClient.OperationOptions {}
3757
+
3758
+ /** Contains response data for the createOrUpdate operation. */
3759
+ export type VirtualMachineSchedulesCreateOrUpdateResponse = Schedule;
3760
+
3761
+ /** Optional parameters. */
3762
+ export interface VirtualMachineSchedulesDeleteOptionalParams
3763
+ extends coreClient.OperationOptions {}
3764
+
3765
+ /** Optional parameters. */
3766
+ export interface VirtualMachineSchedulesUpdateOptionalParams
3767
+ extends coreClient.OperationOptions {}
3768
+
3769
+ /** Contains response data for the update operation. */
3770
+ export type VirtualMachineSchedulesUpdateResponse = Schedule;
3771
+
3772
+ /** Optional parameters. */
3773
+ export interface VirtualMachineSchedulesExecuteOptionalParams
3774
+ extends coreClient.OperationOptions {
3775
+ /** Delay to wait until next poll, in milliseconds. */
3776
+ updateIntervalInMs?: number;
3777
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3778
+ resumeFrom?: string;
3779
+ }
3780
+
3781
+ /** Optional parameters. */
3782
+ export interface VirtualMachineSchedulesListNextOptionalParams
3783
+ extends coreClient.OperationOptions {
3784
+ /** Specify the $expand query. Example: 'properties($select=status)' */
3785
+ expand?: string;
3786
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3787
+ filter?: string;
3788
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3789
+ top?: number;
3790
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3791
+ orderby?: string;
3792
+ }
3793
+
3794
+ /** Contains response data for the listNext operation. */
3795
+ export type VirtualMachineSchedulesListNextResponse = ScheduleList;
3796
+
3797
+ /** Optional parameters. */
3798
+ export interface VirtualNetworksListOptionalParams
3799
+ extends coreClient.OperationOptions {
3800
+ /** Specify the $expand query. Example: 'properties($expand=externalSubnets)' */
3801
+ expand?: string;
3802
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3803
+ filter?: string;
3804
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3805
+ top?: number;
3806
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3807
+ orderby?: string;
3808
+ }
3809
+
3810
+ /** Contains response data for the list operation. */
3811
+ export type VirtualNetworksListResponse = VirtualNetworkList;
3812
+
3813
+ /** Optional parameters. */
3814
+ export interface VirtualNetworksGetOptionalParams
3815
+ extends coreClient.OperationOptions {
3816
+ /** Specify the $expand query. Example: 'properties($expand=externalSubnets)' */
3817
+ expand?: string;
3818
+ }
3819
+
3820
+ /** Contains response data for the get operation. */
3821
+ export type VirtualNetworksGetResponse = VirtualNetwork;
3822
+
3823
+ /** Optional parameters. */
3824
+ export interface VirtualNetworksCreateOrUpdateOptionalParams
3825
+ extends coreClient.OperationOptions {
3826
+ /** Delay to wait until next poll, in milliseconds. */
3827
+ updateIntervalInMs?: number;
3828
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3829
+ resumeFrom?: string;
3830
+ }
3831
+
3832
+ /** Contains response data for the createOrUpdate operation. */
3833
+ export type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork;
3834
+
3835
+ /** Optional parameters. */
3836
+ export interface VirtualNetworksDeleteOptionalParams
3837
+ extends coreClient.OperationOptions {
3838
+ /** Delay to wait until next poll, in milliseconds. */
3839
+ updateIntervalInMs?: number;
3840
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3841
+ resumeFrom?: string;
3842
+ }
3843
+
3844
+ /** Optional parameters. */
3845
+ export interface VirtualNetworksUpdateOptionalParams
3846
+ extends coreClient.OperationOptions {}
3847
+
3848
+ /** Contains response data for the update operation. */
3849
+ export type VirtualNetworksUpdateResponse = VirtualNetwork;
3850
+
3851
+ /** Optional parameters. */
3852
+ export interface VirtualNetworksListNextOptionalParams
3853
+ extends coreClient.OperationOptions {
3854
+ /** Specify the $expand query. Example: 'properties($expand=externalSubnets)' */
3855
+ expand?: string;
3856
+ /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */
3857
+ filter?: string;
3858
+ /** The maximum number of resources to return from the operation. Example: '$top=10' */
3859
+ top?: number;
3860
+ /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */
3861
+ orderby?: string;
3862
+ }
3863
+
3864
+ /** Contains response data for the listNext operation. */
3865
+ export type VirtualNetworksListNextResponse = VirtualNetworkList;
3866
+
3867
+ /** Optional parameters. */
3868
+ export interface DevTestLabsClientOptionalParams
3869
+ extends coreClient.ServiceClientOptions {
3870
+ /** server parameter */
3871
+ $host?: string;
3872
+ /** Api Version */
3873
+ apiVersion?: string;
3874
+ /** Overrides client endpoint. */
3875
+ endpoint?: string;
3876
+ }