Uses of Class
com.azure.resourcemanager.network.models.PcStatus
Packages that use PcStatus
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 PcStatusModifier and TypeMethodDescriptionPacketCaptureQueryStatusResultInner.packetCaptureStatus()Get the packetCaptureStatus property: The status of the packet capture session.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PcStatusModifier and TypeMethodDescriptionPacketCaptureQueryStatusResultInner.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 PcStatusModifier and TypeFieldDescriptionstatic final PcStatusPcStatus.ERRORStatic value Error for PcStatus.static final PcStatusPcStatus.NOT_STARTEDStatic value NotStarted for PcStatus.static final PcStatusPcStatus.RUNNINGStatic value Running for PcStatus.static final PcStatusPcStatus.STOPPEDStatic value Stopped for PcStatus.static final PcStatusPcStatus.UNKNOWNStatic value Unknown for PcStatus.Methods in com.azure.resourcemanager.network.models that return PcStatusModifier and TypeMethodDescriptionstatic PcStatusPcStatus.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.azure.resourcemanager.network.models that return types with arguments of type PcStatusModifier and TypeMethodDescriptionstatic Collection<PcStatus> PcStatus.values()Gets known PcStatus values.