IEventChannelsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EventChannelsOperations operations.
In this article
public interface IEventChannelsOperations
type IEventChannelsOperations = interface
Public Interface IEventChannelsOperations
Methods
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Delete an event channel.
CreateOrUpdateWithHttpMessagesAsync(String, String, String, EventChannel, Dictionary<String,List<String>>, CancellationToken)
Create an event channel.
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Delete an event channel.
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Get an event channel.
ListByPartnerNamespaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
List event channels.
ListByPartnerNamespaceWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
List event channels.
Extension Methods
BeginDelete(IEventChannelsOperations, String, String, String)
Delete an event channel.
BeginDeleteAsync(IEventChannelsOperations, String, String, String, CancellationToken)
Delete an event channel.
CreateOrUpdate(IEventChannelsOperations, String, String, String, EventChannel)
Create an event channel.
CreateOrUpdateAsync(IEventChannelsOperations, String, String, String, EventChannel, CancellationToken)
Create an event channel.
Delete(IEventChannelsOperations, String, String, String)
Delete an event channel.
DeleteAsync(IEventChannelsOperations, String, String, String, CancellationToken)
Delete an event channel.
Get(IEventChannelsOperations, String, String, String)
Get an event channel.
GetAsync(IEventChannelsOperations, String, String, String, CancellationToken)
Get an event channel.
ListByPartnerNamespace(IEventChannelsOperations, String, String, String, Nullable<Int32>)
List event channels.
ListByPartnerNamespaceAsync(IEventChannelsOperations, String, String, String, Nullable<Int32>, CancellationToken)
List event channels.
ListByPartnerNamespaceNext(IEventChannelsOperations, String)
List event channels.
ListByPartnerNamespaceNextAsync(IEventChannelsOperations, String, CancellationToken)
List event channels.
Applies to