PacketCapture interface
封包擷取會話資源。
- Extends
屬性
bytes |
每個封包擷取的位元組數目,其餘的位元組會被截斷。 預設 「0」 表示會擷取整個封包。 |
capture |
封包擷取會話的開始時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
network |
要擷取的網路介面清單。 |
output |
封包擷取會話的輸出檔案清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
provisioning |
封包擷取會話資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
reason | 目前封包擷取會話狀態的原因。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
status | 封包擷取會話的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
time |
擷取會話的持續時間上限,以秒為單位。 |
total |
擷取輸出的大小上限。 |
繼承的屬性
id | 資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
bytesToCapturePerPacket
每個封包擷取的位元組數目,其餘的位元組會被截斷。 預設 「0」 表示會擷取整個封包。
bytesToCapturePerPacket?: number
屬性值
number
captureStartTime
封包擷取會話的開始時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。
captureStartTime?: Date
屬性值
Date
networkInterfaces
要擷取的網路介面清單。
networkInterfaces?: string[]
屬性值
string[]
outputFiles
封包擷取會話的輸出檔案清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。
outputFiles?: string[]
屬性值
string[]
provisioningState
封包擷取會話資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
reason
目前封包擷取會話狀態的原因。 注意:這個屬性不會串行化。 它只能由伺服器填入。
reason?: string
屬性值
string
status
封包擷取會話的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
status?: string
屬性值
string
timeLimitInSeconds
擷取會話的持續時間上限,以秒為單位。
timeLimitInSeconds?: number
屬性值
number
totalBytesPerSession
擷取輸出的大小上限。
totalBytesPerSession?: number
屬性值
number
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。
systemData?: SystemData
屬性值
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string