MetricFilter.EndTime 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 EndTime { get; set; }
public:
property DateTime EndTime {
DateTime get();
void set(DateTime value);
}
member EndTime : DateTime with get, set
Public Property EndTime As Date
Valor de propriedade
Type: System.DateTime
Consulte também
Classe MetricFilter
Namespace Microsoft.Azure.Insights
Retornar ao topo