VirtualMachineStatusCodeCount.Count Property

Definition

Gets the number of instances having a particular status code.

[Newtonsoft.Json.JsonProperty(PropertyName="count")]
public int? Count { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="count")>]
member this.Count : Nullable<int>
Public ReadOnly Property Count As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to