次の方法で共有


PacketCaptureInner コンストラクター

定義

オーバーロード

PacketCaptureInner()

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

PacketCaptureInner(String, PacketCaptureStorageLocation, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PacketCaptureFilter>)

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

PacketCaptureInner()

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

public PacketCaptureInner();
Public Sub New ()

適用対象

PacketCaptureInner(String, PacketCaptureStorageLocation, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PacketCaptureFilter>)

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

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

パラメーター

target
String

ターゲット リソースの ID。VM のみが現在サポートされています。

storageLocation
PacketCaptureStorageLocation

パケット キャプチャ セッションの保存場所について説明します。

bytesToCapturePerPacket
Nullable<Int32>

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

totalBytesPerSession
Nullable<Int32>

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

timeLimitInSeconds
Nullable<Int32>

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

filters
IList<PacketCaptureFilter>

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

適用対象