你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DedicatedHostGroupProperties Class

Dedicated Host Group Properties.

Constructor

DedicatedHostGroupProperties(*args: Any, **kwargs: Any)

Variables

Name Description
platform_fault_domain_count
int

Number of fault domains that the host group can span. Required.

hosts

A list of references to all dedicated hosts in the dedicated host group.

instance_view

The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.

support_automatic_placement

Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. Minimum api-version: 2020-06-01.

additional_capabilities

Enables or disables a capability on the dedicated host group. Minimum api-version: 2022-03-01.

Attributes

additional_capabilities

2022-03-01.

additional_capabilities: _models.DedicatedHostGroupPropertiesAdditionalCapabilities | None

hosts

A list of references to all dedicated hosts in the dedicated host group.

hosts: list['_models.SubResourceReadOnly'] | None

instance_view

The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group.

instance_view: _models.DedicatedHostGroupInstanceView | None

platform_fault_domain_count

Number of fault domains that the host group can span. Required.

platform_fault_domain_count: int

support_automatic_placement

Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. Minimum api-version: 2020-06-01.

support_automatic_placement: bool | None