Lab

class Lab : KotlinCustomResource

Represents a lab. API Version: 2018-10-15.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:labservices:Lab myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}

Properties

Link copied to clipboard

Object id of the user that created the lab.

Link copied to clipboard

Lab creator name

Link copied to clipboard
val createdDate: Output<String>

Creation date for the lab

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val invitationCode: Output<String>

Invitation code that users can use to join a lab.

Link copied to clipboard

The details of the latest operation. ex: status, error

Link copied to clipboard
val location: Output<String>?

The location of the resource.

Link copied to clipboard
val maxUsersInLab: Output<Int>?

Maximum number of users allowed in the lab.

Link copied to clipboard
val name: Output<String>

The name of the resource.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

The tags of the resource.

Link copied to clipboard
val type: Output<String>

The type of the resource.

Link copied to clipboard
val uniqueIdentifier: Output<String>?

The unique immutable identifier of a resource (Guid).

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val usageQuota: Output<String>?

Maximum duration a user can use an environment for in the lab.

Link copied to clipboard
val userAccessMode: Output<String>?

Lab user access mode (open to all vs. restricted to those listed on the lab).

Link copied to clipboard
val userQuota: Output<Int>

Maximum value MaxUsersInLab can be set to, as specified by the service