Freigeben über


RelayNamespaceResource.UpdateAsync Methode

Definition

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}
  • Vorgangs-IdNamespaces_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Relay.RelayNamespaceResource>> UpdateAsync (Azure.ResourceManager.Relay.Models.RelayNamespacePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Relay.Models.RelayNamespacePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Relay.RelayNamespaceResource>>
override this.UpdateAsync : Azure.ResourceManager.Relay.Models.RelayNamespacePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Relay.RelayNamespaceResource>>
Public Overridable Function UpdateAsync (patch As RelayNamespacePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RelayNamespaceResource))

Parameter

patch
RelayNamespacePatch

Parameter zum Aktualisieren einer Namespaceressource.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: