Share via


DomainEventSubscriptionsOperationsExtensions Class

Definition

Extension methods for DomainEventSubscriptionsOperations.

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

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