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.
- Inheritance
-
azure.mgmt.compute.v2017_12_01.models._models_py3.UpdateResourceAvailabilitySetUpdate
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, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
statuses
|
The resource status information. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python