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.
Specifies the status of the service.
public enum class ServiceStatus
[System.Runtime.Serialization.DataContract]
public enum ServiceStatus
Public Enum ServiceStatus
- Inheritance
-
ServiceStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
ServiceInterruption | 0 | Service is temporarily not available for some customers. (0) |
ServiceDegradation | 1 | Service operation is temporarily degraded for some customers. (1) |
RestoringService | 2 | Incident resolution is in progress. (2) |
ExtendedRecovery | 3 | Incident resolution is in progress and will take a while to be completed. (3) |
Investigating | 4 | Service incident investigation is in progress. (4) |
ServiceRestored | 5 | The service incident is resolved and service is operational for all customers. (5) |
FalsePositive | 6 | Service investigation determined that a service incident did not occur. (6) |
PIRPublished | 7 | The post-incident report has been published. (7) |
InformationUnavailable | 8 | The API could not process the request for information. (8) |
ServiceOperational | 99 | Service is healthy. (99) |