BlueprintArtifactResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier of a BlueprintArtifactResource instance.

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

Parameters

resourceScope
String

The resourceScope.

blueprintName
String

The blueprintName.

artifactName
String

The artifactName.

Returns

Applies to