AppsOperationsExtensions.UpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opération de mise à jour d’une application sortante.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.AppResource> UpdateAsync (this Microsoft.Azure.Management.AppPlatform.IAppsOperations operations, string resourceGroupName, string serviceName, string appName, Microsoft.Azure.Management.AppPlatform.Models.AppResource appResource, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.AppPlatform.IAppsOperations * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.AppResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.AppResource>
<Extension()>
Public Function UpdateAsync (operations As IAppsOperations, resourceGroupName As String, serviceName As String, appName As String, appResource As AppResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppResource)
Paramètres
- operations
- IAppsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serviceName
- String
Nom de la ressource de service.
- appName
- String
Nom de la ressource d’application.
- appResource
- AppResource
Paramètres de l’opération de mise à jour
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET