AzureFirewallPacketCaptureResponseCode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. AzureFirewallPacketCaptureResponseCode
- com.
- com.
public final class AzureFirewallPacketCaptureResponseCode
extends ExpandableStringEnum<AzureFirewallPacketCaptureResponseCode>
The packet capture operation response codes.
Field Summary
Constructor Summary
| Constructor | Description |
|---|---|
| AzureFirewallPacketCaptureResponseCode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromString(String name)
Creates or finds a Azure |
|
static
Collection<Azure |
values()
Gets known Azure |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE_FIREWALL_PACKET_CAPTURE_COMPLETED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_COMPLETED
AzureFirewallPacketCaptureCompleted.
AZURE_FIREWALL_PACKET_CAPTURE_FAILED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_FAILED
AzureFirewallPacketCaptureFailed.
AZURE_FIREWALL_PACKET_CAPTURE_IN_PROGRESS
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_IN_PROGRESS
AzureFirewallPacketCaptureInProgress.
AZURE_FIREWALL_PACKET_CAPTURE_NOT_IN_PROGRESS
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_NOT_IN_PROGRESS
AzureFirewallPacketCaptureNotInProgress.
AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED
AzureFirewallPacketCaptureStartFailed.
AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED_TO_UPLOAD
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED_TO_UPLOAD
AzureFirewallPacketCaptureStartFailedToUpload.
AZURE_FIREWALL_PACKET_CAPTURE_START_FAILURE
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_FAILURE
AzureFirewallPacketCaptureStartFailure.
AZURE_FIREWALL_PACKET_CAPTURE_START_SUCCEEDED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_START_SUCCEEDED
AzureFirewallPacketCaptureStartSucceeded.
AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDED
public static final AzureFirewallPacketCaptureResponseCode AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDED
AzureFirewallPacketCaptureStopSucceeded.
NOT_IMPLEMENTED
public static final AzureFirewallPacketCaptureResponseCode NOT_IMPLEMENTED
NotImplemented.
Constructor Details
AzureFirewallPacketCaptureResponseCode
@Deprecated
public AzureFirewallPacketCaptureResponseCode()
Deprecated
Creates a new instance of AzureFirewallPacketCaptureResponseCode value.
Method Details
fromString
public static AzureFirewallPacketCaptureResponseCode fromString(String name)
Creates or finds a AzureFirewallPacketCaptureResponseCode from its string representation.
Parameters:
Returns:
values
public static Collection<AzureFirewallPacketCaptureResponseCode> values()
Gets known AzureFirewallPacketCaptureResponseCode values.
Returns: