Condividi tramite


HealthCheckStepAttributes Class

Definition

The attributes for the health check step.

public class HealthCheckStepAttributes
type HealthCheckStepAttributes = class
Public Class HealthCheckStepAttributes
Inheritance
HealthCheckStepAttributes
Derived

Constructors

HealthCheckStepAttributes()

Initializes a new instance of the HealthCheckStepAttributes class.

HealthCheckStepAttributes(String, String, String)

Initializes a new instance of the HealthCheckStepAttributes class.

Properties

HealthyStateDuration

Gets or sets 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.

MaxElasticDuration

Gets or sets 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.

WaitDuration

Gets or sets the duration in ISO 8601 format for which health check waits idly without any checks.

Methods

Validate()

Validate the object.

Applies to