共用方式為


PacketCaptureResult interface

封包擷取會話的相關信息。

屬性

bytesToCapturePerPacket

每個封包擷取的位元組數目,其餘的位元組會被截斷。

captureSettings

擷取設定會保存 'FileCount'、'FileSizeInBytes'、'SessionTimeLimitInSeconds' 值。

continuousCapture

這個連續擷取是可為 Null 的布爾值,可以保存 'null'、'true' 或 'false' 值。 如果未傳遞此參數,則會將其視為 『null』,預設值為 『null』。

etag

每當更新資源時變更的唯一隻讀字串。 注意:這個屬性不會串行化。 它只能由伺服器填入。

filters

封包擷取篩選的清單。

id

封包擷取作業的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

封包擷取會話的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState

封包擷取會話的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

scope

可以包含或排除以執行封包擷取的 AzureVMSS 實例清單。 如果包含和排除兩者都是空的,則封包擷取將會在所有 AzureVMSS 實例上執行。

storageLocation

封包擷取會話的儲存位置。

target

目前僅支援目標資源的標識碼,只有 AzureVM 和 AzureVMSS 作為目標類型。

targetType

提供之資源的目標類型。

timeLimitInSeconds

擷取會話的持續時間上限,以秒為單位。

totalBytesPerSession

擷取輸出的大小上限。

屬性詳細資料

bytesToCapturePerPacket

每個封包擷取的位元組數目,其餘的位元組會被截斷。

bytesToCapturePerPacket?: number

屬性值

number

captureSettings

擷取設定會保存 'FileCount'、'FileSizeInBytes'、'SessionTimeLimitInSeconds' 值。

captureSettings?: PacketCaptureSettings

屬性值

continuousCapture

這個連續擷取是可為 Null 的布爾值,可以保存 'null'、'true' 或 'false' 值。 如果未傳遞此參數,則會將其視為 『null』,預設值為 『null』。

continuousCapture?: boolean

屬性值

boolean

etag

每當更新資源時變更的唯一隻讀字串。 注意:這個屬性不會串行化。 它只能由伺服器填入。

etag?: string

屬性值

string

filters

封包擷取篩選的清單。

filters?: PacketCaptureFilter[]

屬性值

id

封包擷取作業的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

name

封包擷取會話的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

provisioningState

封包擷取會話的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

scope

可以包含或排除以執行封包擷取的 AzureVMSS 實例清單。 如果包含和排除兩者都是空的,則封包擷取將會在所有 AzureVMSS 實例上執行。

scope?: PacketCaptureMachineScope

屬性值

storageLocation

封包擷取會話的儲存位置。

storageLocation?: PacketCaptureStorageLocation

屬性值

target

目前僅支援目標資源的標識碼,只有 AzureVM 和 AzureVMSS 作為目標類型。

target?: string

屬性值

string

targetType

提供之資源的目標類型。

targetType?: PacketCaptureTargetType

屬性值

timeLimitInSeconds

擷取會話的持續時間上限,以秒為單位。

timeLimitInSeconds?: number

屬性值

number

totalBytesPerSession

擷取輸出的大小上限。

totalBytesPerSession?: number

屬性值

number