PacketCaptureQueryStatusResult interface
封包擷取會話的狀態。
屬性
capture |
封包擷取會話的開始時間。 |
id | 封包擷取資源的識別碼。 |
name | 封包擷取資源的名稱。 |
packet |
封包擷取會話的錯誤清單。 |
packet |
封包擷取會話的狀態。 |
stop |
目前封包擷取會話已停止的原因。 |
屬性詳細資料
captureStartTime
封包擷取會話的開始時間。
captureStartTime?: Date
屬性值
Date
id
封包擷取資源的識別碼。
id?: string
屬性值
string
name
封包擷取資源的名稱。
name?: string
屬性值
string
packetCaptureError
封包擷取會話的錯誤清單。
packetCaptureError?: string[]
屬性值
string[]
packetCaptureStatus
封包擷取會話的狀態。
packetCaptureStatus?: string
屬性值
string
stopReason
目前封包擷取會話已停止的原因。
stopReason?: string
屬性值
string