ServiceProperties interface
描述服務資源的屬性。
屬性
auto |
自動調整原則 |
description | 使用者可讀取的服務描述。 |
health |
描述應用程式資源的健全狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
replica |
要建立之服務的複本數目。 如果未指定,則預設為 1。 |
status | 服務的狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
status |
提供有關服務目前狀態的其他資訊。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
unhealthy |
當服務的健全狀況狀態不是「確定」時,服務網狀架構健全狀況管理員的這項額外詳細資料,讓使用者知道服務標示為狀況不良的原因。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
屬性詳細資料
autoScalingPolicies
description
使用者可讀取的服務描述。
description?: string
屬性值
string
healthState
描述應用程式資源的健全狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。
healthState?: string
屬性值
string
replicaCount
要建立之服務的複本數目。 如果未指定,則預設為 1。
replicaCount?: number
屬性值
number
status
服務的狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。
status?: string
屬性值
string
statusDetails
提供有關服務目前狀態的其他資訊。 注意:此屬性不會序列化。 它只能由伺服器填入。
statusDetails?: string
屬性值
string
unhealthyEvaluation
當服務的健全狀況狀態不是「確定」時,服務網狀架構健全狀況管理員的這項額外詳細資料,讓使用者知道服務標示為狀況不良的原因。 注意:此屬性不會序列化。 它只能由伺服器填入。
unhealthyEvaluation?: string
屬性值
string