Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LabFragment

Package version

Represents a lab.

Hierarchy

Index

Properties

Optional id

id: undefined | string

The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string

The location of the resource.

Optional maxUsersInLab

maxUsersInLab: undefined | number

Maximum number of users allowed in the lab.

Optional name

name: undefined | string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

The provisioning status of the resource.

Optional tags

tags: undefined | object

The tags of the resource.

Optional type

type: undefined | string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional uniqueIdentifier

uniqueIdentifier: undefined | string

The unique immutable identifier of a resource (Guid).

Optional usageQuota

usageQuota: undefined | string

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

Optional userAccessMode

userAccessMode: LabUserAccessMode

Lab user access mode (open to all vs. restricted to those listed on the lab). Possible values include: 'Restricted', 'Open'

Generated using TypeDoc