次の方法で共有


PacketCaptureStorageLocation コンストラクター

定義

オーバーロード

PacketCaptureStorageLocation()

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

PacketCaptureStorageLocation(String, String, String)

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

PacketCaptureStorageLocation()

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

public PacketCaptureStorageLocation ();
Public Sub New ()

適用対象

PacketCaptureStorageLocation(String, String, String)

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

public PacketCaptureStorageLocation (string storageId = default, string storagePath = default, string filePath = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureStorageLocation : string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureStorageLocation
Public Sub New (Optional storageId As String = Nothing, Optional storagePath As String = Nothing, Optional filePath As String = Nothing)

パラメーター

storageId
String

パケット キャプチャ セッションを保存するストレージ アカウントの ID。 ローカル ファイル パスが指定されていない場合は必須。

storagePath
String

パケット キャプチャを保存するストレージ パスの URI。 パケット キャプチャを保存する場所を記述する整形式の URI である必要があります。

filePath
String

ターゲット VM 上の有効なローカル パス。 キャプチャ ファイル (*.cap) の名前を含める必要があります。 Linux 仮想マシンの場合は、/var/captures で始まる必要があります。 ストレージ ID が指定されていない場合は必須。それ以外の場合は省略可能です。

適用対象