次の方法で共有


ManagedInstanceUpdate.VCores プロパティ

定義

仮想コアの数を取得または設定します。 使用できる値: 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象