共用方式為


ApplicationProperties interface

HDInsight 叢集應用程式 GET 回應。

屬性

applicationState

應用程式狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

applicationType

應用程式類型。

computeProfile

叢集中的角色清單。

createdDate

應用程式建立日期時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

errors

錯誤清單。

httpsEndpoints

應用程式 HTTPS 端點的清單。

installScriptActions

安裝腳本動作的清單。

marketplaceIdentifier

Marketplace 識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。

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

Marketplace 識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。

marketplaceIdentifier?: string

屬性值

string

privateLinkConfigurations

私人連結組態。

privateLinkConfigurations?: PrivateLinkConfiguration[]

屬性值

provisioningState

應用程式的布建狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

sshEndpoints

應用程式 SSH 端點的清單。

sshEndpoints?: ApplicationGetEndpoint[]

屬性值

uninstallScriptActions

卸載腳本動作的清單。

uninstallScriptActions?: RuntimeScriptAction[]

屬性值