次の方法で共有


ISystemTopicEventSubscriptionsOperations インターフェイス

定義

SystemTopicEventSubscriptionsOperations 操作。

public interface ISystemTopicEventSubscriptionsOperations
type ISystemTopicEventSubscriptionsOperations = interface
Public Interface ISystemTopicEventSubscriptionsOperations

メソッド

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

システム トピックのイベント サブスクリプションを作成または更新します。

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

システム トピックのイベント サブスクリプションを削除します。

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

システム トピックのイベント サブスクリプションを更新します。

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

システム トピックのイベント サブスクリプションを作成または更新します。

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

システム トピックのイベント サブスクリプションを削除します。

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

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

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

システム トピックのイベント サブスクリプションの完全な URL を取得する

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

システム トピックのイベント サブスクリプションを取得します。

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

システム トピックのイベント サブスクリプションを一覧表示します。

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

システム トピックのイベント サブスクリプションを一覧表示します。

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

システム トピックのイベント サブスクリプションを更新します。

拡張メソッド

BeginCreateOrUpdate(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscription)

システム トピックのイベント サブスクリプションを作成または更新します。

BeginCreateOrUpdateAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscription, CancellationToken)

システム トピックのイベント サブスクリプションを作成または更新します。

BeginDelete(ISystemTopicEventSubscriptionsOperations, String, String, String)

システム トピックのイベント サブスクリプションを削除します。

BeginDeleteAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, CancellationToken)

システム トピックのイベント サブスクリプションを削除します。

BeginUpdate(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters)

システム トピックのイベント サブスクリプションを更新します。

BeginUpdateAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters, CancellationToken)

システム トピックのイベント サブスクリプションを更新します。

CreateOrUpdate(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscription)

システム トピックのイベント サブスクリプションを作成または更新します。

CreateOrUpdateAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscription, CancellationToken)

システム トピックのイベント サブスクリプションを作成または更新します。

Delete(ISystemTopicEventSubscriptionsOperations, String, String, String)

システム トピックのイベント サブスクリプションを削除します。

DeleteAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, CancellationToken)

システム トピックのイベント サブスクリプションを削除します。

Get(ISystemTopicEventSubscriptionsOperations, String, String, String)

システム トピックのイベント サブスクリプションを取得します。

GetAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, CancellationToken)

システム トピックのイベント サブスクリプションを取得します。

GetDeliveryAttributes(ISystemTopicEventSubscriptionsOperations, String, String, String)

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

GetDeliveryAttributesAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, CancellationToken)

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

GetFullUrl(ISystemTopicEventSubscriptionsOperations, String, String, String)

システム トピックのイベント サブスクリプションの完全な URL を取得する

GetFullUrlAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, CancellationToken)

システム トピックのイベント サブスクリプションの完全な URL を取得する

ListBySystemTopic(ISystemTopicEventSubscriptionsOperations, String, String, String, Nullable<Int32>)

システム トピックのイベント サブスクリプションを一覧表示します。

ListBySystemTopicAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, Nullable<Int32>, CancellationToken)

システム トピックのイベント サブスクリプションを一覧表示します。

ListBySystemTopicNext(ISystemTopicEventSubscriptionsOperations, String)

システム トピックのイベント サブスクリプションを一覧表示します。

ListBySystemTopicNextAsync(ISystemTopicEventSubscriptionsOperations, String, CancellationToken)

システム トピックのイベント サブスクリプションを一覧表示します。

Update(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters)

システム トピックのイベント サブスクリプションを更新します。

UpdateAsync(ISystemTopicEventSubscriptionsOperations, String, String, String, EventSubscriptionUpdateParameters, CancellationToken)

システム トピックのイベント サブスクリプションを更新します。

適用対象