AppComplianceReportWebhookResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier of a AppComplianceReportWebhookResource instance.

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

Parameters

reportName
String

The reportName.

webhookName
String

The webhookName.

Returns

Applies to