SystemTopicEventSubscriptionsOperationsExtensions Class

Definition

Extension methods for SystemTopicEventSubscriptionsOperations.

public static class SystemTopicEventSubscriptionsOperationsExtensions
type SystemTopicEventSubscriptionsOperationsExtensions = class
Public Module SystemTopicEventSubscriptionsOperationsExtensions
Inheritance
SystemTopicEventSubscriptionsOperationsExtensions

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