PacketCaptureStatus Interface
Implements
public interface PacketCaptureStatus
extends HasInnerModel<PacketCaptureQueryStatusResultInner>
Status of packet capture session.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Offset |
captureStartTime()
Gets the start time of the packet capture session. |
abstract String |
id()
Gets the ID of the packet capture resource. |
abstract String |
name()
Gets the name of the packet capture resource. |
abstract
List<Pc |
packetCaptureErrors()
Gets the list of errors of packet capture session. |
abstract
Pc |
packetCaptureStatus()
Get the status of the packet capture session. |
abstract String |
stopReason()
Gets the reason the current packet capture session was stopped. |
Method Details
captureStartTime
public abstract OffsetDateTime captureStartTime()
Gets the start time of the packet capture session.
Returns:
id
public abstract String id()
Gets the ID of the packet capture resource.
Returns:
name
public abstract String name()
Gets the name of the packet capture resource.
Returns:
packetCaptureErrors
public abstract List
Gets the list of errors of packet capture session.
Returns:
packetCaptureStatus
public abstract PcStatus packetCaptureStatus()
Get the status of the packet capture session.
Returns:
stopReason
public abstract String stopReason()
Gets the reason the current packet capture session was stopped.
Returns:
Applies to
Azure SDK for Java