PacketCaptureQueryStatusResult Class

Definition

Status of packet capture session.

public class PacketCaptureQueryStatusResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.PacketCaptureQueryStatusResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.PacketCaptureQueryStatusResult>
public class PacketCaptureQueryStatusResult
type PacketCaptureQueryStatusResult = class
    interface IJsonModel<PacketCaptureQueryStatusResult>
    interface IPersistableModel<PacketCaptureQueryStatusResult>
type PacketCaptureQueryStatusResult = class
Public Class PacketCaptureQueryStatusResult
Implements IJsonModel(Of PacketCaptureQueryStatusResult), IPersistableModel(Of PacketCaptureQueryStatusResult)
Public Class PacketCaptureQueryStatusResult
Inheritance
PacketCaptureQueryStatusResult
Implements

Properties

CaptureStartOn

The start time of the packet capture session.

Id

The ID of the packet capture resource.

Name

The name of the packet capture resource.

PacketCaptureError

List of errors of packet capture session.

PacketCaptureStatus

The status of the packet capture session.

StopReason

The reason the current packet capture session was stopped.

Explicit Interface Implementations

IJsonModel<PacketCaptureQueryStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PacketCaptureQueryStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PacketCaptureQueryStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PacketCaptureQueryStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PacketCaptureQueryStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to