Bagikan melalui


FrontDoorRulesEngineResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier of a FrontDoorRulesEngineResource instance.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string subscriptionId, string resourceGroupName, string frontDoorName, string rulesEngineName);
static member CreateResourceIdentifier : string * string * string * string -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, resourceGroupName As String, frontDoorName As String, rulesEngineName As String) As ResourceIdentifier

Parameters

subscriptionId
String

The subscriptionId.

resourceGroupName
String

The resourceGroupName.

frontDoorName
String

The frontDoorName.

rulesEngineName
String

The rulesEngineName.

Returns

Applies to