MetricSettingOperationsExtensions.List Method (IMetricSettingOperations, String, String)
The List Metric Settings operation lists the metric settings for the resource.
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
<ExtensionAttribute> Public Shared Function List ( operations As IMetricSettingOperations, resourceId As String, metricNamespace As String ) As MetricSettingListResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Monitoring.Metrics.IMetricSettingOperations
Reference to the Microsoft.WindowsAzure.Management.Monitoring.Metrics.IMetricSettingOperations.
- 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.MetricSettingListResponseThe list metric settings operation response.
Show: