ApplicationGatewayBackend Interface
Implements
public interface ApplicationGatewayBackend
extends HasInnerModel<ApplicationGatewayBackendAddressPool>, ChildResource<ApplicationGateway>, HasBackendNics
A client-side representation of an application gateway backend.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Collection<Application |
addresses() |
abstract boolean |
containsFqdn(String fqdn)
Checks whether the specified FQDN is referenced by this backend address pool. |
abstract boolean |
containsIPAddress(String ipAddress)
Checks whether the specified IP address is referenced by this backend address pool. |
Method Details
addresses
public abstract Collection
Returns:
containsFqdn
public abstract boolean containsFqdn(String fqdn)
Checks whether the specified FQDN is referenced by this backend address pool.
Parameters:
Returns:
containsIPAddress
public abstract 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