Uses of Class
com.azure.resourcemanager.deploymentmanager.models.RestHealthCheck
Packages that use RestHealthCheck
Package
Description
Package containing the inner data models for AzureDeploymentManager.
Package containing the data models for AzureDeploymentManager.
-
Uses of RestHealthCheck in com.azure.resourcemanager.deploymentmanager.fluent.models
Methods in com.azure.resourcemanager.deploymentmanager.fluent.models that return types with arguments of type RestHealthCheckModifier and TypeMethodDescriptionRestParameters.healthChecks()Get the healthChecks property: The list of checks that form the health check step.Method parameters in com.azure.resourcemanager.deploymentmanager.fluent.models with type arguments of type RestHealthCheckModifier and TypeMethodDescriptionRestParameters.withHealthChecks(List<RestHealthCheck> healthChecks) Set the healthChecks property: The list of checks that form the health check step. -
Uses of RestHealthCheck in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return RestHealthCheckModifier and TypeMethodDescriptionSet the name property: A unique name for this check.RestHealthCheck.withRequest(RestRequest request) Set the request property: The request to the health provider.RestHealthCheck.withResponse(RestResponse response) Set the response property: The expected response from the health provider.Methods in com.azure.resourcemanager.deploymentmanager.models that return types with arguments of type RestHealthCheckModifier and TypeMethodDescriptionRestHealthCheckStepAttributes.healthChecks()Get the healthChecks property: The list of checks that form the health check step.Method parameters in com.azure.resourcemanager.deploymentmanager.models with type arguments of type RestHealthCheckModifier and TypeMethodDescriptionRestHealthCheckStepAttributes.withHealthChecks(List<RestHealthCheck> healthChecks) Set the healthChecks property: The list of checks that form the health check step.