Uses of Class
com.azure.resourcemanager.network.fluent.models.FirewallPacketCaptureParametersFormat
Packages that use FirewallPacketCaptureParametersFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of FirewallPacketCaptureParametersFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FirewallPacketCaptureParametersFormatModifier and TypeMethodDescriptionFirewallPacketCaptureParametersFormat.withDurationInSeconds(Integer durationInSeconds) Set the durationInSeconds property: Duration of packet capture in seconds.FirewallPacketCaptureParametersFormat.withFileName(String fileName) Set the fileName property: Name of file to be uploaded to sasURL.FirewallPacketCaptureParametersFormat.withFilters(List<AzureFirewallPacketCaptureRule> filters) Set the filters property: Rules to filter packet captures.FirewallPacketCaptureParametersFormat.withFlags(List<AzureFirewallPacketCaptureFlags> flags) Set the flags property: The tcp-flag type to be captured.FirewallPacketCaptureParametersFormat.withNumberOfPacketsToCapture(Integer numberOfPacketsToCapture) Set the numberOfPacketsToCapture property: Number of packets to be captured.FirewallPacketCaptureParametersFormat.withProtocol(AzureFirewallNetworkRuleProtocol protocol) Set the protocol property: The protocol of packets to capture.FirewallPacketCaptureParametersFormat.withSasUrl(String sasUrl) Set the sasUrl property: Upload capture location.