IMetricSettingOperations.ListAsync Method (String, String, CancellationToken)
The List Metric Settings operation lists the metric settings for the resource.
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Task<MetricSettingListResponse> ListAsync( string resourceId, string metricNamespace, CancellationToken cancellationToken )
Parameters
- resourceId
-
Type:
System.String
The id of the resource.
- metricNamespace
-
Type:
System.String
The namespace of the metrics.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<MetricSettingListResponse>The list metric settings operation response.
Show: