Share via


ApplicationGatewayRoutingRulePropertiesFormatOutput interface

Properties of routing rule of the application gateway.

Properties

backendAddressPool

Backend address pool resource of the application gateway.

backendSettings

Backend settings resource of the application gateway.

listener

Listener resource of the application gateway.

priority

Priority of the routing rule.

provisioningState

The provisioning state of the request routing rule resource.

ruleType

Rule type.

Property Details

backendAddressPool

Backend address pool resource of the application gateway.

backendAddressPool?: SubResourceOutput

Property Value

backendSettings

Backend settings resource of the application gateway.

backendSettings?: SubResourceOutput

Property Value

listener

Listener resource of the application gateway.

listener?: SubResourceOutput

Property Value

priority

Priority of the routing rule.

priority: number

Property Value

number

provisioningState

The provisioning state of the request routing rule resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"

ruleType

Rule type.

ruleType?: "Basic" | "PathBasedRouting"

Property Value

"Basic" | "PathBasedRouting"