IQuotaRequestSubmitResponse202.QuotaPeriod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=false, Description="The time period over which the quota usage values are summarized. 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, for some resources like compute, the period is irrelevant.", 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 over which the quota usage values are summarized. 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, for some resources like compute, the period is irrelevant.", 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