你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApplicationInfoResponse interface
包含应用程序信息的响应。
属性
active |
当前标记为活动的版本 ID。 |
created |
版本的创建时间戳。 |
culture | 应用程序的区域性。 例如,“en-us”。 |
description | 应用程序的说明。 |
domain | 新应用程序的域。 可选。 例如,漫画。 |
endpoint |
对此终结点进行的调用数。 |
endpoints | 此模型版本的运行时终结点 URL。 |
id | 应用程序的 ID (GUID) 。 |
name | 应用程序的名称。 |
usage |
定义新应用程序的方案。 可选。 例如,IoT。 |
versions |
应用程序中的模型版本数量。 |
属性详细信息
activeVersion
当前标记为活动的版本 ID。
activeVersion?: string
属性值
string
createdDateTime
版本的创建时间戳。
createdDateTime?: string
属性值
string
culture
应用程序的区域性。 例如,“en-us”。
culture?: string
属性值
string
description
应用程序的说明。
description?: string
属性值
string
domain
新应用程序的域。 可选。 例如,漫画。
domain?: string
属性值
string
endpointHitsCount
对此终结点进行的调用数。
endpointHitsCount?: number
属性值
number
endpoints
此模型版本的运行时终结点 URL。
endpoints?: any
属性值
any
id
应用程序的 ID (GUID) 。
id?: string
属性值
string
name
应用程序的名称。
name?: string
属性值
string
usageScenario
定义新应用程序的方案。 可选。 例如,IoT。
usageScenario?: string
属性值
string
versionsCount
应用程序中的模型版本数量。
versionsCount?: number
属性值
number