Share via


VmSizeProperty.Cores Property

Definition

Gets or sets the number of cores that the vm size has.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to