PoolUpdate interface

The pool properties for partial update. Properties not provided in the update request will not be changed.

Extends

Properties

devBoxDefinitionName

Name of a Dev Box definition in parent Project of this Pool

displayName

The display name of the pool.

licenseType

Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.

localAdministrator

Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.

managedVirtualNetworkRegions

The regions of the managed virtual network (required when managedNetworkType is Managed).

networkConnectionName

Name of a Network Connection in parent Project of this Pool

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.

stopOnDisconnect

Stop on disconnect configuration settings for Dev Boxes created in this pool.

virtualNetworkType

Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network.

Inherited Properties

location

The geo-location where the resource lives

tags

Resource tags.

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

Inherited Property Details

location

The geo-location where the resource lives

location?: string

Property Value

string

Inherited From TrackedResourceUpdate.location

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From TrackedResourceUpdate.tags