PacketCaptureQueryStatusResultInner.PacketCaptureStatus Property

Definition

Gets or sets the status of the packet capture session. Possible values include: 'NotStarted', 'Running', 'Stopped', 'Error', 'Unknown'

[Newtonsoft.Json.JsonProperty(PropertyName="packetCaptureStatus")]
public Microsoft.Azure.Management.Network.Fluent.Models.PcStatus PacketCaptureStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="packetCaptureStatus")>]
member this.PacketCaptureStatus : Microsoft.Azure.Management.Network.Fluent.Models.PcStatus with get, set
Public Property PacketCaptureStatus As PcStatus

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to