Interface PacketCaptureStatus
-
- All Superinterfaces:
HasInnerModel<PacketCaptureQueryStatusResultInner>
public interface PacketCaptureStatus extends HasInnerModel<PacketCaptureQueryStatusResultInner>
Status of packet capture session.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTimecaptureStartTime()Stringid()Stringname()List<PcError>packetCaptureErrors()PcStatuspacketCaptureStatus()Get the status of the packet capture session.StringstopReason()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
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
OffsetDateTime 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
-
-