共用方式為


PacketCaptureQueryStatusResult Class

Definition

Status of packet capture session.

public class PacketCaptureQueryStatusResult
type PacketCaptureQueryStatusResult = class
Public Class PacketCaptureQueryStatusResult
Inheritance
PacketCaptureQueryStatusResult

Constructors

PacketCaptureQueryStatusResult()

Initializes a new instance of the PacketCaptureQueryStatusResult class.

PacketCaptureQueryStatusResult(String, String, Nullable<DateTime>, String, String, IList<String>)

Initializes a new instance of the PacketCaptureQueryStatusResult 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