AffinityGroupCreateParameters.Name Property

 

Gets or sets a name for the affinity group that is unique in the subscription.

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

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

The name.

See Also

AffinityGroupCreateParameters Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top