次の方法で共有


DomainEventSubscriptionsOperationsExtensions クラス

定義

DomainEventSubscriptionsOperations の拡張メソッド。

public static class DomainEventSubscriptionsOperationsExtensions
type DomainEventSubscriptionsOperationsExtensions = class
Public Module DomainEventSubscriptionsOperationsExtensions
継承
DomainEventSubscriptionsOperationsExtensions

メソッド

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

ドメインに対するイベント サブスクリプションを作成または更新します。

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

ドメインに対するイベント サブスクリプションを作成または更新します。

BeginDelete(IDomainEventSubscriptionsOperations, String, String, String)

ドメインのイベント サブスクリプションを削除します。

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

ドメインのイベント サブスクリプションを削除します。

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

ドメインのイベント サブスクリプションを更新します。

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

ドメインのイベント サブスクリプションを更新します。

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

ドメインに対するイベント サブスクリプションを作成または更新します。

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

ドメインに対するイベント サブスクリプションを作成または更新します。

Delete(IDomainEventSubscriptionsOperations, String, String, String)

ドメインのイベント サブスクリプションを削除します。

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

ドメインのイベント サブスクリプションを削除します。

Get(IDomainEventSubscriptionsOperations, String, String, String)

ドメインのイベント サブスクリプションを取得します。

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

ドメインのイベント サブスクリプションを取得します。

GetDeliveryAttributes(IDomainEventSubscriptionsOperations, String, String, String)

ドメインのイベント サブスクリプションの配信属性を取得します。

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

ドメインのイベント サブスクリプションの配信属性を取得します。

GetFullUrl(IDomainEventSubscriptionsOperations, String, String, String)

ドメインのイベント サブスクリプションの完全な URL を取得します。

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

ドメインのイベント サブスクリプションの完全な URL を取得します。

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

特定のドメインのすべてのイベント サブスクリプションを一覧表示します。

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

特定のドメインのすべてのイベント サブスクリプションを一覧表示します。

ListNext(IDomainEventSubscriptionsOperations, String)

特定のドメインのすべてのイベント サブスクリプションを一覧表示します。

ListNextAsync(IDomainEventSubscriptionsOperations, String, CancellationToken)

特定のドメインのすべてのイベント サブスクリプションを一覧表示します。

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

ドメインのイベント サブスクリプションを更新します。

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

ドメインのイベント サブスクリプションを更新します。

適用対象