MetricTrigger.Statistic Propriedade
Opcional. Como as métricas de várias instâncias são combinadas.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (em Microsoft.WindowsAzure.Management.Monitoring.dll)
Sintaxe
public MetricStatisticType Statistic { get; set; }
public:
property MetricStatisticType Statistic {
MetricStatisticType get();
void set(MetricStatisticType value);
}
member Statistic : MetricStatisticType with get, set
Public Property Statistic As MetricStatisticType
Valor de propriedade
Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.MetricStatisticType
Consulte também
Classe MetricTrigger
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Retornar ao topo