EventChannelsOperationsExtensions Class
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.
Extension methods for EventChannelsOperations.
In this article
public static class EventChannelsOperationsExtensions
type EventChannelsOperationsExtensions = class
Public Module EventChannelsOperationsExtensions
Inheritance
System.Object
EventChannelsOperationsExtensions
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