共用方式為


ApplicationGatewayRequestRoutingRule Interface

Implements

public interface ApplicationGatewayRequestRoutingRule
extends HasInnerModel<ApplicationGatewayRequestRoutingRuleInner>, ChildResource<ApplicationGateway>, HasPublicIpAddress, HasSslCertificate<ApplicationGatewaySslCertificate>, HasFrontendPort, HasBackendPort, HasHostname, HasCookieBasedAffinity, HasServerNameIndication

A client-side representation of an application gateway request routing rule.

Method Summary

Modifier and Type Method and Description
abstract ApplicationGatewayBackend backend()

Gets the associated backend address pool.

abstract Collection<ApplicationGatewayBackendAddress> backendAddresses()

Gets the addresses assigned to the associated backend.

abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()

Gets the associated backend HTTP settings configuration.

abstract ApplicationGatewayProtocol frontendProtocol()

Gets the frontend protocol.

abstract ApplicationGatewayListener listener()

Gets the associated frontend HTTP listener.

abstract Integer priority()

Gets the priority of the rule only available for STANDARD_V2 and WAF_V2

abstract ApplicationGatewayRedirectConfiguration redirectConfiguration()

Gets the redirect configuration associated with this request routing rule.

abstract ApplicationGatewayRequestRoutingRuleType ruleType()

Gets rule type.

abstract ApplicationGatewayUrlPathMap urlPathMap()

Gets the associated URL path map.

Method Details

backend

public abstract ApplicationGatewayBackend backend()

Gets the associated backend address pool.

Returns:

the associated backend address pool

backendAddresses

public abstract Collection backendAddresses()

Gets the addresses assigned to the associated backend.

Returns:

the addresses assigned to the associated backend

backendHttpConfiguration

public abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()

Gets the associated backend HTTP settings configuration.

Returns:

the associated backend HTTP settings configuration

frontendProtocol

public abstract ApplicationGatewayProtocol frontendProtocol()

Gets the frontend protocol.

Returns:

the frontend protocol

listener

public abstract ApplicationGatewayListener listener()

Gets the associated frontend HTTP listener.

Returns:

the associated frontend HTTP listener

priority

public abstract Integer priority()

Gets the priority of the rule only available for STANDARD_V2 and WAF_V2

Returns:

the priority of the rule only available for STANDARD_V2 and WAF_V2

redirectConfiguration

public abstract ApplicationGatewayRedirectConfiguration redirectConfiguration()

Gets the redirect configuration associated with this request routing rule.

Returns:

the redirect configuration associated with this request routing rule, if any

ruleType

public abstract ApplicationGatewayRequestRoutingRuleType ruleType()

Gets rule type.

Returns:

rule type

urlPathMap

public abstract ApplicationGatewayUrlPathMap urlPathMap()

Gets the associated URL path map.

Returns:

the associated URL path map

Applies to