RestHealthCheck interface
A REST based health check
Properties
name | A unique name for this check. |
request | The request to the health provider. |
response | The expected response from the health provider. If no expected response is provided, the default is to expect the received response to have an HTTP status code of 200 OK. |
Property Details
name
A unique name for this check.
name: string
Property Value
string
request
response
The expected response from the health provider. If no expected response is provided, the default is to expect the received response to have an HTTP status code of 200 OK.
response?: RestResponse
Property Value
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript