MetricTrigger Class
A rule that provides the triggers and parameters for the scaling action.
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
| Name | Description | |
|---|---|---|
![]() | MetricTrigger() | Initializes a new instance of the MetricTrigger class. |
| Name | Description | |
|---|---|---|
![]() | MetricName | Optional. The name of the metric. |
![]() | MetricNamespace | Optional. The namespace of the metric. |
![]() | MetricSource | Optional. The metric source. |
![]() | Operator | Optional. The operator that is used to evaluate the metric. |
![]() | Statistic | Optional. How the metrics from multiple instances are combined. |
![]() | Threshold | Optional. The percentage of usage that triggers the scaling operation. |
![]() | TimeAggregation | Optional. How the data that is collected should be combined over time. |
![]() | TimeGrain | Optional. The frequency of data collection. |
![]() | TimeWindow | Optional. The range of time in which instance data is collected. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


