TimeWindow.Start Propriedade
Opcional. O início 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 Start { get; set; }
public:
property DateTime Start {
DateTime get();
void set(DateTime value);
}
member Start : DateTime with get, set
Public Property Start As Date
Valor de propriedade
Type: System.DateTime
Consulte também
Classe TimeWindow
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Retornar ao topo