MetricTrigger.MetricNamespace Propriedade
Opcional. O namespace da métrica.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (em Microsoft.WindowsAzure.Management.Monitoring.dll)
Sintaxe
public string MetricNamespace { get; set; }
public:
property String^ MetricNamespace {
String^ get();
void set(String^ value);
}
member MetricNamespace : string with get, set
Public Property MetricNamespace As String
Valor de propriedade
Type: System.String
Consulte também
Classe MetricTrigger
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Retornar ao topo