Freigeben über


INamespacesOperations Schnittstelle

Definition

NamespacesOperations-Vorgänge.

public interface INamespacesOperations
type INamespacesOperations = interface
Public Interface INamespacesOperations

Methoden

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

Löscht einen vorhandenen Namespace. Dieser Vorgang entfernt auch alle zugeordneten notificationHubs unter dem Namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

CheckAvailabilityWithHttpMessagesAsync(CheckAvailabilityParameters, Dictionary<String,List<String>>, CancellationToken)

Überprüft die Verfügbarkeit des angegebenen Dienstnamespaces in allen Azure-Abonnements. Dies ist nützlich, da der Domänenname basierend auf dem Dienstnamespacenamen erstellt wird.

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

Erstellt eine Autorisierungsregel für einen Namespace.

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

Erstellt/Updates einen Dienstnamespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent. http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx

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

Löscht eine Namespaceautorisierungsregel.

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

Löscht einen vorhandenen Namespace. Dieser Vorgang entfernt auch alle zugeordneten notificationHubs unter dem Namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

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

Ruft eine Autorisierungsregel für einen Namespace anhand des Namens ab.

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

Gibt die Beschreibung für den angegebenen Namespace zurück.

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

Listet alle verfügbaren Namespaces im Abonnement auf, unabhängig von den resourceGroups.

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

Listet alle verfügbaren Namespaces im Abonnement auf, unabhängig von den resourceGroups.

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

Ruft die Autorisierungsregeln für einen Namespace ab.

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

Ruft die Autorisierungsregeln für einen Namespace ab.

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

Ruft die primäre und sekundäre ConnectionStrings in den Namespace ab.

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

Listet die verfügbaren Namespaces in einer resourceGroup auf.

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

Listet die verfügbaren Namespaces in einer resourceGroup auf.

PatchWithHttpMessagesAsync(String, String, NamespacePatchParameters, Dictionary<String,List<String>>, CancellationToken)

Patches für den vorhandenen Namespace

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

Generiert die primären/sekundären Schlüssel für die Namespaceautorisierungsregel neu.

Erweiterungsmethoden

BeginDelete(INamespacesOperations, String, String)

Löscht einen vorhandenen Namespace. Dieser Vorgang entfernt auch alle zugeordneten notificationHubs unter dem Namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

BeginDeleteAsync(INamespacesOperations, String, String, CancellationToken)

Löscht einen vorhandenen Namespace. Dieser Vorgang entfernt auch alle zugeordneten notificationHubs unter dem Namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

CheckAvailability(INamespacesOperations, CheckAvailabilityParameters)

Überprüft die Verfügbarkeit des angegebenen Dienstnamespaces in allen Azure-Abonnements. Dies ist nützlich, da der Domänenname basierend auf dem Dienstnamespacenamen erstellt wird.

CheckAvailabilityAsync(INamespacesOperations, CheckAvailabilityParameters, CancellationToken)

Überprüft die Verfügbarkeit des angegebenen Dienstnamespaces in allen Azure-Abonnements. Dies ist nützlich, da der Domänenname basierend auf dem Dienstnamespacenamen erstellt wird.

CreateOrUpdate(INamespacesOperations, String, String, NamespaceCreateOrUpdateParameters)

Erstellt/Updates einen Dienstnamespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent. http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx

CreateOrUpdateAsync(INamespacesOperations, String, String, NamespaceCreateOrUpdateParameters, CancellationToken)

Erstellt/Updates einen Dienstnamespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent. http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx

CreateOrUpdateAuthorizationRule(INamespacesOperations, String, String, String, SharedAccessAuthorizationRuleCreateOrUpdateParameters)

Erstellt eine Autorisierungsregel für einen Namespace.

CreateOrUpdateAuthorizationRuleAsync(INamespacesOperations, String, String, String, SharedAccessAuthorizationRuleCreateOrUpdateParameters, CancellationToken)

