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
fun GetLabResult(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)