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)

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

Parameters

webspaceName
Type: System::String^

The web space name.

serverFarmName
Type: System::String^

The server farm name.

Return Value

Type: System::String^

The resource id.

Return to top
Show: