RestHealthCheckStepAttributes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the REST health check step properties.
public class RestHealthCheckStepAttributes : Azure.ResourceManager.DeploymentManager.Models.HealthCheckStepAttributes
type RestHealthCheckStepAttributes = class
inherit HealthCheckStepAttributes
Public Class RestHealthCheckStepAttributes
Inherits HealthCheckStepAttributes
- Inheritance
Constructors
RestHealthCheckStepAttributes(TimeSpan) |
Initializes a new instance of RestHealthCheckStepAttributes. |
Properties
HealthChecks |
The list of checks that form the health check step. |
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. (Inherited from HealthCheckStepAttributes) |
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. (Inherited from HealthCheckStepAttributes) |
WaitDuration |
The duration in ISO 8601 format for which health check waits idly without any checks. (Inherited from HealthCheckStepAttributes) |
Applies to
Azure SDK for .NET