Megosztás a következőn keresztül:


PoolUpdateProperties Class

Properties of a Pool. These properties can be updated after the resource has been created.

Constructor

PoolUpdateProperties(*, dev_box_definition_name: str | None = None, network_connection_name: str | None = None, license_type: str | _models.LicenseType | None = None, local_administrator: str | _models.LocalAdminStatus | None = None, stop_on_disconnect: _models.StopOnDisconnectConfiguration | None = None, single_sign_on_status: str | _models.SingleSignOnStatus | None = None, display_name: str | None = None, virtual_network_type: str | _models.VirtualNetworkType | None = None, managed_virtual_network_regions: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
dev_box_definition_name
str

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

Default value: None
network_connection_name
str

Name of a Network Connection in parent Project of this Pool.

Default value: None
license_type

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

Default value: None
local_administrator

Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. Known values are: "Disabled" and "Enabled".

Default value: None
stop_on_disconnect

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

Default value: None
single_sign_on_status

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. Known values are: "Disabled" and "Enabled".

Default value: None
display_name
str

The display name of the pool.

Default value: None
virtual_network_type

Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. Known values are: "Managed" and "Unmanaged".

Default value: None
managed_virtual_network_regions

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

Default value: None

Variables

Name Description
dev_box_definition_name
str

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

network_connection_name
str

Name of a Network Connection in parent Project of this Pool.

license_type

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

local_administrator

Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. Known values are: "Disabled" and "Enabled".

stop_on_disconnect

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

single_sign_on_status

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. Known values are: "Disabled" and "Enabled".

display_name
str

The display name of the pool.

virtual_network_type

Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network. Known values are: "Managed" and "Unmanaged".

managed_virtual_network_regions

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