Uses of Class
com.azure.resourcemanager.botservice.models.SiteInfo
Packages that use SiteInfo
Package
Description
Package containing the service clients for AzureBotService.
Package containing the data models for AzureBotService.
-
Uses of SiteInfo in com.azure.resourcemanager.botservice.fluent
Methods in com.azure.resourcemanager.botservice.fluent with parameters of type SiteInfoModifier 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 SiteInfo in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return SiteInfoModifier and TypeMethodDescriptionstatic SiteInfoSiteInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SiteInfo from the JsonReader.Set the key property: Determines which key is to be regenerated.SiteInfo.withSiteName(String siteName) Set the siteName property: The site name.Methods in com.azure.resourcemanager.botservice.models with parameters of type SiteInfoModifier 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.