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

public final class RestParameters extends Object
The parameters for the REST health check.
  • 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.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.