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)
Syntax
public string AvailabilitySetName { get; set; }
public:
property String^ AvailabilitySetName {
String^ get();
void set(String^ value);
}
member AvailabilitySetName : string with get, set
Public Property AvailabilitySetName As String
Property Value
Type: System.String
The name.
Remarks
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.
See Also
Role Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top