RoleManagementAlertIncidentResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier for this resource.

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

Parameters

scope
String

The scope.

alertId
String

The alertId.

alertIncidentId
String

The alertIncidentId.

Returns

Applies to