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

PacketCaptureMachineScope 构造函数

定义

重载

PacketCaptureMachineScope()

初始化 PacketCaptureMachineScope 类的新实例。

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

初始化 PacketCaptureMachineScope 类的新实例。

PacketCaptureMachineScope()

初始化 PacketCaptureMachineScope 类的新实例。

public PacketCaptureMachineScope ();
Public Sub New ()

适用于

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

初始化 PacketCaptureMachineScope 类的新实例。

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)

参数

include
IList<String>

要运行数据包捕获的 AzureVMSS 实例列表。

exclude
IList<String>

必须从运行数据包捕获的 AzureVMSS 中排除的 AzureVMSS 实例列表。

适用于