StorageAccountStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of the storage account at the time the operation was called.
public enum StorageAccountStatus
type StorageAccountStatus =
Public Enum StorageAccountStatus
- Inheritance
-
StorageAccountStatus
Fields
Name | Value | Description |
---|---|---|
Created | 0 | The Storage Account has been created. |
Creating | 1 | The Storage Account is being created. |
ResolvingDns | 2 | The DNS name for the storage account is being propagated. |
Deleting | 3 | The Storage Account is being deleted. |