Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallPacketCaptureFlags
Packages that use AzureFirewallPacketCaptureFlags
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallPacketCaptureFlags in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallPacketCaptureFlagsModifier and TypeMethodDescriptionAzureFirewallPacketCaptureFlags.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallPacketCaptureFlags from the JsonReader.AzureFirewallPacketCaptureFlags.withType(AzureFirewallPacketCaptureFlagsType type) Set the type property: Flags to capture.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallPacketCaptureFlagsModifier and TypeMethodDescriptionFirewallPacketCaptureParameters.flags()Get the flags property: The tcp-flag type to be captured.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureFirewallPacketCaptureFlagsModifier and TypeMethodDescriptionFirewallPacketCaptureParameters.withFlags(List<AzureFirewallPacketCaptureFlags> flags) Set the flags property: The tcp-flag type to be captured.