Share via


MetricSettingOperationsExtensions.List Method (IMetricSettingOperations, String, String)

 

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

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

Syntax

public static MetricSettingListResponse List(
    this IMetricSettingOperations operations,
    string resourceId,
    string metricNamespace
)
public:
[ExtensionAttribute]
static MetricSettingListResponse^ List(
    IMetricSettingOperations^ operations,
    String^ resourceId,
    String^ metricNamespace
)
static member List : 
        operations:IMetricSettingOperations *
        resourceId:string *
        metricNamespace:string -> MetricSettingListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IMetricSettingOperations,
    resourceId As String,
    metricNamespace As String
) As MetricSettingListResponse

Parameters

  • resourceId
    Type: System.String

    Required. The id of the resource.

  • metricNamespace
    Type: System.String

    Required. The namespace of the metrics.

Return Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models.MetricSettingListResponse

The list metric settings operation response.

See Also

MetricSettingOperationsExtensions Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace

Return to top