ServiceIncidentStatus 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 partner center services.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum ServiceIncidentStatus
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type ServiceIncidentStatus =
Public Enum ServiceIncidentStatus
- Inheritance
-
ServiceIncidentStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Default status - normal. |
Information | 1 | Informational status. |
Warning | 2 | Warning status. |
Critical | 3 | Critical status. |