Share via


AutoscaleMetricSourceBuilder.BuildMobileServiceMetricSource Method (String)

 

Build the metric source of a mobile service resource.

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

Syntax

public static string BuildMobileServiceMetricSource(
    string mobileServiceName
)
public:
static String^ BuildMobileServiceMetricSource(
    String^ mobileServiceName
)
static member BuildMobileServiceMetricSource : 
        mobileServiceName:string -> string
Public Shared Function BuildMobileServiceMetricSource (
    mobileServiceName As String
) As String

Parameters

Return Value

Type: System.String

The metric source.

See Also

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

Return to top