次の方法で共有


ITopicsOperations インターフェイス

定義

TopicsOperations 操作。

public interface ITopicsOperations
type ITopicsOperations = interface
Public Interface ITopicsOperations

メソッド

CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(String, String, String, String, SBAuthorizationRule, Dictionary<String,List<String>>, CancellationToken)

指定したトピックの承認規則を作成します。 https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx

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

指定した名前空間にトピックを作成します。 https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

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

トピック承認規則を削除します。 https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

指定した名前空間とリソース グループからトピックを削除します。 https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx

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

指定した承認規則を返します。 https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx

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

指定したトピックの説明を返します。 https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx

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

トピックの承認規則を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

トピックの承認規則を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

名前空間内のすべてのトピックを取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

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

名前空間内のすべてのトピックを取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

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

トピックのプライマリ接続文字列とセカンダリ接続文字列を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx

RegenerateKeysWithHttpMessagesAsync(String, String, String, String, RegenerateAccessKeyParameters, Dictionary<String,List<String>>, CancellationToken)

トピックのプライマリ接続文字列またはセカンダリ接続文字列を再生成します。 https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx

拡張メソッド

CreateOrUpdate(ITopicsOperations, String, String, String, SBTopic)

指定した名前空間にトピックを作成します。 https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

CreateOrUpdateAsync(ITopicsOperations, String, String, String, SBTopic, CancellationToken)

指定した名前空間にトピックを作成します。 https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

CreateOrUpdateAuthorizationRule(ITopicsOperations, String, String, String, String, SBAuthorizationRule)

指定したトピックの承認規則を作成します。 https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx

CreateOrUpdateAuthorizationRuleAsync(ITopicsOperations, String, String, String, String, SBAuthorizationRule, CancellationToken)

指定したトピックの承認規則を作成します。 https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx

Delete(ITopicsOperations, String, String, String)

指定した名前空間とリソース グループからトピックを削除します。 https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx

DeleteAsync(ITopicsOperations, String, String, String, CancellationToken)

指定した名前空間とリソース グループからトピックを削除します。 https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx

DeleteAuthorizationRule(ITopicsOperations, String, String, String, String)

トピック承認規則を削除します。 https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

DeleteAuthorizationRuleAsync(ITopicsOperations, String, String, String, String, CancellationToken)

トピック承認規則を削除します。 https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

Get(ITopicsOperations, String, String, String)

指定したトピックの説明を返します。 https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx

GetAsync(ITopicsOperations, String, String, String, CancellationToken)

指定したトピックの説明を返します。 https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx

GetAuthorizationRule(ITopicsOperations, String, String, String, String)

指定した承認規則を返します。 https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx

GetAuthorizationRuleAsync(ITopicsOperations, String, String, String, String, CancellationToken)

指定した承認規則を返します。 https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx

ListAuthorizationRules(ITopicsOperations, String, String, String)

トピックの承認規則を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListAuthorizationRulesAsync(ITopicsOperations, String, String, String, CancellationToken)

トピックの承認規則を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListAuthorizationRulesNext(ITopicsOperations, String)

トピックの承認規則を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListAuthorizationRulesNextAsync(ITopicsOperations, String, CancellationToken)

トピックの承認規則を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListByNamespace(ITopicsOperations, String, String, Nullable<Int32>, Nullable<Int32>)

名前空間内のすべてのトピックを取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

ListByNamespaceAsync(ITopicsOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

名前空間内のすべてのトピックを取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

ListByNamespaceNext(ITopicsOperations, String)

名前空間内のすべてのトピックを取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

ListByNamespaceNextAsync(ITopicsOperations, String, CancellationToken)

名前空間内のすべてのトピックを取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

ListKeys(ITopicsOperations, String, String, String, String)

トピックのプライマリ接続文字列とセカンダリ接続文字列を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx

ListKeysAsync(ITopicsOperations, String, String, String, String, CancellationToken)

トピックのプライマリ接続文字列とセカンダリ接続文字列を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx

RegenerateKeys(ITopicsOperations, String, String, String, String, RegenerateAccessKeyParameters)

トピックのプライマリ接続文字列またはセカンダリ接続文字列を再生成します。 https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx

RegenerateKeysAsync(ITopicsOperations, String, String, String, String, RegenerateAccessKeyParameters, CancellationToken)

トピックのプライマリ接続文字列またはセカンダリ接続文字列を再生成します。 https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx

適用対象