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

 

Build the metric source of a servicebus resource.

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

public:
static String^ BuildServiceBusMetricSource(
	String^ servicebusNamespace,
	String^ resourceType,
	String^ resourceName
)

Parameters

servicebusNamespace
Type: System::String^

The service bus namespace.

resourceType
Type: System::String^

The resource type.

resourceName
Type: System::String^

The resource name

Return Value

Type: System::String^

The metric source.

Return to top
Show: