MetricSettingOperationsExtensions::ListAsync 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)

public:
[ExtensionAttribute]
static Task<MetricSettingListResponse^>^ ListAsync(
	IMetricSettingOperations^ operations,
	String^ resourceId,
	String^ metricNamespace
)

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: System.Threading.Tasks::Task<MetricSettingListResponse^>^

The list metric settings operation response.

Return to top
Show: