Share via


StorageAccountCreateParameters.Label Property

 

Gets or sets a base-64 encoded name for a storage account.

Namespace:   Microsoft.WindowsAzure.Management.Storage.Models
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.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 name.

Remarks

The label may be up to 100 characters in length. The label can be used to identify the storage account for your tracking purposes.

See Also

StorageAccountCreateParameters Class
Microsoft.WindowsAzure.Management.Storage.Models Namespace

Return to top