Enum ReadyStatus
Status for Ready.
public enum ReadyStatus
Fields
Degraded = 1The application can handle requests, but some components are operating at reduced performance or reliability.
Ready = 0The application is fully prepared to handle incoming traffic.
Unready = 2The application cannot handle traffic, typically due to critical dependencies being unavailable.