AppServicePlanCollection.CreateOrUpdate 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.
Description de La création ou de la mise à jour d’un plan d’App Service.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}
- IdAppServicePlans_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.AppServicePlanResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string name, Azure.ResourceManager.AppService.AppServicePlanData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.AppServicePlanData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.AppServicePlanData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, name As String, data As AppServicePlanData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppServicePlanResource)
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.
- name
- String
Nom du plan App Service.
- data
- AppServicePlanData
Détails du plan App Service.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
name
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
name
ou data
est null.
S’applique à
Azure SDK for .NET