PacketCaptureResultProperties Class

Definition

The properties of a packet capture session.

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

Properties

Name Description
BytesToCapturePerPacket

Number of bytes captured per packet, the remaining bytes are truncated.

(Inherited from PacketCaptureCreateOrUpdateContent)
CaptureSettings

The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.

(Inherited from PacketCaptureCreateOrUpdateContent)
ContinuousCapture

This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value. If we do not pass this parameter, it would be consider as 'null', default value is 'null'.

(Inherited from PacketCaptureCreateOrUpdateContent)
Filters

A list of packet capture filters.

(Inherited from PacketCaptureCreateOrUpdateContent)
IsContinuousCapture

Gets or sets the IsContinuousCapture compatibility property.

(Inherited from PacketCaptureCreateOrUpdateContent)
ProvisioningState

The provisioning state of the packet capture session.

Scope

A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.

(Inherited from PacketCaptureCreateOrUpdateContent)
StorageLocation

The storage location for a packet capture session.

(Inherited from PacketCaptureCreateOrUpdateContent)
Target

The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.

(Inherited from PacketCaptureCreateOrUpdateContent)
TargetType

Target type of the resource provided.

(Inherited from PacketCaptureCreateOrUpdateContent)
TimeLimitInSeconds

Maximum duration of the capture session in seconds.

(Inherited from PacketCaptureCreateOrUpdateContent)
TotalBytesPerSession

Maximum size of the capture output.

(Inherited from PacketCaptureCreateOrUpdateContent)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PacketCaptureCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from PacketCaptureCreateOrUpdateContent)
IJsonModel<PacketCaptureCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PacketCaptureCreateOrUpdateContent)
IJsonModel<PacketCaptureResultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<PacketCaptureResultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<PacketCaptureCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PacketCaptureCreateOrUpdateContent)
IPersistableModel<PacketCaptureCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from PacketCaptureCreateOrUpdateContent)
IPersistableModel<PacketCaptureCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PacketCaptureCreateOrUpdateContent)
IPersistableModel<PacketCaptureResultProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<PacketCaptureResultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<PacketCaptureResultProperties>.Write(ModelReaderWriterOptions)

Applies to