Interface ApplicationGatewayBackend

    • Method Detail

      • containsIPAddress

        boolean containsIPAddress​(String ipAddress)
        Checks whether the specified IP address is referenced by this backend address pool.
        Parameters:
        ipAddress - an IP address
        Returns:
        true if the specified IP address is referenced by this backend, else false
      • containsFqdn

        boolean containsFqdn​(String fqdn)
        Checks whether the specified FQDN is referenced by this backend address pool.
        Parameters:
        fqdn - a fully qualified domain name (FQDN)
        Returns:
        true if the specified FQDN is referenced by this backend, else false