MetricSettings.Category Property

Definition

Gets or sets name of a Diagnostic Metric category for a resource type this setting is applied to. To obtain the list of Diagnostic metric categories for a resource, first perform a GET diagnostic settings operation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to