Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Environment

Package version

Represents an environment instance

Hierarchy

Index

Properties

Optional claimedByUserName

claimedByUserName: undefined | string

The name or email address of the user who has claimed the environment NOTE: This property will not be serialized. It can only be populated by the server.

Optional claimedByUserObjectId

claimedByUserObjectId: undefined | string

The AAD object Id of the user who has claimed the environment NOTE: This property will not be serialized. It can only be populated by the server.

Optional claimedByUserPrincipalId

claimedByUserPrincipalId: undefined | string

The user principal Id of the user who has claimed the environment 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 isClaimed

isClaimed: undefined | false | true

Is the environment claimed or not NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastKnownPowerState

lastKnownPowerState: undefined | string

Last known power state of the environment 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 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 networkInterface

networkInterface: NetworkInterface

Network details of the environment NOTE: This property will not be serialized. It can only be populated by the server.

Optional passwordLastReset

passwordLastReset: Date

When the password was last reset on the environment. 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 resourceSets

resourceSets: ResourceSet

The set of a VM and the setting id it was created for

Optional tags

tags: undefined | object

The tags of the resource.

Optional totalUsage

totalUsage: undefined | string

How long the environment has been used by a lab user NOTE: This property will not be serialized. It can only be populated by the server.

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

Generated using TypeDoc