Class HealthCheckStepProperties

java.lang.Object
com.azure.resourcemanager.deploymentmanager.models.StepProperties
com.azure.resourcemanager.deploymentmanager.models.HealthCheckStepProperties

public final class HealthCheckStepProperties extends StepProperties
Defines the properties of a health check step.
  • Constructor Details

    • HealthCheckStepProperties

      public HealthCheckStepProperties()
      Creates an instance of HealthCheckStepProperties class.
  • Method Details

    • attributes

      public HealthCheckStepAttributes attributes()
      Get the attributes property: The health check step attributes.
      Returns:
      the attributes value.
    • withAttributes

      public HealthCheckStepProperties withAttributes(HealthCheckStepAttributes attributes)
      Set the attributes property: The health check step attributes.
      Parameters:
      attributes - the attributes value to set.
      Returns:
      the HealthCheckStepProperties object itself.
    • validate

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