PacketCaptureStatus Interface
Implements
HasInner<com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner >
public interface PacketCaptureStatus
extends HasInner<com.microsoft.azure.management.network.implementation.PacketCaptureQueryStatusResultInner>
Status of packet capture session.
Modifier and Type | Method and Description |
---|---|
abstract org.joda.time.DateTime |
capture |
abstract java.lang.String | id() |
abstract java.lang.String | name() |
abstract
java.util.List<Pc |
packet |
abstract
Pc |
packet Get the status of the packet capture session. |
abstract java.lang.String |
stop |
captureStartTime
public abstract DateTime 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