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
type PacketCaptureStorageLocation = class
Public Class PacketCaptureStorageLocation
- Inheritance
-
PacketCaptureStorageLocation
Constructors
PacketCaptureStorageLocation() |
Initializes a new instance of the PacketCaptureStorageLocation class. |
PacketCaptureStorageLocation(String, String, String) |
Initializes a new instance of the PacketCaptureStorageLocation class. |
Properties
FilePath |
Gets or sets 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 |
Gets or sets the ID of the storage account to save the packet capture session. Required if no local file path is provided. |
StoragePath |
Gets or sets 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. |
Applies to
Azure SDK for .NET