RouteMapRule interface
RouteMap 規則。
屬性
actions | 將在相符專案上套用的動作清單。 |
match |
將套用至流量的比對準則清單。 |
name | 規則的唯一名稱。 |
next |
評估規則之後的下一個步驟。 目前支援的行為是「繼續」 (至下一個規則) 和「終止」。 |
屬性詳細資料
actions
matchCriteria
name
規則的唯一名稱。
name?: string
屬性值
string
nextStepIfMatched
評估規則之後的下一個步驟。 目前支援的行為是「繼續」 (至下一個規則) 和「終止」。
nextStepIfMatched?: string
屬性值
string