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)

public:
static String^ BuildWebSiteResourceId(
	String^ webspaceName,
	String^ websiteName
)

Parameters

webspaceName
Type: System::String^

The web space name.

websiteName
Type: System::String^

The web site name.

Return Value

Type: System::String^

The resource id.

Return to top
Show: