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

HDInsightApplicationProperties 类

定义

HDInsight 群集应用程序 GET 响应。

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

构造函数

HDInsightApplicationProperties()

初始化 HDInsightApplicationProperties 的新实例。

属性

ApplicationState

应用程序状态。

ApplicationType

应用程序类型。

ComputeRoles

群集中的角色列表。

CreatedOn

应用程序创建日期时间。

Errors

错误列表。

HttpsEndpoints

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

InstallScriptActions

安装脚本操作的列表。

MarketplaceIdentifier

市场标识符。

PrivateLinkConfigurations

专用链接配置。

ProvisioningState

应用程序的预配状态。

SshEndpoints

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

UninstallScriptActions

卸载脚本操作的列表。

适用于