StorageAccountCreateParameters::Description Property

 

Gets or sets the description for a storage account.

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

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

Property Value

Type: System::String^

The description.

The description may be up to 1024 characters in length.

Return to top
Show: