ServiceStatus 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.
Represents the status of a service retrieved by calling GetServiceListAsync(Uri).
public enum ServiceStatus
type ServiceStatus =
Public Enum ServiceStatus
- Inheritance
-
ServiceStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The service status is not yet known. |
Active | 1 | The service has been successfully created. |
Upgrading | 2 | The service is being upgraded. |
Deleting | 3 | The service is being deleted. |
Creating | 4 | The service is being created. |
Failed | 5 | Creation or deletion was terminated due to persistent failures. |
Applies to
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 .NET