Compartilhar via


MetricTrigger.MetricName Propriedade

 

Opcional. O nome da métrica.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

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

Retornar ao topo