Delen via


ResourceHealthSummary.ResourceCount Property

Definition

Gets or sets the count of total resources under the container.

[Newtonsoft.Json.JsonProperty(PropertyName="resourceCount")]
public int? ResourceCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resourceCount")>]
member this.ResourceCount : Nullable<int> with get, set
Public Property ResourceCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to