Freigeben über


NamespacesOperationsExtensions Klasse

Definition

Erweiterungsmethoden für NamespacesOperations.

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

Methoden

BeginCreateOrUpdateAsync(INamespacesOperations, String, String, NamespaceModelInner, CancellationToken)

Erstellt oder aktualisiert einen Dienstnamespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

BeginDeleteAsync(INamespacesOperations, String, String, CancellationToken)

Löscht einen vorhandenen Namespace. Durch diesen Vorgang werden auch alle zugeordneten Ressourcen unter dem Namespace entfernt. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

CheckNameAvailabilityMethodAsync(INamespacesOperations, String, CancellationToken)

Überprüfen Sie die Verfügbarkeit von Namespacenamen geben.

CreateOrUpdateAsync(INamespacesOperations, String, String, NamespaceModelInner, CancellationToken)

Erstellt oder aktualisiert einen Dienstnamespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

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

Erstellt oder aktualisiert eine Autorisierungsregel für einen Namespace. https://msdn.microsoft.com/en-us/library/azure/mt639410.aspx

DeleteAsync(INamespacesOperations, String, String, CancellationToken)

Löscht einen vorhandenen Namespace. Durch diesen Vorgang werden auch alle zugeordneten Ressourcen unter dem Namespace entfernt. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

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

GetAsync(INamespacesOperations, String, String, CancellationToken)

Ruft eine Beschreibung für den angegebenen Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

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

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

ListAsync(INamespacesOperations, CancellationToken)

Ruft alle verfügbaren Namespaces innerhalb des Abonnements ab, unabhängig von den Ressourcengruppen. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListAuthorizationRulesAsync(INamespacesOperations, String, String, CancellationToken)

Ruft die Autorisierungsregeln für einen Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx

ListAuthorizationRulesNextAsync(INamespacesOperations, String, CancellationToken)

Ruft die Autorisierungsregeln für einen Namespace ab. https://msdn.microsoft.com/en-us/library/azure/mt639376.aspx

ListByResourceGroupAsync(INamespacesOperations, String, CancellationToken)

Ruft die verfügbaren Namespaces innerhalb einer Ressourcengruppe ab. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListByResourceGroupNextAsync(INamespacesOperations, String, CancellationToken)

Ruft die verfügbaren Namespaces innerhalb einer Ressourcengruppe ab. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

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

ListNextAsync(INamespacesOperations, String, CancellationToken)

Ruft alle verfügbaren Namespaces innerhalb des Abonnements ab, unabhängig von den Ressourcengruppen. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

Generiert die primären oder sekundären Verbindungszeichenfolgen für den Namespace neu. https://msdn.microsoft.com/en-us/library/azure/mt718977.aspx

UpdateAsync(INamespacesOperations, String, String, NamespaceUpdateParametersInner, CancellationToken)

Updates einen Dienstnamespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent.

Gilt für: