@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
package/README.md
CHANGED
@@ -48,20 +48,27 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
|
|
48
48
|
|
49
49
|
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
50
50
|
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
51
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
52
|
+
|
53
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
54
|
+
import { LabServicesClient } from "@azure/arm-labservices";
|
55
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
55
56
|
|
56
57
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
57
58
|
const client = new LabServicesClient(new DefaultAzureCredential(), subscriptionId);
|
59
|
+
```
|
60
|
+
|
61
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
62
|
+
|
63
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
64
|
+
import { LabServicesClient } from "@azure/arm-labservices";
|
58
65
|
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
66
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
67
|
+
const credential = new LabServicesClient({
|
68
|
+
tenantId: "<YOUR_TENANT_ID>",
|
69
|
+
clientId: "<YOUR_CLIENT_ID>",
|
70
|
+
});
|
71
|
+
const client = new LabServicesClient(credential, subscriptionId);
|
65
72
|
```
|
66
73
|
|
67
74
|
### JavaScript Bundle
|
@@ -80,8 +87,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
80
87
|
|
81
88
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
82
89
|
|
83
|
-
```
|
84
|
-
|
90
|
+
```ts snippet:SetLogLevel
|
91
|
+
import { setLogLevel } from "@azure/logger";
|
92
|
+
|
85
93
|
setLogLevel("info");
|
86
94
|
```
|
87
95
|
|
@@ -99,8 +107,6 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
99
107
|
|
100
108
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
101
109
|
|
102
|
-
|
103
|
-
|
104
110
|
[azure_cli]: https://learn.microsoft.com/cli/azure
|
105
111
|
[azure_sub]: https://azure.microsoft.com/free/
|
106
112
|
[azure_sub]: https://azure.microsoft.com/free/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
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"}
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
10
|
-
export * from "./models";
|
11
|
-
export { LabServicesClient } from "./labServicesClient";
|
12
|
-
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
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"]}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
3
|
-
import { Images, LabPlans, Operations, Labs, OperationResults, Schedules, Skus, Usages, Users, VirtualMachines } from "./operationsInterfaces";
|
4
|
-
import { LabServicesClientOptionalParams } from "./models";
|
3
|
+
import { Images, LabPlans, Operations, Labs, OperationResults, Schedules, Skus, Usages, Users, VirtualMachines } from "./operationsInterfaces/index.js";
|
4
|
+
import { LabServicesClientOptionalParams } from "./models/index.js";
|
5
5
|
export declare class LabServicesClient extends coreClient.ServiceClient {
|
6
6
|
$host: string;
|
7
7
|
apiVersion: string;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"labServicesClient.d.ts","sourceRoot":"","sources":["../../src/labServicesClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAa7C,OAAO,EACL,MAAM,EACN,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,gBAAgB,EAChB,SAAS,EACT,IAAI,EACJ,MAAM,EACN,KAAK,EACL,eAAe,EAChB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,+BAA+B,EAAE,MAAM,mBAAmB,CAAC;AAEpE,qBAAa,iBAAkB,SAAQ,UAAU,CAAC,aAAa;IAC7D,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B;IAqF3C,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,IAAI,CAAC;IACX,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,SAAS,EAAE,SAAS,CAAC;IACrB,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;IACb,eAAe,EAAE,eAAe,CAAC;CAClC"}
|
@@ -5,10 +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
|
-
import { __awaiter } from "tslib";
|
9
8
|
import * as coreClient from "@azure/core-client";
|
10
9
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
11
|
-
import { ImagesImpl, LabPlansImpl, OperationsImpl, LabsImpl, OperationResultsImpl, SchedulesImpl, SkusImpl, UsagesImpl, UsersImpl, VirtualMachinesImpl } from "./operations";
|
10
|
+
import { ImagesImpl, LabPlansImpl, OperationsImpl, LabsImpl, OperationResultsImpl, SchedulesImpl, SkusImpl, UsagesImpl, UsersImpl, VirtualMachinesImpl } from "./operations/index.js";
|
12
11
|
export class LabServicesClient extends coreClient.ServiceClient {
|
13
12
|
/**
|
14
13
|
* Initializes a new instance of the LabServicesClient class.
|
@@ -85,22 +84,20 @@ export class LabServicesClient extends coreClient.ServiceClient {
|
|
85
84
|
}
|
86
85
|
const apiVersionPolicy = {
|
87
86
|
name: "CustomApiVersionPolicy",
|
88
|
-
sendRequest(request, next) {
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
return next(request);
|
103
|
-
});
|
87
|
+
async sendRequest(request, next) {
|
88
|
+
const param = request.url.split("?");
|
89
|
+
if (param.length > 1) {
|
90
|
+
const newParams = param[1].split("&").map((item) => {
|
91
|
+
if (item.indexOf("api-version") > -1) {
|
92
|
+
return "api-version=" + apiVersion;
|
93
|
+
}
|
94
|
+
else {
|
95
|
+
return item;
|
96
|
+
}
|
97
|
+
});
|
98
|
+
request.url = param[0] + "?" + newParams.join("&");
|
99
|
+
}
|
100
|
+
return next(request);
|
104
101
|
}
|
105
102
|
};
|
106
103
|
this.pipeline.addPolicy(apiVersionPolicy);
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"labServicesClient.js","sourceRoot":"","sources":["../../src/labServicesClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EACL,UAAU,EACV,YAAY,EACZ,cAAc,EACd,QAAQ,EACR,oBAAoB,EACpB,aAAa,EACb,QAAQ,EACR,UAAU,EACV,SAAS,EACT,mBAAmB,EACpB,MAAM,uBAAuB,CAAC;AAe/B,MAAM,OAAO,iBAAkB,SAAQ,UAAU,CAAC,aAAa;IAK7D;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAAyC;;QAEzC,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;QACrD,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAoC;YAChD,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,gCAAgC,CAAC;QACxD,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EACN,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1E,MAAM,gBAAgB,GAAsC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YAClG,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;QACJ,CAAC;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,MAAA,mBAAmB,CAAC,gBAAgB,mCACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;QACJ,CAAC;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;QACrD,IAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,IAAI,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,gBAAgB,GAAG,IAAI,oBAAoB,CAAC,IAAI,CAAC,CAAC;QACvD,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,IAAI,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,eAAe,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QACrD,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAYF","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 * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n ImagesImpl,\n LabPlansImpl,\n OperationsImpl,\n LabsImpl,\n OperationResultsImpl,\n SchedulesImpl,\n SkusImpl,\n UsagesImpl,\n UsersImpl,\n VirtualMachinesImpl\n} from \"./operations/index.js\";\nimport {\n Images,\n LabPlans,\n Operations,\n Labs,\n OperationResults,\n Schedules,\n Skus,\n Usages,\n Users,\n VirtualMachines\n} from \"./operationsInterfaces/index.js\";\nimport { LabServicesClientOptionalParams } from \"./models/index.js\";\n\nexport class LabServicesClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the LabServicesClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The ID of the target subscription.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: LabServicesClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: LabServicesClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-labservices/3.1.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2022-08-01\";\n this.images = new ImagesImpl(this);\n this.labPlans = new LabPlansImpl(this);\n this.operations = new OperationsImpl(this);\n this.labs = new LabsImpl(this);\n this.operationResults = new OperationResultsImpl(this);\n this.schedules = new SchedulesImpl(this);\n this.skus = new SkusImpl(this);\n this.usages = new UsagesImpl(this);\n this.users = new UsersImpl(this);\n this.virtualMachines = new VirtualMachinesImpl(this);\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n images: Images;\n labPlans: LabPlans;\n operations: Operations;\n labs: Labs;\n operationResults: OperationResults;\n schedules: Schedules;\n skus: Skus;\n usages: Usages;\n users: Users;\n virtualMachines: VirtualMachines;\n}\n"]}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import { __rest } from "tslib";
|
9
|
+
export class LroImpl {
|
10
|
+
constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
|
11
|
+
this.sendOperationFn = sendOperationFn;
|
12
|
+
this.args = args;
|
13
|
+
this.spec = spec;
|
14
|
+
this.requestPath = requestPath;
|
15
|
+
this.requestMethod = requestMethod;
|
16
|
+
}
|
17
|
+
async sendInitialRequest() {
|
18
|
+
return this.sendOperationFn(this.args, this.spec);
|
19
|
+
}
|
20
|
+
async sendPollRequest(path) {
|
21
|
+
const _a = this.spec, { requestBody } = _a, restSpec = __rest(_a, ["requestBody"]);
|
22
|
+
return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
|
23
|
+
}
|
24
|
+
}
|
25
|
+
//# sourceMappingURL=lroImpl.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,MAAM,OAAO,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,EAAE,WAAW,OAA2B,EAAtB,QAAQ,cAA1B,eAA4B,CAAY,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;IACL,CAAC;CACF","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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAssCH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,WAAW;IACX,4BAAa,CAAA;IACb,aAAa;IACb,gCAAiB,CAAA;IACjB,iBAAiB;IACjB,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,KAAX,WAAW,QAOtB;AAaD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,eAAe;IACf,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,KAAf,eAAe,QAG1B;AAWD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,eAAe;IACf,gDAAqB,CAAA;IACrB,cAAc;IACd,8CAAmB,CAAA;AACrB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,iDAAiD;IACjD,+BAAa,CAAA;IACb,wDAAwD;IACxD,mCAAiB,CAAA;IACjB,0DAA0D;IAC1D,yCAAuB,CAAA;AACzB,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,eAAe;IACf,6CAAqB,CAAA;AACvB,CAAC,EAHW,oBAAoB,KAApB,oBAAoB,QAG/B;AAWD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,cAAc;IACd,iDAAmB,CAAA;IACnB,kCAAkC;IAClC,yFAA2D,CAAA;AAC7D,CAAC,EALW,0BAA0B,KAA1B,0BAA0B,QAKrC;AAYD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,YAAY;IACZ,iCAAe,CAAA;AACjB,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB","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 * as coreClient from \"@azure/core-client\";\n\n/** Paged list of Lab services virtual machine images. */\nexport interface PagedImages {\n /**\n * The array page of virtual machine images.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Image[];\n /**\n * The link to get the next page of image results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Properties of an image resource update */\nexport interface ImageUpdateProperties {\n /** Is the image enabled */\n enabledState?: EnableState;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Lab services virtual machine image for updates. */\nexport interface ImageUpdate {\n /** Is the image enabled */\n enabledState?: EnableState;\n}\n\n/** Paged list of lab plans. */\nexport interface PagedLabPlans {\n /**\n * The array page of lab plans.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: LabPlan[];\n /**\n * The link to get the next page of lab plan results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Lab plan resource properties for updates */\nexport interface LabPlanUpdateProperties {\n /** The default lab connection profile. This can be changed on a lab resource and only provides a default profile. */\n defaultConnectionProfile?: ConnectionProfile;\n /** The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile. */\n defaultAutoShutdownProfile?: AutoShutdownProfile;\n /** The lab plan network profile. To enforce lab network policies they must be defined here and cannot be changed when there are existing labs associated with this lab plan. */\n defaultNetworkProfile?: LabPlanNetworkProfile;\n /** The allowed regions for the lab creator to use when creating labs using this lab plan. */\n allowedRegions?: string[];\n /** Resource ID of the Shared Image Gallery attached to this lab plan. When saving a lab template virtual machine image it will be persisted in this gallery. Shared images from the gallery can be made available to use when creating new labs. */\n sharedGalleryId?: string;\n /** Support contact information and instructions for users of the lab plan. This information is displayed to lab owners and virtual machine users for all labs in the lab plan. */\n supportInfo?: SupportInfo;\n /** Base Url of the lms instance this lab plan can link lab rosters against. */\n linkedLmsInstance?: string;\n}\n\n/** Connection profile for how users connect to lab virtual machines. */\nexport interface ConnectionProfile {\n /** The enabled access level for Web Access over SSH. */\n webSshAccess?: ConnectionType;\n /** The enabled access level for Web Access over RDP. */\n webRdpAccess?: ConnectionType;\n /** The enabled access level for Client Access over SSH. */\n clientSshAccess?: ConnectionType;\n /** The enabled access level for Client Access over RDP. */\n clientRdpAccess?: ConnectionType;\n}\n\n/** Profile for how to handle shutting down virtual machines. */\nexport interface AutoShutdownProfile {\n /** Whether shutdown on disconnect is enabled */\n shutdownOnDisconnect?: EnableState;\n /** Whether a VM will get shutdown when it hasn't been connected to after a period of time. */\n shutdownWhenNotConnected?: EnableState;\n /** Whether a VM will get shutdown when it has idled for a period of time. */\n shutdownOnIdle?: ShutdownOnIdleMode;\n /** The amount of time a VM will stay running after a user disconnects if this behavior is enabled. */\n disconnectDelay?: string;\n /** The amount of time a VM will stay running before it is shutdown if no connection is made and this behavior is enabled. */\n noConnectDelay?: string;\n /** The amount of time a VM will idle before it is shutdown if this behavior is enabled. */\n idleDelay?: string;\n}\n\n/** Profile for how to handle networking for Lab Plans. */\nexport interface LabPlanNetworkProfile {\n /** The external subnet resource id */\n subnetId?: string;\n}\n\n/** Support contact information and instructions. */\nexport interface SupportInfo {\n /** Support web address. */\n url?: string;\n /** Support contact email address. */\n email?: string;\n /** Support contact phone number. */\n phone?: string;\n /** Support instructions. */\n instructions?: string;\n}\n\n/** Identity for the resource. */\nexport interface Identity {\n /**\n * The principal ID of resource identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant ID of resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** The identity type. */\n type?: \"SystemAssigned\";\n}\n\n/** Base tracked resource type for all PATCH updates. */\nexport interface TrackedResourceUpdate {\n /** Resource tags. */\n tags?: string[];\n}\n\n/** Body for the save image POST */\nexport interface SaveImageBody {\n /** The name for the image we create. */\n name?: string;\n /** The ID of the lab virtual machine you want to save an image from. */\n labVirtualMachineId?: string;\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Paged list of labs. */\nexport interface PagedLabs {\n /**\n * The array page of lab results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Lab[];\n /**\n * The link to get the next page of image results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Profile for how to handle networking for Labs. */\nexport interface LabNetworkProfile {\n /** The external subnet resource id */\n subnetId?: string;\n /** The external load balancer resource id */\n loadBalancerId?: string;\n /** The external public IP resource id */\n publicIpId?: string;\n}\n\n/** Properties of a lab resource used for updates. */\nexport interface LabUpdateProperties {\n /** The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle. */\n autoShutdownProfile?: AutoShutdownProfile;\n /** The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open. */\n connectionProfile?: ConnectionProfile;\n /** The profile used for creating lab virtual machines. */\n virtualMachineProfile?: VirtualMachineProfile;\n /** The lab security profile. */\n securityProfile?: SecurityProfile;\n /** The lab user list management profile. */\n rosterProfile?: RosterProfile;\n /** The ID of the lab plan. Used during resource creation to provide defaults and acts as a permission container when creating a lab via labs.azure.com. Setting a labPlanId on an existing lab provides organization.. */\n labPlanId?: string;\n /** The title of the lab. */\n title?: string;\n /** The description of the lab. */\n description?: string;\n}\n\n/** The base virtual machine configuration for a lab. */\nexport interface VirtualMachineProfile {\n /** Indicates what lab virtual machines are created from. */\n createOption: CreateOption;\n /** The image configuration for lab virtual machines. */\n imageReference: ImageReference;\n /**\n * The OS type of the image\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OsType;\n /** The SKU for the lab. Defines the type of virtual machines used in the lab. */\n sku: Sku;\n /** Additional VM capabilities. */\n additionalCapabilities?: VirtualMachineAdditionalCapabilities;\n /** The initial quota alloted to each lab user. Must be a time span between 0 and 9999 hours. */\n usageQuota: string;\n /** Enabling this option will use the same password for all user VMs. */\n useSharedPassword?: EnableState;\n /** Credentials for the admin user on the VM. */\n adminUser: Credentials;\n /** Credentials for the non-admin user on the VM, if one exists. */\n nonAdminUser?: Credentials;\n}\n\n/** Image reference information. Used in the virtual machine profile. */\nexport interface ImageReference {\n /** Image resource ID */\n id?: string;\n /** The image offer if applicable. */\n offer?: string;\n /** The image publisher */\n publisher?: string;\n /** The image SKU */\n sku?: string;\n /** The image version specified on creation. */\n version?: string;\n /**\n * The actual version of the image after use.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exactVersion?: string;\n}\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\n/** The additional capabilities for a lab VM. */\nexport interface VirtualMachineAdditionalCapabilities {\n /** Flag to pre-install dedicated GPU drivers. */\n installGpuDrivers?: EnableState;\n}\n\n/** Credentials for a user on a lab VM. */\nexport interface Credentials {\n /** The username to use when signing in to lab VMs. */\n username: string;\n /** The password for the user. This is required for the TemplateVM createOption. */\n password?: string;\n}\n\n/** The lab security profile. */\nexport interface SecurityProfile {\n /**\n * The registration code for the lab.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationCode?: string;\n /** Whether any user or only specified users can register to a lab. */\n openAccess?: EnableState;\n}\n\n/** The lab user list management profile. */\nexport interface RosterProfile {\n /** The AAD group ID which this lab roster is populated from. Having this set enables AAD sync mode. */\n activeDirectoryGroupId?: string;\n /** The unique context identifier for the lab in the lms. */\n ltiContextId?: string;\n /** The base URI identifying the lms instance. */\n lmsInstance?: string;\n /** The unique id of the azure lab services tool in the lms. */\n ltiClientId?: string;\n /** The uri of the names and roles service endpoint on the lms for the class attached to this lab. */\n ltiRosterEndpoint?: string;\n}\n\n/** A long running operation result */\nexport interface OperationResult {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The operation status */\n status: OperationStatus;\n /** Start time */\n startTime?: Date;\n /** End time */\n endTime?: Date;\n /** Percent completion */\n percentComplete?: number;\n /** The error for a failure if the operation failed. */\n error?: ErrorDetail;\n}\n\n/** Paged list of schedules. */\nexport interface PagedSchedules {\n /**\n * The array page of schedule results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Schedule[];\n /**\n * The link to get the next page of schedule results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Schedule resource properties used for updates. */\nexport interface ScheduleUpdateProperties {\n /** When lab user virtual machines will be started. Timestamp offsets will be ignored and timeZoneId is used instead. */\n startAt?: Date;\n /** When lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead. */\n stopAt?: Date;\n /** The recurrence pattern of the scheduled actions. */\n recurrencePattern?: RecurrencePattern;\n /** The IANA timezone id for the schedule. */\n timeZoneId?: string;\n /** Notes for this schedule. */\n notes?: string;\n}\n\n/** Recurrence pattern of a lab schedule. */\nexport interface RecurrencePattern {\n /** The frequency of the recurrence. */\n frequency: RecurrenceFrequency;\n /** The week days the schedule runs. Used for when the Frequency is set to Weekly. */\n weekDays?: WeekDay[];\n /** The interval to invoke the schedule on. For example, interval = 2 and RecurrenceFrequency.Daily will run every 2 days. When no interval is supplied, an interval of 1 is used. */\n interval?: number;\n /** When the recurrence will expire. This date is inclusive. */\n expirationDate: Date;\n}\n\n/** Schedule for automatically turning virtual machines in a lab on and off at specified times. Used for updates. */\nexport interface ScheduleUpdate {\n /** When lab user virtual machines will be started. Timestamp offsets will be ignored and timeZoneId is used instead. */\n startAt?: Date;\n /** When lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead. */\n stopAt?: Date;\n /** The recurrence pattern of the scheduled actions. */\n recurrencePattern?: RecurrencePattern;\n /** The IANA timezone id for the schedule. */\n timeZoneId?: string;\n /** Notes for this schedule. */\n notes?: string;\n}\n\n/** Paged list of lab services skus. */\nexport interface PagedLabServicesSkus {\n /**\n * The array page of sku results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: LabServicesSku[];\n /**\n * The link to get the next page of sku results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Azure Lab Services resource SKUs */\nexport interface LabServicesSku {\n /**\n * The lab services resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * The name of the SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The tier of the SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tier?: LabServicesSkuTier;\n /**\n * The SKU size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly size?: string;\n /**\n * The family of the SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly family?: string;\n /** The scale out/in options of the SKU. */\n capacity?: LabServicesSkuCapacity;\n /**\n * The capabilities of the SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capabilities?: LabServicesSkuCapabilities[];\n /**\n * List of locations that are available for a size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: string[];\n /**\n * Metadata for retrieving price info of a lab services SKUs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly costs?: LabServicesSkuCost[];\n /**\n * Restrictions of a lab services SKUs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restrictions?: LabServicesSkuRestrictions[];\n}\n\n/** The scale out/in options of the SKU. */\nexport interface LabServicesSkuCapacity {\n /**\n * The default capacity for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly default?: number;\n /**\n * The lowest permitted capacity for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimum?: number;\n /**\n * The highest permitted capacity for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximum?: number;\n /**\n * The localized name of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scaleType?: ScaleType;\n}\n\n/** The array of capabilities of a lab services SKU. */\nexport interface LabServicesSkuCapabilities {\n /**\n * The name of the capability for a SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The value of the capability for a SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** The array of costs of a lab services SKU. */\nexport interface LabServicesSkuCost {\n /**\n * The meter id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly meterId?: string;\n /**\n * The quantity of units charged.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quantity?: number;\n /**\n * The extended unit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extendedUnit?: string;\n}\n\n/** The restriction details. */\nexport interface LabServicesSkuRestrictions {\n /**\n * The type of restriction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: RestrictionType;\n /**\n * The values of the restriction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly values?: string[];\n /**\n * The reason for the restriction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reasonCode?: RestrictionReasonCode;\n}\n\n/** List of Core Usages. */\nexport interface ListUsagesResult {\n /** The array page of Usages. */\n value?: Usage[];\n /**\n * The link to get the next page of Usage result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The core usage details. */\nexport interface Usage {\n /** The current usage. */\n currentValue?: number;\n /** The limit integer. */\n limit?: number;\n /** The unit details. */\n unit?: UsageUnit;\n /** The name. */\n name?: UsageName;\n /** The fully qualified arm resource id. */\n id?: string;\n}\n\n/** The Usage Names. */\nexport interface UsageName {\n /** The localized name of the resource. */\n localizedValue?: string;\n /** The instances of the resource. */\n skuInstances?: string[];\n /** The name of the resource. */\n value?: string;\n}\n\n/** Paged list of users. */\nexport interface PagedUsers {\n /**\n * The array page of user results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: User[];\n /**\n * The link to get the next page of image results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** User resource properties used for updates. */\nexport interface UserUpdateProperties {\n /** The amount of usage quota time the user gets in addition to the lab usage quota. */\n additionalUsageQuota?: string;\n}\n\n/** User of a lab that can register for and use virtual machines within the lab. Used for updates. */\nexport interface UserUpdate {\n /** The amount of usage quota time the user gets in addition to the lab usage quota. */\n additionalUsageQuota?: string;\n}\n\n/** Body for a user invite request */\nexport interface InviteBody {\n /** Custom text for the invite email. */\n text?: string;\n}\n\n/** Paged list of lab services virtual machines. */\nexport interface PagedVirtualMachines {\n /**\n * The array page of virtual machine results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: VirtualMachine[];\n /**\n * The link to get the next page of virtual machine results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The connection information for the virtual machine */\nexport interface VirtualMachineConnectionProfile {\n /**\n * The private IP address of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateIpAddress?: string;\n /**\n * Port and host name separated by semicolon for connecting via SSH protocol to the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sshAuthority?: string;\n /**\n * URL for connecting via SSH protocol to the virtual machine in browser.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sshInBrowserUrl?: string;\n /**\n * Port and host name separated by semicolon for connecting via RDP protocol to the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rdpAuthority?: string;\n /**\n * URL for connecting via RDP protocol to the virtual machine in browser.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly rdpInBrowserUrl?: string;\n /**\n * The username used to log on to the virtual machine as admin.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly adminUsername?: string;\n /**\n * The username used to log on to the virtual machine as non-admin, if one exists.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nonAdminUsername?: string;\n}\n\n/** Body of a reset password request. */\nexport interface ResetPasswordBody {\n /** The user whose password is being reset */\n username: string;\n /** The password */\n password: string;\n}\n\n/** Properties of an image resource. */\nexport interface ImageProperties extends ImageUpdateProperties {\n /**\n * Current provisioning state of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The image display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * A description of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * URL of the image icon.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly iconUrl?: string;\n /**\n * The image author.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly author?: string;\n /**\n * The OS Type of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OsType;\n /**\n * The ID of marketplace plan associated with the image (optional).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly plan?: string;\n /**\n * The status of image terms of use (enabled = accepted, disabled = not accepted).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly termsStatus?: EnableState;\n /**\n * The ID of an offer associated with the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly offer?: string;\n /**\n * The ID of the publisher of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publisher?: string;\n /**\n * The image SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: string;\n /**\n * The image version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The ID for the image in the shared gallery.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sharedGalleryId?: string;\n /** The available regions of the image in the shared gallery. */\n availableRegions?: string[];\n /**\n * The OS State of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osState?: OsState;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Lab plan resource properties */\nexport interface LabPlanProperties extends LabPlanUpdateProperties {\n /**\n * Current provisioning state of the lab plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Contains lab configuration and default settings. This variant is used for PATCH. */\nexport interface LabPlanUpdate extends TrackedResourceUpdate {\n /** Managed Identity Information */\n identity?: Identity;\n /** The default lab connection profile. This can be changed on a lab resource and only provides a default profile. */\n defaultConnectionProfile?: ConnectionProfile;\n /** The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile. */\n defaultAutoShutdownProfile?: AutoShutdownProfile;\n /** The lab plan network profile. To enforce lab network policies they must be defined here and cannot be changed when there are existing labs associated with this lab plan. */\n defaultNetworkProfile?: LabPlanNetworkProfile;\n /** The allowed regions for the lab creator to use when creating labs using this lab plan. */\n allowedRegions?: string[];\n /** Resource ID of the Shared Image Gallery attached to this lab plan. When saving a lab template virtual machine image it will be persisted in this gallery. Shared images from the gallery can be made available to use when creating new labs. */\n sharedGalleryId?: string;\n /** Support contact information and instructions for users of the lab plan. This information is displayed to lab owners and virtual machine users for all labs in the lab plan. */\n supportInfo?: SupportInfo;\n /** Base Url of the lms instance this lab plan can link lab rosters against. */\n linkedLmsInstance?: string;\n}\n\n/** The lab resource for updates. */\nexport interface LabUpdate extends TrackedResourceUpdate {\n /** The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle. */\n autoShutdownProfile?: AutoShutdownProfile;\n /** The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open. */\n connectionProfile?: ConnectionProfile;\n /** The profile used for creating lab virtual machines. */\n virtualMachineProfile?: VirtualMachineProfile;\n /** The lab security profile. */\n securityProfile?: SecurityProfile;\n /** The lab user list management profile. */\n rosterProfile?: RosterProfile;\n /** The ID of the lab plan. Used during resource creation to provide defaults and acts as a permission container when creating a lab via labs.azure.com. Setting a labPlanId on an existing lab provides organization.. */\n labPlanId?: string;\n /** The title of the lab. */\n title?: string;\n /** The description of the lab. */\n description?: string;\n}\n\n/** Properties of a lab resource. */\nexport interface LabProperties extends LabUpdateProperties {\n /**\n * Current provisioning state of the lab.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** The network profile for the lab, typically applied via a lab plan. This profile cannot be modified once a lab has been created. */\n networkProfile?: LabNetworkProfile;\n /**\n * The lab state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: LabState;\n}\n\n/** Schedule resource properties */\nexport interface ScheduleProperties extends ScheduleUpdateProperties {\n /**\n * Current provisioning state of the schedule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** User resource properties */\nexport interface UserProperties extends UserUpdateProperties {\n /**\n * Current provisioning state of the user resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Display name of the user, for example user's full name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** Email address of the user. */\n email: string;\n /**\n * State of the user's registration within the lab.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationState?: RegistrationState;\n /**\n * State of the invitation message for the user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly invitationState?: InvitationState;\n /**\n * Date and time when the invitation message was sent to the user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly invitationSent?: Date;\n /**\n * How long the user has used their virtual machines in this lab.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalUsage?: string;\n}\n\n/** Lab services virtual machine image */\nexport interface Image extends ProxyResource {\n /**\n * Metadata pertaining to creation and last modification of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Is the image enabled */\n enabledState?: EnableState;\n /**\n * Current provisioning state of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The image display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * A description of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * URL of the image icon.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly iconUrl?: string;\n /**\n * The image author.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly author?: string;\n /**\n * The OS Type of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osType?: OsType;\n /**\n * The ID of marketplace plan associated with the image (optional).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly plan?: string;\n /**\n * The status of image terms of use (enabled = accepted, disabled = not accepted).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly termsStatus?: EnableState;\n /**\n * The ID of an offer associated with the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly offer?: string;\n /**\n * The ID of the publisher of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publisher?: string;\n /**\n * The image SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sku?: string;\n /**\n * The image version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version?: string;\n /**\n * The ID for the image in the shared gallery.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sharedGalleryId?: string;\n /** The available regions of the image in the shared gallery. */\n availableRegions?: string[];\n /**\n * The OS State of the image.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly osState?: OsState;\n}\n\n/** Schedule for automatically turning virtual machines in a lab on and off at specified times. */\nexport interface Schedule extends ProxyResource {\n /**\n * Metadata pertaining to creation and last modification of the schedule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** When lab user virtual machines will be started. Timestamp offsets will be ignored and timeZoneId is used instead. */\n startAt?: Date;\n /** When lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead. */\n stopAt?: Date;\n /** The recurrence pattern of the scheduled actions. */\n recurrencePattern?: RecurrencePattern;\n /** The IANA timezone id for the schedule. */\n timeZoneId?: string;\n /** Notes for this schedule. */\n notes?: string;\n /**\n * Current provisioning state of the schedule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** User of a lab that can register for and use virtual machines within the lab. */\nexport interface User extends ProxyResource {\n /**\n * Metadata pertaining to creation and last modification of the user resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The amount of usage quota time the user gets in addition to the lab usage quota. */\n additionalUsageQuota?: string;\n /**\n * Current provisioning state of the user resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Display name of the user, for example user's full name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /** Email address of the user. */\n email: string;\n /**\n * State of the user's registration within the lab.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registrationState?: RegistrationState;\n /**\n * State of the invitation message for the user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly invitationState?: InvitationState;\n /**\n * Date and time when the invitation message was sent to the user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly invitationSent?: Date;\n /**\n * How long the user has used their virtual machines in this lab.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalUsage?: string;\n}\n\n/** A lab virtual machine resource. */\nexport interface VirtualMachine extends ProxyResource {\n /**\n * System data of the Lab virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Current provisioning state of the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The current state of the virtual machine\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: VirtualMachineState;\n /**\n * Profile for information about connecting to the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionProfile?: VirtualMachineConnectionProfile;\n /**\n * The lab user ID (not the PUID!) of who claimed the virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly claimedByUserId?: string;\n /**\n * The type of this VM resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmType?: VirtualMachineType;\n}\n\n/** Lab Plans act as a permission container for creating labs via labs.azure.com. Additionally, they can provide a set of default configurations that will apply at the time of creating a lab, but these defaults can still be overwritten. */\nexport interface LabPlan extends TrackedResource {\n /**\n * Metadata pertaining to creation and last modification of the lab plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Managed Identity Information */\n identity?: Identity;\n /** The default lab connection profile. This can be changed on a lab resource and only provides a default profile. */\n defaultConnectionProfile?: ConnectionProfile;\n /** The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile. */\n defaultAutoShutdownProfile?: AutoShutdownProfile;\n /** The lab plan network profile. To enforce lab network policies they must be defined here and cannot be changed when there are existing labs associated with this lab plan. */\n defaultNetworkProfile?: LabPlanNetworkProfile;\n /** The allowed regions for the lab creator to use when creating labs using this lab plan. */\n allowedRegions?: string[];\n /** Resource ID of the Shared Image Gallery attached to this lab plan. When saving a lab template virtual machine image it will be persisted in this gallery. Shared images from the gallery can be made available to use when creating new labs. */\n sharedGalleryId?: string;\n /** Support contact information and instructions for users of the lab plan. This information is displayed to lab owners and virtual machine users for all labs in the lab plan. */\n supportInfo?: SupportInfo;\n /** Base Url of the lms instance this lab plan can link lab rosters against. */\n linkedLmsInstance?: string;\n /**\n * Current provisioning state of the lab plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** The lab resource. */\nexport interface Lab extends TrackedResource {\n /**\n * Metadata pertaining to creation and last modification of the lab.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle. */\n autoShutdownProfile?: AutoShutdownProfile;\n /** The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open. */\n connectionProfile?: ConnectionProfile;\n /** The profile used for creating lab virtual machines. */\n virtualMachineProfile?: VirtualMachineProfile;\n /** The lab security profile. */\n securityProfile?: SecurityProfile;\n /** The lab user list management profile. */\n rosterProfile?: RosterProfile;\n /** The ID of the lab plan. Used during resource creation to provide defaults and acts as a permission container when creating a lab via labs.azure.com. Setting a labPlanId on an existing lab provides organization.. */\n labPlanId?: string;\n /** The title of the lab. */\n title?: string;\n /** The description of the lab. */\n description?: string;\n /**\n * Current provisioning state of the lab.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** The network profile for the lab, typically applied via a lab plan. This profile cannot be modified once a lab has been created. */\n networkProfile?: LabNetworkProfile;\n /**\n * The lab state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: LabState;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\"\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\"\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link LabServicesSkuTier} that the service accepts. */\nexport enum KnownLabServicesSkuTier {\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\"\n}\n\n/**\n * Defines values for LabServicesSkuTier. \\\n * {@link KnownLabServicesSkuTier} can be used interchangeably with LabServicesSkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Premium**\n */\nexport type LabServicesSkuTier = string;\n\n/** Known values of {@link ScaleType} that the service accepts. */\nexport enum KnownScaleType {\n /** The capacity is not adjustable in any way. */\n None = \"None\",\n /** The user must manually scale this SKU in and out. */\n Manual = \"Manual\",\n /** The user is permitted to scale this SKU in and out. */\n Automatic = \"Automatic\"\n}\n\n/**\n * Defines values for ScaleType. \\\n * {@link KnownScaleType} can be used interchangeably with ScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: The capacity is not adjustable in any way. \\\n * **Manual**: The user must manually scale this SKU in and out. \\\n * **Automatic**: The user is permitted to scale this SKU in and out.\n */\nexport type ScaleType = string;\n\n/** Known values of {@link RestrictionType} that the service accepts. */\nexport enum KnownRestrictionType {\n /** Location */\n Location = \"Location\"\n}\n\n/**\n * Defines values for RestrictionType. \\\n * {@link KnownRestrictionType} can be used interchangeably with RestrictionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Location**\n */\nexport type RestrictionType = string;\n\n/** Known values of {@link RestrictionReasonCode} that the service accepts. */\nexport enum KnownRestrictionReasonCode {\n /** QuotaId */\n QuotaId = \"QuotaId\",\n /** NotAvailableForSubscription */\n NotAvailableForSubscription = \"NotAvailableForSubscription\"\n}\n\n/**\n * Defines values for RestrictionReasonCode. \\\n * {@link KnownRestrictionReasonCode} can be used interchangeably with RestrictionReasonCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuotaId** \\\n * **NotAvailableForSubscription**\n */\nexport type RestrictionReasonCode = string;\n\n/** Known values of {@link UsageUnit} that the service accepts. */\nexport enum KnownUsageUnit {\n /** Count */\n Count = \"Count\"\n}\n\n/**\n * Defines values for UsageUnit. \\\n * {@link KnownUsageUnit} can be used interchangeably with UsageUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Count**\n */\nexport type UsageUnit = string;\n/** Defines values for ProvisioningState. */\nexport type ProvisioningState =\n | \"Creating\"\n | \"Updating\"\n | \"Deleting\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Locked\";\n/** Defines values for OsType. */\nexport type OsType = \"Windows\" | \"Linux\";\n/** Defines values for EnableState. */\nexport type EnableState = \"Enabled\" | \"Disabled\";\n/** Defines values for OsState. */\nexport type OsState = \"Generalized\" | \"Specialized\";\n/** Defines values for ConnectionType. */\nexport type ConnectionType = \"Public\" | \"Private\" | \"None\";\n/** Defines values for ShutdownOnIdleMode. */\nexport type ShutdownOnIdleMode = \"None\" | \"UserAbsence\" | \"LowUsage\";\n/** Defines values for LabState. */\nexport type LabState =\n | \"Draft\"\n | \"Publishing\"\n | \"Scaling\"\n | \"Syncing\"\n | \"Published\";\n/** Defines values for CreateOption. */\nexport type CreateOption = \"Image\" | \"TemplateVM\";\n/** Defines values for SkuTier. */\nexport type SkuTier = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\";\n/** Defines values for OperationStatus. */\nexport type OperationStatus =\n | \"NotStarted\"\n | \"InProgress\"\n | \"Succeeded\"\n | \"Failed\"\n | \"Canceled\";\n/** Defines values for RecurrenceFrequency. */\nexport type RecurrenceFrequency = \"Daily\" | \"Weekly\";\n/** Defines values for WeekDay. */\nexport type WeekDay =\n | \"Sunday\"\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\";\n/** Defines values for RegistrationState. */\nexport type RegistrationState = \"Registered\" | \"NotRegistered\";\n/** Defines values for InvitationState. */\nexport type InvitationState = \"NotSent\" | \"Sending\" | \"Sent\" | \"Failed\";\n/** Defines values for VirtualMachineState. */\nexport type VirtualMachineState =\n | \"Stopped\"\n | \"Starting\"\n | \"Running\"\n | \"Stopping\"\n | \"ResettingPassword\"\n | \"Reimaging\"\n | \"Redeploying\";\n/** Defines values for VirtualMachineType. */\nexport type VirtualMachineType = \"User\" | \"Template\";\n\n/** Optional parameters. */\nexport interface ImagesListByLabPlanOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply to the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByLabPlan operation. */\nexport type ImagesListByLabPlanResponse = PagedImages;\n\n/** Optional parameters. */\nexport interface ImagesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ImagesGetResponse = Image;\n\n/** Optional parameters. */\nexport interface ImagesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ImagesCreateOrUpdateResponse = Image;\n\n/** Optional parameters. */\nexport interface ImagesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ImagesUpdateResponse = Image;\n\n/** Optional parameters. */\nexport interface ImagesListByLabPlanNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLabPlanNext operation. */\nexport type ImagesListByLabPlanNextResponse = PagedImages;\n\n/** Optional parameters. */\nexport interface LabPlansListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply to the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type LabPlansListBySubscriptionResponse = PagedLabPlans;\n\n/** Optional parameters. */\nexport interface LabPlansListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type LabPlansListByResourceGroupResponse = PagedLabPlans;\n\n/** Optional parameters. */\nexport interface LabPlansGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LabPlansGetResponse = LabPlan;\n\n/** Optional parameters. */\nexport interface LabPlansCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LabPlansCreateOrUpdateResponse = LabPlan;\n\n/** Optional parameters. */\nexport interface LabPlansUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type LabPlansUpdateResponse = LabPlan;\n\n/** Optional parameters. */\nexport interface LabPlansDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabPlansSaveImageOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabPlansListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type LabPlansListBySubscriptionNextResponse = PagedLabPlans;\n\n/** Optional parameters. */\nexport interface LabPlansListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type LabPlansListByResourceGroupNextResponse = PagedLabPlans;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface LabsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply to the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type LabsListBySubscriptionResponse = PagedLabs;\n\n/** Optional parameters. */\nexport interface LabsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type LabsListByResourceGroupResponse = PagedLabs;\n\n/** Optional parameters. */\nexport interface LabsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LabsGetResponse = Lab;\n\n/** Optional parameters. */\nexport interface LabsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type LabsCreateOrUpdateResponse = Lab;\n\n/** Optional parameters. */\nexport interface LabsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type LabsUpdateResponse = Lab;\n\n/** Optional parameters. */\nexport interface LabsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabsPublishOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabsSyncGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LabsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type LabsListBySubscriptionNextResponse = PagedLabs;\n\n/** Optional parameters. */\nexport interface LabsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type LabsListByResourceGroupNextResponse = PagedLabs;\n\n/** Optional parameters. */\nexport interface OperationResultsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OperationResultsGetResponse = OperationResult;\n\n/** Optional parameters. */\nexport interface SchedulesListByLabOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply to the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByLab operation. */\nexport type SchedulesListByLabResponse = PagedSchedules;\n\n/** Optional parameters. */\nexport interface SchedulesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SchedulesGetResponse = Schedule;\n\n/** Optional parameters. */\nexport interface SchedulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SchedulesCreateOrUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface SchedulesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type SchedulesUpdateResponse = Schedule;\n\n/** Optional parameters. */\nexport interface SchedulesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface SchedulesListByLabNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLabNext operation. */\nexport type SchedulesListByLabNextResponse = PagedSchedules;\n\n/** Optional parameters. */\nexport interface SkusListOptionalParams extends coreClient.OperationOptions {\n /** The filter to apply to the operation. */\n filter?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type SkusListResponse = PagedLabServicesSkus;\n\n/** Optional parameters. */\nexport interface SkusListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type SkusListNextResponse = PagedLabServicesSkus;\n\n/** Optional parameters. */\nexport interface UsagesListByLocationOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply to the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByLocation operation. */\nexport type UsagesListByLocationResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface UsagesListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type UsagesListByLocationNextResponse = ListUsagesResult;\n\n/** Optional parameters. */\nexport interface UsersListByLabOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply to the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByLab operation. */\nexport type UsersListByLabResponse = PagedUsers;\n\n/** Optional parameters. */\nexport interface UsersGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type UsersGetResponse = User;\n\n/** Optional parameters. */\nexport interface UsersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type UsersCreateOrUpdateResponse = User;\n\n/** Optional parameters. */\nexport interface UsersUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type UsersUpdateResponse = User;\n\n/** Optional parameters. */\nexport interface UsersDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface UsersInviteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface UsersListByLabNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLabNext operation. */\nexport type UsersListByLabNextResponse = PagedUsers;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListByLabOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply to the operation. */\n filter?: string;\n}\n\n/** Contains response data for the listByLab operation. */\nexport type VirtualMachinesListByLabResponse = PagedVirtualMachines;\n\n/** Optional parameters. */\nexport interface VirtualMachinesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualMachinesGetResponse = VirtualMachine;\n\n/** Optional parameters. */\nexport interface VirtualMachinesStartOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesStopOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesReimageOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesRedeployOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesResetPasswordOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesListByLabNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLabNext operation. */\nexport type VirtualMachinesListByLabNextResponse = PagedVirtualMachines;\n\n/** Optional parameters. */\nexport interface LabServicesClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|