次の方法で共有


VmSizeProperty.MemoryInMb プロパティ

定義

ユニットが VM サイズの MB であるメモリを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="memoryInMb")]
public long? MemoryInMb { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="memoryInMb")>]
member this.MemoryInMb : Nullable<int64> with get, set
Public Property MemoryInMb As Nullable(Of Long)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象