DataDisks.DiskSizeInGB 속성

정의

디스크 크기(GB)를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

빈 데이터 디스크의 디스크 크기(GB)입니다.

적용 대상