Share via


IMetricDefinitionOperations Interface

 

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

Syntax

public interface IMetricDefinitionOperations
public interface class IMetricDefinitionOperations
type IMetricDefinitionOperations = interface end
Public Interface IMetricDefinitionOperations

Methods

Name Description
System_CAPS_pubmethod ListAsync(String, IList<String>, String, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod List(String, IList<String>, String)

The List Metric Definitions operation lists the metric definitions for the resource.(Defined by MetricDefinitionOperationsExtensions.)

System_CAPS_pubmethod ListAsync(String, IList<String>, String)

The List Metric Definitions operation lists the metric definitions for the resource.(Defined by MetricDefinitionOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace

Return to top