Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallPacketCaptureResponseCode
Packages that use AzureFirewallPacketCaptureResponseCode
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallPacketCaptureResponseCode in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallPacketCaptureResponseCodeModifier and TypeMethodDescriptionAzureFirewallPacketCaptureResponseInner.statusCode()Get the statusCode property: The response code of the performed packet capture operation.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AzureFirewallPacketCaptureResponseCodeModifier and TypeMethodDescriptionAzureFirewallPacketCaptureResponseInner.withStatusCode(AzureFirewallPacketCaptureResponseCode statusCode) Set the statusCode property: The response code of the performed packet capture operation. -
Uses of AzureFirewallPacketCaptureResponseCode in com.azure.resourcemanager.network.models
Subclasses with type arguments of type AzureFirewallPacketCaptureResponseCode in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe packet capture operation response codes.Fields in com.azure.resourcemanager.network.models declared as AzureFirewallPacketCaptureResponseCodeModifier and TypeFieldDescriptionstatic final AzureFirewallPacketCaptureResponseCodeAzureFirewallPacketCaptureResponseCode.AZURE_FIREWALL_PACKET_CAPTURE_COMPLETEDStatic value AzureFirewallPacketCaptureCompleted for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeAzureFirewallPacketCaptureResponseCode.AZURE_FIREWALL_PACKET_CAPTURE_FAILEDStatic value AzureFirewallPacketCaptureFailed for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeAzureFirewallPacketCaptureResponseCode.AZURE_FIREWALL_PACKET_CAPTURE_IN_PROGRESSStatic value AzureFirewallPacketCaptureInProgress for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeAzureFirewallPacketCaptureResponseCode.AZURE_FIREWALL_PACKET_CAPTURE_NOT_IN_PROGRESSStatic value AzureFirewallPacketCaptureNotInProgress for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeAzureFirewallPacketCaptureResponseCode.AZURE_FIREWALL_PACKET_CAPTURE_START_FAILEDStatic value AzureFirewallPacketCaptureStartFailed for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeAzureFirewallPacketCaptureResponseCode.AZURE_FIREWALL_PACKET_CAPTURE_START_FAILED_TO_UPLOADStatic value AzureFirewallPacketCaptureStartFailedToUpload for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeAzureFirewallPacketCaptureResponseCode.AZURE_FIREWALL_PACKET_CAPTURE_START_FAILUREStatic value AzureFirewallPacketCaptureStartFailure for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeAzureFirewallPacketCaptureResponseCode.AZURE_FIREWALL_PACKET_CAPTURE_START_SUCCEEDEDStatic value AzureFirewallPacketCaptureStartSucceeded for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeAzureFirewallPacketCaptureResponseCode.AZURE_FIREWALL_PACKET_CAPTURE_STOP_SUCCEEDEDStatic value AzureFirewallPacketCaptureStopSucceeded for AzureFirewallPacketCaptureResponseCode.static final AzureFirewallPacketCaptureResponseCodeAzureFirewallPacketCaptureResponseCode.NOT_IMPLEMENTEDStatic value NotImplemented for AzureFirewallPacketCaptureResponseCode.Methods in com.azure.resourcemanager.network.models that return AzureFirewallPacketCaptureResponseCodeModifier and TypeMethodDescriptionAzureFirewallPacketCaptureResponseCode.fromString(String name) Creates or finds a AzureFirewallPacketCaptureResponseCode from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallPacketCaptureResponseCodeModifier and TypeMethodDescriptionAzureFirewallPacketCaptureResponseCode.values()Gets known AzureFirewallPacketCaptureResponseCode values.