次の方法で共有


ISubscriptionsOperations インターフェイス

定義

SubscriptionsOperations 操作。

public interface ISubscriptionsOperations
type ISubscriptionsOperations = interface
Public Interface ISubscriptionsOperations

メソッド

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

トピック サブスクリプションを作成します。 https://msdn.microsoft.com/en-us/library/azure/mt639385.aspx

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

指定したトピックからサブスクリプションを削除します。 https://msdn.microsoft.com/en-us/library/azure/mt639381.aspx

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

指定したトピックのサブスクリプションの説明を返します。 https://msdn.microsoft.com/en-us/library/azure/mt639402.aspx

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

指定したトピックのすべてのサブスクリプションを一覧表示します。 https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx

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

指定したトピックのすべてのサブスクリプションを一覧表示します。 https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx

拡張メソッド

CreateOrUpdate(ISubscriptionsOperations, String, String, String, String, SBSubscription)

トピック サブスクリプションを作成します。 https://msdn.microsoft.com/en-us/library/azure/mt639385.aspx

CreateOrUpdateAsync(ISubscriptionsOperations, String, String, String, String, SBSubscription, CancellationToken)

トピック サブスクリプションを作成します。 https://msdn.microsoft.com/en-us/library/azure/mt639385.aspx

Delete(ISubscriptionsOperations, String, String, String, String)

指定したトピックからサブスクリプションを削除します。 https://msdn.microsoft.com/en-us/library/azure/mt639381.aspx

DeleteAsync(ISubscriptionsOperations, String, String, String, String, CancellationToken)

指定したトピックからサブスクリプションを削除します。 https://msdn.microsoft.com/en-us/library/azure/mt639381.aspx

Get(ISubscriptionsOperations, String, String, String, String)

指定したトピックのサブスクリプションの説明を返します。 https://msdn.microsoft.com/en-us/library/azure/mt639402.aspx

GetAsync(ISubscriptionsOperations, String, String, String, String, CancellationToken)

指定したトピックのサブスクリプションの説明を返します。 https://msdn.microsoft.com/en-us/library/azure/mt639402.aspx

ListByTopic(ISubscriptionsOperations, String, String, String, Nullable<Int32>, Nullable<Int32>)

指定したトピックのすべてのサブスクリプションを一覧表示します。 https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx

ListByTopicAsync(ISubscriptionsOperations, String, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

指定したトピックのすべてのサブスクリプションを一覧表示します。 https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx

ListByTopicNext(ISubscriptionsOperations, String)

指定したトピックのすべてのサブスクリプションを一覧表示します。 https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx

ListByTopicNextAsync(ISubscriptionsOperations, String, CancellationToken)

指定したトピックのすべてのサブスクリプションを一覧表示します。 https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx

適用対象