Role.AvailabilitySetName Property

 

Gets or sets the name of a set of Virtual Machines.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public string AvailabilitySetName { get; set; }

Property Value

Type: System.String

The name.

Virtual Machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see Manage the Availability of Virtual Machine.

Return to top
Show: