DevBoxOutput interface
A Dev Box.
Properties
action |
The current action state of the Dev Box. This is state is based on previous action performed by user. |
created |
Creation time of this Dev Box. |
error | Provisioning or action error details. Populated only for error states. |
hardware |
Information about the Dev Box's hardware resources. |
hibernate |
Indicates whether hibernate is enabled/disabled or unknown. |
image |
Information about the image used for this Dev Box. |
local |
Indicates whether the owner of the Dev Box is a local administrator. |
location | Azure region where this Dev Box is located. This will be the same region as the Virtual Network it is attached to. |
name | Display name for the Dev Box. |
os |
The operating system type of this Dev Box. |
pool |
The name of the Dev Box pool this machine belongs to. |
power |
The current power state of the Dev Box. |
project |
Name of the project this Dev Box belongs to. |
provisioning |
The current provisioning state of the Dev Box. |
storage |
Storage settings for this Dev Box. |
unique |
A unique identifier for the Dev Box. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). |
user | The AAD object id of the user this Dev Box is assigned to. |
Property Details
actionState
The current action state of the Dev Box. This is state is based on previous action performed by user.
actionState?: string
Property Value
string
createdTime
Creation time of this Dev Box.
createdTime?: string
Property Value
string
error
Provisioning or action error details. Populated only for error states.
error?: ErrorModel
Property Value
hardwareProfile
Information about the Dev Box's hardware resources.
hardwareProfile?: HardwareProfileOutput
Property Value
hibernateSupport
Indicates whether hibernate is enabled/disabled or unknown.
hibernateSupport?: string
Property Value
string
imageReference
Information about the image used for this Dev Box.
imageReference?: ImageReferenceOutput
Property Value
localAdministrator
Indicates whether the owner of the Dev Box is a local administrator.
localAdministrator?: string
Property Value
string
location
Azure region where this Dev Box is located. This will be the same region as the Virtual Network it is attached to.
location?: string
Property Value
string
name
Display name for the Dev Box.
name: string
Property Value
string
osType
The operating system type of this Dev Box.
osType?: string
Property Value
string
poolName
The name of the Dev Box pool this machine belongs to.
poolName: string
Property Value
string
powerState
The current power state of the Dev Box.
powerState?: string
Property Value
string
projectName
Name of the project this Dev Box belongs to.
projectName?: string
Property Value
string
provisioningState
The current provisioning state of the Dev Box.
provisioningState?: string
Property Value
string
storageProfile
Storage settings for this Dev Box.
storageProfile?: StorageProfileOutput
Property Value
uniqueId
A unique identifier for the Dev Box. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).
uniqueId?: string
Property Value
string
user
The AAD object id of the user this Dev Box is assigned to.
user?: string
Property Value
string