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.v2021_07_01.models._models_py3.UpdateResource
AvailabilitySetUpdate

Constructor

AvailabilitySetUpdate(*, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.compute.v2021_07_01.models._models_py3.Sku] = None, platform_update_domain_count: Optional[int] = None, platform_fault_domain_count: Optional[int] = None, virtual_machines: Optional[List[azure.mgmt.compute.v2021_07_01.models._models_py3.SubResource]] = None, proximity_placement_group: Optional[azure.mgmt.compute.v2021_07_01.models._models_py3.SubResource] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

A set of tags. Resource tags.

sku
Sku
Required

Sku of the availability set.

platform_update_domain_count
int
Required

Update Domain count.

platform_fault_domain_count
int
Required

Fault Domain count.

virtual_machines
list[SubResource]
Required

A list of references to all virtual machines in the availability set.

proximity_placement_group
SubResource
Required

Specifies information about the proximity placement group that the availability set should be assigned to. <br>:code:>><<<br>Minimum api-version: 2018-04-01.

Variables

statuses
list[InstanceViewStatus]

The resource status information.