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() |
abstract String | id() |
abstract String | name() |
abstract
List<Pc |
packetCaptureErrors() |
abstract
Pc |
packetCaptureStatus()
Get the status of the packet capture session. |
abstract String | stopReason() |
Method Details
captureStartTime
public abstract OffsetDateTime captureStartTime()
Returns:
the start time of the packet capture session
id
public abstract String id()
Returns:
the ID of the packet capture resource
name
public abstract String name()
Returns:
the name of the packet capture resource
packetCaptureErrors
public abstract List
Returns:
the list of errors of packet capture session
packetCaptureStatus
public abstract PcStatus packetCaptureStatus()
Get the status of the packet capture session.
Returns:
the packetCaptureStatus value
stopReason
public abstract String stopReason()
Returns:
the reason the current packet capture session was stopped
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java