Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnvironmentDetails

Package version

This represents the details about a User's environment and its state.

Hierarchy

  • EnvironmentDetails

Index

Properties

Optional description

description: undefined | string

Description of the Environment NOTE: This property will not be serialized. It can only be populated by the server.

Optional environmentState

environmentState: undefined | string

Publishing state of the environment setting Possible values are Creating, Created, Failed NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Resource Id 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 name

name: undefined | string

Name 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 state of the environment. This also includes LabIsFull and NotYetProvisioned status. NOTE: This property will not be serialized. It can only be populated by the server.

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 virtualMachineDetails

virtualMachineDetails: VirtualMachineDetails

Details of backing DTL virtual machine with compute and network details. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc