次の方法で共有


DomainTopicEventSubscriptionsOperationsExtensions クラス

定義

DomainTopicEventSubscriptionsOperations の拡張メソッド。

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

メソッド

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

ドメイン トピックに入れ子になったイベント サブスクリプションを作成または更新します。

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

ドメイン トピックに入れ子になったイベント サブスクリプションを作成または更新します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションを削除します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションを削除します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションを更新します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションを更新します。

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

ドメイン トピックに入れ子になったイベント サブスクリプションを作成または更新します。

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

ドメイン トピックに入れ子になったイベント サブスクリプションを作成または更新します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションを削除します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションを削除します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションを取得します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションを取得します。

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

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

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

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

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

ドメイン トピックの入れ子になったイベント サブスクリプションの完全な URL を取得します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションの完全な URL を取得します。

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

特定のドメイン トピックのすべての入れ子になったイベント サブスクリプションを一覧表示します。

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

特定のドメイン トピックのすべての入れ子になったイベント サブスクリプションを一覧表示します。

ListNext(IDomainTopicEventSubscriptionsOperations, String)

特定のドメイン トピックのすべての入れ子になったイベント サブスクリプションを一覧表示します。

ListNextAsync(IDomainTopicEventSubscriptionsOperations, String, CancellationToken)

特定のドメイン トピックのすべての入れ子になったイベント サブスクリプションを一覧表示します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションを更新します。

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

ドメイン トピックの入れ子になったイベント サブスクリプションを更新します。

適用対象