Share via


StorageAccountProperties.Status Property

 

Optional. The status of the storage account at the time the operation was called.

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

Syntax

public StorageAccountStatus Status { get; set; }
public:
property StorageAccountStatus Status {
    StorageAccountStatus get();
    void set(StorageAccountStatus value);
}
member Status : StorageAccountStatus with get, set
Public Property Status As StorageAccountStatus

Property Value

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

See Also

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

Return to top