PacketCaptureMachineScope interface
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.
Properties
exclude | List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture. |
include | List of AzureVMSS instances to run packet capture on. |
Property Details
exclude
List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture.
exclude?: string[]
Property Value
string[]
include
List of AzureVMSS instances to run packet capture on.
include?: string[]
Property Value
string[]