IMetricSettingOperations Interface

 

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

public interface class IMetricSettingOperations

NameDescription
System_CAPS_pubmethodCreateOrUpdateAsync(MetricSettingsPutParameters^, CancellationToken)

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

System_CAPS_pubmethodListAsync(String^, String^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreateOrUpdate(MetricSettingsPutParameters^)

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

System_CAPS_pubmethodCreateOrUpdateAsync(MetricSettingsPutParameters^)

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

System_CAPS_pubmethodList(String^, String^)

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

System_CAPS_pubmethodListAsync(String^, String^)

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

Return to top
Show: