Get Lab Result
data class GetLabResult(val autoShutdownProfile: AutoShutdownProfileResponse, val connectionProfile: ConnectionProfileResponse, val description: String? = null, val id: String, val labPlanId: String? = null, val location: String, val name: String, val networkProfile: LabNetworkProfileResponse? = null, val provisioningState: String, val rosterProfile: RosterProfileResponse? = null, val securityProfile: SecurityProfileResponse, val state: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val title: String? = null, val type: String, val virtualMachineProfile: VirtualMachineProfileResponse)
The lab resource.
Constructors
Link copied to clipboard
constructor(autoShutdownProfile: AutoShutdownProfileResponse, connectionProfile: ConnectionProfileResponse, description: String? = null, id: String, labPlanId: String? = null, location: String, name: String, networkProfile: LabNetworkProfileResponse? = null, provisioningState: String, rosterProfile: RosterProfileResponse? = null, securityProfile: SecurityProfileResponse, state: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, title: String? = null, type: String, virtualMachineProfile: VirtualMachineProfileResponse)
Properties
Link copied to clipboard
The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle.
Link copied to clipboard
The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open.
Link copied to clipboard
The description of the lab.
Link copied to clipboard
The network profile for the lab, typically applied via a lab plan. This profile cannot be modified once a lab has been created.
Link copied to clipboard
Current provisioning state of the lab.
Link copied to clipboard
The lab user list management profile.
Link copied to clipboard
The lab security profile.
Link copied to clipboard
Metadata pertaining to creation and last modification of the lab.
Link copied to clipboard
The profile used for creating lab virtual machines.