MetricTrigger.TimeWindow Propriedade
Opcional. O intervalo de tempo em que os dados da instância são coletados.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (em Microsoft.WindowsAzure.Management.Monitoring.dll)
Sintaxe
public TimeSpan TimeWindow { get; set; }
public:
property TimeSpan TimeWindow {
TimeSpan get();
void set(TimeSpan value);
}
member TimeWindow : TimeSpan with get, set
Public Property TimeWindow As TimeSpan
Valor de propriedade
Type: System.TimeSpan
Consulte também
Classe MetricTrigger
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Retornar ao topo