@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,2985 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-devtestlabs"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type ApplicableSchedule = Resource & {
|
|
15
|
+
labVmsShutdown?: Schedule;
|
|
16
|
+
labVmsStartup?: Schedule;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export type ApplicableScheduleFragment = UpdateResource & {};
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export interface ApplyArtifactsRequest {
|
|
24
|
+
artifacts?: ArtifactInstallProperties[];
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export type ArmTemplate = Resource & {
|
|
29
|
+
readonly displayName?: string;
|
|
30
|
+
readonly description?: string;
|
|
31
|
+
readonly publisher?: string;
|
|
32
|
+
readonly icon?: string;
|
|
33
|
+
readonly contents?: Record<string, unknown>;
|
|
34
|
+
readonly createdDate?: Date;
|
|
35
|
+
readonly parametersValueFilesInfo?: ParametersValueFileInfo[];
|
|
36
|
+
readonly enabled?: boolean;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export interface ArmTemplateInfo {
|
|
41
|
+
parameters?: Record<string, unknown>;
|
|
42
|
+
template?: Record<string, unknown>;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export interface ArmTemplateList {
|
|
47
|
+
nextLink?: string;
|
|
48
|
+
value?: ArmTemplate[];
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export interface ArmTemplateParameterProperties {
|
|
53
|
+
name?: string;
|
|
54
|
+
value?: string;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// @public
|
|
58
|
+
export interface ArmTemplates {
|
|
59
|
+
get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, options?: ArmTemplatesGetOptionalParams): Promise<ArmTemplatesGetResponse>;
|
|
60
|
+
list(resourceGroupName: string, labName: string, artifactSourceName: string, options?: ArmTemplatesListOptionalParams): PagedAsyncIterableIterator<ArmTemplate>;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export interface ArmTemplatesGetOptionalParams extends coreClient.OperationOptions {
|
|
65
|
+
expand?: string;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export type ArmTemplatesGetResponse = ArmTemplate;
|
|
70
|
+
|
|
71
|
+
// @public
|
|
72
|
+
export interface ArmTemplatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
73
|
+
expand?: string;
|
|
74
|
+
filter?: string;
|
|
75
|
+
orderby?: string;
|
|
76
|
+
top?: number;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// @public
|
|
80
|
+
export type ArmTemplatesListNextResponse = ArmTemplateList;
|
|
81
|
+
|
|
82
|
+
// @public
|
|
83
|
+
export interface ArmTemplatesListOptionalParams extends coreClient.OperationOptions {
|
|
84
|
+
expand?: string;
|
|
85
|
+
filter?: string;
|
|
86
|
+
orderby?: string;
|
|
87
|
+
top?: number;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export type ArmTemplatesListResponse = ArmTemplateList;
|
|
92
|
+
|
|
93
|
+
// @public
|
|
94
|
+
export type Artifact = Resource & {
|
|
95
|
+
readonly title?: string;
|
|
96
|
+
readonly description?: string;
|
|
97
|
+
readonly publisher?: string;
|
|
98
|
+
readonly filePath?: string;
|
|
99
|
+
readonly icon?: string;
|
|
100
|
+
readonly targetOsType?: string;
|
|
101
|
+
readonly parameters?: Record<string, unknown>;
|
|
102
|
+
readonly createdDate?: Date;
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export interface ArtifactDeploymentStatusProperties {
|
|
107
|
+
artifactsApplied?: number;
|
|
108
|
+
deploymentStatus?: string;
|
|
109
|
+
totalArtifacts?: number;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// @public
|
|
113
|
+
export interface ArtifactInstallProperties {
|
|
114
|
+
artifactId?: string;
|
|
115
|
+
artifactTitle?: string;
|
|
116
|
+
deploymentStatusMessage?: string;
|
|
117
|
+
installTime?: Date;
|
|
118
|
+
parameters?: ArtifactParameterProperties[];
|
|
119
|
+
status?: string;
|
|
120
|
+
vmExtensionStatusMessage?: string;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// @public
|
|
124
|
+
export interface ArtifactList {
|
|
125
|
+
nextLink?: string;
|
|
126
|
+
value?: Artifact[];
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// @public
|
|
130
|
+
export interface ArtifactParameterProperties {
|
|
131
|
+
name?: string;
|
|
132
|
+
value?: string;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface Artifacts {
|
|
137
|
+
generateArmTemplate(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, generateArmTemplateRequest: GenerateArmTemplateRequest, options?: ArtifactsGenerateArmTemplateOptionalParams): Promise<ArtifactsGenerateArmTemplateResponse>;
|
|
138
|
+
get(resourceGroupName: string, labName: string, artifactSourceName: string, name: string, options?: ArtifactsGetOptionalParams): Promise<ArtifactsGetResponse>;
|
|
139
|
+
list(resourceGroupName: string, labName: string, artifactSourceName: string, options?: ArtifactsListOptionalParams): PagedAsyncIterableIterator<Artifact>;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
// @public
|
|
143
|
+
export interface ArtifactsGenerateArmTemplateOptionalParams extends coreClient.OperationOptions {
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// @public
|
|
147
|
+
export type ArtifactsGenerateArmTemplateResponse = ArmTemplateInfo;
|
|
148
|
+
|
|
149
|
+
// @public
|
|
150
|
+
export interface ArtifactsGetOptionalParams extends coreClient.OperationOptions {
|
|
151
|
+
expand?: string;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// @public
|
|
155
|
+
export type ArtifactsGetResponse = Artifact;
|
|
156
|
+
|
|
157
|
+
// @public
|
|
158
|
+
export interface ArtifactsListNextOptionalParams extends coreClient.OperationOptions {
|
|
159
|
+
expand?: string;
|
|
160
|
+
filter?: string;
|
|
161
|
+
orderby?: string;
|
|
162
|
+
top?: number;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export type ArtifactsListNextResponse = ArtifactList;
|
|
167
|
+
|
|
168
|
+
// @public
|
|
169
|
+
export interface ArtifactsListOptionalParams extends coreClient.OperationOptions {
|
|
170
|
+
expand?: string;
|
|
171
|
+
filter?: string;
|
|
172
|
+
orderby?: string;
|
|
173
|
+
top?: number;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
// @public
|
|
177
|
+
export type ArtifactsListResponse = ArtifactList;
|
|
178
|
+
|
|
179
|
+
// @public
|
|
180
|
+
export type ArtifactSource = Resource & {
|
|
181
|
+
displayName?: string;
|
|
182
|
+
uri?: string;
|
|
183
|
+
sourceType?: SourceControlType;
|
|
184
|
+
folderPath?: string;
|
|
185
|
+
armTemplateFolderPath?: string;
|
|
186
|
+
branchRef?: string;
|
|
187
|
+
securityToken?: string;
|
|
188
|
+
status?: EnableStatus;
|
|
189
|
+
readonly createdDate?: Date;
|
|
190
|
+
readonly provisioningState?: string;
|
|
191
|
+
readonly uniqueIdentifier?: string;
|
|
192
|
+
};
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export type ArtifactSourceFragment = UpdateResource & {};
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export interface ArtifactSourceList {
|
|
199
|
+
nextLink?: string;
|
|
200
|
+
value?: ArtifactSource[];
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
// @public
|
|
204
|
+
export interface ArtifactSources {
|
|
205
|
+
createOrUpdate(resourceGroupName: string, labName: string, name: string, artifactSource: ArtifactSource, options?: ArtifactSourcesCreateOrUpdateOptionalParams): Promise<ArtifactSourcesCreateOrUpdateResponse>;
|
|
206
|
+
delete(resourceGroupName: string, labName: string, name: string, options?: ArtifactSourcesDeleteOptionalParams): Promise<void>;
|
|
207
|
+
get(resourceGroupName: string, labName: string, name: string, options?: ArtifactSourcesGetOptionalParams): Promise<ArtifactSourcesGetResponse>;
|
|
208
|
+
list(resourceGroupName: string, labName: string, options?: ArtifactSourcesListOptionalParams): PagedAsyncIterableIterator<ArtifactSource>;
|
|
209
|
+
update(resourceGroupName: string, labName: string, name: string, artifactSource: ArtifactSourceFragment, options?: ArtifactSourcesUpdateOptionalParams): Promise<ArtifactSourcesUpdateResponse>;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// @public
|
|
213
|
+
export interface ArtifactSourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
// @public
|
|
217
|
+
export type ArtifactSourcesCreateOrUpdateResponse = ArtifactSource;
|
|
218
|
+
|
|
219
|
+
// @public
|
|
220
|
+
export interface ArtifactSourcesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
// @public
|
|
224
|
+
export interface ArtifactSourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
225
|
+
expand?: string;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
// @public
|
|
229
|
+
export type ArtifactSourcesGetResponse = ArtifactSource;
|
|
230
|
+
|
|
231
|
+
// @public
|
|
232
|
+
export interface ArtifactSourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
233
|
+
expand?: string;
|
|
234
|
+
filter?: string;
|
|
235
|
+
orderby?: string;
|
|
236
|
+
top?: number;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export type ArtifactSourcesListNextResponse = ArtifactSourceList;
|
|
241
|
+
|
|
242
|
+
// @public
|
|
243
|
+
export interface ArtifactSourcesListOptionalParams extends coreClient.OperationOptions {
|
|
244
|
+
expand?: string;
|
|
245
|
+
filter?: string;
|
|
246
|
+
orderby?: string;
|
|
247
|
+
top?: number;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
// @public
|
|
251
|
+
export type ArtifactSourcesListResponse = ArtifactSourceList;
|
|
252
|
+
|
|
253
|
+
// @public
|
|
254
|
+
export interface ArtifactSourcesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
// @public
|
|
258
|
+
export type ArtifactSourcesUpdateResponse = ArtifactSource;
|
|
259
|
+
|
|
260
|
+
// @public
|
|
261
|
+
export interface AttachDiskProperties {
|
|
262
|
+
leasedByLabVmId?: string;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
// @public
|
|
266
|
+
export interface AttachNewDataDiskOptions {
|
|
267
|
+
diskName?: string;
|
|
268
|
+
diskSizeGiB?: number;
|
|
269
|
+
diskType?: StorageType;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
// @public
|
|
273
|
+
export interface BulkCreationParameters {
|
|
274
|
+
instanceCount?: number;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// @public
|
|
278
|
+
export interface CloudError {
|
|
279
|
+
error?: CloudErrorBody;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export interface CloudErrorBody {
|
|
284
|
+
code?: string;
|
|
285
|
+
details?: CloudErrorBody[];
|
|
286
|
+
message?: string;
|
|
287
|
+
target?: string;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
// @public
|
|
291
|
+
export interface ComputeDataDisk {
|
|
292
|
+
diskSizeGiB?: number;
|
|
293
|
+
diskUri?: string;
|
|
294
|
+
managedDiskId?: string;
|
|
295
|
+
name?: string;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// @public
|
|
299
|
+
export interface ComputeVmInstanceViewStatus {
|
|
300
|
+
code?: string;
|
|
301
|
+
displayStatus?: string;
|
|
302
|
+
message?: string;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export interface ComputeVmProperties {
|
|
307
|
+
dataDiskIds?: string[];
|
|
308
|
+
dataDisks?: ComputeDataDisk[];
|
|
309
|
+
networkInterfaceId?: string;
|
|
310
|
+
osDiskId?: string;
|
|
311
|
+
osType?: string;
|
|
312
|
+
statuses?: ComputeVmInstanceViewStatus[];
|
|
313
|
+
vmSize?: string;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
// @public
|
|
317
|
+
export interface Costs {
|
|
318
|
+
createOrUpdate(resourceGroupName: string, labName: string, name: string, labCost: LabCost, options?: CostsCreateOrUpdateOptionalParams): Promise<CostsCreateOrUpdateResponse>;
|
|
319
|
+
get(resourceGroupName: string, labName: string, name: string, options?: CostsGetOptionalParams): Promise<CostsGetResponse>;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
// @public
|
|
323
|
+
export interface CostsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
// @public
|
|
327
|
+
export type CostsCreateOrUpdateResponse = LabCost;
|
|
328
|
+
|
|
329
|
+
// @public
|
|
330
|
+
export interface CostsGetOptionalParams extends coreClient.OperationOptions {
|
|
331
|
+
expand?: string;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
// @public
|
|
335
|
+
export type CostsGetResponse = LabCost;
|
|
336
|
+
|
|
337
|
+
// @public
|
|
338
|
+
export interface CostThresholdProperties {
|
|
339
|
+
displayOnChart?: CostThresholdStatus;
|
|
340
|
+
notificationSent?: string;
|
|
341
|
+
percentageThreshold?: PercentageCostThresholdProperties;
|
|
342
|
+
sendNotificationWhenExceeded?: CostThresholdStatus;
|
|
343
|
+
thresholdId?: string;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
// @public
|
|
347
|
+
export type CostThresholdStatus = string;
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export type CostType = string;
|
|
351
|
+
|
|
352
|
+
// @public
|
|
353
|
+
export type CustomImage = Resource & {
|
|
354
|
+
vm?: CustomImagePropertiesFromVm;
|
|
355
|
+
vhd?: CustomImagePropertiesCustom;
|
|
356
|
+
description?: string;
|
|
357
|
+
author?: string;
|
|
358
|
+
readonly creationDate?: Date;
|
|
359
|
+
managedImageId?: string;
|
|
360
|
+
managedSnapshotId?: string;
|
|
361
|
+
dataDiskStorageInfo?: DataDiskStorageTypeInfo[];
|
|
362
|
+
customImagePlan?: CustomImagePropertiesFromPlan;
|
|
363
|
+
isPlanAuthorized?: boolean;
|
|
364
|
+
readonly provisioningState?: string;
|
|
365
|
+
readonly uniqueIdentifier?: string;
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
// @public
|
|
369
|
+
export type CustomImageFragment = UpdateResource & {};
|
|
370
|
+
|
|
371
|
+
// @public
|
|
372
|
+
export interface CustomImageList {
|
|
373
|
+
nextLink?: string;
|
|
374
|
+
value?: CustomImage[];
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
// @public
|
|
378
|
+
export type CustomImageOsType = string;
|
|
379
|
+
|
|
380
|
+
// @public
|
|
381
|
+
export interface CustomImagePropertiesCustom {
|
|
382
|
+
imageName?: string;
|
|
383
|
+
osType: CustomImageOsType;
|
|
384
|
+
sysPrep?: boolean;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
// @public
|
|
388
|
+
export interface CustomImagePropertiesFromPlan {
|
|
389
|
+
id?: string;
|
|
390
|
+
offer?: string;
|
|
391
|
+
publisher?: string;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
// @public
|
|
395
|
+
export interface CustomImagePropertiesFromVm {
|
|
396
|
+
linuxOsInfo?: LinuxOsInfo;
|
|
397
|
+
sourceVmId?: string;
|
|
398
|
+
windowsOsInfo?: WindowsOsInfo;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// @public
|
|
402
|
+
export interface CustomImages {
|
|
403
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, customImage: CustomImage, options?: CustomImagesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<CustomImagesCreateOrUpdateResponse>, CustomImagesCreateOrUpdateResponse>>;
|
|
404
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, name: string, customImage: CustomImage, options?: CustomImagesCreateOrUpdateOptionalParams): Promise<CustomImagesCreateOrUpdateResponse>;
|
|
405
|
+
beginDelete(resourceGroupName: string, labName: string, name: string, options?: CustomImagesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
406
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, name: string, options?: CustomImagesDeleteOptionalParams): Promise<void>;
|
|
407
|
+
get(resourceGroupName: string, labName: string, name: string, options?: CustomImagesGetOptionalParams): Promise<CustomImagesGetResponse>;
|
|
408
|
+
list(resourceGroupName: string, labName: string, options?: CustomImagesListOptionalParams): PagedAsyncIterableIterator<CustomImage>;
|
|
409
|
+
update(resourceGroupName: string, labName: string, name: string, customImage: CustomImageFragment, options?: CustomImagesUpdateOptionalParams): Promise<CustomImagesUpdateResponse>;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// @public
|
|
413
|
+
export interface CustomImagesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
414
|
+
resumeFrom?: string;
|
|
415
|
+
updateIntervalInMs?: number;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
// @public
|
|
419
|
+
export type CustomImagesCreateOrUpdateResponse = CustomImage;
|
|
420
|
+
|
|
421
|
+
// @public
|
|
422
|
+
export interface CustomImagesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
423
|
+
resumeFrom?: string;
|
|
424
|
+
updateIntervalInMs?: number;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
// @public
|
|
428
|
+
export interface CustomImagesGetOptionalParams extends coreClient.OperationOptions {
|
|
429
|
+
expand?: string;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
// @public
|
|
433
|
+
export type CustomImagesGetResponse = CustomImage;
|
|
434
|
+
|
|
435
|
+
// @public
|
|
436
|
+
export interface CustomImagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
437
|
+
expand?: string;
|
|
438
|
+
filter?: string;
|
|
439
|
+
orderby?: string;
|
|
440
|
+
top?: number;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
// @public
|
|
444
|
+
export type CustomImagesListNextResponse = CustomImageList;
|
|
445
|
+
|
|
446
|
+
// @public
|
|
447
|
+
export interface CustomImagesListOptionalParams extends coreClient.OperationOptions {
|
|
448
|
+
expand?: string;
|
|
449
|
+
filter?: string;
|
|
450
|
+
orderby?: string;
|
|
451
|
+
top?: number;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
// @public
|
|
455
|
+
export type CustomImagesListResponse = CustomImageList;
|
|
456
|
+
|
|
457
|
+
// @public
|
|
458
|
+
export interface CustomImagesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
// @public
|
|
462
|
+
export type CustomImagesUpdateResponse = CustomImage;
|
|
463
|
+
|
|
464
|
+
// @public
|
|
465
|
+
export interface DataDiskProperties {
|
|
466
|
+
attachNewDataDiskOptions?: AttachNewDataDiskOptions;
|
|
467
|
+
existingLabDiskId?: string;
|
|
468
|
+
hostCaching?: HostCachingOptions;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
// @public
|
|
472
|
+
export interface DataDiskStorageTypeInfo {
|
|
473
|
+
lun?: string;
|
|
474
|
+
storageType?: StorageType;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
// @public
|
|
478
|
+
export interface DayDetails {
|
|
479
|
+
time?: string;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
// @public
|
|
483
|
+
export interface DetachDataDiskProperties {
|
|
484
|
+
existingLabDiskId?: string;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
// @public
|
|
488
|
+
export interface DetachDiskProperties {
|
|
489
|
+
leasedByLabVmId?: string;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
// @public (undocumented)
|
|
493
|
+
export class DevTestLabsClient extends coreClient.ServiceClient {
|
|
494
|
+
// (undocumented)
|
|
495
|
+
$host: string;
|
|
496
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DevTestLabsClientOptionalParams);
|
|
497
|
+
// (undocumented)
|
|
498
|
+
apiVersion: string;
|
|
499
|
+
// (undocumented)
|
|
500
|
+
armTemplates: ArmTemplates;
|
|
501
|
+
// (undocumented)
|
|
502
|
+
artifacts: Artifacts;
|
|
503
|
+
// (undocumented)
|
|
504
|
+
artifactSources: ArtifactSources;
|
|
505
|
+
// (undocumented)
|
|
506
|
+
costs: Costs;
|
|
507
|
+
// (undocumented)
|
|
508
|
+
customImages: CustomImages;
|
|
509
|
+
// (undocumented)
|
|
510
|
+
disks: Disks;
|
|
511
|
+
// (undocumented)
|
|
512
|
+
environments: Environments;
|
|
513
|
+
// (undocumented)
|
|
514
|
+
formulas: Formulas;
|
|
515
|
+
// (undocumented)
|
|
516
|
+
galleryImages: GalleryImages;
|
|
517
|
+
// (undocumented)
|
|
518
|
+
globalSchedules: GlobalSchedules;
|
|
519
|
+
// (undocumented)
|
|
520
|
+
labs: Labs;
|
|
521
|
+
// (undocumented)
|
|
522
|
+
notificationChannels: NotificationChannels;
|
|
523
|
+
// (undocumented)
|
|
524
|
+
operations: Operations;
|
|
525
|
+
// (undocumented)
|
|
526
|
+
policies: Policies;
|
|
527
|
+
// (undocumented)
|
|
528
|
+
policySets: PolicySets;
|
|
529
|
+
// (undocumented)
|
|
530
|
+
providerOperations: ProviderOperations;
|
|
531
|
+
// (undocumented)
|
|
532
|
+
schedules: Schedules;
|
|
533
|
+
// (undocumented)
|
|
534
|
+
secrets: Secrets;
|
|
535
|
+
// (undocumented)
|
|
536
|
+
serviceFabrics: ServiceFabrics;
|
|
537
|
+
// (undocumented)
|
|
538
|
+
serviceFabricSchedules: ServiceFabricSchedules;
|
|
539
|
+
// (undocumented)
|
|
540
|
+
serviceRunners: ServiceRunners;
|
|
541
|
+
// (undocumented)
|
|
542
|
+
subscriptionId: string;
|
|
543
|
+
// (undocumented)
|
|
544
|
+
users: Users;
|
|
545
|
+
// (undocumented)
|
|
546
|
+
virtualMachines: VirtualMachines;
|
|
547
|
+
// (undocumented)
|
|
548
|
+
virtualMachineSchedules: VirtualMachineSchedules;
|
|
549
|
+
// (undocumented)
|
|
550
|
+
virtualNetworks: VirtualNetworks;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
// @public
|
|
554
|
+
export interface DevTestLabsClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
555
|
+
$host?: string;
|
|
556
|
+
apiVersion?: string;
|
|
557
|
+
endpoint?: string;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
// @public
|
|
561
|
+
export type Disk = Resource & {
|
|
562
|
+
diskType?: StorageType;
|
|
563
|
+
diskSizeGiB?: number;
|
|
564
|
+
leasedByLabVmId?: string;
|
|
565
|
+
diskBlobName?: string;
|
|
566
|
+
diskUri?: string;
|
|
567
|
+
storageAccountId?: string;
|
|
568
|
+
readonly createdDate?: Date;
|
|
569
|
+
hostCaching?: string;
|
|
570
|
+
managedDiskId?: string;
|
|
571
|
+
readonly provisioningState?: string;
|
|
572
|
+
readonly uniqueIdentifier?: string;
|
|
573
|
+
};
|
|
574
|
+
|
|
575
|
+
// @public
|
|
576
|
+
export type DiskFragment = UpdateResource & {};
|
|
577
|
+
|
|
578
|
+
// @public
|
|
579
|
+
export interface DiskList {
|
|
580
|
+
nextLink?: string;
|
|
581
|
+
value?: Disk[];
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
// @public
|
|
585
|
+
export interface Disks {
|
|
586
|
+
beginAttach(resourceGroupName: string, labName: string, userName: string, name: string, attachDiskProperties: AttachDiskProperties, options?: DisksAttachOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
587
|
+
beginAttachAndWait(resourceGroupName: string, labName: string, userName: string, name: string, attachDiskProperties: AttachDiskProperties, options?: DisksAttachOptionalParams): Promise<void>;
|
|
588
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, disk: Disk, options?: DisksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DisksCreateOrUpdateResponse>, DisksCreateOrUpdateResponse>>;
|
|
589
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, userName: string, name: string, disk: Disk, options?: DisksCreateOrUpdateOptionalParams): Promise<DisksCreateOrUpdateResponse>;
|
|
590
|
+
beginDelete(resourceGroupName: string, labName: string, userName: string, name: string, options?: DisksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
591
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: DisksDeleteOptionalParams): Promise<void>;
|
|
592
|
+
beginDetach(resourceGroupName: string, labName: string, userName: string, name: string, detachDiskProperties: DetachDiskProperties, options?: DisksDetachOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
593
|
+
beginDetachAndWait(resourceGroupName: string, labName: string, userName: string, name: string, detachDiskProperties: DetachDiskProperties, options?: DisksDetachOptionalParams): Promise<void>;
|
|
594
|
+
get(resourceGroupName: string, labName: string, userName: string, name: string, options?: DisksGetOptionalParams): Promise<DisksGetResponse>;
|
|
595
|
+
list(resourceGroupName: string, labName: string, userName: string, options?: DisksListOptionalParams): PagedAsyncIterableIterator<Disk>;
|
|
596
|
+
update(resourceGroupName: string, labName: string, userName: string, name: string, disk: DiskFragment, options?: DisksUpdateOptionalParams): Promise<DisksUpdateResponse>;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
// @public
|
|
600
|
+
export interface DisksAttachOptionalParams extends coreClient.OperationOptions {
|
|
601
|
+
resumeFrom?: string;
|
|
602
|
+
updateIntervalInMs?: number;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
// @public
|
|
606
|
+
export interface DisksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
607
|
+
resumeFrom?: string;
|
|
608
|
+
updateIntervalInMs?: number;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export type DisksCreateOrUpdateResponse = Disk;
|
|
613
|
+
|
|
614
|
+
// @public
|
|
615
|
+
export interface DisksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
616
|
+
resumeFrom?: string;
|
|
617
|
+
updateIntervalInMs?: number;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
// @public
|
|
621
|
+
export interface DisksDetachOptionalParams extends coreClient.OperationOptions {
|
|
622
|
+
resumeFrom?: string;
|
|
623
|
+
updateIntervalInMs?: number;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export interface DisksGetOptionalParams extends coreClient.OperationOptions {
|
|
628
|
+
expand?: string;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
// @public
|
|
632
|
+
export type DisksGetResponse = Disk;
|
|
633
|
+
|
|
634
|
+
// @public
|
|
635
|
+
export interface DisksListNextOptionalParams extends coreClient.OperationOptions {
|
|
636
|
+
expand?: string;
|
|
637
|
+
filter?: string;
|
|
638
|
+
orderby?: string;
|
|
639
|
+
top?: number;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
// @public
|
|
643
|
+
export type DisksListNextResponse = DiskList;
|
|
644
|
+
|
|
645
|
+
// @public
|
|
646
|
+
export interface DisksListOptionalParams extends coreClient.OperationOptions {
|
|
647
|
+
expand?: string;
|
|
648
|
+
filter?: string;
|
|
649
|
+
orderby?: string;
|
|
650
|
+
top?: number;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
// @public
|
|
654
|
+
export type DisksListResponse = DiskList;
|
|
655
|
+
|
|
656
|
+
// @public
|
|
657
|
+
export interface DisksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
// @public
|
|
661
|
+
export type DisksUpdateResponse = Disk;
|
|
662
|
+
|
|
663
|
+
// @public
|
|
664
|
+
export type DtlEnvironment = Resource & {
|
|
665
|
+
deploymentProperties?: EnvironmentDeploymentProperties;
|
|
666
|
+
armTemplateDisplayName?: string;
|
|
667
|
+
readonly resourceGroupId?: string;
|
|
668
|
+
readonly createdByUser?: string;
|
|
669
|
+
readonly provisioningState?: string;
|
|
670
|
+
readonly uniqueIdentifier?: string;
|
|
671
|
+
};
|
|
672
|
+
|
|
673
|
+
// @public
|
|
674
|
+
export type DtlEnvironmentFragment = UpdateResource & {};
|
|
675
|
+
|
|
676
|
+
// @public
|
|
677
|
+
export interface DtlEnvironmentList {
|
|
678
|
+
nextLink?: string;
|
|
679
|
+
value?: DtlEnvironment[];
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
// @public
|
|
683
|
+
export type EnableStatus = string;
|
|
684
|
+
|
|
685
|
+
// @public
|
|
686
|
+
export interface EnvironmentDeploymentProperties {
|
|
687
|
+
armTemplateId?: string;
|
|
688
|
+
parameters?: ArmTemplateParameterProperties[];
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// @public
|
|
692
|
+
export type EnvironmentPermission = string;
|
|
693
|
+
|
|
694
|
+
// @public
|
|
695
|
+
export interface Environments {
|
|
696
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: DtlEnvironment, options?: EnvironmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EnvironmentsCreateOrUpdateResponse>, EnvironmentsCreateOrUpdateResponse>>;
|
|
697
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: DtlEnvironment, options?: EnvironmentsCreateOrUpdateOptionalParams): Promise<EnvironmentsCreateOrUpdateResponse>;
|
|
698
|
+
beginDelete(resourceGroupName: string, labName: string, userName: string, name: string, options?: EnvironmentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
699
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: EnvironmentsDeleteOptionalParams): Promise<void>;
|
|
700
|
+
get(resourceGroupName: string, labName: string, userName: string, name: string, options?: EnvironmentsGetOptionalParams): Promise<EnvironmentsGetResponse>;
|
|
701
|
+
list(resourceGroupName: string, labName: string, userName: string, options?: EnvironmentsListOptionalParams): PagedAsyncIterableIterator<DtlEnvironment>;
|
|
702
|
+
update(resourceGroupName: string, labName: string, userName: string, name: string, dtlEnvironment: DtlEnvironmentFragment, options?: EnvironmentsUpdateOptionalParams): Promise<EnvironmentsUpdateResponse>;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
// @public
|
|
706
|
+
export interface EnvironmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
707
|
+
resumeFrom?: string;
|
|
708
|
+
updateIntervalInMs?: number;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
// @public
|
|
712
|
+
export type EnvironmentsCreateOrUpdateResponse = DtlEnvironment;
|
|
713
|
+
|
|
714
|
+
// @public
|
|
715
|
+
export interface EnvironmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
716
|
+
resumeFrom?: string;
|
|
717
|
+
updateIntervalInMs?: number;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
// @public
|
|
721
|
+
export interface EnvironmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
722
|
+
expand?: string;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
// @public
|
|
726
|
+
export type EnvironmentsGetResponse = DtlEnvironment;
|
|
727
|
+
|
|
728
|
+
// @public
|
|
729
|
+
export interface EnvironmentsListNextOptionalParams extends coreClient.OperationOptions {
|
|
730
|
+
expand?: string;
|
|
731
|
+
filter?: string;
|
|
732
|
+
orderby?: string;
|
|
733
|
+
top?: number;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
// @public
|
|
737
|
+
export type EnvironmentsListNextResponse = DtlEnvironmentList;
|
|
738
|
+
|
|
739
|
+
// @public
|
|
740
|
+
export interface EnvironmentsListOptionalParams extends coreClient.OperationOptions {
|
|
741
|
+
expand?: string;
|
|
742
|
+
filter?: string;
|
|
743
|
+
orderby?: string;
|
|
744
|
+
top?: number;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
// @public
|
|
748
|
+
export type EnvironmentsListResponse = DtlEnvironmentList;
|
|
749
|
+
|
|
750
|
+
// @public
|
|
751
|
+
export interface EnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
// @public
|
|
755
|
+
export type EnvironmentsUpdateResponse = DtlEnvironment;
|
|
756
|
+
|
|
757
|
+
// @public
|
|
758
|
+
export interface EvaluatePoliciesProperties {
|
|
759
|
+
factData?: string;
|
|
760
|
+
factName?: string;
|
|
761
|
+
userObjectId?: string;
|
|
762
|
+
valueOffset?: string;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
// @public
|
|
766
|
+
export interface EvaluatePoliciesRequest {
|
|
767
|
+
policies?: EvaluatePoliciesProperties[];
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
// @public
|
|
771
|
+
export interface EvaluatePoliciesResponse {
|
|
772
|
+
results?: PolicySetResult[];
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
// @public
|
|
776
|
+
interface Event_2 {
|
|
777
|
+
eventName?: NotificationChannelEventType;
|
|
778
|
+
}
|
|
779
|
+
export { Event_2 as Event }
|
|
780
|
+
|
|
781
|
+
// @public
|
|
782
|
+
export interface ExportResourceUsageParameters {
|
|
783
|
+
blobStorageAbsoluteSasUri?: string;
|
|
784
|
+
usageStartDate?: Date;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
// @public
|
|
788
|
+
export interface ExternalSubnet {
|
|
789
|
+
id?: string;
|
|
790
|
+
name?: string;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
// @public
|
|
794
|
+
export type FileUploadOptions = string;
|
|
795
|
+
|
|
796
|
+
// @public
|
|
797
|
+
export type Formula = Resource & {
|
|
798
|
+
description?: string;
|
|
799
|
+
readonly author?: string;
|
|
800
|
+
osType?: string;
|
|
801
|
+
readonly creationDate?: Date;
|
|
802
|
+
formulaContent?: LabVirtualMachineCreationParameter;
|
|
803
|
+
vm?: FormulaPropertiesFromVm;
|
|
804
|
+
readonly provisioningState?: string;
|
|
805
|
+
readonly uniqueIdentifier?: string;
|
|
806
|
+
};
|
|
807
|
+
|
|
808
|
+
// @public
|
|
809
|
+
export type FormulaFragment = UpdateResource & {};
|
|
810
|
+
|
|
811
|
+
// @public
|
|
812
|
+
export interface FormulaList {
|
|
813
|
+
nextLink?: string;
|
|
814
|
+
value?: Formula[];
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
// @public
|
|
818
|
+
export interface FormulaPropertiesFromVm {
|
|
819
|
+
labVmId?: string;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
// @public
|
|
823
|
+
export interface Formulas {
|
|
824
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, formula: Formula, options?: FormulasCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<FormulasCreateOrUpdateResponse>, FormulasCreateOrUpdateResponse>>;
|
|
825
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, name: string, formula: Formula, options?: FormulasCreateOrUpdateOptionalParams): Promise<FormulasCreateOrUpdateResponse>;
|
|
826
|
+
delete(resourceGroupName: string, labName: string, name: string, options?: FormulasDeleteOptionalParams): Promise<void>;
|
|
827
|
+
get(resourceGroupName: string, labName: string, name: string, options?: FormulasGetOptionalParams): Promise<FormulasGetResponse>;
|
|
828
|
+
list(resourceGroupName: string, labName: string, options?: FormulasListOptionalParams): PagedAsyncIterableIterator<Formula>;
|
|
829
|
+
update(resourceGroupName: string, labName: string, name: string, formula: FormulaFragment, options?: FormulasUpdateOptionalParams): Promise<FormulasUpdateResponse>;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
// @public
|
|
833
|
+
export interface FormulasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
834
|
+
resumeFrom?: string;
|
|
835
|
+
updateIntervalInMs?: number;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
// @public
|
|
839
|
+
export type FormulasCreateOrUpdateResponse = Formula;
|
|
840
|
+
|
|
841
|
+
// @public
|
|
842
|
+
export interface FormulasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
// @public
|
|
846
|
+
export interface FormulasGetOptionalParams extends coreClient.OperationOptions {
|
|
847
|
+
expand?: string;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
// @public
|
|
851
|
+
export type FormulasGetResponse = Formula;
|
|
852
|
+
|
|
853
|
+
// @public
|
|
854
|
+
export interface FormulasListNextOptionalParams extends coreClient.OperationOptions {
|
|
855
|
+
expand?: string;
|
|
856
|
+
filter?: string;
|
|
857
|
+
orderby?: string;
|
|
858
|
+
top?: number;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
// @public
|
|
862
|
+
export type FormulasListNextResponse = FormulaList;
|
|
863
|
+
|
|
864
|
+
// @public
|
|
865
|
+
export interface FormulasListOptionalParams extends coreClient.OperationOptions {
|
|
866
|
+
expand?: string;
|
|
867
|
+
filter?: string;
|
|
868
|
+
orderby?: string;
|
|
869
|
+
top?: number;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
// @public
|
|
873
|
+
export type FormulasListResponse = FormulaList;
|
|
874
|
+
|
|
875
|
+
// @public
|
|
876
|
+
export interface FormulasUpdateOptionalParams extends coreClient.OperationOptions {
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
// @public
|
|
880
|
+
export type FormulasUpdateResponse = Formula;
|
|
881
|
+
|
|
882
|
+
// @public
|
|
883
|
+
export type GalleryImage = Resource & {
|
|
884
|
+
author?: string;
|
|
885
|
+
readonly createdDate?: Date;
|
|
886
|
+
description?: string;
|
|
887
|
+
imageReference?: GalleryImageReference;
|
|
888
|
+
icon?: string;
|
|
889
|
+
enabled?: boolean;
|
|
890
|
+
planId?: string;
|
|
891
|
+
isPlanAuthorized?: boolean;
|
|
892
|
+
};
|
|
893
|
+
|
|
894
|
+
// @public
|
|
895
|
+
export interface GalleryImageList {
|
|
896
|
+
nextLink?: string;
|
|
897
|
+
value?: GalleryImage[];
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
// @public
|
|
901
|
+
export interface GalleryImageReference {
|
|
902
|
+
offer?: string;
|
|
903
|
+
osType?: string;
|
|
904
|
+
publisher?: string;
|
|
905
|
+
sku?: string;
|
|
906
|
+
version?: string;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
// @public
|
|
910
|
+
export interface GalleryImages {
|
|
911
|
+
list(resourceGroupName: string, labName: string, options?: GalleryImagesListOptionalParams): PagedAsyncIterableIterator<GalleryImage>;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
// @public
|
|
915
|
+
export interface GalleryImagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
916
|
+
expand?: string;
|
|
917
|
+
filter?: string;
|
|
918
|
+
orderby?: string;
|
|
919
|
+
top?: number;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
// @public
|
|
923
|
+
export type GalleryImagesListNextResponse = GalleryImageList;
|
|
924
|
+
|
|
925
|
+
// @public
|
|
926
|
+
export interface GalleryImagesListOptionalParams extends coreClient.OperationOptions {
|
|
927
|
+
expand?: string;
|
|
928
|
+
filter?: string;
|
|
929
|
+
orderby?: string;
|
|
930
|
+
top?: number;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
// @public
|
|
934
|
+
export type GalleryImagesListResponse = GalleryImageList;
|
|
935
|
+
|
|
936
|
+
// @public
|
|
937
|
+
export interface GenerateArmTemplateRequest {
|
|
938
|
+
fileUploadOptions?: FileUploadOptions;
|
|
939
|
+
location?: string;
|
|
940
|
+
parameters?: ParameterInfo[];
|
|
941
|
+
virtualMachineName?: string;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
// @public
|
|
945
|
+
export interface GenerateUploadUriParameter {
|
|
946
|
+
blobName?: string;
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
// @public
|
|
950
|
+
export interface GenerateUploadUriResponse {
|
|
951
|
+
uploadUri?: string;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
// @public
|
|
955
|
+
export interface GlobalSchedules {
|
|
956
|
+
beginExecute(resourceGroupName: string, name: string, options?: GlobalSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
957
|
+
beginExecuteAndWait(resourceGroupName: string, name: string, options?: GlobalSchedulesExecuteOptionalParams): Promise<void>;
|
|
958
|
+
beginRetarget(resourceGroupName: string, name: string, retargetScheduleProperties: RetargetScheduleProperties, options?: GlobalSchedulesRetargetOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
959
|
+
beginRetargetAndWait(resourceGroupName: string, name: string, retargetScheduleProperties: RetargetScheduleProperties, options?: GlobalSchedulesRetargetOptionalParams): Promise<void>;
|
|
960
|
+
createOrUpdate(resourceGroupName: string, name: string, schedule: Schedule, options?: GlobalSchedulesCreateOrUpdateOptionalParams): Promise<GlobalSchedulesCreateOrUpdateResponse>;
|
|
961
|
+
delete(resourceGroupName: string, name: string, options?: GlobalSchedulesDeleteOptionalParams): Promise<void>;
|
|
962
|
+
get(resourceGroupName: string, name: string, options?: GlobalSchedulesGetOptionalParams): Promise<GlobalSchedulesGetResponse>;
|
|
963
|
+
listByResourceGroup(resourceGroupName: string, options?: GlobalSchedulesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
964
|
+
listBySubscription(options?: GlobalSchedulesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
965
|
+
update(resourceGroupName: string, name: string, schedule: ScheduleFragment, options?: GlobalSchedulesUpdateOptionalParams): Promise<GlobalSchedulesUpdateResponse>;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
// @public
|
|
969
|
+
export interface GlobalSchedulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
// @public
|
|
973
|
+
export type GlobalSchedulesCreateOrUpdateResponse = Schedule;
|
|
974
|
+
|
|
975
|
+
// @public
|
|
976
|
+
export interface GlobalSchedulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
// @public
|
|
980
|
+
export interface GlobalSchedulesExecuteOptionalParams extends coreClient.OperationOptions {
|
|
981
|
+
resumeFrom?: string;
|
|
982
|
+
updateIntervalInMs?: number;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
// @public
|
|
986
|
+
export interface GlobalSchedulesGetOptionalParams extends coreClient.OperationOptions {
|
|
987
|
+
expand?: string;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
// @public
|
|
991
|
+
export type GlobalSchedulesGetResponse = Schedule;
|
|
992
|
+
|
|
993
|
+
// @public
|
|
994
|
+
export interface GlobalSchedulesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
995
|
+
expand?: string;
|
|
996
|
+
filter?: string;
|
|
997
|
+
orderby?: string;
|
|
998
|
+
top?: number;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
// @public
|
|
1002
|
+
export type GlobalSchedulesListByResourceGroupNextResponse = ScheduleList;
|
|
1003
|
+
|
|
1004
|
+
// @public
|
|
1005
|
+
export interface GlobalSchedulesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1006
|
+
expand?: string;
|
|
1007
|
+
filter?: string;
|
|
1008
|
+
orderby?: string;
|
|
1009
|
+
top?: number;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
// @public
|
|
1013
|
+
export type GlobalSchedulesListByResourceGroupResponse = ScheduleList;
|
|
1014
|
+
|
|
1015
|
+
// @public
|
|
1016
|
+
export interface GlobalSchedulesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1017
|
+
expand?: string;
|
|
1018
|
+
filter?: string;
|
|
1019
|
+
orderby?: string;
|
|
1020
|
+
top?: number;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
// @public
|
|
1024
|
+
export type GlobalSchedulesListBySubscriptionNextResponse = ScheduleList;
|
|
1025
|
+
|
|
1026
|
+
// @public
|
|
1027
|
+
export interface GlobalSchedulesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1028
|
+
expand?: string;
|
|
1029
|
+
filter?: string;
|
|
1030
|
+
orderby?: string;
|
|
1031
|
+
top?: number;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
// @public
|
|
1035
|
+
export type GlobalSchedulesListBySubscriptionResponse = ScheduleList;
|
|
1036
|
+
|
|
1037
|
+
// @public
|
|
1038
|
+
export interface GlobalSchedulesRetargetOptionalParams extends coreClient.OperationOptions {
|
|
1039
|
+
resumeFrom?: string;
|
|
1040
|
+
updateIntervalInMs?: number;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
// @public
|
|
1044
|
+
export interface GlobalSchedulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
// @public
|
|
1048
|
+
export type GlobalSchedulesUpdateResponse = Schedule;
|
|
1049
|
+
|
|
1050
|
+
// @public
|
|
1051
|
+
export type HostCachingOptions = string;
|
|
1052
|
+
|
|
1053
|
+
// @public
|
|
1054
|
+
export interface HourDetails {
|
|
1055
|
+
minute?: number;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
// @public
|
|
1059
|
+
export type HttpStatusCode = string;
|
|
1060
|
+
|
|
1061
|
+
// @public
|
|
1062
|
+
export interface IdentityProperties {
|
|
1063
|
+
clientSecretUrl?: string;
|
|
1064
|
+
principalId?: string;
|
|
1065
|
+
tenantId?: string;
|
|
1066
|
+
type?: ManagedIdentityType;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
// @public
|
|
1070
|
+
export interface ImportLabVirtualMachineRequest {
|
|
1071
|
+
destinationVirtualMachineName?: string;
|
|
1072
|
+
sourceVirtualMachineResourceId?: string;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
// @public
|
|
1076
|
+
export interface InboundNatRule {
|
|
1077
|
+
backendPort?: number;
|
|
1078
|
+
frontendPort?: number;
|
|
1079
|
+
transportProtocol?: TransportProtocol;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
// @public
|
|
1083
|
+
export enum KnownCostThresholdStatus {
|
|
1084
|
+
// (undocumented)
|
|
1085
|
+
Disabled = "Disabled",
|
|
1086
|
+
// (undocumented)
|
|
1087
|
+
Enabled = "Enabled"
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
// @public
|
|
1091
|
+
export enum KnownCostType {
|
|
1092
|
+
// (undocumented)
|
|
1093
|
+
Projected = "Projected",
|
|
1094
|
+
// (undocumented)
|
|
1095
|
+
Reported = "Reported",
|
|
1096
|
+
// (undocumented)
|
|
1097
|
+
Unavailable = "Unavailable"
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
// @public
|
|
1101
|
+
export enum KnownCustomImageOsType {
|
|
1102
|
+
// (undocumented)
|
|
1103
|
+
Linux = "Linux",
|
|
1104
|
+
// (undocumented)
|
|
1105
|
+
None = "None",
|
|
1106
|
+
// (undocumented)
|
|
1107
|
+
Windows = "Windows"
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
// @public
|
|
1111
|
+
export enum KnownEnableStatus {
|
|
1112
|
+
// (undocumented)
|
|
1113
|
+
Disabled = "Disabled",
|
|
1114
|
+
// (undocumented)
|
|
1115
|
+
Enabled = "Enabled"
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
// @public
|
|
1119
|
+
export enum KnownEnvironmentPermission {
|
|
1120
|
+
// (undocumented)
|
|
1121
|
+
Contributor = "Contributor",
|
|
1122
|
+
// (undocumented)
|
|
1123
|
+
Reader = "Reader"
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
// @public
|
|
1127
|
+
export enum KnownFileUploadOptions {
|
|
1128
|
+
// (undocumented)
|
|
1129
|
+
None = "None",
|
|
1130
|
+
// (undocumented)
|
|
1131
|
+
UploadFilesAndGenerateSasTokens = "UploadFilesAndGenerateSasTokens"
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
// @public
|
|
1135
|
+
export enum KnownHostCachingOptions {
|
|
1136
|
+
// (undocumented)
|
|
1137
|
+
None = "None",
|
|
1138
|
+
// (undocumented)
|
|
1139
|
+
ReadOnly = "ReadOnly",
|
|
1140
|
+
// (undocumented)
|
|
1141
|
+
ReadWrite = "ReadWrite"
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
// @public
|
|
1145
|
+
export enum KnownHttpStatusCode {
|
|
1146
|
+
// (undocumented)
|
|
1147
|
+
Accepted = "Accepted",
|
|
1148
|
+
// (undocumented)
|
|
1149
|
+
Ambiguous = "Ambiguous",
|
|
1150
|
+
// (undocumented)
|
|
1151
|
+
BadGateway = "BadGateway",
|
|
1152
|
+
// (undocumented)
|
|
1153
|
+
BadRequest = "BadRequest",
|
|
1154
|
+
// (undocumented)
|
|
1155
|
+
Conflict = "Conflict",
|
|
1156
|
+
// (undocumented)
|
|
1157
|
+
Continue = "Continue",
|
|
1158
|
+
// (undocumented)
|
|
1159
|
+
Created = "Created",
|
|
1160
|
+
// (undocumented)
|
|
1161
|
+
ExpectationFailed = "ExpectationFailed",
|
|
1162
|
+
// (undocumented)
|
|
1163
|
+
Forbidden = "Forbidden",
|
|
1164
|
+
// (undocumented)
|
|
1165
|
+
Found = "Found",
|
|
1166
|
+
// (undocumented)
|
|
1167
|
+
GatewayTimeout = "GatewayTimeout",
|
|
1168
|
+
// (undocumented)
|
|
1169
|
+
Gone = "Gone",
|
|
1170
|
+
// (undocumented)
|
|
1171
|
+
HttpVersionNotSupported = "HttpVersionNotSupported",
|
|
1172
|
+
// (undocumented)
|
|
1173
|
+
InternalServerError = "InternalServerError",
|
|
1174
|
+
// (undocumented)
|
|
1175
|
+
LengthRequired = "LengthRequired",
|
|
1176
|
+
// (undocumented)
|
|
1177
|
+
MethodNotAllowed = "MethodNotAllowed",
|
|
1178
|
+
// (undocumented)
|
|
1179
|
+
Moved = "Moved",
|
|
1180
|
+
// (undocumented)
|
|
1181
|
+
MovedPermanently = "MovedPermanently",
|
|
1182
|
+
// (undocumented)
|
|
1183
|
+
MultipleChoices = "MultipleChoices",
|
|
1184
|
+
// (undocumented)
|
|
1185
|
+
NoContent = "NoContent",
|
|
1186
|
+
// (undocumented)
|
|
1187
|
+
NonAuthoritativeInformation = "NonAuthoritativeInformation",
|
|
1188
|
+
// (undocumented)
|
|
1189
|
+
NotAcceptable = "NotAcceptable",
|
|
1190
|
+
// (undocumented)
|
|
1191
|
+
NotFound = "NotFound",
|
|
1192
|
+
// (undocumented)
|
|
1193
|
+
NotImplemented = "NotImplemented",
|
|
1194
|
+
// (undocumented)
|
|
1195
|
+
NotModified = "NotModified",
|
|
1196
|
+
// (undocumented)
|
|
1197
|
+
OK = "OK",
|
|
1198
|
+
// (undocumented)
|
|
1199
|
+
PartialContent = "PartialContent",
|
|
1200
|
+
// (undocumented)
|
|
1201
|
+
PaymentRequired = "PaymentRequired",
|
|
1202
|
+
// (undocumented)
|
|
1203
|
+
PreconditionFailed = "PreconditionFailed",
|
|
1204
|
+
// (undocumented)
|
|
1205
|
+
ProxyAuthenticationRequired = "ProxyAuthenticationRequired",
|
|
1206
|
+
// (undocumented)
|
|
1207
|
+
Redirect = "Redirect",
|
|
1208
|
+
// (undocumented)
|
|
1209
|
+
RedirectKeepVerb = "RedirectKeepVerb",
|
|
1210
|
+
// (undocumented)
|
|
1211
|
+
RedirectMethod = "RedirectMethod",
|
|
1212
|
+
// (undocumented)
|
|
1213
|
+
RequestedRangeNotSatisfiable = "RequestedRangeNotSatisfiable",
|
|
1214
|
+
// (undocumented)
|
|
1215
|
+
RequestEntityTooLarge = "RequestEntityTooLarge",
|
|
1216
|
+
// (undocumented)
|
|
1217
|
+
RequestTimeout = "RequestTimeout",
|
|
1218
|
+
// (undocumented)
|
|
1219
|
+
RequestUriTooLong = "RequestUriTooLong",
|
|
1220
|
+
// (undocumented)
|
|
1221
|
+
ResetContent = "ResetContent",
|
|
1222
|
+
// (undocumented)
|
|
1223
|
+
SeeOther = "SeeOther",
|
|
1224
|
+
// (undocumented)
|
|
1225
|
+
ServiceUnavailable = "ServiceUnavailable",
|
|
1226
|
+
// (undocumented)
|
|
1227
|
+
SwitchingProtocols = "SwitchingProtocols",
|
|
1228
|
+
// (undocumented)
|
|
1229
|
+
TemporaryRedirect = "TemporaryRedirect",
|
|
1230
|
+
// (undocumented)
|
|
1231
|
+
Unauthorized = "Unauthorized",
|
|
1232
|
+
// (undocumented)
|
|
1233
|
+
UnsupportedMediaType = "UnsupportedMediaType",
|
|
1234
|
+
// (undocumented)
|
|
1235
|
+
Unused = "Unused",
|
|
1236
|
+
// (undocumented)
|
|
1237
|
+
UpgradeRequired = "UpgradeRequired",
|
|
1238
|
+
// (undocumented)
|
|
1239
|
+
UseProxy = "UseProxy"
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
// @public
|
|
1243
|
+
export enum KnownLinuxOsState {
|
|
1244
|
+
// (undocumented)
|
|
1245
|
+
DeprovisionApplied = "DeprovisionApplied",
|
|
1246
|
+
// (undocumented)
|
|
1247
|
+
DeprovisionRequested = "DeprovisionRequested",
|
|
1248
|
+
// (undocumented)
|
|
1249
|
+
NonDeprovisioned = "NonDeprovisioned"
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
// @public
|
|
1253
|
+
export enum KnownManagedIdentityType {
|
|
1254
|
+
// (undocumented)
|
|
1255
|
+
None = "None",
|
|
1256
|
+
// (undocumented)
|
|
1257
|
+
SystemAssigned = "SystemAssigned",
|
|
1258
|
+
// (undocumented)
|
|
1259
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
1260
|
+
// (undocumented)
|
|
1261
|
+
UserAssigned = "UserAssigned"
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
// @public
|
|
1265
|
+
export enum KnownNotificationChannelEventType {
|
|
1266
|
+
// (undocumented)
|
|
1267
|
+
AutoShutdown = "AutoShutdown",
|
|
1268
|
+
// (undocumented)
|
|
1269
|
+
Cost = "Cost"
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
// @public
|
|
1273
|
+
export enum KnownPolicyEvaluatorType {
|
|
1274
|
+
// (undocumented)
|
|
1275
|
+
AllowedValuesPolicy = "AllowedValuesPolicy",
|
|
1276
|
+
// (undocumented)
|
|
1277
|
+
MaxValuePolicy = "MaxValuePolicy"
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
// @public
|
|
1281
|
+
export enum KnownPolicyFactName {
|
|
1282
|
+
// (undocumented)
|
|
1283
|
+
EnvironmentTemplate = "EnvironmentTemplate",
|
|
1284
|
+
// (undocumented)
|
|
1285
|
+
GalleryImage = "GalleryImage",
|
|
1286
|
+
// (undocumented)
|
|
1287
|
+
LabPremiumVmCount = "LabPremiumVmCount",
|
|
1288
|
+
// (undocumented)
|
|
1289
|
+
LabTargetCost = "LabTargetCost",
|
|
1290
|
+
// (undocumented)
|
|
1291
|
+
LabVmCount = "LabVmCount",
|
|
1292
|
+
// (undocumented)
|
|
1293
|
+
LabVmSize = "LabVmSize",
|
|
1294
|
+
// (undocumented)
|
|
1295
|
+
ScheduleEditPermission = "ScheduleEditPermission",
|
|
1296
|
+
// (undocumented)
|
|
1297
|
+
UserOwnedLabPremiumVmCount = "UserOwnedLabPremiumVmCount",
|
|
1298
|
+
// (undocumented)
|
|
1299
|
+
UserOwnedLabVmCount = "UserOwnedLabVmCount",
|
|
1300
|
+
// (undocumented)
|
|
1301
|
+
UserOwnedLabVmCountInSubnet = "UserOwnedLabVmCountInSubnet"
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
// @public
|
|
1305
|
+
export enum KnownPolicyStatus {
|
|
1306
|
+
// (undocumented)
|
|
1307
|
+
Disabled = "Disabled",
|
|
1308
|
+
// (undocumented)
|
|
1309
|
+
Enabled = "Enabled"
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
// @public
|
|
1313
|
+
export enum KnownPremiumDataDisk {
|
|
1314
|
+
// (undocumented)
|
|
1315
|
+
Disabled = "Disabled",
|
|
1316
|
+
// (undocumented)
|
|
1317
|
+
Enabled = "Enabled"
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
// @public
|
|
1321
|
+
export enum KnownReportingCycleType {
|
|
1322
|
+
// (undocumented)
|
|
1323
|
+
CalendarMonth = "CalendarMonth",
|
|
1324
|
+
// (undocumented)
|
|
1325
|
+
Custom = "Custom"
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
// @public
|
|
1329
|
+
export enum KnownSourceControlType {
|
|
1330
|
+
// (undocumented)
|
|
1331
|
+
GitHub = "GitHub",
|
|
1332
|
+
// (undocumented)
|
|
1333
|
+
StorageAccount = "StorageAccount",
|
|
1334
|
+
// (undocumented)
|
|
1335
|
+
VsoGit = "VsoGit"
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
// @public
|
|
1339
|
+
export enum KnownStorageType {
|
|
1340
|
+
// (undocumented)
|
|
1341
|
+
Premium = "Premium",
|
|
1342
|
+
// (undocumented)
|
|
1343
|
+
Standard = "Standard",
|
|
1344
|
+
// (undocumented)
|
|
1345
|
+
StandardSSD = "StandardSSD"
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
// @public
|
|
1349
|
+
export enum KnownTargetCostStatus {
|
|
1350
|
+
// (undocumented)
|
|
1351
|
+
Disabled = "Disabled",
|
|
1352
|
+
// (undocumented)
|
|
1353
|
+
Enabled = "Enabled"
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
// @public
|
|
1357
|
+
export enum KnownTransportProtocol {
|
|
1358
|
+
// (undocumented)
|
|
1359
|
+
Tcp = "Tcp",
|
|
1360
|
+
// (undocumented)
|
|
1361
|
+
Udp = "Udp"
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
// @public
|
|
1365
|
+
export enum KnownUsagePermissionType {
|
|
1366
|
+
// (undocumented)
|
|
1367
|
+
Allow = "Allow",
|
|
1368
|
+
// (undocumented)
|
|
1369
|
+
Default = "Default",
|
|
1370
|
+
// (undocumented)
|
|
1371
|
+
Deny = "Deny"
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
// @public
|
|
1375
|
+
export enum KnownVirtualMachineCreationSource {
|
|
1376
|
+
// (undocumented)
|
|
1377
|
+
FromCustomImage = "FromCustomImage",
|
|
1378
|
+
// (undocumented)
|
|
1379
|
+
FromGalleryImage = "FromGalleryImage",
|
|
1380
|
+
// (undocumented)
|
|
1381
|
+
FromSharedGalleryImage = "FromSharedGalleryImage"
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
// @public
|
|
1385
|
+
export enum KnownWindowsOsState {
|
|
1386
|
+
// (undocumented)
|
|
1387
|
+
NonSysprepped = "NonSysprepped",
|
|
1388
|
+
// (undocumented)
|
|
1389
|
+
SysprepApplied = "SysprepApplied",
|
|
1390
|
+
// (undocumented)
|
|
1391
|
+
SysprepRequested = "SysprepRequested"
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
// @public
|
|
1395
|
+
export type Lab = Resource & {
|
|
1396
|
+
readonly defaultStorageAccount?: string;
|
|
1397
|
+
readonly defaultPremiumStorageAccount?: string;
|
|
1398
|
+
readonly artifactsStorageAccount?: string;
|
|
1399
|
+
readonly premiumDataDiskStorageAccount?: string;
|
|
1400
|
+
readonly vaultName?: string;
|
|
1401
|
+
labStorageType?: StorageType;
|
|
1402
|
+
mandatoryArtifactsResourceIdsLinux?: string[];
|
|
1403
|
+
mandatoryArtifactsResourceIdsWindows?: string[];
|
|
1404
|
+
readonly createdDate?: Date;
|
|
1405
|
+
premiumDataDisks?: PremiumDataDisk;
|
|
1406
|
+
environmentPermission?: EnvironmentPermission;
|
|
1407
|
+
announcement?: LabAnnouncementProperties;
|
|
1408
|
+
support?: LabSupportProperties;
|
|
1409
|
+
readonly vmCreationResourceGroup?: string;
|
|
1410
|
+
readonly publicIpId?: string;
|
|
1411
|
+
readonly loadBalancerId?: string;
|
|
1412
|
+
readonly networkSecurityGroupId?: string;
|
|
1413
|
+
extendedProperties?: {
|
|
1414
|
+
[propertyName: string]: string;
|
|
1415
|
+
};
|
|
1416
|
+
readonly provisioningState?: string;
|
|
1417
|
+
readonly uniqueIdentifier?: string;
|
|
1418
|
+
};
|
|
1419
|
+
|
|
1420
|
+
// @public
|
|
1421
|
+
export interface LabAnnouncementProperties {
|
|
1422
|
+
enabled?: EnableStatus;
|
|
1423
|
+
expirationDate?: Date;
|
|
1424
|
+
expired?: boolean;
|
|
1425
|
+
markdown?: string;
|
|
1426
|
+
readonly provisioningState?: string;
|
|
1427
|
+
title?: string;
|
|
1428
|
+
readonly uniqueIdentifier?: string;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
// @public
|
|
1432
|
+
export type LabCost = Resource & {
|
|
1433
|
+
targetCost?: TargetCostProperties;
|
|
1434
|
+
readonly labCostSummary?: LabCostSummaryProperties;
|
|
1435
|
+
readonly labCostDetails?: LabCostDetailsProperties[];
|
|
1436
|
+
readonly resourceCosts?: LabResourceCostProperties[];
|
|
1437
|
+
currencyCode?: string;
|
|
1438
|
+
startDateTime?: Date;
|
|
1439
|
+
endDateTime?: Date;
|
|
1440
|
+
createdDate?: Date;
|
|
1441
|
+
readonly provisioningState?: string;
|
|
1442
|
+
readonly uniqueIdentifier?: string;
|
|
1443
|
+
};
|
|
1444
|
+
|
|
1445
|
+
// @public
|
|
1446
|
+
export interface LabCostDetailsProperties {
|
|
1447
|
+
cost?: number;
|
|
1448
|
+
costType?: CostType;
|
|
1449
|
+
date?: Date;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
// @public
|
|
1453
|
+
export interface LabCostSummaryProperties {
|
|
1454
|
+
estimatedLabCost?: number;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
// @public
|
|
1458
|
+
export type LabFragment = UpdateResource & {};
|
|
1459
|
+
|
|
1460
|
+
// @public
|
|
1461
|
+
export interface LabList {
|
|
1462
|
+
nextLink?: string;
|
|
1463
|
+
value?: Lab[];
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
// @public
|
|
1467
|
+
export interface LabResourceCostProperties {
|
|
1468
|
+
externalResourceId?: string;
|
|
1469
|
+
resourceCost?: number;
|
|
1470
|
+
resourceId?: string;
|
|
1471
|
+
resourcename?: string;
|
|
1472
|
+
resourceOwner?: string;
|
|
1473
|
+
resourcePricingTier?: string;
|
|
1474
|
+
resourceStatus?: string;
|
|
1475
|
+
resourceType?: string;
|
|
1476
|
+
resourceUId?: string;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
// @public
|
|
1480
|
+
export interface Labs {
|
|
1481
|
+
beginClaimAnyVm(resourceGroupName: string, name: string, options?: LabsClaimAnyVmOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1482
|
+
beginClaimAnyVmAndWait(resourceGroupName: string, name: string, options?: LabsClaimAnyVmOptionalParams): Promise<void>;
|
|
1483
|
+
beginCreateEnvironment(resourceGroupName: string, name: string, labVirtualMachineCreationParameter: LabVirtualMachineCreationParameter, options?: LabsCreateEnvironmentOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1484
|
+
beginCreateEnvironmentAndWait(resourceGroupName: string, name: string, labVirtualMachineCreationParameter: LabVirtualMachineCreationParameter, options?: LabsCreateEnvironmentOptionalParams): Promise<void>;
|
|
1485
|
+
beginCreateOrUpdate(resourceGroupName: string, name: string, lab: Lab, options?: LabsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LabsCreateOrUpdateResponse>, LabsCreateOrUpdateResponse>>;
|
|
1486
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, lab: Lab, options?: LabsCreateOrUpdateOptionalParams): Promise<LabsCreateOrUpdateResponse>;
|
|
1487
|
+
beginDelete(resourceGroupName: string, name: string, options?: LabsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1488
|
+
beginDeleteAndWait(resourceGroupName: string, name: string, options?: LabsDeleteOptionalParams): Promise<void>;
|
|
1489
|
+
beginExportResourceUsage(resourceGroupName: string, name: string, exportResourceUsageParameters: ExportResourceUsageParameters, options?: LabsExportResourceUsageOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1490
|
+
beginExportResourceUsageAndWait(resourceGroupName: string, name: string, exportResourceUsageParameters: ExportResourceUsageParameters, options?: LabsExportResourceUsageOptionalParams): Promise<void>;
|
|
1491
|
+
beginImportVirtualMachine(resourceGroupName: string, name: string, importLabVirtualMachineRequest: ImportLabVirtualMachineRequest, options?: LabsImportVirtualMachineOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1492
|
+
beginImportVirtualMachineAndWait(resourceGroupName: string, name: string, importLabVirtualMachineRequest: ImportLabVirtualMachineRequest, options?: LabsImportVirtualMachineOptionalParams): Promise<void>;
|
|
1493
|
+
generateUploadUri(resourceGroupName: string, name: string, generateUploadUriParameter: GenerateUploadUriParameter, options?: LabsGenerateUploadUriOptionalParams): Promise<LabsGenerateUploadUriResponse>;
|
|
1494
|
+
get(resourceGroupName: string, name: string, options?: LabsGetOptionalParams): Promise<LabsGetResponse>;
|
|
1495
|
+
listByResourceGroup(resourceGroupName: string, options?: LabsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Lab>;
|
|
1496
|
+
listBySubscription(options?: LabsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Lab>;
|
|
1497
|
+
listVhds(resourceGroupName: string, name: string, options?: LabsListVhdsOptionalParams): PagedAsyncIterableIterator<LabVhd>;
|
|
1498
|
+
update(resourceGroupName: string, name: string, lab: LabFragment, options?: LabsUpdateOptionalParams): Promise<LabsUpdateResponse>;
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
// @public
|
|
1502
|
+
export interface LabsClaimAnyVmOptionalParams extends coreClient.OperationOptions {
|
|
1503
|
+
resumeFrom?: string;
|
|
1504
|
+
updateIntervalInMs?: number;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
// @public
|
|
1508
|
+
export interface LabsCreateEnvironmentOptionalParams extends coreClient.OperationOptions {
|
|
1509
|
+
resumeFrom?: string;
|
|
1510
|
+
updateIntervalInMs?: number;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
// @public
|
|
1514
|
+
export interface LabsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1515
|
+
resumeFrom?: string;
|
|
1516
|
+
updateIntervalInMs?: number;
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
// @public
|
|
1520
|
+
export type LabsCreateOrUpdateResponse = Lab;
|
|
1521
|
+
|
|
1522
|
+
// @public
|
|
1523
|
+
export interface LabsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1524
|
+
resumeFrom?: string;
|
|
1525
|
+
updateIntervalInMs?: number;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
// @public
|
|
1529
|
+
export interface LabsExportResourceUsageOptionalParams extends coreClient.OperationOptions {
|
|
1530
|
+
resumeFrom?: string;
|
|
1531
|
+
updateIntervalInMs?: number;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
// @public
|
|
1535
|
+
export interface LabsGenerateUploadUriOptionalParams extends coreClient.OperationOptions {
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
// @public
|
|
1539
|
+
export type LabsGenerateUploadUriResponse = GenerateUploadUriResponse;
|
|
1540
|
+
|
|
1541
|
+
// @public
|
|
1542
|
+
export interface LabsGetOptionalParams extends coreClient.OperationOptions {
|
|
1543
|
+
expand?: string;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
// @public
|
|
1547
|
+
export type LabsGetResponse = Lab;
|
|
1548
|
+
|
|
1549
|
+
// @public
|
|
1550
|
+
export interface LabsImportVirtualMachineOptionalParams extends coreClient.OperationOptions {
|
|
1551
|
+
resumeFrom?: string;
|
|
1552
|
+
updateIntervalInMs?: number;
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
// @public
|
|
1556
|
+
export interface LabsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1557
|
+
expand?: string;
|
|
1558
|
+
filter?: string;
|
|
1559
|
+
orderby?: string;
|
|
1560
|
+
top?: number;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
// @public
|
|
1564
|
+
export type LabsListByResourceGroupNextResponse = LabList;
|
|
1565
|
+
|
|
1566
|
+
// @public
|
|
1567
|
+
export interface LabsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1568
|
+
expand?: string;
|
|
1569
|
+
filter?: string;
|
|
1570
|
+
orderby?: string;
|
|
1571
|
+
top?: number;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
// @public
|
|
1575
|
+
export type LabsListByResourceGroupResponse = LabList;
|
|
1576
|
+
|
|
1577
|
+
// @public
|
|
1578
|
+
export interface LabsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1579
|
+
expand?: string;
|
|
1580
|
+
filter?: string;
|
|
1581
|
+
orderby?: string;
|
|
1582
|
+
top?: number;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
// @public
|
|
1586
|
+
export type LabsListBySubscriptionNextResponse = LabList;
|
|
1587
|
+
|
|
1588
|
+
// @public
|
|
1589
|
+
export interface LabsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1590
|
+
expand?: string;
|
|
1591
|
+
filter?: string;
|
|
1592
|
+
orderby?: string;
|
|
1593
|
+
top?: number;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
// @public
|
|
1597
|
+
export type LabsListBySubscriptionResponse = LabList;
|
|
1598
|
+
|
|
1599
|
+
// @public
|
|
1600
|
+
export interface LabsListVhdsNextOptionalParams extends coreClient.OperationOptions {
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
// @public
|
|
1604
|
+
export type LabsListVhdsNextResponse = LabVhdList;
|
|
1605
|
+
|
|
1606
|
+
// @public
|
|
1607
|
+
export interface LabsListVhdsOptionalParams extends coreClient.OperationOptions {
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
// @public
|
|
1611
|
+
export type LabsListVhdsResponse = LabVhdList;
|
|
1612
|
+
|
|
1613
|
+
// @public
|
|
1614
|
+
export interface LabsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
// @public
|
|
1618
|
+
export type LabsUpdateResponse = Lab;
|
|
1619
|
+
|
|
1620
|
+
// @public
|
|
1621
|
+
export interface LabSupportProperties {
|
|
1622
|
+
enabled?: EnableStatus;
|
|
1623
|
+
markdown?: string;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
// @public
|
|
1627
|
+
export interface LabVhd {
|
|
1628
|
+
id?: string;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
// @public
|
|
1632
|
+
export interface LabVhdList {
|
|
1633
|
+
nextLink?: string;
|
|
1634
|
+
value?: LabVhd[];
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
// @public
|
|
1638
|
+
export type LabVirtualMachine = Resource & {
|
|
1639
|
+
notes?: string;
|
|
1640
|
+
ownerObjectId?: string;
|
|
1641
|
+
ownerUserPrincipalName?: string;
|
|
1642
|
+
readonly createdByUserId?: string;
|
|
1643
|
+
readonly createdByUser?: string;
|
|
1644
|
+
createdDate?: Date;
|
|
1645
|
+
readonly computeId?: string;
|
|
1646
|
+
customImageId?: string;
|
|
1647
|
+
readonly osType?: string;
|
|
1648
|
+
size?: string;
|
|
1649
|
+
userName?: string;
|
|
1650
|
+
password?: string;
|
|
1651
|
+
sshKey?: string;
|
|
1652
|
+
isAuthenticationWithSshKey?: boolean;
|
|
1653
|
+
readonly fqdn?: string;
|
|
1654
|
+
labSubnetName?: string;
|
|
1655
|
+
labVirtualNetworkId?: string;
|
|
1656
|
+
disallowPublicIpAddress?: boolean;
|
|
1657
|
+
artifacts?: ArtifactInstallProperties[];
|
|
1658
|
+
readonly artifactDeploymentStatus?: ArtifactDeploymentStatusProperties;
|
|
1659
|
+
galleryImageReference?: GalleryImageReference;
|
|
1660
|
+
planId?: string;
|
|
1661
|
+
readonly computeVm?: ComputeVmProperties;
|
|
1662
|
+
networkInterface?: NetworkInterfaceProperties;
|
|
1663
|
+
readonly applicableSchedule?: ApplicableSchedule;
|
|
1664
|
+
expirationDate?: Date;
|
|
1665
|
+
allowClaim?: boolean;
|
|
1666
|
+
storageType?: string;
|
|
1667
|
+
readonly virtualMachineCreationSource?: VirtualMachineCreationSource;
|
|
1668
|
+
environmentId?: string;
|
|
1669
|
+
dataDiskParameters?: DataDiskProperties[];
|
|
1670
|
+
scheduleParameters?: ScheduleCreationParameter[];
|
|
1671
|
+
readonly lastKnownPowerState?: string;
|
|
1672
|
+
readonly provisioningState?: string;
|
|
1673
|
+
readonly uniqueIdentifier?: string;
|
|
1674
|
+
};
|
|
1675
|
+
|
|
1676
|
+
// @public
|
|
1677
|
+
export interface LabVirtualMachineCreationParameter {
|
|
1678
|
+
allowClaim?: boolean;
|
|
1679
|
+
artifacts?: ArtifactInstallProperties[];
|
|
1680
|
+
bulkCreationParameters?: BulkCreationParameters;
|
|
1681
|
+
createdDate?: Date;
|
|
1682
|
+
customImageId?: string;
|
|
1683
|
+
dataDiskParameters?: DataDiskProperties[];
|
|
1684
|
+
disallowPublicIpAddress?: boolean;
|
|
1685
|
+
environmentId?: string;
|
|
1686
|
+
expirationDate?: Date;
|
|
1687
|
+
galleryImageReference?: GalleryImageReference;
|
|
1688
|
+
isAuthenticationWithSshKey?: boolean;
|
|
1689
|
+
labSubnetName?: string;
|
|
1690
|
+
labVirtualNetworkId?: string;
|
|
1691
|
+
location?: string;
|
|
1692
|
+
name?: string;
|
|
1693
|
+
networkInterface?: NetworkInterfaceProperties;
|
|
1694
|
+
notes?: string;
|
|
1695
|
+
ownerObjectId?: string;
|
|
1696
|
+
ownerUserPrincipalName?: string;
|
|
1697
|
+
password?: string;
|
|
1698
|
+
planId?: string;
|
|
1699
|
+
scheduleParameters?: ScheduleCreationParameter[];
|
|
1700
|
+
size?: string;
|
|
1701
|
+
sshKey?: string;
|
|
1702
|
+
storageType?: string;
|
|
1703
|
+
tags?: {
|
|
1704
|
+
[propertyName: string]: string;
|
|
1705
|
+
};
|
|
1706
|
+
userName?: string;
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
// @public
|
|
1710
|
+
export type LabVirtualMachineFragment = UpdateResource & {};
|
|
1711
|
+
|
|
1712
|
+
// @public
|
|
1713
|
+
export interface LabVirtualMachineList {
|
|
1714
|
+
nextLink?: string;
|
|
1715
|
+
value?: LabVirtualMachine[];
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
// @public
|
|
1719
|
+
export interface LinuxOsInfo {
|
|
1720
|
+
linuxOsState?: LinuxOsState;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
// @public
|
|
1724
|
+
export type LinuxOsState = string;
|
|
1725
|
+
|
|
1726
|
+
// @public
|
|
1727
|
+
export type ManagedIdentityType = string;
|
|
1728
|
+
|
|
1729
|
+
// @public
|
|
1730
|
+
export interface NetworkInterfaceProperties {
|
|
1731
|
+
dnsName?: string;
|
|
1732
|
+
privateIpAddress?: string;
|
|
1733
|
+
publicIpAddress?: string;
|
|
1734
|
+
publicIpAddressId?: string;
|
|
1735
|
+
rdpAuthority?: string;
|
|
1736
|
+
sharedPublicIpAddressConfiguration?: SharedPublicIpAddressConfiguration;
|
|
1737
|
+
sshAuthority?: string;
|
|
1738
|
+
subnetId?: string;
|
|
1739
|
+
virtualNetworkId?: string;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
// @public
|
|
1743
|
+
export type NotificationChannel = Resource & {
|
|
1744
|
+
webHookUrl?: string;
|
|
1745
|
+
emailRecipient?: string;
|
|
1746
|
+
notificationLocale?: string;
|
|
1747
|
+
description?: string;
|
|
1748
|
+
events?: Event_2[];
|
|
1749
|
+
readonly createdDate?: Date;
|
|
1750
|
+
readonly provisioningState?: string;
|
|
1751
|
+
readonly uniqueIdentifier?: string;
|
|
1752
|
+
};
|
|
1753
|
+
|
|
1754
|
+
// @public
|
|
1755
|
+
export type NotificationChannelEventType = string;
|
|
1756
|
+
|
|
1757
|
+
// @public
|
|
1758
|
+
export type NotificationChannelFragment = UpdateResource & {};
|
|
1759
|
+
|
|
1760
|
+
// @public
|
|
1761
|
+
export interface NotificationChannelList {
|
|
1762
|
+
nextLink?: string;
|
|
1763
|
+
value?: NotificationChannel[];
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
// @public
|
|
1767
|
+
export interface NotificationChannels {
|
|
1768
|
+
createOrUpdate(resourceGroupName: string, labName: string, name: string, notificationChannel: NotificationChannel, options?: NotificationChannelsCreateOrUpdateOptionalParams): Promise<NotificationChannelsCreateOrUpdateResponse>;
|
|
1769
|
+
delete(resourceGroupName: string, labName: string, name: string, options?: NotificationChannelsDeleteOptionalParams): Promise<void>;
|
|
1770
|
+
get(resourceGroupName: string, labName: string, name: string, options?: NotificationChannelsGetOptionalParams): Promise<NotificationChannelsGetResponse>;
|
|
1771
|
+
list(resourceGroupName: string, labName: string, options?: NotificationChannelsListOptionalParams): PagedAsyncIterableIterator<NotificationChannel>;
|
|
1772
|
+
notify(resourceGroupName: string, labName: string, name: string, notifyParameters: NotifyParameters, options?: NotificationChannelsNotifyOptionalParams): Promise<void>;
|
|
1773
|
+
update(resourceGroupName: string, labName: string, name: string, notificationChannel: NotificationChannelFragment, options?: NotificationChannelsUpdateOptionalParams): Promise<NotificationChannelsUpdateResponse>;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
// @public
|
|
1777
|
+
export interface NotificationChannelsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
// @public
|
|
1781
|
+
export type NotificationChannelsCreateOrUpdateResponse = NotificationChannel;
|
|
1782
|
+
|
|
1783
|
+
// @public
|
|
1784
|
+
export interface NotificationChannelsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
// @public
|
|
1788
|
+
export interface NotificationChannelsGetOptionalParams extends coreClient.OperationOptions {
|
|
1789
|
+
expand?: string;
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
// @public
|
|
1793
|
+
export type NotificationChannelsGetResponse = NotificationChannel;
|
|
1794
|
+
|
|
1795
|
+
// @public
|
|
1796
|
+
export interface NotificationChannelsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1797
|
+
expand?: string;
|
|
1798
|
+
filter?: string;
|
|
1799
|
+
orderby?: string;
|
|
1800
|
+
top?: number;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
// @public
|
|
1804
|
+
export type NotificationChannelsListNextResponse = NotificationChannelList;
|
|
1805
|
+
|
|
1806
|
+
// @public
|
|
1807
|
+
export interface NotificationChannelsListOptionalParams extends coreClient.OperationOptions {
|
|
1808
|
+
expand?: string;
|
|
1809
|
+
filter?: string;
|
|
1810
|
+
orderby?: string;
|
|
1811
|
+
top?: number;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
// @public
|
|
1815
|
+
export type NotificationChannelsListResponse = NotificationChannelList;
|
|
1816
|
+
|
|
1817
|
+
// @public
|
|
1818
|
+
export interface NotificationChannelsNotifyOptionalParams extends coreClient.OperationOptions {
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
// @public
|
|
1822
|
+
export interface NotificationChannelsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
// @public
|
|
1826
|
+
export type NotificationChannelsUpdateResponse = NotificationChannel;
|
|
1827
|
+
|
|
1828
|
+
// @public
|
|
1829
|
+
export interface NotificationSettings {
|
|
1830
|
+
emailRecipient?: string;
|
|
1831
|
+
notificationLocale?: string;
|
|
1832
|
+
status?: EnableStatus;
|
|
1833
|
+
timeInMinutes?: number;
|
|
1834
|
+
webhookUrl?: string;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
// @public
|
|
1838
|
+
export interface NotifyParameters {
|
|
1839
|
+
eventName?: NotificationChannelEventType;
|
|
1840
|
+
jsonPayload?: string;
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
// @public
|
|
1844
|
+
export interface OperationError {
|
|
1845
|
+
code?: string;
|
|
1846
|
+
message?: string;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
// @public
|
|
1850
|
+
export interface OperationMetadata {
|
|
1851
|
+
display?: OperationMetadataDisplay;
|
|
1852
|
+
name?: string;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
// @public
|
|
1856
|
+
export interface OperationMetadataDisplay {
|
|
1857
|
+
description?: string;
|
|
1858
|
+
operation?: string;
|
|
1859
|
+
provider?: string;
|
|
1860
|
+
resource?: string;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
// @public
|
|
1864
|
+
export interface OperationResult {
|
|
1865
|
+
error?: OperationError;
|
|
1866
|
+
status?: string;
|
|
1867
|
+
statusCode?: HttpStatusCode;
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
// @public
|
|
1871
|
+
export interface Operations {
|
|
1872
|
+
get(locationName: string, name: string, options?: OperationsGetOptionalParams): Promise<OperationsGetResponse>;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
// @public
|
|
1876
|
+
export interface OperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
// @public
|
|
1880
|
+
export type OperationsGetResponse = OperationResult;
|
|
1881
|
+
|
|
1882
|
+
// @public
|
|
1883
|
+
export interface ParameterInfo {
|
|
1884
|
+
name?: string;
|
|
1885
|
+
value?: string;
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
// @public
|
|
1889
|
+
export interface ParametersValueFileInfo {
|
|
1890
|
+
fileName?: string;
|
|
1891
|
+
parametersValueInfo?: Record<string, unknown>;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
// @public
|
|
1895
|
+
export interface PercentageCostThresholdProperties {
|
|
1896
|
+
thresholdValue?: number;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
// @public
|
|
1900
|
+
export interface Policies {
|
|
1901
|
+
createOrUpdate(resourceGroupName: string, labName: string, policySetName: string, name: string, policy: Policy, options?: PoliciesCreateOrUpdateOptionalParams): Promise<PoliciesCreateOrUpdateResponse>;
|
|
1902
|
+
delete(resourceGroupName: string, labName: string, policySetName: string, name: string, options?: PoliciesDeleteOptionalParams): Promise<void>;
|
|
1903
|
+
get(resourceGroupName: string, labName: string, policySetName: string, name: string, options?: PoliciesGetOptionalParams): Promise<PoliciesGetResponse>;
|
|
1904
|
+
list(resourceGroupName: string, labName: string, policySetName: string, options?: PoliciesListOptionalParams): PagedAsyncIterableIterator<Policy>;
|
|
1905
|
+
update(resourceGroupName: string, labName: string, policySetName: string, name: string, policy: PolicyFragment, options?: PoliciesUpdateOptionalParams): Promise<PoliciesUpdateResponse>;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
// @public
|
|
1909
|
+
export interface PoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
// @public
|
|
1913
|
+
export type PoliciesCreateOrUpdateResponse = Policy;
|
|
1914
|
+
|
|
1915
|
+
// @public
|
|
1916
|
+
export interface PoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
// @public
|
|
1920
|
+
export interface PoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1921
|
+
expand?: string;
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1924
|
+
// @public
|
|
1925
|
+
export type PoliciesGetResponse = Policy;
|
|
1926
|
+
|
|
1927
|
+
// @public
|
|
1928
|
+
export interface PoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1929
|
+
expand?: string;
|
|
1930
|
+
filter?: string;
|
|
1931
|
+
orderby?: string;
|
|
1932
|
+
top?: number;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
// @public
|
|
1936
|
+
export type PoliciesListNextResponse = PolicyList;
|
|
1937
|
+
|
|
1938
|
+
// @public
|
|
1939
|
+
export interface PoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
1940
|
+
expand?: string;
|
|
1941
|
+
filter?: string;
|
|
1942
|
+
orderby?: string;
|
|
1943
|
+
top?: number;
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
// @public
|
|
1947
|
+
export type PoliciesListResponse = PolicyList;
|
|
1948
|
+
|
|
1949
|
+
// @public
|
|
1950
|
+
export interface PoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
// @public
|
|
1954
|
+
export type PoliciesUpdateResponse = Policy;
|
|
1955
|
+
|
|
1956
|
+
// @public
|
|
1957
|
+
export type Policy = Resource & {
|
|
1958
|
+
description?: string;
|
|
1959
|
+
status?: PolicyStatus;
|
|
1960
|
+
factName?: PolicyFactName;
|
|
1961
|
+
factData?: string;
|
|
1962
|
+
threshold?: string;
|
|
1963
|
+
evaluatorType?: PolicyEvaluatorType;
|
|
1964
|
+
readonly createdDate?: Date;
|
|
1965
|
+
readonly provisioningState?: string;
|
|
1966
|
+
readonly uniqueIdentifier?: string;
|
|
1967
|
+
};
|
|
1968
|
+
|
|
1969
|
+
// @public
|
|
1970
|
+
export type PolicyEvaluatorType = string;
|
|
1971
|
+
|
|
1972
|
+
// @public
|
|
1973
|
+
export type PolicyFactName = string;
|
|
1974
|
+
|
|
1975
|
+
// @public
|
|
1976
|
+
export type PolicyFragment = UpdateResource & {};
|
|
1977
|
+
|
|
1978
|
+
// @public
|
|
1979
|
+
export interface PolicyList {
|
|
1980
|
+
nextLink?: string;
|
|
1981
|
+
value?: Policy[];
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
// @public
|
|
1985
|
+
export interface PolicySetResult {
|
|
1986
|
+
hasError?: boolean;
|
|
1987
|
+
policyViolations?: PolicyViolation[];
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
// @public
|
|
1991
|
+
export interface PolicySets {
|
|
1992
|
+
evaluatePolicies(resourceGroupName: string, labName: string, name: string, evaluatePoliciesRequest: EvaluatePoliciesRequest, options?: PolicySetsEvaluatePoliciesOptionalParams): Promise<PolicySetsEvaluatePoliciesResponse>;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
// @public
|
|
1996
|
+
export interface PolicySetsEvaluatePoliciesOptionalParams extends coreClient.OperationOptions {
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
// @public
|
|
2000
|
+
export type PolicySetsEvaluatePoliciesResponse = EvaluatePoliciesResponse;
|
|
2001
|
+
|
|
2002
|
+
// @public
|
|
2003
|
+
export type PolicyStatus = string;
|
|
2004
|
+
|
|
2005
|
+
// @public
|
|
2006
|
+
export interface PolicyViolation {
|
|
2007
|
+
code?: string;
|
|
2008
|
+
message?: string;
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
// @public
|
|
2012
|
+
export interface Port {
|
|
2013
|
+
backendPort?: number;
|
|
2014
|
+
transportProtocol?: TransportProtocol;
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
// @public
|
|
2018
|
+
export type PremiumDataDisk = string;
|
|
2019
|
+
|
|
2020
|
+
// @public
|
|
2021
|
+
export interface ProviderOperationResult {
|
|
2022
|
+
readonly nextLink?: string;
|
|
2023
|
+
value?: OperationMetadata[];
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
// @public
|
|
2027
|
+
export interface ProviderOperations {
|
|
2028
|
+
list(options?: ProviderOperationsListOptionalParams): PagedAsyncIterableIterator<OperationMetadata>;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
// @public
|
|
2032
|
+
export interface ProviderOperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
// @public
|
|
2036
|
+
export type ProviderOperationsListNextResponse = ProviderOperationResult;
|
|
2037
|
+
|
|
2038
|
+
// @public
|
|
2039
|
+
export interface ProviderOperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
// @public
|
|
2043
|
+
export type ProviderOperationsListResponse = ProviderOperationResult;
|
|
2044
|
+
|
|
2045
|
+
// @public
|
|
2046
|
+
export interface RdpConnection {
|
|
2047
|
+
contents?: string;
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
|
+
// @public
|
|
2051
|
+
export type ReportingCycleType = string;
|
|
2052
|
+
|
|
2053
|
+
// @public
|
|
2054
|
+
export interface ResizeLabVirtualMachineProperties {
|
|
2055
|
+
size?: string;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
// @public
|
|
2059
|
+
export interface Resource {
|
|
2060
|
+
readonly id?: string;
|
|
2061
|
+
location?: string;
|
|
2062
|
+
readonly name?: string;
|
|
2063
|
+
tags?: {
|
|
2064
|
+
[propertyName: string]: string;
|
|
2065
|
+
};
|
|
2066
|
+
readonly type?: string;
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
// @public
|
|
2070
|
+
export interface RetargetScheduleProperties {
|
|
2071
|
+
currentResourceId?: string;
|
|
2072
|
+
targetResourceId?: string;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
// @public
|
|
2076
|
+
export type Schedule = Resource & {
|
|
2077
|
+
status?: EnableStatus;
|
|
2078
|
+
taskType?: string;
|
|
2079
|
+
weeklyRecurrence?: WeekDetails;
|
|
2080
|
+
dailyRecurrence?: DayDetails;
|
|
2081
|
+
hourlyRecurrence?: HourDetails;
|
|
2082
|
+
timeZoneId?: string;
|
|
2083
|
+
notificationSettings?: NotificationSettings;
|
|
2084
|
+
readonly createdDate?: Date;
|
|
2085
|
+
targetResourceId?: string;
|
|
2086
|
+
readonly provisioningState?: string;
|
|
2087
|
+
readonly uniqueIdentifier?: string;
|
|
2088
|
+
};
|
|
2089
|
+
|
|
2090
|
+
// @public
|
|
2091
|
+
export interface ScheduleCreationParameter {
|
|
2092
|
+
dailyRecurrence?: DayDetails;
|
|
2093
|
+
hourlyRecurrence?: HourDetails;
|
|
2094
|
+
readonly location?: string;
|
|
2095
|
+
name?: string;
|
|
2096
|
+
notificationSettings?: NotificationSettings;
|
|
2097
|
+
status?: EnableStatus;
|
|
2098
|
+
tags?: {
|
|
2099
|
+
[propertyName: string]: string;
|
|
2100
|
+
};
|
|
2101
|
+
targetResourceId?: string;
|
|
2102
|
+
taskType?: string;
|
|
2103
|
+
timeZoneId?: string;
|
|
2104
|
+
weeklyRecurrence?: WeekDetails;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
// @public
|
|
2108
|
+
export type ScheduleFragment = UpdateResource & {};
|
|
2109
|
+
|
|
2110
|
+
// @public
|
|
2111
|
+
export interface ScheduleList {
|
|
2112
|
+
nextLink?: string;
|
|
2113
|
+
value?: Schedule[];
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
// @public
|
|
2117
|
+
export interface Schedules {
|
|
2118
|
+
beginExecute(resourceGroupName: string, labName: string, name: string, options?: SchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2119
|
+
beginExecuteAndWait(resourceGroupName: string, labName: string, name: string, options?: SchedulesExecuteOptionalParams): Promise<void>;
|
|
2120
|
+
createOrUpdate(resourceGroupName: string, labName: string, name: string, schedule: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SchedulesCreateOrUpdateResponse>;
|
|
2121
|
+
delete(resourceGroupName: string, labName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<void>;
|
|
2122
|
+
get(resourceGroupName: string, labName: string, name: string, options?: SchedulesGetOptionalParams): Promise<SchedulesGetResponse>;
|
|
2123
|
+
list(resourceGroupName: string, labName: string, options?: SchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
2124
|
+
listApplicable(resourceGroupName: string, labName: string, name: string, options?: SchedulesListApplicableOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
2125
|
+
update(resourceGroupName: string, labName: string, name: string, schedule: ScheduleFragment, options?: SchedulesUpdateOptionalParams): Promise<SchedulesUpdateResponse>;
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
// @public
|
|
2129
|
+
export interface SchedulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
// @public
|
|
2133
|
+
export type SchedulesCreateOrUpdateResponse = Schedule;
|
|
2134
|
+
|
|
2135
|
+
// @public
|
|
2136
|
+
export interface SchedulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
|
+
// @public
|
|
2140
|
+
export interface SchedulesExecuteOptionalParams extends coreClient.OperationOptions {
|
|
2141
|
+
resumeFrom?: string;
|
|
2142
|
+
updateIntervalInMs?: number;
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
// @public
|
|
2146
|
+
export interface SchedulesGetOptionalParams extends coreClient.OperationOptions {
|
|
2147
|
+
expand?: string;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
// @public
|
|
2151
|
+
export type SchedulesGetResponse = Schedule;
|
|
2152
|
+
|
|
2153
|
+
// @public
|
|
2154
|
+
export interface SchedulesListApplicableNextOptionalParams extends coreClient.OperationOptions {
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
// @public
|
|
2158
|
+
export type SchedulesListApplicableNextResponse = ScheduleList;
|
|
2159
|
+
|
|
2160
|
+
// @public
|
|
2161
|
+
export interface SchedulesListApplicableOptionalParams extends coreClient.OperationOptions {
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
// @public
|
|
2165
|
+
export type SchedulesListApplicableResponse = ScheduleList;
|
|
2166
|
+
|
|
2167
|
+
// @public
|
|
2168
|
+
export interface SchedulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2169
|
+
expand?: string;
|
|
2170
|
+
filter?: string;
|
|
2171
|
+
orderby?: string;
|
|
2172
|
+
top?: number;
|
|
2173
|
+
}
|
|
2174
|
+
|
|
2175
|
+
// @public
|
|
2176
|
+
export type SchedulesListNextResponse = ScheduleList;
|
|
2177
|
+
|
|
2178
|
+
// @public
|
|
2179
|
+
export interface SchedulesListOptionalParams extends coreClient.OperationOptions {
|
|
2180
|
+
expand?: string;
|
|
2181
|
+
filter?: string;
|
|
2182
|
+
orderby?: string;
|
|
2183
|
+
top?: number;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
// @public
|
|
2187
|
+
export type SchedulesListResponse = ScheduleList;
|
|
2188
|
+
|
|
2189
|
+
// @public
|
|
2190
|
+
export interface SchedulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
// @public
|
|
2194
|
+
export type SchedulesUpdateResponse = Schedule;
|
|
2195
|
+
|
|
2196
|
+
// @public
|
|
2197
|
+
export type Secret = Resource & {
|
|
2198
|
+
value?: string;
|
|
2199
|
+
readonly provisioningState?: string;
|
|
2200
|
+
readonly uniqueIdentifier?: string;
|
|
2201
|
+
};
|
|
2202
|
+
|
|
2203
|
+
// @public
|
|
2204
|
+
export type SecretFragment = UpdateResource & {};
|
|
2205
|
+
|
|
2206
|
+
// @public
|
|
2207
|
+
export interface SecretList {
|
|
2208
|
+
nextLink?: string;
|
|
2209
|
+
value?: Secret[];
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
// @public
|
|
2213
|
+
export interface Secrets {
|
|
2214
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, secret: Secret, options?: SecretsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SecretsCreateOrUpdateResponse>, SecretsCreateOrUpdateResponse>>;
|
|
2215
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, userName: string, name: string, secret: Secret, options?: SecretsCreateOrUpdateOptionalParams): Promise<SecretsCreateOrUpdateResponse>;
|
|
2216
|
+
delete(resourceGroupName: string, labName: string, userName: string, name: string, options?: SecretsDeleteOptionalParams): Promise<void>;
|
|
2217
|
+
get(resourceGroupName: string, labName: string, userName: string, name: string, options?: SecretsGetOptionalParams): Promise<SecretsGetResponse>;
|
|
2218
|
+
list(resourceGroupName: string, labName: string, userName: string, options?: SecretsListOptionalParams): PagedAsyncIterableIterator<Secret>;
|
|
2219
|
+
update(resourceGroupName: string, labName: string, userName: string, name: string, secret: SecretFragment, options?: SecretsUpdateOptionalParams): Promise<SecretsUpdateResponse>;
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
// @public
|
|
2223
|
+
export interface SecretsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2224
|
+
resumeFrom?: string;
|
|
2225
|
+
updateIntervalInMs?: number;
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
// @public
|
|
2229
|
+
export type SecretsCreateOrUpdateResponse = Secret;
|
|
2230
|
+
|
|
2231
|
+
// @public
|
|
2232
|
+
export interface SecretsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
// @public
|
|
2236
|
+
export interface SecretsGetOptionalParams extends coreClient.OperationOptions {
|
|
2237
|
+
expand?: string;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
// @public
|
|
2241
|
+
export type SecretsGetResponse = Secret;
|
|
2242
|
+
|
|
2243
|
+
// @public
|
|
2244
|
+
export interface SecretsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2245
|
+
expand?: string;
|
|
2246
|
+
filter?: string;
|
|
2247
|
+
orderby?: string;
|
|
2248
|
+
top?: number;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
// @public
|
|
2252
|
+
export type SecretsListNextResponse = SecretList;
|
|
2253
|
+
|
|
2254
|
+
// @public
|
|
2255
|
+
export interface SecretsListOptionalParams extends coreClient.OperationOptions {
|
|
2256
|
+
expand?: string;
|
|
2257
|
+
filter?: string;
|
|
2258
|
+
orderby?: string;
|
|
2259
|
+
top?: number;
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
// @public
|
|
2263
|
+
export type SecretsListResponse = SecretList;
|
|
2264
|
+
|
|
2265
|
+
// @public
|
|
2266
|
+
export interface SecretsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2269
|
+
// @public
|
|
2270
|
+
export type SecretsUpdateResponse = Secret;
|
|
2271
|
+
|
|
2272
|
+
// @public
|
|
2273
|
+
export type ServiceFabric = Resource & {
|
|
2274
|
+
externalServiceFabricId?: string;
|
|
2275
|
+
environmentId?: string;
|
|
2276
|
+
readonly applicableSchedule?: ApplicableSchedule;
|
|
2277
|
+
readonly provisioningState?: string;
|
|
2278
|
+
readonly uniqueIdentifier?: string;
|
|
2279
|
+
};
|
|
2280
|
+
|
|
2281
|
+
// @public
|
|
2282
|
+
export type ServiceFabricFragment = UpdateResource & {};
|
|
2283
|
+
|
|
2284
|
+
// @public
|
|
2285
|
+
export interface ServiceFabricList {
|
|
2286
|
+
nextLink?: string;
|
|
2287
|
+
value?: ServiceFabric[];
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2290
|
+
// @public
|
|
2291
|
+
export interface ServiceFabrics {
|
|
2292
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabric, options?: ServiceFabricsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServiceFabricsCreateOrUpdateResponse>, ServiceFabricsCreateOrUpdateResponse>>;
|
|
2293
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabric, options?: ServiceFabricsCreateOrUpdateOptionalParams): Promise<ServiceFabricsCreateOrUpdateResponse>;
|
|
2294
|
+
beginDelete(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2295
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsDeleteOptionalParams): Promise<void>;
|
|
2296
|
+
beginStart(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2297
|
+
beginStartAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStartOptionalParams): Promise<void>;
|
|
2298
|
+
beginStop(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2299
|
+
beginStopAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStopOptionalParams): Promise<void>;
|
|
2300
|
+
get(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsGetOptionalParams): Promise<ServiceFabricsGetResponse>;
|
|
2301
|
+
list(resourceGroupName: string, labName: string, userName: string, options?: ServiceFabricsListOptionalParams): PagedAsyncIterableIterator<ServiceFabric>;
|
|
2302
|
+
listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsListApplicableSchedulesOptionalParams): Promise<ServiceFabricsListApplicableSchedulesResponse>;
|
|
2303
|
+
update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabricFragment, options?: ServiceFabricsUpdateOptionalParams): Promise<ServiceFabricsUpdateResponse>;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
// @public
|
|
2307
|
+
export interface ServiceFabricSchedules {
|
|
2308
|
+
beginExecute(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2309
|
+
beginExecuteAndWait(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<void>;
|
|
2310
|
+
createOrUpdate(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Schedule, options?: ServiceFabricSchedulesCreateOrUpdateOptionalParams): Promise<ServiceFabricSchedulesCreateOrUpdateResponse>;
|
|
2311
|
+
delete(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesDeleteOptionalParams): Promise<void>;
|
|
2312
|
+
get(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesGetOptionalParams): Promise<ServiceFabricSchedulesGetResponse>;
|
|
2313
|
+
list(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, options?: ServiceFabricSchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
2314
|
+
update(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: ScheduleFragment, options?: ServiceFabricSchedulesUpdateOptionalParams): Promise<ServiceFabricSchedulesUpdateResponse>;
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
// @public
|
|
2318
|
+
export interface ServiceFabricSchedulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2321
|
+
// @public
|
|
2322
|
+
export type ServiceFabricSchedulesCreateOrUpdateResponse = Schedule;
|
|
2323
|
+
|
|
2324
|
+
// @public
|
|
2325
|
+
export interface ServiceFabricSchedulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
// @public
|
|
2329
|
+
export interface ServiceFabricSchedulesExecuteOptionalParams extends coreClient.OperationOptions {
|
|
2330
|
+
resumeFrom?: string;
|
|
2331
|
+
updateIntervalInMs?: number;
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
// @public
|
|
2335
|
+
export interface ServiceFabricSchedulesGetOptionalParams extends coreClient.OperationOptions {
|
|
2336
|
+
expand?: string;
|
|
2337
|
+
}
|
|
2338
|
+
|
|
2339
|
+
// @public
|
|
2340
|
+
export type ServiceFabricSchedulesGetResponse = Schedule;
|
|
2341
|
+
|
|
2342
|
+
// @public
|
|
2343
|
+
export interface ServiceFabricSchedulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2344
|
+
expand?: string;
|
|
2345
|
+
filter?: string;
|
|
2346
|
+
orderby?: string;
|
|
2347
|
+
top?: number;
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
// @public
|
|
2351
|
+
export type ServiceFabricSchedulesListNextResponse = ScheduleList;
|
|
2352
|
+
|
|
2353
|
+
// @public
|
|
2354
|
+
export interface ServiceFabricSchedulesListOptionalParams extends coreClient.OperationOptions {
|
|
2355
|
+
expand?: string;
|
|
2356
|
+
filter?: string;
|
|
2357
|
+
orderby?: string;
|
|
2358
|
+
top?: number;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
// @public
|
|
2362
|
+
export type ServiceFabricSchedulesListResponse = ScheduleList;
|
|
2363
|
+
|
|
2364
|
+
// @public
|
|
2365
|
+
export interface ServiceFabricSchedulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
// @public
|
|
2369
|
+
export type ServiceFabricSchedulesUpdateResponse = Schedule;
|
|
2370
|
+
|
|
2371
|
+
// @public
|
|
2372
|
+
export interface ServiceFabricsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2373
|
+
resumeFrom?: string;
|
|
2374
|
+
updateIntervalInMs?: number;
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
// @public
|
|
2378
|
+
export type ServiceFabricsCreateOrUpdateResponse = ServiceFabric;
|
|
2379
|
+
|
|
2380
|
+
// @public
|
|
2381
|
+
export interface ServiceFabricsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2382
|
+
resumeFrom?: string;
|
|
2383
|
+
updateIntervalInMs?: number;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
// @public
|
|
2387
|
+
export interface ServiceFabricsGetOptionalParams extends coreClient.OperationOptions {
|
|
2388
|
+
expand?: string;
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
// @public
|
|
2392
|
+
export type ServiceFabricsGetResponse = ServiceFabric;
|
|
2393
|
+
|
|
2394
|
+
// @public
|
|
2395
|
+
export interface ServiceFabricsListApplicableSchedulesOptionalParams extends coreClient.OperationOptions {
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
// @public
|
|
2399
|
+
export type ServiceFabricsListApplicableSchedulesResponse = ApplicableSchedule;
|
|
2400
|
+
|
|
2401
|
+
// @public
|
|
2402
|
+
export interface ServiceFabricsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2403
|
+
expand?: string;
|
|
2404
|
+
filter?: string;
|
|
2405
|
+
orderby?: string;
|
|
2406
|
+
top?: number;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
// @public
|
|
2410
|
+
export type ServiceFabricsListNextResponse = ServiceFabricList;
|
|
2411
|
+
|
|
2412
|
+
// @public
|
|
2413
|
+
export interface ServiceFabricsListOptionalParams extends coreClient.OperationOptions {
|
|
2414
|
+
expand?: string;
|
|
2415
|
+
filter?: string;
|
|
2416
|
+
orderby?: string;
|
|
2417
|
+
top?: number;
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2420
|
+
// @public
|
|
2421
|
+
export type ServiceFabricsListResponse = ServiceFabricList;
|
|
2422
|
+
|
|
2423
|
+
// @public
|
|
2424
|
+
export interface ServiceFabricsStartOptionalParams extends coreClient.OperationOptions {
|
|
2425
|
+
resumeFrom?: string;
|
|
2426
|
+
updateIntervalInMs?: number;
|
|
2427
|
+
}
|
|
2428
|
+
|
|
2429
|
+
// @public
|
|
2430
|
+
export interface ServiceFabricsStopOptionalParams extends coreClient.OperationOptions {
|
|
2431
|
+
resumeFrom?: string;
|
|
2432
|
+
updateIntervalInMs?: number;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
// @public
|
|
2436
|
+
export interface ServiceFabricsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
// @public
|
|
2440
|
+
export type ServiceFabricsUpdateResponse = ServiceFabric;
|
|
2441
|
+
|
|
2442
|
+
// @public
|
|
2443
|
+
export type ServiceRunner = Resource & {
|
|
2444
|
+
identity?: IdentityProperties;
|
|
2445
|
+
};
|
|
2446
|
+
|
|
2447
|
+
// @public
|
|
2448
|
+
export interface ServiceRunnerList {
|
|
2449
|
+
nextLink?: string;
|
|
2450
|
+
value?: ServiceRunner[];
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2453
|
+
// @public
|
|
2454
|
+
export interface ServiceRunners {
|
|
2455
|
+
createOrUpdate(resourceGroupName: string, labName: string, name: string, serviceRunner: ServiceRunner, options?: ServiceRunnersCreateOrUpdateOptionalParams): Promise<ServiceRunnersCreateOrUpdateResponse>;
|
|
2456
|
+
delete(resourceGroupName: string, labName: string, name: string, options?: ServiceRunnersDeleteOptionalParams): Promise<void>;
|
|
2457
|
+
get(resourceGroupName: string, labName: string, name: string, options?: ServiceRunnersGetOptionalParams): Promise<ServiceRunnersGetResponse>;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
// @public
|
|
2461
|
+
export interface ServiceRunnersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
// @public
|
|
2465
|
+
export type ServiceRunnersCreateOrUpdateResponse = ServiceRunner;
|
|
2466
|
+
|
|
2467
|
+
// @public
|
|
2468
|
+
export interface ServiceRunnersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2471
|
+
// @public
|
|
2472
|
+
export interface ServiceRunnersGetOptionalParams extends coreClient.OperationOptions {
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
// @public
|
|
2476
|
+
export type ServiceRunnersGetResponse = ServiceRunner;
|
|
2477
|
+
|
|
2478
|
+
// @public
|
|
2479
|
+
export interface SharedPublicIpAddressConfiguration {
|
|
2480
|
+
inboundNatRules?: InboundNatRule[];
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2483
|
+
// @public
|
|
2484
|
+
export interface ShutdownNotificationContent {
|
|
2485
|
+
delayUrl120?: string;
|
|
2486
|
+
delayUrl60?: string;
|
|
2487
|
+
eventType?: string;
|
|
2488
|
+
guid?: string;
|
|
2489
|
+
labName?: string;
|
|
2490
|
+
minutesUntilShutdown?: string;
|
|
2491
|
+
owner?: string;
|
|
2492
|
+
resourceGroupName?: string;
|
|
2493
|
+
skipUrl?: string;
|
|
2494
|
+
subscriptionId?: string;
|
|
2495
|
+
text?: string;
|
|
2496
|
+
vmName?: string;
|
|
2497
|
+
vmUrl?: string;
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2500
|
+
// @public
|
|
2501
|
+
export type SourceControlType = string;
|
|
2502
|
+
|
|
2503
|
+
// @public
|
|
2504
|
+
export type StorageType = string;
|
|
2505
|
+
|
|
2506
|
+
// @public
|
|
2507
|
+
export interface Subnet {
|
|
2508
|
+
allowPublicIp?: UsagePermissionType;
|
|
2509
|
+
labSubnetName?: string;
|
|
2510
|
+
resourceId?: string;
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2513
|
+
// @public
|
|
2514
|
+
export interface SubnetOverride {
|
|
2515
|
+
labSubnetName?: string;
|
|
2516
|
+
resourceId?: string;
|
|
2517
|
+
sharedPublicIpAddressConfiguration?: SubnetSharedPublicIpAddressConfiguration;
|
|
2518
|
+
useInVmCreationPermission?: UsagePermissionType;
|
|
2519
|
+
usePublicIpAddressPermission?: UsagePermissionType;
|
|
2520
|
+
virtualNetworkPoolName?: string;
|
|
2521
|
+
}
|
|
2522
|
+
|
|
2523
|
+
// @public
|
|
2524
|
+
export interface SubnetSharedPublicIpAddressConfiguration {
|
|
2525
|
+
allowedPorts?: Port[];
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2528
|
+
// @public
|
|
2529
|
+
export interface TargetCostProperties {
|
|
2530
|
+
costThresholds?: CostThresholdProperties[];
|
|
2531
|
+
cycleEndDateTime?: Date;
|
|
2532
|
+
cycleStartDateTime?: Date;
|
|
2533
|
+
cycleType?: ReportingCycleType;
|
|
2534
|
+
status?: TargetCostStatus;
|
|
2535
|
+
target?: number;
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
// @public
|
|
2539
|
+
export type TargetCostStatus = string;
|
|
2540
|
+
|
|
2541
|
+
// @public
|
|
2542
|
+
export type TransportProtocol = string;
|
|
2543
|
+
|
|
2544
|
+
// @public
|
|
2545
|
+
export interface UpdateResource {
|
|
2546
|
+
tags?: {
|
|
2547
|
+
[propertyName: string]: string;
|
|
2548
|
+
};
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2551
|
+
// @public
|
|
2552
|
+
export type UsagePermissionType = string;
|
|
2553
|
+
|
|
2554
|
+
// @public
|
|
2555
|
+
export type User = Resource & {
|
|
2556
|
+
identity?: UserIdentity;
|
|
2557
|
+
secretStore?: UserSecretStore;
|
|
2558
|
+
readonly createdDate?: Date;
|
|
2559
|
+
readonly provisioningState?: string;
|
|
2560
|
+
readonly uniqueIdentifier?: string;
|
|
2561
|
+
};
|
|
2562
|
+
|
|
2563
|
+
// @public
|
|
2564
|
+
export type UserFragment = UpdateResource & {};
|
|
2565
|
+
|
|
2566
|
+
// @public
|
|
2567
|
+
export interface UserIdentity {
|
|
2568
|
+
appId?: string;
|
|
2569
|
+
objectId?: string;
|
|
2570
|
+
principalId?: string;
|
|
2571
|
+
principalName?: string;
|
|
2572
|
+
tenantId?: string;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
// @public
|
|
2576
|
+
export interface UserList {
|
|
2577
|
+
nextLink?: string;
|
|
2578
|
+
value?: User[];
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
// @public
|
|
2582
|
+
export interface Users {
|
|
2583
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, user: User, options?: UsersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<UsersCreateOrUpdateResponse>, UsersCreateOrUpdateResponse>>;
|
|
2584
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, name: string, user: User, options?: UsersCreateOrUpdateOptionalParams): Promise<UsersCreateOrUpdateResponse>;
|
|
2585
|
+
beginDelete(resourceGroupName: string, labName: string, name: string, options?: UsersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2586
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, name: string, options?: UsersDeleteOptionalParams): Promise<void>;
|
|
2587
|
+
get(resourceGroupName: string, labName: string, name: string, options?: UsersGetOptionalParams): Promise<UsersGetResponse>;
|
|
2588
|
+
list(resourceGroupName: string, labName: string, options?: UsersListOptionalParams): PagedAsyncIterableIterator<User>;
|
|
2589
|
+
update(resourceGroupName: string, labName: string, name: string, user: UserFragment, options?: UsersUpdateOptionalParams): Promise<UsersUpdateResponse>;
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
// @public
|
|
2593
|
+
export interface UsersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2594
|
+
resumeFrom?: string;
|
|
2595
|
+
updateIntervalInMs?: number;
|
|
2596
|
+
}
|
|
2597
|
+
|
|
2598
|
+
// @public
|
|
2599
|
+
export type UsersCreateOrUpdateResponse = User;
|
|
2600
|
+
|
|
2601
|
+
// @public
|
|
2602
|
+
export interface UsersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2603
|
+
resumeFrom?: string;
|
|
2604
|
+
updateIntervalInMs?: number;
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
// @public
|
|
2608
|
+
export interface UserSecretStore {
|
|
2609
|
+
keyVaultId?: string;
|
|
2610
|
+
keyVaultUri?: string;
|
|
2611
|
+
}
|
|
2612
|
+
|
|
2613
|
+
// @public
|
|
2614
|
+
export interface UsersGetOptionalParams extends coreClient.OperationOptions {
|
|
2615
|
+
expand?: string;
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2618
|
+
// @public
|
|
2619
|
+
export type UsersGetResponse = User;
|
|
2620
|
+
|
|
2621
|
+
// @public
|
|
2622
|
+
export interface UsersListNextOptionalParams extends coreClient.OperationOptions {
|
|
2623
|
+
expand?: string;
|
|
2624
|
+
filter?: string;
|
|
2625
|
+
orderby?: string;
|
|
2626
|
+
top?: number;
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
// @public
|
|
2630
|
+
export type UsersListNextResponse = UserList;
|
|
2631
|
+
|
|
2632
|
+
// @public
|
|
2633
|
+
export interface UsersListOptionalParams extends coreClient.OperationOptions {
|
|
2634
|
+
expand?: string;
|
|
2635
|
+
filter?: string;
|
|
2636
|
+
orderby?: string;
|
|
2637
|
+
top?: number;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
// @public
|
|
2641
|
+
export type UsersListResponse = UserList;
|
|
2642
|
+
|
|
2643
|
+
// @public
|
|
2644
|
+
export interface UsersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
// @public
|
|
2648
|
+
export type UsersUpdateResponse = User;
|
|
2649
|
+
|
|
2650
|
+
// @public
|
|
2651
|
+
export type VirtualMachineCreationSource = string;
|
|
2652
|
+
|
|
2653
|
+
// @public
|
|
2654
|
+
export interface VirtualMachines {
|
|
2655
|
+
beginAddDataDisk(resourceGroupName: string, labName: string, name: string, dataDiskProperties: DataDiskProperties, options?: VirtualMachinesAddDataDiskOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2656
|
+
beginAddDataDiskAndWait(resourceGroupName: string, labName: string, name: string, dataDiskProperties: DataDiskProperties, options?: VirtualMachinesAddDataDiskOptionalParams): Promise<void>;
|
|
2657
|
+
beginApplyArtifacts(resourceGroupName: string, labName: string, name: string, applyArtifactsRequest: ApplyArtifactsRequest, options?: VirtualMachinesApplyArtifactsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2658
|
+
beginApplyArtifactsAndWait(resourceGroupName: string, labName: string, name: string, applyArtifactsRequest: ApplyArtifactsRequest, options?: VirtualMachinesApplyArtifactsOptionalParams): Promise<void>;
|
|
2659
|
+
beginClaim(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesClaimOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2660
|
+
beginClaimAndWait(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesClaimOptionalParams): Promise<void>;
|
|
2661
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, labVirtualMachine: LabVirtualMachine, options?: VirtualMachinesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesCreateOrUpdateResponse>, VirtualMachinesCreateOrUpdateResponse>>;
|
|
2662
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, name: string, labVirtualMachine: LabVirtualMachine, options?: VirtualMachinesCreateOrUpdateOptionalParams): Promise<VirtualMachinesCreateOrUpdateResponse>;
|
|
2663
|
+
beginDelete(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2664
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesDeleteOptionalParams): Promise<void>;
|
|
2665
|
+
beginDetachDataDisk(resourceGroupName: string, labName: string, name: string, detachDataDiskProperties: DetachDataDiskProperties, options?: VirtualMachinesDetachDataDiskOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2666
|
+
beginDetachDataDiskAndWait(resourceGroupName: string, labName: string, name: string, detachDataDiskProperties: DetachDataDiskProperties, options?: VirtualMachinesDetachDataDiskOptionalParams): Promise<void>;
|
|
2667
|
+
beginRedeploy(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesRedeployOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2668
|
+
beginRedeployAndWait(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesRedeployOptionalParams): Promise<void>;
|
|
2669
|
+
beginResize(resourceGroupName: string, labName: string, name: string, resizeLabVirtualMachineProperties: ResizeLabVirtualMachineProperties, options?: VirtualMachinesResizeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2670
|
+
beginResizeAndWait(resourceGroupName: string, labName: string, name: string, resizeLabVirtualMachineProperties: ResizeLabVirtualMachineProperties, options?: VirtualMachinesResizeOptionalParams): Promise<void>;
|
|
2671
|
+
beginRestart(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesRestartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2672
|
+
beginRestartAndWait(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesRestartOptionalParams): Promise<void>;
|
|
2673
|
+
beginStart(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2674
|
+
beginStartAndWait(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesStartOptionalParams): Promise<void>;
|
|
2675
|
+
beginStop(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2676
|
+
beginStopAndWait(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesStopOptionalParams): Promise<void>;
|
|
2677
|
+
beginTransferDisks(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesTransferDisksOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2678
|
+
beginTransferDisksAndWait(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesTransferDisksOptionalParams): Promise<void>;
|
|
2679
|
+
beginUnClaim(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesUnClaimOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2680
|
+
beginUnClaimAndWait(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesUnClaimOptionalParams): Promise<void>;
|
|
2681
|
+
get(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesGetOptionalParams): Promise<VirtualMachinesGetResponse>;
|
|
2682
|
+
getRdpFileContents(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesGetRdpFileContentsOptionalParams): Promise<VirtualMachinesGetRdpFileContentsResponse>;
|
|
2683
|
+
list(resourceGroupName: string, labName: string, options?: VirtualMachinesListOptionalParams): PagedAsyncIterableIterator<LabVirtualMachine>;
|
|
2684
|
+
listApplicableSchedules(resourceGroupName: string, labName: string, name: string, options?: VirtualMachinesListApplicableSchedulesOptionalParams): Promise<VirtualMachinesListApplicableSchedulesResponse>;
|
|
2685
|
+
update(resourceGroupName: string, labName: string, name: string, labVirtualMachine: LabVirtualMachineFragment, options?: VirtualMachinesUpdateOptionalParams): Promise<VirtualMachinesUpdateResponse>;
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
// @public
|
|
2689
|
+
export interface VirtualMachinesAddDataDiskOptionalParams extends coreClient.OperationOptions {
|
|
2690
|
+
resumeFrom?: string;
|
|
2691
|
+
updateIntervalInMs?: number;
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
// @public
|
|
2695
|
+
export interface VirtualMachinesApplyArtifactsOptionalParams extends coreClient.OperationOptions {
|
|
2696
|
+
resumeFrom?: string;
|
|
2697
|
+
updateIntervalInMs?: number;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
// @public
|
|
2701
|
+
export interface VirtualMachineSchedules {
|
|
2702
|
+
beginExecute(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: VirtualMachineSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2703
|
+
beginExecuteAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: VirtualMachineSchedulesExecuteOptionalParams): Promise<void>;
|
|
2704
|
+
createOrUpdate(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: Schedule, options?: VirtualMachineSchedulesCreateOrUpdateOptionalParams): Promise<VirtualMachineSchedulesCreateOrUpdateResponse>;
|
|
2705
|
+
delete(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: VirtualMachineSchedulesDeleteOptionalParams): Promise<void>;
|
|
2706
|
+
get(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: VirtualMachineSchedulesGetOptionalParams): Promise<VirtualMachineSchedulesGetResponse>;
|
|
2707
|
+
list(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachineSchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
2708
|
+
update(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: ScheduleFragment, options?: VirtualMachineSchedulesUpdateOptionalParams): Promise<VirtualMachineSchedulesUpdateResponse>;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
// @public
|
|
2712
|
+
export interface VirtualMachineSchedulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
// @public
|
|
2716
|
+
export type VirtualMachineSchedulesCreateOrUpdateResponse = Schedule;
|
|
2717
|
+
|
|
2718
|
+
// @public
|
|
2719
|
+
export interface VirtualMachineSchedulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
// @public
|
|
2723
|
+
export interface VirtualMachineSchedulesExecuteOptionalParams extends coreClient.OperationOptions {
|
|
2724
|
+
resumeFrom?: string;
|
|
2725
|
+
updateIntervalInMs?: number;
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
// @public
|
|
2729
|
+
export interface VirtualMachineSchedulesGetOptionalParams extends coreClient.OperationOptions {
|
|
2730
|
+
expand?: string;
|
|
2731
|
+
}
|
|
2732
|
+
|
|
2733
|
+
// @public
|
|
2734
|
+
export type VirtualMachineSchedulesGetResponse = Schedule;
|
|
2735
|
+
|
|
2736
|
+
// @public
|
|
2737
|
+
export interface VirtualMachineSchedulesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2738
|
+
expand?: string;
|
|
2739
|
+
filter?: string;
|
|
2740
|
+
orderby?: string;
|
|
2741
|
+
top?: number;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
// @public
|
|
2745
|
+
export type VirtualMachineSchedulesListNextResponse = ScheduleList;
|
|
2746
|
+
|
|
2747
|
+
// @public
|
|
2748
|
+
export interface VirtualMachineSchedulesListOptionalParams extends coreClient.OperationOptions {
|
|
2749
|
+
expand?: string;
|
|
2750
|
+
filter?: string;
|
|
2751
|
+
orderby?: string;
|
|
2752
|
+
top?: number;
|
|
2753
|
+
}
|
|
2754
|
+
|
|
2755
|
+
// @public
|
|
2756
|
+
export type VirtualMachineSchedulesListResponse = ScheduleList;
|
|
2757
|
+
|
|
2758
|
+
// @public
|
|
2759
|
+
export interface VirtualMachineSchedulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2760
|
+
}
|
|
2761
|
+
|
|
2762
|
+
// @public
|
|
2763
|
+
export type VirtualMachineSchedulesUpdateResponse = Schedule;
|
|
2764
|
+
|
|
2765
|
+
// @public
|
|
2766
|
+
export interface VirtualMachinesClaimOptionalParams extends coreClient.OperationOptions {
|
|
2767
|
+
resumeFrom?: string;
|
|
2768
|
+
updateIntervalInMs?: number;
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
// @public
|
|
2772
|
+
export interface VirtualMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2773
|
+
resumeFrom?: string;
|
|
2774
|
+
updateIntervalInMs?: number;
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
// @public
|
|
2778
|
+
export type VirtualMachinesCreateOrUpdateResponse = LabVirtualMachine;
|
|
2779
|
+
|
|
2780
|
+
// @public
|
|
2781
|
+
export interface VirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2782
|
+
resumeFrom?: string;
|
|
2783
|
+
updateIntervalInMs?: number;
|
|
2784
|
+
}
|
|
2785
|
+
|
|
2786
|
+
// @public
|
|
2787
|
+
export interface VirtualMachinesDetachDataDiskOptionalParams extends coreClient.OperationOptions {
|
|
2788
|
+
resumeFrom?: string;
|
|
2789
|
+
updateIntervalInMs?: number;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
// @public
|
|
2793
|
+
export interface VirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
2794
|
+
expand?: string;
|
|
2795
|
+
}
|
|
2796
|
+
|
|
2797
|
+
// @public
|
|
2798
|
+
export interface VirtualMachinesGetRdpFileContentsOptionalParams extends coreClient.OperationOptions {
|
|
2799
|
+
}
|
|
2800
|
+
|
|
2801
|
+
// @public
|
|
2802
|
+
export type VirtualMachinesGetRdpFileContentsResponse = RdpConnection;
|
|
2803
|
+
|
|
2804
|
+
// @public
|
|
2805
|
+
export type VirtualMachinesGetResponse = LabVirtualMachine;
|
|
2806
|
+
|
|
2807
|
+
// @public
|
|
2808
|
+
export interface VirtualMachinesListApplicableSchedulesOptionalParams extends coreClient.OperationOptions {
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2811
|
+
// @public
|
|
2812
|
+
export type VirtualMachinesListApplicableSchedulesResponse = ApplicableSchedule;
|
|
2813
|
+
|
|
2814
|
+
// @public
|
|
2815
|
+
export interface VirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2816
|
+
expand?: string;
|
|
2817
|
+
filter?: string;
|
|
2818
|
+
orderby?: string;
|
|
2819
|
+
top?: number;
|
|
2820
|
+
}
|
|
2821
|
+
|
|
2822
|
+
// @public
|
|
2823
|
+
export type VirtualMachinesListNextResponse = LabVirtualMachineList;
|
|
2824
|
+
|
|
2825
|
+
// @public
|
|
2826
|
+
export interface VirtualMachinesListOptionalParams extends coreClient.OperationOptions {
|
|
2827
|
+
expand?: string;
|
|
2828
|
+
filter?: string;
|
|
2829
|
+
orderby?: string;
|
|
2830
|
+
top?: number;
|
|
2831
|
+
}
|
|
2832
|
+
|
|
2833
|
+
// @public
|
|
2834
|
+
export type VirtualMachinesListResponse = LabVirtualMachineList;
|
|
2835
|
+
|
|
2836
|
+
// @public
|
|
2837
|
+
export interface VirtualMachinesRedeployOptionalParams extends coreClient.OperationOptions {
|
|
2838
|
+
resumeFrom?: string;
|
|
2839
|
+
updateIntervalInMs?: number;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
// @public
|
|
2843
|
+
export interface VirtualMachinesResizeOptionalParams extends coreClient.OperationOptions {
|
|
2844
|
+
resumeFrom?: string;
|
|
2845
|
+
updateIntervalInMs?: number;
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2848
|
+
// @public
|
|
2849
|
+
export interface VirtualMachinesRestartOptionalParams extends coreClient.OperationOptions {
|
|
2850
|
+
resumeFrom?: string;
|
|
2851
|
+
updateIntervalInMs?: number;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
// @public
|
|
2855
|
+
export interface VirtualMachinesStartOptionalParams extends coreClient.OperationOptions {
|
|
2856
|
+
resumeFrom?: string;
|
|
2857
|
+
updateIntervalInMs?: number;
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
// @public
|
|
2861
|
+
export interface VirtualMachinesStopOptionalParams extends coreClient.OperationOptions {
|
|
2862
|
+
resumeFrom?: string;
|
|
2863
|
+
updateIntervalInMs?: number;
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
// @public
|
|
2867
|
+
export interface VirtualMachinesTransferDisksOptionalParams extends coreClient.OperationOptions {
|
|
2868
|
+
resumeFrom?: string;
|
|
2869
|
+
updateIntervalInMs?: number;
|
|
2870
|
+
}
|
|
2871
|
+
|
|
2872
|
+
// @public
|
|
2873
|
+
export interface VirtualMachinesUnClaimOptionalParams extends coreClient.OperationOptions {
|
|
2874
|
+
resumeFrom?: string;
|
|
2875
|
+
updateIntervalInMs?: number;
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
// @public
|
|
2879
|
+
export interface VirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
// @public
|
|
2883
|
+
export type VirtualMachinesUpdateResponse = LabVirtualMachine;
|
|
2884
|
+
|
|
2885
|
+
// @public
|
|
2886
|
+
export type VirtualNetwork = Resource & {
|
|
2887
|
+
allowedSubnets?: Subnet[];
|
|
2888
|
+
description?: string;
|
|
2889
|
+
externalProviderResourceId?: string;
|
|
2890
|
+
readonly externalSubnets?: ExternalSubnet[];
|
|
2891
|
+
subnetOverrides?: SubnetOverride[];
|
|
2892
|
+
readonly createdDate?: Date;
|
|
2893
|
+
readonly provisioningState?: string;
|
|
2894
|
+
readonly uniqueIdentifier?: string;
|
|
2895
|
+
};
|
|
2896
|
+
|
|
2897
|
+
// @public
|
|
2898
|
+
export type VirtualNetworkFragment = UpdateResource & {};
|
|
2899
|
+
|
|
2900
|
+
// @public
|
|
2901
|
+
export interface VirtualNetworkList {
|
|
2902
|
+
nextLink?: string;
|
|
2903
|
+
value?: VirtualNetwork[];
|
|
2904
|
+
}
|
|
2905
|
+
|
|
2906
|
+
// @public
|
|
2907
|
+
export interface VirtualNetworks {
|
|
2908
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, virtualNetwork: VirtualNetwork, options?: VirtualNetworksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualNetworksCreateOrUpdateResponse>, VirtualNetworksCreateOrUpdateResponse>>;
|
|
2909
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, name: string, virtualNetwork: VirtualNetwork, options?: VirtualNetworksCreateOrUpdateOptionalParams): Promise<VirtualNetworksCreateOrUpdateResponse>;
|
|
2910
|
+
beginDelete(resourceGroupName: string, labName: string, name: string, options?: VirtualNetworksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2911
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, name: string, options?: VirtualNetworksDeleteOptionalParams): Promise<void>;
|
|
2912
|
+
get(resourceGroupName: string, labName: string, name: string, options?: VirtualNetworksGetOptionalParams): Promise<VirtualNetworksGetResponse>;
|
|
2913
|
+
list(resourceGroupName: string, labName: string, options?: VirtualNetworksListOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
|
|
2914
|
+
update(resourceGroupName: string, labName: string, name: string, virtualNetwork: VirtualNetworkFragment, options?: VirtualNetworksUpdateOptionalParams): Promise<VirtualNetworksUpdateResponse>;
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2917
|
+
// @public
|
|
2918
|
+
export interface VirtualNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2919
|
+
resumeFrom?: string;
|
|
2920
|
+
updateIntervalInMs?: number;
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2923
|
+
// @public
|
|
2924
|
+
export type VirtualNetworksCreateOrUpdateResponse = VirtualNetwork;
|
|
2925
|
+
|
|
2926
|
+
// @public
|
|
2927
|
+
export interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2928
|
+
resumeFrom?: string;
|
|
2929
|
+
updateIntervalInMs?: number;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
// @public
|
|
2933
|
+
export interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
|
|
2934
|
+
expand?: string;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
// @public
|
|
2938
|
+
export type VirtualNetworksGetResponse = VirtualNetwork;
|
|
2939
|
+
|
|
2940
|
+
// @public
|
|
2941
|
+
export interface VirtualNetworksListNextOptionalParams extends coreClient.OperationOptions {
|
|
2942
|
+
expand?: string;
|
|
2943
|
+
filter?: string;
|
|
2944
|
+
orderby?: string;
|
|
2945
|
+
top?: number;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
// @public
|
|
2949
|
+
export type VirtualNetworksListNextResponse = VirtualNetworkList;
|
|
2950
|
+
|
|
2951
|
+
// @public
|
|
2952
|
+
export interface VirtualNetworksListOptionalParams extends coreClient.OperationOptions {
|
|
2953
|
+
expand?: string;
|
|
2954
|
+
filter?: string;
|
|
2955
|
+
orderby?: string;
|
|
2956
|
+
top?: number;
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
// @public
|
|
2960
|
+
export type VirtualNetworksListResponse = VirtualNetworkList;
|
|
2961
|
+
|
|
2962
|
+
// @public
|
|
2963
|
+
export interface VirtualNetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2964
|
+
}
|
|
2965
|
+
|
|
2966
|
+
// @public
|
|
2967
|
+
export type VirtualNetworksUpdateResponse = VirtualNetwork;
|
|
2968
|
+
|
|
2969
|
+
// @public
|
|
2970
|
+
export interface WeekDetails {
|
|
2971
|
+
time?: string;
|
|
2972
|
+
weekdays?: string[];
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
// @public
|
|
2976
|
+
export interface WindowsOsInfo {
|
|
2977
|
+
windowsOsState?: WindowsOsState;
|
|
2978
|
+
}
|
|
2979
|
+
|
|
2980
|
+
// @public
|
|
2981
|
+
export type WindowsOsState = string;
|
|
2982
|
+
|
|
2983
|
+
// (No @packageDocumentation comment for this package)
|
|
2984
|
+
|
|
2985
|
+
```
|