Sdílet prostřednictvím


IDomainEventSubscriptionsOperations Interface

Definition

DomainEventSubscriptionsOperations operations.

public interface IDomainEventSubscriptionsOperations
type IDomainEventSubscriptionsOperations = interface
Public Interface IDomainEventSubscriptionsOperations

Methods

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

Create or update an event subscription to a domain.

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

Delete an event subscription for a domain.

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

Update an event subscription for a domain.

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

Create or update an event subscription to a domain.

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

Delete an event subscription for a domain.

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

Get delivery attributes for an event subscription for domain.

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

Get full URL of an event subscription for domain.

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

Get an event subscription of a domain.

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

List all event subscriptions for a specific domain.

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

List all event subscriptions for a specific domain.

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

Update an event subscription for a domain.

Extension Methods

BeginCreateOrUpdate(IDomainEventSubscriptionsOperations, String, String, String, EventSubscription)

Create or update an event subscription to a domain.

BeginCreateOrUpdateAsync(IDomainEventSubscriptionsOperations, String, String, String, EventSubscription, CancellationToken)

Create or update an event subscription to a domain.

BeginDelete(IDomainEventSubscriptionsOperations, String, String, String)

Delete an event subscription for a domain.

BeginDeleteAsync(IDomainEventSubscriptionsOperations, String, String, String, CancellationToken)

Delete an event subscription for a domain.

BeginUpdate(IDomainEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters)

Update an event subscription for a domain.

BeginUpdateAsync(IDomainEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters, CancellationToken)

Update an event subscription for a domain.

CreateOrUpdate(IDomainEventSubscriptionsOperations, String, String, String, EventSubscription)

Create or update an event subscription to a domain.

CreateOrUpdateAsync(IDomainEventSubscriptionsOperations, String, String, String, EventSubscription, CancellationToken)

Create or update an event subscription to a domain.

Delete(IDomainEventSubscriptionsOperations, String, String, String)

Delete an event subscription for a domain.

DeleteAsync(IDomainEventSubscriptionsOperations, String, String, String, CancellationToken)

Delete an event subscription for a domain.

Get(IDomainEventSubscriptionsOperations, String, String, String)

Get an event subscription of a domain.

GetAsync(IDomainEventSubscriptionsOperations, String, String, String, CancellationToken)

Get an event subscription of a domain.

GetDeliveryAttributes(IDomainEventSubscriptionsOperations, String, String, String)

Get delivery attributes for an event subscription for domain.

GetDeliveryAttributesAsync(IDomainEventSubscriptionsOperations, String, String, String, CancellationToken)

Get delivery attributes for an event subscription for domain.

GetFullUrl(IDomainEventSubscriptionsOperations, String, String, String)

Get full URL of an event subscription for domain.

GetFullUrlAsync(IDomainEventSubscriptionsOperations, String, String, String, CancellationToken)

Get full URL of an event subscription for domain.

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

List all event subscriptions for a specific domain.

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

List all event subscriptions for a specific domain.

ListNext(IDomainEventSubscriptionsOperations, String)

List all event subscriptions for a specific domain.

ListNextAsync(IDomainEventSubscriptionsOperations, String, CancellationToken)

List all event subscriptions for a specific domain.

Update(IDomainEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters)

Update an event subscription for a domain.

UpdateAsync(IDomainEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters, CancellationToken)

Update an event subscription for a domain.

Applies to