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
Application |
backend()
Gets the associated backend address pool. |
abstract
Collection<Application |
backendAddresses()
Gets the addresses assigned to the associated backend. |
abstract
Application |
backendHttpConfiguration()
Gets the associated backend HTTP settings configuration. |
abstract
Application |
frontendProtocol()
Gets the frontend protocol. |
abstract
Application |
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
Application |
redirectConfiguration()
Gets the redirect configuration associated with this request routing rule. |
abstract
Application |
ruleType()
Gets rule type. |
abstract
Application |
urlPathMap()
Gets the associated URL path map. |
Method Details
backend
public abstract ApplicationGatewayBackend backend()
Gets the associated backend address pool.
Returns:
backendAddresses
public abstract Collection
Gets the addresses assigned to the associated backend.
Returns:
backendHttpConfiguration
public abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()
Gets the associated backend HTTP settings configuration.
Returns:
frontendProtocol
public abstract ApplicationGatewayProtocol frontendProtocol()
Gets the frontend protocol.
Returns:
listener
public abstract ApplicationGatewayListener listener()
Gets the associated frontend HTTP listener.
Returns:
priority
public abstract Integer priority()
Gets the priority of the rule only available for STANDARD_V2 and WAF_V2
Returns:
redirectConfiguration
public abstract ApplicationGatewayRedirectConfiguration redirectConfiguration()
Gets the redirect configuration associated with this request routing rule.
Returns:
ruleType
public abstract ApplicationGatewayRequestRoutingRuleType ruleType()
Gets rule type.
Returns:
urlPathMap
public abstract ApplicationGatewayUrlPathMap urlPathMap()
Gets the associated URL path map.
Returns: