次の方法で共有


User.AdditionalUsageQuota プロパティ

定義

ラボの使用量クォータに加えて、ユーザーが取得する使用量クォータ時間を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象