ResourceIdBuilder::BuildHdInsightResourceId Method (String^, String^)

 

Builds the resource id of the HD Insight resource.

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

public:
static String^ BuildHdInsightResourceId(
	String^ regionName,
	String^ resourceName
)

Parameters

regionName
Type: System::String^

The resion name.

resourceName
Type: System::String^

The resource name.

Return Value

Type: System::String^

The resource id.

Return to top
Show: