Share via


DedicatedHostAllocatableVM.Count Property

Definition

Gets or sets maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity.

[Newtonsoft.Json.JsonProperty(PropertyName="count")]
public double? Count { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="count")>]
member this.Count : Nullable<double> with get, set
Public Property Count As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to