Freigeben über


NamespacesOperationsExtensions.Update Methode

Definition

Erstellt oder aktualisiert einen Namespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent.

public static Microsoft.Azure.Management.EventHub.Models.EHNamespace Update (this Microsoft.Azure.Management.EventHub.INamespacesOperations operations, string resourceGroupName, string namespaceName, Microsoft.Azure.Management.EventHub.Models.EHNamespace parameters);
static member Update : Microsoft.Azure.Management.EventHub.INamespacesOperations * string * string * Microsoft.Azure.Management.EventHub.Models.EHNamespace -> Microsoft.Azure.Management.EventHub.Models.EHNamespace
<Extension()>
Public Function Update (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, parameters As EHNamespace) As EHNamespace

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

parameters
EHNamespace

Parameter zum Aktualisieren einer Namespaceressource.

Gibt zurück

Gilt für: