通过


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

BatchApplicationOutput interface

包含有关 Azure Batch 帐户中的应用程序的信息。

属性

displayName

应用程序的显示名称。

id

一个字符串,用于唯一标识帐户中的应用程序。

versions

应用程序的可用版本列表。

属性详细信息

displayName

应用程序的显示名称。

displayName: string

属性值

string

id

一个字符串,用于唯一标识帐户中的应用程序。

id: string

属性值

string

versions

应用程序的可用版本列表。

versions: string[]

属性值

string[]