次の方法で共有


UsagesProperties.QuotaPeriod プロパティ

定義

クォータ使用量の値の概要の期間を取得します。 例: *P1D (1 日あたり) *PT1M (1 分あたり) *PT1S (1 秒あたり)。 このパラメーターは、コンピューティングなどのすべてのリソースに関連するわけではないため、省略可能です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象