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() |
abstract
Application |
backendHttpConfiguration() |
abstract List<String> | paths() |
abstract
Application |
redirectConfiguration() |
Method Details
backend
public abstract ApplicationGatewayBackend backend()
Returns:
backend address pool resource of URL path map path rule
backendHttpConfiguration
public abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()
Returns:
backend http settings resource of URL path map path rule
paths
public abstract List
Returns:
paths for URL path map rule.
redirectConfiguration
public abstract ApplicationGatewayRedirectConfiguration redirectConfiguration()
Returns:
redirect configuration resource of URL path map path rule
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java