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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python