次の方法で共有


RouterRule type

次のいずれかの種類のルール: StaticRule: 入力に関係なく常に同じ結果を返す静的ルールを提供するルール。 DirectMapRule: 入力ラベルと同じラベルを返すルール。 ExpressionRule: インライン式ルールを提供するルール。 FunctionRule: HTTP によってトリガーされる Azure 関数へのバインドを提供するルール。 WebhookRule: OAuth2.0 認証プロトコルに従って Web サーバーへのバインドを提供する規則。

type RouterRule =
  | DirectMapRouterRule
  | ExpressionRouterRule
  | FunctionRouterRule
  | StaticRouterRule
  | WebhookRouterRule