LabservicesFunctions

Functions

Link copied to clipboard
suspend fun getLab(argument: GetLabPlainArgs): GetLabResult

Returns the properties of a lab resource. Uses Azure REST API version 2023-06-07. Other available API versions: 2021-10-01-preview, 2021-11-15-preview, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native labservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getLab(argument: suspend GetLabPlainArgsBuilder.() -> Unit): GetLabResult
suspend fun getLab(labName: String, resourceGroupName: String): GetLabResult
Link copied to clipboard

Retrieves the properties of a Lab Plan. Uses Azure REST API version 2023-06-07. Other available API versions: 2021-10-01-preview, 2021-11-15-preview, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native labservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getLabPlan(argument: suspend GetLabPlanPlainArgsBuilder.() -> Unit): GetLabPlanResult
suspend fun getLabPlan(labPlanName: String, resourceGroupName: String): GetLabPlanResult
Link copied to clipboard

Returns the properties of a lab Schedule. Uses Azure REST API version 2023-06-07. Other available API versions: 2021-10-01-preview, 2021-11-15-preview, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native labservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getSchedule(argument: suspend GetSchedulePlainArgsBuilder.() -> Unit): GetScheduleResult
suspend fun getSchedule(labName: String, resourceGroupName: String, scheduleName: String): GetScheduleResult
Link copied to clipboard
suspend fun getUser(argument: GetUserPlainArgs): GetUserResult

Returns the properties of a lab user. Uses Azure REST API version 2023-06-07. Other available API versions: 2021-10-01-preview, 2021-11-15-preview, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native labservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getUser(argument: suspend GetUserPlainArgsBuilder.() -> Unit): GetUserResult
suspend fun getUser(labName: String, resourceGroupName: String, userName: String): GetUserResult