Partager via


AppServicePlansOperationsExtensions.BeginCreateOrUpdate Méthode

Définition

Crée ou met à jour un plan App Service.

public static Microsoft.Azure.Management.WebSites.Models.AppServicePlan BeginCreateOrUpdate (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServicePlan appServicePlan);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServicePlan -> Microsoft.Azure.Management.WebSites.Models.AppServicePlan
<Extension()>
Public Function BeginCreateOrUpdate (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, appServicePlan As AppServicePlan) As 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.

Retours

Remarques

Description de La création ou de la mise à jour d’un plan d’App Service.

S’applique à