Interface ApplicationGatewayPathRule

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

public interface ApplicationGatewayPathRule extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<ApplicationGatewayPathRuleInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.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.