AffinityGroupCreateParameters.Label Property

 

Gets or sets a base-64 encoded label for the affinity group.

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

Syntax

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

Property Value

Type: System.String

The base-64 encoded label.

Remarks

The label can be up to 100 characters in length. If not specified, this value is set to the name of the affinity group.

See Also

AffinityGroupCreateParameters Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top