Get Lab Plan Result
data class GetLabPlanResult(val allowedRegions: List<String>? = null, val defaultAutoShutdownProfile: AutoShutdownProfileResponse? = null, val defaultConnectionProfile: ConnectionProfileResponse? = null, val defaultNetworkProfile: LabPlanNetworkProfileResponse? = null, val id: String, val identity: IdentityResponse? = null, val linkedLmsInstance: String? = null, val location: String, val name: String, val provisioningState: String, val sharedGalleryId: String? = null, val supportInfo: SupportInfoResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
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.
Constructors
Link copied to clipboard
fun GetLabPlanResult(allowedRegions: List<String>? = null, defaultAutoShutdownProfile: AutoShutdownProfileResponse? = null, defaultConnectionProfile: ConnectionProfileResponse? = null, defaultNetworkProfile: LabPlanNetworkProfileResponse? = null, id: String, identity: IdentityResponse? = null, linkedLmsInstance: String? = null, location: String, name: String, provisioningState: String, sharedGalleryId: String? = null, supportInfo: SupportInfoResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)