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

ApiPortalProperties interface

API 门户属性有效负载

属性

gatewayIds

要与 API 门户集成的网关的资源 ID 数组。

httpsOnly

指示是否只允许 https。

instances

实例集合属于 API 门户。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState

API 门户的状态。 注意:此属性不会序列化。 它只能由服务器填充。

public

指示 API 门户是否公开终结点。

resourceRequests

所需的 CPU 和内存的请求资源数量。 注意:此属性不会序列化。 它只能由服务器填充。

sourceUrls

OpenAPI 源 URL 位置的集合。

ssoProperties

单一登录相关配置

url

API 门户的 URL,在“public”为 true 时公开。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

gatewayIds

要与 API 门户集成的网关的资源 ID 数组。

gatewayIds?: string[]

属性值

string[]

httpsOnly

指示是否只允许 https。

httpsOnly?: boolean

属性值

boolean

instances

实例集合属于 API 门户。 注意:此属性不会序列化。 它只能由服务器填充。

instances?: ApiPortalInstance[]

属性值

provisioningState

API 门户的状态。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState?: string

属性值

string

public

指示 API 门户是否公开终结点。

public?: boolean

属性值

boolean

resourceRequests

所需的 CPU 和内存的请求资源数量。 注意:此属性不会序列化。 它只能由服务器填充。

resourceRequests?: ApiPortalResourceRequests

属性值

sourceUrls

OpenAPI 源 URL 位置的集合。

sourceUrls?: string[]

属性值

string[]

ssoProperties

单一登录相关配置

ssoProperties?: SsoProperties

属性值

url

API 门户的 URL,在“public”为 true 时公开。 注意:此属性不会序列化。 它只能由服务器填充。

url?: string

属性值

string