PacketCaptureQueryStatusResultInner Class

Definition

Status of packet capture session.

public class PacketCaptureQueryStatusResultInner
type PacketCaptureQueryStatusResultInner = class
Public Class PacketCaptureQueryStatusResultInner
Inheritance
PacketCaptureQueryStatusResultInner

Constructors

PacketCaptureQueryStatusResultInner()

Initializes a new instance of the PacketCaptureQueryStatusResultInner class.

PacketCaptureQueryStatusResultInner(String, String, Nullable<DateTime>, PcStatus, String, IList<PcError>)

Initializes a new instance of the PacketCaptureQueryStatusResultInner class.

Properties

CaptureStartTime

Gets or sets the start time of the packet capture session.

Id

Gets or sets the ID of the packet capture resource.

Name

Gets or sets the name of the packet capture resource.

PacketCaptureError

Gets or sets list of errors of packet capture session.

PacketCaptureStatus

Gets or sets the status of the packet capture session. Possible values include: 'NotStarted', 'Running', 'Stopped', 'Error', 'Unknown'

StopReason

Gets or sets the reason the current packet capture session was stopped.

Applies to