Interface PacketCaptureStatus
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner>
@Beta(V1_2_0) public interface PacketCaptureStatus extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner>Status of packet capture session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.joda.time.DateTimecaptureStartTime()Stringid()Stringname()List<PcError>packetCaptureErrors()PcStatuspacketCaptureStatus()Get the status of the packet capture session.StringstopReason()
-
-
-
Method Detail
-
name
String name()
- Returns:
- the name of the packet capture resource
-
id
String id()
- Returns:
- the ID of the packet capture resource
-
captureStartTime
org.joda.time.DateTime captureStartTime()
- Returns:
- the start time of the packet capture session
-
packetCaptureStatus
PcStatus packetCaptureStatus()
Get the status of the packet capture session.- Returns:
- the packetCaptureStatus value
-
stopReason
String stopReason()
- Returns:
- the reason the current packet capture session was stopped
-
-