DataLakeStoreAccountStatus 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 provisioning status of the Data Lake Store account.
public enum DataLakeStoreAccountStatus
type DataLakeStoreAccountStatus =
Public Enum DataLakeStoreAccountStatus
- Inheritance
-
DataLakeStoreAccountStatus
Fields
Name | Value | Description |
---|---|---|
Failed | 0 | Failed. |
Creating | 1 | Creating. |
Running | 2 | Running. |
Succeeded | 3 | Succeeded. |
Patching | 4 | Patching. |
Suspending | 5 | Suspending. |
Resuming | 6 | Resuming. |
Deleting | 7 | Deleting. |
Deleted | 8 | Deleted. |
Undeleting | 9 | Undeleting. |
Canceled | 10 | Canceled. |