@azure/arm-labservices 3.1.1-alpha.20250211.1 → 3.1.1-alpha.20250212.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,67 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
3
|
+
import { Schedule, SchedulesListByLabOptionalParams, SchedulesGetOptionalParams, SchedulesGetResponse, SchedulesCreateOrUpdateOptionalParams, SchedulesCreateOrUpdateResponse, ScheduleUpdate, SchedulesUpdateOptionalParams, SchedulesUpdateResponse, SchedulesDeleteOptionalParams } from "../models/index.js";
|
4
|
+
/** Interface representing a Schedules. */
|
5
|
+
export interface Schedules {
|
6
|
+
/**
|
7
|
+
* Returns a list of all schedules for a lab.
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
9
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
10
|
+
* resource URIs.
|
11
|
+
* @param options The options parameters.
|
12
|
+
*/
|
13
|
+
listByLab(resourceGroupName: string, labName: string, options?: SchedulesListByLabOptionalParams): PagedAsyncIterableIterator<Schedule>;
|
14
|
+
/**
|
15
|
+
* Returns the properties of a lab Schedule.
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
17
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
18
|
+
* resource URIs.
|
19
|
+
* @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
|
20
|
+
* in resource URIs.
|
21
|
+
* @param options The options parameters.
|
22
|
+
*/
|
23
|
+
get(resourceGroupName: string, labName: string, scheduleName: string, options?: SchedulesGetOptionalParams): Promise<SchedulesGetResponse>;
|
24
|
+
/**
|
25
|
+
* Operation to create or update a lab schedule.
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
27
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
28
|
+
* resource URIs.
|
29
|
+
* @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
|
30
|
+
* in resource URIs.
|
31
|
+
* @param body The request body.
|
32
|
+
* @param options The options parameters.
|
33
|
+
*/
|
34
|
+
createOrUpdate(resourceGroupName: string, labName: string, scheduleName: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SchedulesCreateOrUpdateResponse>;
|
35
|
+
/**
|
36
|
+
* Operation to update a lab schedule.
|
37
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
38
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
39
|
+
* resource URIs.
|
40
|
+
* @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
|
41
|
+
* in resource URIs.
|
42
|
+
* @param body The request body.
|
43
|
+
* @param options The options parameters.
|
44
|
+
*/
|
45
|
+
update(resourceGroupName: string, labName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<SchedulesUpdateResponse>;
|
46
|
+
/**
|
47
|
+
* Operation to delete a schedule resource.
|
48
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
49
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
50
|
+
* resource URIs.
|
51
|
+
* @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
|
52
|
+
* in resource URIs.
|
53
|
+
* @param options The options parameters.
|
54
|
+
*/
|
55
|
+
beginDelete(resourceGroupName: string, labName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
56
|
+
/**
|
57
|
+
* Operation to delete a schedule resource.
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
59
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
60
|
+
* resource URIs.
|
61
|
+
* @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
|
62
|
+
* in resource URIs.
|
63
|
+
* @param options The options parameters.
|
64
|
+
*/
|
65
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<void>;
|
66
|
+
}
|
67
|
+
//# sourceMappingURL=schedules.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"schedules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/schedules.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,QAAQ,EACR,gCAAgC,EAChC,0BAA0B,EAC1B,oBAAoB,EACpB,qCAAqC,EACrC,+BAA+B,EAC/B,cAAc,EACd,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,QAAQ,EACd,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,cAAc,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
//# sourceMappingURL=schedules.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"schedules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/schedules.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 Schedule,\n SchedulesListByLabOptionalParams,\n SchedulesGetOptionalParams,\n SchedulesGetResponse,\n SchedulesCreateOrUpdateOptionalParams,\n SchedulesCreateOrUpdateResponse,\n ScheduleUpdate,\n SchedulesUpdateOptionalParams,\n SchedulesUpdateResponse,\n SchedulesDeleteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Schedules. */\nexport interface Schedules {\n /**\n * Returns a list of all schedules 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 listByLab(\n resourceGroupName: string,\n labName: string,\n options?: SchedulesListByLabOptionalParams\n ): PagedAsyncIterableIterator<Schedule>;\n /**\n * Returns the properties of a lab Schedule.\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 scheduleName The name of the schedule that uniquely identifies it within containing lab. Used\n * in resource URIs.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n scheduleName: string,\n options?: SchedulesGetOptionalParams\n ): Promise<SchedulesGetResponse>;\n /**\n * Operation to create or update a lab schedule.\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 scheduleName The name of the schedule that uniquely identifies it within containing lab. Used\n * in resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n labName: string,\n scheduleName: string,\n body: Schedule,\n options?: SchedulesCreateOrUpdateOptionalParams\n ): Promise<SchedulesCreateOrUpdateResponse>;\n /**\n * Operation to update a lab schedule.\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 scheduleName The name of the schedule that uniquely identifies it within containing lab. Used\n * in resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n labName: string,\n scheduleName: string,\n body: ScheduleUpdate,\n options?: SchedulesUpdateOptionalParams\n ): Promise<SchedulesUpdateResponse>;\n /**\n * Operation to delete a schedule 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 scheduleName The name of the schedule that uniquely identifies it within containing lab. Used\n * in resource URIs.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n labName: string,\n scheduleName: string,\n options?: SchedulesDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Operation to delete a schedule 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 scheduleName The name of the schedule that uniquely identifies it within containing lab. Used\n * in resource URIs.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n scheduleName: string,\n options?: SchedulesDeleteOptionalParams\n ): Promise<void>;\n}\n"]}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { LabServicesSku, SkusListOptionalParams } from "../models/index.js";
|
3
|
+
/** Interface representing a Skus. */
|
4
|
+
export interface Skus {
|
5
|
+
/**
|
6
|
+
* Returns a list of Azure Lab Services resource SKUs.
|
7
|
+
* @param options The options parameters.
|
8
|
+
*/
|
9
|
+
list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<LabServicesSku>;
|
10
|
+
}
|
11
|
+
//# sourceMappingURL=skus.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"skus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAG5E,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,sBAAsB,GAC/B,0BAA0B,CAAC,cAAc,CAAC,CAAC;CAC/C"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
//# sourceMappingURL=skus.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"skus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/skus.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 { LabServicesSku, SkusListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Skus. */\nexport interface Skus {\n /**\n * Returns a list of Azure Lab Services resource SKUs.\n * @param options The options parameters.\n */\n list(\n options?: SkusListOptionalParams\n ): PagedAsyncIterableIterator<LabServicesSku>;\n}\n"]}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { Usage, UsagesListByLocationOptionalParams } from "../models/index.js";
|
3
|
+
/** Interface representing a Usages. */
|
4
|
+
export interface Usages {
|
5
|
+
/**
|
6
|
+
* Returns list of usage per SKU family for the specified subscription in the specified region.
|
7
|
+
* @param location The location name.
|
8
|
+
* @param options The options parameters.
|
9
|
+
*/
|
10
|
+
listByLocation(location: string, options?: UsagesListByLocationOptionalParams): PagedAsyncIterableIterator<Usage>;
|
11
|
+
}
|
12
|
+
//# sourceMappingURL=usages.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,KAAK,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAG/E,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;OAIG;IACH,cAAc,CACZ,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,KAAK,CAAC,CAAC;CACtC"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
//# sourceMappingURL=usages.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/usages.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 { Usage, UsagesListByLocationOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Usages. */\nexport interface Usages {\n /**\n * Returns list of usage per SKU family for the specified subscription in the specified region.\n * @param location The location name.\n * @param options The options parameters.\n */\n listByLocation(\n location: string,\n options?: UsagesListByLocationOptionalParams\n ): PagedAsyncIterableIterator<Usage>;\n}\n"]}
|
@@ -0,0 +1,111 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
3
|
+
import { User, UsersListByLabOptionalParams, UsersGetOptionalParams, UsersGetResponse, UsersCreateOrUpdateOptionalParams, UsersCreateOrUpdateResponse, UserUpdate, UsersUpdateOptionalParams, UsersUpdateResponse, UsersDeleteOptionalParams, InviteBody, UsersInviteOptionalParams } from "../models/index.js";
|
4
|
+
/** Interface representing a Users. */
|
5
|
+
export interface Users {
|
6
|
+
/**
|
7
|
+
* Returns a list of all users for a lab.
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
9
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
10
|
+
* resource URIs.
|
11
|
+
* @param options The options parameters.
|
12
|
+
*/
|
13
|
+
listByLab(resourceGroupName: string, labName: string, options?: UsersListByLabOptionalParams): PagedAsyncIterableIterator<User>;
|
14
|
+
/**
|
15
|
+
* Returns the properties of a lab user.
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
17
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
18
|
+
* resource URIs.
|
19
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
20
|
+
* resource URIs.
|
21
|
+
* @param options The options parameters.
|
22
|
+
*/
|
23
|
+
get(resourceGroupName: string, labName: string, userName: string, options?: UsersGetOptionalParams): Promise<UsersGetResponse>;
|
24
|
+
/**
|
25
|
+
* Operation to create or update a lab user.
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
27
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
28
|
+
* resource URIs.
|
29
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
30
|
+
* resource URIs.
|
31
|
+
* @param body The request body.
|
32
|
+
* @param options The options parameters.
|
33
|
+
*/
|
34
|
+
beginCreateOrUpdate(resourceGroupName: string, labName: string, userName: string, body: User, options?: UsersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<UsersCreateOrUpdateResponse>, UsersCreateOrUpdateResponse>>;
|
35
|
+
/**
|
36
|
+
* Operation to create or update a lab user.
|
37
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
38
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
39
|
+
* resource URIs.
|
40
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
41
|
+
* resource URIs.
|
42
|
+
* @param body The request body.
|
43
|
+
* @param options The options parameters.
|
44
|
+
*/
|
45
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, labName: string, userName: string, body: User, options?: UsersCreateOrUpdateOptionalParams): Promise<UsersCreateOrUpdateResponse>;
|
46
|
+
/**
|
47
|
+
* Operation to update a lab user.
|
48
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
49
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
50
|
+
* resource URIs.
|
51
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
52
|
+
* resource URIs.
|
53
|
+
* @param body The request body.
|
54
|
+
* @param options The options parameters.
|
55
|
+
*/
|
56
|
+
beginUpdate(resourceGroupName: string, labName: string, userName: string, body: UserUpdate, options?: UsersUpdateOptionalParams): Promise<PollerLike<PollOperationState<UsersUpdateResponse>, UsersUpdateResponse>>;
|
57
|
+
/**
|
58
|
+
* Operation to update a lab user.
|
59
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
60
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
61
|
+
* resource URIs.
|
62
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
63
|
+
* resource URIs.
|
64
|
+
* @param body The request body.
|
65
|
+
* @param options The options parameters.
|
66
|
+
*/
|
67
|
+
beginUpdateAndWait(resourceGroupName: string, labName: string, userName: string, body: UserUpdate, options?: UsersUpdateOptionalParams): Promise<UsersUpdateResponse>;
|
68
|
+
/**
|
69
|
+
* Operation to delete a user resource.
|
70
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
71
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
72
|
+
* resource URIs.
|
73
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
74
|
+
* resource URIs.
|
75
|
+
* @param options The options parameters.
|
76
|
+
*/
|
77
|
+
beginDelete(resourceGroupName: string, labName: string, userName: string, options?: UsersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
78
|
+
/**
|
79
|
+
* Operation to delete a user resource.
|
80
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
81
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
82
|
+
* resource URIs.
|
83
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
84
|
+
* resource URIs.
|
85
|
+
* @param options The options parameters.
|
86
|
+
*/
|
87
|
+
beginDeleteAndWait(resourceGroupName: string, labName: string, userName: string, options?: UsersDeleteOptionalParams): Promise<void>;
|
88
|
+
/**
|
89
|
+
* Operation to invite a user to a lab.
|
90
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
91
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
92
|
+
* resource URIs.
|
93
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
94
|
+
* resource URIs.
|
95
|
+
* @param body The request body.
|
96
|
+
* @param options The options parameters.
|
97
|
+
*/
|
98
|
+
beginInvite(resourceGroupName: string, labName: string, userName: string, body: InviteBody, options?: UsersInviteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
99
|
+
/**
|
100
|
+
* Operation to invite a user to a lab.
|
101
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
102
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
103
|
+
* resource URIs.
|
104
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
105
|
+
* resource URIs.
|
106
|
+
* @param body The request body.
|
107
|
+
* @param options The options parameters.
|
108
|
+
*/
|
109
|
+
beginInviteAndWait(resourceGroupName: string, labName: string, userName: string, body: InviteBody, options?: UsersInviteOptionalParams): Promise<void>;
|
110
|
+
}
|
111
|
+
//# sourceMappingURL=users.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/users.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
//# sourceMappingURL=users.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"users.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/users.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 User,\n UsersListByLabOptionalParams,\n UsersGetOptionalParams,\n UsersGetResponse,\n UsersCreateOrUpdateOptionalParams,\n UsersCreateOrUpdateResponse,\n UserUpdate,\n UsersUpdateOptionalParams,\n UsersUpdateResponse,\n UsersDeleteOptionalParams,\n InviteBody,\n UsersInviteOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Users. */\nexport interface Users {\n /**\n * Returns a list of all users 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 listByLab(\n resourceGroupName: string,\n labName: string,\n options?: UsersListByLabOptionalParams\n ): PagedAsyncIterableIterator<User>;\n /**\n * Returns the properties of a lab user.\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 userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: UsersGetOptionalParams\n ): Promise<UsersGetResponse>;\n /**\n * Operation to create or update a lab user.\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 userName The name of the user that uniquely identifies it within containing lab. 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 userName: string,\n body: User,\n options?: UsersCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<UsersCreateOrUpdateResponse>,\n UsersCreateOrUpdateResponse\n >\n >;\n /**\n * Operation to create or update a lab user.\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 userName The name of the user that uniquely identifies it within containing lab. 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 userName: string,\n body: User,\n options?: UsersCreateOrUpdateOptionalParams\n ): Promise<UsersCreateOrUpdateResponse>;\n /**\n * Operation to update a lab user.\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 userName The name of the user that uniquely identifies it within containing lab. 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 userName: string,\n body: UserUpdate,\n options?: UsersUpdateOptionalParams\n ): Promise<\n PollerLike<PollOperationState<UsersUpdateResponse>, UsersUpdateResponse>\n >;\n /**\n * Operation to update a lab user.\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 userName The name of the user that uniquely identifies it within containing lab. 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 userName: string,\n body: UserUpdate,\n options?: UsersUpdateOptionalParams\n ): Promise<UsersUpdateResponse>;\n /**\n * Operation to delete a user 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 userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: UsersDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Operation to delete a user 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 userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n options?: UsersDeleteOptionalParams\n ): Promise<void>;\n /**\n * Operation to invite a user to 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 userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginInvite(\n resourceGroupName: string,\n labName: string,\n userName: string,\n body: InviteBody,\n options?: UsersInviteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\n /**\n * Operation to invite a user to 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 userName The name of the user that uniquely identifies it within containing lab. Used in\n * resource URIs.\n * @param body The request body.\n * @param options The options parameters.\n */\n beginInviteAndWait(\n resourceGroupName: string,\n labName: string,\n userName: string,\n body: InviteBody,\n options?: UsersInviteOptionalParams\n ): Promise<void>;\n}\n"]}
|
@@ -0,0 +1,131 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
3
|
+
import { VirtualMachine, VirtualMachinesListByLabOptionalParams, VirtualMachinesGetOptionalParams, VirtualMachinesGetResponse, VirtualMachinesStartOptionalParams, VirtualMachinesStopOptionalParams, VirtualMachinesReimageOptionalParams, VirtualMachinesRedeployOptionalParams, ResetPasswordBody, VirtualMachinesResetPasswordOptionalParams } from "../models/index.js";
|
4
|
+
/** Interface representing a VirtualMachines. */
|
5
|
+
export interface VirtualMachines {
|
6
|
+
/**
|
7
|
+
* Returns a list of all virtual machines for a lab.
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
9
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
10
|
+
* resource URIs.
|
11
|
+
* @param options The options parameters.
|
12
|
+
*/
|
13
|
+
listByLab(resourceGroupName: string, labName: string, options?: VirtualMachinesListByLabOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
|
14
|
+
/**
|
15
|
+
* Returns the properties for a lab virtual machine.
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
17
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
18
|
+
* resource URIs.
|
19
|
+
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
20
|
+
* containing lab. Used in resource URIs.
|
21
|
+
* @param options The options parameters.
|
22
|
+
*/
|
23
|
+
get(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesGetOptionalParams): Promise<VirtualMachinesGetResponse>;
|
24
|
+
/**
|
25
|
+
* Action to start a lab virtual machine.
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
27
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
28
|
+
* resource URIs.
|
29
|
+
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
30
|
+
* containing lab. Used in resource URIs.
|
31
|
+
* @param options The options parameters.
|
32
|
+
*/
|
33
|
+
beginStart(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
34
|
+
/**
|
35
|
+
* Action to start a lab virtual machine.
|
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 virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
40
|
+
* containing lab. Used in resource URIs.
|
41
|
+
* @param options The options parameters.
|
42
|
+
*/
|
43
|
+
beginStartAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<void>;
|
44
|
+
/**
|
45
|
+
* Action to stop a lab virtual machine.
|
46
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
47
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
48
|
+
* resource URIs.
|
49
|
+
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
50
|
+
* containing lab. Used in resource URIs.
|
51
|
+
* @param options The options parameters.
|
52
|
+
*/
|
53
|
+
beginStop(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
54
|
+
/**
|
55
|
+
* Action to stop a lab virtual machine.
|
56
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
57
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
58
|
+
* resource URIs.
|
59
|
+
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
60
|
+
* containing lab. Used in resource URIs.
|
61
|
+
* @param options The options parameters.
|
62
|
+
*/
|
63
|
+
beginStopAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<void>;
|
64
|
+
/**
|
65
|
+
* Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
|
66
|
+
* published snapshot of the reference environment of the lab.
|
67
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
68
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
69
|
+
* resource URIs.
|
70
|
+
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
71
|
+
* containing lab. Used in resource URIs.
|
72
|
+
* @param options The options parameters.
|
73
|
+
*/
|
74
|
+
beginReimage(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesReimageOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
75
|
+
/**
|
76
|
+
* Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
|
77
|
+
* published snapshot of the reference environment of the lab.
|
78
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
79
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
80
|
+
* resource URIs.
|
81
|
+
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
82
|
+
* containing lab. Used in resource URIs.
|
83
|
+
* @param options The options parameters.
|
84
|
+
*/
|
85
|
+
beginReimageAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesReimageOptionalParams): Promise<void>;
|
86
|
+
/**
|
87
|
+
* Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
|
88
|
+
* connectivity.
|
89
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
90
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
91
|
+
* resource URIs.
|
92
|
+
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
93
|
+
* containing lab. Used in resource URIs.
|
94
|
+
* @param options The options parameters.
|
95
|
+
*/
|
96
|
+
beginRedeploy(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesRedeployOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
97
|
+
/**
|
98
|
+
* Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
|
99
|
+
* connectivity.
|
100
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
101
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
102
|
+
* resource URIs.
|
103
|
+
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
104
|
+
* containing lab. Used in resource URIs.
|
105
|
+
* @param options The options parameters.
|
106
|
+
*/
|
107
|
+
beginRedeployAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, options?: VirtualMachinesRedeployOptionalParams): Promise<void>;
|
108
|
+
/**
|
109
|
+
* Resets a lab virtual machine password.
|
110
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
111
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
112
|
+
* resource URIs.
|
113
|
+
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
114
|
+
* containing lab. Used in resource URIs.
|
115
|
+
* @param body The request body.
|
116
|
+
* @param options The options parameters.
|
117
|
+
*/
|
118
|
+
beginResetPassword(resourceGroupName: string, labName: string, virtualMachineName: string, body: ResetPasswordBody, options?: VirtualMachinesResetPasswordOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
119
|
+
/**
|
120
|
+
* Resets a lab virtual machine password.
|
121
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
122
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
|
123
|
+
* resource URIs.
|
124
|
+
* @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
|
125
|
+
* containing lab. Used in resource URIs.
|
126
|
+
* @param body The request body.
|
127
|
+
* @param options The options parameters.
|
128
|
+
*/
|
129
|
+
beginResetPasswordAndWait(resourceGroupName: string, labName: string, virtualMachineName: string, body: ResetPasswordBody, options?: VirtualMachinesResetPasswordOptionalParams): Promise<void>;
|
130
|
+
}
|
131
|
+
//# sourceMappingURL=virtualMachines.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"virtualMachines.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualMachines.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
//# sourceMappingURL=virtualMachines.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"virtualMachines.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/virtualMachines.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 VirtualMachine,\n VirtualMachinesListByLabOptionalParams,\n VirtualMachinesGetOptionalParams,\n VirtualMachinesGetResponse,\n VirtualMachinesStartOptionalParams,\n VirtualMachinesStopOptionalParams,\n VirtualMachinesReimageOptionalParams,\n VirtualMachinesRedeployOptionalParams,\n ResetPasswordBody,\n VirtualMachinesResetPasswordOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a VirtualMachines. */\nexport interface VirtualMachines {\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 listByLab(\n resourceGroupName: string,\n labName: string,\n options?: VirtualMachinesListByLabOptionalParams\n ): PagedAsyncIterableIterator<VirtualMachine>;\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 /**\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 beginStart(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStartOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\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 beginStartAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStartOptionalParams\n ): Promise<void>;\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 beginStop(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStopOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\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 beginStopAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesStopOptionalParams\n ): Promise<void>;\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 beginReimage(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesReimageOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\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 beginReimageAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesReimageOptionalParams\n ): Promise<void>;\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 beginRedeploy(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesRedeployOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\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 beginRedeployAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n options?: VirtualMachinesRedeployOptionalParams\n ): Promise<void>;\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 beginResetPassword(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n body: ResetPasswordBody,\n options?: VirtualMachinesResetPasswordOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>>;\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 beginResetPasswordAndWait(\n resourceGroupName: string,\n labName: string,\n virtualMachineName: string,\n body: ResetPasswordBody,\n options?: VirtualMachinesResetPasswordOptionalParams\n ): Promise<void>;\n}\n"]}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export interface PageInfo {
|
2
|
+
continuationToken?: string;
|
3
|
+
}
|
4
|
+
/**
|
5
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
6
|
+
* returns a continuation token that can be used to begin paging from
|
7
|
+
* that point later.
|
8
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
9
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
10
|
+
*/
|
11
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
12
|
+
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
13
|
+
//# sourceMappingURL=pagingHelper.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.getContinuationToken = getContinuationToken;
|
11
|
+
exports.setContinuationToken = setContinuationToken;
|
12
|
+
const pageMap = new WeakMap();
|
13
|
+
/**
|
14
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
15
|
+
* returns a continuation token that can be used to begin paging from
|
16
|
+
* that point later.
|
17
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
18
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
19
|
+
*/
|
20
|
+
function getContinuationToken(page) {
|
21
|
+
var _a;
|
22
|
+
if (typeof page !== "object" || page === null) {
|
23
|
+
return undefined;
|
24
|
+
}
|
25
|
+
return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
|
26
|
+
}
|
27
|
+
function setContinuationToken(page, continuationToken) {
|
28
|
+
var _a;
|
29
|
+
if (typeof page !== "object" || page === null || !continuationToken) {
|
30
|
+
return;
|
31
|
+
}
|
32
|
+
const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
|
33
|
+
pageInfo.continuationToken = continuationToken;
|
34
|
+
pageMap.set(page, pageInfo);
|
35
|
+
}
|
36
|
+
//# sourceMappingURL=pagingHelper.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAeH,oDAKC;AAED,oDAUC;AA1BD,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,SAAgB,oBAAoB,CAAC,IAAa;;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,0CAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,SAAgB,oBAAoB,CAClC,IAAa,EACb,iBAAqC;;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,MAAA,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,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 interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,cAAc,iCAAiC,CAAC"}
|
@@ -5,9 +5,9 @@
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
|
-
|
9
8
|
/// <reference lib="esnext.asynciterable" />
|
10
|
-
export { getContinuationToken } from "./pagingHelper";
|
11
|
-
export * from "./models";
|
12
|
-
export { LabServicesClient } from "./labServicesClient";
|
13
|
-
export * from "./operationsInterfaces";
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
10
|
+
export * from "./models/index.js";
|
11
|
+
export { LabServicesClient } from "./labServicesClient.js";
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
13
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { LabServicesClient } from \"./labServicesClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|