FirewallPacketCaptureParameters interface
Azure Firewall Packet Capture Parameters.
Properties
duration |
Duration of packet capture in seconds. |
file |
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 |
number |
Number of packets to be captured. |
protocol | The protocol of packets to capture |
sas |
Upload capture location |
Property Details
durationInSeconds
Duration of packet capture in seconds.
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.
numberOfPacketsToCapture?: number
Property Value
number
protocol
The protocol of packets to capture
protocol?: string
Property Value
string
sasUrl
Upload capture location
sasUrl?: string
Property Value
string