AppServicePlansOperationsExtensions.CreateOrUpdateAsync 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 ou met à jour un plan App Service.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServicePlan> CreateOrUpdateAsync (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServicePlan appServicePlan, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServicePlan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, appServicePlan As AppServicePlan, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServicePlan)
Paramètres
- operations
- IAppServicePlansOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient la ressource.
- name
- String
Nom du plan App Service.
- appServicePlan
- AppServicePlan
Détails du plan App Service.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Description de La création ou de la mise à jour d’un plan App Service.
S’applique à
Azure SDK for .NET