Partager via


AppPlatformAppResource.Update Méthode

Définition

Opération de mise à jour d’une application qui quitte.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}
  • IdApps_Update d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformAppResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppPlatform.AppPlatformAppData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.AppPlatformAppData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.AppPlatformAppData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformAppResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As AppPlatformAppData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppPlatformAppResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

data
AppPlatformAppData

Paramètres de l’opération de mise à jour.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

data a la valeur null.

S’applique à