次の方法で共有


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 インスタンスの一覧。

適用対象