Interface ApplicationGatewayBackend
- All Superinterfaces:
ChildResource<ApplicationGateway>
,HasBackendNics
,HasInner<ApplicationGatewayBackendAddressPool>
,HasName
,HasParent<ApplicationGateway>
,Indexable
public interface ApplicationGatewayBackend
extends HasInner<ApplicationGatewayBackendAddressPool>, ChildResource<ApplicationGateway>, HasBackendNics
A client-side representation of an application gateway backend.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of an application gateway backend definition.static interface
Grouping of application gateway backend definition stages.static interface
The entirety of an application gateway backend update as part of an application gateway update.static interface
The entirety of an application gateway backend definition as part of an application gateway update.static interface
Grouping of application gateway backend definition stages applicable as part of an application gateway update.static interface
Grouping of application gateway backend update stages. -
Method Summary
Modifier and TypeMethodDescriptionboolean
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.Methods inherited from interface com.microsoft.azure.management.network.model.HasBackendNics
backendNicIPConfigurationNames
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
addresses
Collection<ApplicationGatewayBackendAddress> addresses()- Returns:
- addresses on the backend of the application gateway
-
containsIPAddress
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
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
-