Share via


BotChannelResource.CreateResourceIdentifier Method

Definition

Generate the resource identifier of a BotChannelResource instance.

public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string subscriptionId, string resourceGroupName, string resourceName, Azure.ResourceManager.BotService.Models.BotChannelName channelName);
static member CreateResourceIdentifier : string * string * string * Azure.ResourceManager.BotService.Models.BotChannelName -> Azure.Core.ResourceIdentifier
Public Shared Function CreateResourceIdentifier (subscriptionId As String, resourceGroupName As String, resourceName As String, channelName As BotChannelName) As ResourceIdentifier

Parameters

subscriptionId
String

The subscriptionId.

resourceGroupName
String

The resourceGroupName.

resourceName
String

The resourceName.

channelName
BotChannelName

The channelName.

Returns

Applies to