Interface ApplicationGatewayBackend
- All Superinterfaces:
ChildResource<ApplicationGateway>,HasBackendNics,HasInnerModel<ApplicationGatewayBackendAddressPool>,HasName,HasParent<ApplicationGateway>,Indexable
public interface ApplicationGatewayBackend
extends HasInnerModel<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 TypeMethodDescriptionGets addresses on the backend of the application gateway.booleancontainsFqdn(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.azure.resourcemanager.network.models.HasBackendNics
backendNicIPConfigurationNamesMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
addresses
Collection<ApplicationGatewayBackendAddress> addresses()Gets addresses on the backend of the application gateway.- 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
-