Share via


MetricTrigger.MetricSource Property

 

Optional. The metric source.

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

Syntax

public string MetricSource { get; set; }
public:
property String^ MetricSource {
    String^ get();
    void set(String^ value);
}
member MetricSource : string with get, set
Public Property MetricSource As String

Property Value

Type: System.String

See Also

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

Return to top