Share via


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.String

    The service bus namespace.

Return Value

Type: System.String

The metric source.

See Also

AutoscaleMetricSourceBuilder Class
Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace

Return to top