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

ApplicationProperties interface

HDInsight 群集应用程序 GET 响应。

属性

applicationState

应用程序状态。 注意:此属性不会序列化。 它只能由服务器填充。

applicationType

应用程序类型。

computeProfile

群集中的角色列表。

createdDate

应用程序创建日期时间。 注意:此属性不会序列化。 它只能由服务器填充。

errors

错误列表。

httpsEndpoints

应用程序 HTTPS 终结点的列表。

installScriptActions

安装脚本作的列表。

marketplaceIdentifier

市场标识符。 注意:此属性不会序列化。 它只能由服务器填充。

privateLinkConfigurations

专用链接配置。

provisioningState

应用程序的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

sshEndpoints

应用程序 SSH 终结点的列表。

uninstallScriptActions

卸载脚本作的列表。

属性详细信息

applicationState

应用程序状态。 注意:此属性不会序列化。 它只能由服务器填充。

applicationState?: string

属性值

string

applicationType

应用程序类型。

applicationType?: string

属性值

string

computeProfile

群集中的角色列表。

computeProfile?: ComputeProfile

属性值

createdDate

应用程序创建日期时间。 注意:此属性不会序列化。 它只能由服务器填充。

createdDate?: string

属性值

string

errors

错误列表。

errors?: Errors[]

属性值

Errors[]

httpsEndpoints

应用程序 HTTPS 终结点的列表。

httpsEndpoints?: ApplicationGetHttpsEndpoint[]

属性值

installScriptActions

安装脚本作的列表。

installScriptActions?: RuntimeScriptAction[]

属性值

marketplaceIdentifier

市场标识符。 注意:此属性不会序列化。 它只能由服务器填充。

marketplaceIdentifier?: string

属性值

string

privateLinkConfigurations

专用链接配置。

privateLinkConfigurations?: PrivateLinkConfiguration[]

属性值

provisioningState

应用程序的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState?: string

属性值

string

sshEndpoints

应用程序 SSH 终结点的列表。

sshEndpoints?: ApplicationGetEndpoint[]

属性值

uninstallScriptActions

卸载脚本作的列表。

uninstallScriptActions?: RuntimeScriptAction[]

属性值