Bagikan melalui


QuotaRequestOneResourceSubmitResponse.QuotaPeriod Property

Definition

Gets the time period over which the quota usage values are summarized. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because, for some resources like compute, the period is irrelevant.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to