你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppPlatformGatewayApiRoute 类

定义

Spring Cloud 网关的 API 路由配置。

public class AppPlatformGatewayApiRoute
type AppPlatformGatewayApiRoute = class
Public Class AppPlatformGatewayApiRoute
继承
AppPlatformGatewayApiRoute

构造函数

AppPlatformGatewayApiRoute()

初始化 AppPlatformGatewayApiRoute 的新实例。

属性

Description

说明将应用于生成的 OpenAPI 文档中的方法。

Filters

在将请求发送到目标终结点或接收的响应之前修改请求。

IsSsoEnabled

启用 SSO 验证。

IsTokenRelayed

将当前经过身份验证的用户的标识令牌传递给应用程序服务,默认值为“false”。

Order

路由处理顺序。

Predicates

评估每个请求的路由的多个条件。 可以根据请求标头和参数值计算每个谓词。 与路由关联的所有谓词的计算结果必须为 true,才能将路由与请求匹配。

Tags

分类标记将应用于生成的 OpenAPI 文档中的方法。

Title

游戏将应用于生成的 OpenAPI 文档中的方法。

Uri

完整 URI 将替代 appName

适用于