PacketCaptureStorageLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
This path is invalid if 'Continuous Capture' is provided with 'true' or 'false'. 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. |
LocalPath |
This path is valid if 'Continuous Capture' is provided with 'true' or 'false' and required if no storage ID is provided, otherwise optional. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. |
StorageId |
The ID of the storage account to save the packet capture session. Required if no localPath or filePath 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
Azure SDK for .NET