PacketCaptureMachineScopeResponse

data class PacketCaptureMachineScopeResponse(val exclude: List<String>? = null, val include: List<String>? = null)

A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.

Constructors

Link copied to clipboard
constructor(exclude: List<String>? = null, include: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exclude: List<String>? = null

List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture.

Link copied to clipboard
val include: List<String>? = null

List of AzureVMSS instances to run packet capture on.