Uses of Class
com.microsoft.azure.management.network.PcError
-
Packages that use PcError Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of PcError in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network 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.microsoft.azure.management.network 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.microsoft.azure.management.network that return types with arguments of type PcError Modifier and Type Method Description List<PcError>PacketCaptureStatus. packetCaptureErrors()static Collection<PcError>PcError. values()
-