Share via


StorageServiceStatus Enumeration

Specifies 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)

Usage

'Usage
Dim instance As StorageServiceStatus

Syntax

'Declaration
Public Enumeration StorageServiceStatus
public enum StorageServiceStatus
public enum class StorageServiceStatus
public enum StorageServiceStatus
public enum StorageServiceStatus

Members

Member name Description
Created Specifies that the Storage Account has been created.
Creating Specifies that the Storage Account is being created.
Deleting Specifies that the Storage Account is being deleted.
ResolvingDns Specifies that the DNS name for the storage account is being propagated.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Microsoft.WindowsAzure.Management.Storage.Models Namespace