UsageMetricsOperationsExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Insights.UsageMetricsOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static List(IUsageMetricsOperations, String, String)

The List operation lists the usage metrics for the resource.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IUsageMetricsOperations, String, String)

The List operation lists the usage metrics 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