InstancePoolInner.VCores Property

Definition

Gets or sets count of vCores belonging to this instance pool.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.vCores")]
public int VCores { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vCores")>]
member this.VCores : int with get, set
Public Property VCores As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to