Uses of Class
com.azure.resourcemanager.network.models.PcError
Packages that use PcError
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PcError in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type PcErrorModifier and TypeMethodDescriptionPacketCaptureQueryStatusResultInner.packetCaptureError()Get the packetCaptureError property: List of errors of packet capture session.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type PcErrorModifier and TypeMethodDescriptionPacketCaptureQueryStatusResultInner.withPacketCaptureError(List<PcError> packetCaptureError) Set the packetCaptureError property: List of errors of packet capture session. -
Uses of PcError in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as PcErrorModifier and TypeFieldDescriptionstatic final PcErrorPcError.AGENT_STOPPEDStatic value AgentStopped for PcError.static final PcErrorPcError.CAPTURE_FAILEDStatic value CaptureFailed for PcError.static final PcErrorPcError.INTERNAL_ERRORStatic value InternalError for PcError.static final PcErrorPcError.LOCAL_FILE_FAILEDStatic value LocalFileFailed for PcError.static final PcErrorPcError.STORAGE_FAILEDStatic value StorageFailed for PcError.Methods in com.azure.resourcemanager.network.models that return PcErrorModifier and TypeMethodDescriptionstatic PcErrorPcError.fromString(String name) Creates or finds a PcError from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PcErrorModifier and TypeMethodDescriptionPacketCaptureStatus.packetCaptureErrors()Gets the list of errors of packet capture session.static Collection<PcError> PcError.values()Gets known PcError values.