Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Lab

Package version

Represents a lab.

Hierarchy

Index

Properties

Optional createdByObjectId

createdByObjectId: undefined | string

Object id of the user that created the lab. NOTE: This property will not be serialized. It can only be populated by the server.

Optional createdByUserPrincipalName

createdByUserPrincipalName: undefined | string

Lab creator name NOTE: This property will not be serialized. It can only be populated by the server.

Optional createdDate

createdDate: Date

Creation date for the lab NOTE: This property will not be serialized. It can only be populated by the server.

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 invitationCode

invitationCode: undefined | string

Invitation code that users can use to join a lab. NOTE: This property will not be serialized. It can only be populated by the server.

Optional latestOperationResult

latestOperationResult: LatestOperationResult

The details of the latest operation. ex: status, error 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'

Optional userQuota

userQuota: undefined | number

Maximum value MaxUsersInLab can be set to, as specified by the service NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc