Share via


IMetricValueOperations Interface

 

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

Syntax

public interface IMetricValueOperations
public interface class IMetricValueOperations
type IMetricValueOperations = interface end
Public Interface IMetricValueOperations

Methods

Name Description
System_CAPS_pubmethod ListAsync(String, IList<String>, String, TimeSpan, DateTime, DateTime, CancellationToken)

The List Metric Value operation lists the metric value sets for the resource metrics.

Extension Methods

Name Description
System_CAPS_pubmethod List(String, IList<String>, String, TimeSpan, DateTime, DateTime)

The List Metric Value operation lists the metric value sets for the resource metrics.(Defined by MetricValueOperationsExtensions.)

System_CAPS_pubmethod ListAsync(String, IList<String>, String, TimeSpan, DateTime, DateTime)

The List Metric Value operation lists the metric value sets for the resource metrics.(Defined by MetricValueOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace

Return to top