ApplicationGatewayPathRule Interface

Implements

ChildResource<ApplicationGatewayUrlPathMap> HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner>

public interface ApplicationGatewayPathRule
extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner>, ChildResource<ApplicationGatewayUrlPathMap>

A client-side representation of an application gateway's URL path map.

Method Summary

Modifier and Type Method and Description
abstract ApplicationGatewayBackend backend()
abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()
abstract java.util.List<java.lang.String> paths()
abstract ApplicationGatewayRedirectConfiguration 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 paths()

Returns:

paths for URL path map rule.

redirectConfiguration

public abstract ApplicationGatewayRedirectConfiguration redirectConfiguration()

Returns:

redirect configuration resource of URL path map path rule

Applies to