SelfHelpSolutionResource.CreateResourceIdentifier(String, String) Method

Definition

Generate the resource identifier for this resource.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string scope, string solutionResourceName);
static member CreateResourceIdentifier : string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (scope As String, solutionResourceName As String) As ResourceIdentifier

Parameters

scope
String

The scope.

solutionResourceName
String

The solutionResourceName.

Returns

Applies to