Share via


PacketCaptureMachineScope Class

Definition

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.

public class PacketCaptureMachineScope
type PacketCaptureMachineScope = class
Public Class PacketCaptureMachineScope
Inheritance
PacketCaptureMachineScope

Constructors

PacketCaptureMachineScope()

Initializes a new instance of the PacketCaptureMachineScope class.

PacketCaptureMachineScope(IList<String>, IList<String>)

Initializes a new instance of the PacketCaptureMachineScope class.

Properties

Exclude

Gets or sets list of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture.

Include

Gets or sets list of AzureVMSS instances to run packet capture on.

Applies to