Share via


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)

Syntax

public static string BuildHdInsightResourceId(
    string regionName,
    string resourceName
)
public:
static String^ BuildHdInsightResourceId(
    String^ regionName,
    String^ resourceName
)
static member BuildHdInsightResourceId : 
        regionName:string *
        resourceName:string -> string
Public Shared Function BuildHdInsightResourceId (
    regionName As String,
    resourceName 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