HealthDatabasestorageGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
Databasestorage.HealthLevel enumerated type Defines service health levels.
orange : The service health is degraded. The service might have serious problems.
gray : No health data is available for this service.
green : The service is healthy.
red : The service is unavaiable, not functioning properly, or will stop functioning soon.
yellow : The service is healthy but experiencing some problems.
Possible values are: orange , gray , green , red , yellow
JSON Example
{
"value": "orange"
}