UsageMetric.NextResetTime Property
Optional. When the current value gets reset.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string NextResetTime { get; set; }
public:
property String^ NextResetTime {
String^ get();
void set(String^ value);
}
member NextResetTime : string with get, set
Public Property NextResetTime As String
Property Value
Type: System.String
See Also
UsageMetric Class
Microsoft.Azure.Insights.Models Namespace
Return to top