Freigeben über


WebAppsOperationsExtensions.UpdatePremierAddOnSlot Methode

Definition

Updates ein benanntes Add-On einer App.

public static Microsoft.Azure.Management.WebSites.Models.PremierAddOn UpdatePremierAddOnSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string premierAddOnName, Microsoft.Azure.Management.WebSites.Models.PremierAddOnPatchResource premierAddOn, string slot);
static member UpdatePremierAddOnSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.PremierAddOnPatchResource * string -> Microsoft.Azure.Management.WebSites.Models.PremierAddOn
<Extension()>
Public Function UpdatePremierAddOnSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, premierAddOnName As String, premierAddOn As PremierAddOnPatchResource, slot As String) As PremierAddOn

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.

Gibt zurück

Hinweise

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

Gilt für: