你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PacketCaptureMachineScope Class

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.

Constructor

PacketCaptureMachineScope(*, include: List[str] | None = None, exclude: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
include

List of AzureVMSS instances to run packet capture on.

Default value: None
exclude

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

Default value: None

Variables

Name Description
include

List of AzureVMSS instances to run packet capture on.

exclude

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