Freigeben über


IQueuesOperations Schnittstelle

Definition

QueuesOperations-Vorgänge.

public interface IQueuesOperations
type IQueuesOperations = interface
Public Interface IQueuesOperations

Methoden

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

Erstellt eine Autorisierungsregel für eine Warteschlange.

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

Erstellt oder aktualisiert eine Service Bus-Warteschlange. Dieser Vorgang ist idempotent. https://msdn.microsoft.com/en-us/library/azure/mt639395.aspx

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

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

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

Löscht eine Warteschlange aus dem angegebenen Namespace in einer Ressourcengruppe. https://msdn.microsoft.com/en-us/library/azure/mt639411.aspx

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

Ruft eine Autorisierungsregel für eine Warteschlange nach Regelname ab. https://msdn.microsoft.com/en-us/library/azure/mt705611.aspx

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

Gibt eine Beschreibung für die angegebene Warteschlange zurück. https://msdn.microsoft.com/en-us/library/azure/mt639380.aspx

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

Ruft alle Autorisierungsregeln für eine Warteschlange ab. https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

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

Ruft alle Autorisierungsregeln für eine Warteschlange ab. https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

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

Ruft die Warteschlangen in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

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

Ruft die Warteschlangen in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

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

Primäre und sekundäre Verbindungszeichenfolgen für die Warteschlange. https://msdn.microsoft.com/en-us/library/azure/mt705608.aspx

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

Generiert die primären oder sekundären Verbindungszeichenfolgen in die Warteschlange neu. https://msdn.microsoft.com/en-us/library/azure/mt705606.aspx

Erweiterungsmethoden

CreateOrUpdateAsync(IQueuesOperations, String, String, String, QueueInner, CancellationToken)

Erstellt oder aktualisiert eine Service Bus-Warteschlange. Dieser Vorgang ist idempotent. https://msdn.microsoft.com/en-us/library/azure/mt639395.aspx

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

Erstellt eine Autorisierungsregel für eine Warteschlange.

DeleteAsync(IQueuesOperations, String, String, String, CancellationToken)

Löscht eine Warteschlange aus dem angegebenen Namespace in einer Ressourcengruppe. https://msdn.microsoft.com/en-us/library/azure/mt639411.aspx

DeleteAuthorizationRuleAsync(IQueuesOperations, String, String, String, String, CancellationToken)

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

GetAsync(IQueuesOperations, String, String, String, CancellationToken)

Gibt eine Beschreibung für die angegebene Warteschlange zurück. https://msdn.microsoft.com/en-us/library/azure/mt639380.aspx

GetAuthorizationRuleAsync(IQueuesOperations, String, String, String, String, CancellationToken)

Ruft eine Autorisierungsregel für eine Warteschlange nach Regelname ab. https://msdn.microsoft.com/en-us/library/azure/mt705611.aspx

ListAuthorizationRulesAsync(IQueuesOperations, String, String, String, CancellationToken)

Ruft alle Autorisierungsregeln für eine Warteschlange ab. https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

ListAuthorizationRulesNextAsync(IQueuesOperations, String, CancellationToken)

Ruft alle Autorisierungsregeln für eine Warteschlange ab. https://msdn.microsoft.com/en-us/library/azure/mt705607.aspx

ListByNamespaceAsync(IQueuesOperations, String, String, CancellationToken)

Ruft die Warteschlangen in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

ListByNamespaceNextAsync(IQueuesOperations, String, CancellationToken)

Ruft die Warteschlangen in einem Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639415.aspx

ListKeysAsync(IQueuesOperations, String, String, String, String, CancellationToken)

Primäre und sekundäre Verbindungszeichenfolgen für die Warteschlange. https://msdn.microsoft.com/en-us/library/azure/mt705608.aspx

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

Generiert die primären oder sekundären Verbindungszeichenfolgen in die Warteschlange neu. https://msdn.microsoft.com/en-us/library/azure/mt705606.aspx

Gilt für: