你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AvailabilitySetUpdate Class
Specifies information about the availability set that the virtual machine should be assigned to. Only tags may be updated.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
AvailabilitySetUpdate(*, tags: Dict[str, str] | None = None, sku: _models.Sku | None = None, platform_update_domain_count: int | None = None, platform_fault_domain_count: int | None = None, virtual_machines: List[_models.SubResource] | None = None, proximity_placement_group: _models.SubResource | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. Default value: None
|
sku
|
Sku of the availability set. Default value: None
|
platform_update_domain_count
|
Update Domain count. Default value: None
|
platform_fault_domain_count
|
Fault Domain count. Default value: None
|
virtual_machines
|
A list of references to all virtual machines in the availability set. Default value: None
|
proximity_placement_group
|
Specifies information about the proximity placement group
that the availability set should be assigned to. Default value: None
|
Variables
Name | Description |
---|---|
tags
|
Resource tags. |
sku
|
Sku of the availability set. |
platform_update_domain_count
|
Update Domain count. |
platform_fault_domain_count
|
Fault Domain count. |
virtual_machines
|
A list of references to all virtual machines in the availability set. |
proximity_placement_group
|
Specifies information about the proximity placement group that
the availability set should be assigned to. |
statuses
|
The resource status information. |