Partager via


WebSiteSlotPremierAddOnCollection.CreateOrUpdateAsync Méthode

Définition

Description de Mises à jour un module complémentaire nommé d’une application.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons/{premierAddOnName}
  • IdWebApps_AddPremierAddOnSlot d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string premierAddOnName, Azure.ResourceManager.AppService.PremierAddOnData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.PremierAddOnData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.PremierAddOnData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, premierAddOnName As String, data As PremierAddOnData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of WebSiteSlotPremierAddOnResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée 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 de Long-Running Azure.Core.

premierAddOnName
String

Nom du module complémentaire.

data
PremierAddOnData

Représentation JSON du module complémentaire premier modifié.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

premierAddOnName est une chaîne vide et devait être non vide.

premierAddOnName ou data est null.

S’applique à