AutoscaleMetricSourceBuilder::BuildStorageQueueMetricSource Method (String^, String^)

 

Build the metric source of a storage queue resource.

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

public:
static String^ BuildStorageQueueMetricSource(
	String^ storageAccountName,
	String^ queueName
)

Parameters

storageAccountName
Type: System::String^

The storage account name.

queueName
Type: System::String^

The queue name.

Return Value

Type: System::String^

The metric source.

Return to top
Show: