Share via


AutoscaleMetricSourceBuilder.BuildWebSiteMetricSource Method (String, String)

 

Build the metric source of a website resource.

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

Syntax

public static string BuildWebSiteMetricSource(
    string webspaceName,
    string websiteName
)
public:
static String^ BuildWebSiteMetricSource(
    String^ webspaceName,
    String^ websiteName
)
static member BuildWebSiteMetricSource : 
        webspaceName:string *
        websiteName:string -> string
Public Shared Function BuildWebSiteMetricSource (
    webspaceName As String,
    websiteName As String
) As String

Parameters

Return Value

Type: System.String

The metric source.

See Also

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

Return to top