getLabPlan

Retrieves the properties of a Lab Plan. API Version: 2021-10-01-preview.

Return

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.

Parameters

argument

null


suspend fun getLabPlan(labPlanName: String, resourceGroupName: String): GetLabPlanResult

Return

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.

Parameters

labPlanName

The name of the lab plan that uniquely identifies it within containing resource group. Used in resource URIs and in UI.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getLabPlan(argument: suspend GetLabPlanPlainArgsBuilder.() -> Unit): GetLabPlanResult

Return

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.

Parameters

argument

Builder for com.pulumi.azurenative.labservices.kotlin.inputs.GetLabPlanPlainArgs.

See also