PacketCaptureStorageLocationArgs

data class PacketCaptureStorageLocationArgs(val filePath: Output<String>? = null, val storageAccountId: Output<String>? = null, val storagePath: Output<String>? = null) : ConvertibleToJava<PacketCaptureStorageLocationArgs>

Constructors

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

Properties

Link copied to clipboard
val filePath: Output<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
val storageAccountId: Output<String>? = null

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

Link copied to clipboard
val storagePath: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): PacketCaptureStorageLocationArgs