Class ApplicationGatewayBackendHealthPool

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

public class ApplicationGatewayBackendHealthPool extends Object
Application gateway BackendHealth pool.
  • Constructor Details

    • ApplicationGatewayBackendHealthPool

      public ApplicationGatewayBackendHealthPool()
  • Method Details

    • backendAddressPool

      public ApplicationGatewayBackendAddressPool backendAddressPool()
      Get reference to an ApplicationGatewayBackendAddressPool resource.
      Returns:
      the backendAddressPool value
    • withBackendAddressPool

      public ApplicationGatewayBackendHealthPool withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)
      Set reference to an ApplicationGatewayBackendAddressPool resource.
      Parameters:
      backendAddressPool - the backendAddressPool value to set
      Returns:
      the ApplicationGatewayBackendHealthPool object itself.
    • backendHttpSettingsCollection

      public List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection()
      Get list of ApplicationGatewayBackendHealthHttpSettings resources.
      Returns:
      the backendHttpSettingsCollection value
    • withBackendHttpSettingsCollection

      public ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)
      Set list of ApplicationGatewayBackendHealthHttpSettings resources.
      Parameters:
      backendHttpSettingsCollection - the backendHttpSettingsCollection value to set
      Returns:
      the ApplicationGatewayBackendHealthPool object itself.