ManagedInstance.VCores Property

Definition

Gets or sets the number of vCores. Allowed values: 8, 16, 24, 32, 40, 64, 80.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to