PacketCaptureStorageLocation

data class PacketCaptureStorageLocation(val filePath: String? = null, val storageAccountId: String? = null, val storagePath: String? = null)

Constructors

Link copied to clipboard
constructor(filePath: String? = null, storageAccountId: String? = null, storagePath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filePath: String? = null

A valid local path on the target Virtual Machine. Must include the name of the capture file (*.cap). For Linux Virtual Machines it must start with /var/captures.

Link copied to clipboard

The ID of the storage account where the packet capture sessions should be saved to.

Link copied to clipboard
val storagePath: String? = null

The URI of the storage path where the packet capture sessions are saved to.