Freigeben über


ArmApplicationResource.UpdateAsync Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}
  • Vorgang IdApplications_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ArmApplicationResource>> UpdateAsync (Azure.ResourceManager.Resources.Models.ArmApplicationPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Resources.Models.ArmApplicationPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ArmApplicationResource>>
override this.UpdateAsync : Azure.ResourceManager.Resources.Models.ArmApplicationPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ArmApplicationResource>>
Public Overridable Function UpdateAsync (patch As ArmApplicationPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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: