Uses of Class
com.azure.resourcemanager.deploymentmanager.models.RestHealthCheckStepAttributes
Packages that use RestHealthCheckStepAttributes
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of RestHealthCheckStepAttributes in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RestHealthCheckStepAttributesModifier and TypeMethodDescriptionRestHealthCheckStepAttributes.withHealthChecks(List<RestHealthCheck> healthChecks) Set the healthChecks property: The list of checks that form the health check step.RestHealthCheckStepAttributes.withHealthyStateDuration(String healthyStateDuration) Set the healthyStateDuration property: The duration in ISO 8601 format for which the resource is expected to be continuously healthy.RestHealthCheckStepAttributes.withMaxElasticDuration(String maxElasticDuration) Set the maxElasticDuration property: The duration in ISO 8601 format for which the health check waits for the resource to become healthy.RestHealthCheckStepAttributes.withWaitDuration(String waitDuration) Set the waitDuration property: The duration in ISO 8601 format for which health check waits idly without any checks.