StorageAccountStatus Enumeration

 

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 enum StorageAccountStatus
public enum class StorageAccountStatus
type StorageAccountStatus
Public Enumeration StorageAccountStatus

Members

Member name Description
Created

The Storage Account has been created.

Creating

The Storage Account is being created.

Deleting

The Storage Account is being deleted.

ResolvingDns

The DNS name for the storage account is being propagated.

See Also

Microsoft.WindowsAzure.Management.Storage.Models Namespace

Return to top