Share via


PacketCaptureStorageLocation interface

The storage location for a packet capture session.

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.

Property Details

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.

filePath?: string

Property Value

string

storageId

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

storageId?: string

Property Value

string

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.

storagePath?: string

Property Value

string