ArmBotServiceModelFactory.BotChannelRegenerateKeysContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Site information for WebChat or DirectLine Channels to identify which site to regenerate keys for.
public static Azure.ResourceManager.BotService.Models.BotChannelRegenerateKeysContent BotChannelRegenerateKeysContent(string siteName = default, Azure.ResourceManager.BotService.Models.BotServiceKey key = Azure.ResourceManager.BotService.Models.BotServiceKey.Key1);
static member BotChannelRegenerateKeysContent : string * Azure.ResourceManager.BotService.Models.BotServiceKey -> Azure.ResourceManager.BotService.Models.BotChannelRegenerateKeysContent
Public Shared Function BotChannelRegenerateKeysContent (Optional siteName As String = Nothing, Optional key As BotServiceKey = Azure.ResourceManager.BotService.Models.BotServiceKey.Key1) As BotChannelRegenerateKeysContent
Parameters
- siteName
- String
The site name.
- key
- BotServiceKey
Determines which key is to be regenerated.
Returns
A new BotChannelRegenerateKeysContent instance for mocking.