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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AvailabilitySetUpdate : Microsoft.Azure.Management.Compute.Fluent.Models.UpdateResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AvailabilitySetUpdate = class
inherit UpdateResource
Public Class AvailabilitySetUpdate
Inherits UpdateResource
- Inheritance
- 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. <br><br>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
Azure SDK for .NET