AvailabilitySetUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies information about the availability set that the virtual machine should be assigned to. Only tags may be updated.
public class AvailabilitySetUpdate : Azure.ResourceManager.Compute.Models.UpdateResource
type AvailabilitySetUpdate = class
inherit UpdateResource
Public Class AvailabilitySetUpdate
Inherits UpdateResource
- Inheritance
Constructors
AvailabilitySetUpdate() |
Initializes a new instance of AvailabilitySetUpdate. |
Properties
PlatformFaultDomainCount |
Fault Domain count. |
PlatformUpdateDomainCount |
Update Domain count. |
ProximityPlacementGroup |
Specifies information about the proximity placement group that the availability set should be assigned to. <br><br>Minimum api-version: 2018-04-01. |
Sku |
Sku of the availability set. |
Statuses |
The resource status information. |
Tags |
Resource tags. (Inherited from UpdateResource) |
VirtualMachines |
A list of references to all virtual machines in the availability set. |