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)
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 may be up to 100 characters in length. The label can be used to identify the storage account for your tracking purposes.
See Also
StorageAccountUpdateParameters Class
Microsoft.WindowsAzure.Management.Storage.Models Namespace
Return to top