Channels Interface
public interface Channels
Resource collection API of Channels.
Method Summary
Method Details
create
public abstract BotChannel create(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters)
Creates a Channel registration for a Bot Service.
Parameters:
Returns:
createWithResponse
public abstract Response<BotChannel> createWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters, Context context)
Creates a Channel registration for a Bot Service.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName, String channelName)
Deletes a Channel registration from a Bot Service.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String resourceName, String channelName, Context context)
Deletes a Channel registration from a Bot Service.
Parameters:
Returns:
get
public abstract BotChannel get(String resourceGroupName, String resourceName, String channelName)
Returns a BotService Channel registration specified by the parameters.
Parameters:
Returns:
getWithResponse
public abstract Response<BotChannel> getWithResponse(String resourceGroupName, String resourceName, String channelName, Context context)
Returns a BotService Channel registration specified by the parameters.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<BotChannel> listByResourceGroup(String resourceGroupName, String resourceName)
Returns all the Channel registrations of a particular BotService resource.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<BotChannel> listByResourceGroup(String resourceGroupName, String resourceName, Context context)
Returns all the Channel registrations of a particular BotService resource.
Parameters:
Returns:
listWithKeys
public abstract ListChannelWithKeysResponse listWithKeys(String resourceGroupName, String resourceName, ChannelName channelName)
Lists a Channel registration for a Bot Service including secrets.
Parameters:
Returns:
listWithKeysWithResponse
public abstract Response<ListChannelWithKeysResponse> listWithKeysWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, Context context)
Lists a Channel registration for a Bot Service including secrets.
Parameters:
Returns:
update
public abstract BotChannel update(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters)
Updates a Channel registration for a Bot Service.
Parameters:
Returns:
updateWithResponse
public abstract Response<BotChannel> updateWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters, Context context)
Updates a Channel registration for a Bot Service.
Parameters:
Returns: