ApplicationGatewayRequestRoutingRule Interface

public interface ApplicationGatewayRequestRoutingRule extends HasInner,ChildResource,HasPublicIPAddress,HasSslCertificate,HasFrontendPort,HasBackendPort,HasHostName,HasCookieBasedAffinity,HasServerNameIndication

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

Method Summary

Modifier and Type Method and Description
ApplicationGatewayBackend backend()
Collection<ApplicationGatewayBackendAddress> backendAddresses()
ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()
ApplicationGatewayProtocol frontendProtocol()
ApplicationGatewayListener listener()
ApplicationGatewayRequestRoutingRuleType ruleType()

Inherited Members

Method Details

backend

public ApplicationGatewayBackend backend()

Returns:

the associated backend address pool

backendAddresses

public Collection backendAddresses()

Returns:

the addresses assigned to the associated backend

backendHttpConfiguration

public ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()

Returns:

the associated backend HTTP settings configuration

frontendProtocol

public ApplicationGatewayProtocol frontendProtocol()

Returns:

the frontend protocol

listener

public ApplicationGatewayListener listener()

Returns:

the associated frontend HTTP listener

ruleType

public ApplicationGatewayRequestRoutingRuleType ruleType()

Returns:

rule type

Applies to