RestHealthCheck Class

A REST based health check.

All required parameters must be populated in order to send to Azure.

Inheritance
RestHealthCheck

Constructor

RestHealthCheck(*, name: str, request: azure.mgmt.deploymentmanager.models._models_py3.RestRequest, response: Optional[azure.mgmt.deploymentmanager.models._models_py3.RestResponse] = None, **kwargs)

Parameters

name
str
Required

Required. A unique name for this check.

request
RestRequest
Required

Required. The request to the health provider.

response
RestResponse
Required

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.