PoolUpdateProperties interface
Properties of a Pool. These properties can be updated after the resource has been created.
Properties
dev |
Name of a Dev Box definition in parent Project of this Pool |
display |
The display name of the pool. |
license |
Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created. |
local |
Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. |
managed |
The regions of the managed virtual network (required when managedNetworkType is Managed). |
network |
Name of a Network Connection in parent Project of this Pool |
single |
Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant. |
stop |
Stop on disconnect configuration settings for Dev Boxes created in this pool. |
virtual |
Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. |
Property Details
devBoxDefinitionName
Name of a Dev Box definition in parent Project of this Pool
devBoxDefinitionName?: string
Property Value
string
displayName
The display name of the pool.
displayName?: string
Property Value
string
licenseType
Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.
licenseType?: string
Property Value
string
localAdministrator
Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.
localAdministrator?: string
Property Value
string
managedVirtualNetworkRegions
The regions of the managed virtual network (required when managedNetworkType is Managed).
managedVirtualNetworkRegions?: string[]
Property Value
string[]
networkConnectionName
Name of a Network Connection in parent Project of this Pool
networkConnectionName?: string
Property Value
string
singleSignOnStatus
Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.
singleSignOnStatus?: string
Property Value
string
stopOnDisconnect
Stop on disconnect configuration settings for Dev Boxes created in this pool.
stopOnDisconnect?: StopOnDisconnectConfiguration
Property Value
virtualNetworkType
Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network.
virtualNetworkType?: string
Property Value
string