AzureFirewallPacketCaptureRule Class
Group of src/dest ips and ports to be captured.
- Inheritance
-
azure.mgmt.network._serialization.ModelAzureFirewallPacketCaptureRule
Constructor
AzureFirewallPacketCaptureRule(*, sources: List[str] | None = None, destinations: List[str] | None = None, destination_ports: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
sources
|
List of source IP addresses/subnets to be captured. |
destinations
|
List of destination IP addresses/subnets to be captured. |
destination_ports
|
List of ports to be captured. |
Variables
Name | Description |
---|---|
sources
|
List of source IP addresses/subnets to be captured. |
destinations
|
List of destination IP addresses/subnets to be captured. |
destination_ports
|
List of ports to be captured. |
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