VirtualMachineSize.ResourceDiskSizeInMB プロパティ

定義

仮想マシン のサイズで許可されるリソース ディスク サイズを MB 単位で取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象