Compartilhar via


TimeWindow.End Propriedade

 

Opcional. O fim da janela de tempo.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (em Microsoft.WindowsAzure.Management.Monitoring.dll)

Sintaxe

public DateTime End { get; set; }
public:
property DateTime End {
    DateTime get();
    void set(DateTime value);
}
member End : DateTime with get, set
Public Property End As Date

Valor de propriedade

Type: System.DateTime

Consulte também

Classe TimeWindow
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models

Retornar ao topo