RestHealthCheckStepAttributes Class
Defines the REST health check step properties.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.deploymentmanager.models._models_py3.HealthCheckStepAttributesRestHealthCheckStepAttributes
Constructor
RestHealthCheckStepAttributes(*, healthy_state_duration: str, wait_duration: Optional[str] = None, max_elastic_duration: Optional[str] = None, health_checks: Optional[List[azure.mgmt.deploymentmanager.models._models_py3.RestHealthCheck]] = None, **kwargs)
Parameters
- wait_duration
- str
The duration in ISO 8601 format for which health check waits idly without any checks.
- max_elastic_duration
- str
The duration in ISO 8601 format for which the health check waits for the resource to become healthy. Health check fails if it doesn't. Health check starts to enforce healthyStateDuration once resource becomes healthy.
- healthy_state_duration
- str
Required. The duration in ISO 8601 format for which the resource is expected to be continuously healthy. If maxElasticDuration is specified, healthy state duration is enforced after the detection of first healthy signal.
Feedback
Submit and view feedback for