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.HealthCheckStepAttributes
RestHealthCheckStepAttributes

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

type
str
Required

Required. The type of health check.Constant filled by server.

wait_duration
str
Required

The duration in ISO 8601 format for which health check waits idly without any checks.

max_elastic_duration
str
Required

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

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.

health_checks
list[RestHealthCheck]
Required

The list of checks that form the health check step.