Uses of Class
com.azure.resourcemanager.network.models.FirewallPacketCaptureParameters
Packages that use FirewallPacketCaptureParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPacketCaptureParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type FirewallPacketCaptureParametersModifier and TypeMethodDescriptionAzureFirewallsClient.beginPacketCapture(String resourceGroupName, String azureFirewallName, FirewallPacketCaptureParameters parameters) Runs a packet capture on AzureFirewall.AzureFirewallsClient.beginPacketCapture(String resourceGroupName, String azureFirewallName, FirewallPacketCaptureParameters parameters, com.azure.core.util.Context context) Runs a packet capture on AzureFirewall.AzureFirewallsClient.beginPacketCaptureAsync(String resourceGroupName, String azureFirewallName, FirewallPacketCaptureParameters parameters) Runs a packet capture on AzureFirewall.voidAzureFirewallsClient.packetCapture(String resourceGroupName, String azureFirewallName, FirewallPacketCaptureParameters parameters) Runs a packet capture on AzureFirewall.voidAzureFirewallsClient.packetCapture(String resourceGroupName, String azureFirewallName, FirewallPacketCaptureParameters parameters, com.azure.core.util.Context context) Runs a packet capture on AzureFirewall.AzureFirewallsClient.packetCaptureAsync(String resourceGroupName, String azureFirewallName, FirewallPacketCaptureParameters parameters) Runs a packet capture on AzureFirewall.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> AzureFirewallsClient.packetCaptureWithResponseAsync(String resourceGroupName, String azureFirewallName, FirewallPacketCaptureParameters parameters) Runs a packet capture on AzureFirewall. -
Uses of FirewallPacketCaptureParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPacketCaptureParametersModifier and TypeMethodDescriptionFirewallPacketCaptureParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPacketCaptureParameters from the JsonReader.FirewallPacketCaptureParameters.withDurationInSeconds(Integer durationInSeconds) Set the durationInSeconds property: Duration of packet capture in seconds.FirewallPacketCaptureParameters.withFileName(String fileName) Set the fileName property: Name of file to be uploaded to sasURL.FirewallPacketCaptureParameters.withFilters(List<AzureFirewallPacketCaptureRule> filters) Set the filters property: Rules to filter packet captures.FirewallPacketCaptureParameters.withFlags(List<AzureFirewallPacketCaptureFlags> flags) Set the flags property: The tcp-flag type to be captured.FirewallPacketCaptureParameters.withNumberOfPacketsToCapture(Integer numberOfPacketsToCapture) Set the numberOfPacketsToCapture property: Number of packets to be captured.FirewallPacketCaptureParameters.withProtocol(AzureFirewallNetworkRuleProtocol protocol) Set the protocol property: The protocol of packets to capture.FirewallPacketCaptureParameters.withSasUrl(String sasUrl) Set the sasUrl property: Upload capture location.