IMetricSettingOperations Interface

 

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod CreateOrUpdateAsync(MetricSettingsPutParameters, CancellationToken)

The Put Metric Settings operation creates or updates the metric settings for the resource.

System_CAPS_pubmethod ListAsync(String, String, CancellationToken)

The List Metric Settings operation lists the metric settings for the resource.

Extension Methods

Name Description
System_CAPS_pubmethod CreateOrUpdate(MetricSettingsPutParameters)

The Put Metric Settings operation creates or updates the metric settings for the resource.(Defined by MetricSettingOperationsExtensions.)

System_CAPS_pubmethod CreateOrUpdateAsync(MetricSettingsPutParameters)

The Put Metric Settings operation creates or updates the metric settings for the resource.(Defined by MetricSettingOperationsExtensions.)

System_CAPS_pubmethod List(String, String)

The List Metric Settings operation lists the metric settings for the resource.(Defined by MetricSettingOperationsExtensions.)

System_CAPS_pubmethod ListAsync(String, String)

The List Metric Settings operation lists the metric settings for the resource.(Defined by MetricSettingOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace

Return to top