Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallPacketCaptureOperationType
Packages that use AzureFirewallPacketCaptureOperationType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallPacketCaptureOperationType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type AzureFirewallPacketCaptureOperationType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe packet capture operation to perform.Fields in com.azure.resourcemanager.network.models declared as AzureFirewallPacketCaptureOperationTypeModifier and TypeFieldDescriptionstatic final AzureFirewallPacketCaptureOperationTypeAzureFirewallPacketCaptureOperationType.STARTStatic value Start for AzureFirewallPacketCaptureOperationType.static final AzureFirewallPacketCaptureOperationTypeAzureFirewallPacketCaptureOperationType.STATUSStatic value Status for AzureFirewallPacketCaptureOperationType.static final AzureFirewallPacketCaptureOperationTypeAzureFirewallPacketCaptureOperationType.STOPStatic value Stop for AzureFirewallPacketCaptureOperationType.Methods in com.azure.resourcemanager.network.models that return AzureFirewallPacketCaptureOperationTypeModifier and TypeMethodDescriptionAzureFirewallPacketCaptureOperationType.fromString(String name) Creates or finds a AzureFirewallPacketCaptureOperationType from its string representation.FirewallPacketCaptureParameters.operation()Get the operation property: The Azure Firewall packet capture operation to perform.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallPacketCaptureOperationTypeModifier and TypeMethodDescriptionAzureFirewallPacketCaptureOperationType.values()Gets known AzureFirewallPacketCaptureOperationType values.Methods in com.azure.resourcemanager.network.models with parameters of type AzureFirewallPacketCaptureOperationTypeModifier and TypeMethodDescriptionFirewallPacketCaptureParameters.withOperation(AzureFirewallPacketCaptureOperationType operation) Set the operation property: The Azure Firewall packet capture operation to perform.