次の方法で共有


PacketCaptureParameters コンストラクター

定義

オーバーロード

PacketCaptureParameters()

PacketCaptureParameters クラスの新しいインスタンスを初期化します。

PacketCaptureParameters(String, PacketCaptureStorageLocation, PacketCaptureMachineScope, Nullable<PacketCaptureTargetType>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, IList<PacketCaptureFilter>)

PacketCaptureParameters クラスの新しいインスタンスを初期化します。

PacketCaptureParameters()

PacketCaptureParameters クラスの新しいインスタンスを初期化します。

public PacketCaptureParameters ();
Public Sub New ()

適用対象

PacketCaptureParameters(String, PacketCaptureStorageLocation, PacketCaptureMachineScope, Nullable<PacketCaptureTargetType>, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, IList<PacketCaptureFilter>)

PacketCaptureParameters クラスの新しいインスタンスを初期化します。

public PacketCaptureParameters (string target, Microsoft.Azure.Management.Network.Models.PacketCaptureStorageLocation storageLocation, Microsoft.Azure.Management.Network.Models.PacketCaptureMachineScope scope = default, Microsoft.Azure.Management.Network.Models.PacketCaptureTargetType? targetType = default, long? bytesToCapturePerPacket = default, long? totalBytesPerSession = default, int? timeLimitInSeconds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PacketCaptureFilter> filters = default);
new Microsoft.Azure.Management.Network.Models.PacketCaptureParameters : string * Microsoft.Azure.Management.Network.Models.PacketCaptureStorageLocation * Microsoft.Azure.Management.Network.Models.PacketCaptureMachineScope * Nullable<Microsoft.Azure.Management.Network.Models.PacketCaptureTargetType> * Nullable<int64> * Nullable<int64> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PacketCaptureFilter> -> Microsoft.Azure.Management.Network.Models.PacketCaptureParameters
Public Sub New (target As String, storageLocation As PacketCaptureStorageLocation, Optional scope As PacketCaptureMachineScope = Nothing, Optional targetType As Nullable(Of PacketCaptureTargetType) = Nothing, Optional bytesToCapturePerPacket As Nullable(Of Long) = Nothing, Optional totalBytesPerSession As Nullable(Of Long) = Nothing, Optional timeLimitInSeconds As Nullable(Of Integer) = Nothing, Optional filters As IList(Of PacketCaptureFilter) = Nothing)

パラメーター

target
String

ターゲット リソースの ID。現在、ターゲットの種類として AzureVM と AzureVMSS のみがサポートされています。

storageLocation
PacketCaptureStorageLocation

パケット キャプチャ セッションの保存場所。

scope
PacketCaptureMachineScope

パケット キャプチャを実行するために含めるか除外できる AzureVMSS インスタンスの一覧。 インクルードと除外の両方が空の場合、パケット キャプチャは AzureVMSS のすべてのインスタンスで実行されます。

targetType
Nullable<PacketCaptureTargetType>

指定されたリソースのターゲットの種類。 使用可能な値は、'AzureVM'、'AzureVMSS' です。

bytesToCapturePerPacket
Nullable<Int64>

パケットごとにキャプチャされたバイト数。残りのバイトは切り捨てられます。

totalBytesPerSession
Nullable<Int64>

キャプチャ出力の最大サイズ。

timeLimitInSeconds
Nullable<Int32>

キャプチャ セッションの最大期間 (秒単位)。

filters
IList<PacketCaptureFilter>

パケット キャプチャ フィルターの一覧。

適用対象