Share via


VirtualMachineSize.NumberOfCores プロパティ

定義

仮想マシン のサイズでサポートされるコアの数を取得または設定します。 制約付き vCPU 対応 VM サイズの場合、この数は、VM が使用するクォータの合計 vCPU を表します。 正確な vCPU 数については、 または を https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu 参照してください。 https://docs.microsoft.com/rest/api/compute/resourceskus/list

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象