AutoscaleMetricSourceBuilder.BuildWebSiteMetricSource Method (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
)
public:
static String^ BuildWebSiteMetricSource(
String^ webspaceName
)
static member BuildWebSiteMetricSource :
webspaceName:string -> string
Public Shared Function BuildWebSiteMetricSource (
webspaceName As String
) As String
Parameters
webspaceName
Type: System.StringThe web space name.
Return Value
Type: System.String
The metric source.
See Also
BuildWebSiteMetricSource Overload
AutoscaleMetricSourceBuilder Class
Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace
Return to top