Freigeben über


ArmApplicationResource.Update(ArmApplicationPatch, CancellationToken) Methode

Definition

Updates einer vorhandenen verwalteten Anwendung. Der einzige Wert, der über PATCH aktualisiert werden kann, sind derzeit die Tags.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}
  • Vorgangs-IdApplications_Update
public virtual Azure.Response<Azure.ResourceManager.Resources.ArmApplicationResource> Update (Azure.ResourceManager.Resources.Models.ArmApplicationPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Resources.Models.ArmApplicationPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.ArmApplicationResource>
override this.Update : Azure.ResourceManager.Resources.Models.ArmApplicationPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.ArmApplicationResource>
Public Overridable Function Update (patch As ArmApplicationPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ArmApplicationResource)

Parameter

patch
ArmApplicationPatch

Parameter, die zum Aktualisieren einer vorhandenen verwalteten Anwendung bereitgestellt werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: