Freigeben über


NamespacesOperationsExtensions Klasse

Definition

Erweiterungsmethoden für NamespacesOperations.

public static class NamespacesOperationsExtensions
type NamespacesOperationsExtensions = class
Public Module NamespacesOperationsExtensions
Vererbung
NamespacesOperationsExtensions

Methoden

BeginDelete(INamespacesOperations, String, String)

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

BeginDeleteAsync(INamespacesOperations, String, String, CancellationToken)

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

CheckAvailability(INamespacesOperations, CheckAvailabilityParameters)

Überprüft die Verfügbarkeit des angegebenen Dienstnamespaces für alle 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 für alle 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. Mit diesem Vorgang werden auch alle zugeordneten notificationHubs unter dem Namespace entfernt. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

DeleteAsync(INamespacesOperations, String, String, CancellationToken)

Löscht einen vorhandenen Namespace. Mit diesem Vorgang werden auch alle zugeordneten notificationHubs unter dem Namespace entfernt. 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 nach Name ab.

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

Ruft eine Autorisierungsregel für einen Namespace nach Name ab.

List(INamespacesOperations, String)

Listet die verfügbaren Namespaces in einer resourceGroup auf.

ListAll(INamespacesOperations)

Listet alle verfügbaren Namespaces innerhalb des Abonnements auf, unabhängig von den resourceGroups.

ListAllAsync(INamespacesOperations, CancellationToken)

Listet alle verfügbaren Namespaces innerhalb des Abonnements auf, unabhängig von den resourceGroups.

ListAllNext(INamespacesOperations, String)

Listet alle verfügbaren Namespaces innerhalb des Abonnements auf, unabhängig von den resourceGroups.

ListAllNextAsync(INamespacesOperations, String, CancellationToken)

Listet alle verfügbaren Namespaces innerhalb des Abonnements 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 zum Namespace ab.

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

Ruft die primäre und sekundäre ConnectionStrings zum 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)

Regeneriert die primären/sekundären Schlüssel zur Namespaceautorisierungsregel

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

Regeneriert die primären/sekundären Schlüssel zur Namespaceautorisierungsregel

Gilt für: