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
- 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.
Feedback
Submit and view feedback for