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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway backend definition.static interfaceGrouping of application gateway backend definition stages.static interfaceThe entirety of an application gateway backend update as part of an application gateway update.static interfaceThe entirety of an application gateway backend definition as part of an application gateway update.static interfaceGrouping of application gateway backend definition stages applicable as part of an application gateway update.static interfaceGrouping of application gateway backend update stages. -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsFqdn(String fqdn) Checks whether the specified FQDN is referenced by this backend address pool.booleancontainsIPAddress(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
backendNicIPConfigurationNamesMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
innerMethods 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
-