Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RoutingRule

A routing rule examines an incoming request, routing matching requests to the specified backend set. Routing rules apply only to HTTP and HTTPS requests. They have no effect on TCP requests.

Properties

actions

actions: Array<Action>

A list of actions to be applied when conditions of the routing rule are met.

condition

condition: string

A routing rule to evaluate defined conditions against the incoming HTTP request and perform an action.

name

name: string

A unique name for the routing policy rule. Avoid entering confidential information.

Functions

getDeserializedJsonObj

getJsonObj