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.
|