다음을 통해 공유


Sku.Capacity 속성

정의

SKU 용량을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상