KnownResourceStatus enum
Known values of ResourceStatus that the service accepts.
Fields
Creating | Indicates the resource is being created. The value is 3. |
Deleting | Indicates the resource is being deleted. The value is 4. |
Failed | Indicates the resource is not functional due to persistent failures. See statusDetails property for more details. The value is 5. |
Ready | Indicates the resource is ready. The value is 1. |
Unknown | Indicates the resource status is unknown. The value is zero. |
Upgrading | Indicates the resource is upgrading. The value is 2. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript