MetricSettingOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List Metric Settings operation lists the metric settings for the resource.
public static Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models.MetricSettingListResponse List (this Microsoft.WindowsAzure.Management.Monitoring.Metrics.IMetricSettingOperations operations, string resourceId, string metricNamespace);
static member List : Microsoft.WindowsAzure.Management.Monitoring.Metrics.IMetricSettingOperations * string * string -> Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models.MetricSettingListResponse
<Extension()>
Public Function List (operations As IMetricSettingOperations, resourceId As String, metricNamespace As String) As MetricSettingListResponse
Parameters
- operations
- IMetricSettingOperations
Reference to the Microsoft.WindowsAzure.Management.Monitoring.Metrics.IMetricSettingOperations.
- resourceId
- String
Required. The id of the resource.
- metricNamespace
- String
Required. The namespace of the metrics.
Returns
The list metric settings operation response.