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)
Syntax
public static string BuildServiceBusMetricSource(
string servicebusNamespace,
string resourceType,
string resourceName
)
public:
static String^ BuildServiceBusMetricSource(
String^ servicebusNamespace,
String^ resourceType,
String^ resourceName
)
static member BuildServiceBusMetricSource :
servicebusNamespace:string *
resourceType:string *
resourceName:string -> string
Public Shared Function BuildServiceBusMetricSource (
servicebusNamespace As String,
resourceType As String,
resourceName As String
) As String
Parameters
servicebusNamespace
Type: System.StringThe service bus namespace.
resourceType
Type: System.StringThe resource type.
resourceName
Type: System.StringThe resource name
Return Value
Type: System.String
The metric source.
See Also
AutoscaleMetricSourceBuilder Class
Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace
Return to top