AzureFirewallPacketCaptureFlags Class
Properties of the AzureFirewallRCAction.
- Inheritance
-
azure.mgmt.network._serialization.ModelAzureFirewallPacketCaptureFlags
Constructor
AzureFirewallPacketCaptureFlags(*, type: str | _models.AzureFirewallPacketCaptureFlagsType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Flags to capture. Known values are: "fin", "syn", "rst", "push", "ack", and "urg". |
Variables
Name | Description |
---|---|
type
|
Flags to capture. Known values are: "fin", "syn", "rst", "push", "ack", and "urg". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python