DedicatedHostGroupUpdate Class
Specifies information about the dedicated host group that the dedicated host should be assigned to. Only tags may be updated.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute.v2019_12_01.models._models_py3.UpdateResourceDedicatedHostGroupUpdate
Constructor
DedicatedHostGroupUpdate(*, tags: Dict[str, str] | None = None, zones: List[str] | None = None, platform_fault_domain_count: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
zones
|
Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. |
platform_fault_domain_count
|
Number of fault domains that the host group can span. |
Variables
Name | Description |
---|---|
tags
|
Resource tags. |
zones
|
Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. |
platform_fault_domain_count
|
Number of fault domains that the host group can span. |
hosts
|
A list of references to all dedicated hosts in the dedicated host group. |
Azure SDK for Python