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 | |
---|---|---|
ListAsync(String, IList<String>, String, CancellationToken) | The List Metric Definitions operation lists the metric definitions for the resource. |
Extension Methods
Name | Description | |
---|---|---|
List(String, IList<String>, String) | The List Metric Definitions operation lists the metric definitions for the resource.(Defined by MetricDefinitionOperationsExtensions.) |
|
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