ApplicationGatewayBackend Interface
public interface ApplicationGatewayBackend extends HasInner,ChildResource,HasBackendNics
A client-side representation of an application gateway backend.
Method Summary
Modifier and Type | Method and Description |
---|---|
Collection<Application |
addresses() |
boolean |
containsFqdn(String fqdn)
Checks whether the specified FQDN is referenced by this backend address pool. |
boolean |
containsIPAddress(String ipAddress)
Checks whether the specified IP address is referenced by this backend address pool. |
Inherited Members
Method Details
addresses
public Collection
Returns:
containsFqdn
public boolean containsFqdn(String fqdn)
Checks whether the specified FQDN is referenced by this backend address pool.
Parameters:
Returns:
containsIPAddress
public boolean containsIPAddress(String ipAddress)
Checks whether the specified IP address is referenced by this backend address pool.
Parameters:
Returns:
Applies to
Azure SDK for Java