Freigeben über


ITopicsOperations Schnittstelle

Definition

ThemenOperationsvorgänge.

public interface ITopicsOperations
type ITopicsOperations = interface
Public Interface ITopicsOperations

Methoden

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

Erstellt eine Authorizatio-Regel für das angegebene Thema. https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx

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

Erstellt ein Thema im angegebenen Namespace. https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

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

Löscht eine Themaautorisierungsregel. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

Löscht ein Thema aus dem angegebenen Namespace und der angegebenen Ressourcengruppe. https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx

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

Gibt die angegebene Autorisierungsregel zurück. https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx

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

Gibt eine Beschreibung für das angegebene Thema zurück. https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx

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

Ruft Autorisierungsregeln für ein Thema ab. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

Ruft Autorisierungsregeln für ein Thema ab. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

Ruft alle Themen in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

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

Ruft alle Themen in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

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

Ruft die primäre und sekundäre Verbindungszeichenfolge für das Thema ab. https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx

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

Generiert primäre oder sekundäre Verbindungszeichenfolgen für das Thema. https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx

Erweiterungsmethoden

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

Erstellt ein Thema im angegebenen Namespace. https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

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

Erstellt eine Authorizatio-Regel für das angegebene Thema. https://msdn.microsoft.com/en-us/library/azure/mt720678.aspx

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

Löscht ein Thema aus dem angegebenen Namespace und der angegebenen Ressourcengruppe. https://msdn.microsoft.com/en-us/library/azure/mt639404.aspx

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

Löscht eine Themaautorisierungsregel. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

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

Gibt eine Beschreibung für das angegebene Thema zurück. https://msdn.microsoft.com/en-us/library/azure/mt639399.aspx

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

Gibt die angegebene Autorisierungsregel zurück. https://msdn.microsoft.com/en-us/library/azure/mt720676.aspx

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

Ruft Autorisierungsregeln für ein Thema ab. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListAuthorizationRulesNextAsync(ITopicsOperations, String, CancellationToken)

Ruft Autorisierungsregeln für ein Thema ab. https://msdn.microsoft.com/en-us/library/azure/mt720681.aspx

ListByNamespaceAsync(ITopicsOperations, String, String, CancellationToken)

Ruft alle Themen in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

ListByNamespaceNextAsync(ITopicsOperations, String, CancellationToken)

Ruft alle Themen in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

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

Ruft die primäre und sekundäre Verbindungszeichenfolge für das Thema ab. https://msdn.microsoft.com/en-us/library/azure/mt720677.aspx

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

Generiert primäre oder sekundäre Verbindungszeichenfolgen für das Thema. https://msdn.microsoft.com/en-us/library/azure/mt720679.aspx

Gilt für: