Sdílet prostřednictvím


ITopicEventSubscriptionsOperations Interface

Definition

TopicEventSubscriptionsOperations operations.

public interface ITopicEventSubscriptionsOperations
type ITopicEventSubscriptionsOperations = interface
Public Interface ITopicEventSubscriptionsOperations

Methods

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

Create or update an event subscription to a topic.

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

Delete an event subscription for a topic.

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

Update an event subscription for a topic.

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

Create or update an event subscription to a topic.

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

Delete an event subscription for a topic.

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

Get delivery attributes for an event subscription for topic.

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

Get full URL of an event subscription for topic.

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

Get an event subscription of a topic.

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

List all event subscriptions for a specific topic.

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

List all event subscriptions for a specific topic.

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

Update an event subscription for a topic.

Extension Methods

BeginCreateOrUpdate(ITopicEventSubscriptionsOperations, String, String, String, EventSubscription)

Create or update an event subscription to a topic.

BeginCreateOrUpdateAsync(ITopicEventSubscriptionsOperations, String, String, String, EventSubscription, CancellationToken)

Create or update an event subscription to a topic.

BeginDelete(ITopicEventSubscriptionsOperations, String, String, String)

Delete an event subscription for a topic.

BeginDeleteAsync(ITopicEventSubscriptionsOperations, String, String, String, CancellationToken)

Delete an event subscription for a topic.

BeginUpdate(ITopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters)

Update an event subscription for a topic.

BeginUpdateAsync(ITopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters, CancellationToken)

Update an event subscription for a topic.

CreateOrUpdate(ITopicEventSubscriptionsOperations, String, String, String, EventSubscription)

Create or update an event subscription to a topic.

CreateOrUpdateAsync(ITopicEventSubscriptionsOperations, String, String, String, EventSubscription, CancellationToken)

Create or update an event subscription to a topic.

Delete(ITopicEventSubscriptionsOperations, String, String, String)

Delete an event subscription for a topic.

DeleteAsync(ITopicEventSubscriptionsOperations, String, String, String, CancellationToken)

Delete an event subscription for a topic.

Get(ITopicEventSubscriptionsOperations, String, String, String)

Get an event subscription of a topic.

GetAsync(ITopicEventSubscriptionsOperations, String, String, String, CancellationToken)

Get an event subscription of a topic.

GetDeliveryAttributes(ITopicEventSubscriptionsOperations, String, String, String)

Get delivery attributes for an event subscription for topic.

GetDeliveryAttributesAsync(ITopicEventSubscriptionsOperations, String, String, String, CancellationToken)

Get delivery attributes for an event subscription for topic.

GetFullUrl(ITopicEventSubscriptionsOperations, String, String, String)

Get full URL of an event subscription for topic.

GetFullUrlAsync(ITopicEventSubscriptionsOperations, String, String, String, CancellationToken)

Get full URL of an event subscription for topic.

List(ITopicEventSubscriptionsOperations, String, String, String, Nullable<Int32>)

List all event subscriptions for a specific topic.

ListAsync(ITopicEventSubscriptionsOperations, String, String, String, Nullable<Int32>, CancellationToken)

List all event subscriptions for a specific topic.

ListNext(ITopicEventSubscriptionsOperations, String)

List all event subscriptions for a specific topic.

ListNextAsync(ITopicEventSubscriptionsOperations, String, CancellationToken)

List all event subscriptions for a specific topic.

Update(ITopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters)

Update an event subscription for a topic.

UpdateAsync(ITopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters, CancellationToken)

Update an event subscription for a topic.

Applies to