AvailabilitySetUpdate Class

Definition

Specifies information about the availability set that the virtual machine should be assigned to. Only tags may be updated.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AvailabilitySetUpdate : Microsoft.Azure.Management.Compute.Models.UpdateResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AvailabilitySetUpdate = class
    inherit UpdateResource
Public Class AvailabilitySetUpdate
Inherits UpdateResource
Inheritance
AvailabilitySetUpdate
Attributes

Constructors

AvailabilitySetUpdate()

Initializes a new instance of the AvailabilitySetUpdate class.

AvailabilitySetUpdate(IDictionary<String,String>, Nullable<Int32>, Nullable<Int32>, IList<SubResource>, SubResource, IList<InstanceViewStatus>, Sku)

Initializes a new instance of the AvailabilitySetUpdate class.

Properties

PlatformFaultDomainCount

Gets or sets fault Domain count.

PlatformUpdateDomainCount

Gets or sets update Domain count.

ProximityPlacementGroup

Gets or sets specifies information about the proximity placement group that the availability set should be assigned to. Minimum api-version: 2018-04-01.

Sku

Gets or sets sku of the availability set

Statuses

Gets the resource status information.

Tags

Gets or sets resource tags

(Inherited from UpdateResource)
VirtualMachines

Gets or sets a list of references to all virtual machines in the availability set.

Applies to