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 | |
---|---|---|
List(IMetricValueOperations, String, IList<String>, String, TimeSpan, DateTime, DateTime) | The List Metric Value operation lists the metric value sets for the resource metrics. |
|
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