MetricTrigger.MetricSource Propriedade
Opcional. A fonte de métrica.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (em Microsoft.WindowsAzure.Management.Monitoring.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe MetricTrigger
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Retornar ao topo