Uses of Interface
com.azure.resourcemanager.botservice.models.ConnectionSetting
Packages that use ConnectionSetting
Package
Description
Package containing the data models for AzureBotService.
-
Uses of ConnectionSetting in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return ConnectionSettingModifier and TypeMethodDescriptionConnectionSetting.Update.apply()Executes the update request.ConnectionSetting.Update.apply(com.azure.core.util.Context context) Executes the update request.ConnectionSetting.DefinitionStages.WithCreate.create()Executes the create request.ConnectionSetting.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get a Connection Setting registration for a Bot Service.Get a Connection Setting registration for a Bot Service.BotConnections.listWithSecrets(String resourceGroupName, String resourceName, String connectionName) Get a Connection Setting registration for a Bot Service.ConnectionSetting.listWithSecrets()Get a Connection Setting registration for a Bot Service.ConnectionSetting.refresh()Refreshes the resource to sync with Azure.ConnectionSetting.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type ConnectionSettingModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ConnectionSetting> BotConnections.getByIdWithResponse(String id, com.azure.core.util.Context context) Get a Connection Setting registration for a Bot Service.com.azure.core.http.rest.Response<ConnectionSetting> BotConnections.getWithResponse(String resourceGroupName, String resourceName, String connectionName, com.azure.core.util.Context context) Get a Connection Setting registration for a Bot Service.com.azure.core.http.rest.PagedIterable<ConnectionSetting> BotConnections.listByBotService(String resourceGroupName, String resourceName) Returns all the Connection Settings registered to a particular BotService resource.com.azure.core.http.rest.PagedIterable<ConnectionSetting> BotConnections.listByBotService(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Returns all the Connection Settings registered to a particular BotService resource.com.azure.core.http.rest.Response<ConnectionSetting> BotConnections.listWithSecretsWithResponse(String resourceGroupName, String resourceName, String connectionName, com.azure.core.util.Context context) Get a Connection Setting registration for a Bot Service.com.azure.core.http.rest.Response<ConnectionSetting> ConnectionSetting.listWithSecretsWithResponse(com.azure.core.util.Context context) Get a Connection Setting registration for a Bot Service.