共用方式為


ApplicationResourceProperties interface

這個類型描述應用程式資源的屬性。

Extends

繼承的屬性

debugParams

內部 - Visual Studio 用來在本機開發環境中設定偵錯會話。

description

應用程式的用戶可讀取描述。

diagnostics

描述應用程式資源的診斷定義和使用方式。

healthState

描述應用程式資源的健全狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState

資源的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

serviceNames

應用程式中的服務名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

services

描述應用程式中的服務。 這個屬性可用來建立或修改應用程式的服務。 只傳回服務的名稱。 您可以藉由查詢服務資源來取得服務描述。

status

應用程式的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

statusDetails

提供應用程式目前狀態的其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

unhealthyEvaluation

當應用程式的健康情況狀態不是 「確定」時,Service Fabric Health Manager 會提供這項額外的詳細數據,讓使用者知道應用程式為何標示為狀況不良。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性詳細資料

debugParams

內部 - Visual Studio 用來在本機開發環境中設定偵錯會話。

debugParams?: string

屬性值

string

繼承自ApplicationProperties.debugParams

description

應用程式的用戶可讀取描述。

description?: string

屬性值

string

繼承自ApplicationProperties.description

diagnostics

描述應用程式資源的診斷定義和使用方式。

diagnostics?: DiagnosticsDescription

屬性值

繼承自ApplicationProperties.diagnostics

healthState

描述應用程式資源的健全狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

healthState?: string

屬性值

string

繼承自ApplicationProperties.healthState

provisioningState

資源的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

繼承自ProvisionedResourceProperties.provisioningState

serviceNames

應用程式中的服務名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

serviceNames?: string[]

屬性值

string[]

繼承自ApplicationProperties.serviceNames

services

描述應用程式中的服務。 這個屬性可用來建立或修改應用程式的服務。 只傳回服務的名稱。 您可以藉由查詢服務資源來取得服務描述。

services?: ServiceResourceDescription[]

屬性值

繼承自ApplicationProperties.services

status

應用程式的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

status?: string

屬性值

string

繼承自ApplicationProperties.status

statusDetails

提供應用程式目前狀態的其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

statusDetails?: string

屬性值

string

繼承自ApplicationProperties.statusDetails

unhealthyEvaluation

當應用程式的健康情況狀態不是 「確定」時,Service Fabric Health Manager 會提供這項額外的詳細數據,讓使用者知道應用程式為何標示為狀況不良。 注意:這個屬性不會串行化。 它只能由伺服器填入。

unhealthyEvaluation?: string

屬性值

string

繼承自ApplicationProperties.unhealthyEvaluation