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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for JavaScript