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 packet capture operation to perform. If the Start operation is selected, please provide all the fields in the firewallPacketCaptureParameters to successfully initiate the packet capture. If the Status or Stop operation is selected, only the operation field is required; all other fields in the firewallPacketCaptureParameters can be omitted to successfully retrieve the capture status or stop the capture.

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 packet capture operation to perform. If the Start operation is selected, please provide all the fields in the firewallPacketCaptureParameters to successfully initiate the packet capture. If the Status or Stop operation is selected, only the operation field is required; all other fields in the firewallPacketCaptureParameters can be omitted to successfully retrieve the capture status or stop the capture.

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