ICsmUsageQuota.NextResetTime 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.
Next reset time for the resource counter.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Next reset time for the resource counter.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="nextResetTime")]
public DateTime? NextResetTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Next reset time for the resource counter.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="nextResetTime")>]
member this.NextResetTime : Nullable<DateTime> with get, set
Public Property NextResetTime As Nullable(Of DateTime)
Property Value
- Attributes