MetricFilter.StartTime Propriedade
Obtém ou define o TimeGrain do filtro
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (em Microsoft.Azure.Insights.dll)
Sintaxe
public DateTime StartTime { get; set; }
public:
property DateTime StartTime {
DateTime get();
void set(DateTime value);
}
member StartTime : DateTime with get, set
Public Property StartTime As Date
Valor de propriedade
Type: System.DateTime
Consulte também
Classe MetricFilter
Namespace Microsoft.Azure.Insights
Retornar ao topo