PacketCaptureStorageLocation Class

Definition

The storage location for a packet capture session.

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

Constructors

PacketCaptureStorageLocation()

Initializes a new instance of PacketCaptureStorageLocation.

Properties

FilePath

A valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional.

StorageId

The ID of the storage account to save the packet capture session. Required if no local file path is provided.

StoragePath

The URI of the storage path to save the packet capture. Must be a well-formed URI describing the location to save the packet capture.

Explicit Interface Implementations

IJsonModel<PacketCaptureStorageLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PacketCaptureStorageLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PacketCaptureStorageLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PacketCaptureStorageLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PacketCaptureStorageLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to