ISystemTopicEventSubscriptionsOperations Interface

Definition

SystemTopicEventSubscriptionsOperations operations.

public interface ISystemTopicEventSubscriptionsOperations
type ISystemTopicEventSubscriptionsOperations = interface
Public Interface ISystemTopicEventSubscriptionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, EventSubscription, Dictionary<String,List<String>>, CancellationToken)

Create or update an event subscription for a system topic.

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

Delete an event subscription of a system topic.

BeginUpdateWithHttpMessagesAsync(String, String, String, EventSubscriptionUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Update event subscription of a system topic.

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

Create or update an event subscription for a system topic.

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

Delete an event subscription of a system topic.

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

Get delivery attributes for an event subscription.

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

Get full URL of an event subscription of a system topic

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

Get an event subscription of a system topic.

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

List event subscriptions of a system topic.

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

List event subscriptions of a system topic.

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

Update event subscription of a system topic.

Extension Methods

BeginCreateOrUpdate(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscription)

Create or update an event subscription for a system topic.

BeginCreateOrUpdateAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscription, CancellationToken)

Create or update an event subscription for a system topic.

BeginDelete(ISystemTopicEventSubscriptionsOperations, String, String, String)

Delete an event subscription of a system topic.

BeginDeleteAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, CancellationToken)

Delete an event subscription of a system topic.

BeginUpdate(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters)

Update event subscription of a system topic.

BeginUpdateAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters, CancellationToken)

Update event subscription of a system topic.

CreateOrUpdate(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscription)

Create or update an event subscription for a system topic.

CreateOrUpdateAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscription, CancellationToken)

Create or update an event subscription for a system topic.

Delete(ISystemTopicEventSubscriptionsOperations, String, String, String)

Delete an event subscription of a system topic.

DeleteAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, CancellationToken)

Delete an event subscription of a system topic.

Get(ISystemTopicEventSubscriptionsOperations, String, String, String)

Get an event subscription of a system topic.

GetAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, CancellationToken)

Get an event subscription of a system topic.

GetDeliveryAttributes(ISystemTopicEventSubscriptionsOperations, String, String, String)

Get delivery attributes for an event subscription.

GetDeliveryAttributesAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, CancellationToken)

Get delivery attributes for an event subscription.

GetFullUrl(ISystemTopicEventSubscriptionsOperations, String, String, String)

Get full URL of an event subscription of a system topic

GetFullUrlAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, CancellationToken)

Get full URL of an event subscription of a system topic

ListBySystemTopic(ISystemTopicEventSubscriptionsOperations, String, String, String, Nullable<Int32>)

List event subscriptions of a system topic.

ListBySystemTopicAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, Nullable<Int32>, CancellationToken)

List event subscriptions of a system topic.

ListBySystemTopicNext(ISystemTopicEventSubscriptionsOperations, String)

List event subscriptions of a system topic.

ListBySystemTopicNextAsync(ISystemTopicEventSubscriptionsOperations, String, CancellationToken)

List event subscriptions of a system topic.

Update(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters)

Update event subscription of a system topic.

UpdateAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters, CancellationToken)

Update event subscription of a system topic.

Applies to