MetricsClient.MetricValues Property

 

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

Syntax

public virtual IMetricValueOperations MetricValues { get; }
public:
property IMetricValueOperations^ MetricValues {
    virtual IMetricValueOperations^ get();
}
abstract MetricValues : IMetricValueOperations with get
override MetricValues : IMetricValueOperations with get
Public Overridable ReadOnly Property MetricValues As IMetricValueOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Metrics.IMetricValueOperations

Implements

IMetricsClient.MetricValues

See Also

MetricsClient Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace

Return to top