Uses of Class
com.azure.resourcemanager.network.models.PcStatus
-
Packages that use PcStatus 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 PcStatus in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PcStatus Modifier and Type Method Description PcStatusPacketCaptureQueryStatusResultInner. packetCaptureStatus()Get the packetCaptureStatus property: The status of the packet capture session.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PcStatus Modifier and Type Method Description PacketCaptureQueryStatusResultInnerPacketCaptureQueryStatusResultInner. withPacketCaptureStatus(PcStatus packetCaptureStatus)Set the packetCaptureStatus property: The status of the packet capture session. -
Uses of PcStatus in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models that return types with arguments of type PcStatus Modifier and Type Method Description static Collection<PcStatus>PcStatus. values()
-