BotConnections Interface
public interface BotConnections
Resource collection API of BotConnections.
Method Summary
Method Details
define
public abstract ConnectionSetting.DefinitionStages.Blank define(String name)
Begins definition for a new ConnectionSetting resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName, String connectionName)
Deletes a Connection Setting registration for a Bot Service.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a Connection Setting registration for a Bot Service.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes a Connection Setting registration for a Bot Service.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, String connectionName, Context context)
Deletes a Connection Setting registration for a Bot Service.
Parameters:
Returns:
get
public abstract ConnectionSetting get(String resourceGroupName, String resourceName, String connectionName)
Get a Connection Setting registration for a Bot Service.
Parameters:
Returns:
getById
public abstract ConnectionSetting getById(String id)
Get a Connection Setting registration for a Bot Service.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ConnectionSetting> getByIdWithResponse(String id, Context context)
Get a Connection Setting registration for a Bot Service.
Parameters:
Returns:
getWithResponse
public abstract Response<ConnectionSetting> getWithResponse(String resourceGroupName, String resourceName, String connectionName, Context context)
Get a Connection Setting registration for a Bot Service.
Parameters:
Returns:
listByBotService
public abstract PagedIterable<ConnectionSetting> listByBotService(String resourceGroupName, String resourceName)
Returns all the Connection Settings registered to a particular BotService resource.
Parameters:
Returns:
listByBotService
public abstract PagedIterable<ConnectionSetting> listByBotService(String resourceGroupName, String resourceName, Context context)
Returns all the Connection Settings registered to a particular BotService resource.
Parameters:
Returns:
listServiceProviders
public abstract ServiceProviderResponseList listServiceProviders()
Lists the available Service Providers for creating Connection Settings.
Returns:
listServiceProvidersWithResponse
public abstract Response<ServiceProviderResponseList> listServiceProvidersWithResponse(Context context)
Lists the available Service Providers for creating Connection Settings.
Parameters:
Returns:
listWithSecrets
public abstract ConnectionSetting listWithSecrets(String resourceGroupName, String resourceName, String connectionName)
Get a Connection Setting registration for a Bot Service.
Parameters:
Returns:
listWithSecretsWithResponse
public abstract Response<ConnectionSetting> listWithSecretsWithResponse(String resourceGroupName, String resourceName, String connectionName, Context context)
Get a Connection Setting registration for a Bot Service.
Parameters:
Returns: