IUsageMetricsOperations Interface
Namespace: Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public interface IUsageMetricsOperations
public interface class IUsageMetricsOperations
type IUsageMetricsOperations = interface end
Public Interface IUsageMetricsOperations
Methods
Name | Description | |
---|---|---|
ListAsync(String, String, CancellationToken) | The List operation lists the usage metrics for the resource. |
Extension Methods
Name | Description | |
---|---|---|
List(String, String) | The List operation lists the usage metrics for the resource.(Defined by UsageMetricsOperationsExtensions.) |
|
ListAsync(String, String) | The List operation lists the usage metrics for the resource.(Defined by UsageMetricsOperationsExtensions.) |
See Also
Microsoft.Azure.Insights Namespace
Return to top