Freigeben über


WebAppsOperationsExtensions.UpdatePremierAddOnSlotAsync Methode

Definition

Aktualisierungen ein benanntes Add-On einer App.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnInner> UpdatePremierAddOnSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string premierAddOnName, Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnPatchResource premierAddOn, string slot, System.Threading.CancellationToken cancellationToken = default);
static member UpdatePremierAddOnSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnPatchResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnInner>
<Extension()>
Public Function UpdatePremierAddOnSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, premierAddOnName As String, premierAddOn As PremierAddOnPatchResource, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PremierAddOnInner)

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

premierAddOnName
String

Add-On-Name.

premierAddOn
PremierAddOnPatchResource

Eine JSON-Darstellung des bearbeiteten Premier-Add-Ons.

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, aktualisiert die API das benannte Add-On für den Produktionsslot.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Aktualisierungen eines benannten Add-Ons einer App.

Gilt für: