@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
package/esm/operations/disks.js
DELETED
|
@@ -1,421 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import * as tslib_1 from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/disksMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a Disks. */
|
|
15
|
-
var Disks = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a Disks.
|
|
18
|
-
* @param {DevTestLabsClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function Disks(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
Disks.prototype.list = function (resourceGroupName, labName, userName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
labName: labName,
|
|
27
|
-
userName: userName,
|
|
28
|
-
options: options
|
|
29
|
-
}, listOperationSpec, callback);
|
|
30
|
-
};
|
|
31
|
-
Disks.prototype.get = function (resourceGroupName, labName, userName, name, options, callback) {
|
|
32
|
-
return this.client.sendOperationRequest({
|
|
33
|
-
resourceGroupName: resourceGroupName,
|
|
34
|
-
labName: labName,
|
|
35
|
-
userName: userName,
|
|
36
|
-
name: name,
|
|
37
|
-
options: options
|
|
38
|
-
}, getOperationSpec, callback);
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* Create or replace an existing disk. This operation can take a while to complete.
|
|
42
|
-
* @param resourceGroupName The name of the resource group.
|
|
43
|
-
* @param labName The name of the lab.
|
|
44
|
-
* @param userName The name of the user profile.
|
|
45
|
-
* @param name The name of the disk.
|
|
46
|
-
* @param disk A Disk.
|
|
47
|
-
* @param [options] The optional parameters
|
|
48
|
-
* @returns Promise<Models.DisksCreateOrUpdateResponse>
|
|
49
|
-
*/
|
|
50
|
-
Disks.prototype.createOrUpdate = function (resourceGroupName, labName, userName, name, disk, options) {
|
|
51
|
-
return this.beginCreateOrUpdate(resourceGroupName, labName, userName, name, disk, options)
|
|
52
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
53
|
-
};
|
|
54
|
-
/**
|
|
55
|
-
* Delete disk. This operation can take a while to complete.
|
|
56
|
-
* @param resourceGroupName The name of the resource group.
|
|
57
|
-
* @param labName The name of the lab.
|
|
58
|
-
* @param userName The name of the user profile.
|
|
59
|
-
* @param name The name of the disk.
|
|
60
|
-
* @param [options] The optional parameters
|
|
61
|
-
* @returns Promise<msRest.RestResponse>
|
|
62
|
-
*/
|
|
63
|
-
Disks.prototype.deleteMethod = function (resourceGroupName, labName, userName, name, options) {
|
|
64
|
-
return this.beginDeleteMethod(resourceGroupName, labName, userName, name, options)
|
|
65
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
66
|
-
};
|
|
67
|
-
Disks.prototype.update = function (resourceGroupName, labName, userName, name, disk, options, callback) {
|
|
68
|
-
return this.client.sendOperationRequest({
|
|
69
|
-
resourceGroupName: resourceGroupName,
|
|
70
|
-
labName: labName,
|
|
71
|
-
userName: userName,
|
|
72
|
-
name: name,
|
|
73
|
-
disk: disk,
|
|
74
|
-
options: options
|
|
75
|
-
}, updateOperationSpec, callback);
|
|
76
|
-
};
|
|
77
|
-
/**
|
|
78
|
-
* Attach and create the lease of the disk to the virtual machine. This operation can take a while
|
|
79
|
-
* to complete.
|
|
80
|
-
* @param resourceGroupName The name of the resource group.
|
|
81
|
-
* @param labName The name of the lab.
|
|
82
|
-
* @param userName The name of the user profile.
|
|
83
|
-
* @param name The name of the disk.
|
|
84
|
-
* @param attachDiskProperties Properties of the disk to attach.
|
|
85
|
-
* @param [options] The optional parameters
|
|
86
|
-
* @returns Promise<msRest.RestResponse>
|
|
87
|
-
*/
|
|
88
|
-
Disks.prototype.attach = function (resourceGroupName, labName, userName, name, attachDiskProperties, options) {
|
|
89
|
-
return this.beginAttach(resourceGroupName, labName, userName, name, attachDiskProperties, options)
|
|
90
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
91
|
-
};
|
|
92
|
-
/**
|
|
93
|
-
* Detach and break the lease of the disk attached to the virtual machine. This operation can take
|
|
94
|
-
* a while to complete.
|
|
95
|
-
* @param resourceGroupName The name of the resource group.
|
|
96
|
-
* @param labName The name of the lab.
|
|
97
|
-
* @param userName The name of the user profile.
|
|
98
|
-
* @param name The name of the disk.
|
|
99
|
-
* @param detachDiskProperties Properties of the disk to detach.
|
|
100
|
-
* @param [options] The optional parameters
|
|
101
|
-
* @returns Promise<msRest.RestResponse>
|
|
102
|
-
*/
|
|
103
|
-
Disks.prototype.detach = function (resourceGroupName, labName, userName, name, detachDiskProperties, options) {
|
|
104
|
-
return this.beginDetach(resourceGroupName, labName, userName, name, detachDiskProperties, options)
|
|
105
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
106
|
-
};
|
|
107
|
-
/**
|
|
108
|
-
* Create or replace an existing disk. This operation can take a while to complete.
|
|
109
|
-
* @param resourceGroupName The name of the resource group.
|
|
110
|
-
* @param labName The name of the lab.
|
|
111
|
-
* @param userName The name of the user profile.
|
|
112
|
-
* @param name The name of the disk.
|
|
113
|
-
* @param disk A Disk.
|
|
114
|
-
* @param [options] The optional parameters
|
|
115
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
116
|
-
*/
|
|
117
|
-
Disks.prototype.beginCreateOrUpdate = function (resourceGroupName, labName, userName, name, disk, options) {
|
|
118
|
-
return this.client.sendLRORequest({
|
|
119
|
-
resourceGroupName: resourceGroupName,
|
|
120
|
-
labName: labName,
|
|
121
|
-
userName: userName,
|
|
122
|
-
name: name,
|
|
123
|
-
disk: disk,
|
|
124
|
-
options: options
|
|
125
|
-
}, beginCreateOrUpdateOperationSpec, options);
|
|
126
|
-
};
|
|
127
|
-
/**
|
|
128
|
-
* Delete disk. This operation can take a while to complete.
|
|
129
|
-
* @param resourceGroupName The name of the resource group.
|
|
130
|
-
* @param labName The name of the lab.
|
|
131
|
-
* @param userName The name of the user profile.
|
|
132
|
-
* @param name The name of the disk.
|
|
133
|
-
* @param [options] The optional parameters
|
|
134
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
135
|
-
*/
|
|
136
|
-
Disks.prototype.beginDeleteMethod = function (resourceGroupName, labName, userName, name, options) {
|
|
137
|
-
return this.client.sendLRORequest({
|
|
138
|
-
resourceGroupName: resourceGroupName,
|
|
139
|
-
labName: labName,
|
|
140
|
-
userName: userName,
|
|
141
|
-
name: name,
|
|
142
|
-
options: options
|
|
143
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
144
|
-
};
|
|
145
|
-
/**
|
|
146
|
-
* Attach and create the lease of the disk to the virtual machine. This operation can take a while
|
|
147
|
-
* to complete.
|
|
148
|
-
* @param resourceGroupName The name of the resource group.
|
|
149
|
-
* @param labName The name of the lab.
|
|
150
|
-
* @param userName The name of the user profile.
|
|
151
|
-
* @param name The name of the disk.
|
|
152
|
-
* @param attachDiskProperties Properties of the disk to attach.
|
|
153
|
-
* @param [options] The optional parameters
|
|
154
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
155
|
-
*/
|
|
156
|
-
Disks.prototype.beginAttach = function (resourceGroupName, labName, userName, name, attachDiskProperties, options) {
|
|
157
|
-
return this.client.sendLRORequest({
|
|
158
|
-
resourceGroupName: resourceGroupName,
|
|
159
|
-
labName: labName,
|
|
160
|
-
userName: userName,
|
|
161
|
-
name: name,
|
|
162
|
-
attachDiskProperties: attachDiskProperties,
|
|
163
|
-
options: options
|
|
164
|
-
}, beginAttachOperationSpec, options);
|
|
165
|
-
};
|
|
166
|
-
/**
|
|
167
|
-
* Detach and break the lease of the disk attached to the virtual machine. This operation can take
|
|
168
|
-
* a while to complete.
|
|
169
|
-
* @param resourceGroupName The name of the resource group.
|
|
170
|
-
* @param labName The name of the lab.
|
|
171
|
-
* @param userName The name of the user profile.
|
|
172
|
-
* @param name The name of the disk.
|
|
173
|
-
* @param detachDiskProperties Properties of the disk to detach.
|
|
174
|
-
* @param [options] The optional parameters
|
|
175
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
176
|
-
*/
|
|
177
|
-
Disks.prototype.beginDetach = function (resourceGroupName, labName, userName, name, detachDiskProperties, options) {
|
|
178
|
-
return this.client.sendLRORequest({
|
|
179
|
-
resourceGroupName: resourceGroupName,
|
|
180
|
-
labName: labName,
|
|
181
|
-
userName: userName,
|
|
182
|
-
name: name,
|
|
183
|
-
detachDiskProperties: detachDiskProperties,
|
|
184
|
-
options: options
|
|
185
|
-
}, beginDetachOperationSpec, options);
|
|
186
|
-
};
|
|
187
|
-
Disks.prototype.listNext = function (nextPageLink, options, callback) {
|
|
188
|
-
return this.client.sendOperationRequest({
|
|
189
|
-
nextPageLink: nextPageLink,
|
|
190
|
-
options: options
|
|
191
|
-
}, listNextOperationSpec, callback);
|
|
192
|
-
};
|
|
193
|
-
return Disks;
|
|
194
|
-
}());
|
|
195
|
-
export { Disks };
|
|
196
|
-
// Operation Specifications
|
|
197
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
198
|
-
var listOperationSpec = {
|
|
199
|
-
httpMethod: "GET",
|
|
200
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks",
|
|
201
|
-
urlParameters: [
|
|
202
|
-
Parameters.subscriptionId,
|
|
203
|
-
Parameters.resourceGroupName,
|
|
204
|
-
Parameters.labName,
|
|
205
|
-
Parameters.userName
|
|
206
|
-
],
|
|
207
|
-
queryParameters: [
|
|
208
|
-
Parameters.expand,
|
|
209
|
-
Parameters.filter,
|
|
210
|
-
Parameters.top,
|
|
211
|
-
Parameters.orderby,
|
|
212
|
-
Parameters.apiVersion
|
|
213
|
-
],
|
|
214
|
-
headerParameters: [
|
|
215
|
-
Parameters.acceptLanguage
|
|
216
|
-
],
|
|
217
|
-
responses: {
|
|
218
|
-
200: {
|
|
219
|
-
bodyMapper: Mappers.DiskList
|
|
220
|
-
},
|
|
221
|
-
default: {
|
|
222
|
-
bodyMapper: Mappers.CloudError
|
|
223
|
-
}
|
|
224
|
-
},
|
|
225
|
-
serializer: serializer
|
|
226
|
-
};
|
|
227
|
-
var getOperationSpec = {
|
|
228
|
-
httpMethod: "GET",
|
|
229
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}",
|
|
230
|
-
urlParameters: [
|
|
231
|
-
Parameters.subscriptionId,
|
|
232
|
-
Parameters.resourceGroupName,
|
|
233
|
-
Parameters.labName,
|
|
234
|
-
Parameters.userName,
|
|
235
|
-
Parameters.name
|
|
236
|
-
],
|
|
237
|
-
queryParameters: [
|
|
238
|
-
Parameters.expand,
|
|
239
|
-
Parameters.apiVersion
|
|
240
|
-
],
|
|
241
|
-
headerParameters: [
|
|
242
|
-
Parameters.acceptLanguage
|
|
243
|
-
],
|
|
244
|
-
responses: {
|
|
245
|
-
200: {
|
|
246
|
-
bodyMapper: Mappers.Disk
|
|
247
|
-
},
|
|
248
|
-
default: {
|
|
249
|
-
bodyMapper: Mappers.CloudError
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
serializer: serializer
|
|
253
|
-
};
|
|
254
|
-
var updateOperationSpec = {
|
|
255
|
-
httpMethod: "PATCH",
|
|
256
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}",
|
|
257
|
-
urlParameters: [
|
|
258
|
-
Parameters.subscriptionId,
|
|
259
|
-
Parameters.resourceGroupName,
|
|
260
|
-
Parameters.labName,
|
|
261
|
-
Parameters.userName,
|
|
262
|
-
Parameters.name
|
|
263
|
-
],
|
|
264
|
-
queryParameters: [
|
|
265
|
-
Parameters.apiVersion
|
|
266
|
-
],
|
|
267
|
-
headerParameters: [
|
|
268
|
-
Parameters.acceptLanguage
|
|
269
|
-
],
|
|
270
|
-
requestBody: {
|
|
271
|
-
parameterPath: "disk",
|
|
272
|
-
mapper: tslib_1.__assign({}, Mappers.DiskFragment, { required: true })
|
|
273
|
-
},
|
|
274
|
-
responses: {
|
|
275
|
-
200: {
|
|
276
|
-
bodyMapper: Mappers.Disk
|
|
277
|
-
},
|
|
278
|
-
default: {
|
|
279
|
-
bodyMapper: Mappers.CloudError
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
|
-
serializer: serializer
|
|
283
|
-
};
|
|
284
|
-
var beginCreateOrUpdateOperationSpec = {
|
|
285
|
-
httpMethod: "PUT",
|
|
286
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}",
|
|
287
|
-
urlParameters: [
|
|
288
|
-
Parameters.subscriptionId,
|
|
289
|
-
Parameters.resourceGroupName,
|
|
290
|
-
Parameters.labName,
|
|
291
|
-
Parameters.userName,
|
|
292
|
-
Parameters.name
|
|
293
|
-
],
|
|
294
|
-
queryParameters: [
|
|
295
|
-
Parameters.apiVersion
|
|
296
|
-
],
|
|
297
|
-
headerParameters: [
|
|
298
|
-
Parameters.acceptLanguage
|
|
299
|
-
],
|
|
300
|
-
requestBody: {
|
|
301
|
-
parameterPath: "disk",
|
|
302
|
-
mapper: tslib_1.__assign({}, Mappers.Disk, { required: true })
|
|
303
|
-
},
|
|
304
|
-
responses: {
|
|
305
|
-
200: {
|
|
306
|
-
bodyMapper: Mappers.Disk
|
|
307
|
-
},
|
|
308
|
-
201: {
|
|
309
|
-
bodyMapper: Mappers.Disk
|
|
310
|
-
},
|
|
311
|
-
default: {
|
|
312
|
-
bodyMapper: Mappers.CloudError
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
serializer: serializer
|
|
316
|
-
};
|
|
317
|
-
var beginDeleteMethodOperationSpec = {
|
|
318
|
-
httpMethod: "DELETE",
|
|
319
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}",
|
|
320
|
-
urlParameters: [
|
|
321
|
-
Parameters.subscriptionId,
|
|
322
|
-
Parameters.resourceGroupName,
|
|
323
|
-
Parameters.labName,
|
|
324
|
-
Parameters.userName,
|
|
325
|
-
Parameters.name
|
|
326
|
-
],
|
|
327
|
-
queryParameters: [
|
|
328
|
-
Parameters.apiVersion
|
|
329
|
-
],
|
|
330
|
-
headerParameters: [
|
|
331
|
-
Parameters.acceptLanguage
|
|
332
|
-
],
|
|
333
|
-
responses: {
|
|
334
|
-
200: {},
|
|
335
|
-
202: {},
|
|
336
|
-
204: {},
|
|
337
|
-
default: {
|
|
338
|
-
bodyMapper: Mappers.CloudError
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
serializer: serializer
|
|
342
|
-
};
|
|
343
|
-
var beginAttachOperationSpec = {
|
|
344
|
-
httpMethod: "POST",
|
|
345
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}/attach",
|
|
346
|
-
urlParameters: [
|
|
347
|
-
Parameters.subscriptionId,
|
|
348
|
-
Parameters.resourceGroupName,
|
|
349
|
-
Parameters.labName,
|
|
350
|
-
Parameters.userName,
|
|
351
|
-
Parameters.name
|
|
352
|
-
],
|
|
353
|
-
queryParameters: [
|
|
354
|
-
Parameters.apiVersion
|
|
355
|
-
],
|
|
356
|
-
headerParameters: [
|
|
357
|
-
Parameters.acceptLanguage
|
|
358
|
-
],
|
|
359
|
-
requestBody: {
|
|
360
|
-
parameterPath: "attachDiskProperties",
|
|
361
|
-
mapper: tslib_1.__assign({}, Mappers.AttachDiskProperties, { required: true })
|
|
362
|
-
},
|
|
363
|
-
responses: {
|
|
364
|
-
200: {},
|
|
365
|
-
202: {},
|
|
366
|
-
default: {
|
|
367
|
-
bodyMapper: Mappers.CloudError
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
serializer: serializer
|
|
371
|
-
};
|
|
372
|
-
var beginDetachOperationSpec = {
|
|
373
|
-
httpMethod: "POST",
|
|
374
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/disks/{name}/detach",
|
|
375
|
-
urlParameters: [
|
|
376
|
-
Parameters.subscriptionId,
|
|
377
|
-
Parameters.resourceGroupName,
|
|
378
|
-
Parameters.labName,
|
|
379
|
-
Parameters.userName,
|
|
380
|
-
Parameters.name
|
|
381
|
-
],
|
|
382
|
-
queryParameters: [
|
|
383
|
-
Parameters.apiVersion
|
|
384
|
-
],
|
|
385
|
-
headerParameters: [
|
|
386
|
-
Parameters.acceptLanguage
|
|
387
|
-
],
|
|
388
|
-
requestBody: {
|
|
389
|
-
parameterPath: "detachDiskProperties",
|
|
390
|
-
mapper: tslib_1.__assign({}, Mappers.DetachDiskProperties, { required: true })
|
|
391
|
-
},
|
|
392
|
-
responses: {
|
|
393
|
-
200: {},
|
|
394
|
-
202: {},
|
|
395
|
-
default: {
|
|
396
|
-
bodyMapper: Mappers.CloudError
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
serializer: serializer
|
|
400
|
-
};
|
|
401
|
-
var listNextOperationSpec = {
|
|
402
|
-
httpMethod: "GET",
|
|
403
|
-
baseUrl: "https://management.azure.com",
|
|
404
|
-
path: "{nextLink}",
|
|
405
|
-
urlParameters: [
|
|
406
|
-
Parameters.nextPageLink
|
|
407
|
-
],
|
|
408
|
-
headerParameters: [
|
|
409
|
-
Parameters.acceptLanguage
|
|
410
|
-
],
|
|
411
|
-
responses: {
|
|
412
|
-
200: {
|
|
413
|
-
bodyMapper: Mappers.DiskList
|
|
414
|
-
},
|
|
415
|
-
default: {
|
|
416
|
-
bodyMapper: Mappers.CloudError
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
serializer: serializer
|
|
420
|
-
};
|
|
421
|
-
//# sourceMappingURL=disks.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"disks.js","sourceRoot":"","sources":["../../lib/operations/disks.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { DevTestLabsClientContext } from "../devTestLabsClientContext";
|
|
5
|
-
/** Class representing a Environments. */
|
|
6
|
-
export declare class Environments {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a Environments.
|
|
10
|
-
* @param {DevTestLabsClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: DevTestLabsClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* List environments in a given user profile.
|
|
15
|
-
* @param resourceGroupName The name of the resource group.
|
|
16
|
-
* @param labName The name of the lab.
|
|
17
|
-
* @param userName The name of the user profile.
|
|
18
|
-
* @param [options] The optional parameters
|
|
19
|
-
* @returns Promise<Models.EnvironmentsListResponse>
|
|
20
|
-
*/
|
|
21
|
-
list(resourceGroupName: string, labName: string, userName: string, options?: Models.EnvironmentsListOptionalParams): Promise<Models.EnvironmentsListResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* @param resourceGroupName The name of the resource group.
|
|
24
|
-
* @param labName The name of the lab.
|
|
25
|
-
* @param userName The name of the user profile.
|
|
26
|
-
* @param callback The callback
|
|
27
|
-
*/
|
|
28
|
-
list(resourceGroupName: string, labName: string, userName: string, callback: msRest.ServiceCallback<Models.DtlEnvironmentList>): void;
|
|
29
|
-
/**
|
|
30
|
-
* @param resourceGroupName The name of the resource group.
|
|
31
|
-
* @param labName The name of the lab.
|
|
32
|
-
* @param userName The name of the user profile.
|
|
33
|
-
* @param options The optional parameters
|
|
34
|
-
* @param callback The callback
|
|
35
|
-
*/
|
|
36
|
-
list(resourceGroupName: string, labName: string, userName: string, options: Models.EnvironmentsListOptionalParams, callback: msRest.ServiceCallback<Models.DtlEnvironmentList>): void;
|
|
37
|
-
/**
|
|
38
|
-
* Get environment.
|
|
39
|
-
* @param resourceGroupName The name of the resource group.
|
|
40
|
-
* @param labName The name of the lab.
|
|
41
|
-
* @param userName The name of the user profile.
|
|
42
|
-
* @param name The name of the environment.
|
|
43
|
-
* @param [options] The optional parameters
|
|
44
|
-
* @returns Promise<Models.EnvironmentsGetResponse>
|
|
45
|
-
*/
|
|
46
|
-
get(resourceGroupName: string, labName: string, userName: string, name: string, options?: Models.EnvironmentsGetOptionalParams): Promise<Models.EnvironmentsGetResponse>;
|
|
47
|
-
/**
|
|
48
|
-
* @param resourceGroupName The name of the resource group.
|
|
49
|
-
* @param labName The name of the lab.
|
|
50
|
-
* @param userName The name of the user profile.
|
|
51
|
-
* @param name The name of the environment.
|
|
52
|
-
* @param callback The callback
|
|
53
|
-
*/
|
|
54
|
-
get(resourceGroupName: string, labName: string, userName: string, name: string, callback: msRest.ServiceCallback<Models.DtlEnvironment>): void;
|
|
55
|
-
/**
|
|
56
|
-
* @param resourceGroupName The name of the resource group.
|
|
57
|
-
* @param labName The name of the lab.
|
|
58
|
-
* @param userName The name of the user profile.
|
|
59
|
-
* @param name The name of the environment.
|
|
60
|
-
* @param options The optional parameters
|
|
61
|
-
* @param callback The callback
|
|
62
|
-
*/
|
|
63
|
-
get(resourceGroupName: string, labName: string, userName: string, name: string, options: Models.EnvironmentsGetOptionalParams, callback: msRest.ServiceCallback<Models.DtlEnvironment>): void;
|
|
64
|
-
/**
|
|
65
|
-
* Create or replace an existing environment. This operation can take a while to complete.
|
|
66
|
-
* @param resourceGroupName The name of the resource group.
|
|
67
|
-
* @param labName The name of the lab.
|
|
68
|
-
* @param userName The name of the user profile.
|
|
69
|
-
* @param name The name of the environment.
|
|
70
|
-
* @param dtlEnvironment An environment, which is essentially an ARM template deployment.
|
|
71
|
-
* @param [options] The optional parameters
|
|
72
|
-
* @returns Promise<Models.EnvironmentsCreateOrUpdateResponse>
|
|
73
|
-
*/
|
|
74
|
-
createOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironment, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsCreateOrUpdateResponse>;
|
|
75
|
-
/**
|
|
76
|
-
* Delete environment. This operation can take a while to complete.
|
|
77
|
-
* @param resourceGroupName The name of the resource group.
|
|
78
|
-
* @param labName The name of the lab.
|
|
79
|
-
* @param userName The name of the user profile.
|
|
80
|
-
* @param name The name of the environment.
|
|
81
|
-
* @param [options] The optional parameters
|
|
82
|
-
* @returns Promise<msRest.RestResponse>
|
|
83
|
-
*/
|
|
84
|
-
deleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
85
|
-
/**
|
|
86
|
-
* Modify properties of environments.
|
|
87
|
-
* @param resourceGroupName The name of the resource group.
|
|
88
|
-
* @param labName The name of the lab.
|
|
89
|
-
* @param userName The name of the user profile.
|
|
90
|
-
* @param name The name of the environment.
|
|
91
|
-
* @param dtlEnvironment An environment, which is essentially an ARM template deployment.
|
|
92
|
-
* @param [options] The optional parameters
|
|
93
|
-
* @returns Promise<Models.EnvironmentsUpdateResponse>
|
|
94
|
-
*/
|
|
95
|
-
update(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironmentFragment, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsUpdateResponse>;
|
|
96
|
-
/**
|
|
97
|
-
* @param resourceGroupName The name of the resource group.
|
|
98
|
-
* @param labName The name of the lab.
|
|
99
|
-
* @param userName The name of the user profile.
|
|
100
|
-
* @param name The name of the environment.
|
|
101
|
-
* @param dtlEnvironment An environment, which is essentially an ARM template deployment.
|
|
102
|
-
* @param callback The callback
|
|
103
|
-
*/
|
|
104
|
-
update(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironmentFragment, callback: msRest.ServiceCallback<Models.DtlEnvironment>): void;
|
|
105
|
-
/**
|
|
106
|
-
* @param resourceGroupName The name of the resource group.
|
|
107
|
-
* @param labName The name of the lab.
|
|
108
|
-
* @param userName The name of the user profile.
|
|
109
|
-
* @param name The name of the environment.
|
|
110
|
-
* @param dtlEnvironment An environment, which is essentially an ARM template deployment.
|
|
111
|
-
* @param options The optional parameters
|
|
112
|
-
* @param callback The callback
|
|
113
|
-
*/
|
|
114
|
-
update(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironmentFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DtlEnvironment>): void;
|
|
115
|
-
/**
|
|
116
|
-
* Create or replace an existing environment. This operation can take a while to complete.
|
|
117
|
-
* @param resourceGroupName The name of the resource group.
|
|
118
|
-
* @param labName The name of the lab.
|
|
119
|
-
* @param userName The name of the user profile.
|
|
120
|
-
* @param name The name of the environment.
|
|
121
|
-
* @param dtlEnvironment An environment, which is essentially an ARM template deployment.
|
|
122
|
-
* @param [options] The optional parameters
|
|
123
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
124
|
-
*/
|
|
125
|
-
beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: Models.DtlEnvironment, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
126
|
-
/**
|
|
127
|
-
* Delete environment. This operation can take a while to complete.
|
|
128
|
-
* @param resourceGroupName The name of the resource group.
|
|
129
|
-
* @param labName The name of the lab.
|
|
130
|
-
* @param userName The name of the user profile.
|
|
131
|
-
* @param name The name of the environment.
|
|
132
|
-
* @param [options] The optional parameters
|
|
133
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
134
|
-
*/
|
|
135
|
-
beginDeleteMethod(resourceGroupName: string, labName: string, userName: string, name: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
136
|
-
/**
|
|
137
|
-
* List environments in a given user profile.
|
|
138
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
139
|
-
* @param [options] The optional parameters
|
|
140
|
-
* @returns Promise<Models.EnvironmentsListNextResponse>
|
|
141
|
-
*/
|
|
142
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.EnvironmentsListNextResponse>;
|
|
143
|
-
/**
|
|
144
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
145
|
-
* @param callback The callback
|
|
146
|
-
*/
|
|
147
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DtlEnvironmentList>): void;
|
|
148
|
-
/**
|
|
149
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
150
|
-
* @param options The optional parameters
|
|
151
|
-
* @param callback The callback
|
|
152
|
-
*/
|
|
153
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DtlEnvironmentList>): void;
|
|
154
|
-
}
|
|
155
|
-
//# sourceMappingURL=environments.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"environments.d.ts","sourceRoot":"","sources":["../../lib/operations/environments.ts"],"names":[],"mappings":"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"}
|