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)

public:
property String^ Label {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The base-64 encoded label.

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

Return to top
Show: