WebAppsOperationsExtensions.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.
Crée une application web, mobile ou API dans un groupe de ressources existant, ou met à jour une application existante.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner> UpdateAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SitePatchResource siteEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SitePatchResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>
<Extension()>
Public Function UpdateAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteEnvelope As SitePatchResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SiteInner)
Paramètres
- operations
- IWebAppsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient la ressource.
- name
- String
Nom unique de l’application à créer ou à mettre à jour. Pour créer ou mettre à jour un emplacement de déploiement, utilisez le paramètre {slot}.
- siteEnvelope
- SitePatchResource
Représentation JSON des propriétés de l’application. Consultez les exemples.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Description pour Crée une application web, mobile ou API dans un groupe de ressources existant, ou met à jour une application existante.
S’applique à
Azure SDK for .NET