AvailabilitySet Class
Specifies information about the availability set that the virtual machine should be assigned
to. Virtual machines specified in the same availability set are allocated to different nodes to
maximize availability. For more information about availability sets, see Availability sets
overview.
<br>``<br>
For more information on Azure planned maintenance, see Maintenance
and updates for Virtual Machines in Azure
<br>``<br>
Currently, a VM can only be added to availability set at creation
time. An existing VM cannot be added to an availability set.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute.v2022_11_01.models._models_py3.ResourceAvailabilitySet
Constructor
AvailabilitySet(*, location: str, 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 |
---|---|
location
|
Resource location. Required. |
tags
|
Resource tags. |
sku
|
Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'. |
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. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. Required. |
tags
|
Resource tags. |
sku
|
Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'. |
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. |
Azure SDK for Python