Share via


IUsagesProperties.QuotaPeriod Property

Definition

The time period for the summary of the quota usage values. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because it is not relevant for all resources such as compute.

[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=false, Description="The time period for the summary of the quota usage values. For example:\r\n        *P1D (per one day)\r\n        *PT1M (per one minute)\r\n        *PT1S (per one second).\r\n        This parameter is optional because it is not relevant for all resources such as compute.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="quotaPeriod", Update=false)]
public string QuotaPeriod { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=false, Description="The time period for the summary of the quota usage values. For example:\r\n        *P1D (per one day)\r\n        *PT1M (per one minute)\r\n        *PT1S (per one second).\r\n        This parameter is optional because it is not relevant for all resources such as compute.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="quotaPeriod", Update=false)>]
member this.QuotaPeriod : string
Public ReadOnly Property QuotaPeriod As String

Property Value

Attributes

Applies to