Uses of Class
com.microsoft.azure.management.network.PcStatus
-
Packages that use PcStatus Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of PcStatus in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as PcStatus Modifier and Type Field Description static PcStatusPcStatus. ERRORStatic value Error for PcStatus.static PcStatusPcStatus. NOT_STARTEDStatic value NotStarted for PcStatus.static PcStatusPcStatus. RUNNINGStatic value Running for PcStatus.static PcStatusPcStatus. STOPPEDStatic value Stopped for PcStatus.static PcStatusPcStatus. UNKNOWNStatic value Unknown for PcStatus.Methods in com.microsoft.azure.management.network that return PcStatus Modifier and Type Method Description static PcStatusPcStatus. fromString(String name)Creates or finds a PcStatus from its string representation.PcStatusPacketCaptureStatus. packetCaptureStatus()Get the status of the packet capture session.Methods in com.microsoft.azure.management.network that return types with arguments of type PcStatus Modifier and Type Method Description static Collection<PcStatus>PcStatus. values()
-