SessionHostHealthCheckReport interface
The report for session host information.
Properties
additional |
Additional detailed information on the failure. NOTE: This property will not be serialized. It can only be populated by the server. |
health |
Represents the name of the health check operation performed. NOTE: This property will not be serialized. It can only be populated by the server. |
health |
Represents the Health state of the health check we performed. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
additionalFailureDetails
Additional detailed information on the failure. NOTE: This property will not be serialized. It can only be populated by the server.
additionalFailureDetails?: SessionHostHealthCheckFailureDetails
Property Value
healthCheckName
Represents the name of the health check operation performed. NOTE: This property will not be serialized. It can only be populated by the server.
healthCheckName?: string
Property Value
string
healthCheckResult
Represents the Health state of the health check we performed. NOTE: This property will not be serialized. It can only be populated by the server.
healthCheckResult?: string
Property Value
string