Class AzureFirewallPacketCaptureOperationType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AzureFirewallPacketCaptureOperationType>
com.azure.resourcemanager.network.models.AzureFirewallPacketCaptureOperationType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AzureFirewallPacketCaptureOperationType
extends com.azure.core.util.ExpandableStringEnum<AzureFirewallPacketCaptureOperationType>
The packet capture operation to perform. If the Start operation is selected, please provide all the fields in the
firewallPacketCaptureParameters to successfully initiate the packet capture. If the Status or Stop operation is
selected, only the operation field is required; all other fields in the firewallPacketCaptureParameters can be
omitted to successfully retrieve the capture status or stop the capture.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AzureFirewallPacketCaptureOperationTypeStatic value Start for AzureFirewallPacketCaptureOperationType.static final AzureFirewallPacketCaptureOperationTypeStatic value Status for AzureFirewallPacketCaptureOperationType.static final AzureFirewallPacketCaptureOperationTypeStatic value Stop for AzureFirewallPacketCaptureOperationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a AzureFirewallPacketCaptureOperationType from its string representation.values()Gets known AzureFirewallPacketCaptureOperationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
START
Static value Start for AzureFirewallPacketCaptureOperationType. -
STATUS
Static value Status for AzureFirewallPacketCaptureOperationType. -
STOP
Static value Stop for AzureFirewallPacketCaptureOperationType.
-
-
Constructor Details
-
AzureFirewallPacketCaptureOperationType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AzureFirewallPacketCaptureOperationType value.
-
-
Method Details
-
fromString
Creates or finds a AzureFirewallPacketCaptureOperationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AzureFirewallPacketCaptureOperationType.
-
values
Gets known AzureFirewallPacketCaptureOperationType values.- Returns:
- known AzureFirewallPacketCaptureOperationType values.
-
fromString(String)factory method.