Compartir a través de


MetricFilter.EndTime (Propiedad)

 

Obtiene o establece la TimeGrain del filtro

Espacio de nombres:   Microsoft.Azure.Insights
Ensamblado:  Microsoft.Azure.Insights (en Microsoft.Azure.Insights.dll)

Sintaxis

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 propiedad

Type: System.DateTime

Vea también

MetricFilter (Clase)
Microsoft.Azure.Insights (Espacio de nombres)

Volver al principio