PacketCaptureMachineScope Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture.