Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallPacketCaptureRule
Packages that use AzureFirewallPacketCaptureRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallPacketCaptureRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallPacketCaptureRuleModifier and TypeMethodDescriptionFirewallPacketCaptureParametersFormat.filters()Get the filters property: Rules to filter packet captures.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AzureFirewallPacketCaptureRuleModifier and TypeMethodDescriptionFirewallPacketCaptureParametersFormat.withFilters(List<AzureFirewallPacketCaptureRule> filters) Set the filters property: Rules to filter packet captures. -
Uses of AzureFirewallPacketCaptureRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallPacketCaptureRuleModifier and TypeMethodDescriptionAzureFirewallPacketCaptureRule.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.