PacketCaptureMachineScope Class
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.
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
Azure SDK for .NET