@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.
- package/CHANGELOG.md +14 -0
- package/{LICENSE.txt → LICENSE} +21 -21
- package/README.md +98 -96
- package/dist/index.js +14125 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/devTestLabsClient.d.ts +42 -0
- package/dist-esm/src/devTestLabsClient.d.ts.map +1 -0
- package/dist-esm/src/devTestLabsClient.js +75 -0
- package/dist-esm/src/devTestLabsClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +3339 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +210 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +133 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +2058 -4107
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +65 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +376 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/armTemplates.d.ts +50 -0
- package/dist-esm/src/operations/armTemplates.d.ts.map +1 -0
- package/dist-esm/src/operations/armTemplates.js +188 -0
- package/dist-esm/src/operations/armTemplates.js.map +1 -0
- package/dist-esm/src/operations/artifactSources.d.ts +72 -0
- package/dist-esm/src/operations/artifactSources.d.ts.map +1 -0
- package/dist-esm/src/operations/artifactSources.js +285 -0
- package/dist-esm/src/operations/artifactSources.js.map +1 -0
- package/dist-esm/src/operations/artifacts.d.ts +61 -0
- package/dist-esm/src/operations/artifacts.d.ts.map +1 -0
- package/dist-esm/src/operations/artifacts.js +233 -0
- package/dist-esm/src/operations/artifacts.js.map +1 -0
- package/dist-esm/src/operations/costs.d.ts +30 -0
- package/dist-esm/src/operations/costs.d.ts.map +1 -0
- package/dist-esm/src/operations/costs.js +93 -0
- package/dist-esm/src/operations/costs.js.map +1 -0
- package/dist-esm/src/operations/customImages.d.ts +90 -0
- package/dist-esm/src/operations/customImages.d.ts.map +1 -0
- package/dist-esm/src/operations/customImages.js +378 -0
- package/dist-esm/src/operations/customImages.js.map +1 -0
- package/dist-esm/src/operations/disks.d.ts +143 -0
- package/dist-esm/src/operations/disks.d.ts.map +1 -0
- package/dist-esm/src/operations/disks.js +573 -0
- package/dist-esm/src/operations/disks.js.map +1 -0
- package/dist-esm/src/operations/environments.d.ts +99 -0
- package/dist-esm/src/operations/environments.d.ts.map +1 -0
- package/dist-esm/src/operations/environments.js +393 -0
- package/dist-esm/src/operations/environments.js.map +1 -0
- package/dist-esm/src/operations/formulas.d.ts +82 -0
- package/dist-esm/src/operations/formulas.d.ts.map +1 -0
- package/dist-esm/src/operations/formulas.js +335 -0
- package/dist-esm/src/operations/formulas.js.map +1 -0
- package/dist-esm/src/operations/galleryImages.d.ts +38 -0
- package/dist-esm/src/operations/galleryImages.d.ts.map +1 -0
- package/dist-esm/src/operations/galleryImages.js +149 -0
- package/dist-esm/src/operations/galleryImages.js.map +1 -0
- package/dist-esm/src/operations/globalSchedules.d.ts +114 -0
- package/dist-esm/src/operations/globalSchedules.d.ts.map +1 -0
- package/dist-esm/src/operations/globalSchedules.js +531 -0
- package/dist-esm/src/operations/globalSchedules.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/labs.d.ts +195 -0
- package/dist-esm/src/operations/labs.d.ts.map +1 -0
- package/dist-esm/src/operations/labs.js +917 -0
- package/dist-esm/src/operations/labs.js.map +1 -0
- package/dist-esm/src/operations/notificationChannels.d.ts +81 -0
- package/dist-esm/src/operations/notificationChannels.d.ts.map +1 -0
- package/dist-esm/src/operations/notificationChannels.js +318 -0
- package/dist-esm/src/operations/notificationChannels.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +20 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +56 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/policies.d.ts +79 -0
- package/dist-esm/src/operations/policies.d.ts.map +1 -0
- package/dist-esm/src/operations/policies.js +298 -0
- package/dist-esm/src/operations/policies.js.map +1 -0
- package/dist-esm/src/operations/policySets.d.ts +22 -0
- package/dist-esm/src/operations/policySets.d.ts.map +1 -0
- package/dist-esm/src/operations/policySets.js +58 -0
- package/dist-esm/src/operations/policySets.js.map +1 -0
- package/dist-esm/src/operations/providerOperations.d.ts +32 -0
- package/dist-esm/src/operations/providerOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/providerOperations.js +120 -0
- package/dist-esm/src/operations/providerOperations.js.map +1 -0
- package/dist-esm/src/operations/schedules.d.ts +116 -0
- package/dist-esm/src/operations/schedules.d.ts.map +1 -0
- package/dist-esm/src/operations/schedules.js +478 -0
- package/dist-esm/src/operations/schedules.js.map +1 -0
- package/dist-esm/src/operations/secrets.d.ts +90 -0
- package/dist-esm/src/operations/secrets.d.ts.map +1 -0
- package/dist-esm/src/operations/secrets.js +349 -0
- package/dist-esm/src/operations/secrets.js.map +1 -0
- package/dist-esm/src/operations/serviceFabricSchedules.d.ts +107 -0
- package/dist-esm/src/operations/serviceFabricSchedules.d.ts.map +1 -0
- package/dist-esm/src/operations/serviceFabricSchedules.js +437 -0
- package/dist-esm/src/operations/serviceFabricSchedules.js.map +1 -0
- package/dist-esm/src/operations/serviceFabrics.d.ts +144 -0
- package/dist-esm/src/operations/serviceFabrics.d.ts.map +1 -0
- package/dist-esm/src/operations/serviceFabrics.js +581 -0
- package/dist-esm/src/operations/serviceFabrics.js.map +1 -0
- package/dist-esm/src/operations/serviceRunners.d.ts +38 -0
- package/dist-esm/src/operations/serviceRunners.d.ts.map +1 -0
- package/dist-esm/src/operations/serviceRunners.js +124 -0
- package/dist-esm/src/operations/serviceRunners.js.map +1 -0
- package/dist-esm/src/operations/users.d.ts +90 -0
- package/dist-esm/src/operations/users.d.ts.map +1 -0
- package/dist-esm/src/operations/users.js +378 -0
- package/dist-esm/src/operations/users.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineSchedules.d.ts +98 -0
- package/dist-esm/src/operations/virtualMachineSchedules.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineSchedules.js +391 -0
- package/dist-esm/src/operations/virtualMachineSchedules.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +292 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +1280 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworks.d.ts +90 -0
- package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworks.js +378 -0
- package/dist-esm/src/operations/virtualNetworks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/armTemplates.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/armTemplates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/armTemplates.js +9 -0
- package/dist-esm/src/operationsInterfaces/armTemplates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/artifactSources.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/artifactSources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/artifactSources.js +9 -0
- package/dist-esm/src/operationsInterfaces/artifactSources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/artifacts.d.ts +34 -0
- package/dist-esm/src/operationsInterfaces/artifacts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/artifacts.js +9 -0
- package/dist-esm/src/operationsInterfaces/artifacts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/costs.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/costs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/costs.js +9 -0
- package/dist-esm/src/operationsInterfaces/costs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/customImages.d.ts +65 -0
- package/dist-esm/src/operationsInterfaces/customImages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/customImages.js +9 -0
- package/dist-esm/src/operationsInterfaces/customImages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/disks.d.ts +116 -0
- package/dist-esm/src/operationsInterfaces/disks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/disks.js +9 -0
- package/dist-esm/src/operationsInterfaces/disks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/environments.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/environments.js +9 -0
- package/dist-esm/src/operationsInterfaces/environments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/formulas.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/formulas.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/formulas.js +9 -0
- package/dist-esm/src/operationsInterfaces/formulas.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryImages.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/galleryImages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryImages.js +9 -0
- package/dist-esm/src/operationsInterfaces/galleryImages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/globalSchedules.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/globalSchedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/globalSchedules.js +9 -0
- package/dist-esm/src/operationsInterfaces/globalSchedules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +26 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +33 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/labs.d.ts +142 -0
- package/dist-esm/src/operationsInterfaces/labs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/labs.js +9 -0
- package/dist-esm/src/operationsInterfaces/labs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/notificationChannels.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/notificationChannels.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/notificationChannels.js +9 -0
- package/dist-esm/src/operationsInterfaces/notificationChannels.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policies.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/policies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policies.js +9 -0
- package/dist-esm/src/operationsInterfaces/policies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policySets.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/policySets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policySets.js +9 -0
- package/dist-esm/src/operationsInterfaces/policySets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/providerOperations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/providerOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/providerOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/providerOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/schedules.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/schedules.js +9 -0
- package/dist-esm/src/operationsInterfaces/schedules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/secrets.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/secrets.js +9 -0
- package/dist-esm/src/operationsInterfaces/secrets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceFabricSchedules.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/serviceFabricSchedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceFabricSchedules.js +9 -0
- package/dist-esm/src/operationsInterfaces/serviceFabricSchedules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceFabrics.d.ts +117 -0
- package/dist-esm/src/operationsInterfaces/serviceFabrics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceFabrics.js +9 -0
- package/dist-esm/src/operationsInterfaces/serviceFabrics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceRunners.d.ts +30 -0
- package/dist-esm/src/operationsInterfaces/serviceRunners.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serviceRunners.js +9 -0
- package/dist-esm/src/operationsInterfaces/serviceRunners.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/users.d.ts +65 -0
- package/dist-esm/src/operationsInterfaces/users.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/users.js +9 -0
- package/dist-esm/src/operationsInterfaces/users.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineSchedules.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineSchedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineSchedules.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineSchedules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +267 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +65 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +1 -0
- package/dist-esm/test/devtestlabs_examples.d.ts +4 -0
- package/dist-esm/test/devtestlabs_examples.d.ts.map +1 -0
- package/dist-esm/test/devtestlabs_examples.js +116 -0
- package/dist-esm/test/devtestlabs_examples.js.map +1 -0
- package/package.json +67 -33
- package/review/arm-devtestlabs.api.md +2985 -0
- package/rollup.config.js +181 -30
- package/src/devTestLabsClient.ts +175 -0
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +3876 -0
- package/{lib → src}/models/mappers.ts +2171 -4355
- package/src/models/parameters.ts +489 -0
- package/src/operations/armTemplates.ts +263 -0
- package/src/operations/artifactSources.ts +375 -0
- package/src/operations/artifacts.ts +323 -0
- package/src/operations/costs.ts +127 -0
- package/src/operations/customImages.ts +525 -0
- package/src/operations/disks.ts +836 -0
- package/src/operations/environments.ts +570 -0
- package/src/operations/formulas.ts +457 -0
- package/src/operations/galleryImages.ts +189 -0
- package/src/operations/globalSchedules.ts +688 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/labs.ts +1241 -0
- package/src/operations/notificationChannels.ts +421 -0
- package/src/operations/operations.ts +72 -0
- package/src/operations/policies.ts +414 -0
- package/src/operations/policySets.ts +80 -0
- package/src/operations/providerOperations.ts +137 -0
- package/src/operations/schedules.ts +657 -0
- package/src/operations/secrets.ts +499 -0
- package/src/operations/serviceFabricSchedules.ts +609 -0
- package/src/operations/serviceFabrics.ts +849 -0
- package/src/operations/serviceRunners.ts +169 -0
- package/src/operations/users.ts +525 -0
- package/src/operations/virtualMachineSchedules.ts +546 -0
- package/src/operations/virtualMachines.ts +1863 -0
- package/src/operations/virtualNetworks.ts +525 -0
- package/src/operationsInterfaces/armTemplates.ts +48 -0
- package/src/operationsInterfaces/artifactSources.ts +93 -0
- package/src/operationsInterfaces/artifacts.ts +69 -0
- package/src/operationsInterfaces/costs.ts +47 -0
- package/src/operationsInterfaces/customImages.ts +127 -0
- package/src/operationsInterfaces/disks.ts +217 -0
- package/src/operationsInterfaces/environments.ts +141 -0
- package/src/operationsInterfaces/formulas.ts +114 -0
- package/src/operationsInterfaces/galleryImages.ts +26 -0
- package/src/operationsInterfaces/globalSchedules.ts +143 -0
- package/src/operationsInterfaces/index.ts +33 -0
- package/src/operationsInterfaces/labs.ts +259 -0
- package/src/operationsInterfaces/notificationChannels.ts +110 -0
- package/src/operationsInterfaces/operations.ts +24 -0
- package/src/operationsInterfaces/policies.ts +103 -0
- package/src/operationsInterfaces/policySets.ts +32 -0
- package/src/operationsInterfaces/providerOperations.ts +25 -0
- package/src/operationsInterfaces/schedules.ts +135 -0
- package/src/operationsInterfaces/secrets.ts +126 -0
- package/src/operationsInterfaces/serviceFabricSchedules.ts +149 -0
- package/src/operationsInterfaces/serviceFabrics.ts +220 -0
- package/src/operationsInterfaces/serviceRunners.ts +61 -0
- package/src/operationsInterfaces/users.ts +127 -0
- package/src/operationsInterfaces/virtualMachineSchedules.ts +135 -0
- package/src/operationsInterfaces/virtualMachines.ts +476 -0
- package/src/operationsInterfaces/virtualNetworks.ts +127 -0
- package/tsconfig.json +4 -4
- package/types/arm-devtestlabs.d.ts +5414 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-devtestlabs.js +0 -16392
- package/dist/arm-devtestlabs.js.map +0 -1
- package/dist/arm-devtestlabs.min.js +0 -1
- package/dist/arm-devtestlabs.min.js.map +0 -1
- package/esm/devTestLabsClient.d.ts +0 -42
- package/esm/devTestLabsClient.d.ts.map +0 -1
- package/esm/devTestLabsClient.js +0 -57
- package/esm/devTestLabsClient.js.map +0 -1
- package/esm/devTestLabsClientContext.d.ts +0 -16
- package/esm/devTestLabsClientContext.d.ts.map +0 -1
- package/esm/devTestLabsClientContext.js +0 -56
- package/esm/devTestLabsClientContext.js.map +0 -1
- package/esm/models/armTemplatesMappers.d.ts +0 -2
- package/esm/models/armTemplatesMappers.d.ts.map +0 -1
- package/esm/models/armTemplatesMappers.js +0 -9
- package/esm/models/armTemplatesMappers.js.map +0 -1
- package/esm/models/artifactSourcesMappers.d.ts +0 -2
- package/esm/models/artifactSourcesMappers.d.ts.map +0 -1
- package/esm/models/artifactSourcesMappers.js +0 -9
- package/esm/models/artifactSourcesMappers.js.map +0 -1
- package/esm/models/artifactsMappers.d.ts +0 -2
- package/esm/models/artifactsMappers.d.ts.map +0 -1
- package/esm/models/artifactsMappers.js +0 -9
- package/esm/models/artifactsMappers.js.map +0 -1
- package/esm/models/costsMappers.d.ts +0 -2
- package/esm/models/costsMappers.d.ts.map +0 -1
- package/esm/models/costsMappers.js +0 -9
- package/esm/models/costsMappers.js.map +0 -1
- package/esm/models/customImagesMappers.d.ts +0 -2
- package/esm/models/customImagesMappers.d.ts.map +0 -1
- package/esm/models/customImagesMappers.js +0 -9
- package/esm/models/customImagesMappers.js.map +0 -1
- package/esm/models/disksMappers.d.ts +0 -2
- package/esm/models/disksMappers.d.ts.map +0 -1
- package/esm/models/disksMappers.js +0 -9
- package/esm/models/disksMappers.js.map +0 -1
- package/esm/models/environmentsMappers.d.ts +0 -2
- package/esm/models/environmentsMappers.d.ts.map +0 -1
- package/esm/models/environmentsMappers.js +0 -9
- package/esm/models/environmentsMappers.js.map +0 -1
- package/esm/models/formulasMappers.d.ts +0 -2
- package/esm/models/formulasMappers.d.ts.map +0 -1
- package/esm/models/formulasMappers.js +0 -9
- package/esm/models/formulasMappers.js.map +0 -1
- package/esm/models/galleryImagesMappers.d.ts +0 -2
- package/esm/models/galleryImagesMappers.d.ts.map +0 -1
- package/esm/models/galleryImagesMappers.js +0 -9
- package/esm/models/galleryImagesMappers.js.map +0 -1
- package/esm/models/globalSchedulesMappers.d.ts +0 -2
- package/esm/models/globalSchedulesMappers.d.ts.map +0 -1
- package/esm/models/globalSchedulesMappers.js +0 -9
- package/esm/models/globalSchedulesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -7024
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/labsMappers.d.ts +0 -2
- package/esm/models/labsMappers.d.ts.map +0 -1
- package/esm/models/labsMappers.js +0 -9
- package/esm/models/labsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -171
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/notificationChannelsMappers.d.ts +0 -2
- package/esm/models/notificationChannelsMappers.d.ts.map +0 -1
- package/esm/models/notificationChannelsMappers.js +0 -9
- package/esm/models/notificationChannelsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -19
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -190
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/policiesMappers.d.ts +0 -2
- package/esm/models/policiesMappers.d.ts.map +0 -1
- package/esm/models/policiesMappers.js +0 -9
- package/esm/models/policiesMappers.js.map +0 -1
- package/esm/models/policySetsMappers.d.ts +0 -2
- package/esm/models/policySetsMappers.d.ts.map +0 -1
- package/esm/models/policySetsMappers.js +0 -9
- package/esm/models/policySetsMappers.js.map +0 -1
- package/esm/models/providerOperationsMappers.d.ts +0 -2
- package/esm/models/providerOperationsMappers.d.ts.map +0 -1
- package/esm/models/providerOperationsMappers.js +0 -9
- package/esm/models/providerOperationsMappers.js.map +0 -1
- package/esm/models/schedulesMappers.d.ts +0 -2
- package/esm/models/schedulesMappers.d.ts.map +0 -1
- package/esm/models/schedulesMappers.js +0 -9
- package/esm/models/schedulesMappers.js.map +0 -1
- package/esm/models/secretsMappers.d.ts +0 -2
- package/esm/models/secretsMappers.d.ts.map +0 -1
- package/esm/models/secretsMappers.js +0 -9
- package/esm/models/secretsMappers.js.map +0 -1
- package/esm/models/serviceFabricSchedulesMappers.d.ts +0 -2
- package/esm/models/serviceFabricSchedulesMappers.d.ts.map +0 -1
- package/esm/models/serviceFabricSchedulesMappers.js +0 -9
- package/esm/models/serviceFabricSchedulesMappers.js.map +0 -1
- package/esm/models/serviceFabricsMappers.d.ts +0 -2
- package/esm/models/serviceFabricsMappers.d.ts.map +0 -1
- package/esm/models/serviceFabricsMappers.js +0 -9
- package/esm/models/serviceFabricsMappers.js.map +0 -1
- package/esm/models/serviceRunnersMappers.d.ts +0 -2
- package/esm/models/serviceRunnersMappers.d.ts.map +0 -1
- package/esm/models/serviceRunnersMappers.js +0 -9
- package/esm/models/serviceRunnersMappers.js.map +0 -1
- package/esm/models/usersMappers.d.ts +0 -2
- package/esm/models/usersMappers.d.ts.map +0 -1
- package/esm/models/usersMappers.js +0 -9
- package/esm/models/usersMappers.js.map +0 -1
- package/esm/models/virtualMachineSchedulesMappers.d.ts +0 -2
- package/esm/models/virtualMachineSchedulesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineSchedulesMappers.js +0 -9
- package/esm/models/virtualMachineSchedulesMappers.js.map +0 -1
- package/esm/models/virtualMachinesMappers.d.ts +0 -2
- package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachinesMappers.js +0 -9
- package/esm/models/virtualMachinesMappers.js.map +0 -1
- package/esm/models/virtualNetworksMappers.d.ts +0 -2
- package/esm/models/virtualNetworksMappers.d.ts.map +0 -1
- package/esm/models/virtualNetworksMappers.js +0 -9
- package/esm/models/virtualNetworksMappers.js.map +0 -1
- package/esm/operations/armTemplates.d.ts +0 -82
- package/esm/operations/armTemplates.d.ts.map +0 -1
- package/esm/operations/armTemplates.js +0 -126
- package/esm/operations/armTemplates.js.map +0 -1
- package/esm/operations/artifactSources.d.ts +0 -154
- package/esm/operations/artifactSources.d.ts.map +0 -1
- package/esm/operations/artifactSources.js +0 -234
- package/esm/operations/artifactSources.js.map +0 -1
- package/esm/operations/artifacts.d.ts +0 -116
- package/esm/operations/artifacts.d.ts.map +0 -1
- package/esm/operations/artifacts.js +0 -167
- package/esm/operations/artifacts.js.map +0 -1
- package/esm/operations/costs.d.ts +0 -64
- package/esm/operations/costs.d.ts.map +0 -1
- package/esm/operations/costs.js +0 -103
- package/esm/operations/costs.js.map +0 -1
- package/esm/operations/customImages.d.ts +0 -142
- package/esm/operations/customImages.d.ts.map +0 -1
- package/esm/operations/customImages.js +0 -277
- package/esm/operations/customImages.js.map +0 -1
- package/esm/operations/disks.d.ts +0 -203
- package/esm/operations/disks.d.ts.map +0 -1
- package/esm/operations/disks.js +0 -421
- package/esm/operations/disks.js.map +0 -1
- package/esm/operations/environments.d.ts +0 -155
- package/esm/operations/environments.d.ts.map +0 -1
- package/esm/operations/environments.js +0 -291
- package/esm/operations/environments.js.map +0 -1
- package/esm/operations/formulas.d.ts +0 -148
- package/esm/operations/formulas.d.ts.map +0 -1
- package/esm/operations/formulas.js +0 -256
- package/esm/operations/formulas.js.map +0 -1
- package/esm/operations/galleryImages.d.ts +0 -52
- package/esm/operations/galleryImages.d.ts.map +0 -1
- package/esm/operations/galleryImages.js +0 -88
- package/esm/operations/galleryImages.js.map +0 -1
- package/esm/operations/globalSchedules.d.ts +0 -207
- package/esm/operations/globalSchedules.d.ts.map +0 -1
- package/esm/operations/globalSchedules.js +0 -384
- package/esm/operations/globalSchedules.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/labs.d.ts +0 -301
- package/esm/operations/labs.d.ts.map +0 -1
- package/esm/operations/labs.js +0 -632
- package/esm/operations/labs.js.map +0 -1
- package/esm/operations/notificationChannels.d.ts +0 -181
- package/esm/operations/notificationChannels.d.ts.map +0 -1
- package/esm/operations/notificationChannels.js +0 -270
- package/esm/operations/notificationChannels.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -34
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -58
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/policies.d.ts +0 -169
- package/esm/operations/policies.d.ts.map +0 -1
- package/esm/operations/policies.js +0 -244
- package/esm/operations/policies.js.map +0 -1
- package/esm/operations/policySets.d.ts +0 -40
- package/esm/operations/policySets.d.ts.map +0 -1
- package/esm/operations/policySets.js +0 -66
- package/esm/operations/policySets.js.map +0 -1
- package/esm/operations/providerOperations.d.ts +0 -46
- package/esm/operations/providerOperations.d.ts.map +0 -1
- package/esm/operations/providerOperations.js +0 -77
- package/esm/operations/providerOperations.js.map +0 -1
- package/esm/operations/schedules.d.ts +0 -215
- package/esm/operations/schedules.d.ts.map +0 -1
- package/esm/operations/schedules.js +0 -345
- package/esm/operations/schedules.js.map +0 -1
- package/esm/operations/secrets.d.ts +0 -162
- package/esm/operations/secrets.d.ts.map +0 -1
- package/esm/operations/secrets.js +0 -268
- package/esm/operations/secrets.js.map +0 -1
- package/esm/operations/serviceFabricSchedules.d.ts +0 -207
- package/esm/operations/serviceFabricSchedules.d.ts.map +0 -1
- package/esm/operations/serviceFabricSchedules.js +0 -314
- package/esm/operations/serviceFabricSchedules.js.map +0 -1
- package/esm/operations/serviceFabrics.d.ts +0 -222
- package/esm/operations/serviceFabrics.d.ts.map +0 -1
- package/esm/operations/serviceFabrics.js +0 -438
- package/esm/operations/serviceFabrics.js.map +0 -1
- package/esm/operations/serviceRunners.d.ts +0 -127
- package/esm/operations/serviceRunners.d.ts.map +0 -1
- package/esm/operations/serviceRunners.js +0 -194
- package/esm/operations/serviceRunners.js.map +0 -1
- package/esm/operations/users.d.ts +0 -142
- package/esm/operations/users.d.ts.map +0 -1
- package/esm/operations/users.js +0 -277
- package/esm/operations/users.js.map +0 -1
- package/esm/operations/virtualMachineSchedules.d.ts +0 -190
- package/esm/operations/virtualMachineSchedules.d.ts.map +0 -1
- package/esm/operations/virtualMachineSchedules.js +0 -300
- package/esm/operations/virtualMachineSchedules.js.map +0 -1
- package/esm/operations/virtualMachines.d.ts +0 -402
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -949
- package/esm/operations/virtualMachines.js.map +0 -1
- package/esm/operations/virtualNetworks.d.ts +0 -142
- package/esm/operations/virtualNetworks.d.ts.map +0 -1
- package/esm/operations/virtualNetworks.js +0 -277
- package/esm/operations/virtualNetworks.js.map +0 -1
- package/lib/devTestLabsClient.ts +0 -90
- package/lib/devTestLabsClientContext.ts +0 -62
- package/lib/models/armTemplatesMappers.ts +0 -80
- package/lib/models/artifactSourcesMappers.ts +0 -130
- package/lib/models/artifactsMappers.ts +0 -83
- package/lib/models/costsMappers.ts +0 -79
- package/lib/models/customImagesMappers.ts +0 -130
- package/lib/models/disksMappers.ts +0 -132
- package/lib/models/environmentsMappers.ts +0 -130
- package/lib/models/formulasMappers.ts +0 -130
- package/lib/models/galleryImagesMappers.ts +0 -80
- package/lib/models/globalSchedulesMappers.ts +0 -131
- package/lib/models/index.ts +0 -7501
- package/lib/models/labsMappers.ts +0 -136
- package/lib/models/notificationChannelsMappers.ts +0 -131
- package/lib/models/operationsMappers.ts +0 -13
- package/lib/models/parameters.ts +0 -192
- package/lib/models/policiesMappers.ts +0 -130
- package/lib/models/policySetsMappers.ts +0 -16
- package/lib/models/providerOperationsMappers.ts +0 -14
- package/lib/models/schedulesMappers.ts +0 -130
- package/lib/models/secretsMappers.ts +0 -130
- package/lib/models/serviceFabricSchedulesMappers.ts +0 -130
- package/lib/models/serviceFabricsMappers.ts +0 -130
- package/lib/models/serviceRunnersMappers.ts +0 -80
- package/lib/models/usersMappers.ts +0 -130
- package/lib/models/virtualMachineSchedulesMappers.ts +0 -130
- package/lib/models/virtualMachinesMappers.ts +0 -134
- package/lib/models/virtualNetworksMappers.ts +0 -130
- package/lib/operations/armTemplates.ts +0 -213
- package/lib/operations/artifactSources.ts +0 -413
- package/lib/operations/artifacts.ts +0 -295
- package/lib/operations/costs.ts +0 -169
- package/lib/operations/customImages.ts +0 -408
- package/lib/operations/disks.ts +0 -579
- package/lib/operations/environments.ts +0 -431
- package/lib/operations/formulas.ts +0 -410
- package/lib/operations/galleryImages.ts +0 -140
- package/lib/operations/globalSchedules.ts +0 -607
- package/lib/operations/labs.ts +0 -911
- package/lib/operations/notificationChannels.ts +0 -484
- package/lib/operations/operations.ts +0 -87
- package/lib/operations/policies.ts +0 -438
- package/lib/operations/policySets.ts +0 -103
- package/lib/operations/providerOperations.ts +0 -123
- package/lib/operations/schedules.ts +0 -583
- package/lib/operations/secrets.ts +0 -434
- package/lib/operations/serviceFabricSchedules.ts +0 -530
- package/lib/operations/serviceFabrics.ts +0 -622
- package/lib/operations/serviceRunners.ts +0 -338
- package/lib/operations/users.ts +0 -408
- package/lib/operations/virtualMachineSchedules.ts +0 -501
- package/lib/operations/virtualMachines.ts +0 -1216
- package/lib/operations/virtualNetworks.ts +0 -408
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/models/index.ts","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/providerOperations.ts","../src/lroImpl.ts","../src/operations/labs.ts","../src/operations/operations.ts","../src/operations/globalSchedules.ts","../src/operations/artifactSources.ts","../src/operations/armTemplates.ts","../src/operations/artifacts.ts","../src/operations/costs.ts","../src/operations/customImages.ts","../src/operations/formulas.ts","../src/operations/galleryImages.ts","../src/operations/notificationChannels.ts","../src/operations/policySets.ts","../src/operations/policies.ts","../src/operations/schedules.ts","../src/operations/serviceRunners.ts","../src/operations/users.ts","../src/operations/disks.ts","../src/operations/environments.ts","../src/operations/secrets.ts","../src/operations/serviceFabrics.ts","../src/operations/serviceFabricSchedules.ts","../src/operations/virtualMachines.ts","../src/operations/virtualMachineSchedules.ts","../src/operations/virtualNetworks.ts","../src/devTestLabsClient.ts"],"sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Result of the request to list REST API operations */\nexport interface ProviderOperationResult {\n /** List of operations supported by the resource provider. */\n value?: OperationMetadata[];\n /**\n * URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The REST API operation supported by DevTestLab ResourceProvider. */\nexport interface OperationMetadata {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** The object that describes the operations */\n display?: OperationMetadataDisplay;\n}\n\n/** The object that describes the operations */\nexport interface OperationMetadataDisplay {\n /** Friendly name of the resource provider */\n provider?: string;\n /** Resource type on which the operation is performed. */\n resource?: string;\n /** Operation type: read, write, delete, listKeys/action, etc. */\n operation?: string;\n /** Friendly name of the operation */\n description?: string;\n}\n\n/** Error from a REST request. */\nexport interface CloudError {\n /** The cloud error that occurred */\n error?: CloudErrorBody;\n}\n\n/** Body of an error from a REST request. */\nexport interface CloudErrorBody {\n /** The error code. */\n code?: string;\n /** The error message. */\n message?: string;\n /** The error target. */\n target?: string;\n /** Inner errors. */\n details?: CloudErrorBody[];\n}\n\n/** The response of a list operation. */\nexport interface LabList {\n /** Results of the list operation. */\n value?: Lab[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Properties of a lab's announcement banner */\nexport interface LabAnnouncementProperties {\n /** The plain text title for the lab announcement */\n title?: string;\n /** The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. */\n markdown?: string;\n /** Is the lab announcement active/enabled at this time? */\n enabled?: EnableStatus;\n /** The time at which the announcement expires (null for never) */\n expirationDate?: Date;\n /** Has this announcement expired? */\n expired?: boolean;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n}\n\n/** Properties of a lab's support banner */\nexport interface LabSupportProperties {\n /** Is the lab support banner active/enabled at this time? */\n enabled?: EnableStatus;\n /** The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. */\n markdown?: string;\n}\n\n/** An Azure resource. */\nexport interface Resource {\n /**\n * The identifier of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The location of the resource. */\n location?: string;\n /** The tags of the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** An Operation Result */\nexport interface OperationResult {\n /** The operation status. */\n status?: string;\n /** The status code for the operation. */\n statusCode?: HttpStatusCode;\n /** Error details for the operation in case of a failure. */\n error?: OperationError;\n}\n\n/** Error details for the operation in case of a failure. */\nexport interface OperationError {\n /** The error code of the operation error. */\n code?: string;\n /** The error message of the operation error. */\n message?: string;\n}\n\n/** The response of a list operation. */\nexport interface ScheduleList {\n /** Results of the list operation. */\n value?: Schedule[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Properties of a weekly schedule. */\nexport interface WeekDetails {\n /** The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.). */\n weekdays?: string[];\n /** The time of the day the schedule will occur. */\n time?: string;\n}\n\n/** Properties of a daily schedule. */\nexport interface DayDetails {\n /** The time of day the schedule will occur. */\n time?: string;\n}\n\n/** Properties of an hourly schedule. */\nexport interface HourDetails {\n /** Minutes of the hour the schedule will run. */\n minute?: number;\n}\n\n/** Notification settings for a schedule. */\nexport interface NotificationSettings {\n /** If notifications are enabled for this schedule (i.e. Enabled, Disabled). */\n status?: EnableStatus;\n /** Time in minutes before event at which notification will be sent. */\n timeInMinutes?: number;\n /** The webhook URL to which the notification will be sent. */\n webhookUrl?: string;\n /** The email recipient to send notifications to (can be a list of semi-colon separated email addresses). */\n emailRecipient?: string;\n /** The locale to use when sending a notification (fallback for unsupported languages is EN). */\n notificationLocale?: string;\n}\n\n/** The response of a list operation. */\nexport interface ArtifactSourceList {\n /** Results of the list operation. */\n value?: ArtifactSource[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** The response of a list operation. */\nexport interface ArmTemplateList {\n /** Results of the list operation. */\n value?: ArmTemplate[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** A file containing a set of parameter values for an ARM template. */\nexport interface ParametersValueFileInfo {\n /** File name. */\n fileName?: string;\n /** Contents of the file. */\n parametersValueInfo?: Record<string, unknown>;\n}\n\n/** The response of a list operation. */\nexport interface ArtifactList {\n /** Results of the list operation. */\n value?: Artifact[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Parameters for generating an ARM template for deploying artifacts. */\nexport interface GenerateArmTemplateRequest {\n /** The resource name of the virtual machine. */\n virtualMachineName?: string;\n /** The parameters of the ARM template. */\n parameters?: ParameterInfo[];\n /** The location of the virtual machine. */\n location?: string;\n /** Options for uploading the files for the artifact. UploadFilesAndGenerateSasTokens is the default value. */\n fileUploadOptions?: FileUploadOptions;\n}\n\n/** Information about an artifact's parameter. */\nexport interface ParameterInfo {\n /** The name of the artifact parameter. */\n name?: string;\n /** The value of the artifact parameter. */\n value?: string;\n}\n\n/** Information about a generated ARM template. */\nexport interface ArmTemplateInfo {\n /** The template's contents. */\n template?: Record<string, unknown>;\n /** The parameters of the ARM template. */\n parameters?: Record<string, unknown>;\n}\n\n/** Represents an update resource */\nexport interface UpdateResource {\n /** The tags of the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Properties of a cost target. */\nexport interface TargetCostProperties {\n /** Target cost status */\n status?: TargetCostStatus;\n /** Lab target cost */\n target?: number;\n /** Cost thresholds. */\n costThresholds?: CostThresholdProperties[];\n /** Reporting cycle start date. */\n cycleStartDateTime?: Date;\n /** Reporting cycle end date. */\n cycleEndDateTime?: Date;\n /** Reporting cycle type. */\n cycleType?: ReportingCycleType;\n}\n\n/** Properties of a cost threshold item. */\nexport interface CostThresholdProperties {\n /** The ID of the cost threshold item. */\n thresholdId?: string;\n /** The value of the percentage cost threshold. */\n percentageThreshold?: PercentageCostThresholdProperties;\n /** Indicates whether this threshold will be displayed on cost charts. */\n displayOnChart?: CostThresholdStatus;\n /** Indicates whether notifications will be sent when this threshold is exceeded. */\n sendNotificationWhenExceeded?: CostThresholdStatus;\n /** Indicates the datetime when notifications were last sent for this threshold. */\n notificationSent?: string;\n}\n\n/** Properties of a percentage cost threshold. */\nexport interface PercentageCostThresholdProperties {\n /** The cost threshold value. */\n thresholdValue?: number;\n}\n\n/** The properties of the cost summary. */\nexport interface LabCostSummaryProperties {\n /** The cost component of the cost item. */\n estimatedLabCost?: number;\n}\n\n/** The properties of a lab cost item. */\nexport interface LabCostDetailsProperties {\n /** The date of the cost item. */\n date?: Date;\n /** The cost component of the cost item. */\n cost?: number;\n /** The type of the cost. */\n costType?: CostType;\n}\n\n/** The properties of a resource cost item. */\nexport interface LabResourceCostProperties {\n /** The name of the resource. */\n resourcename?: string;\n /** The unique identifier of the resource. */\n resourceUId?: string;\n /** The cost component of the resource cost item. */\n resourceCost?: number;\n /** The logical resource type (ex. virtualmachine, storageaccount) */\n resourceType?: string;\n /** The owner of the resource (ex. janedoe@microsoft.com) */\n resourceOwner?: string;\n /** The category of the resource (ex. Premium_LRS, Standard_DS1) */\n resourcePricingTier?: string;\n /** The status of the resource (ex. Active) */\n resourceStatus?: string;\n /** The ID of the resource */\n resourceId?: string;\n /** The ID of the external resource */\n externalResourceId?: string;\n}\n\n/** The response of a list operation. */\nexport interface CustomImageList {\n /** Results of the list operation. */\n value?: CustomImage[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Properties for creating a custom image from a virtual machine. */\nexport interface CustomImagePropertiesFromVm {\n /** The source vm identifier. */\n sourceVmId?: string;\n /** The Windows OS information of the VM. */\n windowsOsInfo?: WindowsOsInfo;\n /** The Linux OS information of the VM. */\n linuxOsInfo?: LinuxOsInfo;\n}\n\n/** Information about a Windows OS. */\nexport interface WindowsOsInfo {\n /** The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied). */\n windowsOsState?: WindowsOsState;\n}\n\n/** Information about a Linux OS. */\nexport interface LinuxOsInfo {\n /** The state of the Linux OS (i.e. NonDeprovisioned, DeprovisionRequested, DeprovisionApplied). */\n linuxOsState?: LinuxOsState;\n}\n\n/** Properties for creating a custom image from a VHD. */\nexport interface CustomImagePropertiesCustom {\n /** The image name. */\n imageName?: string;\n /** Indicates whether sysprep has been run on the VHD. */\n sysPrep?: boolean;\n /** The OS type of the custom image (i.e. Windows, Linux) */\n osType: CustomImageOsType;\n}\n\n/** Storage information about the data disks present in the custom image */\nexport interface DataDiskStorageTypeInfo {\n /** Disk Lun */\n lun?: string;\n /** Disk Storage Type */\n storageType?: StorageType;\n}\n\n/** Properties for plan on a custom image. */\nexport interface CustomImagePropertiesFromPlan {\n /** The id of the plan, equivalent to name of the plan */\n id?: string;\n /** The publisher for the plan from the marketplace image the custom image is derived from */\n publisher?: string;\n /** The offer for the plan from the marketplace image the custom image is derived from */\n offer?: string;\n}\n\n/** The response of a list operation. */\nexport interface FormulaList {\n /** Results of the list operation. */\n value?: Formula[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Properties for creating a virtual machine. */\nexport interface LabVirtualMachineCreationParameter {\n /** The name of the virtual machine or environment */\n name?: string;\n /** The location of the new virtual machine or environment */\n location?: string;\n /** The tags of the resource. */\n tags?: { [propertyName: string]: string };\n /** The number of virtual machine instances to create. */\n bulkCreationParameters?: BulkCreationParameters;\n /** The notes of the virtual machine. */\n notes?: string;\n /** The object identifier of the owner of the virtual machine. */\n ownerObjectId?: string;\n /** The user principal name of the virtual machine owner. */\n ownerUserPrincipalName?: string;\n /** The creation date of the virtual machine. */\n createdDate?: Date;\n /** The custom image identifier of the virtual machine. */\n customImageId?: string;\n /** The size of the virtual machine. */\n size?: string;\n /** The user name of the virtual machine. */\n userName?: string;\n /** The password of the virtual machine administrator. */\n password?: string;\n /** The SSH key of the virtual machine administrator. */\n sshKey?: string;\n /** Indicates whether this virtual machine uses an SSH key for authentication. */\n isAuthenticationWithSshKey?: boolean;\n /** The lab subnet name of the virtual machine. */\n labSubnetName?: string;\n /** The lab virtual network identifier of the virtual machine. */\n labVirtualNetworkId?: string;\n /** Indicates whether the virtual machine is to be created without a public IP address. */\n disallowPublicIpAddress?: boolean;\n /** The artifacts to be installed on the virtual machine. */\n artifacts?: ArtifactInstallProperties[];\n /** The Microsoft Azure Marketplace image reference of the virtual machine. */\n galleryImageReference?: GalleryImageReference;\n /** The id of the plan associated with the virtual machine image */\n planId?: string;\n /** The network interface properties. */\n networkInterface?: NetworkInterfaceProperties;\n /** The expiration date for VM. */\n expirationDate?: Date;\n /** Indicates whether another user can take ownership of the virtual machine */\n allowClaim?: boolean;\n /** Storage type to use for virtual machine (i.e. Standard, Premium). */\n storageType?: string;\n /** The resource ID of the environment that contains this virtual machine, if any. */\n environmentId?: string;\n /** New or existing data disks to attach to the virtual machine after creation */\n dataDiskParameters?: DataDiskProperties[];\n /** Virtual Machine schedules to be created */\n scheduleParameters?: ScheduleCreationParameter[];\n}\n\n/** Parameters for creating multiple virtual machines as a single action. */\nexport interface BulkCreationParameters {\n /** The number of virtual machine instances to create. */\n instanceCount?: number;\n}\n\n/** Properties of an artifact. */\nexport interface ArtifactInstallProperties {\n /** The artifact's identifier. */\n artifactId?: string;\n /** The artifact's title. */\n artifactTitle?: string;\n /** The parameters of the artifact. */\n parameters?: ArtifactParameterProperties[];\n /** The status of the artifact. */\n status?: string;\n /** The status message from the deployment. */\n deploymentStatusMessage?: string;\n /** The status message from the virtual machine extension. */\n vmExtensionStatusMessage?: string;\n /** The time that the artifact starts to install on the virtual machine. */\n installTime?: Date;\n}\n\n/** Properties of an artifact parameter. */\nexport interface ArtifactParameterProperties {\n /** The name of the artifact parameter. */\n name?: string;\n /** The value of the artifact parameter. */\n value?: string;\n}\n\n/** The reference information for an Azure Marketplace image. */\nexport interface GalleryImageReference {\n /** The offer of the gallery image. */\n offer?: string;\n /** The publisher of the gallery image. */\n publisher?: string;\n /** The SKU of the gallery image. */\n sku?: string;\n /** The OS type of the gallery image. */\n osType?: string;\n /** The version of the gallery image. */\n version?: string;\n}\n\n/** Properties of a network interface. */\nexport interface NetworkInterfaceProperties {\n /** The resource ID of the virtual network. */\n virtualNetworkId?: string;\n /** The resource ID of the sub net. */\n subnetId?: string;\n /** The resource ID of the public IP address. */\n publicIpAddressId?: string;\n /** The public IP address. */\n publicIpAddress?: string;\n /** The private IP address. */\n privateIpAddress?: string;\n /** The DNS name. */\n dnsName?: string;\n /** The RdpAuthority property is a server DNS host name or IP address followed by the service port number for RDP (Remote Desktop Protocol). */\n rdpAuthority?: string;\n /** The SshAuthority property is a server DNS host name or IP address followed by the service port number for SSH. */\n sshAuthority?: string;\n /** The configuration for sharing a public IP address across multiple virtual machines. */\n sharedPublicIpAddressConfiguration?: SharedPublicIpAddressConfiguration;\n}\n\n/** Properties of a virtual machine that determine how it is connected to a load balancer. */\nexport interface SharedPublicIpAddressConfiguration {\n /** The incoming NAT rules */\n inboundNatRules?: InboundNatRule[];\n}\n\n/** A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load balancer. */\nexport interface InboundNatRule {\n /** The transport protocol for the endpoint. */\n transportProtocol?: TransportProtocol;\n /** The external endpoint port of the inbound connection. Possible values range between 1 and 65535, inclusive. If unspecified, a value will be allocated automatically. */\n frontendPort?: number;\n /** The port to which the external traffic will be redirected. */\n backendPort?: number;\n}\n\n/** Request body for adding a new or existing data disk to a virtual machine. */\nexport interface DataDiskProperties {\n /** Specifies options to attach a new disk to the virtual machine. */\n attachNewDataDiskOptions?: AttachNewDataDiskOptions;\n /** Specifies the existing lab disk id to attach to virtual machine. */\n existingLabDiskId?: string;\n /** Caching option for a data disk (i.e. None, ReadOnly, ReadWrite). */\n hostCaching?: HostCachingOptions;\n}\n\n/** Properties to attach new disk to the Virtual Machine. */\nexport interface AttachNewDataDiskOptions {\n /** Size of the disk to be attached in Gibibytes. */\n diskSizeGiB?: number;\n /** The name of the disk to be attached. */\n diskName?: string;\n /** The storage type for the disk (i.e. Standard, Premium). */\n diskType?: StorageType;\n}\n\n/** Properties for creating a schedule. */\nexport interface ScheduleCreationParameter {\n /** The name of the virtual machine or environment */\n name?: string;\n /**\n * The location of the new virtual machine or environment\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /** The tags of the resource. */\n tags?: { [propertyName: string]: string };\n /** The status of the schedule (i.e. Enabled, Disabled) */\n status?: EnableStatus;\n /** The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart). */\n taskType?: string;\n /** If the schedule will occur only some days of the week, specify the weekly recurrence. */\n weeklyRecurrence?: WeekDetails;\n /** If the schedule will occur once each day of the week, specify the daily recurrence. */\n dailyRecurrence?: DayDetails;\n /** If the schedule will occur multiple times a day, specify the hourly recurrence. */\n hourlyRecurrence?: HourDetails;\n /** The time zone ID (e.g. Pacific Standard time). */\n timeZoneId?: string;\n /** Notification settings. */\n notificationSettings?: NotificationSettings;\n /** The resource ID to which the schedule belongs */\n targetResourceId?: string;\n}\n\n/** Information about a VM from which a formula is to be created. */\nexport interface FormulaPropertiesFromVm {\n /** The identifier of the VM from which a formula is to be created. */\n labVmId?: string;\n}\n\n/** The response of a list operation. */\nexport interface GalleryImageList {\n /** Results of the list operation. */\n value?: GalleryImage[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** The response of a list operation. */\nexport interface NotificationChannelList {\n /** Results of the list operation. */\n value?: NotificationChannel[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** An event to be notified for. */\nexport interface Event {\n /** The event type for which this notification is enabled (i.e. AutoShutdown, Cost) */\n eventName?: NotificationChannelEventType;\n}\n\n/** Properties for generating a Notification. */\nexport interface NotifyParameters {\n /** The type of event (i.e. AutoShutdown, Cost) */\n eventName?: NotificationChannelEventType;\n /** Properties for the notification in json format. */\n jsonPayload?: string;\n}\n\n/** Request body for evaluating a policy set. */\nexport interface EvaluatePoliciesRequest {\n /** Policies to evaluate. */\n policies?: EvaluatePoliciesProperties[];\n}\n\n/** Properties for evaluating a policy set. */\nexport interface EvaluatePoliciesProperties {\n /** The fact name. */\n factName?: string;\n /** The fact data. */\n factData?: string;\n /** The value offset. */\n valueOffset?: string;\n /** The user for which policies will be evaluated */\n userObjectId?: string;\n}\n\n/** Response body for evaluating a policy set. */\nexport interface EvaluatePoliciesResponse {\n /** Results of evaluating a policy set. */\n results?: PolicySetResult[];\n}\n\n/** Result of a policy set evaluation. */\nexport interface PolicySetResult {\n /** A value indicating whether this policy set evaluation has discovered violations. */\n hasError?: boolean;\n /** The list of policy violations. */\n policyViolations?: PolicyViolation[];\n}\n\n/** Policy violation. */\nexport interface PolicyViolation {\n /** The code of the policy violation. */\n code?: string;\n /** The message of the policy violation. */\n message?: string;\n}\n\n/** The response of a list operation. */\nexport interface PolicyList {\n /** Results of the list operation. */\n value?: Policy[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Properties of a managed identity */\nexport interface IdentityProperties {\n /** Managed identity. */\n type?: ManagedIdentityType;\n /** The principal id of resource identity. */\n principalId?: string;\n /** The tenant identifier of resource. */\n tenantId?: string;\n /** The client secret URL of the identity. */\n clientSecretUrl?: string;\n}\n\n/** The response of a list operation. */\nexport interface UserList {\n /** Results of the list operation. */\n value?: User[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Identity attributes of a lab user. */\nexport interface UserIdentity {\n /** Set to the principal name / UPN of the client JWT making the request. */\n principalName?: string;\n /** Set to the principal Id of the client JWT making the request. Service principal will not have the principal Id. */\n principalId?: string;\n /** Set to the tenant ID of the client JWT making the request. */\n tenantId?: string;\n /** 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. */\n objectId?: string;\n /** Set to the app Id of the client JWT making the request. */\n appId?: string;\n}\n\n/** Properties of a user's secret store. */\nexport interface UserSecretStore {\n /** The URI of the user's Key vault. */\n keyVaultUri?: string;\n /** The ID of the user's Key vault. */\n keyVaultId?: string;\n}\n\n/** The response of a list operation. */\nexport interface DiskList {\n /** Results of the list operation. */\n value?: Disk[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Properties of the disk to attach. */\nexport interface AttachDiskProperties {\n /** The resource ID of the Lab virtual machine to which the disk is attached. */\n leasedByLabVmId?: string;\n}\n\n/** Properties of the disk to detach. */\nexport interface DetachDiskProperties {\n /** The resource ID of the Lab VM to which the disk is attached. */\n leasedByLabVmId?: string;\n}\n\n/** The response of a list operation. */\nexport interface DtlEnvironmentList {\n /** Results of the list operation. */\n value?: DtlEnvironment[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Properties of an environment deployment. */\nexport interface EnvironmentDeploymentProperties {\n /** The Azure Resource Manager template's identifier. */\n armTemplateId?: string;\n /** The parameters of the Azure Resource Manager template. */\n parameters?: ArmTemplateParameterProperties[];\n}\n\n/** Properties of an Azure Resource Manager template parameter. */\nexport interface ArmTemplateParameterProperties {\n /** The name of the template parameter. */\n name?: string;\n /** The value of the template parameter. */\n value?: string;\n}\n\n/** The response of a list operation. */\nexport interface SecretList {\n /** Results of the list operation. */\n value?: Secret[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** The response of a list operation. */\nexport interface ServiceFabricList {\n /** Results of the list operation. */\n value?: ServiceFabric[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** The response of a list operation. */\nexport interface LabVirtualMachineList {\n /** Results of the list operation. */\n value?: LabVirtualMachine[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Properties of an artifact deployment. */\nexport interface ArtifactDeploymentStatusProperties {\n /** The deployment status of the artifact. */\n deploymentStatus?: string;\n /** The total count of the artifacts that were successfully applied. */\n artifactsApplied?: number;\n /** The total count of the artifacts that were tentatively applied. */\n totalArtifacts?: number;\n}\n\n/** Properties of a virtual machine returned by the Microsoft.Compute API. */\nexport interface ComputeVmProperties {\n /** Gets the statuses of the virtual machine. */\n statuses?: ComputeVmInstanceViewStatus[];\n /** Gets the OS type of the virtual machine. */\n osType?: string;\n /** Gets the size of the virtual machine. */\n vmSize?: string;\n /** Gets the network interface ID of the virtual machine. */\n networkInterfaceId?: string;\n /** Gets OS disk blob uri for the virtual machine. */\n osDiskId?: string;\n /** Gets data disks blob uri for the virtual machine. */\n dataDiskIds?: string[];\n /** Gets all data disks attached to the virtual machine. */\n dataDisks?: ComputeDataDisk[];\n}\n\n/** Status information about a virtual machine. */\nexport interface ComputeVmInstanceViewStatus {\n /** Gets the status Code. */\n code?: string;\n /** Gets the short localizable label for the status. */\n displayStatus?: string;\n /** Gets the message associated with the status. */\n message?: string;\n}\n\n/** A data disks attached to a virtual machine. */\nexport interface ComputeDataDisk {\n /** Gets data disk name. */\n name?: string;\n /** When backed by a blob, the URI of underlying blob. */\n diskUri?: string;\n /** When backed by managed disk, this is the ID of the compute disk resource. */\n managedDiskId?: string;\n /** Gets data disk size in GiB. */\n diskSizeGiB?: number;\n}\n\n/** Request body for applying artifacts to a virtual machine. */\nexport interface ApplyArtifactsRequest {\n /** The list of artifacts to apply. */\n artifacts?: ArtifactInstallProperties[];\n}\n\n/** Request body for detaching data disk from a virtual machine. */\nexport interface DetachDataDiskProperties {\n /** Specifies the disk resource ID to detach from virtual machine. */\n existingLabDiskId?: string;\n}\n\n/** Represents a .rdp file */\nexport interface RdpConnection {\n /** The contents of the .rdp file */\n contents?: string;\n}\n\n/** Request body for resizing a virtual machine. */\nexport interface ResizeLabVirtualMachineProperties {\n /** Specifies the size of the virtual machine. */\n size?: string;\n}\n\n/** The response of a list operation. */\nexport interface VirtualNetworkList {\n /** Results of the list operation. */\n value?: VirtualNetwork[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Subnet information. */\nexport interface Subnet {\n /** The resource ID of the subnet. */\n resourceId?: string;\n /** The name of the subnet as seen in the lab. */\n labSubnetName?: string;\n /** The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny)). */\n allowPublicIp?: UsagePermissionType;\n}\n\n/** Subnet information as returned by the Microsoft.Network API. */\nexport interface ExternalSubnet {\n /** Gets or sets the identifier. */\n id?: string;\n /** Gets or sets the name. */\n name?: string;\n}\n\n/** Property overrides on a subnet of a virtual network. */\nexport interface SubnetOverride {\n /** The resource ID of the subnet. */\n resourceId?: string;\n /** The name given to the subnet within the lab. */\n labSubnetName?: string;\n /** Indicates whether this subnet can be used during virtual machine creation (i.e. Allow, Deny). */\n useInVmCreationPermission?: UsagePermissionType;\n /** Indicates whether public IP addresses can be assigned to virtual machines on this subnet (i.e. Allow, Deny). */\n usePublicIpAddressPermission?: UsagePermissionType;\n /** Properties that virtual machines on this subnet will share. */\n sharedPublicIpAddressConfiguration?: SubnetSharedPublicIpAddressConfiguration;\n /** The virtual network pool associated with this subnet. */\n virtualNetworkPoolName?: string;\n}\n\n/** Configuration for public IP address sharing. */\nexport interface SubnetSharedPublicIpAddressConfiguration {\n /** Backend ports that virtual machines on this subnet are allowed to expose */\n allowedPorts?: Port[];\n}\n\n/** Properties of a network port. */\nexport interface Port {\n /** Protocol type of the port. */\n transportProtocol?: TransportProtocol;\n /** Backend port of the target virtual machine. */\n backendPort?: number;\n}\n\n/** The parameters of the export operation. */\nexport interface ExportResourceUsageParameters {\n /** The blob storage absolute sas uri with write permission to the container which the usage data needs to be uploaded to. */\n blobStorageAbsoluteSasUri?: string;\n /** The start time of the usage. If not provided, usage will be reported since the beginning of data collection. */\n usageStartDate?: Date;\n}\n\n/** Properties for generating an upload URI. */\nexport interface GenerateUploadUriParameter {\n /** The blob name of the upload URI. */\n blobName?: string;\n}\n\n/** Response body for generating an upload URI. */\nexport interface GenerateUploadUriResponse {\n /** The upload URI for the VHD. */\n uploadUri?: string;\n}\n\n/** This represents the payload required to import a virtual machine from a different lab into the current one */\nexport interface ImportLabVirtualMachineRequest {\n /** The full resource ID of the virtual machine to be imported. */\n sourceVirtualMachineResourceId?: string;\n /** The name of the virtual machine in the destination lab */\n destinationVirtualMachineName?: string;\n}\n\n/** The response of a list operation. */\nexport interface LabVhdList {\n /** Results of the list operation. */\n value?: LabVhd[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** Properties of a VHD in the lab. */\nexport interface LabVhd {\n /** The URI to the VHD. */\n id?: string;\n}\n\n/** Properties for retargeting a virtual machine schedule. */\nexport interface RetargetScheduleProperties {\n /** The resource Id of the virtual machine on which the schedule operates */\n currentResourceId?: string;\n /** The resource Id of the virtual machine that the schedule should be retargeted to */\n targetResourceId?: string;\n}\n\n/** The response of a list operation. */\nexport interface ServiceRunnerList {\n /** Results of the list operation. */\n value?: ServiceRunner[];\n /** Link for next set of results. */\n nextLink?: string;\n}\n\n/** The contents of a shutdown notification. Webhooks can use this type to deserialize the request body when they get notified of an imminent shutdown. */\nexport interface ShutdownNotificationContent {\n /** The URL to skip auto-shutdown. */\n skipUrl?: string;\n /** The URL to delay shutdown by 60 minutes. */\n delayUrl60?: string;\n /** The URL to delay shutdown by 2 hours. */\n delayUrl120?: string;\n /** The virtual machine to be shut down. */\n vmName?: string;\n /** The GUID for the virtual machine to be shut down. */\n guid?: string;\n /** The owner of the virtual machine. */\n owner?: string;\n /** The URL of the virtual machine. */\n vmUrl?: string;\n /** Minutes remaining until shutdown */\n minutesUntilShutdown?: string;\n /** The event for which a notification will be sent. */\n eventType?: string;\n /** The text for the notification. */\n text?: string;\n /** The subscription ID for the schedule. */\n subscriptionId?: string;\n /** The resource group name for the schedule. */\n resourceGroupName?: string;\n /** The lab for the schedule. */\n labName?: string;\n}\n\n/** A lab. */\nexport type Lab = Resource & {\n /**\n * The lab's default storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultStorageAccount?: string;\n /**\n * The lab's default premium storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultPremiumStorageAccount?: string;\n /**\n * The lab's artifact storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly artifactsStorageAccount?: string;\n /**\n * The lab's premium data disk storage account.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly premiumDataDiskStorageAccount?: string;\n /**\n * The lab's Key vault.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vaultName?: string;\n /** Type of storage used by the lab. It can be either Premium or Standard. Default is Premium. */\n labStorageType?: StorageType;\n /** 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. */\n mandatoryArtifactsResourceIdsLinux?: string[];\n /** 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. */\n mandatoryArtifactsResourceIdsWindows?: string[];\n /**\n * The creation date of the lab.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * The setting to enable usage of premium data disks.\n * When its value is 'Enabled', creation of standard or premium data disks is allowed.\n * When its value is 'Disabled', only creation of standard data disks is allowed.\n */\n premiumDataDisks?: PremiumDataDisk;\n /** The access rights to be granted to the user when provisioning an environment */\n environmentPermission?: EnvironmentPermission;\n /** The properties of any lab announcement associated with this lab */\n announcement?: LabAnnouncementProperties;\n /** The properties of any lab support message associated with this lab */\n support?: LabSupportProperties;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmCreationResourceGroup?: string;\n /**\n * The public IP address for the lab's load balancer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicIpId?: string;\n /**\n * The load balancer used to for lab VMs that use shared IP address.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly loadBalancerId?: string;\n /**\n * The Network Security Group attached to the lab VMs Network interfaces to restrict open ports.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly networkSecurityGroupId?: string;\n /** Extended properties of the lab used for experimental features */\n extendedProperties?: { [propertyName: string]: string };\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** A schedule. */\nexport type Schedule = Resource & {\n /** The status of the schedule (i.e. Enabled, Disabled) */\n status?: EnableStatus;\n /** The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart). */\n taskType?: string;\n /** If the schedule will occur only some days of the week, specify the weekly recurrence. */\n weeklyRecurrence?: WeekDetails;\n /** If the schedule will occur once each day of the week, specify the daily recurrence. */\n dailyRecurrence?: DayDetails;\n /** If the schedule will occur multiple times a day, specify the hourly recurrence. */\n hourlyRecurrence?: HourDetails;\n /** The time zone ID (e.g. Pacific Standard time). */\n timeZoneId?: string;\n /** Notification settings. */\n notificationSettings?: NotificationSettings;\n /**\n * The creation date of the schedule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /** The resource ID to which the schedule belongs */\n targetResourceId?: string;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** Properties of an artifact source. */\nexport type ArtifactSource = Resource & {\n /** The artifact source's display name. */\n displayName?: string;\n /** The artifact source's URI. */\n uri?: string;\n /** The artifact source's type. */\n sourceType?: SourceControlType;\n /** The folder containing artifacts. */\n folderPath?: string;\n /** The folder containing Azure Resource Manager templates. */\n armTemplateFolderPath?: string;\n /** The artifact source's branch reference. */\n branchRef?: string;\n /** The security token to authenticate to the artifact source. */\n securityToken?: string;\n /** Indicates if the artifact source is enabled (values: Enabled, Disabled). */\n status?: EnableStatus;\n /**\n * The artifact source's creation date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** An Azure Resource Manager template. */\nexport type ArmTemplate = Resource & {\n /**\n * The display name of the ARM template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The description of the ARM template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The publisher of the ARM template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publisher?: string;\n /**\n * The URI to the icon of the ARM template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly icon?: string;\n /**\n * The contents of the ARM template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly contents?: Record<string, unknown>;\n /**\n * The creation date of the armTemplate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * File name and parameter values information from all azuredeploy.*.parameters.json for the ARM template.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly parametersValueFilesInfo?: ParametersValueFileInfo[];\n /**\n * Whether or not ARM template is enabled for use by lab user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly enabled?: boolean;\n};\n\n/** An artifact. */\nexport type Artifact = Resource & {\n /**\n * The artifact's title.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly title?: string;\n /**\n * The artifact's description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The artifact's publisher.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publisher?: string;\n /**\n * The file path to the artifact.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly filePath?: string;\n /**\n * The URI to the artifact icon.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly icon?: string;\n /**\n * The artifact's target OS.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetOsType?: string;\n /**\n * The artifact's parameters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly parameters?: Record<string, unknown>;\n /**\n * The artifact's creation date.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n};\n\n/** A cost item. */\nexport type LabCost = Resource & {\n /** The target cost properties */\n targetCost?: TargetCostProperties;\n /**\n * The lab cost summary component of the cost data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly labCostSummary?: LabCostSummaryProperties;\n /**\n * The lab cost details component of the cost data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly labCostDetails?: LabCostDetailsProperties[];\n /**\n * The resource cost component of the cost data.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceCosts?: LabResourceCostProperties[];\n /** The currency code of the cost. */\n currencyCode?: string;\n /** The start time of the cost data. */\n startDateTime?: Date;\n /** The end time of the cost data. */\n endDateTime?: Date;\n /** The creation date of the cost. */\n createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** A custom image. */\nexport type CustomImage = Resource & {\n /** The virtual machine from which the image is to be created. */\n vm?: CustomImagePropertiesFromVm;\n /** The VHD from which the image is to be created. */\n vhd?: CustomImagePropertiesCustom;\n /** The description of the custom image. */\n description?: string;\n /** The author of the custom image. */\n author?: string;\n /**\n * The creation date of the custom image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationDate?: Date;\n /** The Managed Image Id backing the custom image. */\n managedImageId?: string;\n /** The Managed Snapshot Id backing the custom image. */\n managedSnapshotId?: string;\n /** Storage information about the data disks present in the custom image */\n dataDiskStorageInfo?: DataDiskStorageTypeInfo[];\n /** Storage information about the plan related to this custom image */\n customImagePlan?: CustomImagePropertiesFromPlan;\n /** Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment */\n isPlanAuthorized?: boolean;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** A formula for creating a VM, specifying an image base and other parameters */\nexport type Formula = Resource & {\n /** The description of the formula. */\n description?: string;\n /**\n * The author of the formula.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly author?: string;\n /** The OS type of the formula. */\n osType?: string;\n /**\n * The creation date of the formula.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationDate?: Date;\n /** The content of the formula. */\n formulaContent?: LabVirtualMachineCreationParameter;\n /** Information about a VM from which a formula is to be created. */\n vm?: FormulaPropertiesFromVm;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** A gallery image. */\nexport type GalleryImage = Resource & {\n /** The author of the gallery image. */\n author?: string;\n /**\n * The creation date of the gallery image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /** The description of the gallery image. */\n description?: string;\n /** The image reference of the gallery image. */\n imageReference?: GalleryImageReference;\n /** The icon of the gallery image. */\n icon?: string;\n /** Indicates whether this gallery image is enabled. */\n enabled?: boolean;\n /** The third party plan that applies to this image */\n planId?: string;\n /** Indicates if the plan has been authorized for programmatic deployment. */\n isPlanAuthorized?: boolean;\n};\n\n/** A notification. */\nexport type NotificationChannel = Resource & {\n /** The webhook URL to send notifications to. */\n webHookUrl?: string;\n /** The email recipient to send notifications to (can be a list of semi-colon separated email addresses). */\n emailRecipient?: string;\n /** The locale to use when sending a notification (fallback for unsupported languages is EN). */\n notificationLocale?: string;\n /** Description of notification. */\n description?: string;\n /** The list of event for which this notification is enabled. */\n events?: Event[];\n /**\n * The creation date of the notification channel.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** A Policy. */\nexport type Policy = Resource & {\n /** The description of the policy. */\n description?: string;\n /** The status of the policy. */\n status?: PolicyStatus;\n /** The fact name of the policy (e.g. LabVmCount, LabVmSize, MaxVmsAllowedPerLab, etc. */\n factName?: PolicyFactName;\n /** The fact data of the policy. */\n factData?: string;\n /** The threshold of the policy (i.e. a number for MaxValuePolicy, and a JSON array of values for AllowedValuesPolicy). */\n threshold?: string;\n /** The evaluator type of the policy (i.e. AllowedValuesPolicy, MaxValuePolicy). */\n evaluatorType?: PolicyEvaluatorType;\n /**\n * The creation date of the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** A container for a managed identity to execute DevTest lab services. */\nexport type ServiceRunner = Resource & {\n /** The identity of the resource. */\n identity?: IdentityProperties;\n};\n\n/** Profile of a lab user. */\nexport type User = Resource & {\n /** The identity of the user. */\n identity?: UserIdentity;\n /** The secret store of the user. */\n secretStore?: UserSecretStore;\n /**\n * The creation date of the user profile.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** A Disk. */\nexport type Disk = Resource & {\n /** The storage type for the disk (i.e. Standard, Premium). */\n diskType?: StorageType;\n /** The size of the disk in Gibibytes. */\n diskSizeGiB?: number;\n /** The resource ID of the VM to which this disk is leased. */\n leasedByLabVmId?: string;\n /** When backed by a blob, the name of the VHD blob without extension. */\n diskBlobName?: string;\n /** When backed by a blob, the URI of underlying blob. */\n diskUri?: string;\n /** When backed by a blob, the storage account where the blob is. */\n storageAccountId?: string;\n /**\n * The creation date of the disk.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /** The host caching policy of the disk (i.e. None, ReadOnly, ReadWrite). */\n hostCaching?: string;\n /** When backed by managed disk, this is the ID of the compute disk resource. */\n managedDiskId?: string;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** An environment, which is essentially an ARM template deployment. */\nexport type DtlEnvironment = Resource & {\n /** The deployment properties of the environment. */\n deploymentProperties?: EnvironmentDeploymentProperties;\n /** The display name of the Azure Resource Manager template that produced the environment. */\n armTemplateDisplayName?: string;\n /**\n * The identifier of the resource group containing the environment's resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceGroupId?: string;\n /**\n * The creator of the environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdByUser?: string;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** A secret. */\nexport type Secret = Resource & {\n /** The value of the secret for secret creation. */\n value?: string;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level. */\nexport type ApplicableSchedule = Resource & {\n /** The auto-shutdown schedule, if one has been set at the lab or lab resource level. */\n labVmsShutdown?: Schedule;\n /** The auto-startup schedule, if one has been set at the lab or lab resource level. */\n labVmsStartup?: Schedule;\n};\n\n/** A Service Fabric. */\nexport type ServiceFabric = Resource & {\n /** The backing service fabric resource's id */\n externalServiceFabricId?: string;\n /** The resource id of the environment under which the service fabric resource is present */\n environmentId?: string;\n /**\n * The applicable schedule for the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicableSchedule?: ApplicableSchedule;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** A virtual machine. */\nexport type LabVirtualMachine = Resource & {\n /** The notes of the virtual machine. */\n notes?: string;\n /** The object identifier of the owner of the virtual machine. */\n ownerObjectId?: string;\n /** The user principal name of the virtual machine owner. */\n ownerUserPrincipalName?: string;\n /**\n * The object identifier of the creator of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdByUserId?: string;\n /**\n * The email address of creator of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdByUser?: string;\n /** The creation date of the virtual machine. */\n createdDate?: Date;\n /**\n * The resource identifier (Microsoft.Compute) of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computeId?: string;\n /** The custom image identifier of the virtual machine. */\n customImageId?: string;\n /**\n * The OS type of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: string;\n /** The size of the virtual machine. */\n size?: string;\n /** The user name of the virtual machine. */\n userName?: string;\n /** The password of the virtual machine administrator. */\n password?: string;\n /** The SSH key of the virtual machine administrator. */\n sshKey?: string;\n /** Indicates whether this virtual machine uses an SSH key for authentication. */\n isAuthenticationWithSshKey?: boolean;\n /**\n * The fully-qualified domain name of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fqdn?: string;\n /** The lab subnet name of the virtual machine. */\n labSubnetName?: string;\n /** The lab virtual network identifier of the virtual machine. */\n labVirtualNetworkId?: string;\n /** Indicates whether the virtual machine is to be created without a public IP address. */\n disallowPublicIpAddress?: boolean;\n /** The artifacts to be installed on the virtual machine. */\n artifacts?: ArtifactInstallProperties[];\n /**\n * The artifact deployment status for the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly artifactDeploymentStatus?: ArtifactDeploymentStatusProperties;\n /** The Microsoft Azure Marketplace image reference of the virtual machine. */\n galleryImageReference?: GalleryImageReference;\n /** The id of the plan associated with the virtual machine image */\n planId?: string;\n /**\n * The compute virtual machine properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly computeVm?: ComputeVmProperties;\n /** The network interface properties. */\n networkInterface?: NetworkInterfaceProperties;\n /**\n * The applicable schedule for the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicableSchedule?: ApplicableSchedule;\n /** The expiration date for VM. */\n expirationDate?: Date;\n /** Indicates whether another user can take ownership of the virtual machine */\n allowClaim?: boolean;\n /** Storage type to use for virtual machine (i.e. Standard, Premium). */\n storageType?: string;\n /**\n * Tells source of creation of lab virtual machine. Output property only.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualMachineCreationSource?: VirtualMachineCreationSource;\n /** The resource ID of the environment that contains this virtual machine, if any. */\n environmentId?: string;\n /** New or existing data disks to attach to the virtual machine after creation */\n dataDiskParameters?: DataDiskProperties[];\n /** Virtual Machine schedules to be created */\n scheduleParameters?: ScheduleCreationParameter[];\n /**\n * Last known compute power state captured in DTL\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastKnownPowerState?: string;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** A virtual network. */\nexport type VirtualNetwork = Resource & {\n /** The allowed subnets of the virtual network. */\n allowedSubnets?: Subnet[];\n /** The description of the virtual network. */\n description?: string;\n /** The Microsoft.Network resource identifier of the virtual network. */\n externalProviderResourceId?: string;\n /**\n * The external subnet properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly externalSubnets?: ExternalSubnet[];\n /** The subnet overrides of the virtual network. */\n subnetOverrides?: SubnetOverride[];\n /**\n * The creation date of the virtual network.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: Date;\n /**\n * The provisioning status of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * The unique immutable identifier of a resource (Guid).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly uniqueIdentifier?: string;\n};\n\n/** Properties of an artifact source. */\nexport type ArtifactSourceFragment = UpdateResource & {};\n\n/** A custom image. */\nexport type CustomImageFragment = UpdateResource & {};\n\n/** A formula for creating a VM, specifying an image base and other parameters */\nexport type FormulaFragment = UpdateResource & {};\n\n/** A notification. */\nexport type NotificationChannelFragment = UpdateResource & {};\n\n/** A Policy. */\nexport type PolicyFragment = UpdateResource & {};\n\n/** A schedule. */\nexport type ScheduleFragment = UpdateResource & {};\n\n/** Profile of a lab user. */\nexport type UserFragment = UpdateResource & {};\n\n/** A Disk. */\nexport type DiskFragment = UpdateResource & {};\n\n/** An environment, which is essentially an ARM template deployment. */\nexport type DtlEnvironmentFragment = UpdateResource & {};\n\n/** A secret. */\nexport type SecretFragment = UpdateResource & {};\n\n/** A Service Fabric. */\nexport type ServiceFabricFragment = UpdateResource & {};\n\n/** A virtual machine. */\nexport type LabVirtualMachineFragment = UpdateResource & {};\n\n/** A virtual network. */\nexport type VirtualNetworkFragment = UpdateResource & {};\n\n/** A lab. */\nexport type LabFragment = UpdateResource & {};\n\n/** Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level. */\nexport type ApplicableScheduleFragment = UpdateResource & {};\n\n/** Known values of {@link StorageType} that the service accepts. */\nexport enum KnownStorageType {\n Standard = \"Standard\",\n Premium = \"Premium\",\n StandardSSD = \"StandardSSD\"\n}\n\n/**\n * Defines values for StorageType. \\\n * {@link KnownStorageType} can be used interchangeably with StorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Premium** \\\n * **StandardSSD**\n */\nexport type StorageType = string;\n\n/** Known values of {@link PremiumDataDisk} that the service accepts. */\nexport enum KnownPremiumDataDisk {\n Disabled = \"Disabled\",\n Enabled = \"Enabled\"\n}\n\n/**\n * Defines values for PremiumDataDisk. \\\n * {@link KnownPremiumDataDisk} can be used interchangeably with PremiumDataDisk,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type PremiumDataDisk = string;\n\n/** Known values of {@link EnvironmentPermission} that the service accepts. */\nexport enum KnownEnvironmentPermission {\n Reader = \"Reader\",\n Contributor = \"Contributor\"\n}\n\n/**\n * Defines values for EnvironmentPermission. \\\n * {@link KnownEnvironmentPermission} can be used interchangeably with EnvironmentPermission,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Reader** \\\n * **Contributor**\n */\nexport type EnvironmentPermission = string;\n\n/** Known values of {@link EnableStatus} that the service accepts. */\nexport enum KnownEnableStatus {\n Enabled = \"Enabled\",\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for EnableStatus. \\\n * {@link KnownEnableStatus} can be used interchangeably with EnableStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type EnableStatus = string;\n\n/** Known values of {@link HttpStatusCode} that the service accepts. */\nexport enum KnownHttpStatusCode {\n Continue = \"Continue\",\n SwitchingProtocols = \"SwitchingProtocols\",\n OK = \"OK\",\n Created = \"Created\",\n Accepted = \"Accepted\",\n NonAuthoritativeInformation = \"NonAuthoritativeInformation\",\n NoContent = \"NoContent\",\n ResetContent = \"ResetContent\",\n PartialContent = \"PartialContent\",\n MultipleChoices = \"MultipleChoices\",\n Ambiguous = \"Ambiguous\",\n MovedPermanently = \"MovedPermanently\",\n Moved = \"Moved\",\n Found = \"Found\",\n Redirect = \"Redirect\",\n SeeOther = \"SeeOther\",\n RedirectMethod = \"RedirectMethod\",\n NotModified = \"NotModified\",\n UseProxy = \"UseProxy\",\n Unused = \"Unused\",\n TemporaryRedirect = \"TemporaryRedirect\",\n RedirectKeepVerb = \"RedirectKeepVerb\",\n BadRequest = \"BadRequest\",\n Unauthorized = \"Unauthorized\",\n PaymentRequired = \"PaymentRequired\",\n Forbidden = \"Forbidden\",\n NotFound = \"NotFound\",\n MethodNotAllowed = \"MethodNotAllowed\",\n NotAcceptable = \"NotAcceptable\",\n ProxyAuthenticationRequired = \"ProxyAuthenticationRequired\",\n RequestTimeout = \"RequestTimeout\",\n Conflict = \"Conflict\",\n Gone = \"Gone\",\n LengthRequired = \"LengthRequired\",\n PreconditionFailed = \"PreconditionFailed\",\n RequestEntityTooLarge = \"RequestEntityTooLarge\",\n RequestUriTooLong = \"RequestUriTooLong\",\n UnsupportedMediaType = \"UnsupportedMediaType\",\n RequestedRangeNotSatisfiable = \"RequestedRangeNotSatisfiable\",\n ExpectationFailed = \"ExpectationFailed\",\n UpgradeRequired = \"UpgradeRequired\",\n InternalServerError = \"InternalServerError\",\n NotImplemented = \"NotImplemented\",\n BadGateway = \"BadGateway\",\n ServiceUnavailable = \"ServiceUnavailable\",\n GatewayTimeout = \"GatewayTimeout\",\n HttpVersionNotSupported = \"HttpVersionNotSupported\"\n}\n\n/**\n * Defines values for HttpStatusCode. \\\n * {@link KnownHttpStatusCode} can be used interchangeably with HttpStatusCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Continue** \\\n * **SwitchingProtocols** \\\n * **OK** \\\n * **Created** \\\n * **Accepted** \\\n * **NonAuthoritativeInformation** \\\n * **NoContent** \\\n * **ResetContent** \\\n * **PartialContent** \\\n * **MultipleChoices** \\\n * **Ambiguous** \\\n * **MovedPermanently** \\\n * **Moved** \\\n * **Found** \\\n * **Redirect** \\\n * **SeeOther** \\\n * **RedirectMethod** \\\n * **NotModified** \\\n * **UseProxy** \\\n * **Unused** \\\n * **TemporaryRedirect** \\\n * **RedirectKeepVerb** \\\n * **BadRequest** \\\n * **Unauthorized** \\\n * **PaymentRequired** \\\n * **Forbidden** \\\n * **NotFound** \\\n * **MethodNotAllowed** \\\n * **NotAcceptable** \\\n * **ProxyAuthenticationRequired** \\\n * **RequestTimeout** \\\n * **Conflict** \\\n * **Gone** \\\n * **LengthRequired** \\\n * **PreconditionFailed** \\\n * **RequestEntityTooLarge** \\\n * **RequestUriTooLong** \\\n * **UnsupportedMediaType** \\\n * **RequestedRangeNotSatisfiable** \\\n * **ExpectationFailed** \\\n * **UpgradeRequired** \\\n * **InternalServerError** \\\n * **NotImplemented** \\\n * **BadGateway** \\\n * **ServiceUnavailable** \\\n * **GatewayTimeout** \\\n * **HttpVersionNotSupported**\n */\nexport type HttpStatusCode = string;\n\n/** Known values of {@link SourceControlType} that the service accepts. */\nexport enum KnownSourceControlType {\n VsoGit = \"VsoGit\",\n GitHub = \"GitHub\",\n StorageAccount = \"StorageAccount\"\n}\n\n/**\n * Defines values for SourceControlType. \\\n * {@link KnownSourceControlType} can be used interchangeably with SourceControlType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **VsoGit** \\\n * **GitHub** \\\n * **StorageAccount**\n */\nexport type SourceControlType = string;\n\n/** Known values of {@link FileUploadOptions} that the service accepts. */\nexport enum KnownFileUploadOptions {\n UploadFilesAndGenerateSasTokens = \"UploadFilesAndGenerateSasTokens\",\n None = \"None\"\n}\n\n/**\n * Defines values for FileUploadOptions. \\\n * {@link KnownFileUploadOptions} can be used interchangeably with FileUploadOptions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UploadFilesAndGenerateSasTokens** \\\n * **None**\n */\nexport type FileUploadOptions = string;\n\n/** Known values of {@link TargetCostStatus} that the service accepts. */\nexport enum KnownTargetCostStatus {\n Enabled = \"Enabled\",\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for TargetCostStatus. \\\n * {@link KnownTargetCostStatus} can be used interchangeably with TargetCostStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type TargetCostStatus = string;\n\n/** Known values of {@link CostThresholdStatus} that the service accepts. */\nexport enum KnownCostThresholdStatus {\n Enabled = \"Enabled\",\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for CostThresholdStatus. \\\n * {@link KnownCostThresholdStatus} can be used interchangeably with CostThresholdStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type CostThresholdStatus = string;\n\n/** Known values of {@link ReportingCycleType} that the service accepts. */\nexport enum KnownReportingCycleType {\n CalendarMonth = \"CalendarMonth\",\n Custom = \"Custom\"\n}\n\n/**\n * Defines values for ReportingCycleType. \\\n * {@link KnownReportingCycleType} can be used interchangeably with ReportingCycleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CalendarMonth** \\\n * **Custom**\n */\nexport type ReportingCycleType = string;\n\n/** Known values of {@link CostType} that the service accepts. */\nexport enum KnownCostType {\n Unavailable = \"Unavailable\",\n Reported = \"Reported\",\n Projected = \"Projected\"\n}\n\n/**\n * Defines values for CostType. \\\n * {@link KnownCostType} can be used interchangeably with CostType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unavailable** \\\n * **Reported** \\\n * **Projected**\n */\nexport type CostType = string;\n\n/** Known values of {@link WindowsOsState} that the service accepts. */\nexport enum KnownWindowsOsState {\n NonSysprepped = \"NonSysprepped\",\n SysprepRequested = \"SysprepRequested\",\n SysprepApplied = \"SysprepApplied\"\n}\n\n/**\n * Defines values for WindowsOsState. \\\n * {@link KnownWindowsOsState} can be used interchangeably with WindowsOsState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NonSysprepped** \\\n * **SysprepRequested** \\\n * **SysprepApplied**\n */\nexport type WindowsOsState = string;\n\n/** Known values of {@link LinuxOsState} that the service accepts. */\nexport enum KnownLinuxOsState {\n NonDeprovisioned = \"NonDeprovisioned\",\n DeprovisionRequested = \"DeprovisionRequested\",\n DeprovisionApplied = \"DeprovisionApplied\"\n}\n\n/**\n * Defines values for LinuxOsState. \\\n * {@link KnownLinuxOsState} can be used interchangeably with LinuxOsState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NonDeprovisioned** \\\n * **DeprovisionRequested** \\\n * **DeprovisionApplied**\n */\nexport type LinuxOsState = string;\n\n/** Known values of {@link CustomImageOsType} that the service accepts. */\nexport enum KnownCustomImageOsType {\n Windows = \"Windows\",\n Linux = \"Linux\",\n None = \"None\"\n}\n\n/**\n * Defines values for CustomImageOsType. \\\n * {@link KnownCustomImageOsType} can be used interchangeably with CustomImageOsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows** \\\n * **Linux** \\\n * **None**\n */\nexport type CustomImageOsType = string;\n\n/** Known values of {@link TransportProtocol} that the service accepts. */\nexport enum KnownTransportProtocol {\n Tcp = \"Tcp\",\n Udp = \"Udp\"\n}\n\n/**\n * Defines values for TransportProtocol. \\\n * {@link KnownTransportProtocol} can be used interchangeably with TransportProtocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Tcp** \\\n * **Udp**\n */\nexport type TransportProtocol = string;\n\n/** Known values of {@link HostCachingOptions} that the service accepts. */\nexport enum KnownHostCachingOptions {\n None = \"None\",\n ReadOnly = \"ReadOnly\",\n ReadWrite = \"ReadWrite\"\n}\n\n/**\n * Defines values for HostCachingOptions. \\\n * {@link KnownHostCachingOptions} can be used interchangeably with HostCachingOptions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **ReadOnly** \\\n * **ReadWrite**\n */\nexport type HostCachingOptions = string;\n\n/** Known values of {@link NotificationChannelEventType} that the service accepts. */\nexport enum KnownNotificationChannelEventType {\n AutoShutdown = \"AutoShutdown\",\n Cost = \"Cost\"\n}\n\n/**\n * Defines values for NotificationChannelEventType. \\\n * {@link KnownNotificationChannelEventType} can be used interchangeably with NotificationChannelEventType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AutoShutdown** \\\n * **Cost**\n */\nexport type NotificationChannelEventType = string;\n\n/** Known values of {@link PolicyStatus} that the service accepts. */\nexport enum KnownPolicyStatus {\n Enabled = \"Enabled\",\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PolicyStatus. \\\n * {@link KnownPolicyStatus} can be used interchangeably with PolicyStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PolicyStatus = string;\n\n/** Known values of {@link PolicyFactName} that the service accepts. */\nexport enum KnownPolicyFactName {\n UserOwnedLabVmCount = \"UserOwnedLabVmCount\",\n UserOwnedLabPremiumVmCount = \"UserOwnedLabPremiumVmCount\",\n LabVmCount = \"LabVmCount\",\n LabPremiumVmCount = \"LabPremiumVmCount\",\n LabVmSize = \"LabVmSize\",\n GalleryImage = \"GalleryImage\",\n UserOwnedLabVmCountInSubnet = \"UserOwnedLabVmCountInSubnet\",\n LabTargetCost = \"LabTargetCost\",\n EnvironmentTemplate = \"EnvironmentTemplate\",\n ScheduleEditPermission = \"ScheduleEditPermission\"\n}\n\n/**\n * Defines values for PolicyFactName. \\\n * {@link KnownPolicyFactName} can be used interchangeably with PolicyFactName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UserOwnedLabVmCount** \\\n * **UserOwnedLabPremiumVmCount** \\\n * **LabVmCount** \\\n * **LabPremiumVmCount** \\\n * **LabVmSize** \\\n * **GalleryImage** \\\n * **UserOwnedLabVmCountInSubnet** \\\n * **LabTargetCost** \\\n * **EnvironmentTemplate** \\\n * **ScheduleEditPermission**\n */\nexport type PolicyFactName = string;\n\n/** Known values of {@link PolicyEvaluatorType} that the service accepts. */\nexport enum KnownPolicyEvaluatorType {\n AllowedValuesPolicy = \"AllowedValuesPolicy\",\n MaxValuePolicy = \"MaxValuePolicy\"\n}\n\n/**\n * Defines values for PolicyEvaluatorType. \\\n * {@link KnownPolicyEvaluatorType} can be used interchangeably with PolicyEvaluatorType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AllowedValuesPolicy** \\\n * **MaxValuePolicy**\n */\nexport type PolicyEvaluatorType = string;\n\n/** Known values of {@link ManagedIdentityType} that the service accepts. */\nexport enum KnownManagedIdentityType {\n None = \"None\",\n SystemAssigned = \"SystemAssigned\",\n UserAssigned = \"UserAssigned\",\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\"\n}\n\n/**\n * Defines values for ManagedIdentityType. \\\n * {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedIdentityType = string;\n\n/** Known values of {@link VirtualMachineCreationSource} that the service accepts. */\nexport enum KnownVirtualMachineCreationSource {\n FromCustomImage = \"FromCustomImage\",\n FromGalleryImage = \"FromGalleryImage\",\n FromSharedGalleryImage = \"FromSharedGalleryImage\"\n}\n\n/**\n * Defines values for VirtualMachineCreationSource. \\\n * {@link KnownVirtualMachineCreationSource} can be used interchangeably with VirtualMachineCreationSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FromCustomImage** \\\n * **FromGalleryImage** \\\n * **FromSharedGalleryImage**\n */\nexport type VirtualMachineCreationSource = string;\n\n/** Known values of {@link UsagePermissionType} that the service accepts. */\nexport enum KnownUsagePermissionType {\n Default = \"Default\",\n Deny = \"Deny\",\n Allow = \"Allow\"\n}\n\n/**\n * Defines values for UsagePermissionType. \\\n * {@link KnownUsagePermissionType} can be used interchangeably with UsagePermissionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Deny** \\\n * **Allow**\n */\nexport type UsagePermissionType = string;\n\n/** Optional parameters. */\nexport interface ProviderOperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ProviderOperationsListResponse = ProviderOperationResult;\n\n/** Optional parameters. */\nexport interface ProviderOperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ProviderOperationsListNextResponse = ProviderOperationResult;\n\n/** Optional parameters. */\nexport interface LabsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=defaultStorageAccount)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type LabsListBySubscriptionResponse = LabList;\n\n/** Optional parameters. */\nexport interface LabsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=defaultStorageAccount)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type LabsListByResourceGroupResponse = LabList;\n\n/** Optional parameters. */\nexport interface LabsGetOptionalParams extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=defaultStorageAccount)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type LabsGetResponse = Lab;\n\n/** Optional parameters. */\nexport interface LabsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LabsCreateOrUpdateResponse = Lab;\n\n/** Optional parameters. */\nexport interface LabsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabsUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type LabsUpdateResponse = Lab;\n\n/** Optional parameters. */\nexport interface LabsClaimAnyVmOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabsCreateEnvironmentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabsExportResourceUsageOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabsGenerateUploadUriOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generateUploadUri operation. */\nexport type LabsGenerateUploadUriResponse = GenerateUploadUriResponse;\n\n/** Optional parameters. */\nexport interface LabsImportVirtualMachineOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabsListVhdsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVhds operation. */\nexport type LabsListVhdsResponse = LabVhdList;\n\n/** Optional parameters. */\nexport interface LabsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=defaultStorageAccount)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type LabsListBySubscriptionNextResponse = LabList;\n\n/** Optional parameters. */\nexport interface LabsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=defaultStorageAccount)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type LabsListByResourceGroupNextResponse = LabList;\n\n/** Optional parameters. */\nexport interface LabsListVhdsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listVhdsNext operation. */\nexport type LabsListVhdsNextResponse = LabVhdList;\n\n/** Optional parameters. */\nexport interface OperationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationsGetResponse = OperationResult;\n\n/** Optional parameters. */\nexport interface GlobalSchedulesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type GlobalSchedulesListBySubscriptionResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface GlobalSchedulesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type GlobalSchedulesListByResourceGroupResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface GlobalSchedulesGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type GlobalSchedulesGetResponse = Schedule;\n\n/** Optional parameters. */\nexport interface GlobalSchedulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GlobalSchedulesCreateOrUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface GlobalSchedulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface GlobalSchedulesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type GlobalSchedulesUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface GlobalSchedulesExecuteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface GlobalSchedulesRetargetOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface GlobalSchedulesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type GlobalSchedulesListBySubscriptionNextResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface GlobalSchedulesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type GlobalSchedulesListByResourceGroupNextResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface ArtifactSourcesListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=displayName)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ArtifactSourcesListResponse = ArtifactSourceList;\n\n/** Optional parameters. */\nexport interface ArtifactSourcesGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=displayName)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ArtifactSourcesGetResponse = ArtifactSource;\n\n/** Optional parameters. */\nexport interface ArtifactSourcesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ArtifactSourcesCreateOrUpdateResponse = ArtifactSource;\n\n/** Optional parameters. */\nexport interface ArtifactSourcesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ArtifactSourcesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ArtifactSourcesUpdateResponse = ArtifactSource;\n\n/** Optional parameters. */\nexport interface ArtifactSourcesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=displayName)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ArtifactSourcesListNextResponse = ArtifactSourceList;\n\n/** Optional parameters. */\nexport interface ArmTemplatesListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=displayName)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ArmTemplatesListResponse = ArmTemplateList;\n\n/** Optional parameters. */\nexport interface ArmTemplatesGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=displayName)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ArmTemplatesGetResponse = ArmTemplate;\n\n/** Optional parameters. */\nexport interface ArmTemplatesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=displayName)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ArmTemplatesListNextResponse = ArmTemplateList;\n\n/** Optional parameters. */\nexport interface ArtifactsListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=title)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ArtifactsListResponse = ArtifactList;\n\n/** Optional parameters. */\nexport interface ArtifactsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=title)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ArtifactsGetResponse = Artifact;\n\n/** Optional parameters. */\nexport interface ArtifactsGenerateArmTemplateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generateArmTemplate operation. */\nexport type ArtifactsGenerateArmTemplateResponse = ArmTemplateInfo;\n\n/** Optional parameters. */\nexport interface ArtifactsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=title)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ArtifactsListNextResponse = ArtifactList;\n\n/** Optional parameters. */\nexport interface CostsGetOptionalParams extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($expand=labCostDetails)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type CostsGetResponse = LabCost;\n\n/** Optional parameters. */\nexport interface CostsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CostsCreateOrUpdateResponse = LabCost;\n\n/** Optional parameters. */\nexport interface CustomImagesListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=vm)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CustomImagesListResponse = CustomImageList;\n\n/** Optional parameters. */\nexport interface CustomImagesGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=vm)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type CustomImagesGetResponse = CustomImage;\n\n/** Optional parameters. */\nexport interface CustomImagesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CustomImagesCreateOrUpdateResponse = CustomImage;\n\n/** Optional parameters. */\nexport interface CustomImagesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface CustomImagesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type CustomImagesUpdateResponse = CustomImage;\n\n/** Optional parameters. */\nexport interface CustomImagesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=vm)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type CustomImagesListNextResponse = CustomImageList;\n\n/** Optional parameters. */\nexport interface FormulasListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=description)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type FormulasListResponse = FormulaList;\n\n/** Optional parameters. */\nexport interface FormulasGetOptionalParams extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=description)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type FormulasGetResponse = Formula;\n\n/** Optional parameters. */\nexport interface FormulasCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type FormulasCreateOrUpdateResponse = Formula;\n\n/** Optional parameters. */\nexport interface FormulasDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface FormulasUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type FormulasUpdateResponse = Formula;\n\n/** Optional parameters. */\nexport interface FormulasListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=description)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type FormulasListNextResponse = FormulaList;\n\n/** Optional parameters. */\nexport interface GalleryImagesListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=author)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type GalleryImagesListResponse = GalleryImageList;\n\n/** Optional parameters. */\nexport interface GalleryImagesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=author)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type GalleryImagesListNextResponse = GalleryImageList;\n\n/** Optional parameters. */\nexport interface NotificationChannelsListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=webHookUrl)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type NotificationChannelsListResponse = NotificationChannelList;\n\n/** Optional parameters. */\nexport interface NotificationChannelsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=webHookUrl)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type NotificationChannelsGetResponse = NotificationChannel;\n\n/** Optional parameters. */\nexport interface NotificationChannelsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NotificationChannelsCreateOrUpdateResponse = NotificationChannel;\n\n/** Optional parameters. */\nexport interface NotificationChannelsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface NotificationChannelsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type NotificationChannelsUpdateResponse = NotificationChannel;\n\n/** Optional parameters. */\nexport interface NotificationChannelsNotifyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface NotificationChannelsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=webHookUrl)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type NotificationChannelsListNextResponse = NotificationChannelList;\n\n/** Optional parameters. */\nexport interface PolicySetsEvaluatePoliciesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the evaluatePolicies operation. */\nexport type PolicySetsEvaluatePoliciesResponse = EvaluatePoliciesResponse;\n\n/** Optional parameters. */\nexport interface PoliciesListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=description)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type PoliciesListResponse = PolicyList;\n\n/** Optional parameters. */\nexport interface PoliciesGetOptionalParams extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=description)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type PoliciesGetResponse = Policy;\n\n/** Optional parameters. */\nexport interface PoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PoliciesCreateOrUpdateResponse = Policy;\n\n/** Optional parameters. */\nexport interface PoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PoliciesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type PoliciesUpdateResponse = Policy;\n\n/** Optional parameters. */\nexport interface PoliciesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=description)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type PoliciesListNextResponse = PolicyList;\n\n/** Optional parameters. */\nexport interface SchedulesListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SchedulesListResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface SchedulesGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type SchedulesGetResponse = Schedule;\n\n/** Optional parameters. */\nexport interface SchedulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SchedulesCreateOrUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface SchedulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SchedulesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SchedulesUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface SchedulesExecuteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SchedulesListApplicableOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listApplicable operation. */\nexport type SchedulesListApplicableResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface SchedulesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type SchedulesListNextResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface SchedulesListApplicableNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listApplicableNext operation. */\nexport type SchedulesListApplicableNextResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface ServiceRunnersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServiceRunnersGetResponse = ServiceRunner;\n\n/** Optional parameters. */\nexport interface ServiceRunnersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServiceRunnersCreateOrUpdateResponse = ServiceRunner;\n\n/** Optional parameters. */\nexport interface ServiceRunnersDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface UsersListOptionalParams extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=identity)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type UsersListResponse = UserList;\n\n/** Optional parameters. */\nexport interface UsersGetOptionalParams extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=identity)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type UsersGetResponse = User;\n\n/** Optional parameters. */\nexport interface UsersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type UsersCreateOrUpdateResponse = User;\n\n/** Optional parameters. */\nexport interface UsersDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface UsersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type UsersUpdateResponse = User;\n\n/** Optional parameters. */\nexport interface UsersListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=identity)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type UsersListNextResponse = UserList;\n\n/** Optional parameters. */\nexport interface DisksListOptionalParams extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=diskType)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type DisksListResponse = DiskList;\n\n/** Optional parameters. */\nexport interface DisksGetOptionalParams extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=diskType)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type DisksGetResponse = Disk;\n\n/** Optional parameters. */\nexport interface DisksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DisksCreateOrUpdateResponse = Disk;\n\n/** Optional parameters. */\nexport interface DisksDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DisksUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type DisksUpdateResponse = Disk;\n\n/** Optional parameters. */\nexport interface DisksAttachOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DisksDetachOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DisksListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=diskType)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type DisksListNextResponse = DiskList;\n\n/** Optional parameters. */\nexport interface EnvironmentsListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=deploymentProperties)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type EnvironmentsListResponse = DtlEnvironmentList;\n\n/** Optional parameters. */\nexport interface EnvironmentsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=deploymentProperties)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type EnvironmentsGetResponse = DtlEnvironment;\n\n/** Optional parameters. */\nexport interface EnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EnvironmentsCreateOrUpdateResponse = DtlEnvironment;\n\n/** Optional parameters. */\nexport interface EnvironmentsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface EnvironmentsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type EnvironmentsUpdateResponse = DtlEnvironment;\n\n/** Optional parameters. */\nexport interface EnvironmentsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=deploymentProperties)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type EnvironmentsListNextResponse = DtlEnvironmentList;\n\n/** Optional parameters. */\nexport interface SecretsListOptionalParams extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=value)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SecretsListResponse = SecretList;\n\n/** Optional parameters. */\nexport interface SecretsGetOptionalParams extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=value)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type SecretsGetResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SecretsCreateOrUpdateResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SecretsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SecretsUpdateResponse = Secret;\n\n/** Optional parameters. */\nexport interface SecretsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=value)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type SecretsListNextResponse = SecretList;\n\n/** Optional parameters. */\nexport interface ServiceFabricsListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($expand=applicableSchedule)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ServiceFabricsListResponse = ServiceFabricList;\n\n/** Optional parameters. */\nexport interface ServiceFabricsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($expand=applicableSchedule)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ServiceFabricsGetResponse = ServiceFabric;\n\n/** Optional parameters. */\nexport interface ServiceFabricsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServiceFabricsCreateOrUpdateResponse = ServiceFabric;\n\n/** Optional parameters. */\nexport interface ServiceFabricsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServiceFabricsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ServiceFabricsUpdateResponse = ServiceFabric;\n\n/** Optional parameters. */\nexport interface ServiceFabricsListApplicableSchedulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listApplicableSchedules operation. */\nexport type ServiceFabricsListApplicableSchedulesResponse = ApplicableSchedule;\n\n/** Optional parameters. */\nexport interface ServiceFabricsStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServiceFabricsStopOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServiceFabricsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($expand=applicableSchedule)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ServiceFabricsListNextResponse = ServiceFabricList;\n\n/** Optional parameters. */\nexport interface ServiceFabricSchedulesListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type ServiceFabricSchedulesListResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface ServiceFabricSchedulesGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type ServiceFabricSchedulesGetResponse = Schedule;\n\n/** Optional parameters. */\nexport interface ServiceFabricSchedulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServiceFabricSchedulesCreateOrUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface ServiceFabricSchedulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ServiceFabricSchedulesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ServiceFabricSchedulesUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface ServiceFabricSchedulesExecuteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServiceFabricSchedulesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ServiceFabricSchedulesListNextResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type VirtualMachinesListResponse = LabVirtualMachineList;\n\n/** Optional parameters. */\nexport interface VirtualMachinesGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachinesGetResponse = LabVirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualMachinesCreateOrUpdateResponse = LabVirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type VirtualMachinesUpdateResponse = LabVirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesAddDataDiskOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesApplyArtifactsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesClaimOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesDetachDataDiskOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesGetRdpFileContentsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRdpFileContents operation. */\nexport type VirtualMachinesGetRdpFileContentsResponse = RdpConnection;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListApplicableSchedulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listApplicableSchedules operation. */\nexport type VirtualMachinesListApplicableSchedulesResponse = ApplicableSchedule;\n\n/** Optional parameters. */\nexport interface VirtualMachinesRedeployOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesResizeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesRestartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesStopOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesTransferDisksOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesUnClaimOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($expand=artifacts,computeVm,networkInterface,applicableSchedule)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualMachinesListNextResponse = LabVirtualMachineList;\n\n/** Optional parameters. */\nexport interface VirtualMachineSchedulesListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type VirtualMachineSchedulesListResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface VirtualMachineSchedulesGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachineSchedulesGetResponse = Schedule;\n\n/** Optional parameters. */\nexport interface VirtualMachineSchedulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualMachineSchedulesCreateOrUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface VirtualMachineSchedulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface VirtualMachineSchedulesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type VirtualMachineSchedulesUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface VirtualMachineSchedulesExecuteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachineSchedulesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($select=status)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualMachineSchedulesListNextResponse = ScheduleList;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($expand=externalSubnets)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type VirtualNetworksListResponse = VirtualNetworkList;\n\n/** Optional parameters. */\nexport interface VirtualNetworksGetOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($expand=externalSubnets)' */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type VirtualNetworksGetResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualNetworksUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type VirtualNetworksUpdateResponse = VirtualNetwork;\n\n/** Optional parameters. */\nexport interface VirtualNetworksListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Specify the $expand query. Example: 'properties($expand=externalSubnets)' */\n expand?: string;\n /** The filter to apply to the operation. Example: '$filter=contains(name,'myName') */\n filter?: string;\n /** The maximum number of resources to return from the operation. Example: '$top=10' */\n top?: number;\n /** The ordering expression for the results, using OData notation. Example: '$orderby=name desc' */\n orderby?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type VirtualNetworksListNextResponse = VirtualNetworkList;\n\n/** Optional parameters. */\nexport interface DevTestLabsClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ProviderOperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProviderOperationResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetadata\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetadata\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationMetadataDisplay\"\n }\n }\n }\n }\n};\n\nexport const OperationMetadataDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetadataDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LabList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Lab\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabAnnouncementProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabAnnouncementProperties\",\n modelProperties: {\n title: {\n serializedName: \"title\",\n type: {\n name: \"String\"\n }\n },\n markdown: {\n serializedName: \"markdown\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"String\"\n }\n },\n expirationDate: {\n serializedName: \"expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n expired: {\n serializedName: \"expired\",\n type: {\n name: \"Boolean\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabSupportProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabSupportProperties\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"String\"\n }\n },\n markdown: {\n serializedName: \"markdown\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const OperationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n statusCode: {\n serializedName: \"statusCode\",\n type: {\n name: \"String\"\n }\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"OperationError\"\n }\n }\n }\n }\n};\n\nexport const OperationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScheduleList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduleList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Schedule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WeekDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WeekDetails\",\n modelProperties: {\n weekdays: {\n serializedName: \"weekdays\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DayDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DayDetails\",\n modelProperties: {\n time: {\n serializedName: \"time\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HourDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HourDetails\",\n modelProperties: {\n minute: {\n serializedName: \"minute\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const NotificationSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotificationSettings\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n timeInMinutes: {\n serializedName: \"timeInMinutes\",\n type: {\n name: \"Number\"\n }\n },\n webhookUrl: {\n serializedName: \"webhookUrl\",\n type: {\n name: \"String\"\n }\n },\n emailRecipient: {\n serializedName: \"emailRecipient\",\n type: {\n name: \"String\"\n }\n },\n notificationLocale: {\n serializedName: \"notificationLocale\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactSourceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactSourceList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactSource\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArmTemplateList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArmTemplateList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArmTemplate\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ParametersValueFileInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ParametersValueFileInfo\",\n modelProperties: {\n fileName: {\n serializedName: \"fileName\",\n type: {\n name: \"String\"\n }\n },\n parametersValueInfo: {\n serializedName: \"parametersValueInfo\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const ArtifactList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Artifact\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GenerateArmTemplateRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GenerateArmTemplateRequest\",\n modelProperties: {\n virtualMachineName: {\n serializedName: \"virtualMachineName\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ParameterInfo\"\n }\n }\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n fileUploadOptions: {\n serializedName: \"fileUploadOptions\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ParameterInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ParameterInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArmTemplateInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArmTemplateInfo\",\n modelProperties: {\n template: {\n serializedName: \"template\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const UpdateResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateResource\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const TargetCostProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetCostProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Number\"\n }\n },\n costThresholds: {\n serializedName: \"costThresholds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CostThresholdProperties\"\n }\n }\n }\n },\n cycleStartDateTime: {\n serializedName: \"cycleStartDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n cycleEndDateTime: {\n serializedName: \"cycleEndDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n cycleType: {\n serializedName: \"cycleType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CostThresholdProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CostThresholdProperties\",\n modelProperties: {\n thresholdId: {\n serializedName: \"thresholdId\",\n type: {\n name: \"String\"\n }\n },\n percentageThreshold: {\n serializedName: \"percentageThreshold\",\n type: {\n name: \"Composite\",\n className: \"PercentageCostThresholdProperties\"\n }\n },\n displayOnChart: {\n serializedName: \"displayOnChart\",\n type: {\n name: \"String\"\n }\n },\n sendNotificationWhenExceeded: {\n serializedName: \"sendNotificationWhenExceeded\",\n type: {\n name: \"String\"\n }\n },\n notificationSent: {\n serializedName: \"notificationSent\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PercentageCostThresholdProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PercentageCostThresholdProperties\",\n modelProperties: {\n thresholdValue: {\n serializedName: \"thresholdValue\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const LabCostSummaryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabCostSummaryProperties\",\n modelProperties: {\n estimatedLabCost: {\n serializedName: \"estimatedLabCost\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const LabCostDetailsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabCostDetailsProperties\",\n modelProperties: {\n date: {\n serializedName: \"date\",\n type: {\n name: \"DateTime\"\n }\n },\n cost: {\n serializedName: \"cost\",\n type: {\n name: \"Number\"\n }\n },\n costType: {\n serializedName: \"costType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabResourceCostProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabResourceCostProperties\",\n modelProperties: {\n resourcename: {\n serializedName: \"resourcename\",\n type: {\n name: \"String\"\n }\n },\n resourceUId: {\n serializedName: \"resourceUId\",\n type: {\n name: \"String\"\n }\n },\n resourceCost: {\n serializedName: \"resourceCost\",\n type: {\n name: \"Number\"\n }\n },\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\"\n }\n },\n resourceOwner: {\n serializedName: \"resourceOwner\",\n type: {\n name: \"String\"\n }\n },\n resourcePricingTier: {\n serializedName: \"resourcePricingTier\",\n type: {\n name: \"String\"\n }\n },\n resourceStatus: {\n serializedName: \"resourceStatus\",\n type: {\n name: \"String\"\n }\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n externalResourceId: {\n serializedName: \"externalResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImageList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomImageList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomImage\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImagePropertiesFromVm: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromVm\",\n modelProperties: {\n sourceVmId: {\n serializedName: \"sourceVmId\",\n type: {\n name: \"String\"\n }\n },\n windowsOsInfo: {\n serializedName: \"windowsOsInfo\",\n type: {\n name: \"Composite\",\n className: \"WindowsOsInfo\"\n }\n },\n linuxOsInfo: {\n serializedName: \"linuxOsInfo\",\n type: {\n name: \"Composite\",\n className: \"LinuxOsInfo\"\n }\n }\n }\n }\n};\n\nexport const WindowsOsInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WindowsOsInfo\",\n modelProperties: {\n windowsOsState: {\n serializedName: \"windowsOsState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LinuxOsInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LinuxOsInfo\",\n modelProperties: {\n linuxOsState: {\n serializedName: \"linuxOsState\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImagePropertiesCustom: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesCustom\",\n modelProperties: {\n imageName: {\n serializedName: \"imageName\",\n type: {\n name: \"String\"\n }\n },\n sysPrep: {\n serializedName: \"sysPrep\",\n type: {\n name: \"Boolean\"\n }\n },\n osType: {\n serializedName: \"osType\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataDiskStorageTypeInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataDiskStorageTypeInfo\",\n modelProperties: {\n lun: {\n serializedName: \"lun\",\n type: {\n name: \"String\"\n }\n },\n storageType: {\n serializedName: \"storageType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImagePropertiesFromPlan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromPlan\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n offer: {\n serializedName: \"offer\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FormulaList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FormulaList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Formula\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabVirtualMachineCreationParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachineCreationParameter\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n bulkCreationParameters: {\n serializedName: \"properties.bulkCreationParameters\",\n type: {\n name: \"Composite\",\n className: \"BulkCreationParameters\"\n }\n },\n notes: {\n serializedName: \"properties.notes\",\n type: {\n name: \"String\"\n }\n },\n ownerObjectId: {\n defaultValue: \"dynamicValue\",\n serializedName: \"properties.ownerObjectId\",\n type: {\n name: \"String\"\n }\n },\n ownerUserPrincipalName: {\n serializedName: \"properties.ownerUserPrincipalName\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n customImageId: {\n serializedName: \"properties.customImageId\",\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"properties.size\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n sshKey: {\n serializedName: \"properties.sshKey\",\n type: {\n name: \"String\"\n }\n },\n isAuthenticationWithSshKey: {\n serializedName: \"properties.isAuthenticationWithSshKey\",\n type: {\n name: \"Boolean\"\n }\n },\n labSubnetName: {\n serializedName: \"properties.labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n labVirtualNetworkId: {\n serializedName: \"properties.labVirtualNetworkId\",\n type: {\n name: \"String\"\n }\n },\n disallowPublicIpAddress: {\n defaultValue: false,\n serializedName: \"properties.disallowPublicIpAddress\",\n type: {\n name: \"Boolean\"\n }\n },\n artifacts: {\n serializedName: \"properties.artifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallProperties\"\n }\n }\n }\n },\n galleryImageReference: {\n serializedName: \"properties.galleryImageReference\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageReference\"\n }\n },\n planId: {\n serializedName: \"properties.planId\",\n type: {\n name: \"String\"\n }\n },\n networkInterface: {\n serializedName: \"properties.networkInterface\",\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceProperties\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n allowClaim: {\n defaultValue: false,\n serializedName: \"properties.allowClaim\",\n type: {\n name: \"Boolean\"\n }\n },\n storageType: {\n defaultValue: \"labStorageType\",\n serializedName: \"properties.storageType\",\n type: {\n name: \"String\"\n }\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskParameters: {\n serializedName: \"properties.dataDiskParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskProperties\"\n }\n }\n }\n },\n scheduleParameters: {\n serializedName: \"properties.scheduleParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScheduleCreationParameter\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BulkCreationParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BulkCreationParameters\",\n modelProperties: {\n instanceCount: {\n serializedName: \"instanceCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ArtifactInstallProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallProperties\",\n modelProperties: {\n artifactId: {\n serializedName: \"artifactId\",\n type: {\n name: \"String\"\n }\n },\n artifactTitle: {\n serializedName: \"artifactTitle\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactParameterProperties\"\n }\n }\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n deploymentStatusMessage: {\n serializedName: \"deploymentStatusMessage\",\n type: {\n name: \"String\"\n }\n },\n vmExtensionStatusMessage: {\n serializedName: \"vmExtensionStatusMessage\",\n type: {\n name: \"String\"\n }\n },\n installTime: {\n serializedName: \"installTime\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ArtifactParameterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactParameterProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GalleryImageReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GalleryImageReference\",\n modelProperties: {\n offer: {\n serializedName: \"offer\",\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NetworkInterfaceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceProperties\",\n modelProperties: {\n virtualNetworkId: {\n serializedName: \"virtualNetworkId\",\n type: {\n name: \"String\"\n }\n },\n subnetId: {\n serializedName: \"subnetId\",\n type: {\n name: \"String\"\n }\n },\n publicIpAddressId: {\n serializedName: \"publicIpAddressId\",\n type: {\n name: \"String\"\n }\n },\n publicIpAddress: {\n serializedName: \"publicIpAddress\",\n type: {\n name: \"String\"\n }\n },\n privateIpAddress: {\n serializedName: \"privateIpAddress\",\n type: {\n name: \"String\"\n }\n },\n dnsName: {\n serializedName: \"dnsName\",\n type: {\n name: \"String\"\n }\n },\n rdpAuthority: {\n serializedName: \"rdpAuthority\",\n type: {\n name: \"String\"\n }\n },\n sshAuthority: {\n serializedName: \"sshAuthority\",\n type: {\n name: \"String\"\n }\n },\n sharedPublicIpAddressConfiguration: {\n serializedName: \"sharedPublicIpAddressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SharedPublicIpAddressConfiguration\"\n }\n }\n }\n }\n};\n\nexport const SharedPublicIpAddressConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SharedPublicIpAddressConfiguration\",\n modelProperties: {\n inboundNatRules: {\n serializedName: \"inboundNatRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InboundNatRule\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InboundNatRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InboundNatRule\",\n modelProperties: {\n transportProtocol: {\n serializedName: \"transportProtocol\",\n type: {\n name: \"String\"\n }\n },\n frontendPort: {\n serializedName: \"frontendPort\",\n type: {\n name: \"Number\"\n }\n },\n backendPort: {\n serializedName: \"backendPort\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const DataDiskProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataDiskProperties\",\n modelProperties: {\n attachNewDataDiskOptions: {\n serializedName: \"attachNewDataDiskOptions\",\n type: {\n name: \"Composite\",\n className: \"AttachNewDataDiskOptions\"\n }\n },\n existingLabDiskId: {\n serializedName: \"existingLabDiskId\",\n type: {\n name: \"String\"\n }\n },\n hostCaching: {\n serializedName: \"hostCaching\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AttachNewDataDiskOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AttachNewDataDiskOptions\",\n modelProperties: {\n diskSizeGiB: {\n serializedName: \"diskSizeGiB\",\n type: {\n name: \"Number\"\n }\n },\n diskName: {\n serializedName: \"diskName\",\n type: {\n name: \"String\"\n }\n },\n diskType: {\n serializedName: \"diskType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ScheduleCreationParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduleCreationParameter\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n taskType: {\n serializedName: \"properties.taskType\",\n type: {\n name: \"String\"\n }\n },\n weeklyRecurrence: {\n serializedName: \"properties.weeklyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"WeekDetails\"\n }\n },\n dailyRecurrence: {\n serializedName: \"properties.dailyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"DayDetails\"\n }\n },\n hourlyRecurrence: {\n serializedName: \"properties.hourlyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"HourDetails\"\n }\n },\n timeZoneId: {\n serializedName: \"properties.timeZoneId\",\n type: {\n name: \"String\"\n }\n },\n notificationSettings: {\n serializedName: \"properties.notificationSettings\",\n type: {\n name: \"Composite\",\n className: \"NotificationSettings\"\n }\n },\n targetResourceId: {\n serializedName: \"properties.targetResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const FormulaPropertiesFromVm: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FormulaPropertiesFromVm\",\n modelProperties: {\n labVmId: {\n serializedName: \"labVmId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GalleryImageList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GalleryImageList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GalleryImage\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NotificationChannelList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotificationChannelList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NotificationChannel\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Event: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Event\",\n modelProperties: {\n eventName: {\n serializedName: \"eventName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NotifyParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotifyParameters\",\n modelProperties: {\n eventName: {\n serializedName: \"eventName\",\n type: {\n name: \"String\"\n }\n },\n jsonPayload: {\n serializedName: \"jsonPayload\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EvaluatePoliciesRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EvaluatePoliciesRequest\",\n modelProperties: {\n policies: {\n serializedName: \"policies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EvaluatePoliciesProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EvaluatePoliciesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EvaluatePoliciesProperties\",\n modelProperties: {\n factName: {\n serializedName: \"factName\",\n type: {\n name: \"String\"\n }\n },\n factData: {\n serializedName: \"factData\",\n type: {\n name: \"String\"\n }\n },\n valueOffset: {\n serializedName: \"valueOffset\",\n type: {\n name: \"String\"\n }\n },\n userObjectId: {\n serializedName: \"userObjectId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EvaluatePoliciesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EvaluatePoliciesResponse\",\n modelProperties: {\n results: {\n serializedName: \"results\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PolicySetResult\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PolicySetResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicySetResult\",\n modelProperties: {\n hasError: {\n serializedName: \"hasError\",\n type: {\n name: \"Boolean\"\n }\n },\n policyViolations: {\n serializedName: \"policyViolations\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PolicyViolation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PolicyViolation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicyViolation\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PolicyList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicyList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Policy\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IdentityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n clientSecretUrl: {\n serializedName: \"clientSecretUrl\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"User\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserIdentity\",\n modelProperties: {\n principalName: {\n serializedName: \"principalName\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\"\n }\n },\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UserSecretStore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserSecretStore\",\n modelProperties: {\n keyVaultUri: {\n serializedName: \"keyVaultUri\",\n type: {\n name: \"String\"\n }\n },\n keyVaultId: {\n serializedName: \"keyVaultId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DiskList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Disk\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AttachDiskProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AttachDiskProperties\",\n modelProperties: {\n leasedByLabVmId: {\n serializedName: \"leasedByLabVmId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DetachDiskProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DetachDiskProperties\",\n modelProperties: {\n leasedByLabVmId: {\n serializedName: \"leasedByLabVmId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DtlEnvironmentList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DtlEnvironmentList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DtlEnvironment\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentDeploymentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentDeploymentProperties\",\n modelProperties: {\n armTemplateId: {\n serializedName: \"armTemplateId\",\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"parameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArmTemplateParameterProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ArmTemplateParameterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArmTemplateParameterProperties\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SecretList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Secret\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceFabricList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceFabricList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceFabric\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabVirtualMachineList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachineList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachine\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactDeploymentStatusProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactDeploymentStatusProperties\",\n modelProperties: {\n deploymentStatus: {\n serializedName: \"deploymentStatus\",\n type: {\n name: \"String\"\n }\n },\n artifactsApplied: {\n serializedName: \"artifactsApplied\",\n type: {\n name: \"Number\"\n }\n },\n totalArtifacts: {\n serializedName: \"totalArtifacts\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ComputeVmProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComputeVmProperties\",\n modelProperties: {\n statuses: {\n serializedName: \"statuses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputeVmInstanceViewStatus\"\n }\n }\n }\n },\n osType: {\n serializedName: \"osType\",\n type: {\n name: \"String\"\n }\n },\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\"\n }\n },\n networkInterfaceId: {\n serializedName: \"networkInterfaceId\",\n type: {\n name: \"String\"\n }\n },\n osDiskId: {\n serializedName: \"osDiskId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskIds: {\n serializedName: \"dataDiskIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n dataDisks: {\n serializedName: \"dataDisks\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputeDataDisk\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ComputeVmInstanceViewStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComputeVmInstanceViewStatus\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n displayStatus: {\n serializedName: \"displayStatus\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComputeDataDisk: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComputeDataDisk\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n diskUri: {\n serializedName: \"diskUri\",\n type: {\n name: \"String\"\n }\n },\n managedDiskId: {\n serializedName: \"managedDiskId\",\n type: {\n name: \"String\"\n }\n },\n diskSizeGiB: {\n serializedName: \"diskSizeGiB\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ApplyArtifactsRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplyArtifactsRequest\",\n modelProperties: {\n artifacts: {\n serializedName: \"artifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallProperties\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DetachDataDiskProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DetachDataDiskProperties\",\n modelProperties: {\n existingLabDiskId: {\n serializedName: \"existingLabDiskId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RdpConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RdpConnection\",\n modelProperties: {\n contents: {\n serializedName: \"contents\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResizeLabVirtualMachineProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResizeLabVirtualMachineProperties\",\n modelProperties: {\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Subnet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Subnet\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n allowPublicIp: {\n serializedName: \"allowPublicIp\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExternalSubnet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExternalSubnet\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubnetOverride: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubnetOverride\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n useInVmCreationPermission: {\n serializedName: \"useInVmCreationPermission\",\n type: {\n name: \"String\"\n }\n },\n usePublicIpAddressPermission: {\n serializedName: \"usePublicIpAddressPermission\",\n type: {\n name: \"String\"\n }\n },\n sharedPublicIpAddressConfiguration: {\n serializedName: \"sharedPublicIpAddressConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SubnetSharedPublicIpAddressConfiguration\"\n }\n },\n virtualNetworkPoolName: {\n serializedName: \"virtualNetworkPoolName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubnetSharedPublicIpAddressConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubnetSharedPublicIpAddressConfiguration\",\n modelProperties: {\n allowedPorts: {\n serializedName: \"allowedPorts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Port\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Port: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Port\",\n modelProperties: {\n transportProtocol: {\n serializedName: \"transportProtocol\",\n type: {\n name: \"String\"\n }\n },\n backendPort: {\n serializedName: \"backendPort\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ExportResourceUsageParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExportResourceUsageParameters\",\n modelProperties: {\n blobStorageAbsoluteSasUri: {\n serializedName: \"blobStorageAbsoluteSasUri\",\n type: {\n name: \"String\"\n }\n },\n usageStartDate: {\n serializedName: \"usageStartDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const GenerateUploadUriParameter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GenerateUploadUriParameter\",\n modelProperties: {\n blobName: {\n serializedName: \"blobName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GenerateUploadUriResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GenerateUploadUriResponse\",\n modelProperties: {\n uploadUri: {\n serializedName: \"uploadUri\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ImportLabVirtualMachineRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportLabVirtualMachineRequest\",\n modelProperties: {\n sourceVirtualMachineResourceId: {\n serializedName: \"sourceVirtualMachineResourceId\",\n type: {\n name: \"String\"\n }\n },\n destinationVirtualMachineName: {\n serializedName: \"destinationVirtualMachineName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabVhdList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabVhdList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabVhd\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabVhd: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabVhd\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RetargetScheduleProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RetargetScheduleProperties\",\n modelProperties: {\n currentResourceId: {\n serializedName: \"currentResourceId\",\n type: {\n name: \"String\"\n }\n },\n targetResourceId: {\n serializedName: \"targetResourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceRunnerList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceRunnerList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceRunner\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ShutdownNotificationContent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ShutdownNotificationContent\",\n modelProperties: {\n skipUrl: {\n serializedName: \"skipUrl\",\n type: {\n name: \"String\"\n }\n },\n delayUrl60: {\n serializedName: \"delayUrl60\",\n type: {\n name: \"String\"\n }\n },\n delayUrl120: {\n serializedName: \"delayUrl120\",\n type: {\n name: \"String\"\n }\n },\n vmName: {\n serializedName: \"vmName\",\n type: {\n name: \"String\"\n }\n },\n guid: {\n serializedName: \"guid\",\n type: {\n name: \"String\"\n }\n },\n owner: {\n serializedName: \"owner\",\n type: {\n name: \"String\"\n }\n },\n vmUrl: {\n serializedName: \"vmUrl\",\n type: {\n name: \"String\"\n }\n },\n minutesUntilShutdown: {\n serializedName: \"minutesUntilShutdown\",\n type: {\n name: \"String\"\n }\n },\n eventType: {\n serializedName: \"eventType\",\n type: {\n name: \"String\"\n }\n },\n text: {\n serializedName: \"text\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n resourceGroupName: {\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\"\n }\n },\n labName: {\n serializedName: \"labName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Lab: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Lab\",\n modelProperties: {\n ...Resource.type.modelProperties,\n defaultStorageAccount: {\n serializedName: \"properties.defaultStorageAccount\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n defaultPremiumStorageAccount: {\n serializedName: \"properties.defaultPremiumStorageAccount\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n artifactsStorageAccount: {\n serializedName: \"properties.artifactsStorageAccount\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n premiumDataDiskStorageAccount: {\n serializedName: \"properties.premiumDataDiskStorageAccount\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n vaultName: {\n serializedName: \"properties.vaultName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n labStorageType: {\n serializedName: \"properties.labStorageType\",\n type: {\n name: \"String\"\n }\n },\n mandatoryArtifactsResourceIdsLinux: {\n serializedName: \"properties.mandatoryArtifactsResourceIdsLinux\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n mandatoryArtifactsResourceIdsWindows: {\n serializedName: \"properties.mandatoryArtifactsResourceIdsWindows\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n premiumDataDisks: {\n serializedName: \"properties.premiumDataDisks\",\n type: {\n name: \"String\"\n }\n },\n environmentPermission: {\n serializedName: \"properties.environmentPermission\",\n type: {\n name: \"String\"\n }\n },\n announcement: {\n serializedName: \"properties.announcement\",\n type: {\n name: \"Composite\",\n className: \"LabAnnouncementProperties\"\n }\n },\n support: {\n serializedName: \"properties.support\",\n type: {\n name: \"Composite\",\n className: \"LabSupportProperties\"\n }\n },\n vmCreationResourceGroup: {\n serializedName: \"properties.vmCreationResourceGroup\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publicIpId: {\n serializedName: \"properties.publicIpId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n loadBalancerId: {\n serializedName: \"properties.loadBalancerId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n networkSecurityGroupId: {\n serializedName: \"properties.networkSecurityGroupId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n extendedProperties: {\n serializedName: \"properties.extendedProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Schedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Schedule\",\n modelProperties: {\n ...Resource.type.modelProperties,\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n taskType: {\n serializedName: \"properties.taskType\",\n type: {\n name: \"String\"\n }\n },\n weeklyRecurrence: {\n serializedName: \"properties.weeklyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"WeekDetails\"\n }\n },\n dailyRecurrence: {\n serializedName: \"properties.dailyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"DayDetails\"\n }\n },\n hourlyRecurrence: {\n serializedName: \"properties.hourlyRecurrence\",\n type: {\n name: \"Composite\",\n className: \"HourDetails\"\n }\n },\n timeZoneId: {\n serializedName: \"properties.timeZoneId\",\n type: {\n name: \"String\"\n }\n },\n notificationSettings: {\n serializedName: \"properties.notificationSettings\",\n type: {\n name: \"Composite\",\n className: \"NotificationSettings\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n targetResourceId: {\n serializedName: \"properties.targetResourceId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactSource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n uri: {\n serializedName: \"properties.uri\",\n type: {\n name: \"String\"\n }\n },\n sourceType: {\n serializedName: \"properties.sourceType\",\n type: {\n name: \"String\"\n }\n },\n folderPath: {\n serializedName: \"properties.folderPath\",\n type: {\n name: \"String\"\n }\n },\n armTemplateFolderPath: {\n serializedName: \"properties.armTemplateFolderPath\",\n type: {\n name: \"String\"\n }\n },\n branchRef: {\n serializedName: \"properties.branchRef\",\n type: {\n name: \"String\"\n }\n },\n securityToken: {\n serializedName: \"properties.securityToken\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArmTemplate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArmTemplate\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"properties.publisher\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n icon: {\n serializedName: \"properties.icon\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n contents: {\n serializedName: \"properties.contents\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n parametersValueFilesInfo: {\n serializedName: \"properties.parametersValueFilesInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ParametersValueFileInfo\"\n }\n }\n }\n },\n enabled: {\n serializedName: \"properties.enabled\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Artifact: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Artifact\",\n modelProperties: {\n ...Resource.type.modelProperties,\n title: {\n serializedName: \"properties.title\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n publisher: {\n serializedName: \"properties.publisher\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n filePath: {\n serializedName: \"properties.filePath\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n icon: {\n serializedName: \"properties.icon\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n targetOsType: {\n serializedName: \"properties.targetOsType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n parameters: {\n serializedName: \"properties.parameters\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const LabCost: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabCost\",\n modelProperties: {\n ...Resource.type.modelProperties,\n targetCost: {\n serializedName: \"properties.targetCost\",\n type: {\n name: \"Composite\",\n className: \"TargetCostProperties\"\n }\n },\n labCostSummary: {\n serializedName: \"properties.labCostSummary\",\n type: {\n name: \"Composite\",\n className: \"LabCostSummaryProperties\"\n }\n },\n labCostDetails: {\n serializedName: \"properties.labCostDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabCostDetailsProperties\"\n }\n }\n }\n },\n resourceCosts: {\n serializedName: \"properties.resourceCosts\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LabResourceCostProperties\"\n }\n }\n }\n },\n currencyCode: {\n serializedName: \"properties.currencyCode\",\n type: {\n name: \"String\"\n }\n },\n startDateTime: {\n serializedName: \"properties.startDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n endDateTime: {\n serializedName: \"properties.endDateTime\",\n type: {\n name: \"DateTime\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomImage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomImage\",\n modelProperties: {\n ...Resource.type.modelProperties,\n vm: {\n serializedName: \"properties.vm\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromVm\"\n }\n },\n vhd: {\n serializedName: \"properties.vhd\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesCustom\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n serializedName: \"properties.creationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n managedImageId: {\n serializedName: \"properties.managedImageId\",\n type: {\n name: \"String\"\n }\n },\n managedSnapshotId: {\n serializedName: \"properties.managedSnapshotId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskStorageInfo: {\n serializedName: \"properties.dataDiskStorageInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskStorageTypeInfo\"\n }\n }\n }\n },\n customImagePlan: {\n serializedName: \"properties.customImagePlan\",\n type: {\n name: \"Composite\",\n className: \"CustomImagePropertiesFromPlan\"\n }\n },\n isPlanAuthorized: {\n serializedName: \"properties.isPlanAuthorized\",\n type: {\n name: \"Boolean\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Formula: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Formula\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n author: {\n serializedName: \"properties.author\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n type: {\n name: \"String\"\n }\n },\n creationDate: {\n serializedName: \"properties.creationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n formulaContent: {\n serializedName: \"properties.formulaContent\",\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachineCreationParameter\"\n }\n },\n vm: {\n serializedName: \"properties.vm\",\n type: {\n name: \"Composite\",\n className: \"FormulaPropertiesFromVm\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GalleryImage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GalleryImage\",\n modelProperties: {\n ...Resource.type.modelProperties,\n author: {\n serializedName: \"properties.author\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n imageReference: {\n serializedName: \"properties.imageReference\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageReference\"\n }\n },\n icon: {\n serializedName: \"properties.icon\",\n type: {\n name: \"String\"\n }\n },\n enabled: {\n serializedName: \"properties.enabled\",\n type: {\n name: \"Boolean\"\n }\n },\n planId: {\n serializedName: \"properties.planId\",\n type: {\n name: \"String\"\n }\n },\n isPlanAuthorized: {\n serializedName: \"properties.isPlanAuthorized\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const NotificationChannel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotificationChannel\",\n modelProperties: {\n ...Resource.type.modelProperties,\n webHookUrl: {\n serializedName: \"properties.webHookUrl\",\n type: {\n name: \"String\"\n }\n },\n emailRecipient: {\n serializedName: \"properties.emailRecipient\",\n type: {\n name: \"String\"\n }\n },\n notificationLocale: {\n serializedName: \"properties.notificationLocale\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n events: {\n serializedName: \"properties.events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Event\"\n }\n }\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Policy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Policy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n factName: {\n serializedName: \"properties.factName\",\n type: {\n name: \"String\"\n }\n },\n factData: {\n serializedName: \"properties.factData\",\n type: {\n name: \"String\"\n }\n },\n threshold: {\n serializedName: \"properties.threshold\",\n type: {\n name: \"String\"\n }\n },\n evaluatorType: {\n serializedName: \"properties.evaluatorType\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceRunner: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceRunner\",\n modelProperties: {\n ...Resource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\"\n }\n }\n }\n }\n};\n\nexport const User: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"User\",\n modelProperties: {\n ...Resource.type.modelProperties,\n identity: {\n serializedName: \"properties.identity\",\n type: {\n name: \"Composite\",\n className: \"UserIdentity\"\n }\n },\n secretStore: {\n serializedName: \"properties.secretStore\",\n type: {\n name: \"Composite\",\n className: \"UserSecretStore\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Disk: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Disk\",\n modelProperties: {\n ...Resource.type.modelProperties,\n diskType: {\n serializedName: \"properties.diskType\",\n type: {\n name: \"String\"\n }\n },\n diskSizeGiB: {\n serializedName: \"properties.diskSizeGiB\",\n type: {\n name: \"Number\"\n }\n },\n leasedByLabVmId: {\n serializedName: \"properties.leasedByLabVmId\",\n type: {\n name: \"String\"\n }\n },\n diskBlobName: {\n serializedName: \"properties.diskBlobName\",\n type: {\n name: \"String\"\n }\n },\n diskUri: {\n serializedName: \"properties.diskUri\",\n type: {\n name: \"String\"\n }\n },\n storageAccountId: {\n serializedName: \"properties.storageAccountId\",\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n hostCaching: {\n serializedName: \"properties.hostCaching\",\n type: {\n name: \"String\"\n }\n },\n managedDiskId: {\n serializedName: \"properties.managedDiskId\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DtlEnvironment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DtlEnvironment\",\n modelProperties: {\n ...Resource.type.modelProperties,\n deploymentProperties: {\n serializedName: \"properties.deploymentProperties\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentDeploymentProperties\"\n }\n },\n armTemplateDisplayName: {\n serializedName: \"properties.armTemplateDisplayName\",\n type: {\n name: \"String\"\n }\n },\n resourceGroupId: {\n serializedName: \"properties.resourceGroupId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdByUser: {\n serializedName: \"properties.createdByUser\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Secret: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Secret\",\n modelProperties: {\n ...Resource.type.modelProperties,\n value: {\n serializedName: \"properties.value\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ApplicableSchedule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicableSchedule\",\n modelProperties: {\n ...Resource.type.modelProperties,\n labVmsShutdown: {\n serializedName: \"properties.labVmsShutdown\",\n type: {\n name: \"Composite\",\n className: \"Schedule\"\n }\n },\n labVmsStartup: {\n serializedName: \"properties.labVmsStartup\",\n type: {\n name: \"Composite\",\n className: \"Schedule\"\n }\n }\n }\n }\n};\n\nexport const ServiceFabric: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceFabric\",\n modelProperties: {\n ...Resource.type.modelProperties,\n externalServiceFabricId: {\n serializedName: \"properties.externalServiceFabricId\",\n type: {\n name: \"String\"\n }\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\"\n }\n },\n applicableSchedule: {\n serializedName: \"properties.applicableSchedule\",\n type: {\n name: \"Composite\",\n className: \"ApplicableSchedule\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LabVirtualMachine: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachine\",\n modelProperties: {\n ...Resource.type.modelProperties,\n notes: {\n serializedName: \"properties.notes\",\n type: {\n name: \"String\"\n }\n },\n ownerObjectId: {\n defaultValue: \"dynamicValue\",\n serializedName: \"properties.ownerObjectId\",\n type: {\n name: \"String\"\n }\n },\n ownerUserPrincipalName: {\n serializedName: \"properties.ownerUserPrincipalName\",\n type: {\n name: \"String\"\n }\n },\n createdByUserId: {\n serializedName: \"properties.createdByUserId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdByUser: {\n serializedName: \"properties.createdByUser\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n type: {\n name: \"DateTime\"\n }\n },\n computeId: {\n serializedName: \"properties.computeId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n customImageId: {\n serializedName: \"properties.customImageId\",\n type: {\n name: \"String\"\n }\n },\n osType: {\n serializedName: \"properties.osType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n size: {\n serializedName: \"properties.size\",\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n type: {\n name: \"String\"\n }\n },\n sshKey: {\n serializedName: \"properties.sshKey\",\n type: {\n name: \"String\"\n }\n },\n isAuthenticationWithSshKey: {\n serializedName: \"properties.isAuthenticationWithSshKey\",\n type: {\n name: \"Boolean\"\n }\n },\n fqdn: {\n serializedName: \"properties.fqdn\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n labSubnetName: {\n serializedName: \"properties.labSubnetName\",\n type: {\n name: \"String\"\n }\n },\n labVirtualNetworkId: {\n serializedName: \"properties.labVirtualNetworkId\",\n type: {\n name: \"String\"\n }\n },\n disallowPublicIpAddress: {\n defaultValue: false,\n serializedName: \"properties.disallowPublicIpAddress\",\n type: {\n name: \"Boolean\"\n }\n },\n artifacts: {\n serializedName: \"properties.artifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArtifactInstallProperties\"\n }\n }\n }\n },\n artifactDeploymentStatus: {\n serializedName: \"properties.artifactDeploymentStatus\",\n type: {\n name: \"Composite\",\n className: \"ArtifactDeploymentStatusProperties\"\n }\n },\n galleryImageReference: {\n serializedName: \"properties.galleryImageReference\",\n type: {\n name: \"Composite\",\n className: \"GalleryImageReference\"\n }\n },\n planId: {\n serializedName: \"properties.planId\",\n type: {\n name: \"String\"\n }\n },\n computeVm: {\n serializedName: \"properties.computeVm\",\n type: {\n name: \"Composite\",\n className: \"ComputeVmProperties\"\n }\n },\n networkInterface: {\n serializedName: \"properties.networkInterface\",\n type: {\n name: \"Composite\",\n className: \"NetworkInterfaceProperties\"\n }\n },\n applicableSchedule: {\n serializedName: \"properties.applicableSchedule\",\n type: {\n name: \"Composite\",\n className: \"ApplicableSchedule\"\n }\n },\n expirationDate: {\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n allowClaim: {\n defaultValue: false,\n serializedName: \"properties.allowClaim\",\n type: {\n name: \"Boolean\"\n }\n },\n storageType: {\n defaultValue: \"labStorageType\",\n serializedName: \"properties.storageType\",\n type: {\n name: \"String\"\n }\n },\n virtualMachineCreationSource: {\n serializedName: \"properties.virtualMachineCreationSource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n environmentId: {\n serializedName: \"properties.environmentId\",\n type: {\n name: \"String\"\n }\n },\n dataDiskParameters: {\n serializedName: \"properties.dataDiskParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataDiskProperties\"\n }\n }\n }\n },\n scheduleParameters: {\n serializedName: \"properties.scheduleParameters\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScheduleCreationParameter\"\n }\n }\n }\n },\n lastKnownPowerState: {\n serializedName: \"properties.lastKnownPowerState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetwork: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetwork\",\n modelProperties: {\n ...Resource.type.modelProperties,\n allowedSubnets: {\n serializedName: \"properties.allowedSubnets\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Subnet\"\n }\n }\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n externalProviderResourceId: {\n serializedName: \"properties.externalProviderResourceId\",\n type: {\n name: \"String\"\n }\n },\n externalSubnets: {\n serializedName: \"properties.externalSubnets\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExternalSubnet\"\n }\n }\n }\n },\n subnetOverrides: {\n serializedName: \"properties.subnetOverrides\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubnetOverride\"\n }\n }\n }\n },\n createdDate: {\n serializedName: \"properties.createdDate\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n uniqueIdentifier: {\n serializedName: \"properties.uniqueIdentifier\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ArtifactSourceFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArtifactSourceFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const CustomImageFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomImageFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const FormulaFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FormulaFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const NotificationChannelFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NotificationChannelFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const PolicyFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PolicyFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const ScheduleFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduleFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const UserFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const DiskFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DiskFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const DtlEnvironmentFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DtlEnvironmentFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const SecretFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const ServiceFabricFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceFabricFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const LabVirtualMachineFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabVirtualMachineFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const VirtualNetworkFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const LabFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LabFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n\nexport const ApplicableScheduleFragment: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApplicableScheduleFragment\",\n modelProperties: {\n ...UpdateResource.type.modelProperties\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n Lab as LabMapper,\n LabFragment as LabFragmentMapper,\n LabVirtualMachineCreationParameter as LabVirtualMachineCreationParameterMapper,\n ExportResourceUsageParameters as ExportResourceUsageParametersMapper,\n GenerateUploadUriParameter as GenerateUploadUriParameterMapper,\n ImportLabVirtualMachineRequest as ImportLabVirtualMachineRequestMapper,\n Schedule as ScheduleMapper,\n ScheduleFragment as ScheduleFragmentMapper,\n RetargetScheduleProperties as RetargetSchedulePropertiesMapper,\n ArtifactSource as ArtifactSourceMapper,\n ArtifactSourceFragment as ArtifactSourceFragmentMapper,\n GenerateArmTemplateRequest as GenerateArmTemplateRequestMapper,\n LabCost as LabCostMapper,\n CustomImage as CustomImageMapper,\n CustomImageFragment as CustomImageFragmentMapper,\n Formula as FormulaMapper,\n FormulaFragment as FormulaFragmentMapper,\n NotificationChannel as NotificationChannelMapper,\n NotificationChannelFragment as NotificationChannelFragmentMapper,\n NotifyParameters as NotifyParametersMapper,\n EvaluatePoliciesRequest as EvaluatePoliciesRequestMapper,\n Policy as PolicyMapper,\n PolicyFragment as PolicyFragmentMapper,\n ServiceRunner as ServiceRunnerMapper,\n User as UserMapper,\n UserFragment as UserFragmentMapper,\n Disk as DiskMapper,\n DiskFragment as DiskFragmentMapper,\n AttachDiskProperties as AttachDiskPropertiesMapper,\n DetachDiskProperties as DetachDiskPropertiesMapper,\n DtlEnvironment as DtlEnvironmentMapper,\n DtlEnvironmentFragment as DtlEnvironmentFragmentMapper,\n Secret as SecretMapper,\n SecretFragment as SecretFragmentMapper,\n ServiceFabric as ServiceFabricMapper,\n ServiceFabricFragment as ServiceFabricFragmentMapper,\n LabVirtualMachine as LabVirtualMachineMapper,\n LabVirtualMachineFragment as LabVirtualMachineFragmentMapper,\n DataDiskProperties as DataDiskPropertiesMapper,\n ApplyArtifactsRequest as ApplyArtifactsRequestMapper,\n DetachDataDiskProperties as DetachDataDiskPropertiesMapper,\n ResizeLabVirtualMachineProperties as ResizeLabVirtualMachinePropertiesMapper,\n VirtualNetwork as VirtualNetworkMapper,\n VirtualNetworkFragment as VirtualNetworkFragmentMapper\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2018-09-15\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const orderby: OperationQueryParameter = {\n parameterPath: [\"options\", \"orderby\"],\n mapper: {\n serializedName: \"$orderby\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const name: OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const lab: OperationParameter = {\n parameterPath: \"lab\",\n mapper: LabMapper\n};\n\nexport const lab1: OperationParameter = {\n parameterPath: \"lab\",\n mapper: LabFragmentMapper\n};\n\nexport const labVirtualMachineCreationParameter: OperationParameter = {\n parameterPath: \"labVirtualMachineCreationParameter\",\n mapper: LabVirtualMachineCreationParameterMapper\n};\n\nexport const exportResourceUsageParameters: OperationParameter = {\n parameterPath: \"exportResourceUsageParameters\",\n mapper: ExportResourceUsageParametersMapper\n};\n\nexport const generateUploadUriParameter: OperationParameter = {\n parameterPath: \"generateUploadUriParameter\",\n mapper: GenerateUploadUriParameterMapper\n};\n\nexport const importLabVirtualMachineRequest: OperationParameter = {\n parameterPath: \"importLabVirtualMachineRequest\",\n mapper: ImportLabVirtualMachineRequestMapper\n};\n\nexport const locationName: OperationURLParameter = {\n parameterPath: \"locationName\",\n mapper: {\n serializedName: \"locationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const schedule: OperationParameter = {\n parameterPath: \"schedule\",\n mapper: ScheduleMapper\n};\n\nexport const schedule1: OperationParameter = {\n parameterPath: \"schedule\",\n mapper: ScheduleFragmentMapper\n};\n\nexport const retargetScheduleProperties: OperationParameter = {\n parameterPath: \"retargetScheduleProperties\",\n mapper: RetargetSchedulePropertiesMapper\n};\n\nexport const labName: OperationURLParameter = {\n parameterPath: \"labName\",\n mapper: {\n serializedName: \"labName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const artifactSource: OperationParameter = {\n parameterPath: \"artifactSource\",\n mapper: ArtifactSourceMapper\n};\n\nexport const artifactSource1: OperationParameter = {\n parameterPath: \"artifactSource\",\n mapper: ArtifactSourceFragmentMapper\n};\n\nexport const artifactSourceName: OperationURLParameter = {\n parameterPath: \"artifactSourceName\",\n mapper: {\n serializedName: \"artifactSourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const generateArmTemplateRequest: OperationParameter = {\n parameterPath: \"generateArmTemplateRequest\",\n mapper: GenerateArmTemplateRequestMapper\n};\n\nexport const labCost: OperationParameter = {\n parameterPath: \"labCost\",\n mapper: LabCostMapper\n};\n\nexport const customImage: OperationParameter = {\n parameterPath: \"customImage\",\n mapper: CustomImageMapper\n};\n\nexport const customImage1: OperationParameter = {\n parameterPath: \"customImage\",\n mapper: CustomImageFragmentMapper\n};\n\nexport const formula: OperationParameter = {\n parameterPath: \"formula\",\n mapper: FormulaMapper\n};\n\nexport const formula1: OperationParameter = {\n parameterPath: \"formula\",\n mapper: FormulaFragmentMapper\n};\n\nexport const notificationChannel: OperationParameter = {\n parameterPath: \"notificationChannel\",\n mapper: NotificationChannelMapper\n};\n\nexport const notificationChannel1: OperationParameter = {\n parameterPath: \"notificationChannel\",\n mapper: NotificationChannelFragmentMapper\n};\n\nexport const notifyParameters: OperationParameter = {\n parameterPath: \"notifyParameters\",\n mapper: NotifyParametersMapper\n};\n\nexport const evaluatePoliciesRequest: OperationParameter = {\n parameterPath: \"evaluatePoliciesRequest\",\n mapper: EvaluatePoliciesRequestMapper\n};\n\nexport const policySetName: OperationURLParameter = {\n parameterPath: \"policySetName\",\n mapper: {\n serializedName: \"policySetName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const policy: OperationParameter = {\n parameterPath: \"policy\",\n mapper: PolicyMapper\n};\n\nexport const policy1: OperationParameter = {\n parameterPath: \"policy\",\n mapper: PolicyFragmentMapper\n};\n\nexport const serviceRunner: OperationParameter = {\n parameterPath: \"serviceRunner\",\n mapper: ServiceRunnerMapper\n};\n\nexport const user: OperationParameter = {\n parameterPath: \"user\",\n mapper: UserMapper\n};\n\nexport const user1: OperationParameter = {\n parameterPath: \"user\",\n mapper: UserFragmentMapper\n};\n\nexport const userName: OperationURLParameter = {\n parameterPath: \"userName\",\n mapper: {\n serializedName: \"userName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const disk: OperationParameter = {\n parameterPath: \"disk\",\n mapper: DiskMapper\n};\n\nexport const disk1: OperationParameter = {\n parameterPath: \"disk\",\n mapper: DiskFragmentMapper\n};\n\nexport const attachDiskProperties: OperationParameter = {\n parameterPath: \"attachDiskProperties\",\n mapper: AttachDiskPropertiesMapper\n};\n\nexport const detachDiskProperties: OperationParameter = {\n parameterPath: \"detachDiskProperties\",\n mapper: DetachDiskPropertiesMapper\n};\n\nexport const dtlEnvironment: OperationParameter = {\n parameterPath: \"dtlEnvironment\",\n mapper: DtlEnvironmentMapper\n};\n\nexport const dtlEnvironment1: OperationParameter = {\n parameterPath: \"dtlEnvironment\",\n mapper: DtlEnvironmentFragmentMapper\n};\n\nexport const secret: OperationParameter = {\n parameterPath: \"secret\",\n mapper: SecretMapper\n};\n\nexport const secret1: OperationParameter = {\n parameterPath: \"secret\",\n mapper: SecretFragmentMapper\n};\n\nexport const serviceFabric: OperationParameter = {\n parameterPath: \"serviceFabric\",\n mapper: ServiceFabricMapper\n};\n\nexport const serviceFabric1: OperationParameter = {\n parameterPath: \"serviceFabric\",\n mapper: ServiceFabricFragmentMapper\n};\n\nexport const serviceFabricName: OperationURLParameter = {\n parameterPath: \"serviceFabricName\",\n mapper: {\n serializedName: \"serviceFabricName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const labVirtualMachine: OperationParameter = {\n parameterPath: \"labVirtualMachine\",\n mapper: LabVirtualMachineMapper\n};\n\nexport const labVirtualMachine1: OperationParameter = {\n parameterPath: \"labVirtualMachine\",\n mapper: LabVirtualMachineFragmentMapper\n};\n\nexport const dataDiskProperties: OperationParameter = {\n parameterPath: \"dataDiskProperties\",\n mapper: DataDiskPropertiesMapper\n};\n\nexport const applyArtifactsRequest: OperationParameter = {\n parameterPath: \"applyArtifactsRequest\",\n mapper: ApplyArtifactsRequestMapper\n};\n\nexport const detachDataDiskProperties: OperationParameter = {\n parameterPath: \"detachDataDiskProperties\",\n mapper: DetachDataDiskPropertiesMapper\n};\n\nexport const resizeLabVirtualMachineProperties: OperationParameter = {\n parameterPath: \"resizeLabVirtualMachineProperties\",\n mapper: ResizeLabVirtualMachinePropertiesMapper\n};\n\nexport const virtualMachineName: OperationURLParameter = {\n parameterPath: \"virtualMachineName\",\n mapper: {\n serializedName: \"virtualMachineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const virtualNetwork: OperationParameter = {\n parameterPath: \"virtualNetwork\",\n mapper: VirtualNetworkMapper\n};\n\nexport const virtualNetwork1: OperationParameter = {\n parameterPath: \"virtualNetwork\",\n mapper: VirtualNetworkFragmentMapper\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ProviderOperations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport {\n OperationMetadata,\n ProviderOperationsListNextOptionalParams,\n ProviderOperationsListOptionalParams,\n ProviderOperationsListResponse,\n ProviderOperationsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ProviderOperations operations. */\nexport class ProviderOperationsImpl implements ProviderOperations {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class ProviderOperations class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * Result of the request to list REST API operations\n * @param options The options parameters.\n */\n public list(\n options?: ProviderOperationsListOptionalParams\n ): PagedAsyncIterableIterator<OperationMetadata> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(options);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ProviderOperationsListOptionalParams\n ): AsyncIterableIterator<OperationMetadata[]> {\n let result = await this._list(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n options?: ProviderOperationsListOptionalParams\n ): AsyncIterableIterator<OperationMetadata> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Result of the request to list REST API operations\n * @param options The options parameters.\n */\n private _list(\n options?: ProviderOperationsListOptionalParams\n ): Promise<ProviderOperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: ProviderOperationsListNextOptionalParams\n ): Promise<ProviderOperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.DevTestLab/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProviderOperationResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ProviderOperationResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Labs } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Lab,\n LabsListBySubscriptionNextOptionalParams,\n LabsListBySubscriptionOptionalParams,\n LabsListByResourceGroupNextOptionalParams,\n LabsListByResourceGroupOptionalParams,\n LabVhd,\n LabsListVhdsNextOptionalParams,\n LabsListVhdsOptionalParams,\n LabsListBySubscriptionResponse,\n LabsListByResourceGroupResponse,\n LabsGetOptionalParams,\n LabsGetResponse,\n LabsCreateOrUpdateOptionalParams,\n LabsCreateOrUpdateResponse,\n LabsDeleteOptionalParams,\n LabFragment,\n LabsUpdateOptionalParams,\n LabsUpdateResponse,\n LabsClaimAnyVmOptionalParams,\n LabVirtualMachineCreationParameter,\n LabsCreateEnvironmentOptionalParams,\n ExportResourceUsageParameters,\n LabsExportResourceUsageOptionalParams,\n GenerateUploadUriParameter,\n LabsGenerateUploadUriOptionalParams,\n LabsGenerateUploadUriResponse,\n ImportLabVirtualMachineRequest,\n LabsImportVirtualMachineOptionalParams,\n LabsListVhdsResponse,\n LabsListBySubscriptionNextResponse,\n LabsListByResourceGroupNextResponse,\n LabsListVhdsNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Labs operations. */\nexport class LabsImpl implements Labs {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Labs class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List labs in a subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: LabsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Lab> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: LabsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Lab[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: LabsListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Lab> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List labs in a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: LabsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Lab> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: LabsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Lab[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: LabsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Lab> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List disk images available for custom image creation.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param options The options parameters.\n */\n public listVhds(\n resourceGroupName: string,\n name: string,\n options?: LabsListVhdsOptionalParams\n ): PagedAsyncIterableIterator<LabVhd> {\n const iter = this.listVhdsPagingAll(resourceGroupName, name, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listVhdsPagingPage(resourceGroupName, name, options);\n }\n };\n }\n\n private async *listVhdsPagingPage(\n resourceGroupName: string,\n name: string,\n options?: LabsListVhdsOptionalParams\n ): AsyncIterableIterator<LabVhd[]> {\n let result = await this._listVhds(resourceGroupName, name, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listVhdsNext(\n resourceGroupName,\n name,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listVhdsPagingAll(\n resourceGroupName: string,\n name: string,\n options?: LabsListVhdsOptionalParams\n ): AsyncIterableIterator<LabVhd> {\n for await (const page of this.listVhdsPagingPage(\n resourceGroupName,\n name,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List labs in a subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: LabsListBySubscriptionOptionalParams\n ): Promise<LabsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List labs in a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: LabsListByResourceGroupOptionalParams\n ): Promise<LabsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Get lab.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n name: string,\n options?: LabsGetOptionalParams\n ): Promise<LabsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param lab A lab.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n name: string,\n lab: Lab,\n options?: LabsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<LabsCreateOrUpdateResponse>,\n LabsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<LabsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, name, lab, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create or replace an existing lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param lab A lab.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n name: string,\n lab: Lab,\n options?: LabsCreateOrUpdateOptionalParams\n ): Promise<LabsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n name,\n lab,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n name: string,\n options?: LabsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, name, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n name: string,\n options?: LabsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, name, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Allows modifying tags of labs. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param lab A lab.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n name: string,\n lab: LabFragment,\n options?: LabsUpdateOptionalParams\n ): Promise<LabsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, lab, options },\n updateOperationSpec\n );\n }\n\n /**\n * Claim a random claimable virtual machine in the lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param options The options parameters.\n */\n async beginClaimAnyVm(\n resourceGroupName: string,\n name: string,\n options?: LabsClaimAnyVmOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, name, options },\n claimAnyVmOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Claim a random claimable virtual machine in the lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param options The options parameters.\n */\n async beginClaimAnyVmAndWait(\n resourceGroupName: string,\n name: string,\n options?: LabsClaimAnyVmOptionalParams\n ): Promise<void> {\n const poller = await this.beginClaimAnyVm(resourceGroupName, name, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Create virtual machines in a lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param labVirtualMachineCreationParameter Properties for creating a virtual machine.\n * @param options The options parameters.\n */\n async beginCreateEnvironment(\n resourceGroupName: string,\n name: string,\n labVirtualMachineCreationParameter: LabVirtualMachineCreationParameter,\n options?: LabsCreateEnvironmentOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, name, labVirtualMachineCreationParameter, options },\n createEnvironmentOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create virtual machines in a lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param labVirtualMachineCreationParameter Properties for creating a virtual machine.\n * @param options The options parameters.\n */\n async beginCreateEnvironmentAndWait(\n resourceGroupName: string,\n name: string,\n labVirtualMachineCreationParameter: LabVirtualMachineCreationParameter,\n options?: LabsCreateEnvironmentOptionalParams\n ): Promise<void> {\n const poller = await this.beginCreateEnvironment(\n resourceGroupName,\n name,\n labVirtualMachineCreationParameter,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Exports the lab resource usage into a storage account This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param exportResourceUsageParameters The parameters of the export operation.\n * @param options The options parameters.\n */\n async beginExportResourceUsage(\n resourceGroupName: string,\n name: string,\n exportResourceUsageParameters: ExportResourceUsageParameters,\n options?: LabsExportResourceUsageOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, name, exportResourceUsageParameters, options },\n exportResourceUsageOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Exports the lab resource usage into a storage account This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param exportResourceUsageParameters The parameters of the export operation.\n * @param options The options parameters.\n */\n async beginExportResourceUsageAndWait(\n resourceGroupName: string,\n name: string,\n exportResourceUsageParameters: ExportResourceUsageParameters,\n options?: LabsExportResourceUsageOptionalParams\n ): Promise<void> {\n const poller = await this.beginExportResourceUsage(\n resourceGroupName,\n name,\n exportResourceUsageParameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Generate a URI for uploading custom disk images to a Lab.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param generateUploadUriParameter Properties for generating an upload URI.\n * @param options The options parameters.\n */\n generateUploadUri(\n resourceGroupName: string,\n name: string,\n generateUploadUriParameter: GenerateUploadUriParameter,\n options?: LabsGenerateUploadUriOptionalParams\n ): Promise<LabsGenerateUploadUriResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, generateUploadUriParameter, options },\n generateUploadUriOperationSpec\n );\n }\n\n /**\n * Import a virtual machine into a different lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param importLabVirtualMachineRequest This represents the payload required to import a virtual\n * machine from a different lab into the current one\n * @param options The options parameters.\n */\n async beginImportVirtualMachine(\n resourceGroupName: string,\n name: string,\n importLabVirtualMachineRequest: ImportLabVirtualMachineRequest,\n options?: LabsImportVirtualMachineOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, name, importLabVirtualMachineRequest, options },\n importVirtualMachineOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Import a virtual machine into a different lab. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param importLabVirtualMachineRequest This represents the payload required to import a virtual\n * machine from a different lab into the current one\n * @param options The options parameters.\n */\n async beginImportVirtualMachineAndWait(\n resourceGroupName: string,\n name: string,\n importLabVirtualMachineRequest: ImportLabVirtualMachineRequest,\n options?: LabsImportVirtualMachineOptionalParams\n ): Promise<void> {\n const poller = await this.beginImportVirtualMachine(\n resourceGroupName,\n name,\n importLabVirtualMachineRequest,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * List disk images available for custom image creation.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param options The options parameters.\n */\n private _listVhds(\n resourceGroupName: string,\n name: string,\n options?: LabsListVhdsOptionalParams\n ): Promise<LabsListVhdsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, options },\n listVhdsOperationSpec\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: LabsListBySubscriptionNextOptionalParams\n ): Promise<LabsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: LabsListByResourceGroupNextOptionalParams\n ): Promise<LabsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n\n /**\n * ListVhdsNext\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the lab.\n * @param nextLink The nextLink from the previous successful call to the ListVhds method.\n * @param options The options parameters.\n */\n private _listVhdsNext(\n resourceGroupName: string,\n name: string,\n nextLink: string,\n options?: LabsListVhdsNextOptionalParams\n ): Promise<LabsListVhdsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, nextLink, options },\n listVhdsNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/labs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Lab\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Lab\n },\n 201: {\n bodyMapper: Mappers.Lab\n },\n 202: {\n bodyMapper: Mappers.Lab\n },\n 204: {\n bodyMapper: Mappers.Lab\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.lab,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Lab\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.lab1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst claimAnyVmOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/claimAnyVm\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createEnvironmentOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/createEnvironment\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.labVirtualMachineCreationParameter,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst exportResourceUsageOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/exportResourceUsage\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.exportResourceUsageParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst generateUploadUriOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/generateUploadUri\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.GenerateUploadUriResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.generateUploadUriParameter,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst importVirtualMachineOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/importVirtualMachine\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.importLabVirtualMachineRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listVhdsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/listVhds\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabVhdList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listVhdsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabVhdList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Operations } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { OperationsGetOptionalParams, OperationsGetResponse } from \"../models\";\n\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * Get operation.\n * @param locationName The name of the location.\n * @param name The name of the operation.\n * @param options The options parameters.\n */\n get(\n locationName: string,\n name: string,\n options?: OperationsGetOptionalParams\n ): Promise<OperationsGetResponse> {\n return this.client.sendOperationRequest(\n { locationName, name, options },\n getOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/locations/{locationName}/operations/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationResult\n },\n 202: {\n bodyMapper: Mappers.OperationResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.name,\n Parameters.locationName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { GlobalSchedules } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Schedule,\n GlobalSchedulesListBySubscriptionNextOptionalParams,\n GlobalSchedulesListBySubscriptionOptionalParams,\n GlobalSchedulesListByResourceGroupNextOptionalParams,\n GlobalSchedulesListByResourceGroupOptionalParams,\n GlobalSchedulesListBySubscriptionResponse,\n GlobalSchedulesListByResourceGroupResponse,\n GlobalSchedulesGetOptionalParams,\n GlobalSchedulesGetResponse,\n GlobalSchedulesCreateOrUpdateOptionalParams,\n GlobalSchedulesCreateOrUpdateResponse,\n GlobalSchedulesDeleteOptionalParams,\n ScheduleFragment,\n GlobalSchedulesUpdateOptionalParams,\n GlobalSchedulesUpdateResponse,\n GlobalSchedulesExecuteOptionalParams,\n RetargetScheduleProperties,\n GlobalSchedulesRetargetOptionalParams,\n GlobalSchedulesListBySubscriptionNextResponse,\n GlobalSchedulesListByResourceGroupNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing GlobalSchedules operations. */\nexport class GlobalSchedulesImpl implements GlobalSchedules {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class GlobalSchedules class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List schedules in a subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: GlobalSchedulesListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Schedule> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listBySubscriptionPagingPage(options);\n }\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: GlobalSchedulesListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Schedule[]> {\n let result = await this._listBySubscription(options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: GlobalSchedulesListBySubscriptionOptionalParams\n ): AsyncIterableIterator<Schedule> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List schedules in a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: GlobalSchedulesListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Schedule> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listByResourceGroupPagingPage(resourceGroupName, options);\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: GlobalSchedulesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Schedule[]> {\n let result = await this._listByResourceGroup(resourceGroupName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: GlobalSchedulesListByResourceGroupOptionalParams\n ): AsyncIterableIterator<Schedule> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List schedules in a subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: GlobalSchedulesListBySubscriptionOptionalParams\n ): Promise<GlobalSchedulesListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec\n );\n }\n\n /**\n * List schedules in a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: GlobalSchedulesListByResourceGroupOptionalParams\n ): Promise<GlobalSchedulesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Get schedule.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n name: string,\n options?: GlobalSchedulesGetOptionalParams\n ): Promise<GlobalSchedulesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing schedule.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n name: string,\n schedule: Schedule,\n options?: GlobalSchedulesCreateOrUpdateOptionalParams\n ): Promise<GlobalSchedulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, schedule, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete schedule.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n name: string,\n options?: GlobalSchedulesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Allows modifying tags of schedules. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n name: string,\n schedule: ScheduleFragment,\n options?: GlobalSchedulesUpdateOptionalParams\n ): Promise<GlobalSchedulesUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, schedule, options },\n updateOperationSpec\n );\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n async beginExecute(\n resourceGroupName: string,\n name: string,\n options?: GlobalSchedulesExecuteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, name, options },\n executeOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n async beginExecuteAndWait(\n resourceGroupName: string,\n name: string,\n options?: GlobalSchedulesExecuteOptionalParams\n ): Promise<void> {\n const poller = await this.beginExecute(resourceGroupName, name, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Updates a schedule's target resource Id. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param retargetScheduleProperties Properties for retargeting a virtual machine schedule.\n * @param options The options parameters.\n */\n async beginRetarget(\n resourceGroupName: string,\n name: string,\n retargetScheduleProperties: RetargetScheduleProperties,\n options?: GlobalSchedulesRetargetOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, name, retargetScheduleProperties, options },\n retargetOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Updates a schedule's target resource Id. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param name The name of the schedule.\n * @param retargetScheduleProperties Properties for retargeting a virtual machine schedule.\n * @param options The options parameters.\n */\n async beginRetargetAndWait(\n resourceGroupName: string,\n name: string,\n retargetScheduleProperties: RetargetScheduleProperties,\n options?: GlobalSchedulesRetargetOptionalParams\n ): Promise<void> {\n const poller = await this.beginRetarget(\n resourceGroupName,\n name,\n retargetScheduleProperties,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: GlobalSchedulesListBySubscriptionNextOptionalParams\n ): Promise<GlobalSchedulesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: GlobalSchedulesListByResourceGroupNextOptionalParams\n ): Promise<GlobalSchedulesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/schedules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n 201: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.schedule,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.schedule1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst executeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}/execute\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst retargetOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules/{name}/retarget\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.retargetScheduleProperties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ArtifactSources } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport {\n ArtifactSource,\n ArtifactSourcesListNextOptionalParams,\n ArtifactSourcesListOptionalParams,\n ArtifactSourcesListResponse,\n ArtifactSourcesGetOptionalParams,\n ArtifactSourcesGetResponse,\n ArtifactSourcesCreateOrUpdateOptionalParams,\n ArtifactSourcesCreateOrUpdateResponse,\n ArtifactSourcesDeleteOptionalParams,\n ArtifactSourceFragment,\n ArtifactSourcesUpdateOptionalParams,\n ArtifactSourcesUpdateResponse,\n ArtifactSourcesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ArtifactSources operations. */\nexport class ArtifactSourcesImpl implements ArtifactSources {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class ArtifactSources class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List artifact sources in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n options?: ArtifactSourcesListOptionalParams\n ): PagedAsyncIterableIterator<ArtifactSource> {\n const iter = this.listPagingAll(resourceGroupName, labName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, labName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n options?: ArtifactSourcesListOptionalParams\n ): AsyncIterableIterator<ArtifactSource[]> {\n let result = await this._list(resourceGroupName, labName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n options?: ArtifactSourcesListOptionalParams\n ): AsyncIterableIterator<ArtifactSource> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List artifact sources in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n options?: ArtifactSourcesListOptionalParams\n ): Promise<ArtifactSourcesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: ArtifactSourcesGetOptionalParams\n ): Promise<ArtifactSourcesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param artifactSource Properties of an artifact source.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labName: string,\n name: string,\n artifactSource: ArtifactSource,\n options?: ArtifactSourcesCreateOrUpdateOptionalParams\n ): Promise<ArtifactSourcesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, artifactSource, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: ArtifactSourcesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Allows modifying tags of artifact sources. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the artifact source.\n * @param artifactSource Properties of an artifact source.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n name: string,\n artifactSource: ArtifactSourceFragment,\n options?: ArtifactSourcesUpdateOptionalParams\n ): Promise<ArtifactSourcesUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, artifactSource, options },\n updateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n nextLink: string,\n options?: ArtifactSourcesListNextOptionalParams\n ): Promise<ArtifactSourcesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactSourceList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactSource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactSource\n },\n 201: {\n bodyMapper: Mappers.ArtifactSource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.artifactSource,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactSource\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.artifactSource1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactSourceList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ArmTemplates } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport {\n ArmTemplate,\n ArmTemplatesListNextOptionalParams,\n ArmTemplatesListOptionalParams,\n ArmTemplatesListResponse,\n ArmTemplatesGetOptionalParams,\n ArmTemplatesGetResponse,\n ArmTemplatesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ArmTemplates operations. */\nexport class ArmTemplatesImpl implements ArmTemplates {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class ArmTemplates class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List azure resource manager templates in a given artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n options?: ArmTemplatesListOptionalParams\n ): PagedAsyncIterableIterator<ArmTemplate> {\n const iter = this.listPagingAll(\n resourceGroupName,\n labName,\n artifactSourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(\n resourceGroupName,\n labName,\n artifactSourceName,\n options\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n options?: ArmTemplatesListOptionalParams\n ): AsyncIterableIterator<ArmTemplate[]> {\n let result = await this._list(\n resourceGroupName,\n labName,\n artifactSourceName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n artifactSourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n options?: ArmTemplatesListOptionalParams\n ): AsyncIterableIterator<ArmTemplate> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n artifactSourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List azure resource manager templates in a given artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n options?: ArmTemplatesListOptionalParams\n ): Promise<ArmTemplatesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, artifactSourceName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get azure resource manager template.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the azure resource manager template.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n name: string,\n options?: ArmTemplatesGetOptionalParams\n ): Promise<ArmTemplatesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, artifactSourceName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n nextLink: string,\n options?: ArmTemplatesListNextOptionalParams\n ): Promise<ArmTemplatesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, artifactSourceName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/armtemplates\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArmTemplateList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.artifactSourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/armtemplates/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArmTemplate\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.artifactSourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArmTemplateList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.artifactSourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Artifacts } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport {\n Artifact,\n ArtifactsListNextOptionalParams,\n ArtifactsListOptionalParams,\n ArtifactsListResponse,\n ArtifactsGetOptionalParams,\n ArtifactsGetResponse,\n GenerateArmTemplateRequest,\n ArtifactsGenerateArmTemplateOptionalParams,\n ArtifactsGenerateArmTemplateResponse,\n ArtifactsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Artifacts operations. */\nexport class ArtifactsImpl implements Artifacts {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Artifacts class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List artifacts in a given artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n options?: ArtifactsListOptionalParams\n ): PagedAsyncIterableIterator<Artifact> {\n const iter = this.listPagingAll(\n resourceGroupName,\n labName,\n artifactSourceName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(\n resourceGroupName,\n labName,\n artifactSourceName,\n options\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n options?: ArtifactsListOptionalParams\n ): AsyncIterableIterator<Artifact[]> {\n let result = await this._list(\n resourceGroupName,\n labName,\n artifactSourceName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n artifactSourceName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n options?: ArtifactsListOptionalParams\n ): AsyncIterableIterator<Artifact> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n artifactSourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List artifacts in a given artifact source.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n options?: ArtifactsListOptionalParams\n ): Promise<ArtifactsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, artifactSourceName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get artifact.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the artifact.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n name: string,\n options?: ArtifactsGetOptionalParams\n ): Promise<ArtifactsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, artifactSourceName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Generates an ARM template for the given artifact, uploads the required files to a storage account,\n * and validates the generated artifact.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param name The name of the artifact.\n * @param generateArmTemplateRequest Parameters for generating an ARM template for deploying artifacts.\n * @param options The options parameters.\n */\n generateArmTemplate(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n name: string,\n generateArmTemplateRequest: GenerateArmTemplateRequest,\n options?: ArtifactsGenerateArmTemplateOptionalParams\n ): Promise<ArtifactsGenerateArmTemplateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n artifactSourceName,\n name,\n generateArmTemplateRequest,\n options\n },\n generateArmTemplateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param artifactSourceName The name of the artifact source.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n artifactSourceName: string,\n nextLink: string,\n options?: ArtifactsListNextOptionalParams\n ): Promise<ArtifactsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, artifactSourceName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.artifactSourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Artifact\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.artifactSourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst generateArmTemplateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}/generateArmTemplate\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArmTemplateInfo\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.generateArmTemplateRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.artifactSourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ArtifactList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.artifactSourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Costs } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport {\n CostsGetOptionalParams,\n CostsGetResponse,\n LabCost,\n CostsCreateOrUpdateOptionalParams,\n CostsCreateOrUpdateResponse\n} from \"../models\";\n\n/** Class containing Costs operations. */\nexport class CostsImpl implements Costs {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Costs class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * Get cost.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the cost.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: CostsGetOptionalParams\n ): Promise<CostsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing cost.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the cost.\n * @param labCost A cost item.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labName: string,\n name: string,\n labCost: LabCost,\n options?: CostsCreateOrUpdateOptionalParams\n ): Promise<CostsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, labCost, options },\n createOrUpdateOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/costs/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabCost\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/costs/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabCost\n },\n 201: {\n bodyMapper: Mappers.LabCost\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.labCost,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { CustomImages } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n CustomImage,\n CustomImagesListNextOptionalParams,\n CustomImagesListOptionalParams,\n CustomImagesListResponse,\n CustomImagesGetOptionalParams,\n CustomImagesGetResponse,\n CustomImagesCreateOrUpdateOptionalParams,\n CustomImagesCreateOrUpdateResponse,\n CustomImagesDeleteOptionalParams,\n CustomImageFragment,\n CustomImagesUpdateOptionalParams,\n CustomImagesUpdateResponse,\n CustomImagesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing CustomImages operations. */\nexport class CustomImagesImpl implements CustomImages {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class CustomImages class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List custom images in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n options?: CustomImagesListOptionalParams\n ): PagedAsyncIterableIterator<CustomImage> {\n const iter = this.listPagingAll(resourceGroupName, labName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, labName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n options?: CustomImagesListOptionalParams\n ): AsyncIterableIterator<CustomImage[]> {\n let result = await this._list(resourceGroupName, labName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n options?: CustomImagesListOptionalParams\n ): AsyncIterableIterator<CustomImage> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List custom images in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n options?: CustomImagesListOptionalParams\n ): Promise<CustomImagesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get custom image.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: CustomImagesGetOptionalParams\n ): Promise<CustomImagesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing custom image. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param customImage A custom image.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n name: string,\n customImage: CustomImage,\n options?: CustomImagesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<CustomImagesCreateOrUpdateResponse>,\n CustomImagesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<CustomImagesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, customImage, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create or replace an existing custom image. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param customImage A custom image.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n customImage: CustomImage,\n options?: CustomImagesCreateOrUpdateOptionalParams\n ): Promise<CustomImagesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n labName,\n name,\n customImage,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete custom image. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: CustomImagesDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete custom image. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: CustomImagesDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Allows modifying tags of custom images. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the custom image.\n * @param customImage A custom image.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n name: string,\n customImage: CustomImageFragment,\n options?: CustomImagesUpdateOptionalParams\n ): Promise<CustomImagesUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, customImage, options },\n updateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n nextLink: string,\n options?: CustomImagesListNextOptionalParams\n ): Promise<CustomImagesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomImageList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomImage\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomImage\n },\n 201: {\n bodyMapper: Mappers.CustomImage\n },\n 202: {\n bodyMapper: Mappers.CustomImage\n },\n 204: {\n bodyMapper: Mappers.CustomImage\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.customImage,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomImage\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.customImage1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CustomImageList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Formulas } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Formula,\n FormulasListNextOptionalParams,\n FormulasListOptionalParams,\n FormulasListResponse,\n FormulasGetOptionalParams,\n FormulasGetResponse,\n FormulasCreateOrUpdateOptionalParams,\n FormulasCreateOrUpdateResponse,\n FormulasDeleteOptionalParams,\n FormulaFragment,\n FormulasUpdateOptionalParams,\n FormulasUpdateResponse,\n FormulasListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Formulas operations. */\nexport class FormulasImpl implements Formulas {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Formulas class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List formulas in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n options?: FormulasListOptionalParams\n ): PagedAsyncIterableIterator<Formula> {\n const iter = this.listPagingAll(resourceGroupName, labName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, labName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n options?: FormulasListOptionalParams\n ): AsyncIterableIterator<Formula[]> {\n let result = await this._list(resourceGroupName, labName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n options?: FormulasListOptionalParams\n ): AsyncIterableIterator<Formula> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List formulas in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n options?: FormulasListOptionalParams\n ): Promise<FormulasListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get formula.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: FormulasGetOptionalParams\n ): Promise<FormulasGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing formula. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param formula A formula for creating a VM, specifying an image base and other parameters\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n name: string,\n formula: Formula,\n options?: FormulasCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<FormulasCreateOrUpdateResponse>,\n FormulasCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<FormulasCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, formula, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create or replace an existing formula. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param formula A formula for creating a VM, specifying an image base and other parameters\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n formula: Formula,\n options?: FormulasCreateOrUpdateOptionalParams\n ): Promise<FormulasCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n labName,\n name,\n formula,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete formula.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: FormulasDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Allows modifying tags of formulas. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the formula.\n * @param formula A formula for creating a VM, specifying an image base and other parameters\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n name: string,\n formula: FormulaFragment,\n options?: FormulasUpdateOptionalParams\n ): Promise<FormulasUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, formula, options },\n updateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n nextLink: string,\n options?: FormulasListNextOptionalParams\n ): Promise<FormulasListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FormulaList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Formula\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Formula\n },\n 201: {\n bodyMapper: Mappers.Formula\n },\n 202: {\n bodyMapper: Mappers.Formula\n },\n 204: {\n bodyMapper: Mappers.Formula\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.formula,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Formula\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.formula1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FormulaList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { GalleryImages } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport {\n GalleryImage,\n GalleryImagesListNextOptionalParams,\n GalleryImagesListOptionalParams,\n GalleryImagesListResponse,\n GalleryImagesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing GalleryImages operations. */\nexport class GalleryImagesImpl implements GalleryImages {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class GalleryImages class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List gallery images in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n options?: GalleryImagesListOptionalParams\n ): PagedAsyncIterableIterator<GalleryImage> {\n const iter = this.listPagingAll(resourceGroupName, labName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, labName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n options?: GalleryImagesListOptionalParams\n ): AsyncIterableIterator<GalleryImage[]> {\n let result = await this._list(resourceGroupName, labName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n options?: GalleryImagesListOptionalParams\n ): AsyncIterableIterator<GalleryImage> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List gallery images in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n options?: GalleryImagesListOptionalParams\n ): Promise<GalleryImagesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, options },\n listOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n nextLink: string,\n options?: GalleryImagesListNextOptionalParams\n ): Promise<GalleryImagesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/galleryimages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GalleryImageList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GalleryImageList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { NotificationChannels } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport {\n NotificationChannel,\n NotificationChannelsListNextOptionalParams,\n NotificationChannelsListOptionalParams,\n NotificationChannelsListResponse,\n NotificationChannelsGetOptionalParams,\n NotificationChannelsGetResponse,\n NotificationChannelsCreateOrUpdateOptionalParams,\n NotificationChannelsCreateOrUpdateResponse,\n NotificationChannelsDeleteOptionalParams,\n NotificationChannelFragment,\n NotificationChannelsUpdateOptionalParams,\n NotificationChannelsUpdateResponse,\n NotifyParameters,\n NotificationChannelsNotifyOptionalParams,\n NotificationChannelsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing NotificationChannels operations. */\nexport class NotificationChannelsImpl implements NotificationChannels {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class NotificationChannels class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List notification channels in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n options?: NotificationChannelsListOptionalParams\n ): PagedAsyncIterableIterator<NotificationChannel> {\n const iter = this.listPagingAll(resourceGroupName, labName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, labName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n options?: NotificationChannelsListOptionalParams\n ): AsyncIterableIterator<NotificationChannel[]> {\n let result = await this._list(resourceGroupName, labName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n options?: NotificationChannelsListOptionalParams\n ): AsyncIterableIterator<NotificationChannel> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List notification channels in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n options?: NotificationChannelsListOptionalParams\n ): Promise<NotificationChannelsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get notification channel.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notification channel.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: NotificationChannelsGetOptionalParams\n ): Promise<NotificationChannelsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing notification channel.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notification channel.\n * @param notificationChannel A notification.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labName: string,\n name: string,\n notificationChannel: NotificationChannel,\n options?: NotificationChannelsCreateOrUpdateOptionalParams\n ): Promise<NotificationChannelsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, notificationChannel, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete notification channel.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notification channel.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: NotificationChannelsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Allows modifying tags of notification channels. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notification channel.\n * @param notificationChannel A notification.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n name: string,\n notificationChannel: NotificationChannelFragment,\n options?: NotificationChannelsUpdateOptionalParams\n ): Promise<NotificationChannelsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, notificationChannel, options },\n updateOperationSpec\n );\n }\n\n /**\n * Send notification to provided channel.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the notification channel.\n * @param notifyParameters Properties for generating a Notification.\n * @param options The options parameters.\n */\n notify(\n resourceGroupName: string,\n labName: string,\n name: string,\n notifyParameters: NotifyParameters,\n options?: NotificationChannelsNotifyOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, notifyParameters, options },\n notifyOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n nextLink: string,\n options?: NotificationChannelsListNextOptionalParams\n ): Promise<NotificationChannelsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NotificationChannelList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NotificationChannel\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.NotificationChannel\n },\n 201: {\n bodyMapper: Mappers.NotificationChannel\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.notificationChannel,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.NotificationChannel\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.notificationChannel1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst notifyOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/notificationchannels/{name}/notify\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.notifyParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.NotificationChannelList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PolicySets } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport {\n EvaluatePoliciesRequest,\n PolicySetsEvaluatePoliciesOptionalParams,\n PolicySetsEvaluatePoliciesResponse\n} from \"../models\";\n\n/** Class containing PolicySets operations. */\nexport class PolicySetsImpl implements PolicySets {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class PolicySets class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * Evaluates lab policy.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the policy set.\n * @param evaluatePoliciesRequest Request body for evaluating a policy set.\n * @param options The options parameters.\n */\n evaluatePolicies(\n resourceGroupName: string,\n labName: string,\n name: string,\n evaluatePoliciesRequest: EvaluatePoliciesRequest,\n options?: PolicySetsEvaluatePoliciesOptionalParams\n ): Promise<PolicySetsEvaluatePoliciesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, evaluatePoliciesRequest, options },\n evaluatePoliciesOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst evaluatePoliciesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{name}/evaluatePolicies\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EvaluatePoliciesResponse\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.evaluatePoliciesRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Policies } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport {\n Policy,\n PoliciesListNextOptionalParams,\n PoliciesListOptionalParams,\n PoliciesListResponse,\n PoliciesGetOptionalParams,\n PoliciesGetResponse,\n PoliciesCreateOrUpdateOptionalParams,\n PoliciesCreateOrUpdateResponse,\n PoliciesDeleteOptionalParams,\n PolicyFragment,\n PoliciesUpdateOptionalParams,\n PoliciesUpdateResponse,\n PoliciesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Policies operations. */\nexport class PoliciesImpl implements Policies {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Policies class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List policies in a given policy set.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n policySetName: string,\n options?: PoliciesListOptionalParams\n ): PagedAsyncIterableIterator<Policy> {\n const iter = this.listPagingAll(\n resourceGroupName,\n labName,\n policySetName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(\n resourceGroupName,\n labName,\n policySetName,\n options\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n policySetName: string,\n options?: PoliciesListOptionalParams\n ): AsyncIterableIterator<Policy[]> {\n let result = await this._list(\n resourceGroupName,\n labName,\n policySetName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n policySetName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n policySetName: string,\n options?: PoliciesListOptionalParams\n ): AsyncIterableIterator<Policy> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n policySetName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List policies in a given policy set.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n policySetName: string,\n options?: PoliciesListOptionalParams\n ): Promise<PoliciesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, policySetName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get policy.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n policySetName: string,\n name: string,\n options?: PoliciesGetOptionalParams\n ): Promise<PoliciesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, policySetName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing policy.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param policy A Policy.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labName: string,\n policySetName: string,\n name: string,\n policy: Policy,\n options?: PoliciesCreateOrUpdateOptionalParams\n ): Promise<PoliciesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, policySetName, name, policy, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete policy.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n labName: string,\n policySetName: string,\n name: string,\n options?: PoliciesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, policySetName, name, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Allows modifying tags of policies. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param name The name of the policy.\n * @param policy A Policy.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n policySetName: string,\n name: string,\n policy: PolicyFragment,\n options?: PoliciesUpdateOptionalParams\n ): Promise<PoliciesUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, policySetName, name, policy, options },\n updateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param policySetName The name of the policy set.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n policySetName: string,\n nextLink: string,\n options?: PoliciesListNextOptionalParams\n ): Promise<PoliciesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, policySetName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.policySetName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Policy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.policySetName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Policy\n },\n 201: {\n bodyMapper: Mappers.Policy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.policy,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.policySetName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.policySetName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Policy\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.policy1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.policySetName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PolicyList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.policySetName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Schedules } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Schedule,\n SchedulesListNextOptionalParams,\n SchedulesListOptionalParams,\n SchedulesListApplicableNextOptionalParams,\n SchedulesListApplicableOptionalParams,\n SchedulesListResponse,\n SchedulesGetOptionalParams,\n SchedulesGetResponse,\n SchedulesCreateOrUpdateOptionalParams,\n SchedulesCreateOrUpdateResponse,\n SchedulesDeleteOptionalParams,\n ScheduleFragment,\n SchedulesUpdateOptionalParams,\n SchedulesUpdateResponse,\n SchedulesExecuteOptionalParams,\n SchedulesListApplicableResponse,\n SchedulesListNextResponse,\n SchedulesListApplicableNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Schedules operations. */\nexport class SchedulesImpl implements Schedules {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Schedules class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List schedules in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n options?: SchedulesListOptionalParams\n ): PagedAsyncIterableIterator<Schedule> {\n const iter = this.listPagingAll(resourceGroupName, labName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, labName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n options?: SchedulesListOptionalParams\n ): AsyncIterableIterator<Schedule[]> {\n let result = await this._list(resourceGroupName, labName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n options?: SchedulesListOptionalParams\n ): AsyncIterableIterator<Schedule> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all applicable schedules\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n public listApplicable(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: SchedulesListApplicableOptionalParams\n ): PagedAsyncIterableIterator<Schedule> {\n const iter = this.listApplicablePagingAll(\n resourceGroupName,\n labName,\n name,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listApplicablePagingPage(\n resourceGroupName,\n labName,\n name,\n options\n );\n }\n };\n }\n\n private async *listApplicablePagingPage(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: SchedulesListApplicableOptionalParams\n ): AsyncIterableIterator<Schedule[]> {\n let result = await this._listApplicable(\n resourceGroupName,\n labName,\n name,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listApplicableNext(\n resourceGroupName,\n labName,\n name,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listApplicablePagingAll(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: SchedulesListApplicableOptionalParams\n ): AsyncIterableIterator<Schedule> {\n for await (const page of this.listApplicablePagingPage(\n resourceGroupName,\n labName,\n name,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List schedules in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n options?: SchedulesListOptionalParams\n ): Promise<SchedulesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: SchedulesGetOptionalParams\n ): Promise<SchedulesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labName: string,\n name: string,\n schedule: Schedule,\n options?: SchedulesCreateOrUpdateOptionalParams\n ): Promise<SchedulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, schedule, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: SchedulesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Allows modifying tags of schedules. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n name: string,\n schedule: ScheduleFragment,\n options?: SchedulesUpdateOptionalParams\n ): Promise<SchedulesUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, schedule, options },\n updateOperationSpec\n );\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n async beginExecute(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: SchedulesExecuteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n executeOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n async beginExecuteAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: SchedulesExecuteOptionalParams\n ): Promise<void> {\n const poller = await this.beginExecute(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Lists all applicable schedules\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n private _listApplicable(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: SchedulesListApplicableOptionalParams\n ): Promise<SchedulesListApplicableResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n listApplicableOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n nextLink: string,\n options?: SchedulesListNextOptionalParams\n ): Promise<SchedulesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListApplicableNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the schedule.\n * @param nextLink The nextLink from the previous successful call to the ListApplicable method.\n * @param options The options parameters.\n */\n private _listApplicableNext(\n resourceGroupName: string,\n labName: string,\n name: string,\n nextLink: string,\n options?: SchedulesListApplicableNextOptionalParams\n ): Promise<SchedulesListApplicableNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, nextLink, options },\n listApplicableNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n 201: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.schedule,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.schedule1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst executeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}/execute\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listApplicableOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}/listApplicable\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listApplicableNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { ServiceRunners } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport {\n ServiceRunnersGetOptionalParams,\n ServiceRunnersGetResponse,\n ServiceRunner,\n ServiceRunnersCreateOrUpdateOptionalParams,\n ServiceRunnersCreateOrUpdateResponse,\n ServiceRunnersDeleteOptionalParams\n} from \"../models\";\n\n/** Class containing ServiceRunners operations. */\nexport class ServiceRunnersImpl implements ServiceRunners {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class ServiceRunners class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * Get service runner.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: ServiceRunnersGetOptionalParams\n ): Promise<ServiceRunnersGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing service runner.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param serviceRunner A container for a managed identity to execute DevTest lab services.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labName: string,\n name: string,\n serviceRunner: ServiceRunner,\n options?: ServiceRunnersCreateOrUpdateOptionalParams\n ): Promise<ServiceRunnersCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, serviceRunner, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete service runner.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the service runner.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: ServiceRunnersDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n deleteOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceRunner\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceRunner\n },\n 201: {\n bodyMapper: Mappers.ServiceRunner\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.serviceRunner,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Users } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n User,\n UsersListNextOptionalParams,\n UsersListOptionalParams,\n UsersListResponse,\n UsersGetOptionalParams,\n UsersGetResponse,\n UsersCreateOrUpdateOptionalParams,\n UsersCreateOrUpdateResponse,\n UsersDeleteOptionalParams,\n UserFragment,\n UsersUpdateOptionalParams,\n UsersUpdateResponse,\n UsersListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Users operations. */\nexport class UsersImpl implements Users {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Users class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List user profiles in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n options?: UsersListOptionalParams\n ): PagedAsyncIterableIterator<User> {\n const iter = this.listPagingAll(resourceGroupName, labName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, labName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n options?: UsersListOptionalParams\n ): AsyncIterableIterator<User[]> {\n let result = await this._list(resourceGroupName, labName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n options?: UsersListOptionalParams\n ): AsyncIterableIterator<User> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List user profiles in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n options?: UsersListOptionalParams\n ): Promise<UsersListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: UsersGetOptionalParams\n ): Promise<UsersGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing user profile. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param user Profile of a lab user.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n name: string,\n user: User,\n options?: UsersCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<UsersCreateOrUpdateResponse>,\n UsersCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<UsersCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, user, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create or replace an existing user profile. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param user Profile of a lab user.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n user: User,\n options?: UsersCreateOrUpdateOptionalParams\n ): Promise<UsersCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n labName,\n name,\n user,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete user profile. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: UsersDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete user profile. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: UsersDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Allows modifying tags of user profiles. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the user profile.\n * @param user Profile of a lab user.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n name: string,\n user: UserFragment,\n options?: UsersUpdateOptionalParams\n ): Promise<UsersUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, user, options },\n updateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n nextLink: string,\n options?: UsersListNextOptionalParams\n ): Promise<UsersListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UserList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.User\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.User\n },\n 201: {\n bodyMapper: Mappers.User\n },\n 202: {\n bodyMapper: Mappers.User\n },\n 204: {\n bodyMapper: Mappers.User\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.user,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.User\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.user1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UserList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Disks } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Disk,\n DisksListNextOptionalParams,\n DisksListOptionalParams,\n DisksListResponse,\n DisksGetOptionalParams,\n DisksGetResponse,\n DisksCreateOrUpdateOptionalParams,\n DisksCreateOrUpdateResponse,\n DisksDeleteOptionalParams,\n DiskFragment,\n DisksUpdateOptionalParams,\n DisksUpdateResponse,\n AttachDiskProperties,\n DisksAttachOptionalParams,\n DetachDiskProperties,\n DisksDetachOptionalParams,\n DisksListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Disks operations. */\nexport class DisksImpl implements Disks {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Disks class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List disks in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: DisksListOptionalParams\n ): PagedAsyncIterableIterator<Disk> {\n const iter = this.listPagingAll(\n resourceGroupName,\n labName,\n userName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(\n resourceGroupName,\n labName,\n userName,\n options\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: DisksListOptionalParams\n ): AsyncIterableIterator<Disk[]> {\n let result = await this._list(\n resourceGroupName,\n labName,\n userName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n userName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: DisksListOptionalParams\n ): AsyncIterableIterator<Disk> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n userName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List disks in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: DisksListOptionalParams\n ): Promise<DisksListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get disk.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: DisksGetOptionalParams\n ): Promise<DisksGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing disk. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param disk A Disk.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n disk: Disk,\n options?: DisksCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<DisksCreateOrUpdateResponse>,\n DisksCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<DisksCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, userName, name, disk, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create or replace an existing disk. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param disk A Disk.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n disk: Disk,\n options?: DisksCreateOrUpdateOptionalParams\n ): Promise<DisksCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n labName,\n userName,\n name,\n disk,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete disk. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: DisksDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, userName, name, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete disk. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: DisksDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n labName,\n userName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Allows modifying tags of disks. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param disk A Disk.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n disk: DiskFragment,\n options?: DisksUpdateOptionalParams\n ): Promise<DisksUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, name, disk, options },\n updateOperationSpec\n );\n }\n\n /**\n * Attach and create the lease of the disk to the virtual machine. This operation can take a while to\n * complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param attachDiskProperties Properties of the disk to attach.\n * @param options The options parameters.\n */\n async beginAttach(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n attachDiskProperties: AttachDiskProperties,\n options?: DisksAttachOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n labName,\n userName,\n name,\n attachDiskProperties,\n options\n },\n attachOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Attach and create the lease of the disk to the virtual machine. This operation can take a while to\n * complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param attachDiskProperties Properties of the disk to attach.\n * @param options The options parameters.\n */\n async beginAttachAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n attachDiskProperties: AttachDiskProperties,\n options?: DisksAttachOptionalParams\n ): Promise<void> {\n const poller = await this.beginAttach(\n resourceGroupName,\n labName,\n userName,\n name,\n attachDiskProperties,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Detach and break the lease of the disk attached to the virtual machine. This operation can take a\n * while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param detachDiskProperties Properties of the disk to detach.\n * @param options The options parameters.\n */\n async beginDetach(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n detachDiskProperties: DetachDiskProperties,\n options?: DisksDetachOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n labName,\n userName,\n name,\n detachDiskProperties,\n options\n },\n detachOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Detach and break the lease of the disk attached to the virtual machine. This operation can take a\n * while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the disk.\n * @param detachDiskProperties Properties of the disk to detach.\n * @param options The options parameters.\n */\n async beginDetachAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n detachDiskProperties: DetachDiskProperties,\n options?: DisksDetachOptionalParams\n ): Promise<void> {\n const poller = await this.beginDetach(\n resourceGroupName,\n labName,\n userName,\n name,\n detachDiskProperties,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n userName: string,\n nextLink: string,\n options?: DisksListNextOptionalParams\n ): Promise<DisksListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DiskList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Disk\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Disk\n },\n 201: {\n bodyMapper: Mappers.Disk\n },\n 202: {\n bodyMapper: Mappers.Disk\n },\n 204: {\n bodyMapper: Mappers.Disk\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.disk,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Disk\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.disk1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst attachOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}/attach\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.attachDiskProperties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst detachOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}/detach\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.detachDiskProperties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DiskList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Environments } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n DtlEnvironment,\n EnvironmentsListNextOptionalParams,\n EnvironmentsListOptionalParams,\n EnvironmentsListResponse,\n EnvironmentsGetOptionalParams,\n EnvironmentsGetResponse,\n EnvironmentsCreateOrUpdateOptionalParams,\n EnvironmentsCreateOrUpdateResponse,\n EnvironmentsDeleteOptionalParams,\n DtlEnvironmentFragment,\n EnvironmentsUpdateOptionalParams,\n EnvironmentsUpdateResponse,\n EnvironmentsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Environments operations. */\nexport class EnvironmentsImpl implements Environments {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Environments class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List environments in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: EnvironmentsListOptionalParams\n ): PagedAsyncIterableIterator<DtlEnvironment> {\n const iter = this.listPagingAll(\n resourceGroupName,\n labName,\n userName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(\n resourceGroupName,\n labName,\n userName,\n options\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: EnvironmentsListOptionalParams\n ): AsyncIterableIterator<DtlEnvironment[]> {\n let result = await this._list(\n resourceGroupName,\n labName,\n userName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n userName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: EnvironmentsListOptionalParams\n ): AsyncIterableIterator<DtlEnvironment> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n userName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List environments in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: EnvironmentsListOptionalParams\n ): Promise<EnvironmentsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get environment.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: EnvironmentsGetOptionalParams\n ): Promise<EnvironmentsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing environment. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param dtlEnvironment An environment, which is essentially an ARM template deployment.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n dtlEnvironment: DtlEnvironment,\n options?: EnvironmentsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<EnvironmentsCreateOrUpdateResponse>,\n EnvironmentsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<EnvironmentsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, userName, name, dtlEnvironment, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create or replace an existing environment. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param dtlEnvironment An environment, which is essentially an ARM template deployment.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n dtlEnvironment: DtlEnvironment,\n options?: EnvironmentsCreateOrUpdateOptionalParams\n ): Promise<EnvironmentsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n labName,\n userName,\n name,\n dtlEnvironment,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete environment. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: EnvironmentsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, userName, name, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete environment. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: EnvironmentsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n labName,\n userName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Allows modifying tags of environments. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the environment.\n * @param dtlEnvironment An environment, which is essentially an ARM template deployment.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n dtlEnvironment: DtlEnvironmentFragment,\n options?: EnvironmentsUpdateOptionalParams\n ): Promise<EnvironmentsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, name, dtlEnvironment, options },\n updateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n userName: string,\n nextLink: string,\n options?: EnvironmentsListNextOptionalParams\n ): Promise<EnvironmentsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DtlEnvironmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DtlEnvironment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DtlEnvironment\n },\n 201: {\n bodyMapper: Mappers.DtlEnvironment\n },\n 202: {\n bodyMapper: Mappers.DtlEnvironment\n },\n 204: {\n bodyMapper: Mappers.DtlEnvironment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.dtlEnvironment,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/environments/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.DtlEnvironment\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.dtlEnvironment1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DtlEnvironmentList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Secrets } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Secret,\n SecretsListNextOptionalParams,\n SecretsListOptionalParams,\n SecretsListResponse,\n SecretsGetOptionalParams,\n SecretsGetResponse,\n SecretsCreateOrUpdateOptionalParams,\n SecretsCreateOrUpdateResponse,\n SecretsDeleteOptionalParams,\n SecretFragment,\n SecretsUpdateOptionalParams,\n SecretsUpdateResponse,\n SecretsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Secrets operations. */\nexport class SecretsImpl implements Secrets {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class Secrets class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List secrets in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: SecretsListOptionalParams\n ): PagedAsyncIterableIterator<Secret> {\n const iter = this.listPagingAll(\n resourceGroupName,\n labName,\n userName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(\n resourceGroupName,\n labName,\n userName,\n options\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: SecretsListOptionalParams\n ): AsyncIterableIterator<Secret[]> {\n let result = await this._list(\n resourceGroupName,\n labName,\n userName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n userName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: SecretsListOptionalParams\n ): AsyncIterableIterator<Secret> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n userName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List secrets in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: SecretsListOptionalParams\n ): Promise<SecretsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get secret.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: SecretsGetOptionalParams\n ): Promise<SecretsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing secret. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param secret A secret.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n secret: Secret,\n options?: SecretsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<SecretsCreateOrUpdateResponse>,\n SecretsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<SecretsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, userName, name, secret, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create or replace an existing secret. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param secret A secret.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n secret: Secret,\n options?: SecretsCreateOrUpdateOptionalParams\n ): Promise<SecretsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n labName,\n userName,\n name,\n secret,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete secret.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: SecretsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, name, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Allows modifying tags of secrets. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the secret.\n * @param secret A secret.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n secret: SecretFragment,\n options?: SecretsUpdateOptionalParams\n ): Promise<SecretsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, name, secret, options },\n updateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n userName: string,\n nextLink: string,\n options?: SecretsListNextOptionalParams\n ): Promise<SecretsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecretList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Secret\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Secret\n },\n 201: {\n bodyMapper: Mappers.Secret\n },\n 202: {\n bodyMapper: Mappers.Secret\n },\n 204: {\n bodyMapper: Mappers.Secret\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.secret,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/secrets/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Secret\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.secret1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SecretList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ServiceFabrics } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n ServiceFabric,\n ServiceFabricsListNextOptionalParams,\n ServiceFabricsListOptionalParams,\n ServiceFabricsListResponse,\n ServiceFabricsGetOptionalParams,\n ServiceFabricsGetResponse,\n ServiceFabricsCreateOrUpdateOptionalParams,\n ServiceFabricsCreateOrUpdateResponse,\n ServiceFabricsDeleteOptionalParams,\n ServiceFabricFragment,\n ServiceFabricsUpdateOptionalParams,\n ServiceFabricsUpdateResponse,\n ServiceFabricsListApplicableSchedulesOptionalParams,\n ServiceFabricsListApplicableSchedulesResponse,\n ServiceFabricsStartOptionalParams,\n ServiceFabricsStopOptionalParams,\n ServiceFabricsListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ServiceFabrics operations. */\nexport class ServiceFabricsImpl implements ServiceFabrics {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class ServiceFabrics class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List service fabrics in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: ServiceFabricsListOptionalParams\n ): PagedAsyncIterableIterator<ServiceFabric> {\n const iter = this.listPagingAll(\n resourceGroupName,\n labName,\n userName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(\n resourceGroupName,\n labName,\n userName,\n options\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: ServiceFabricsListOptionalParams\n ): AsyncIterableIterator<ServiceFabric[]> {\n let result = await this._list(\n resourceGroupName,\n labName,\n userName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n userName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: ServiceFabricsListOptionalParams\n ): AsyncIterableIterator<ServiceFabric> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n userName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List service fabrics in a given user profile.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: ServiceFabricsListOptionalParams\n ): Promise<ServiceFabricsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get service fabric.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: ServiceFabricsGetOptionalParams\n ): Promise<ServiceFabricsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing service fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param serviceFabric A Service Fabric.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n serviceFabric: ServiceFabric,\n options?: ServiceFabricsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<ServiceFabricsCreateOrUpdateResponse>,\n ServiceFabricsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<ServiceFabricsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, userName, name, serviceFabric, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create or replace an existing service fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param serviceFabric A Service Fabric.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n serviceFabric: ServiceFabric,\n options?: ServiceFabricsCreateOrUpdateOptionalParams\n ): Promise<ServiceFabricsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n labName,\n userName,\n name,\n serviceFabric,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete service fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: ServiceFabricsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, userName, name, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete service fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: ServiceFabricsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n labName,\n userName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Allows modifying tags of service fabrics. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param serviceFabric A Service Fabric.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n serviceFabric: ServiceFabricFragment,\n options?: ServiceFabricsUpdateOptionalParams\n ): Promise<ServiceFabricsUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, name, serviceFabric, options },\n updateOperationSpec\n );\n }\n\n /**\n * Lists the applicable start/stop schedules, if any.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param options The options parameters.\n */\n listApplicableSchedules(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: ServiceFabricsListApplicableSchedulesOptionalParams\n ): Promise<ServiceFabricsListApplicableSchedulesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, name, options },\n listApplicableSchedulesOperationSpec\n );\n }\n\n /**\n * Start a service fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param options The options parameters.\n */\n async beginStart(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: ServiceFabricsStartOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, userName, name, options },\n startOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Start a service fabric. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param options The options parameters.\n */\n async beginStartAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: ServiceFabricsStartOptionalParams\n ): Promise<void> {\n const poller = await this.beginStart(\n resourceGroupName,\n labName,\n userName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Stop a service fabric This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param options The options parameters.\n */\n async beginStop(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: ServiceFabricsStopOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, userName, name, options },\n stopOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Stop a service fabric This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param name The name of the service fabric.\n * @param options The options parameters.\n */\n async beginStopAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n name: string,\n options?: ServiceFabricsStopOptionalParams\n ): Promise<void> {\n const poller = await this.beginStop(\n resourceGroupName,\n labName,\n userName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n userName: string,\n nextLink: string,\n options?: ServiceFabricsListNextOptionalParams\n ): Promise<ServiceFabricsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceFabricList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceFabric\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceFabric\n },\n 201: {\n bodyMapper: Mappers.ServiceFabric\n },\n 202: {\n bodyMapper: Mappers.ServiceFabric\n },\n 204: {\n bodyMapper: Mappers.ServiceFabric\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.serviceFabric,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceFabric\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.serviceFabric1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listApplicableSchedulesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}/listApplicableSchedules\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicableSchedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ServiceFabricList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { ServiceFabricSchedules } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Schedule,\n ServiceFabricSchedulesListNextOptionalParams,\n ServiceFabricSchedulesListOptionalParams,\n ServiceFabricSchedulesListResponse,\n ServiceFabricSchedulesGetOptionalParams,\n ServiceFabricSchedulesGetResponse,\n ServiceFabricSchedulesCreateOrUpdateOptionalParams,\n ServiceFabricSchedulesCreateOrUpdateResponse,\n ServiceFabricSchedulesDeleteOptionalParams,\n ScheduleFragment,\n ServiceFabricSchedulesUpdateOptionalParams,\n ServiceFabricSchedulesUpdateResponse,\n ServiceFabricSchedulesExecuteOptionalParams,\n ServiceFabricSchedulesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ServiceFabricSchedules operations. */\nexport class ServiceFabricSchedulesImpl implements ServiceFabricSchedules {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class ServiceFabricSchedules class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List schedules in a given service fabric.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service fabric.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n options?: ServiceFabricSchedulesListOptionalParams\n ): PagedAsyncIterableIterator<Schedule> {\n const iter = this.listPagingAll(\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n options\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n options?: ServiceFabricSchedulesListOptionalParams\n ): AsyncIterableIterator<Schedule[]> {\n let result = await this._list(\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n options?: ServiceFabricSchedulesListOptionalParams\n ): AsyncIterableIterator<Schedule> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List schedules in a given service fabric.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service fabric.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n options?: ServiceFabricSchedulesListOptionalParams\n ): Promise<ServiceFabricSchedulesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, userName, serviceFabricName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service fabric.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n name: string,\n options?: ServiceFabricSchedulesGetOptionalParams\n ): Promise<ServiceFabricSchedulesGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service fabric.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n name: string,\n schedule: Schedule,\n options?: ServiceFabricSchedulesCreateOrUpdateOptionalParams\n ): Promise<ServiceFabricSchedulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n schedule,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service fabric.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n name: string,\n options?: ServiceFabricSchedulesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n options\n },\n deleteOperationSpec\n );\n }\n\n /**\n * Allows modifying tags of schedules. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service fabric.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n name: string,\n schedule: ScheduleFragment,\n options?: ServiceFabricSchedulesUpdateOptionalParams\n ): Promise<ServiceFabricSchedulesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n schedule,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service fabric.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n async beginExecute(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n name: string,\n options?: ServiceFabricSchedulesExecuteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n options\n },\n executeOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service fabric.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n async beginExecuteAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n name: string,\n options?: ServiceFabricSchedulesExecuteOptionalParams\n ): Promise<void> {\n const poller = await this.beginExecute(\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param userName The name of the user profile.\n * @param serviceFabricName The name of the service fabric.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n userName: string,\n serviceFabricName: string,\n nextLink: string,\n options?: ServiceFabricSchedulesListNextOptionalParams\n ): Promise<ServiceFabricSchedulesListNextResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n userName,\n serviceFabricName,\n nextLink,\n options\n },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n 201: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.schedule,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.schedule1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst executeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}/execute\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.userName,\n Parameters.serviceFabricName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { VirtualMachines } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n LabVirtualMachine,\n VirtualMachinesListNextOptionalParams,\n VirtualMachinesListOptionalParams,\n VirtualMachinesListResponse,\n VirtualMachinesGetOptionalParams,\n VirtualMachinesGetResponse,\n VirtualMachinesCreateOrUpdateOptionalParams,\n VirtualMachinesCreateOrUpdateResponse,\n VirtualMachinesDeleteOptionalParams,\n LabVirtualMachineFragment,\n VirtualMachinesUpdateOptionalParams,\n VirtualMachinesUpdateResponse,\n DataDiskProperties,\n VirtualMachinesAddDataDiskOptionalParams,\n ApplyArtifactsRequest,\n VirtualMachinesApplyArtifactsOptionalParams,\n VirtualMachinesClaimOptionalParams,\n DetachDataDiskProperties,\n VirtualMachinesDetachDataDiskOptionalParams,\n VirtualMachinesGetRdpFileContentsOptionalParams,\n VirtualMachinesGetRdpFileContentsResponse,\n VirtualMachinesListApplicableSchedulesOptionalParams,\n VirtualMachinesListApplicableSchedulesResponse,\n VirtualMachinesRedeployOptionalParams,\n ResizeLabVirtualMachineProperties,\n VirtualMachinesResizeOptionalParams,\n VirtualMachinesRestartOptionalParams,\n VirtualMachinesStartOptionalParams,\n VirtualMachinesStopOptionalParams,\n VirtualMachinesTransferDisksOptionalParams,\n VirtualMachinesUnClaimOptionalParams,\n VirtualMachinesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing VirtualMachines operations. */\nexport class VirtualMachinesImpl implements VirtualMachines {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class VirtualMachines class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List virtual machines in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n options?: VirtualMachinesListOptionalParams\n ): PagedAsyncIterableIterator<LabVirtualMachine> {\n const iter = this.listPagingAll(resourceGroupName, labName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, labName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n options?: VirtualMachinesListOptionalParams\n ): AsyncIterableIterator<LabVirtualMachine[]> {\n let result = await this._list(resourceGroupName, labName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n options?: VirtualMachinesListOptionalParams\n ): AsyncIterableIterator<LabVirtualMachine> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List virtual machines in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n options?: VirtualMachinesListOptionalParams\n ): Promise<VirtualMachinesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get virtual machine.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesGetOptionalParams\n ): Promise<VirtualMachinesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param labVirtualMachine A virtual machine.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n name: string,\n labVirtualMachine: LabVirtualMachine,\n options?: VirtualMachinesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<VirtualMachinesCreateOrUpdateResponse>,\n VirtualMachinesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<VirtualMachinesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, labVirtualMachine, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create or replace an existing virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param labVirtualMachine A virtual machine.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n labVirtualMachine: LabVirtualMachine,\n options?: VirtualMachinesCreateOrUpdateOptionalParams\n ): Promise<VirtualMachinesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n labName,\n name,\n labVirtualMachine,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Allows modifying tags of virtual machines. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param labVirtualMachine A virtual machine.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n name: string,\n labVirtualMachine: LabVirtualMachineFragment,\n options?: VirtualMachinesUpdateOptionalParams\n ): Promise<VirtualMachinesUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, labVirtualMachine, options },\n updateOperationSpec\n );\n }\n\n /**\n * Attach a new or existing data disk to virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param dataDiskProperties Request body for adding a new or existing data disk to a virtual machine.\n * @param options The options parameters.\n */\n async beginAddDataDisk(\n resourceGroupName: string,\n labName: string,\n name: string,\n dataDiskProperties: DataDiskProperties,\n options?: VirtualMachinesAddDataDiskOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, dataDiskProperties, options },\n addDataDiskOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Attach a new or existing data disk to virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param dataDiskProperties Request body for adding a new or existing data disk to a virtual machine.\n * @param options The options parameters.\n */\n async beginAddDataDiskAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n dataDiskProperties: DataDiskProperties,\n options?: VirtualMachinesAddDataDiskOptionalParams\n ): Promise<void> {\n const poller = await this.beginAddDataDisk(\n resourceGroupName,\n labName,\n name,\n dataDiskProperties,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Apply artifacts to virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param applyArtifactsRequest Request body for applying artifacts to a virtual machine.\n * @param options The options parameters.\n */\n async beginApplyArtifacts(\n resourceGroupName: string,\n labName: string,\n name: string,\n applyArtifactsRequest: ApplyArtifactsRequest,\n options?: VirtualMachinesApplyArtifactsOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, applyArtifactsRequest, options },\n applyArtifactsOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Apply artifacts to virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param applyArtifactsRequest Request body for applying artifacts to a virtual machine.\n * @param options The options parameters.\n */\n async beginApplyArtifactsAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n applyArtifactsRequest: ApplyArtifactsRequest,\n options?: VirtualMachinesApplyArtifactsOptionalParams\n ): Promise<void> {\n const poller = await this.beginApplyArtifacts(\n resourceGroupName,\n labName,\n name,\n applyArtifactsRequest,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Take ownership of an existing virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginClaim(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesClaimOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n claimOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Take ownership of an existing virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginClaimAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesClaimOptionalParams\n ): Promise<void> {\n const poller = await this.beginClaim(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Detach the specified disk from the virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param detachDataDiskProperties Request body for detaching data disk from a virtual machine.\n * @param options The options parameters.\n */\n async beginDetachDataDisk(\n resourceGroupName: string,\n labName: string,\n name: string,\n detachDataDiskProperties: DetachDataDiskProperties,\n options?: VirtualMachinesDetachDataDiskOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, detachDataDiskProperties, options },\n detachDataDiskOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Detach the specified disk from the virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param detachDataDiskProperties Request body for detaching data disk from a virtual machine.\n * @param options The options parameters.\n */\n async beginDetachDataDiskAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n detachDataDiskProperties: DetachDataDiskProperties,\n options?: VirtualMachinesDetachDataDiskOptionalParams\n ): Promise<void> {\n const poller = await this.beginDetachDataDisk(\n resourceGroupName,\n labName,\n name,\n detachDataDiskProperties,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a string that represents the contents of the RDP file for the virtual machine\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n getRdpFileContents(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesGetRdpFileContentsOptionalParams\n ): Promise<VirtualMachinesGetRdpFileContentsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getRdpFileContentsOperationSpec\n );\n }\n\n /**\n * Lists the applicable start/stop schedules, if any.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n listApplicableSchedules(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesListApplicableSchedulesOptionalParams\n ): Promise<VirtualMachinesListApplicableSchedulesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n listApplicableSchedulesOperationSpec\n );\n }\n\n /**\n * Redeploy a virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginRedeploy(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesRedeployOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n redeployOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Redeploy a virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginRedeployAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesRedeployOptionalParams\n ): Promise<void> {\n const poller = await this.beginRedeploy(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Resize Virtual Machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param resizeLabVirtualMachineProperties Request body for resizing a virtual machine.\n * @param options The options parameters.\n */\n async beginResize(\n resourceGroupName: string,\n labName: string,\n name: string,\n resizeLabVirtualMachineProperties: ResizeLabVirtualMachineProperties,\n options?: VirtualMachinesResizeOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n {\n resourceGroupName,\n labName,\n name,\n resizeLabVirtualMachineProperties,\n options\n },\n resizeOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Resize Virtual Machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param resizeLabVirtualMachineProperties Request body for resizing a virtual machine.\n * @param options The options parameters.\n */\n async beginResizeAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n resizeLabVirtualMachineProperties: ResizeLabVirtualMachineProperties,\n options?: VirtualMachinesResizeOptionalParams\n ): Promise<void> {\n const poller = await this.beginResize(\n resourceGroupName,\n labName,\n name,\n resizeLabVirtualMachineProperties,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Restart a virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginRestart(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesRestartOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n restartOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Restart a virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginRestartAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesRestartOptionalParams\n ): Promise<void> {\n const poller = await this.beginRestart(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Start a virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginStart(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesStartOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n startOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Start a virtual machine. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginStartAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesStartOptionalParams\n ): Promise<void> {\n const poller = await this.beginStart(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Stop a virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginStop(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesStopOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n stopOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Stop a virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginStopAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesStopOptionalParams\n ): Promise<void> {\n const poller = await this.beginStop(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Transfers all data disks attached to the virtual machine to be owned by the current user. This\n * operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginTransferDisks(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesTransferDisksOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n transferDisksOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Transfers all data disks attached to the virtual machine to be owned by the current user. This\n * operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginTransferDisksAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesTransferDisksOptionalParams\n ): Promise<void> {\n const poller = await this.beginTransferDisks(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Release ownership of an existing virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginUnClaim(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesUnClaimOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n unClaimOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Release ownership of an existing virtual machine This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual machine.\n * @param options The options parameters.\n */\n async beginUnClaimAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualMachinesUnClaimOptionalParams\n ): Promise<void> {\n const poller = await this.beginUnClaim(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n nextLink: string,\n options?: VirtualMachinesListNextOptionalParams\n ): Promise<VirtualMachinesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabVirtualMachineList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabVirtualMachine\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabVirtualMachine\n },\n 201: {\n bodyMapper: Mappers.LabVirtualMachine\n },\n 202: {\n bodyMapper: Mappers.LabVirtualMachine\n },\n 204: {\n bodyMapper: Mappers.LabVirtualMachine\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.labVirtualMachine,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabVirtualMachine\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.labVirtualMachine1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst addDataDiskOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/addDataDisk\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.dataDiskProperties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst applyArtifactsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/applyArtifacts\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.applyArtifactsRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst claimOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/claim\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst detachDataDiskOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/detachDataDisk\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.detachDataDiskProperties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getRdpFileContentsOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/getRdpFileContents\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.RdpConnection\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listApplicableSchedulesOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/listApplicableSchedules\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ApplicableSchedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst redeployOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/redeploy\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst resizeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/resize\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.resizeLabVirtualMachineProperties,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst restartOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/restart\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst transferDisksOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/transferDisks\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst unClaimOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/unClaim\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.LabVirtualMachineList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { VirtualMachineSchedules } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n Schedule,\n VirtualMachineSchedulesListNextOptionalParams,\n VirtualMachineSchedulesListOptionalParams,\n VirtualMachineSchedulesListResponse,\n VirtualMachineSchedulesGetOptionalParams,\n VirtualMachineSchedulesGetResponse,\n VirtualMachineSchedulesCreateOrUpdateOptionalParams,\n VirtualMachineSchedulesCreateOrUpdateResponse,\n VirtualMachineSchedulesDeleteOptionalParams,\n ScheduleFragment,\n VirtualMachineSchedulesUpdateOptionalParams,\n VirtualMachineSchedulesUpdateResponse,\n VirtualMachineSchedulesExecuteOptionalParams,\n VirtualMachineSchedulesListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing VirtualMachineSchedules operations. */\nexport class VirtualMachineSchedulesImpl implements VirtualMachineSchedules {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class VirtualMachineSchedules class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List schedules in a given virtual machine.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachineSchedulesListOptionalParams\n ): PagedAsyncIterableIterator<Schedule> {\n const iter = this.listPagingAll(\n resourceGroupName,\n labName,\n virtualMachineName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(\n resourceGroupName,\n labName,\n virtualMachineName,\n options\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachineSchedulesListOptionalParams\n ): AsyncIterableIterator<Schedule[]> {\n let result = await this._list(\n resourceGroupName,\n labName,\n virtualMachineName,\n options\n );\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n virtualMachineName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachineSchedulesListOptionalParams\n ): AsyncIterableIterator<Schedule> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n virtualMachineName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List schedules in a given virtual machine.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachineSchedulesListOptionalParams\n ): Promise<VirtualMachineSchedulesListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, virtualMachineName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n name: string,\n options?: VirtualMachineSchedulesGetOptionalParams\n ): Promise<VirtualMachineSchedulesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, virtualMachineName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n name: string,\n schedule: Schedule,\n options?: VirtualMachineSchedulesCreateOrUpdateOptionalParams\n ): Promise<VirtualMachineSchedulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n virtualMachineName,\n name,\n schedule,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Delete schedule.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n name: string,\n options?: VirtualMachineSchedulesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, virtualMachineName, name, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Allows modifying tags of schedules. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param schedule A schedule.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n name: string,\n schedule: ScheduleFragment,\n options?: VirtualMachineSchedulesUpdateOptionalParams\n ): Promise<VirtualMachineSchedulesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n labName,\n virtualMachineName,\n name,\n schedule,\n options\n },\n updateOperationSpec\n );\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n async beginExecute(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n name: string,\n options?: VirtualMachineSchedulesExecuteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, virtualMachineName, name, options },\n executeOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Execute a schedule. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param name The name of the schedule.\n * @param options The options parameters.\n */\n async beginExecuteAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n name: string,\n options?: VirtualMachineSchedulesExecuteOptionalParams\n ): Promise<void> {\n const poller = await this.beginExecute(\n resourceGroupName,\n labName,\n virtualMachineName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param virtualMachineName The name of the virtual machine.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n nextLink: string,\n options?: VirtualMachineSchedulesListNextOptionalParams\n ): Promise<VirtualMachineSchedulesListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, virtualMachineName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n 201: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.schedule,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Schedule\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.schedule1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst executeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{virtualMachineName}/schedules/{name}/execute\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduleList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { VirtualNetworks } from \"../operationsInterfaces\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { DevTestLabsClient } from \"../devTestLabsClient\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl\";\nimport {\n VirtualNetwork,\n VirtualNetworksListNextOptionalParams,\n VirtualNetworksListOptionalParams,\n VirtualNetworksListResponse,\n VirtualNetworksGetOptionalParams,\n VirtualNetworksGetResponse,\n VirtualNetworksCreateOrUpdateOptionalParams,\n VirtualNetworksCreateOrUpdateResponse,\n VirtualNetworksDeleteOptionalParams,\n VirtualNetworkFragment,\n VirtualNetworksUpdateOptionalParams,\n VirtualNetworksUpdateResponse,\n VirtualNetworksListNextResponse\n} from \"../models\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing VirtualNetworks operations. */\nexport class VirtualNetworksImpl implements VirtualNetworks {\n private readonly client: DevTestLabsClient;\n\n /**\n * Initialize a new instance of the class VirtualNetworks class.\n * @param client Reference to the service client\n */\n constructor(client: DevTestLabsClient) {\n this.client = client;\n }\n\n /**\n * List virtual networks in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n labName: string,\n options?: VirtualNetworksListOptionalParams\n ): PagedAsyncIterableIterator<VirtualNetwork> {\n const iter = this.listPagingAll(resourceGroupName, labName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: () => {\n return this.listPagingPage(resourceGroupName, labName, options);\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n labName: string,\n options?: VirtualNetworksListOptionalParams\n ): AsyncIterableIterator<VirtualNetwork[]> {\n let result = await this._list(resourceGroupName, labName, options);\n yield result.value || [];\n let continuationToken = result.nextLink;\n while (continuationToken) {\n result = await this._listNext(\n resourceGroupName,\n labName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n yield result.value || [];\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n labName: string,\n options?: VirtualNetworksListOptionalParams\n ): AsyncIterableIterator<VirtualNetwork> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n labName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * List virtual networks in a given lab.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n labName: string,\n options?: VirtualNetworksListOptionalParams\n ): Promise<VirtualNetworksListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, options },\n listOperationSpec\n );\n }\n\n /**\n * Get virtual network.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualNetworksGetOptionalParams\n ): Promise<VirtualNetworksGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, options },\n getOperationSpec\n );\n }\n\n /**\n * Create or replace an existing virtual network. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param virtualNetwork A virtual network.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n name: string,\n virtualNetwork: VirtualNetwork,\n options?: VirtualNetworksCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<VirtualNetworksCreateOrUpdateResponse>,\n VirtualNetworksCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<VirtualNetworksCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, virtualNetwork, options },\n createOrUpdateOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Create or replace an existing virtual network. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param virtualNetwork A virtual network.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n virtualNetwork: VirtualNetwork,\n options?: VirtualNetworksCreateOrUpdateOptionalParams\n ): Promise<VirtualNetworksCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n labName,\n name,\n virtualNetwork,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete virtual network. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualNetworksDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, name, options },\n deleteOperationSpec\n );\n return new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n }\n\n /**\n * Delete virtual network. This operation can take a while to complete.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n name: string,\n options?: VirtualNetworksDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n labName,\n name,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Allows modifying tags of virtual networks. All other properties will be ignored.\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param name The name of the virtual network.\n * @param virtualNetwork A virtual network.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n name: string,\n virtualNetwork: VirtualNetworkFragment,\n options?: VirtualNetworksUpdateOptionalParams\n ): Promise<VirtualNetworksUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, name, virtualNetwork, options },\n updateOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group.\n * @param labName The name of the lab.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n resourceGroupName: string,\n labName: string,\n nextLink: string,\n options?: VirtualNetworksListNextOptionalParams\n ): Promise<VirtualNetworksListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetworkList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetwork\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetwork\n },\n 201: {\n bodyMapper: Mappers.VirtualNetwork\n },\n 202: {\n bodyMapper: Mappers.VirtualNetwork\n },\n 204: {\n bodyMapper: Mappers.VirtualNetwork\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.virtualNetwork,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetwork\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.virtualNetwork1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetworkList\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.expand,\n Parameters.filter,\n Parameters.top,\n Parameters.orderby\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n ProviderOperationsImpl,\n LabsImpl,\n OperationsImpl,\n GlobalSchedulesImpl,\n ArtifactSourcesImpl,\n ArmTemplatesImpl,\n ArtifactsImpl,\n CostsImpl,\n CustomImagesImpl,\n FormulasImpl,\n GalleryImagesImpl,\n NotificationChannelsImpl,\n PolicySetsImpl,\n PoliciesImpl,\n SchedulesImpl,\n ServiceRunnersImpl,\n UsersImpl,\n DisksImpl,\n EnvironmentsImpl,\n SecretsImpl,\n ServiceFabricsImpl,\n ServiceFabricSchedulesImpl,\n VirtualMachinesImpl,\n VirtualMachineSchedulesImpl,\n VirtualNetworksImpl\n} from \"./operations\";\nimport {\n ProviderOperations,\n Labs,\n Operations,\n GlobalSchedules,\n ArtifactSources,\n ArmTemplates,\n Artifacts,\n Costs,\n CustomImages,\n Formulas,\n GalleryImages,\n NotificationChannels,\n PolicySets,\n Policies,\n Schedules,\n ServiceRunners,\n Users,\n Disks,\n Environments,\n Secrets,\n ServiceFabrics,\n ServiceFabricSchedules,\n VirtualMachines,\n VirtualMachineSchedules,\n VirtualNetworks\n} from \"./operationsInterfaces\";\nimport { DevTestLabsClientOptionalParams } from \"./models\";\n\nexport class DevTestLabsClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the DevTestLabsClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The subscription ID.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: DevTestLabsClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: DevTestLabsClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-devtestlabs/1.0.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n if (!options.credentialScopes) {\n options.credentialScopes = [\"https://management.azure.com/.default\"];\n }\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n baseUri: options.endpoint || \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2018-09-15\";\n this.providerOperations = new ProviderOperationsImpl(this);\n this.labs = new LabsImpl(this);\n this.operations = new OperationsImpl(this);\n this.globalSchedules = new GlobalSchedulesImpl(this);\n this.artifactSources = new ArtifactSourcesImpl(this);\n this.armTemplates = new ArmTemplatesImpl(this);\n this.artifacts = new ArtifactsImpl(this);\n this.costs = new CostsImpl(this);\n this.customImages = new CustomImagesImpl(this);\n this.formulas = new FormulasImpl(this);\n this.galleryImages = new GalleryImagesImpl(this);\n this.notificationChannels = new NotificationChannelsImpl(this);\n this.policySets = new PolicySetsImpl(this);\n this.policies = new PoliciesImpl(this);\n this.schedules = new SchedulesImpl(this);\n this.serviceRunners = new ServiceRunnersImpl(this);\n this.users = new UsersImpl(this);\n this.disks = new DisksImpl(this);\n this.environments = new EnvironmentsImpl(this);\n this.secrets = new SecretsImpl(this);\n this.serviceFabrics = new ServiceFabricsImpl(this);\n this.serviceFabricSchedules = new ServiceFabricSchedulesImpl(this);\n this.virtualMachines = new VirtualMachinesImpl(this);\n this.virtualMachineSchedules = new VirtualMachineSchedulesImpl(this);\n this.virtualNetworks = new VirtualNetworksImpl(this);\n }\n\n providerOperations: ProviderOperations;\n labs: Labs;\n operations: Operations;\n globalSchedules: GlobalSchedules;\n artifactSources: ArtifactSources;\n armTemplates: ArmTemplates;\n artifacts: Artifacts;\n costs: Costs;\n customImages: CustomImages;\n formulas: Formulas;\n galleryImages: GalleryImages;\n notificationChannels: NotificationChannels;\n policySets: PolicySets;\n policies: Policies;\n schedules: Schedules;\n serviceRunners: ServiceRunners;\n users: Users;\n disks: Disks;\n environments: Environments;\n secrets: Secrets;\n serviceFabrics: ServiceFabrics;\n serviceFabricSchedules: ServiceFabricSchedules;\n virtualMachines: VirtualMachines;\n virtualMachineSchedules: VirtualMachineSchedules;\n virtualNetworks: VirtualNetworks;\n}\n"],"names":["KnownStorageType","KnownPremiumDataDisk","KnownEnvironmentPermission","KnownEnableStatus","KnownHttpStatusCode","KnownSourceControlType","KnownFileUploadOptions","KnownTargetCostStatus","KnownCostThresholdStatus","KnownReportingCycleType","KnownCostType","KnownWindowsOsState","KnownLinuxOsState","KnownCustomImageOsType","KnownTransportProtocol","KnownHostCachingOptions","KnownNotificationChannelEventType","KnownPolicyStatus","KnownPolicyFactName","KnownPolicyEvaluatorType","KnownManagedIdentityType","KnownVirtualMachineCreationSource","KnownUsagePermissionType","LabMapper","LabFragmentMapper","LabVirtualMachineCreationParameterMapper","ExportResourceUsageParametersMapper","GenerateUploadUriParameterMapper","ImportLabVirtualMachineRequestMapper","ScheduleMapper","ScheduleFragmentMapper","RetargetSchedulePropertiesMapper","ArtifactSourceMapper","ArtifactSourceFragmentMapper","GenerateArmTemplateRequestMapper","LabCostMapper","CustomImageMapper","CustomImageFragmentMapper","FormulaMapper","FormulaFragmentMapper","NotificationChannelMapper","NotificationChannelFragmentMapper","NotifyParametersMapper","EvaluatePoliciesRequestMapper","PolicyMapper","PolicyFragmentMapper","ServiceRunnerMapper","UserMapper","UserFragmentMapper","DiskMapper","DiskFragmentMapper","AttachDiskPropertiesMapper","DetachDiskPropertiesMapper","DtlEnvironmentMapper","DtlEnvironmentFragmentMapper","SecretMapper","SecretFragmentMapper","ServiceFabricMapper","ServiceFabricFragmentMapper","LabVirtualMachineMapper","LabVirtualMachineFragmentMapper","DataDiskPropertiesMapper","ApplyArtifactsRequestMapper","DetachDataDiskPropertiesMapper","ResizeLabVirtualMachinePropertiesMapper","VirtualNetworkMapper","VirtualNetworkFragmentMapper","__asyncValues","__asyncDelegator","coreClient.createSerializer","Mappers.ProviderOperationResult","Mappers.CloudError","Parameters.apiVersion","Parameters.$host","Parameters.accept","Parameters.nextLink","LroEngine","serializer","Mappers.LabList","Parameters.expand","Parameters.filter","Parameters.top","Parameters.orderby","Parameters.subscriptionId","Parameters.resourceGroupName","Mappers.Lab","Parameters.name","Parameters.lab","Parameters.contentType","Parameters.lab1","Parameters.labVirtualMachineCreationParameter","Parameters.exportResourceUsageParameters","Mappers.GenerateUploadUriResponse","Parameters.generateUploadUriParameter","Parameters.importLabVirtualMachineRequest","Mappers.LabVhdList","getOperationSpec","Mappers.OperationResult","Parameters.locationName","listBySubscriptionOperationSpec","listByResourceGroupOperationSpec","createOrUpdateOperationSpec","deleteOperationSpec","updateOperationSpec","listBySubscriptionNextOperationSpec","listByResourceGroupNextOperationSpec","Mappers.ScheduleList","Mappers.Schedule","Parameters.schedule","Parameters.schedule1","Parameters.retargetScheduleProperties","listOperationSpec","listNextOperationSpec","Mappers.ArtifactSourceList","Parameters.labName","Mappers.ArtifactSource","Parameters.artifactSource","Parameters.artifactSource1","Mappers.ArmTemplateList","Parameters.artifactSourceName","Mappers.ArmTemplate","Mappers.ArtifactList","Mappers.Artifact","Mappers.ArmTemplateInfo","Parameters.generateArmTemplateRequest","Mappers.LabCost","Parameters.labCost","Mappers.CustomImageList","Mappers.CustomImage","Parameters.customImage","Parameters.customImage1","Mappers.FormulaList","Mappers.Formula","Parameters.formula","Parameters.formula1","Mappers.GalleryImageList","Mappers.NotificationChannelList","Mappers.NotificationChannel","Parameters.notificationChannel","Parameters.notificationChannel1","Parameters.notifyParameters","Mappers.EvaluatePoliciesResponse","Parameters.evaluatePoliciesRequest","Mappers.PolicyList","Parameters.policySetName","Mappers.Policy","Parameters.policy","Parameters.policy1","executeOperationSpec","Mappers.ServiceRunner","Parameters.serviceRunner","Mappers.UserList","Mappers.User","Parameters.user","Parameters.user1","Mappers.DiskList","Parameters.userName","Mappers.Disk","Parameters.disk","Parameters.disk1","Parameters.attachDiskProperties","Parameters.detachDiskProperties","Mappers.DtlEnvironmentList","Mappers.DtlEnvironment","Parameters.dtlEnvironment","Parameters.dtlEnvironment1","Mappers.SecretList","Mappers.Secret","Parameters.secret","Parameters.secret1","Mappers.ServiceFabricList","Mappers.ServiceFabric","Parameters.serviceFabric","Parameters.serviceFabric1","Mappers.ApplicableSchedule","Parameters.serviceFabricName","listApplicableSchedulesOperationSpec","startOperationSpec","stopOperationSpec","Mappers.LabVirtualMachineList","Mappers.LabVirtualMachine","Parameters.labVirtualMachine","Parameters.labVirtualMachine1","Parameters.dataDiskProperties","Parameters.applyArtifactsRequest","Parameters.detachDataDiskProperties","Mappers.RdpConnection","Parameters.resizeLabVirtualMachineProperties","Parameters.virtualMachineName","Mappers.VirtualNetworkList","Mappers.VirtualNetwork","Parameters.virtualNetwork","Parameters.virtualNetwork1","coreClient.ServiceClient"],"mappings":"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"}
|