Share via


FirewallPacketCaptureParameters interface

Azure Firewall Packet Capture Parameters.

Properties

durationInSeconds

Duration of packet capture in seconds. If the field is not provided, the default value is 60.

fileName

Name of file to be uploaded to sasURL

filters

Rules to filter packet captures.

flags

The tcp-flag type to be captured. Used with protocol TCP

numberOfPacketsToCapture

Number of packets to be captured. If the field is not provided, the default value is 1000.

operation

The Azure Firewall packet capture operation to perform

protocol

The protocol of packets to capture

sasUrl

Upload capture location

Property Details

durationInSeconds

Duration of packet capture in seconds. If the field is not provided, the default value is 60.

durationInSeconds?: number

Property Value

number

fileName

Name of file to be uploaded to sasURL

fileName?: string

Property Value

string

filters

Rules to filter packet captures.

filters?: AzureFirewallPacketCaptureRule[]

Property Value

flags

The tcp-flag type to be captured. Used with protocol TCP

flags?: AzureFirewallPacketCaptureFlags[]

Property Value

numberOfPacketsToCapture

Number of packets to be captured. If the field is not provided, the default value is 1000.

numberOfPacketsToCapture?: number

Property Value

number

operation

The Azure Firewall packet capture operation to perform

operation?: string

Property Value

string

protocol

The protocol of packets to capture

protocol?: string

Property Value

string

sasUrl

Upload capture location

sasUrl?: string

Property Value

string