RestHealthCheckStepAttributes interface
Defines the REST health check step properties.
- Extends
Properties
health |
The list of checks that form the health check step. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
healthy |
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. |
max |
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. |
wait |
The duration in ISO 8601 format for which health check waits idly without any checks. |
Property Details
healthChecks
The list of checks that form the health check step.
healthChecks?: RestHealthCheck[]
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "REST"
Property Value
"REST"
Inherited Property Details
healthyStateDuration
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.
healthyStateDuration: string
Property Value
string
Inherited From HealthCheckStepAttributes.healthyStateDuration
maxElasticDuration
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.
maxElasticDuration?: string
Property Value
string
Inherited From HealthCheckStepAttributes.maxElasticDuration
waitDuration
The duration in ISO 8601 format for which health check waits idly without any checks.
waitDuration?: string
Property Value
string
Inherited From HealthCheckStepAttributes.waitDuration
Azure SDK for JavaScript