Uses of Enum
com.azure.resourcemanager.botservice.models.RegenerateKeysChannelName
Packages that use RegenerateKeysChannelName
Package
Description
Package containing the service clients for AzureBotService.
Package containing the data models for AzureBotService.
-
Uses of RegenerateKeysChannelName in com.azure.resourcemanager.botservice.fluent
Methods in com.azure.resourcemanager.botservice.fluent with parameters of type RegenerateKeysChannelNameModifier and TypeMethodDescriptionDirectLinesClient.regenerateKeys(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters) Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.com.azure.core.http.rest.Response<BotChannelInner> DirectLinesClient.regenerateKeysWithResponse(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters, com.azure.core.util.Context context) Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource. -
Uses of RegenerateKeysChannelName in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return RegenerateKeysChannelNameModifier and TypeMethodDescriptionstatic RegenerateKeysChannelNameRegenerateKeysChannelName.fromString(String value) Parses a serialized value to a RegenerateKeysChannelName instance.static RegenerateKeysChannelNameReturns the enum constant of this type with the specified name.static RegenerateKeysChannelName[]RegenerateKeysChannelName.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.botservice.models with parameters of type RegenerateKeysChannelNameModifier and TypeMethodDescriptionDirectLines.regenerateKeys(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters) Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.com.azure.core.http.rest.Response<BotChannel> DirectLines.regenerateKeysWithResponse(String resourceGroupName, String resourceName, RegenerateKeysChannelName channelName, SiteInfo parameters, com.azure.core.util.Context context) Regenerates secret keys and returns them for the DirectLine Channel of a particular BotService resource.