SnapshotUpdate.DiskSizeGB プロパティ

定義

creationData.createOption が空の場合、このフィールドは必須であり、作成するディスクのサイズを示す値を取得または設定します。 このフィールドが他のオプションを使用して更新または作成するために存在する場合は、サイズ変更を示します。 サイズ変更は、ディスクが実行中の VM に接続されていない場合にのみ許可され、ディスクのサイズのみを増やすことができます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象