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