MetricSettingOperationsExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Monitoring.Metrics.MetricSettingOperationsExtensions

Syntax

public static class MetricSettingOperationsExtensions
[ExtensionAttribute]
public ref class MetricSettingOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type MetricSettingOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class MetricSettingOperationsExtensions

Methods

Name Description
CreateOrUpdate(IMetricSettingOperations, MetricSettingsPutParameters)

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

CreateOrUpdateAsync(IMetricSettingOperations, MetricSettingsPutParameters)

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

List(IMetricSettingOperations, String, String)

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

ListAsync(IMetricSettingOperations, String, String)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace

Return to top