次の方法で共有


QuotaRequestSubmitResponse202.Unit プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象