次の方法で共有


UsagesProperties.Unit プロパティ

定義

Count や Bytes などのクォータ使用量の単位を取得します。 クォータを要求するときは、PUT 操作の要求本文で GET 応答で返される ユニット 値を使用します。

[Newtonsoft.Json.JsonProperty(PropertyName="unit")]
public string Unit { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unit")>]
member this.Unit : string
Public ReadOnly Property Unit As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象