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

AppPlatformGatewayProperties 类

定义

Spring Cloud Gateway 属性有效负载。

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

构造函数

AppPlatformGatewayProperties()

初始化 AppPlatformGatewayProperties 的新实例。

属性

ApiMetadataProperties

Spring Cloud Gateway 的 API 元数据属性。

CorsProperties

跨源资源共享属性。

Instances

实例集合属于 Spring Cloud Gateway。

IsHttpsOnly

指示是否仅允许 https。

IsPublic

指示 Spring Cloud 网关是否公开终结点。

OperatorProperties

Spring Cloud Gateway 操作员的属性。

ProvisioningState

Spring Cloud 网关的状态。

ResourceRequests

所需 CPU 和内存的请求资源数量。

SsoProperties

单一登录相关配置。

Uri

Spring Cloud Gateway 的 URL,在“public”为 true 时公开。

适用于