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)

Inheritance Hierarchy

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

Syntax

public class MetricTrigger
public ref class MetricTrigger 
type MetricTrigger = class end
Public Class MetricTrigger

Constructors

Name Description
System_CAPS_pubmethod MetricTrigger()

Initializes a new instance of the MetricTrigger class.

Properties

Name Description
System_CAPS_pubproperty MetricName

Optional. The name of the metric.

System_CAPS_pubproperty MetricNamespace

Optional. The namespace of the metric.

System_CAPS_pubproperty MetricSource

Optional. The metric source.

System_CAPS_pubproperty Operator

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

System_CAPS_pubproperty Statistic

Optional. How the metrics from multiple instances are combined.

System_CAPS_pubproperty Threshold

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

System_CAPS_pubproperty TimeAggregation

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

System_CAPS_pubproperty TimeGrain

Optional. The frequency of data collection.

System_CAPS_pubproperty TimeWindow

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top