RestParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.deploymentmanager.fluent.models.RestParameters

public final class RestParameters

The parameters for the REST health check.

Constructor Summary

Constructor Description
RestParameters()

Creates an instance of RestParameters class.

Method Summary

Modifier and Type Method and Description
List<RestHealthCheck> healthChecks()

Get the healthChecks property: The list of checks that form the health check step.

void validate()

Validates the instance.

RestParameters withHealthChecks(List<RestHealthCheck> healthChecks)

Set the healthChecks property: The list of checks that form the health check step.

Methods inherited from java.lang.Object

Constructor Details

RestParameters

public RestParameters()

Creates an instance of RestParameters class.

Method Details

healthChecks

public List<RestHealthCheck> healthChecks()

Get the healthChecks property: The list of checks that form the health check step.

Returns:

the healthChecks value.

validate

public void validate()

Validates the instance.

withHealthChecks

public RestParameters withHealthChecks(List<RestHealthCheck> healthChecks)

Set the healthChecks property: The list of checks that form the health check step.

Parameters:

healthChecks - the healthChecks value to set.

Returns:

the RestParameters object itself.

Applies to