ITopicsOperations Interface

Definition

TopicsOperations operations.

public interface ITopicsOperations
type ITopicsOperations = interface
Public Interface ITopicsOperations

Methods

CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(String, String, String, String, IList<Nullable<AccessRights>>, Dictionary<String, List<String>>, CancellationToken)

Creates an authorizatio rule for the specified topic. https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx

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

Creates a topic in the specified namespace. https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

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

Deletes a topic authorization rule. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

Deletes a topic from the specified namespace and resource group. https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx

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

Returns the specified authorization rule. https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx

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

Returns a description for the specified topic. https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx

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

Gets authorization rules for a topic. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

Gets authorization rules for a topic. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

Gets all the topics in a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

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

Gets all the topics in a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

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

Gets the primary and secondary connection strings for the topic. https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx

RegenerateKeysWithHttpMessagesAsync(String, String, String, String, Nullable<Policykey>, Dictionary<String,List<String>>, CancellationToken)

Regenerates primary or secondary connection strings for the topic. https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx

Extension Methods

CreateOrUpdateAsync(ITopicsOperations, String, String, String, TopicInner, CancellationToken)

Creates a topic in the specified namespace. https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

CreateOrUpdateAuthorizationRuleAsync(ITopicsOperations, String, String, String, String, IList<Nullable<AccessRights>>, CancellationToken)

Creates an authorizatio rule for the specified topic. https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx

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

Deletes a topic from the specified namespace and resource group. https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx

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

Deletes a topic authorization rule. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

Returns a description for the specified topic. https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx

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

Returns the specified authorization rule. https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx

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

Gets authorization rules for a topic. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListAuthorizationRulesNextAsync(ITopicsOperations, String, CancellationToken)

Gets authorization rules for a topic. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListByNamespaceAsync(ITopicsOperations, String, String, CancellationToken)

Gets all the topics in a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

ListByNamespaceNextAsync(ITopicsOperations, String, CancellationToken)

Gets all the topics in a namespace. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

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

Gets the primary and secondary connection strings for the topic. https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx

RegenerateKeysAsync(ITopicsOperations, String, String, String, String, Nullable<Policykey>, CancellationToken)

Regenerates primary or secondary connection strings for the topic. https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx

Applies to