次の方法で共有


QuotaRequestSubmitResponse202.QuotaPeriod プロパティ

定義

クォータ使用量の値が集計される期間を取得します。 例: *P1D (1 日あたり) *PT1M (1 分あたり) *PT1S (1 秒あたり)。 コンピューティングなどの一部のリソースでは期間が関係ないため、このパラメーターは省略可能です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象