Uses of Class
com.azure.resourcemanager.network.models.PcError
-
Packages that use PcError Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 PcError Modifier and Type Method Description List<PcError>PacketCaptureQueryStatusResultInner. 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 PcError Modifier and Type Method Description PacketCaptureQueryStatusResultInnerPacketCaptureQueryStatusResultInner. 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 PcError Modifier and Type Field Description static PcErrorPcError. AGENT_STOPPEDStatic value AgentStopped for PcError.static PcErrorPcError. CAPTURE_FAILEDStatic value CaptureFailed for PcError.static PcErrorPcError. INTERNAL_ERRORStatic value InternalError for PcError.static PcErrorPcError. LOCAL_FILE_FAILEDStatic value LocalFileFailed for PcError.static PcErrorPcError. STORAGE_FAILEDStatic value StorageFailed for PcError.Methods in com.azure.resourcemanager.network.models that return PcError Modifier and Type Method Description static 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 PcError Modifier and Type Method Description List<PcError>PacketCaptureStatus. packetCaptureErrors()static Collection<PcError>PcError. values()
-