FirewallPacketCaptureParameters Class

Azure Firewall Packet Capture Parameters.

Inheritance
azure.mgmt.network._serialization.Model
FirewallPacketCaptureParameters

Constructor

FirewallPacketCaptureParameters(*, duration_in_seconds: int | None = None, number_of_packets_to_capture: int | None = None, sas_url: str | None = None, file_name: str | None = None, protocol: str | _models.AzureFirewallNetworkRuleProtocol | None = None, flags: List[_models.AzureFirewallPacketCaptureFlags] | None = None, filters: List[_models.AzureFirewallPacketCaptureRule] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
duration_in_seconds
int

Duration of packet capture in seconds.

number_of_packets_to_capture
int

Number of packets to be captured.

sas_url
str

Upload capture location.

file_name
str

Name of file to be uploaded to sasURL.

protocol

The protocol of packets to capture. Known values are: "TCP", "UDP", "Any", and "ICMP".

flags

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

filters

Rules to filter packet captures.

Variables

Name Description
duration_in_seconds
int

Duration of packet capture in seconds.

number_of_packets_to_capture
int

Number of packets to be captured.

sas_url
str

Upload capture location.

file_name
str

Name of file to be uploaded to sasURL.

protocol

The protocol of packets to capture. Known values are: "TCP", "UDP", "Any", and "ICMP".

flags

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

filters

Rules to filter packet captures.