ServiceStatus Enum
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
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. |
Product | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: