StorageAccountUpdateParameters.Label Property

 

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

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

public string Label { get; set; }

Property Value

Type: System.String

The base-64 encoded label.

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

Return to top
Show: