次の方法で共有


PacketCaptureStorageLocation.FilePath プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="filePath")]
public string FilePath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filePath")>]
member this.FilePath : string with get, set
Public Property FilePath As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象