@azure/arm-labservices 2.0.0 → 3.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +70 -78
- package/dist/index.js +6456 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/deleteLab.d.ts +2 -0
- package/dist-esm/samples-dev/deleteLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteLab.js +31 -0
- package/dist-esm/samples-dev/deleteLab.js.map +1 -0
- package/dist-esm/samples-dev/deleteLabPlan.d.ts +2 -0
- package/dist-esm/samples-dev/deleteLabPlan.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteLabPlan.js +31 -0
- package/dist-esm/samples-dev/deleteLabPlan.js.map +1 -0
- package/dist-esm/samples-dev/deleteSchedule.d.ts +2 -0
- package/dist-esm/samples-dev/deleteSchedule.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteSchedule.js +32 -0
- package/dist-esm/samples-dev/deleteSchedule.js.map +1 -0
- package/dist-esm/samples-dev/deleteUser.d.ts +2 -0
- package/dist-esm/samples-dev/deleteUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteUser.js +32 -0
- package/dist-esm/samples-dev/deleteUser.js.map +1 -0
- package/dist-esm/samples-dev/getImage.d.ts +2 -0
- package/dist-esm/samples-dev/getImage.d.ts.map +1 -0
- package/dist-esm/samples-dev/getImage.js +32 -0
- package/dist-esm/samples-dev/getImage.js.map +1 -0
- package/dist-esm/samples-dev/getLab.d.ts +2 -0
- package/dist-esm/samples-dev/getLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/getLab.js +31 -0
- package/dist-esm/samples-dev/getLab.js.map +1 -0
- package/dist-esm/samples-dev/getLabPlan.d.ts +2 -0
- package/dist-esm/samples-dev/getLabPlan.d.ts.map +1 -0
- package/dist-esm/samples-dev/getLabPlan.js +31 -0
- package/dist-esm/samples-dev/getLabPlan.js.map +1 -0
- package/dist-esm/samples-dev/getListSchedule.d.ts +2 -0
- package/dist-esm/samples-dev/getListSchedule.d.ts.map +1 -0
- package/dist-esm/samples-dev/getListSchedule.js +45 -0
- package/dist-esm/samples-dev/getListSchedule.js.map +1 -0
- package/dist-esm/samples-dev/getOperationResult.d.ts +2 -0
- package/dist-esm/samples-dev/getOperationResult.d.ts.map +1 -0
- package/dist-esm/samples-dev/getOperationResult.js +30 -0
- package/dist-esm/samples-dev/getOperationResult.js.map +1 -0
- package/dist-esm/samples-dev/getSchedule.d.ts +2 -0
- package/dist-esm/samples-dev/getSchedule.d.ts.map +1 -0
- package/dist-esm/samples-dev/getSchedule.js +32 -0
- package/dist-esm/samples-dev/getSchedule.js.map +1 -0
- package/dist-esm/samples-dev/getUser.d.ts +2 -0
- package/dist-esm/samples-dev/getUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/getUser.js +32 -0
- package/dist-esm/samples-dev/getUser.js.map +1 -0
- package/dist-esm/samples-dev/getVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/getVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/getVirtualMachine.js +32 -0
- package/dist-esm/samples-dev/getVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/inviteUser.d.ts +2 -0
- package/dist-esm/samples-dev/inviteUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/inviteUser.js +33 -0
- package/dist-esm/samples-dev/inviteUser.js.map +1 -0
- package/dist-esm/samples-dev/listImages.d.ts +2 -0
- package/dist-esm/samples-dev/listImages.d.ts.map +1 -0
- package/dist-esm/samples-dev/listImages.js +45 -0
- package/dist-esm/samples-dev/listImages.js.map +1 -0
- package/dist-esm/samples-dev/listLabPlans.d.ts +2 -0
- package/dist-esm/samples-dev/listLabPlans.d.ts.map +1 -0
- package/dist-esm/samples-dev/listLabPlans.js +43 -0
- package/dist-esm/samples-dev/listLabPlans.js.map +1 -0
- package/dist-esm/samples-dev/listLabs.d.ts +2 -0
- package/dist-esm/samples-dev/listLabs.d.ts.map +1 -0
- package/dist-esm/samples-dev/listLabs.js +43 -0
- package/dist-esm/samples-dev/listLabs.js.map +1 -0
- package/dist-esm/samples-dev/listOperations.d.ts +2 -0
- package/dist-esm/samples-dev/listOperations.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperations.js +43 -0
- package/dist-esm/samples-dev/listOperations.js.map +1 -0
- package/dist-esm/samples-dev/listResourceGroupLabPlans.d.ts +2 -0
- package/dist-esm/samples-dev/listResourceGroupLabPlans.d.ts.map +1 -0
- package/dist-esm/samples-dev/listResourceGroupLabPlans.js +44 -0
- package/dist-esm/samples-dev/listResourceGroupLabPlans.js.map +1 -0
- package/dist-esm/samples-dev/listResourceGroupLabs.d.ts +2 -0
- package/dist-esm/samples-dev/listResourceGroupLabs.d.ts.map +1 -0
- package/dist-esm/samples-dev/listResourceGroupLabs.js +44 -0
- package/dist-esm/samples-dev/listResourceGroupLabs.js.map +1 -0
- package/dist-esm/samples-dev/listSkus.d.ts +2 -0
- package/dist-esm/samples-dev/listSkus.d.ts.map +1 -0
- package/dist-esm/samples-dev/listSkus.js +43 -0
- package/dist-esm/samples-dev/listSkus.js.map +1 -0
- package/dist-esm/samples-dev/listUsages.d.ts +2 -0
- package/dist-esm/samples-dev/listUsages.d.ts.map +1 -0
- package/dist-esm/samples-dev/listUsages.js +44 -0
- package/dist-esm/samples-dev/listUsages.js.map +1 -0
- package/dist-esm/samples-dev/listUser.d.ts +2 -0
- package/dist-esm/samples-dev/listUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/listUser.js +45 -0
- package/dist-esm/samples-dev/listUser.js.map +1 -0
- package/dist-esm/samples-dev/listVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/listVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/listVirtualMachine.js +45 -0
- package/dist-esm/samples-dev/listVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/patchImage.d.ts +2 -0
- package/dist-esm/samples-dev/patchImage.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchImage.js +33 -0
- package/dist-esm/samples-dev/patchImage.js.map +1 -0
- package/dist-esm/samples-dev/patchLab.d.ts +2 -0
- package/dist-esm/samples-dev/patchLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchLab.js +32 -0
- package/dist-esm/samples-dev/patchLab.js.map +1 -0
- package/dist-esm/samples-dev/patchLabPlan.d.ts +2 -0
- package/dist-esm/samples-dev/patchLabPlan.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchLabPlan.js +39 -0
- package/dist-esm/samples-dev/patchLabPlan.js.map +1 -0
- package/dist-esm/samples-dev/patchSchedule.d.ts +2 -0
- package/dist-esm/samples-dev/patchSchedule.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchSchedule.js +39 -0
- package/dist-esm/samples-dev/patchSchedule.js.map +1 -0
- package/dist-esm/samples-dev/patchUser.d.ts +2 -0
- package/dist-esm/samples-dev/patchUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchUser.js +33 -0
- package/dist-esm/samples-dev/patchUser.js.map +1 -0
- package/dist-esm/samples-dev/publishLab.d.ts +2 -0
- package/dist-esm/samples-dev/publishLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/publishLab.js +31 -0
- package/dist-esm/samples-dev/publishLab.js.map +1 -0
- package/dist-esm/samples-dev/putImage.d.ts +2 -0
- package/dist-esm/samples-dev/putImage.d.ts.map +1 -0
- package/dist-esm/samples-dev/putImage.js +33 -0
- package/dist-esm/samples-dev/putImage.js.map +1 -0
- package/dist-esm/samples-dev/putLab.d.ts +2 -0
- package/dist-esm/samples-dev/putLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/putLab.js +70 -0
- package/dist-esm/samples-dev/putLab.js.map +1 -0
- package/dist-esm/samples-dev/putLabPlan.d.ts +2 -0
- package/dist-esm/samples-dev/putLabPlan.d.ts.map +1 -0
- package/dist-esm/samples-dev/putLabPlan.js +58 -0
- package/dist-esm/samples-dev/putLabPlan.js.map +1 -0
- package/dist-esm/samples-dev/putSchedule.d.ts +2 -0
- package/dist-esm/samples-dev/putSchedule.d.ts.map +1 -0
- package/dist-esm/samples-dev/putSchedule.js +43 -0
- package/dist-esm/samples-dev/putSchedule.js.map +1 -0
- package/dist-esm/samples-dev/putUser.d.ts +2 -0
- package/dist-esm/samples-dev/putUser.d.ts.map +1 -0
- package/dist-esm/samples-dev/putUser.js +36 -0
- package/dist-esm/samples-dev/putUser.js.map +1 -0
- package/dist-esm/samples-dev/redeployVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/redeployVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/redeployVirtualMachine.js +32 -0
- package/dist-esm/samples-dev/redeployVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/reimageVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/reimageVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/reimageVirtualMachine.js +32 -0
- package/dist-esm/samples-dev/reimageVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/resetPasswordVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/resetPasswordVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/resetPasswordVirtualMachine.js +36 -0
- package/dist-esm/samples-dev/resetPasswordVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/saveImageVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/saveImageVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/saveImageVirtualMachine.js +35 -0
- package/dist-esm/samples-dev/saveImageVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/startVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/startVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/startVirtualMachine.js +32 -0
- package/dist-esm/samples-dev/startVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/stopVirtualMachine.d.ts +2 -0
- package/dist-esm/samples-dev/stopVirtualMachine.d.ts.map +1 -0
- package/dist-esm/samples-dev/stopVirtualMachine.js +32 -0
- package/dist-esm/samples-dev/stopVirtualMachine.js.map +1 -0
- package/dist-esm/samples-dev/syncLab.d.ts +2 -0
- package/dist-esm/samples-dev/syncLab.d.ts.map +1 -0
- package/dist-esm/samples-dev/syncLab.js +31 -0
- package/dist-esm/samples-dev/syncLab.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/labServicesClient.d.ts +27 -0
- package/dist-esm/src/labServicesClient.d.ts.map +1 -0
- package/dist-esm/src/labServicesClient.js +60 -0
- package/dist-esm/src/labServicesClient.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1638 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +60 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +67 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1768 -1224
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +31 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +270 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/images.d.ts +70 -0
- package/dist-esm/src/operations/images.d.ts.map +1 -0
- package/dist-esm/src/operations/images.js +245 -0
- package/dist-esm/src/operations/images.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +6 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +18 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/labPlans.d.ts +134 -0
- package/dist-esm/src/operations/labPlans.d.ts.map +1 -0
- package/dist-esm/src/operations/labPlans.js +590 -0
- package/dist-esm/src/operations/labPlans.js.map +1 -0
- package/dist-esm/src/operations/labs.d.ts +146 -0
- package/dist-esm/src/operations/labs.d.ts.map +1 -0
- package/dist-esm/src/operations/labs.js +658 -0
- package/dist-esm/src/operations/labs.js.map +1 -0
- package/dist-esm/src/operations/operationResults.d.ts +19 -0
- package/dist-esm/src/operations/operationResults.d.ts.map +1 -0
- package/dist-esm/src/operations/operationResults.js +52 -0
- package/dist-esm/src/operations/operationResults.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/schedules.d.ts +94 -0
- package/dist-esm/src/operations/schedules.d.ts.map +1 -0
- package/dist-esm/src/operations/schedules.js +332 -0
- package/dist-esm/src/operations/schedules.js.map +1 -0
- package/dist-esm/src/operations/skus.d.ts +32 -0
- package/dist-esm/src/operations/skus.d.ts.map +1 -0
- package/dist-esm/src/operations/skus.js +124 -0
- package/dist-esm/src/operations/skus.js.map +1 -0
- package/dist-esm/src/operations/usages.d.ts +35 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +132 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operations/users.d.ts +138 -0
- package/dist-esm/src/operations/users.d.ts.map +1 -0
- package/dist-esm/src/operations/users.js +520 -0
- package/dist-esm/src/operations/users.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +158 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +579 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/images.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/images.d.ts.map +1 -0
- package/{src/models/operationResultsMappers.ts → dist-esm/src/operationsInterfaces/images.js} +2 -7
- package/dist-esm/src/operationsInterfaces/images.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +18 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/labPlans.d.ts +98 -0
- package/dist-esm/src/operationsInterfaces/labPlans.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/labPlans.js} +2 -9
- package/dist-esm/src/operationsInterfaces/labPlans.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/labs.d.ts +110 -0
- package/dist-esm/src/operationsInterfaces/labs.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/labs.js} +2 -1
- package/dist-esm/src/operationsInterfaces/labs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/{esm/models/operationResultsMappers.js → dist-esm/src/operationsInterfaces/operationResults.js} +2 -2
- package/dist-esm/src/operationsInterfaces/operationResults.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/schedules.d.ts +67 -0
- package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/schedules.js +9 -0
- package/dist-esm/src/operationsInterfaces/schedules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.js +9 -0
- package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/users.d.ts +111 -0
- package/dist-esm/src/operationsInterfaces/users.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/users.js +9 -0
- package/dist-esm/src/operationsInterfaces/users.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +131 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +77 -33
- package/review/arm-labservices.api.md +1208 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/labServicesClient.ts +101 -47
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1402 -1988
- package/src/models/mappers.ts +1816 -1232
- package/src/models/parameters.ts +199 -68
- package/src/operations/images.ts +216 -245
- package/src/operations/index.ts +7 -6
- package/src/operations/labPlans.ts +593 -370
- package/src/operations/labs.ts +656 -394
- package/src/operations/operationResults.ts +35 -48
- package/src/operations/operations.ts +85 -75
- package/src/operations/schedules.ts +301 -297
- package/src/operations/skus.ts +139 -0
- package/src/operations/usages.ts +162 -0
- package/src/operations/users.ts +548 -325
- package/src/operations/virtualMachines.ts +614 -350
- package/src/operationsInterfaces/images.ts +83 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +8 -7
- package/src/operationsInterfaces/labPlans.ts +178 -0
- package/src/operationsInterfaces/labs.ts +193 -0
- package/src/operationsInterfaces/operationResults.ts +25 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/schedules.ts +118 -0
- package/src/operationsInterfaces/skus.ts +22 -0
- package/src/operationsInterfaces/usages.ts +24 -0
- package/src/operationsInterfaces/users.ts +195 -0
- package/src/operationsInterfaces/virtualMachines.ts +212 -0
- package/tsconfig.json +5 -4
- package/types/arm-labservices.d.ts +2438 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-labservices.js +0 -5130
- package/dist/arm-labservices.js.map +0 -1
- package/dist/arm-labservices.min.js +0 -1
- package/dist/arm-labservices.min.js.map +0 -1
- package/esm/labServicesClient.d.ts +0 -31
- package/esm/labServicesClient.d.ts.map +0 -1
- package/esm/labServicesClient.js +0 -44
- package/esm/labServicesClient.js.map +0 -1
- package/esm/labServicesClientContext.d.ts +0 -22
- package/esm/labServicesClientContext.d.ts.map +0 -1
- package/esm/labServicesClientContext.js +0 -60
- package/esm/labServicesClientContext.js.map +0 -1
- package/esm/models/imagesMappers.d.ts +0 -2
- package/esm/models/imagesMappers.d.ts.map +0 -1
- package/esm/models/imagesMappers.js +0 -9
- package/esm/models/imagesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2286
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/labPlansMappers.d.ts +0 -2
- package/esm/models/labPlansMappers.d.ts.map +0 -1
- package/esm/models/labPlansMappers.js +0 -9
- package/esm/models/labPlansMappers.js.map +0 -1
- package/esm/models/labsMappers.d.ts +0 -2
- package/esm/models/labsMappers.d.ts.map +0 -1
- package/esm/models/labsMappers.js +0 -9
- package/esm/models/labsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -57
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationResultsMappers.d.ts +0 -2
- package/esm/models/operationResultsMappers.d.ts.map +0 -1
- package/esm/models/operationResultsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -15
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -185
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/schedulesMappers.d.ts +0 -2
- package/esm/models/schedulesMappers.d.ts.map +0 -1
- package/esm/models/schedulesMappers.js +0 -9
- package/esm/models/schedulesMappers.js.map +0 -1
- package/esm/models/usersMappers.d.ts +0 -2
- package/esm/models/usersMappers.d.ts.map +0 -1
- package/esm/models/usersMappers.js +0 -9
- package/esm/models/usersMappers.js.map +0 -1
- package/esm/models/virtualMachinesMappers.d.ts +0 -2
- package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachinesMappers.js +0 -9
- package/esm/models/virtualMachinesMappers.js.map +0 -1
- package/esm/operations/images.d.ts +0 -147
- package/esm/operations/images.d.ts.map +0 -1
- package/esm/operations/images.js +0 -198
- package/esm/operations/images.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/labPlans.d.ts +0 -202
- package/esm/operations/labPlans.d.ts.map +0 -1
- package/esm/operations/labPlans.js +0 -419
- package/esm/operations/labPlans.js.map +0 -1
- package/esm/operations/labs.d.ts +0 -218
- package/esm/operations/labs.d.ts.map +0 -1
- package/esm/operations/labs.js +0 -462
- package/esm/operations/labs.js.map +0 -1
- package/esm/operations/operationResults.d.ts +0 -32
- package/esm/operations/operationResults.d.ts.map +0 -1
- package/esm/operations/operationResults.js +0 -56
- package/esm/operations/operationResults.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -48
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/schedules.d.ts +0 -181
- package/esm/operations/schedules.d.ts.map +0 -1
- package/esm/operations/schedules.js +0 -260
- package/esm/operations/schedules.js.map +0 -1
- package/esm/operations/users.d.ts +0 -191
- package/esm/operations/users.d.ts.map +0 -1
- package/esm/operations/users.js +0 -387
- package/esm/operations/users.js.map +0 -1
- package/esm/operations/virtualMachines.d.ts +0 -217
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -425
- package/esm/operations/virtualMachines.js.map +0 -1
- package/src/labServicesClientContext.ts +0 -67
- package/src/models/imagesMappers.ts +0 -47
- package/src/models/labPlansMappers.ts +0 -50
- package/src/models/labsMappers.ts +0 -49
- package/src/models/schedulesMappers.ts +0 -47
- package/src/models/usersMappers.ts +0 -48
- package/src/models/virtualMachinesMappers.ts +0 -47
|
@@ -0,0 +1,520 @@
|
|
|
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 { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers";
|
|
11
|
+
import * as Parameters from "../models/parameters";
|
|
12
|
+
import { LroEngine } from "@azure/core-lro";
|
|
13
|
+
import { LroImpl } from "../lroImpl";
|
|
14
|
+
/// <reference lib="esnext.asynciterable" />
|
|
15
|
+
/** Class containing Users operations. */
|
|
16
|
+
export class UsersImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class Users class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns a list of all users for a lab.
|
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
28
|
+
* in resource URIs.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
listByLab(resourceGroupName, labName, options) {
|
|
32
|
+
const iter = this.listByLabPagingAll(resourceGroupName, labName, options);
|
|
33
|
+
return {
|
|
34
|
+
next() {
|
|
35
|
+
return iter.next();
|
|
36
|
+
},
|
|
37
|
+
[Symbol.asyncIterator]() {
|
|
38
|
+
return this;
|
|
39
|
+
},
|
|
40
|
+
byPage: () => {
|
|
41
|
+
return this.listByLabPagingPage(resourceGroupName, labName, options);
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
listByLabPagingPage(resourceGroupName, labName, options) {
|
|
46
|
+
return __asyncGenerator(this, arguments, function* listByLabPagingPage_1() {
|
|
47
|
+
let result = yield __await(this._listByLab(resourceGroupName, labName, options));
|
|
48
|
+
yield yield __await(result.value || []);
|
|
49
|
+
let continuationToken = result.nextLink;
|
|
50
|
+
while (continuationToken) {
|
|
51
|
+
result = yield __await(this._listByLabNext(resourceGroupName, labName, continuationToken, options));
|
|
52
|
+
continuationToken = result.nextLink;
|
|
53
|
+
yield yield __await(result.value || []);
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
listByLabPagingAll(resourceGroupName, labName, options) {
|
|
58
|
+
return __asyncGenerator(this, arguments, function* listByLabPagingAll_1() {
|
|
59
|
+
var e_1, _a;
|
|
60
|
+
try {
|
|
61
|
+
for (var _b = __asyncValues(this.listByLabPagingPage(resourceGroupName, labName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
62
|
+
const page = _c.value;
|
|
63
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
67
|
+
finally {
|
|
68
|
+
try {
|
|
69
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
70
|
+
}
|
|
71
|
+
finally { if (e_1) throw e_1.error; }
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Returns a list of all users for a lab.
|
|
77
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
78
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
79
|
+
* in resource URIs.
|
|
80
|
+
* @param options The options parameters.
|
|
81
|
+
*/
|
|
82
|
+
_listByLab(resourceGroupName, labName, options) {
|
|
83
|
+
return this.client.sendOperationRequest({ resourceGroupName, labName, options }, listByLabOperationSpec);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Returns the properties of a lab user.
|
|
87
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
88
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
89
|
+
* in resource URIs.
|
|
90
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
91
|
+
* resource URIs.
|
|
92
|
+
* @param options The options parameters.
|
|
93
|
+
*/
|
|
94
|
+
get(resourceGroupName, labName, userName, options) {
|
|
95
|
+
return this.client.sendOperationRequest({ resourceGroupName, labName, userName, options }, getOperationSpec);
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Operation to create or update a lab user.
|
|
99
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
100
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
101
|
+
* in resource URIs.
|
|
102
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
103
|
+
* resource URIs.
|
|
104
|
+
* @param body The request body.
|
|
105
|
+
* @param options The options parameters.
|
|
106
|
+
*/
|
|
107
|
+
beginCreateOrUpdate(resourceGroupName, labName, userName, body, options) {
|
|
108
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
109
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
110
|
+
return this.client.sendOperationRequest(args, spec);
|
|
111
|
+
});
|
|
112
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
113
|
+
var _a;
|
|
114
|
+
let currentRawResponse = undefined;
|
|
115
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
116
|
+
const callback = (rawResponse, flatResponse) => {
|
|
117
|
+
currentRawResponse = rawResponse;
|
|
118
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
119
|
+
};
|
|
120
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
121
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
122
|
+
return {
|
|
123
|
+
flatResponse,
|
|
124
|
+
rawResponse: {
|
|
125
|
+
statusCode: currentRawResponse.status,
|
|
126
|
+
body: currentRawResponse.parsedBody,
|
|
127
|
+
headers: currentRawResponse.headers.toJSON()
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
|
+
});
|
|
131
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, labName, userName, body, options }, createOrUpdateOperationSpec);
|
|
132
|
+
return new LroEngine(lro, {
|
|
133
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
134
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
135
|
+
lroResourceLocationConfig: "original-uri"
|
|
136
|
+
});
|
|
137
|
+
});
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Operation to create or update a lab user.
|
|
141
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
142
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
143
|
+
* in resource URIs.
|
|
144
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
145
|
+
* resource URIs.
|
|
146
|
+
* @param body The request body.
|
|
147
|
+
* @param options The options parameters.
|
|
148
|
+
*/
|
|
149
|
+
beginCreateOrUpdateAndWait(resourceGroupName, labName, userName, body, options) {
|
|
150
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
151
|
+
const poller = yield this.beginCreateOrUpdate(resourceGroupName, labName, userName, body, options);
|
|
152
|
+
return poller.pollUntilDone();
|
|
153
|
+
});
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* Operation to update a lab user.
|
|
157
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
158
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
159
|
+
* in resource URIs.
|
|
160
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
161
|
+
* resource URIs.
|
|
162
|
+
* @param body The request body.
|
|
163
|
+
* @param options The options parameters.
|
|
164
|
+
*/
|
|
165
|
+
beginUpdate(resourceGroupName, labName, userName, body, options) {
|
|
166
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
167
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
168
|
+
return this.client.sendOperationRequest(args, spec);
|
|
169
|
+
});
|
|
170
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
171
|
+
var _a;
|
|
172
|
+
let currentRawResponse = undefined;
|
|
173
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
174
|
+
const callback = (rawResponse, flatResponse) => {
|
|
175
|
+
currentRawResponse = rawResponse;
|
|
176
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
177
|
+
};
|
|
178
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
179
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
180
|
+
return {
|
|
181
|
+
flatResponse,
|
|
182
|
+
rawResponse: {
|
|
183
|
+
statusCode: currentRawResponse.status,
|
|
184
|
+
body: currentRawResponse.parsedBody,
|
|
185
|
+
headers: currentRawResponse.headers.toJSON()
|
|
186
|
+
}
|
|
187
|
+
};
|
|
188
|
+
});
|
|
189
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, labName, userName, body, options }, updateOperationSpec);
|
|
190
|
+
return new LroEngine(lro, {
|
|
191
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
192
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
193
|
+
lroResourceLocationConfig: "location"
|
|
194
|
+
});
|
|
195
|
+
});
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Operation to update a lab user.
|
|
199
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
200
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
201
|
+
* in resource URIs.
|
|
202
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
203
|
+
* resource URIs.
|
|
204
|
+
* @param body The request body.
|
|
205
|
+
* @param options The options parameters.
|
|
206
|
+
*/
|
|
207
|
+
beginUpdateAndWait(resourceGroupName, labName, userName, body, options) {
|
|
208
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
209
|
+
const poller = yield this.beginUpdate(resourceGroupName, labName, userName, body, options);
|
|
210
|
+
return poller.pollUntilDone();
|
|
211
|
+
});
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Operation to delete a user resource.
|
|
215
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
216
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
217
|
+
* in resource URIs.
|
|
218
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
219
|
+
* resource URIs.
|
|
220
|
+
* @param options The options parameters.
|
|
221
|
+
*/
|
|
222
|
+
beginDelete(resourceGroupName, labName, userName, options) {
|
|
223
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
224
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
225
|
+
return this.client.sendOperationRequest(args, spec);
|
|
226
|
+
});
|
|
227
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
228
|
+
var _a;
|
|
229
|
+
let currentRawResponse = undefined;
|
|
230
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
231
|
+
const callback = (rawResponse, flatResponse) => {
|
|
232
|
+
currentRawResponse = rawResponse;
|
|
233
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
234
|
+
};
|
|
235
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
236
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
237
|
+
return {
|
|
238
|
+
flatResponse,
|
|
239
|
+
rawResponse: {
|
|
240
|
+
statusCode: currentRawResponse.status,
|
|
241
|
+
body: currentRawResponse.parsedBody,
|
|
242
|
+
headers: currentRawResponse.headers.toJSON()
|
|
243
|
+
}
|
|
244
|
+
};
|
|
245
|
+
});
|
|
246
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, labName, userName, options }, deleteOperationSpec);
|
|
247
|
+
return new LroEngine(lro, {
|
|
248
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
249
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
250
|
+
lroResourceLocationConfig: "location"
|
|
251
|
+
});
|
|
252
|
+
});
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Operation to delete a user resource.
|
|
256
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
257
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
258
|
+
* in resource URIs.
|
|
259
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
260
|
+
* resource URIs.
|
|
261
|
+
* @param options The options parameters.
|
|
262
|
+
*/
|
|
263
|
+
beginDeleteAndWait(resourceGroupName, labName, userName, options) {
|
|
264
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
265
|
+
const poller = yield this.beginDelete(resourceGroupName, labName, userName, options);
|
|
266
|
+
return poller.pollUntilDone();
|
|
267
|
+
});
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* Operation to invite a user to a lab.
|
|
271
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
272
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
273
|
+
* in resource URIs.
|
|
274
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
275
|
+
* resource URIs.
|
|
276
|
+
* @param body The request body.
|
|
277
|
+
* @param options The options parameters.
|
|
278
|
+
*/
|
|
279
|
+
beginInvite(resourceGroupName, labName, userName, body, options) {
|
|
280
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
281
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
282
|
+
return this.client.sendOperationRequest(args, spec);
|
|
283
|
+
});
|
|
284
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
285
|
+
var _a;
|
|
286
|
+
let currentRawResponse = undefined;
|
|
287
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
288
|
+
const callback = (rawResponse, flatResponse) => {
|
|
289
|
+
currentRawResponse = rawResponse;
|
|
290
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
291
|
+
};
|
|
292
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
293
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
294
|
+
return {
|
|
295
|
+
flatResponse,
|
|
296
|
+
rawResponse: {
|
|
297
|
+
statusCode: currentRawResponse.status,
|
|
298
|
+
body: currentRawResponse.parsedBody,
|
|
299
|
+
headers: currentRawResponse.headers.toJSON()
|
|
300
|
+
}
|
|
301
|
+
};
|
|
302
|
+
});
|
|
303
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, labName, userName, body, options }, inviteOperationSpec);
|
|
304
|
+
return new LroEngine(lro, {
|
|
305
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
306
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
307
|
+
lroResourceLocationConfig: "location"
|
|
308
|
+
});
|
|
309
|
+
});
|
|
310
|
+
}
|
|
311
|
+
/**
|
|
312
|
+
* Operation to invite a user to a lab.
|
|
313
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
314
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
315
|
+
* in resource URIs.
|
|
316
|
+
* @param userName The name of the user that uniquely identifies it within containing lab. Used in
|
|
317
|
+
* resource URIs.
|
|
318
|
+
* @param body The request body.
|
|
319
|
+
* @param options The options parameters.
|
|
320
|
+
*/
|
|
321
|
+
beginInviteAndWait(resourceGroupName, labName, userName, body, options) {
|
|
322
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
323
|
+
const poller = yield this.beginInvite(resourceGroupName, labName, userName, body, options);
|
|
324
|
+
return poller.pollUntilDone();
|
|
325
|
+
});
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* ListByLabNext
|
|
329
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
330
|
+
* @param labName The name of the lab that uniquely identifies it within containing lab account. Used
|
|
331
|
+
* in resource URIs.
|
|
332
|
+
* @param nextLink The nextLink from the previous successful call to the ListByLab method.
|
|
333
|
+
* @param options The options parameters.
|
|
334
|
+
*/
|
|
335
|
+
_listByLabNext(resourceGroupName, labName, nextLink, options) {
|
|
336
|
+
return this.client.sendOperationRequest({ resourceGroupName, labName, nextLink, options }, listByLabNextOperationSpec);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
// Operation Specifications
|
|
340
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
341
|
+
const listByLabOperationSpec = {
|
|
342
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/users",
|
|
343
|
+
httpMethod: "GET",
|
|
344
|
+
responses: {
|
|
345
|
+
200: {
|
|
346
|
+
bodyMapper: Mappers.PagedUsers
|
|
347
|
+
},
|
|
348
|
+
default: {
|
|
349
|
+
bodyMapper: Mappers.ErrorResponse
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
queryParameters: [Parameters.apiVersion, Parameters.filter],
|
|
353
|
+
urlParameters: [
|
|
354
|
+
Parameters.$host,
|
|
355
|
+
Parameters.subscriptionId,
|
|
356
|
+
Parameters.resourceGroupName,
|
|
357
|
+
Parameters.labName
|
|
358
|
+
],
|
|
359
|
+
headerParameters: [Parameters.accept],
|
|
360
|
+
serializer
|
|
361
|
+
};
|
|
362
|
+
const getOperationSpec = {
|
|
363
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/users/{userName}",
|
|
364
|
+
httpMethod: "GET",
|
|
365
|
+
responses: {
|
|
366
|
+
200: {
|
|
367
|
+
bodyMapper: Mappers.User
|
|
368
|
+
},
|
|
369
|
+
default: {
|
|
370
|
+
bodyMapper: Mappers.ErrorResponse
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
queryParameters: [Parameters.apiVersion],
|
|
374
|
+
urlParameters: [
|
|
375
|
+
Parameters.$host,
|
|
376
|
+
Parameters.subscriptionId,
|
|
377
|
+
Parameters.resourceGroupName,
|
|
378
|
+
Parameters.labName,
|
|
379
|
+
Parameters.userName
|
|
380
|
+
],
|
|
381
|
+
headerParameters: [Parameters.accept],
|
|
382
|
+
serializer
|
|
383
|
+
};
|
|
384
|
+
const createOrUpdateOperationSpec = {
|
|
385
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/users/{userName}",
|
|
386
|
+
httpMethod: "PUT",
|
|
387
|
+
responses: {
|
|
388
|
+
200: {
|
|
389
|
+
bodyMapper: Mappers.User
|
|
390
|
+
},
|
|
391
|
+
201: {
|
|
392
|
+
bodyMapper: Mappers.User
|
|
393
|
+
},
|
|
394
|
+
202: {
|
|
395
|
+
bodyMapper: Mappers.User
|
|
396
|
+
},
|
|
397
|
+
204: {
|
|
398
|
+
bodyMapper: Mappers.User
|
|
399
|
+
},
|
|
400
|
+
default: {
|
|
401
|
+
bodyMapper: Mappers.ErrorResponse
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
requestBody: Parameters.body9,
|
|
405
|
+
queryParameters: [Parameters.apiVersion],
|
|
406
|
+
urlParameters: [
|
|
407
|
+
Parameters.$host,
|
|
408
|
+
Parameters.subscriptionId,
|
|
409
|
+
Parameters.resourceGroupName,
|
|
410
|
+
Parameters.labName,
|
|
411
|
+
Parameters.userName
|
|
412
|
+
],
|
|
413
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
414
|
+
mediaType: "json",
|
|
415
|
+
serializer
|
|
416
|
+
};
|
|
417
|
+
const updateOperationSpec = {
|
|
418
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/users/{userName}",
|
|
419
|
+
httpMethod: "PATCH",
|
|
420
|
+
responses: {
|
|
421
|
+
200: {
|
|
422
|
+
bodyMapper: Mappers.User
|
|
423
|
+
},
|
|
424
|
+
201: {
|
|
425
|
+
bodyMapper: Mappers.User
|
|
426
|
+
},
|
|
427
|
+
202: {
|
|
428
|
+
bodyMapper: Mappers.User
|
|
429
|
+
},
|
|
430
|
+
204: {
|
|
431
|
+
bodyMapper: Mappers.User
|
|
432
|
+
},
|
|
433
|
+
default: {
|
|
434
|
+
bodyMapper: Mappers.ErrorResponse
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
requestBody: Parameters.body10,
|
|
438
|
+
queryParameters: [Parameters.apiVersion],
|
|
439
|
+
urlParameters: [
|
|
440
|
+
Parameters.$host,
|
|
441
|
+
Parameters.subscriptionId,
|
|
442
|
+
Parameters.resourceGroupName,
|
|
443
|
+
Parameters.labName,
|
|
444
|
+
Parameters.userName
|
|
445
|
+
],
|
|
446
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
447
|
+
mediaType: "json",
|
|
448
|
+
serializer
|
|
449
|
+
};
|
|
450
|
+
const deleteOperationSpec = {
|
|
451
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/users/{userName}",
|
|
452
|
+
httpMethod: "DELETE",
|
|
453
|
+
responses: {
|
|
454
|
+
200: {},
|
|
455
|
+
201: {},
|
|
456
|
+
202: {},
|
|
457
|
+
204: {},
|
|
458
|
+
default: {
|
|
459
|
+
bodyMapper: Mappers.ErrorResponse
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
queryParameters: [Parameters.apiVersion],
|
|
463
|
+
urlParameters: [
|
|
464
|
+
Parameters.$host,
|
|
465
|
+
Parameters.subscriptionId,
|
|
466
|
+
Parameters.resourceGroupName,
|
|
467
|
+
Parameters.labName,
|
|
468
|
+
Parameters.userName
|
|
469
|
+
],
|
|
470
|
+
headerParameters: [Parameters.accept],
|
|
471
|
+
serializer
|
|
472
|
+
};
|
|
473
|
+
const inviteOperationSpec = {
|
|
474
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/users/{userName}/invite",
|
|
475
|
+
httpMethod: "POST",
|
|
476
|
+
responses: {
|
|
477
|
+
200: {},
|
|
478
|
+
201: {},
|
|
479
|
+
202: {},
|
|
480
|
+
204: {},
|
|
481
|
+
default: {
|
|
482
|
+
bodyMapper: Mappers.ErrorResponse
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
requestBody: Parameters.body11,
|
|
486
|
+
queryParameters: [Parameters.apiVersion],
|
|
487
|
+
urlParameters: [
|
|
488
|
+
Parameters.$host,
|
|
489
|
+
Parameters.subscriptionId,
|
|
490
|
+
Parameters.resourceGroupName,
|
|
491
|
+
Parameters.labName,
|
|
492
|
+
Parameters.userName
|
|
493
|
+
],
|
|
494
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
495
|
+
mediaType: "json",
|
|
496
|
+
serializer
|
|
497
|
+
};
|
|
498
|
+
const listByLabNextOperationSpec = {
|
|
499
|
+
path: "{nextLink}",
|
|
500
|
+
httpMethod: "GET",
|
|
501
|
+
responses: {
|
|
502
|
+
200: {
|
|
503
|
+
bodyMapper: Mappers.PagedUsers
|
|
504
|
+
},
|
|
505
|
+
default: {
|
|
506
|
+
bodyMapper: Mappers.ErrorResponse
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
queryParameters: [Parameters.apiVersion, Parameters.filter],
|
|
510
|
+
urlParameters: [
|
|
511
|
+
Parameters.$host,
|
|
512
|
+
Parameters.subscriptionId,
|
|
513
|
+
Parameters.resourceGroupName,
|
|
514
|
+
Parameters.nextLink,
|
|
515
|
+
Parameters.labName
|
|
516
|
+
],
|
|
517
|
+
headerParameters: [Parameters.accept],
|
|
518
|
+
serializer
|
|
519
|
+
};
|
|
520
|
+
//# sourceMappingURL=users.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users.js","sourceRoot":"","sources":["../../../src/operations/users.ts"],"names":[],"mappings":"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"}
|