Share via


ResourceHealthSummary.CategorizedResourceCounts Property

Definition

Gets or sets the categorized resource counts.

[Newtonsoft.Json.JsonProperty(PropertyName="categorizedResourceCounts")]
public System.Collections.Generic.IDictionary<string,int?> CategorizedResourceCounts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="categorizedResourceCounts")>]
member this.CategorizedResourceCounts : System.Collections.Generic.IDictionary<string, Nullable<int>> with get, set
Public Property CategorizedResourceCounts As IDictionary(Of String, Nullable(Of Integer))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to