Uses of Class
com.microsoft.azure.management.network.PcStatus
Packages that use PcStatus
Package
Description
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 PcStatusModifier and TypeFieldDescriptionstatic final PcStatus
PcStatus.ERROR
Static value Error for PcStatus.static final PcStatus
PcStatus.NOT_STARTED
Static value NotStarted for PcStatus.static final PcStatus
PcStatus.RUNNING
Static value Running for PcStatus.static final PcStatus
PcStatus.STOPPED
Static value Stopped for PcStatus.static final PcStatus
PcStatus.UNKNOWN
Static value Unknown for PcStatus.Methods in com.microsoft.azure.management.network that return PcStatusModifier and TypeMethodDescriptionstatic PcStatus
PcStatus.fromString
(String name) Creates or finds a PcStatus from its string representation.PacketCaptureStatus.packetCaptureStatus()
Get the status of the packet capture session.Methods in com.microsoft.azure.management.network that return types with arguments of type PcStatus