Class ApplicationGatewayBackendHealthServer

java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer

public class ApplicationGatewayBackendHealthServer extends Object
Application gateway backendhealth http settings.
  • Constructor Details

    • ApplicationGatewayBackendHealthServer

      public ApplicationGatewayBackendHealthServer()
  • Method Details

    • address

      public String address()
      Get iP address or FQDN of backend server.
      Returns:
      the address value
    • withAddress

      public ApplicationGatewayBackendHealthServer withAddress(String address)
      Set iP address or FQDN of backend server.
      Parameters:
      address - the address value to set
      Returns:
      the ApplicationGatewayBackendHealthServer object itself.
    • ipConfiguration

      public com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration()
      Get reference to IP configuration of backend server.
      Returns:
      the ipConfiguration value
    • withIpConfiguration

      public ApplicationGatewayBackendHealthServer withIpConfiguration(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration)
      Set reference to IP configuration of backend server.
      Parameters:
      ipConfiguration - the ipConfiguration value to set
      Returns:
      the ApplicationGatewayBackendHealthServer object itself.
    • health

      Get health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'.
      Returns:
      the health value
    • withHealth

      Set health of backend server. Possible values include: 'Unknown', 'Up', 'Down', 'Partial', 'Draining'.
      Parameters:
      health - the health value to set
      Returns:
      the ApplicationGatewayBackendHealthServer object itself.
    • healthProbeLog

      public String healthProbeLog()
      Get health Probe Log.
      Returns:
      the healthProbeLog value
    • withHealthProbeLog

      public ApplicationGatewayBackendHealthServer withHealthProbeLog(String healthProbeLog)
      Set health Probe Log.
      Parameters:
      healthProbeLog - the healthProbeLog value to set
      Returns:
      the ApplicationGatewayBackendHealthServer object itself.