Interface ApplicationGatewayPathRule

All Superinterfaces:
ChildResource<ApplicationGatewayUrlPathMap>, HasInnerModel<ApplicationGatewayPathRuleInner>, HasName, HasParent<ApplicationGatewayUrlPathMap>, Indexable

public interface ApplicationGatewayPathRule extends HasInnerModel<ApplicationGatewayPathRuleInner>, ChildResource<ApplicationGatewayUrlPathMap>
A client-side representation of an application gateway's URL path map.
  • Method Details

    • backend

      Gets backend address pool resource of URL path map path rule.
      Returns:
      backend address pool resource of URL path map path rule
    • backendHttpConfiguration

      ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()
      Gets backend http settings resource of URL path map path rule.
      Returns:
      backend http settings resource of URL path map path rule
    • redirectConfiguration

      Gets redirect configuration resource of URL path map path rule.
      Returns:
      redirect configuration resource of URL path map path rule
    • paths

      List<String> paths()
      Gets paths for URL path map rule.
      Returns:
      paths for URL path map rule.