ChannelsClient Interface
public interface ChannelsClient
An instance of this class provides access to all the operations defined in ChannelsClient.
Method Summary
Method Details
create
public abstract BotChannelInner create(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters)
Creates a Channel registration for a Bot Service.
Parameters:
Returns:
createWithResponse
public abstract Response<BotChannelInner> 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 BotChannelInner get(String resourceGroupName, String resourceName, String channelName)
Returns a BotService Channel registration specified by the parameters.
Parameters:
Returns:
getWithResponse
public abstract Response<BotChannelInner> getWithResponse(String resourceGroupName, String resourceName, String channelName, Context context)
Returns a BotService Channel registration specified by the parameters.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<BotChannelInner> listByResourceGroup(String resourceGroupName, String resourceName)
Returns all the Channel registrations of a particular BotService resource.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<BotChannelInner> listByResourceGroup(String resourceGroupName, String resourceName, Context context)
Returns all the Channel registrations of a particular BotService resource.
Parameters:
Returns:
listWithKeys
public abstract ListChannelWithKeysResponseInner listWithKeys(String resourceGroupName, String resourceName, ChannelName channelName)
Lists a Channel registration for a Bot Service including secrets.
Parameters:
Returns:
listWithKeysWithResponse
public abstract Response<ListChannelWithKeysResponseInner> listWithKeysWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, Context context)
Lists a Channel registration for a Bot Service including secrets.
Parameters:
Returns:
update
public abstract BotChannelInner update(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters)
Updates a Channel registration for a Bot Service.
Parameters:
Returns:
updateWithResponse
public abstract Response<BotChannelInner> updateWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters, Context context)
Updates a Channel registration for a Bot Service.
Parameters:
Returns: