次の方法で共有


VmSizeProperty.Cores プロパティ

定義

VM サイズに含まれるコアの数を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象