Interface ApplicationGatewayBackend

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>, HasBackendNics, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ApplicationGatewayBackendAddressPool>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<ApplicationGateway>, com.azure.resourcemanager.resources.fluentcore.model.Indexable

public interface ApplicationGatewayBackend extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ApplicationGatewayBackendAddressPool>, com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>, HasBackendNics
A client-side representation of an application gateway backend.
  • Method Details

    • addresses

      Gets addresses on the backend of the application gateway.
      Returns:
      addresses on the backend of the application gateway
    • containsIPAddress

      boolean containsIPAddress(String ipAddress)
      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

      boolean containsFqdn(String fqdn)
      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