Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallPacketCaptureRule
Packages that use AzureFirewallPacketCaptureRule
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallPacketCaptureRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallPacketCaptureRuleModifier and TypeMethodDescriptionAzureFirewallPacketCaptureRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallPacketCaptureRule from the JsonReader.AzureFirewallPacketCaptureRule.withDestinationPorts(List<String> destinationPorts) Set the destinationPorts property: List of ports to be captured.AzureFirewallPacketCaptureRule.withDestinations(List<String> destinations) Set the destinations property: List of destination IP addresses/subnets to be captured.AzureFirewallPacketCaptureRule.withSources(List<String> sources) Set the sources property: List of source IP addresses/subnets to be captured.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallPacketCaptureRuleModifier and TypeMethodDescriptionFirewallPacketCaptureParameters.filters()Get the filters property: Rules to filter packet captures.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureFirewallPacketCaptureRuleModifier and TypeMethodDescriptionFirewallPacketCaptureParameters.withFilters(List<AzureFirewallPacketCaptureRule> filters) Set the filters property: Rules to filter packet captures.