Share via


StorageAccount.Properties Property

 

Optional. Details about the storage account.

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

Syntax

public StorageAccountProperties Properties { get; set; }
public:
property StorageAccountProperties^ Properties {
    StorageAccountProperties^ get();
    void set(StorageAccountProperties^ value);
}
member Properties : StorageAccountProperties with get, set
Public Property Properties As StorageAccountProperties

Property Value

Type: Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountProperties

See Also

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

Return to top