Erstellt eine Autorisierungsregel für einen Namespace.

Delete(INamespacesOperations, String, String)

Löscht einen vorhandenen Namespace. Dieser Vorgang entfernt auch alle zugeordneten notificationHubs unter dem Namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

DeleteAsync(INamespacesOperations, String, String, CancellationToken)

Löscht einen vorhandenen Namespace. Dieser Vorgang entfernt auch alle zugeordneten notificationHubs unter dem Namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

DeleteAuthorizationRule(INamespacesOperations, String, String, String)

Löscht eine Namespaceautorisierungsregel.

DeleteAuthorizationRuleAsync(INamespacesOperations, String, String, String, CancellationToken)

Löscht eine Namespaceautorisierungsregel.

Get(INamespacesOperations, String, String)

Gibt die Beschreibung für den angegebenen Namespace zurück.

GetAsync(INamespacesOperations, String, String, CancellationToken)

Gibt die Beschreibung für den angegebenen Namespace zurück.

GetAuthorizationRule(INamespacesOperations, String, String, String)

Ruft eine Autorisierungsregel für einen Namespace anhand des Namens ab.

GetAuthorizationRuleAsync(INamespacesOperations, String, String, String, CancellationToken)

Ruft eine Autorisierungsregel für einen Namespace anhand des Namens ab.

List(INamespacesOperations, String)

Listet die verfügbaren Namespaces in einer resourceGroup auf.

ListAll(INamespacesOperations)

Listet alle verfügbaren Namespaces im Abonnement auf, unabhängig von den resourceGroups.

ListAllAsync(INamespacesOperations, CancellationToken)

Listet alle verfügbaren Namespaces im Abonnement auf, unabhängig von den resourceGroups.

ListAllNext(INamespacesOperations, String)

Listet alle verfügbaren Namespaces im Abonnement auf, unabhängig von den resourceGroups.

ListAllNextAsync(INamespacesOperations, String, CancellationToken)

Listet alle verfügbaren Namespaces im Abonnement auf, unabhängig von den resourceGroups.

ListAsync(INamespacesOperations, String, CancellationToken)

Listet die verfügbaren Namespaces in einer resourceGroup auf.

ListAuthorizationRules(INamespacesOperations, String, String)

Ruft die Autorisierungsregeln für einen Namespace ab.

ListAuthorizationRulesAsync(INamespacesOperations, String, String, CancellationToken)

Ruft die Autorisierungsregeln für einen Namespace ab.

ListAuthorizationRulesNext(INamespacesOperations, String)

Ruft die Autorisierungsregeln für einen Namespace ab.

ListAuthorizationRulesNextAsync(INamespacesOperations, String, CancellationToken)

Ruft die Autorisierungsregeln für einen Namespace ab.

ListKeys(INamespacesOperations, String, String, String)

Ruft die primäre und sekundäre ConnectionStrings in den Namespace ab.

ListKeysAsync(INamespacesOperations, String, String, String, CancellationToken)

Ruft die primäre und sekundäre ConnectionStrings in den Namespace ab.

ListNext(INamespacesOperations, String)

Listet die verfügbaren Namespaces in einer resourceGroup auf.

ListNextAsync(INamespacesOperations, String, CancellationToken)

Listet die verfügbaren Namespaces in einer resourceGroup auf.

Patch(INamespacesOperations, String, String, NamespacePatchParameters)

Patches für den vorhandenen Namespace

PatchAsync(INamespacesOperations, String, String, NamespacePatchParameters, CancellationToken)

Patches für den vorhandenen Namespace

RegenerateKeys(INamespacesOperations, String, String, String, PolicykeyResource)

Generiert die primären/sekundären Schlüssel für die Namespaceautorisierungsregel neu.

RegenerateKeysAsync(INamespacesOperations, String, String, String, PolicykeyResource, CancellationToken)

Generiert die primären/sekundären Schlüssel für die Namespaceautorisierungsregel neu.

Gilt für: