Share via


AutoscaleResourceIdBuilder.BuildWebSiteResourceId Method (String, String)

 

Builds the resource id of the web site resource to use in Autoscale API.

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

Syntax

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

Parameters

Return Value

Type: System.String

The resource id.

See Also

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

Return to top