Share via


ResourceIdBuilder.BuildWebSiteResourceId Method (String, String)

 

Builds the resource id of the web site resource.

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 websiteName
)
public:
static String^ BuildWebSiteResourceId(
    String^ webspaceName,
    String^ websiteName
)
static member BuildWebSiteResourceId : 
        webspaceName:string *
        websiteName:string -> string
Public Shared Function BuildWebSiteResourceId (
    webspaceName As String,
    websiteName As String
) As String

Parameters

Return Value

Type: System.String

The resource id.

See Also

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

Return to top