PoolOutput interface
A pool of Dev Boxes.
Properties
hardware |
Hardware settings for the Dev Boxes created in this pool. |
health |
Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes. |
hibernate |
Indicates whether hibernate is enabled/disabled or unknown. |
image |
Image settings for Dev Boxes create in this pool. |
local |
Indicates whether owners of Dev Boxes in this pool are local administrators on the Dev Boxes. |
location | Azure region where Dev Boxes in the pool are located. |
name | Pool name. |
os |
The operating system type of Dev Boxes in this pool. |
stop |
Stop on disconnect configuration settings for Dev Boxes created in this pool. |
storage |
Storage settings for Dev Box created in this pool. |
Property Details
hardwareProfile
Hardware settings for the Dev Boxes created in this pool.
hardwareProfile?: HardwareProfileOutput
Property Value
healthStatus
Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
healthStatus: string
Property Value
string
hibernateSupport
Indicates whether hibernate is enabled/disabled or unknown.
hibernateSupport?: string
Property Value
string
imageReference
Image settings for Dev Boxes create in this pool.
imageReference?: ImageReferenceOutput
Property Value
localAdministrator
Indicates whether owners of Dev Boxes in this pool are local administrators on the Dev Boxes.
localAdministrator?: string
Property Value
string
location
Azure region where Dev Boxes in the pool are located.
location: string
Property Value
string
name
Pool name.
name: string
Property Value
string
osType
The operating system type of Dev Boxes in this pool.
osType?: string
Property Value
string
stopOnDisconnect
Stop on disconnect configuration settings for Dev Boxes created in this pool.
stopOnDisconnect?: StopOnDisconnectConfigurationOutput
Property Value
storageProfile
Storage settings for Dev Box created in this pool.
storageProfile?: StorageProfileOutput