Freigeben über


NamespacesOperationsExtensions.Update Methode

Definition

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

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

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

parameters
SBNamespaceUpdateParameters

Parameter, die zum Aktualisieren einer Namespaceressource bereitgestellt werden.

Gibt zurück

Gilt für: