PolicyExemptionResource.CreateResourceIdentifier(String, String) Method

Definition

Generate the resource identifier for this resource.

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

Parameters

scope
String

The scope.

policyExemptionName
String

The policyExemptionName.

Returns

Applies to