LogAnalyticsInputBase.GroupByUserAgent Property

Definition

Gets or sets group query result by User Agent.

[Newtonsoft.Json.JsonProperty(PropertyName="groupByUserAgent")]
public bool? GroupByUserAgent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="groupByUserAgent")>]
member this.GroupByUserAgent : Nullable<bool> with get, set
Public Property GroupByUserAgent As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to