Share via


MetricValueOperationsExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Monitoring.Metrics.MetricValueOperationsExtensions

Syntax

public static class MetricValueOperationsExtensions
[ExtensionAttribute]
public ref class MetricValueOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type MetricValueOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class MetricValueOperationsExtensions

Methods

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

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IMetricValueOperations, String, IList<String>, String, TimeSpan, DateTime, DateTime)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace

Return to top