GetLabResult

data class GetLabResult(val autoShutdownProfile: AutoShutdownProfileResponse, val azureApiVersion: String, 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 resourceOperationError: ResourceOperationErrorResponse, 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, azureApiVersion: String, connectionProfile: ConnectionProfileResponse, description: String? = null, id: String, labPlanId: String? = null, location: String, name: String, networkProfile: LabNetworkProfileResponse? = null, provisioningState: String, resourceOperationError: ResourceOperationErrorResponse, rosterProfile: RosterProfileResponse? = null, securityProfile: SecurityProfileResponse, state: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, title: String? = null, type: String, virtualMachineProfile: VirtualMachineProfileResponse)

Types

Link copied to clipboard
object Companion

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 Azure API version of the resource.

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
val description: String? = null

The description of the lab.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val labPlanId: String? = null

The ID of the lab plan. Used during resource creation to provide defaults and acts as a permission container when creating a lab via labs.azure.com. Setting a labPlanId on an existing lab provides organization..

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

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

Error details of last operation done on lab.

Link copied to clipboard

The lab user list management profile.

Link copied to clipboard

The lab security profile.

Link copied to clipboard

The lab state.

Link copied to clipboard

Metadata pertaining to creation and last modification of the lab.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard
val title: String? = null

The title of the lab.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The profile used for creating lab virtual machines.