Class ApplicationGatewayBackendHealthServer


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

      • ApplicationGatewayBackendHealthServer

        public ApplicationGatewayBackendHealthServer()
    • Method Detail

      • address

        public String address()
        Get the address value.
        Returns:
        the address value
      • withAddress

        public ApplicationGatewayBackendHealthServer withAddress​(String address)
        Set the address value.
        Parameters:
        address - the address value to set
        Returns:
        the ApplicationGatewayBackendHealthServer object itself.
      • ipConfiguration

        public com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration()
        Get the ipConfiguration value.
        Returns:
        the ipConfiguration value
      • withIpConfiguration

        public ApplicationGatewayBackendHealthServer withIpConfiguration​(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration)
        Set the ipConfiguration value.
        Parameters:
        ipConfiguration - the ipConfiguration value to set
        Returns:
        the ApplicationGatewayBackendHealthServer object itself.