Interface ApplicationGatewayRedirectConfiguration

  • All Superinterfaces:
    com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayRedirectConfigurationInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ApplicationGateway>, com.microsoft.azure.management.resources.fluentcore.model.Indexable

    @Beta(V1_4_0)
    public interface ApplicationGatewayRedirectConfiguration
    extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayRedirectConfigurationInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>
    A client-side representation of an application gateway's redirect configuration.
    • Method Detail

      • targetListener

        ApplicationGatewayListener targetListener()
        Returns:
        the target listener on this application network traffic is redirected to
      • targetUrl

        String targetUrl()
        Returns:
        the target URL network traffic is redirected to
      • isPathIncluded

        boolean isPathIncluded()
        Returns:
        true if the path is included in the redirected URL, otherwise false
      • isQueryStringIncluded

        boolean isQueryStringIncluded()
        Returns:
        true if the query string is included in the redirected URL, otherwise false