MetricTrigger Class

 

A rule that provides the triggers and parameters for the scaling action.

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

System::Object
  Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models::MetricTrigger

public ref class MetricTrigger 

NameDescription
System_CAPS_pubmethodMetricTrigger()

Initializes a new instance of the MetricTrigger class.

NameDescription
System_CAPS_pubpropertyMetricName

Optional. The name of the metric.

System_CAPS_pubpropertyMetricNamespace

Optional. The namespace of the metric.

System_CAPS_pubpropertyMetricSource

Optional. The metric source.

System_CAPS_pubpropertyOperator

Optional. The operator that is used to evaluate the metric.

System_CAPS_pubpropertyStatistic

Optional. How the metrics from multiple instances are combined.

System_CAPS_pubpropertyThreshold

Optional. The percentage of usage that triggers the scaling operation.

System_CAPS_pubpropertyTimeAggregation

Optional. How the data that is collected should be combined over time.

System_CAPS_pubpropertyTimeGrain

Optional. The frequency of data collection.

System_CAPS_pubpropertyTimeWindow

Optional. The range of time in which instance data is collected.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: