Share via


IChannelsOperations Interface

Definition

ChannelsOperations operations.

public interface IChannelsOperations
type IChannelsOperations = interface
Public Interface IChannelsOperations

Methods

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a channel.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Channel, Dictionary<String,List<String>>, CancellationToken)

Create or update a channel.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a channel.

GetFullUrlWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get full URL of partner destination channel.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a channel.

ListByPartnerNamespaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List channels.

ListByPartnerNamespaceWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

List channels.

UpdateWithHttpMessagesAsync(String, String, String, ChannelUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Update a Channel.

Extension Methods

BeginDelete(IChannelsOperations, String, String, String)

Delete a channel.

BeginDeleteAsync(IChannelsOperations, String, String, String, CancellationToken)

Delete a channel.

CreateOrUpdate(IChannelsOperations, String, String, String, Channel)

Create or update a channel.

CreateOrUpdateAsync(IChannelsOperations, String, String, String, Channel, CancellationToken)

Create or update a channel.

Delete(IChannelsOperations, String, String, String)

Delete a channel.

DeleteAsync(IChannelsOperations, String, String, String, CancellationToken)

Delete a channel.

Get(IChannelsOperations, String, String, String)

Get a channel.

GetAsync(IChannelsOperations, String, String, String, CancellationToken)

Get a channel.

GetFullUrl(IChannelsOperations, String, String, String)

Get full URL of partner destination channel.

GetFullUrlAsync(IChannelsOperations, String, String, String, CancellationToken)

Get full URL of partner destination channel.

ListByPartnerNamespace(IChannelsOperations, String, String, String, Nullable<Int32>)

List channels.

ListByPartnerNamespaceAsync(IChannelsOperations, String, String, String, Nullable<Int32>, CancellationToken)

List channels.

ListByPartnerNamespaceNext(IChannelsOperations, String)

List channels.

ListByPartnerNamespaceNextAsync(IChannelsOperations, String, CancellationToken)

List channels.

Update(IChannelsOperations, String, String, String, ChannelUpdateParameters)

Update a Channel.

UpdateAsync(IChannelsOperations, String, String, String, ChannelUpdateParameters, CancellationToken)

Update a Channel.

Applies to