Bagikan melalui


PacketCaptureStorageLocation.FilePath Property

Definition

Gets or sets a valid local path on the targeting VM. Must include the name of the capture file (*.cap). For linux virtual machine it must start with /var/captures. Required if no storage ID is provided, otherwise optional.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to