HealthCheckStepAttributes Class

The attributes for the health check step.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: RestHealthCheckStepAttributes.

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

Inheritance
HealthCheckStepAttributes

Constructor

HealthCheckStepAttributes(*, healthy_state_duration: str, wait_duration: Optional[str] = None, max_elastic_duration: Optional[str] = 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.