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)
Syntax
public static string BuildStorageQueueMetricSource(
string storageAccountName,
string queueName
)
public:
static String^ BuildStorageQueueMetricSource(
String^ storageAccountName,
String^ queueName
)
static member BuildStorageQueueMetricSource :
storageAccountName:string *
queueName:string -> string
Public Shared Function BuildStorageQueueMetricSource (
storageAccountName As String,
queueName As String
) As String
Parameters
storageAccountName
Type: System.StringThe storage account name.
queueName
Type: System.StringThe queue name.
Return Value
Type: System.String
The metric source.
See Also
AutoscaleMetricSourceBuilder Class
Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace
Return to top