@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,63 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
3
|
+
import { Secret, SecretsListOptionalParams, SecretsGetOptionalParams, SecretsGetResponse, SecretsCreateOrUpdateOptionalParams, SecretsCreateOrUpdateResponse, SecretsDeleteOptionalParams, SecretFragment, SecretsUpdateOptionalParams, SecretsUpdateResponse } from "../models";
|
|
4
|
+
/** Interface representing a Secrets. */
|
|
5
|
+
export interface Secrets {
|
|
6
|
+
/**
|
|
7
|
+
* List secrets in a given user profile.
|
|
8
|
+
* @param resourceGroupName The name of the resource group.
|
|
9
|
+
* @param labName The name of the lab.
|
|
10
|
+
* @param userName The name of the user profile.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
list(resourceGroupName: string, labName: string, userName: string, options?: SecretsListOptionalParams): PagedAsyncIterableIterator<Secret>;
|
|
14
|
+
/**
|
|
15
|
+
* Get secret.
|
|
16
|
+
* @param resourceGroupName The name of the resource group.
|
|
17
|
+
* @param labName The name of the lab.
|
|
18
|
+
* @param userName The name of the user profile.
|
|
19
|
+
* @param name The name of the secret.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
get(resourceGroupName: string, labName: string, userName: string, name: string, options?: SecretsGetOptionalParams): Promise<SecretsGetResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Create or replace an existing secret. This operation can take a while to complete.
|
|
25
|
+
* @param resourceGroupName The name of the resource group.
|
|
26
|
+
* @param labName The name of the lab.
|
|
27
|
+
* @param userName The name of the user profile.
|
|
28
|
+
* @param name The name of the secret.
|
|
29
|
+
* @param secret A secret.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, secret: Secret, options?: SecretsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SecretsCreateOrUpdateResponse>, SecretsCreateOrUpdateResponse>>;
|
|
33
|
+
/**
|
|
34
|
+
* Create or replace an existing secret. This operation can take a while to complete.
|
|
35
|
+
* @param resourceGroupName The name of the resource group.
|
|
36
|
+
* @param labName The name of the lab.
|
|
37
|
+
* @param userName The name of the user profile.
|
|
38
|
+
* @param name The name of the secret.
|
|
39
|
+
* @param secret A secret.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, userName: string, name: string, secret: Secret, options?: SecretsCreateOrUpdateOptionalParams): Promise<SecretsCreateOrUpdateResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Delete secret.
|
|
45
|
+
* @param resourceGroupName The name of the resource group.
|
|
46
|
+
* @param labName The name of the lab.
|
|
47
|
+
* @param userName The name of the user profile.
|
|
48
|
+
* @param name The name of the secret.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
delete(resourceGroupName: string, labName: string, userName: string, name: string, options?: SecretsDeleteOptionalParams): Promise<void>;
|
|
52
|
+
/**
|
|
53
|
+
* Allows modifying tags of secrets. All other properties will be ignored.
|
|
54
|
+
* @param resourceGroupName The name of the resource group.
|
|
55
|
+
* @param labName The name of the lab.
|
|
56
|
+
* @param userName The name of the user profile.
|
|
57
|
+
* @param name The name of the secret.
|
|
58
|
+
* @param secret A secret.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
update(resourceGroupName: string, labName: string, userName: string, name: string, secret: SecretFragment, options?: SecretsUpdateOptionalParams): Promise<SecretsUpdateResponse>;
|
|
62
|
+
}
|
|
63
|
+
//# sourceMappingURL=secrets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secrets.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/secrets.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,MAAM,EACN,yBAAyB,EACzB,wBAAwB,EACxB,kBAAkB,EAClB,mCAAmC,EACnC,6BAA6B,EAC7B,2BAA2B,EAC3B,cAAc,EACd,2BAA2B,EAC3B,qBAAqB,EACtB,MAAM,WAAW,CAAC;AAGnB,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,yBAAyB,GAClC,0BAA0B,CAAC,MAAM,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,6BAA6B,CAAC,EACjD,6BAA6B,CAC9B,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,cAAc,EACtB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACnC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=secrets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secrets.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/secrets.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
3
|
+
import { Schedule, ServiceFabricSchedulesListOptionalParams, ServiceFabricSchedulesGetOptionalParams, ServiceFabricSchedulesGetResponse, ServiceFabricSchedulesCreateOrUpdateOptionalParams, ServiceFabricSchedulesCreateOrUpdateResponse, ServiceFabricSchedulesDeleteOptionalParams, ScheduleFragment, ServiceFabricSchedulesUpdateOptionalParams, ServiceFabricSchedulesUpdateResponse, ServiceFabricSchedulesExecuteOptionalParams } from "../models";
|
|
4
|
+
/** Interface representing a ServiceFabricSchedules. */
|
|
5
|
+
export interface ServiceFabricSchedules {
|
|
6
|
+
/**
|
|
7
|
+
* List schedules in a given service fabric.
|
|
8
|
+
* @param resourceGroupName The name of the resource group.
|
|
9
|
+
* @param labName The name of the lab.
|
|
10
|
+
* @param userName The name of the user profile.
|
|
11
|
+
* @param serviceFabricName The name of the service fabric.
|
|
12
|
+
* @param options The options parameters.
|
|
13
|
+
*/
|
|
14
|
+
list(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, options?: ServiceFabricSchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
15
|
+
/**
|
|
16
|
+
* Get schedule.
|
|
17
|
+
* @param resourceGroupName The name of the resource group.
|
|
18
|
+
* @param labName The name of the lab.
|
|
19
|
+
* @param userName The name of the user profile.
|
|
20
|
+
* @param serviceFabricName The name of the service fabric.
|
|
21
|
+
* @param name The name of the schedule.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
get(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesGetOptionalParams): Promise<ServiceFabricSchedulesGetResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Create or replace an existing schedule.
|
|
27
|
+
* @param resourceGroupName The name of the resource group.
|
|
28
|
+
* @param labName The name of the lab.
|
|
29
|
+
* @param userName The name of the user profile.
|
|
30
|
+
* @param serviceFabricName The name of the service fabric.
|
|
31
|
+
* @param name The name of the schedule.
|
|
32
|
+
* @param schedule A schedule.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
createOrUpdate(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Schedule, options?: ServiceFabricSchedulesCreateOrUpdateOptionalParams): Promise<ServiceFabricSchedulesCreateOrUpdateResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Delete schedule.
|
|
38
|
+
* @param resourceGroupName The name of the resource group.
|
|
39
|
+
* @param labName The name of the lab.
|
|
40
|
+
* @param userName The name of the user profile.
|
|
41
|
+
* @param serviceFabricName The name of the service fabric.
|
|
42
|
+
* @param name The name of the schedule.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
delete(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesDeleteOptionalParams): Promise<void>;
|
|
46
|
+
/**
|
|
47
|
+
* Allows modifying tags of schedules. All other properties will be ignored.
|
|
48
|
+
* @param resourceGroupName The name of the resource group.
|
|
49
|
+
* @param labName The name of the lab.
|
|
50
|
+
* @param userName The name of the user profile.
|
|
51
|
+
* @param serviceFabricName The name of the service fabric.
|
|
52
|
+
* @param name The name of the schedule.
|
|
53
|
+
* @param schedule A schedule.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
update(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: ScheduleFragment, options?: ServiceFabricSchedulesUpdateOptionalParams): Promise<ServiceFabricSchedulesUpdateResponse>;
|
|
57
|
+
/**
|
|
58
|
+
* Execute a schedule. This operation can take a while to complete.
|
|
59
|
+
* @param resourceGroupName The name of the resource group.
|
|
60
|
+
* @param labName The name of the lab.
|
|
61
|
+
* @param userName The name of the user profile.
|
|
62
|
+
* @param serviceFabricName The name of the service fabric.
|
|
63
|
+
* @param name The name of the schedule.
|
|
64
|
+
* @param options The options parameters.
|
|
65
|
+
*/
|
|
66
|
+
beginExecute(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
67
|
+
/**
|
|
68
|
+
* Execute a schedule. This operation can take a while to complete.
|
|
69
|
+
* @param resourceGroupName The name of the resource group.
|
|
70
|
+
* @param labName The name of the lab.
|
|
71
|
+
* @param userName The name of the user profile.
|
|
72
|
+
* @param serviceFabricName The name of the service fabric.
|
|
73
|
+
* @param name The name of the schedule.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
beginExecuteAndWait(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<void>;
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=serviceFabricSchedules.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serviceFabricSchedules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serviceFabricSchedules.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,QAAQ,EACR,wCAAwC,EACxC,uCAAuC,EACvC,iCAAiC,EACjC,kDAAkD,EAClD,4CAA4C,EAC5C,0CAA0C,EAC1C,gBAAgB,EAChB,0CAA0C,EAC1C,oCAAoC,EACpC,2CAA2C,EAC5C,MAAM,WAAW,CAAC;AAGnB,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,QAAQ,EAClB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,gBAAgB,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;OAQG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=serviceFabricSchedules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serviceFabricSchedules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serviceFabricSchedules.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
3
|
+
import { ServiceFabric, ServiceFabricsListOptionalParams, ServiceFabricsGetOptionalParams, ServiceFabricsGetResponse, ServiceFabricsCreateOrUpdateOptionalParams, ServiceFabricsCreateOrUpdateResponse, ServiceFabricsDeleteOptionalParams, ServiceFabricFragment, ServiceFabricsUpdateOptionalParams, ServiceFabricsUpdateResponse, ServiceFabricsListApplicableSchedulesOptionalParams, ServiceFabricsListApplicableSchedulesResponse, ServiceFabricsStartOptionalParams, ServiceFabricsStopOptionalParams } from "../models";
|
|
4
|
+
/** Interface representing a ServiceFabrics. */
|
|
5
|
+
export interface ServiceFabrics {
|
|
6
|
+
/**
|
|
7
|
+
* List service fabrics in a given user profile.
|
|
8
|
+
* @param resourceGroupName The name of the resource group.
|
|
9
|
+
* @param labName The name of the lab.
|
|
10
|
+
* @param userName The name of the user profile.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
list(resourceGroupName: string, labName: string, userName: string, options?: ServiceFabricsListOptionalParams): PagedAsyncIterableIterator<ServiceFabric>;
|
|
14
|
+
/**
|
|
15
|
+
* Get service fabric.
|
|
16
|
+
* @param resourceGroupName The name of the resource group.
|
|
17
|
+
* @param labName The name of the lab.
|
|
18
|
+
* @param userName The name of the user profile.
|
|
19
|
+
* @param name The name of the service fabric.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
get(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsGetOptionalParams): Promise<ServiceFabricsGetResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Create or replace an existing service fabric. This operation can take a while to complete.
|
|
25
|
+
* @param resourceGroupName The name of the resource group.
|
|
26
|
+
* @param labName The name of the lab.
|
|
27
|
+
* @param userName The name of the user profile.
|
|
28
|
+
* @param name The name of the service fabric.
|
|
29
|
+
* @param serviceFabric A Service Fabric.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabric, options?: ServiceFabricsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServiceFabricsCreateOrUpdateResponse>, ServiceFabricsCreateOrUpdateResponse>>;
|
|
33
|
+
/**
|
|
34
|
+
* Create or replace an existing service fabric. This operation can take a while to complete.
|
|
35
|
+
* @param resourceGroupName The name of the resource group.
|
|
36
|
+
* @param labName The name of the lab.
|
|
37
|
+
* @param userName The name of the user profile.
|
|
38
|
+
* @param name The name of the service fabric.
|
|
39
|
+
* @param serviceFabric A Service Fabric.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabric, options?: ServiceFabricsCreateOrUpdateOptionalParams): Promise<ServiceFabricsCreateOrUpdateResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Delete service fabric. This operation can take a while to complete.
|
|
45
|
+
* @param resourceGroupName The name of the resource group.
|
|
46
|
+
* @param labName The name of the lab.
|
|
47
|
+
* @param userName The name of the user profile.
|
|
48
|
+
* @param name The name of the service fabric.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginDelete(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
52
|
+
/**
|
|
53
|
+
* Delete service fabric. This operation can take a while to complete.
|
|
54
|
+
* @param resourceGroupName The name of the resource group.
|
|
55
|
+
* @param labName The name of the lab.
|
|
56
|
+
* @param userName The name of the user profile.
|
|
57
|
+
* @param name The name of the service fabric.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsDeleteOptionalParams): Promise<void>;
|
|
61
|
+
/**
|
|
62
|
+
* Allows modifying tags of service fabrics. All other properties will be ignored.
|
|
63
|
+
* @param resourceGroupName The name of the resource group.
|
|
64
|
+
* @param labName The name of the lab.
|
|
65
|
+
* @param userName The name of the user profile.
|
|
66
|
+
* @param name The name of the service fabric.
|
|
67
|
+
* @param serviceFabric A Service Fabric.
|
|
68
|
+
* @param options The options parameters.
|
|
69
|
+
*/
|
|
70
|
+
update(resourceGroupName: string, labName: string, userName: string, name: string, serviceFabric: ServiceFabricFragment, options?: ServiceFabricsUpdateOptionalParams): Promise<ServiceFabricsUpdateResponse>;
|
|
71
|
+
/**
|
|
72
|
+
* Lists the applicable start/stop schedules, if any.
|
|
73
|
+
* @param resourceGroupName The name of the resource group.
|
|
74
|
+
* @param labName The name of the lab.
|
|
75
|
+
* @param userName The name of the user profile.
|
|
76
|
+
* @param name The name of the service fabric.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
listApplicableSchedules(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsListApplicableSchedulesOptionalParams): Promise<ServiceFabricsListApplicableSchedulesResponse>;
|
|
80
|
+
/**
|
|
81
|
+
* Start a service fabric. This operation can take a while to complete.
|
|
82
|
+
* @param resourceGroupName The name of the resource group.
|
|
83
|
+
* @param labName The name of the lab.
|
|
84
|
+
* @param userName The name of the user profile.
|
|
85
|
+
* @param name The name of the service fabric.
|
|
86
|
+
* @param options The options parameters.
|
|
87
|
+
*/
|
|
88
|
+
beginStart(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
89
|
+
/**
|
|
90
|
+
* Start a service fabric. This operation can take a while to complete.
|
|
91
|
+
* @param resourceGroupName The name of the resource group.
|
|
92
|
+
* @param labName The name of the lab.
|
|
93
|
+
* @param userName The name of the user profile.
|
|
94
|
+
* @param name The name of the service fabric.
|
|
95
|
+
* @param options The options parameters.
|
|
96
|
+
*/
|
|
97
|
+
beginStartAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStartOptionalParams): Promise<void>;
|
|
98
|
+
/**
|
|
99
|
+
* Stop a service fabric This operation can take a while to complete.
|
|
100
|
+
* @param resourceGroupName The name of the resource group.
|
|
101
|
+
* @param labName The name of the lab.
|
|
102
|
+
* @param userName The name of the user profile.
|
|
103
|
+
* @param name The name of the service fabric.
|
|
104
|
+
* @param options The options parameters.
|
|
105
|
+
*/
|
|
106
|
+
beginStop(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
107
|
+
/**
|
|
108
|
+
* Stop a service fabric This operation can take a while to complete.
|
|
109
|
+
* @param resourceGroupName The name of the resource group.
|
|
110
|
+
* @param labName The name of the lab.
|
|
111
|
+
* @param userName The name of the user profile.
|
|
112
|
+
* @param name The name of the service fabric.
|
|
113
|
+
* @param options The options parameters.
|
|
114
|
+
*/
|
|
115
|
+
beginStopAndWait(resourceGroupName: string, labName: string, userName: string, name: string, options?: ServiceFabricsStopOptionalParams): Promise<void>;
|
|
116
|
+
}
|
|
117
|
+
//# sourceMappingURL=serviceFabrics.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serviceFabrics.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serviceFabrics.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,aAAa,EACb,gCAAgC,EAChC,+BAA+B,EAC/B,yBAAyB,EACzB,0CAA0C,EAC1C,oCAAoC,EACpC,kCAAkC,EAClC,qBAAqB,EACrB,kCAAkC,EAClC,4BAA4B,EAC5B,mDAAmD,EACnD,6CAA6C,EAC7C,iCAAiC,EACjC,gCAAgC,EACjC,MAAM,WAAW,CAAC;AAGnB,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,oCAAoC,CAAC,EACxD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,aAAa,EAAE,qBAAqB,EACpC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;OAOG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;;;OAOG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;;OAOG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;;OAOG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=serviceFabrics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serviceFabrics.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serviceFabrics.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ServiceRunnersGetOptionalParams, ServiceRunnersGetResponse, ServiceRunner, ServiceRunnersCreateOrUpdateOptionalParams, ServiceRunnersCreateOrUpdateResponse, ServiceRunnersDeleteOptionalParams } from "../models";
|
|
2
|
+
/** Interface representing a ServiceRunners. */
|
|
3
|
+
export interface ServiceRunners {
|
|
4
|
+
/**
|
|
5
|
+
* Get service runner.
|
|
6
|
+
* @param resourceGroupName The name of the resource group.
|
|
7
|
+
* @param labName The name of the lab.
|
|
8
|
+
* @param name The name of the service runner.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
get(resourceGroupName: string, labName: string, name: string, options?: ServiceRunnersGetOptionalParams): Promise<ServiceRunnersGetResponse>;
|
|
12
|
+
/**
|
|
13
|
+
* Create or replace an existing service runner.
|
|
14
|
+
* @param resourceGroupName The name of the resource group.
|
|
15
|
+
* @param labName The name of the lab.
|
|
16
|
+
* @param name The name of the service runner.
|
|
17
|
+
* @param serviceRunner A container for a managed identity to execute DevTest lab services.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
createOrUpdate(resourceGroupName: string, labName: string, name: string, serviceRunner: ServiceRunner, options?: ServiceRunnersCreateOrUpdateOptionalParams): Promise<ServiceRunnersCreateOrUpdateResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Delete service runner.
|
|
23
|
+
* @param resourceGroupName The name of the resource group.
|
|
24
|
+
* @param labName The name of the lab.
|
|
25
|
+
* @param name The name of the service runner.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
delete(resourceGroupName: string, labName: string, name: string, options?: ServiceRunnersDeleteOptionalParams): Promise<void>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=serviceRunners.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serviceRunners.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serviceRunners.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,EACzB,aAAa,EACb,0CAA0C,EAC1C,oCAAoC,EACpC,kCAAkC,EACnC,MAAM,WAAW,CAAC;AAEnB,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=serviceRunners.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serviceRunners.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serviceRunners.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
3
|
+
import { User, UsersListOptionalParams, UsersGetOptionalParams, UsersGetResponse, UsersCreateOrUpdateOptionalParams, UsersCreateOrUpdateResponse, UsersDeleteOptionalParams, UserFragment, UsersUpdateOptionalParams, UsersUpdateResponse } from "../models";
|
|
4
|
+
/** Interface representing a Users. */
|
|
5
|
+
export interface Users {
|
|
6
|
+
/**
|
|
7
|
+
* List user profiles in a given lab.
|
|
8
|
+
* @param resourceGroupName The name of the resource group.
|
|
9
|
+
* @param labName The name of the lab.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
list(resourceGroupName: string, labName: string, options?: UsersListOptionalParams): PagedAsyncIterableIterator<User>;
|
|
13
|
+
/**
|
|
14
|
+
* Get user profile.
|
|
15
|
+
* @param resourceGroupName The name of the resource group.
|
|
16
|
+
* @param labName The name of the lab.
|
|
17
|
+
* @param name The name of the user profile.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
get(resourceGroupName: string, labName: string, name: string, options?: UsersGetOptionalParams): Promise<UsersGetResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Create or replace an existing user profile. This operation can take a while to complete.
|
|
23
|
+
* @param resourceGroupName The name of the resource group.
|
|
24
|
+
* @param labName The name of the lab.
|
|
25
|
+
* @param name The name of the user profile.
|
|
26
|
+
* @param user Profile of a lab user.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, name: string, user: User, options?: UsersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<UsersCreateOrUpdateResponse>, UsersCreateOrUpdateResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Create or replace an existing user profile. This operation can take a while to complete.
|
|
32
|
+
* @param resourceGroupName The name of the resource group.
|
|
33
|
+
* @param labName The name of the lab.
|
|
34
|
+
* @param name The name of the user profile.
|
|
35
|
+
* @param user Profile of a lab user.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, name: string, user: User, options?: UsersCreateOrUpdateOptionalParams): Promise<UsersCreateOrUpdateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Delete user profile. This operation can take a while to complete.
|
|
41
|
+
* @param resourceGroupName The name of the resource group.
|
|
42
|
+
* @param labName The name of the lab.
|
|
43
|
+
* @param name The name of the user profile.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginDelete(resourceGroupName: string, labName: string, name: string, options?: UsersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
47
|
+
/**
|
|
48
|
+
* Delete user profile. This operation can take a while to complete.
|
|
49
|
+
* @param resourceGroupName The name of the resource group.
|
|
50
|
+
* @param labName The name of the lab.
|
|
51
|
+
* @param name The name of the user profile.
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, name: string, options?: UsersDeleteOptionalParams): Promise<void>;
|
|
55
|
+
/**
|
|
56
|
+
* Allows modifying tags of user profiles. All other properties will be ignored.
|
|
57
|
+
* @param resourceGroupName The name of the resource group.
|
|
58
|
+
* @param labName The name of the lab.
|
|
59
|
+
* @param name The name of the user profile.
|
|
60
|
+
* @param user Profile of a lab user.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
update(resourceGroupName: string, labName: string, name: string, user: UserFragment, options?: UsersUpdateOptionalParams): Promise<UsersUpdateResponse>;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=users.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/users.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,IAAI,EACJ,uBAAuB,EACvB,sBAAsB,EACtB,gBAAgB,EAChB,iCAAiC,EACjC,2BAA2B,EAC3B,yBAAyB,EACzB,YAAY,EACZ,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,WAAW,CAAC;AAGnB,sCAAsC;AACtC,MAAM,WAAW,KAAK;IACpB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,uBAAuB,GAChC,0BAA0B,CAAC,IAAI,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,IAAI,EACV,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,2BAA2B,CAAC,EAC/C,2BAA2B,CAC5B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,IAAI,EACV,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,YAAY,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACjC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=users.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/users.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
3
|
+
import { Schedule, VirtualMachineSchedulesListOptionalParams, VirtualMachineSchedulesGetOptionalParams, VirtualMachineSchedulesGetResponse, VirtualMachineSchedulesCreateOrUpdateOptionalParams, VirtualMachineSchedulesCreateOrUpdateResponse, VirtualMachineSchedulesDeleteOptionalParams, ScheduleFragment, VirtualMachineSchedulesUpdateOptionalParams, VirtualMachineSchedulesUpdateResponse, VirtualMachineSchedulesExecuteOptionalParams } from "../models";
|
|
4
|
+
/** Interface representing a VirtualMachineSchedules. */
|
|
5
|
+
export interface VirtualMachineSchedules {
|
|
6
|
+
/**
|
|
7
|
+
* List schedules in a given virtual machine.
|
|
8
|
+
* @param resourceGroupName The name of the resource group.
|
|
9
|
+
* @param labName The name of the lab.
|
|
10
|
+
* @param virtualMachineName The name of the virtual machine.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
list(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachineSchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
|
14
|
+
/**
|
|
15
|
+
* Get schedule.
|
|
16
|
+
* @param resourceGroupName The name of the resource group.
|
|
17
|
+
* @param labName The name of the lab.
|
|
18
|
+
* @param virtualMachineName The name of the virtual machine.
|
|
19
|
+
* @param name The name of the schedule.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
get(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: VirtualMachineSchedulesGetOptionalParams): Promise<VirtualMachineSchedulesGetResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Create or replace an existing schedule.
|
|
25
|
+
* @param resourceGroupName The name of the resource group.
|
|
26
|
+
* @param labName The name of the lab.
|
|
27
|
+
* @param virtualMachineName The name of the virtual machine.
|
|
28
|
+
* @param name The name of the schedule.
|
|
29
|
+
* @param schedule A schedule.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
createOrUpdate(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: Schedule, options?: VirtualMachineSchedulesCreateOrUpdateOptionalParams): Promise<VirtualMachineSchedulesCreateOrUpdateResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* Delete schedule.
|
|
35
|
+
* @param resourceGroupName The name of the resource group.
|
|
36
|
+
* @param labName The name of the lab.
|
|
37
|
+
* @param virtualMachineName The name of the virtual machine.
|
|
38
|
+
* @param name The name of the schedule.
|
|
39
|
+
* @param options The options parameters.
|
|
40
|
+
*/
|
|
41
|
+
delete(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: VirtualMachineSchedulesDeleteOptionalParams): Promise<void>;
|
|
42
|
+
/**
|
|
43
|
+
* Allows modifying tags of schedules. All other properties will be ignored.
|
|
44
|
+
* @param resourceGroupName The name of the resource group.
|
|
45
|
+
* @param labName The name of the lab.
|
|
46
|
+
* @param virtualMachineName The name of the virtual machine.
|
|
47
|
+
* @param name The name of the schedule.
|
|
48
|
+
* @param schedule A schedule.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
update(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, schedule: ScheduleFragment, options?: VirtualMachineSchedulesUpdateOptionalParams): Promise<VirtualMachineSchedulesUpdateResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* Execute a schedule. This operation can take a while to complete.
|
|
54
|
+
* @param resourceGroupName The name of the resource group.
|
|
55
|
+
* @param labName The name of the lab.
|
|
56
|
+
* @param virtualMachineName The name of the virtual machine.
|
|
57
|
+
* @param name The name of the schedule.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
beginExecute(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: VirtualMachineSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
61
|
+
/**
|
|
62
|
+
* Execute a schedule. This operation can take a while to complete.
|
|
63
|
+
* @param resourceGroupName The name of the resource group.
|
|
64
|
+
* @param labName The name of the lab.
|
|
65
|
+
* @param virtualMachineName The name of the virtual machine.
|
|
66
|
+
* @param name The name of the schedule.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
beginExecuteAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, name: string, options?: VirtualMachineSchedulesExecuteOptionalParams): Promise<void>;
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=virtualMachineSchedules.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtualMachineSchedules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualMachineSchedules.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,QAAQ,EACR,yCAAyC,EACzC,wCAAwC,EACxC,kCAAkC,EAClC,mDAAmD,EACnD,6CAA6C,EAC7C,2CAA2C,EAC3C,gBAAgB,EAChB,2CAA2C,EAC3C,qCAAqC,EACrC,4CAA4C,EAC7C,MAAM,WAAW,CAAC;AAGnB,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;IAC/C;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,QAAQ,EAClB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,gBAAgB,EAC1B,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=virtualMachineSchedules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtualMachineSchedules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualMachineSchedules.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|