MetricDefinitionOperationsExtensions Class

 

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Insights.MetricDefinitionOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetMetricDefinitions(IMetricDefinitionOperations, String, String)

The List Metric Definitions operation lists the metric definitions for the resource.

System_CAPS_pubmethodSystem_CAPS_static GetMetricDefinitionsAsync(IMetricDefinitionOperations, String, String)

The List Metric Definitions operation lists the metric definitions for the resource.

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.Azure.Insights Namespace

Return to top