次の方法で共有


DirectLinesClient Interface

public interface DirectLinesClient

An instance of this class provides access to all the operations defined in DirectLinesClient.

Method Summary

Modifier and Type Method and Description
abstract BotChannelInner regenerateKeys(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters)

Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.

abstract Response<BotChannelInner> regenerateKeysWithResponse(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters, Context context)

Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.

Method Details

regenerateKeys

public abstract BotChannelInner regenerateKeys(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters)

Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.

Parameters:

resourceGroupName - The name of the Bot resource group in the user subscription.
resourceName - The name of the Bot resource.
channelName - The name of the Channel resource for which keys are to be regenerated.
parameters - The parameters to provide for the created bot.

Returns:

bot channel resource definition.

regenerateKeysWithResponse

public abstract Response<BotChannelInner> regenerateKeysWithResponse(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters, Context context)

Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.

Parameters:

resourceGroupName - The name of the Bot resource group in the user subscription.
resourceName - The name of the Bot resource.
channelName - The name of the Channel resource for which keys are to be regenerated.
parameters - The parameters to provide for the created bot.
context - The context to associate with this operation.

Returns:

bot channel resource definition along with Response<T>.

Applies to