次の方法で共有


AppPlatformGatewayApiRoute.Predicates プロパティ

定義

各要求のルートを評価する条件の数。 各述語は、要求ヘッダーとパラメーター値に対して評価できます。 ルートに関連付けられているすべての述語は、要求に一致するルートに対して true に評価される必要があります。

public System.Collections.Generic.IList<string> Predicates { get; }
member this.Predicates : System.Collections.Generic.IList<string>
Public ReadOnly Property Predicates As IList(Of String)

プロパティ値

適用対象