ScaleSetPacketCaptureStorageLocationArgs

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

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 targeting VM. Must include the name of the capture file (*.cap). For Linux virtual machine it must start with /var/captures.

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

The ID of the storage account to save the packet capture session

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(): ScaleSetPacketCaptureStorageLocationArgs