Share via


PacketCaptureMachineScope Constructors

Definition

Overloads

PacketCaptureMachineScope()

Initializes a new instance of the PacketCaptureMachineScope class.

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

Initializes a new instance of the PacketCaptureMachineScope class.

PacketCaptureMachineScope()

Initializes a new instance of the PacketCaptureMachineScope class.

public PacketCaptureMachineScope ();
Public Sub New ()

Applies to

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

Initializes a new instance of the PacketCaptureMachineScope class.

public PacketCaptureMachineScope (System.Collections.Generic.IList<string> include = default, System.Collections.Generic.IList<string> exclude = default);
new Microsoft.Azure.Management.Network.Models.PacketCaptureMachineScope : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.PacketCaptureMachineScope
Public Sub New (Optional include As IList(Of String) = Nothing, Optional exclude As IList(Of String) = Nothing)

Parameters

include
IList<String>

List of AzureVMSS instances to run packet capture on.

exclude
IList<String>

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

Applies to