ApplicationGatewayPathRule Interface
Implements
public interface ApplicationGatewayPathRule
extends HasInnerModel<ApplicationGatewayPathRuleInner>, ChildResource<ApplicationGatewayUrlPathMap>
A client-side representation of an application gateway's URL path map.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Application |
backend()
Gets backend address pool resource of URL path map path rule. |
abstract
Application |
backendHttpConfiguration()
Gets backend http settings resource of URL path map path rule. |
abstract List<String> |
paths()
Gets paths for URL path map rule. |
abstract
Application |
redirectConfiguration()
Gets redirect configuration resource of URL path map path rule. |
Method Details
backend
public abstract ApplicationGatewayBackend backend()
Gets backend address pool resource of URL path map path rule.
Returns:
backendHttpConfiguration
public abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()
Gets backend http settings resource of URL path map path rule.
Returns:
paths
public abstract List
Gets paths for URL path map rule.
Returns:
redirectConfiguration
public abstract ApplicationGatewayRedirectConfiguration redirectConfiguration()
Gets redirect configuration resource of URL path map path rule.
Returns:
Applies to
Azure SDK for Java