Freigeben über


NamespacesOperationsExtensions.UpdateAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Fluent.Models.NamespaceModelInner> UpdateAsync (this Microsoft.Azure.Management.ServiceBus.Fluent.INamespacesOperations operations, string resourceGroupName, string namespaceName, Microsoft.Azure.Management.ServiceBus.Fluent.Models.NamespaceUpdateParametersInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ServiceBus.Fluent.INamespacesOperations * string * string * Microsoft.Azure.Management.ServiceBus.Fluent.Models.NamespaceUpdateParametersInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Fluent.Models.NamespaceModelInner>
<Extension()>
Public Function UpdateAsync (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, parameters As NamespaceUpdateParametersInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NamespaceModelInner)

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

parameters
NamespaceUpdateParametersInner

Parameter, die zum Aktualisieren einer Namespaceressource bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: