TroubleshootingDetails interface
從指定資源疑難排解中取得的資訊。
屬性
detail | 疑難排解結果的詳細資料。 |
id | 取得疑難排解作業的識別碼。 |
reason |
失敗的原因類型。 |
recommended |
建議的動作清單。 |
summary | 疑難排解的摘要。 |
屬性詳細資料
detail
疑難排解結果的詳細資料。
detail?: string
屬性值
string
id
取得疑難排解作業的識別碼。
id?: string
屬性值
string
reasonType
失敗的原因類型。
reasonType?: string
屬性值
string
recommendedActions
建議的動作清單。
recommendedActions?: TroubleshootingRecommendedActions[]
屬性值
summary
疑難排解的摘要。
summary?: string
屬性值
string