Uses of Class
com.azure.resourcemanager.deploymentmanager.models.HealthCheckStepAttributes
Packages that use HealthCheckStepAttributes
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of HealthCheckStepAttributes in com.azure.resourcemanager.deploymentmanager.models
Modifier and TypeClassDescriptionfinal classDefines the REST health check step properties.Methods in com.azure.resourcemanager.deploymentmanager.models that return HealthCheckStepAttributesModifier and TypeMethodDescriptionHealthCheckStepProperties.attributes()Get the attributes property: The health check step attributes.HealthCheckStepAttributes.withHealthyStateDuration(String healthyStateDuration) Set the healthyStateDuration property: The duration in ISO 8601 format for which the resource is expected to be continuously healthy.HealthCheckStepAttributes.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.HealthCheckStepAttributes.withWaitDuration(String waitDuration) Set the waitDuration property: The duration in ISO 8601 format for which health check waits idly without any checks.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type HealthCheckStepAttributesModifier and TypeMethodDescriptionHealthCheckStepProperties.withAttributes(HealthCheckStepAttributes attributes) Set the attributes property: The health check step attributes.