ScopeAccessReviewInstanceResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier for this resource.

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

Parameters

scope
String

The scope.

scheduleDefinitionId
String

The scheduleDefinitionId.

id
String

The id.

Returns

Applies to