Class ApplicationGatewayBackendHealthInner

java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthInner

public final class ApplicationGatewayBackendHealthInner extends Object
Response for ApplicationGatewayBackendHealth API service call.
  • Constructor Details

    • ApplicationGatewayBackendHealthInner

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

    • backendAddressPools

      public List<ApplicationGatewayBackendHealthPool> backendAddressPools()
      Get the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.
      Returns:
      the backendAddressPools value.
    • withBackendAddressPools

      public ApplicationGatewayBackendHealthInner withBackendAddressPools(List<ApplicationGatewayBackendHealthPool> backendAddressPools)
      Set the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.
      Parameters:
      backendAddressPools - the backendAddressPools value to set.
      Returns:
      the ApplicationGatewayBackendHealthInner object itself.
    • validate

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