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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java