LabData Class

Definition

A class representing the Lab data model. The lab resource.

public class LabData : Azure.ResourceManager.Models.TrackedResourceData
type LabData = class
    inherit TrackedResourceData
Public Class LabData
Inherits TrackedResourceData
Inheritance

Constructors

LabData(AzureLocation)

Initializes a new instance of LabData.

Properties

AutoShutdownProfile

The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle.

ConnectionProfile

The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open.

Description

The description of the lab.

Id

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

(Inherited from ResourceData)
LabPlanId

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..

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
NetworkProfile

The network profile for the lab, typically applied via a lab plan. This profile cannot be modified once a lab has been created.

ProvisioningState

Current provisioning state of the lab.

ResourceType

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

(Inherited from ResourceData)
RosterProfile

The lab user list management profile.

SecurityProfile

The lab security profile.

State

The lab state.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
Title

The title of the lab.

VirtualMachineProfile

The profile used for creating lab virtual machines.

Applies to