Share via


TargetComputeSizeProperties.CpuCoresCount Property

Definition

Gets or sets the maximum cpu cores count supported by target compute size.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to