Sdílet prostřednictvím


IDomainTopicEventSubscriptionsOperations Interface

Definition

DomainTopicEventSubscriptionsOperations operations.

public interface IDomainTopicEventSubscriptionsOperations
type IDomainTopicEventSubscriptionsOperations = interface
Public Interface IDomainTopicEventSubscriptionsOperations

Methods

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

Create or update a nested event subscription to a domain topic.

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

Delete a nested event subscription for a domain topic.

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

Update a nested event subscription for a domain topic.

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

Create or update a nested event subscription to a domain topic.

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

Delete a nested event subscription for a domain topic.

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

Get delivery attributes for an event subscription for domain topic.

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

Get full URL of a nested event subscription for domain topic.

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

Get a nested event subscription for domain topic.

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

List all nested event subscriptions for a specific domain topic.

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

List all nested event subscriptions for a specific domain topic.

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

Update a nested event subscription for a domain topic.

Extension Methods

BeginCreateOrUpdate(IDomainTopicEventSubscriptionsOperations, String, String, String, String, EventSubscription)

Create or update a nested event subscription to a domain topic.

BeginCreateOrUpdateAsync(IDomainTopicEventSubscriptionsOperations, String, String, String, String, EventSubscription, CancellationToken)

Create or update a nested event subscription to a domain topic.

BeginDelete(IDomainTopicEventSubscriptionsOperations, String, String, String, String)

Delete a nested event subscription for a domain topic.

BeginDeleteAsync(IDomainTopicEventSubscriptionsOperations, String, String, String, String, CancellationToken)

Delete a nested event subscription for a domain topic.

BeginUpdate(IDomainTopicEventSubscriptionsOperations, String, String, String, String, EventSubscriptionUpdateParameters)

Update a nested event subscription for a domain topic.

BeginUpdateAsync(IDomainTopicEventSubscriptionsOperations, String, String, String, String, EventSubscriptionUpdateParameters, CancellationToken)

Update a nested event subscription for a domain topic.

CreateOrUpdate(IDomainTopicEventSubscriptionsOperations, String, String, String, String, EventSubscription)

Create or update a nested event subscription to a domain topic.

CreateOrUpdateAsync(IDomainTopicEventSubscriptionsOperations, String, String, String, String, EventSubscription, CancellationToken)

Create or update a nested event subscription to a domain topic.

Delete(IDomainTopicEventSubscriptionsOperations, String, String, String, String)

Delete a nested event subscription for a domain topic.

DeleteAsync(IDomainTopicEventSubscriptionsOperations, String, String, String, String, CancellationToken)

Delete a nested event subscription for a domain topic.

Get(IDomainTopicEventSubscriptionsOperations, String, String, String, String)

Get a nested event subscription for domain topic.

GetAsync(IDomainTopicEventSubscriptionsOperations, String, String, String, String, CancellationToken)

Get a nested event subscription for domain topic.

GetDeliveryAttributes(IDomainTopicEventSubscriptionsOperations, String, String, String, String)

Get delivery attributes for an event subscription for domain topic.

GetDeliveryAttributesAsync(IDomainTopicEventSubscriptionsOperations, String, String, String, String, CancellationToken)

Get delivery attributes for an event subscription for domain topic.

GetFullUrl(IDomainTopicEventSubscriptionsOperations, String, String, String, String)

Get full URL of a nested event subscription for domain topic.

GetFullUrlAsync(IDomainTopicEventSubscriptionsOperations, String, String, String, String, CancellationToken)

Get full URL of a nested event subscription for domain topic.

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

List all nested event subscriptions for a specific domain topic.

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

List all nested event subscriptions for a specific domain topic.

ListNext(IDomainTopicEventSubscriptionsOperations, String)

List all nested event subscriptions for a specific domain topic.

ListNextAsync(IDomainTopicEventSubscriptionsOperations, String, CancellationToken)

List all nested event subscriptions for a specific domain topic.

Update(IDomainTopicEventSubscriptionsOperations, String, String, String, String, EventSubscriptionUpdateParameters)

Update a nested event subscription for a domain topic.

UpdateAsync(IDomainTopicEventSubscriptionsOperations, String, String, String, String, EventSubscriptionUpdateParameters, CancellationToken)

Update a nested event subscription for a domain topic.

Applies to