@azure/arm-labservices 3.1.1-alpha.20250211.1 → 3.1.1-alpha.20250213.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/README.md +20 -14
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/labServicesClient.d.ts +2 -2
- package/dist/browser/labServicesClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/labServicesClient.js +15 -18
- package/dist/browser/labServicesClient.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/images.d.ts +3 -3
- package/dist/browser/operations/images.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/images.js +3 -3
- package/dist/browser/operations/images.js.map +1 -0
- package/dist/browser/operations/index.d.ts +11 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +18 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/labPlans.d.ts +3 -3
- package/dist/browser/operations/labPlans.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/labPlans.js +137 -153
- package/dist/browser/operations/labPlans.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/labs.d.ts +3 -3
- package/dist/browser/operations/labs.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/labs.js +170 -190
- package/dist/browser/operations/labs.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationResults.d.ts +3 -3
- package/dist/browser/operations/operationResults.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationResults.js +2 -2
- package/dist/browser/operations/operationResults.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/schedules.d.ts +3 -3
- package/dist/browser/operations/schedules.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/schedules.js +38 -42
- package/dist/browser/operations/schedules.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skus.d.ts +3 -3
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skus.js +3 -3
- package/dist/browser/operations/skus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.d.ts +3 -3
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usages.js +3 -3
- package/dist/browser/operations/usages.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/users.d.ts +3 -3
- package/dist/browser/operations/users.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/users.js +137 -153
- package/dist/browser/operations/users.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualMachines.d.ts +3 -3
- package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/virtualMachines.js +170 -190
- package/dist/browser/operations/virtualMachines.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/images.d.ts +1 -1
- package/dist/browser/operationsInterfaces/images.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/images.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +11 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +18 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/labPlans.d.ts +1 -1
- package/dist/browser/operationsInterfaces/labPlans.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/labPlans.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/labs.d.ts +1 -1
- package/dist/browser/operationsInterfaces/labs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/labs.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/schedules.d.ts +1 -1
- package/dist/browser/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/schedules.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/users.d.ts +1 -1
- package/dist/browser/operationsInterfaces/users.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/users.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.d.ts +1 -1
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/labServicesClient.d.ts +29 -0
- package/dist/commonjs/labServicesClient.d.ts.map +1 -0
- package/dist/commonjs/labServicesClient.js +111 -0
- package/dist/commonjs/labServicesClient.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-labservices.d.ts → dist/commonjs/models/index.d.ts} +1655 -2466
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +77 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +68 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2731 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +31 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +273 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/images.d.ts +70 -0
- package/dist/commonjs/operations/images.d.ts.map +1 -0
- package/dist/commonjs/operations/images.js +262 -0
- package/dist/commonjs/operations/images.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +11 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +21 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/labPlans.d.ts +134 -0
- package/dist/commonjs/operations/labPlans.d.ts.map +1 -0
- package/dist/commonjs/operations/labPlans.js +611 -0
- package/dist/commonjs/operations/labPlans.js.map +1 -0
- package/dist/commonjs/operations/labs.d.ts +146 -0
- package/dist/commonjs/operations/labs.d.ts.map +1 -0
- package/dist/commonjs/operations/labs.js +677 -0
- package/dist/commonjs/operations/labs.js.map +1 -0
- package/dist/commonjs/operations/operationResults.d.ts +19 -0
- package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/operationResults.js +57 -0
- package/dist/commonjs/operations/operationResults.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/schedules.d.ts +94 -0
- package/dist/commonjs/operations/schedules.d.ts.map +1 -0
- package/dist/commonjs/operations/schedules.js +347 -0
- package/dist/commonjs/operations/schedules.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +32 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +141 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +35 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +149 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operations/users.d.ts +138 -0
- package/dist/commonjs/operations/users.d.ts.map +1 -0
- package/dist/commonjs/operations/users.js +529 -0
- package/dist/commonjs/operations/users.js.map +1 -0
- package/dist/commonjs/operations/virtualMachines.d.ts +158 -0
- package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachines.js +586 -0
- package/dist/commonjs/operations/virtualMachines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/images.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/images.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/images.js +10 -0
- package/dist/commonjs/operationsInterfaces/images.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +21 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/labPlans.d.ts +98 -0
- package/dist/commonjs/operationsInterfaces/labPlans.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/labPlans.js +10 -0
- package/dist/commonjs/operationsInterfaces/labPlans.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/labs.d.ts +110 -0
- package/dist/commonjs/operationsInterfaces/labs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/labs.js +10 -0
- package/dist/commonjs/operationsInterfaces/labs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/schedules.d.ts +67 -0
- package/dist/commonjs/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/schedules.js +10 -0
- package/dist/commonjs/operationsInterfaces/schedules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/users.d.ts +111 -0
- package/dist/commonjs/operationsInterfaces/users.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/users.js +10 -0
- package/dist/commonjs/operationsInterfaces/users.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +131 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/labServicesClient.d.ts +29 -0
- package/dist/esm/labServicesClient.d.ts.map +1 -0
- package/dist/esm/labServicesClient.js +106 -0
- package/dist/esm/labServicesClient.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1655 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +74 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +68 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2727 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +31 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +270 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/images.d.ts +70 -0
- package/dist/esm/operations/images.d.ts.map +1 -0
- package/dist/esm/operations/images.js +258 -0
- package/dist/esm/operations/images.js.map +1 -0
- package/dist/esm/operations/index.d.ts +11 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +18 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/labPlans.d.ts +134 -0
- package/dist/esm/operations/labPlans.d.ts.map +1 -0
- package/dist/esm/operations/labPlans.js +607 -0
- package/dist/esm/operations/labPlans.js.map +1 -0
- package/dist/esm/operations/labs.d.ts +146 -0
- package/dist/esm/operations/labs.d.ts.map +1 -0
- package/dist/esm/operations/labs.js +673 -0
- package/dist/esm/operations/labs.js.map +1 -0
- package/dist/esm/operations/operationResults.d.ts +19 -0
- package/dist/esm/operations/operationResults.d.ts.map +1 -0
- package/dist/esm/operations/operationResults.js +52 -0
- package/dist/esm/operations/operationResults.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/schedules.d.ts +94 -0
- package/dist/esm/operations/schedules.d.ts.map +1 -0
- package/dist/esm/operations/schedules.js +343 -0
- package/dist/esm/operations/schedules.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +32 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +137 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +35 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +145 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operations/users.d.ts +138 -0
- package/dist/esm/operations/users.d.ts.map +1 -0
- package/dist/esm/operations/users.js +525 -0
- package/dist/esm/operations/users.js.map +1 -0
- package/dist/esm/operations/virtualMachines.d.ts +158 -0
- package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachines.js +582 -0
- package/dist/esm/operations/virtualMachines.js.map +1 -0
- package/dist/esm/operationsInterfaces/images.d.ts +43 -0
- package/dist/esm/operationsInterfaces/images.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/images.js +9 -0
- package/dist/esm/operationsInterfaces/images.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +11 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +18 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/labPlans.d.ts +98 -0
- package/dist/esm/operationsInterfaces/labPlans.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/labPlans.js +9 -0
- package/dist/esm/operationsInterfaces/labPlans.js.map +1 -0
- package/dist/esm/operationsInterfaces/labs.d.ts +110 -0
- package/dist/esm/operationsInterfaces/labs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/labs.js +9 -0
- package/dist/esm/operationsInterfaces/labs.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.js +9 -0
- package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/schedules.d.ts +67 -0
- package/dist/esm/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/schedules.js +9 -0
- package/dist/esm/operationsInterfaces/schedules.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/users.d.ts +111 -0
- package/dist/esm/operationsInterfaces/users.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/users.js +9 -0
- package/dist/esm/operationsInterfaces/users.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts +131 -0
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/labServicesClient.d.ts +29 -0
- package/dist/react-native/labServicesClient.d.ts.map +1 -0
- package/dist/react-native/labServicesClient.js +106 -0
- package/dist/react-native/labServicesClient.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1655 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +74 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +68 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2727 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +31 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +270 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/images.d.ts +70 -0
- package/dist/react-native/operations/images.d.ts.map +1 -0
- package/dist/react-native/operations/images.js +258 -0
- package/dist/react-native/operations/images.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +11 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +18 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/labPlans.d.ts +134 -0
- package/dist/react-native/operations/labPlans.d.ts.map +1 -0
- package/dist/react-native/operations/labPlans.js +607 -0
- package/dist/react-native/operations/labPlans.js.map +1 -0
- package/dist/react-native/operations/labs.d.ts +146 -0
- package/dist/react-native/operations/labs.d.ts.map +1 -0
- package/dist/react-native/operations/labs.js +673 -0
- package/dist/react-native/operations/labs.js.map +1 -0
- package/dist/react-native/operations/operationResults.d.ts +19 -0
- package/dist/react-native/operations/operationResults.d.ts.map +1 -0
- package/dist/react-native/operations/operationResults.js +52 -0
- package/dist/react-native/operations/operationResults.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/schedules.d.ts +94 -0
- package/dist/react-native/operations/schedules.d.ts.map +1 -0
- package/dist/react-native/operations/schedules.js +343 -0
- package/dist/react-native/operations/schedules.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +32 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +137 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +35 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +145 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operations/users.d.ts +138 -0
- package/dist/react-native/operations/users.d.ts.map +1 -0
- package/dist/react-native/operations/users.js +525 -0
- package/dist/react-native/operations/users.js.map +1 -0
- package/dist/react-native/operations/virtualMachines.d.ts +158 -0
- package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachines.js +582 -0
- package/dist/react-native/operations/virtualMachines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/images.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/images.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/images.js +9 -0
- package/dist/react-native/operationsInterfaces/images.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +18 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/labPlans.d.ts +98 -0
- package/dist/react-native/operationsInterfaces/labPlans.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/labPlans.js +9 -0
- package/dist/react-native/operationsInterfaces/labPlans.js.map +1 -0
- package/dist/react-native/operationsInterfaces/labs.d.ts +110 -0
- package/dist/react-native/operationsInterfaces/labs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/labs.js +9 -0
- package/dist/react-native/operationsInterfaces/labs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/schedules.d.ts +67 -0
- package/dist/react-native/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/schedules.js +9 -0
- package/dist/react-native/operationsInterfaces/schedules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/users.d.ts +111 -0
- package/dist/react-native/operationsInterfaces/users.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/users.js +9 -0
- package/dist/react-native/operationsInterfaces/users.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +131 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -6810
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/imagesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/imagesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imagesCreateOrUpdateSample.js +0 -31
- package/dist-esm/samples-dev/imagesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/imagesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/imagesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imagesGetSample.js +0 -37
- package/dist-esm/samples-dev/imagesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/imagesListByLabPlanSample.d.ts +0 -2
- package/dist-esm/samples-dev/imagesListByLabPlanSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imagesListByLabPlanSample.js +0 -52
- package/dist-esm/samples-dev/imagesListByLabPlanSample.js.map +0 -1
- package/dist-esm/samples-dev/imagesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/imagesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/imagesUpdateSample.js +0 -31
- package/dist-esm/samples-dev/imagesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/labPlansDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/labPlansDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labPlansDeleteSample.js +0 -36
- package/dist-esm/samples-dev/labPlansDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/labPlansGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/labPlansGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labPlansGetSample.js +0 -36
- package/dist-esm/samples-dev/labPlansGetSample.js.map +0 -1
- package/dist-esm/samples-dev/labPlansListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/labPlansListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/labPlansListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/labPlansListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/labPlansSaveImageSample.d.ts +0 -2
- package/dist-esm/samples-dev/labPlansSaveImageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labPlansSaveImageSample.js +0 -33
- package/dist-esm/samples-dev/labPlansSaveImageSample.js.map +0 -1
- package/dist-esm/samples-dev/labPlansUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/labPlansUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labPlansUpdateSample.js +0 -37
- package/dist-esm/samples-dev/labPlansUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/labsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labsCreateOrUpdateSample.js +0 -68
- package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/labsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/labsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/labsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/labsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/labsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labsGetSample.js +0 -36
- package/dist-esm/samples-dev/labsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/labsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/labsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labsListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/labsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/labsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/labsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labsListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/labsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/labsPublishSample.d.ts +0 -2
- package/dist-esm/samples-dev/labsPublishSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labsPublishSample.js +0 -36
- package/dist-esm/samples-dev/labsPublishSample.js.map +0 -1
- package/dist-esm/samples-dev/labsSyncGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/labsSyncGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labsSyncGroupSample.js +0 -36
- package/dist-esm/samples-dev/labsSyncGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/labsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/labsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/labsUpdateSample.js +0 -30
- package/dist-esm/samples-dev/labsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.js +0 -35
- package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/schedulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/schedulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schedulesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/schedulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/schedulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/schedulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schedulesGetSample.js +0 -37
- package/dist-esm/samples-dev/schedulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/schedulesListByLabSample.d.ts +0 -2
- package/dist-esm/samples-dev/schedulesListByLabSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schedulesListByLabSample.js +0 -52
- package/dist-esm/samples-dev/schedulesListByLabSample.js.map +0 -1
- package/dist-esm/samples-dev/schedulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/schedulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schedulesUpdateSample.js +0 -37
- package/dist-esm/samples-dev/schedulesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/skusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/skusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skusListSample.js +0 -50
- package/dist-esm/samples-dev/skusListSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/usagesListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/usersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/usersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usersCreateOrUpdateSample.js +0 -34
- package/dist-esm/samples-dev/usersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/usersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/usersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usersDeleteSample.js +0 -37
- package/dist-esm/samples-dev/usersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/usersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/usersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usersGetSample.js +0 -37
- package/dist-esm/samples-dev/usersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/usersInviteSample.d.ts +0 -2
- package/dist-esm/samples-dev/usersInviteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usersInviteSample.js +0 -31
- package/dist-esm/samples-dev/usersInviteSample.js.map +0 -1
- package/dist-esm/samples-dev/usersListByLabSample.d.ts +0 -2
- package/dist-esm/samples-dev/usersListByLabSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usersListByLabSample.js +0 -52
- package/dist-esm/samples-dev/usersListByLabSample.js.map +0 -1
- package/dist-esm/samples-dev/usersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/usersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usersUpdateSample.js +0 -31
- package/dist-esm/samples-dev/usersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetSample.js +0 -37
- package/dist-esm/samples-dev/virtualMachinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByLabSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListByLabSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListByLabSample.js +0 -52
- package/dist-esm/samples-dev/virtualMachinesListByLabSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRedeploySample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesRedeploySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRedeploySample.js +0 -37
- package/dist-esm/samples-dev/virtualMachinesRedeploySample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesReimageSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesReimageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesReimageSample.js +0 -37
- package/dist-esm/samples-dev/virtualMachinesReimageSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.js +0 -34
- package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.js +0 -37
- package/dist-esm/samples-dev/virtualMachinesStartSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.js +0 -37
- package/dist-esm/samples-dev/virtualMachinesStopSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/labServicesClient.d.ts.map +0 -1
- package/dist-esm/src/labServicesClient.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/images.d.ts.map +0 -1
- package/dist-esm/src/operations/images.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/labPlans.d.ts.map +0 -1
- package/dist-esm/src/operations/labPlans.js.map +0 -1
- package/dist-esm/src/operations/labs.d.ts.map +0 -1
- package/dist-esm/src/operations/labs.js.map +0 -1
- package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operations/operationResults.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/schedules.d.ts.map +0 -1
- package/dist-esm/src/operations/schedules.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operations/users.d.ts.map +0 -1
- package/dist-esm/src/operations/users.js.map +0 -1
- package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/images.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/images.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/labPlans.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/labPlans.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/labs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/labs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/schedules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/users.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/users.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/labServicesClient.ts +0 -180
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1881
- package/src/models/mappers.ts +0 -2930
- package/src/models/parameters.ts +0 -318
- package/src/operations/images.ts +0 -349
- package/src/operations/index.ts +0 -18
- package/src/operations/labPlans.ts +0 -836
- package/src/operations/labs.ts +0 -923
- package/src/operations/operationResults.ts +0 -70
- package/src/operations/operations.ts +0 -149
- package/src/operations/schedules.ts +0 -466
- package/src/operations/skus.ts +0 -151
- package/src/operations/usages.ts +0 -174
- package/src/operations/users.ts +0 -761
- package/src/operations/virtualMachines.ts +0 -842
- package/src/operationsInterfaces/images.ts +0 -83
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/labPlans.ts +0 -178
- package/src/operationsInterfaces/labs.ts +0 -193
- package/src/operationsInterfaces/operationResults.ts +0 -25
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/schedules.ts +0 -118
- package/src/operationsInterfaces/skus.ts +0 -22
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/operationsInterfaces/users.ts +0 -195
- package/src/operationsInterfaces/virtualMachines.ts +0 -212
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/images.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/labPlans.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/labs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/schedules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/users.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"virtualMachines.js","sourceRoot":"","sources":["../../../src/operations/virtualMachines.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { VirtualMachines } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { LabServicesClient } from \"../labServicesClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n VirtualMachine,\n VirtualMachinesListByLabNextOptionalParams,\n VirtualMachinesListByLabOptionalParams,\n VirtualMachinesListByLabResponse,\n VirtualMachinesGetOptionalParams,\n VirtualMachinesGetResponse,\n VirtualMachinesStartOptionalParams,\n VirtualMachinesStopOptionalParams,\n VirtualMachinesReimageOptionalParams,\n VirtualMachinesRedeployOptionalParams,\n ResetPasswordBody,\n VirtualMachinesResetPasswordOptionalParams,\n VirtualMachinesListByLabNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing VirtualMachines operations. */\nexport class VirtualMachinesImpl implements VirtualMachines {\n private readonly client: LabServicesClient;\n\n /**\n * Initialize a new instance of the class VirtualMachines class.\n * @param client Reference to the service client\n */\n constructor(client: LabServicesClient) {\n this.client = client;\n }\n\n /**\n * Returns a list of all virtual machines for a lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n public listByLab(\n resourceGroupName: string,\n labName: string,\n options?: VirtualMachinesListByLabOptionalParams\n ): PagedAsyncIterableIterator<VirtualMachine> {\n const iter = this.listByLabPagingAll(resourceGroupName, labName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByLabPagingPage(\n resourceGroupName,\n labName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByLabPagingPage(\n resourceGroupName: string,\n labName: string,\n options?: VirtualMachinesListByLabOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<VirtualMachine[]> {\n let result: VirtualMachinesListByLabResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByLab(resourceGroupName, labName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByLabNext(\n resourceGroupName,\n labName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByLabPagingAll(\n resourceGroupName: string,\n labName: string,\n options?: VirtualMachinesListByLabOptionalParams\n ): AsyncIterableIterator<VirtualMachine> {\n for await (const page of this.listByLabPagingPage(\n resourceGroupName,\n labName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Returns a list of all virtual machines for a lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n private _listByLab(\n resourceGroupName: string,\n labName: string,\n options?: VirtualMachinesListByLabOptionalParams\n ): Promise<VirtualMachinesListByLabResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, options },\n listByLabOperationSpec\n );\n }\n\n /**\n * Returns the properties for a lab virtual machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesGetOptionalParams\n ): Promise<VirtualMachinesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, virtualMachineName, options },\n getOperationSpec\n );\n }\n\n /**\n * Action to start a lab virtual machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n async beginStart(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStartOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, virtualMachineName, options },\n startOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Action to start a lab virtual machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n async beginStartAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStartOptionalParams\n ): Promise<void> {\n const poller = await this.beginStart(\n resourceGroupName,\n labName,\n virtualMachineName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Action to stop a lab virtual machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n async beginStop(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStopOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, virtualMachineName, options },\n stopOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Action to stop a lab virtual machine.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n async beginStopAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStopOptionalParams\n ): Promise<void> {\n const poller = await this.beginStop(\n resourceGroupName,\n labName,\n virtualMachineName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest\n * published snapshot of the reference environment of the lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n async beginReimage(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesReimageOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, virtualMachineName, options },\n reimageOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest\n * published snapshot of the reference environment of the lab.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n async beginReimageAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesReimageOptionalParams\n ): Promise<void> {\n const poller = await this.beginReimage(\n resourceGroupName,\n labName,\n virtualMachineName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting\n * connectivity.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n async beginRedeploy(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesRedeployOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, virtualMachineName, options },\n redeployOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting\n * connectivity.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param options The options parameters.\n */\n async beginRedeployAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesRedeployOptionalParams\n ): Promise<void> {\n const poller = await this.beginRedeploy(\n resourceGroupName,\n labName,\n virtualMachineName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Resets a lab virtual machine password.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n async beginResetPassword(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n body: ResetPasswordBody,\n options?: VirtualMachinesResetPasswordOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, labName, virtualMachineName, body, options },\n resetPasswordOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Resets a lab virtual machine password.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the\n * containing lab. Used in resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n async beginResetPasswordAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n body: ResetPasswordBody,\n options?: VirtualMachinesResetPasswordOptionalParams\n ): Promise<void> {\n const poller = await this.beginResetPassword(\n resourceGroupName,\n labName,\n virtualMachineName,\n body,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * ListByLabNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param nextLink The nextLink from the previous successful call to the ListByLab method.\n * @param options The options parameters.\n */\n private _listByLabNext(\n resourceGroupName: string,\n labName: string,\n nextLink: string,\n options?: VirtualMachinesListByLabNextOptionalParams\n ): Promise<VirtualMachinesListByLabNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, labName, nextLink, options },\n listByLabNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByLabOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PagedVirtualMachines\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualMachine\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst startOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}/start\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst stopOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}/stop\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst reimageOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}/reimage\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst redeployOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}/redeploy\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst resetPasswordOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/virtualMachines/{virtualMachineName}/resetPassword\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.body12,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.labName,\n Parameters.virtualMachineName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listByLabNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PagedVirtualMachines\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.labName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { Image, ImagesListByLabPlanOptionalParams, ImagesGetOptionalParams, ImagesGetResponse, ImagesCreateOrUpdateOptionalParams, ImagesCreateOrUpdateResponse, ImageUpdate, ImagesUpdateOptionalParams, ImagesUpdateResponse } from "../models/index.js";
|
3
|
+
/** Interface representing a Images. */
|
4
|
+
export interface Images {
|
5
|
+
/**
|
6
|
+
* Gets all images from galleries attached to a lab plan.
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
8
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
9
|
+
* group. Used in resource URIs and in UI.
|
10
|
+
* @param options The options parameters.
|
11
|
+
*/
|
12
|
+
listByLabPlan(resourceGroupName: string, labPlanName: string, options?: ImagesListByLabPlanOptionalParams): PagedAsyncIterableIterator<Image>;
|
13
|
+
/**
|
14
|
+
* Gets an image resource.
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
16
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
17
|
+
* group. Used in resource URIs and in UI.
|
18
|
+
* @param imageName The image name.
|
19
|
+
* @param options The options parameters.
|
20
|
+
*/
|
21
|
+
get(resourceGroupName: string, labPlanName: string, imageName: string, options?: ImagesGetOptionalParams): Promise<ImagesGetResponse>;
|
22
|
+
/**
|
23
|
+
* Updates an image resource via PUT. Creating new resources via PUT will not function.
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
25
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
26
|
+
* group. Used in resource URIs and in UI.
|
27
|
+
* @param imageName The image name.
|
28
|
+
* @param body The request body.
|
29
|
+
* @param options The options parameters.
|
30
|
+
*/
|
31
|
+
createOrUpdate(resourceGroupName: string, labPlanName: string, imageName: string, body: Image, options?: ImagesCreateOrUpdateOptionalParams): Promise<ImagesCreateOrUpdateResponse>;
|
32
|
+
/**
|
33
|
+
* Updates an image resource.
|
34
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
35
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
36
|
+
* group. Used in resource URIs and in UI.
|
37
|
+
* @param imageName The image name.
|
38
|
+
* @param body The request body.
|
39
|
+
* @param options The options parameters.
|
40
|
+
*/
|
41
|
+
update(resourceGroupName: string, labPlanName: string, imageName: string, body: ImageUpdate, options?: ImagesUpdateOptionalParams): Promise<ImagesUpdateResponse>;
|
42
|
+
}
|
43
|
+
//# sourceMappingURL=images.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"images.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/images.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,KAAK,EACL,iCAAiC,EACjC,uBAAuB,EACvB,iBAAiB,EACjB,kCAAkC,EAClC,4BAA4B,EAC5B,WAAW,EACX,0BAA0B,EAC1B,oBAAoB,EACrB,MAAM,oBAAoB,CAAC;AAG5B,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;;;OAMG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,KAAK,CAAC,CAAC;IACrC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAC9B;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,KAAK,EACX,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,WAAW,EACjB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;CAClC"}
|
@@ -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=images.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"images.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/images.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Image,\n ImagesListByLabPlanOptionalParams,\n ImagesGetOptionalParams,\n ImagesGetResponse,\n ImagesCreateOrUpdateOptionalParams,\n ImagesCreateOrUpdateResponse,\n ImageUpdate,\n ImagesUpdateOptionalParams,\n ImagesUpdateResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Images. */\nexport interface Images {\n /**\n * Gets all images from galleries attached to a lab plan.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param options The options parameters.\n */\n listByLabPlan(\n resourceGroupName: string,\n labPlanName: string,\n options?: ImagesListByLabPlanOptionalParams\n ): PagedAsyncIterableIterator<Image>;\n /**\n * Gets an image resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param imageName The image name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labPlanName: string,\n imageName: string,\n options?: ImagesGetOptionalParams\n ): Promise<ImagesGetResponse>;\n /**\n * Updates an image resource via PUT. Creating new resources via PUT will not function.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param imageName The image name.\n * @param body The request body.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labPlanName: string,\n imageName: string,\n body: Image,\n options?: ImagesCreateOrUpdateOptionalParams\n ): Promise<ImagesCreateOrUpdateResponse>;\n /**\n * Updates an image resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param imageName The image name.\n * @param body The request body.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labPlanName: string,\n imageName: string,\n body: ImageUpdate,\n options?: ImagesUpdateOptionalParams\n ): Promise<ImagesUpdateResponse>;\n}\n"]}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export * from "./images.js";
|
2
|
+
export * from "./labPlans.js";
|
3
|
+
export * from "./operations.js";
|
4
|
+
export * from "./labs.js";
|
5
|
+
export * from "./operationResults.js";
|
6
|
+
export * from "./schedules.js";
|
7
|
+
export * from "./skus.js";
|
8
|
+
export * from "./usages.js";
|
9
|
+
export * from "./users.js";
|
10
|
+
export * from "./virtualMachines.js";
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC"}
|
@@ -0,0 +1,18 @@
|
|
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 * from "./images.js";
|
9
|
+
export * from "./labPlans.js";
|
10
|
+
export * from "./operations.js";
|
11
|
+
export * from "./labs.js";
|
12
|
+
export * from "./operationResults.js";
|
13
|
+
export * from "./schedules.js";
|
14
|
+
export * from "./skus.js";
|
15
|
+
export * from "./usages.js";
|
16
|
+
export * from "./users.js";
|
17
|
+
export * from "./virtualMachines.js";
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./images.js\";\nexport * from \"./labPlans.js\";\nexport * from \"./operations.js\";\nexport * from \"./labs.js\";\nexport * from \"./operationResults.js\";\nexport * from \"./schedules.js\";\nexport * from \"./skus.js\";\nexport * from \"./usages.js\";\nexport * from \"./users.js\";\nexport * from \"./virtualMachines.js\";\n"]}
|
@@ -0,0 +1,98 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
3
|
+
import { LabPlan, LabPlansListBySubscriptionOptionalParams, LabPlansListByResourceGroupOptionalParams, LabPlansGetOptionalParams, LabPlansGetResponse, LabPlansCreateOrUpdateOptionalParams, LabPlansCreateOrUpdateResponse, LabPlanUpdate, LabPlansUpdateOptionalParams, LabPlansUpdateResponse, LabPlansDeleteOptionalParams, SaveImageBody, LabPlansSaveImageOptionalParams } from "../models/index.js";
|
4
|
+
/** Interface representing a LabPlans. */
|
5
|
+
export interface LabPlans {
|
6
|
+
/**
|
7
|
+
* Returns a list of all lab plans within a subscription
|
8
|
+
* @param options The options parameters.
|
9
|
+
*/
|
10
|
+
listBySubscription(options?: LabPlansListBySubscriptionOptionalParams): PagedAsyncIterableIterator<LabPlan>;
|
11
|
+
/**
|
12
|
+
* Returns a list of all lab plans for a subscription and resource group.
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
14
|
+
* @param options The options parameters.
|
15
|
+
*/
|
16
|
+
listByResourceGroup(resourceGroupName: string, options?: LabPlansListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LabPlan>;
|
17
|
+
/**
|
18
|
+
* Retrieves the properties of a Lab Plan.
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
20
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
21
|
+
* group. Used in resource URIs and in UI.
|
22
|
+
* @param options The options parameters.
|
23
|
+
*/
|
24
|
+
get(resourceGroupName: string, labPlanName: string, options?: LabPlansGetOptionalParams): Promise<LabPlansGetResponse>;
|
25
|
+
/**
|
26
|
+
* Operation to create or update a Lab Plan resource.
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
28
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
29
|
+
* group. Used in resource URIs and in UI.
|
30
|
+
* @param body The request body.
|
31
|
+
* @param options The options parameters.
|
32
|
+
*/
|
33
|
+
beginCreateOrUpdate(resourceGroupName: string, labPlanName: string, body: LabPlan, options?: LabPlansCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LabPlansCreateOrUpdateResponse>, LabPlansCreateOrUpdateResponse>>;
|
34
|
+
/**
|
35
|
+
* Operation to create or update a Lab Plan resource.
|
36
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
37
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
38
|
+
* group. Used in resource URIs and in UI.
|
39
|
+
* @param body The request body.
|
40
|
+
* @param options The options parameters.
|
41
|
+
*/
|
42
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labPlanName: string, body: LabPlan, options?: LabPlansCreateOrUpdateOptionalParams): Promise<LabPlansCreateOrUpdateResponse>;
|
43
|
+
/**
|
44
|
+
* Operation to update a Lab Plan resource.
|
45
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
46
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
47
|
+
* group. Used in resource URIs and in UI.
|
48
|
+
* @param body The request body.
|
49
|
+
* @param options The options parameters.
|
50
|
+
*/
|
51
|
+
beginUpdate(resourceGroupName: string, labPlanName: string, body: LabPlanUpdate, options?: LabPlansUpdateOptionalParams): Promise<PollerLike<PollOperationState<LabPlansUpdateResponse>, LabPlansUpdateResponse>>;
|
52
|
+
/**
|
53
|
+
* Operation to update a Lab Plan resource.
|
54
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
55
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
56
|
+
* group. Used in resource URIs and in UI.
|
57
|
+
* @param body The request body.
|
58
|
+
* @param options The options parameters.
|
59
|
+
*/
|
60
|
+
beginUpdateAndWait(resourceGroupName: string, labPlanName: string, body: LabPlanUpdate, options?: LabPlansUpdateOptionalParams): Promise<LabPlansUpdateResponse>;
|
61
|
+
/**
|
62
|
+
* Operation to delete a Lab Plan resource. Deleting a lab plan does not delete labs associated with a
|
63
|
+
* lab plan, nor does it delete shared images added to a gallery via the lab plan permission container.
|
64
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
65
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
66
|
+
* group. Used in resource URIs and in UI.
|
67
|
+
* @param options The options parameters.
|
68
|
+
*/
|
69
|
+
beginDelete(resourceGroupName: string, labPlanName: string, options?: LabPlansDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
70
|
+
/**
|
71
|
+
* Operation to delete a Lab Plan resource. Deleting a lab plan does not delete labs associated with a
|
72
|
+
* lab plan, nor does it delete shared images added to a gallery via the lab plan permission container.
|
73
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
74
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
75
|
+
* group. Used in resource URIs and in UI.
|
76
|
+
* @param options The options parameters.
|
77
|
+
*/
|
78
|
+
beginDeleteAndWait(resourceGroupName: string, labPlanName: string, options?: LabPlansDeleteOptionalParams): Promise<void>;
|
79
|
+
/**
|
80
|
+
* Saves an image from a lab VM to the attached shared image gallery.
|
81
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
82
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
83
|
+
* group. Used in resource URIs and in UI.
|
84
|
+
* @param body The request body.
|
85
|
+
* @param options The options parameters.
|
86
|
+
*/
|
87
|
+
beginSaveImage(resourceGroupName: string, labPlanName: string, body: SaveImageBody, options?: LabPlansSaveImageOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
88
|
+
/**
|
89
|
+
* Saves an image from a lab VM to the attached shared image gallery.
|
90
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
91
|
+
* @param labPlanName The name of the lab plan that uniquely identifies it within containing resource
|
92
|
+
* group. Used in resource URIs and in UI.
|
93
|
+
* @param body The request body.
|
94
|
+
* @param options The options parameters.
|
95
|
+
*/
|
96
|
+
beginSaveImageAndWait(resourceGroupName: string, labPlanName: string, body: SaveImageBody, options?: LabPlansSaveImageOptionalParams): Promise<void>;
|
97
|
+
}
|
98
|
+
//# sourceMappingURL=labPlans.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"labPlans.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/labPlans.ts"],"names":[],"mappings":"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"}
|
@@ -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=labPlans.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"labPlans.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/labPlans.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n LabPlan,\n LabPlansListBySubscriptionOptionalParams,\n LabPlansListByResourceGroupOptionalParams,\n LabPlansGetOptionalParams,\n LabPlansGetResponse,\n LabPlansCreateOrUpdateOptionalParams,\n LabPlansCreateOrUpdateResponse,\n LabPlanUpdate,\n LabPlansUpdateOptionalParams,\n LabPlansUpdateResponse,\n LabPlansDeleteOptionalParams,\n SaveImageBody,\n LabPlansSaveImageOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a LabPlans. */\nexport interface LabPlans {\n /**\n * Returns a list of all lab plans within a subscription\n * @param options The options parameters.\n */\n listBySubscription(\n options?: LabPlansListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<LabPlan>;\n /**\n * Returns a list of all lab plans for a subscription and resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: LabPlansListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<LabPlan>;\n /**\n * Retrieves the properties of a Lab Plan.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labPlanName: string,\n options?: LabPlansGetOptionalParams\n ): Promise<LabPlansGetResponse>;\n /**\n * Operation to create or update a Lab Plan resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n labPlanName: string,\n body: LabPlan,\n options?: LabPlansCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<LabPlansCreateOrUpdateResponse>,\n LabPlansCreateOrUpdateResponse\n >\n >;\n /**\n * Operation to create or update a Lab Plan resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labPlanName: string,\n body: LabPlan,\n options?: LabPlansCreateOrUpdateOptionalParams\n ): Promise<LabPlansCreateOrUpdateResponse>;\n /**\n * Operation to update a Lab Plan resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n labPlanName: string,\n body: LabPlanUpdate,\n options?: LabPlansUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<LabPlansUpdateResponse>,\n LabPlansUpdateResponse\n >\n >;\n /**\n * Operation to update a Lab Plan resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n labPlanName: string,\n body: LabPlanUpdate,\n options?: LabPlansUpdateOptionalParams\n ): Promise<LabPlansUpdateResponse>;\n /**\n * Operation to delete a Lab Plan resource. Deleting a lab plan does not delete labs associated with a\n * lab plan, nor does it delete shared images added to a gallery via the lab plan permission container.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n labPlanName: string,\n options?: LabPlansDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Operation to delete a Lab Plan resource. Deleting a lab plan does not delete labs associated with a\n * lab plan, nor does it delete shared images added to a gallery via the lab plan permission container.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n labPlanName: string,\n options?: LabPlansDeleteOptionalParams\n ): Promise<void>;\n /**\n * Saves an image from a lab VM to the attached shared image gallery.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginSaveImage(\n resourceGroupName: string,\n labPlanName: string,\n body: SaveImageBody,\n options?: LabPlansSaveImageOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Saves an image from a lab VM to the attached shared image gallery.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labPlanName The name of the lab plan that uniquely identifies it within containing resource\n * group. Used in resource URIs and in UI.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginSaveImageAndWait(\n resourceGroupName: string,\n labPlanName: string,\n body: SaveImageBody,\n options?: LabPlansSaveImageOptionalParams\n ): Promise<void>;\n}\n"]}
|
@@ -0,0 +1,110 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
3
|
+
import { Lab, LabsListBySubscriptionOptionalParams, LabsListByResourceGroupOptionalParams, LabsGetOptionalParams, LabsGetResponse, LabsCreateOrUpdateOptionalParams, LabsCreateOrUpdateResponse, LabUpdate, LabsUpdateOptionalParams, LabsUpdateResponse, LabsDeleteOptionalParams, LabsPublishOptionalParams, LabsSyncGroupOptionalParams } from "../models/index.js";
|
4
|
+
/** Interface representing a Labs. */
|
5
|
+
export interface Labs {
|
6
|
+
/**
|
7
|
+
* Returns a list of all labs for a subscription.
|
8
|
+
* @param options The options parameters.
|
9
|
+
*/
|
10
|
+
listBySubscription(options?: LabsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Lab>;
|
11
|
+
/**
|
12
|
+
* Returns a list of all labs in a resource group.
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
14
|
+
* @param options The options parameters.
|
15
|
+
*/
|
16
|
+
listByResourceGroup(resourceGroupName: string, options?: LabsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Lab>;
|
17
|
+
/**
|
18
|
+
* Returns the properties of a lab resource.
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
20
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
21
|
+
* resource URIs.
|
22
|
+
* @param options The options parameters.
|
23
|
+
*/
|
24
|
+
get(resourceGroupName: string, labName: string, options?: LabsGetOptionalParams): Promise<LabsGetResponse>;
|
25
|
+
/**
|
26
|
+
* Operation to create or update a lab resource.
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
28
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
29
|
+
* resource URIs.
|
30
|
+
* @param body The request body.
|
31
|
+
* @param options The options parameters.
|
32
|
+
*/
|
33
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, body: Lab, options?: LabsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LabsCreateOrUpdateResponse>, LabsCreateOrUpdateResponse>>;
|
34
|
+
/**
|
35
|
+
* Operation to create or update a lab resource.
|
36
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
37
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
38
|
+
* resource URIs.
|
39
|
+
* @param body The request body.
|
40
|
+
* @param options The options parameters.
|
41
|
+
*/
|
42
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, body: Lab, options?: LabsCreateOrUpdateOptionalParams): Promise<LabsCreateOrUpdateResponse>;
|
43
|
+
/**
|
44
|
+
* Operation to update a lab resource.
|
45
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
46
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
47
|
+
* resource URIs.
|
48
|
+
* @param body The request body.
|
49
|
+
* @param options The options parameters.
|
50
|
+
*/
|
51
|
+
beginUpdate(resourceGroupName: string, labName: string, body: LabUpdate, options?: LabsUpdateOptionalParams): Promise<PollerLike<PollOperationState<LabsUpdateResponse>, LabsUpdateResponse>>;
|
52
|
+
/**
|
53
|
+
* Operation to update a lab resource.
|
54
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
55
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
56
|
+
* resource URIs.
|
57
|
+
* @param body The request body.
|
58
|
+
* @param options The options parameters.
|
59
|
+
*/
|
60
|
+
beginUpdateAndWait(resourceGroupName: string, labName: string, body: LabUpdate, options?: LabsUpdateOptionalParams): Promise<LabsUpdateResponse>;
|
61
|
+
/**
|
62
|
+
* Operation to delete a lab resource.
|
63
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
64
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
65
|
+
* resource URIs.
|
66
|
+
* @param options The options parameters.
|
67
|
+
*/
|
68
|
+
beginDelete(resourceGroupName: string, labName: string, options?: LabsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
69
|
+
/**
|
70
|
+
* Operation to delete a lab resource.
|
71
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
72
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
73
|
+
* resource URIs.
|
74
|
+
* @param options The options parameters.
|
75
|
+
*/
|
76
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, options?: LabsDeleteOptionalParams): Promise<void>;
|
77
|
+
/**
|
78
|
+
* Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
|
79
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
80
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
81
|
+
* resource URIs.
|
82
|
+
* @param options The options parameters.
|
83
|
+
*/
|
84
|
+
beginPublish(resourceGroupName: string, labName: string, options?: LabsPublishOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
85
|
+
/**
|
86
|
+
* Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
|
87
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
88
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
89
|
+
* resource URIs.
|
90
|
+
* @param options The options parameters.
|
91
|
+
*/
|
92
|
+
beginPublishAndWait(resourceGroupName: string, labName: string, options?: LabsPublishOptionalParams): Promise<void>;
|
93
|
+
/**
|
94
|
+
* Action used to manually kick off an AAD group sync job.
|
95
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
96
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
97
|
+
* resource URIs.
|
98
|
+
* @param options The options parameters.
|
99
|
+
*/
|
100
|
+
beginSyncGroup(resourceGroupName: string, labName: string, options?: LabsSyncGroupOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
101
|
+
/**
|
102
|
+
* Action used to manually kick off an AAD group sync job.
|
103
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
104
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
105
|
+
* resource URIs.
|
106
|
+
* @param options The options parameters.
|
107
|
+
*/
|
108
|
+
beginSyncGroupAndWait(resourceGroupName: string, labName: string, options?: LabsSyncGroupOptionalParams): Promise<void>;
|
109
|
+
}
|
110
|
+
//# sourceMappingURL=labs.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"labs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/labs.ts"],"names":[],"mappings":"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"}
|
@@ -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=labs.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"labs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/labs.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { PollerLike, PollOperationState } from \"@azure/core-lro\";\nimport {\n Lab,\n LabsListBySubscriptionOptionalParams,\n LabsListByResourceGroupOptionalParams,\n LabsGetOptionalParams,\n LabsGetResponse,\n LabsCreateOrUpdateOptionalParams,\n LabsCreateOrUpdateResponse,\n LabUpdate,\n LabsUpdateOptionalParams,\n LabsUpdateResponse,\n LabsDeleteOptionalParams,\n LabsPublishOptionalParams,\n LabsSyncGroupOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Labs. */\nexport interface Labs {\n /**\n * Returns a list of all labs for a subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: LabsListBySubscriptionOptionalParams\n ): PagedAsyncIterableIterator<Lab>;\n /**\n * Returns a list of all labs in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: LabsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<Lab>;\n /**\n * Returns the properties of a lab resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n options?: LabsGetOptionalParams\n ): Promise<LabsGetResponse>;\n /**\n * Operation to create or update a lab resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n labName: string,\n body: Lab,\n options?: LabsCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<LabsCreateOrUpdateResponse>,\n LabsCreateOrUpdateResponse\n >\n >;\n /**\n * Operation to create or update a lab resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n body: Lab,\n options?: LabsCreateOrUpdateOptionalParams\n ): Promise<LabsCreateOrUpdateResponse>;\n /**\n * Operation to update a lab resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n labName: string,\n body: LabUpdate,\n options?: LabsUpdateOptionalParams\n ): Promise<\n PollerLike<PollOperationState<LabsUpdateResponse>, LabsUpdateResponse>\n >;\n /**\n * Operation to update a lab resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n labName: string,\n body: LabUpdate,\n options?: LabsUpdateOptionalParams\n ): Promise<LabsUpdateResponse>;\n /**\n * Operation to delete a lab resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n labName: string,\n options?: LabsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Operation to delete a lab resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n options?: LabsDeleteOptionalParams\n ): Promise<void>;\n /**\n * Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n beginPublish(\n resourceGroupName: string,\n labName: string,\n options?: LabsPublishOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n beginPublishAndWait(\n resourceGroupName: string,\n labName: string,\n options?: LabsPublishOptionalParams\n ): Promise<void>;\n /**\n * Action used to manually kick off an AAD group sync job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n beginSyncGroup(\n resourceGroupName: string,\n labName: string,\n options?: LabsSyncGroupOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Action used to manually kick off an AAD group sync job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n beginSyncGroupAndWait(\n resourceGroupName: string,\n labName: string,\n options?: LabsSyncGroupOptionalParams\n ): Promise<void>;\n}\n"]}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { OperationResultsGetOptionalParams, OperationResultsGetResponse } from "../models/index.js";
|
2
|
+
/** Interface representing a OperationResults. */
|
3
|
+
export interface OperationResults {
|
4
|
+
/**
|
5
|
+
* Returns an azure operation result.
|
6
|
+
* @param operationResultId The operation result ID / name.
|
7
|
+
* @param options The options parameters.
|
8
|
+
*/
|
9
|
+
get(operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsGetResponse>;
|
10
|
+
}
|
11
|
+
//# sourceMappingURL=operationResults.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operationResults.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationResults.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAE5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
|
@@ -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=operationResults.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operationResults.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationResults.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationResultsGetOptionalParams,\n OperationResultsGetResponse\n} from \"../models/index.js\";\n\n/** Interface representing a OperationResults. */\nexport interface OperationResults {\n /**\n * Returns an azure operation result.\n * @param operationResultId The operation result ID / name.\n * @param options The options parameters.\n */\n get(\n operationResultId: string,\n options?: OperationResultsGetOptionalParams\n ): Promise<OperationResultsGetResponse>;\n}\n"]}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
3
|
+
/** Interface representing a Operations. */
|
4
|
+
export interface Operations {
|
5
|
+
/**
|
6
|
+
* Returns a list of all operations.
|
7
|
+
* @param options The options parameters.
|
8
|
+
*/
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
10
|
+
}
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
@@ -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=operations.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Returns a list of all operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|