Freigeben über


MonitorPrivateLinkScopeResource.Update Methode

Definition

Updates die Tags eines vorhandenen PrivateLinkScope-Elements. Verwenden Sie zum Aktualisieren anderer Felder die CreateOrUpdate-Methode.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}
  • Vorgangs-IdPrivateLinkScopes_UpdateTags
public virtual Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource> Update (Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkScopePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkScopePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>
override this.Update : Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkScopePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeResource>
Public Overridable Function Update (patch As MonitorPrivateLinkScopePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MonitorPrivateLinkScopeResource)

Parameter

patch
MonitorPrivateLinkScopePatch

Die Taginformationen wurden aktualisiert, um sie im PrivateLinkScope-instance festzulegen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: