IApplicationInsightsComponentBillingFeatures.DataVolumeCapResetTime 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.
Daily data volume cap UTC reset hour.
[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Daily data volume cap UTC reset hour.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="ResetTime")]
public int? DataVolumeCapResetTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Daily data volume cap UTC reset hour.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="ResetTime")>]
member this.DataVolumeCapResetTime : Nullable<int>
Public ReadOnly Property DataVolumeCapResetTime As Nullable(Of Integer)
Property Value
- Attributes