BlueprintResource.CreateResourceIdentifier(String, String) Method

Definition

Generate the resource identifier of a BlueprintResource instance.

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

Parameters

resourceScope
String

The resourceScope.

blueprintName
String

The blueprintName.

Returns

Applies to