次の方法で共有


IWithStorageLocation.WithFilePath(String) メソッド

定義

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

public Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithCreate WithFilePath (string filePath);
abstract member WithFilePath : string -> Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithCreate
Public Function WithFilePath (filePath As String) As IWithCreate

パラメーター

filePath
String

ターゲット VM 上の有効なローカル パス。

戻り値

適用対象