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 ApplicationGatewayBackend backend()

Gets backend address pool resource of URL path map path rule.

abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()

Gets backend http settings resource of URL path map path rule.

abstract List<String> paths()

Gets paths for URL path map rule.

abstract ApplicationGatewayRedirectConfiguration 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:

backend address pool resource of URL path map path rule

backendHttpConfiguration

public abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()

Gets backend http settings resource of URL path map path rule.

Returns:

backend http settings resource of URL path map path rule

paths

public abstract List paths()

Gets paths for URL path map rule.

Returns:

paths for URL path map rule.

redirectConfiguration

public abstract ApplicationGatewayRedirectConfiguration redirectConfiguration()

Gets redirect configuration resource of URL path map path rule.

Returns:

redirect configuration resource of URL path map path rule

Applies to