Share via


PacketCaptureResultInner.Filters Property

Definition

Gets or sets a list of packet capture filters.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.filters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureFilter> Filters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.filters")>]
member this.Filters : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureFilter> with get, set
Public Property Filters As IList(Of PacketCaptureFilter)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to