Freigeben über


WebAppsOperationsExtensions.ApplySlotConfigToProduction Methode

Definition

Wendet die Konfigurationseinstellungen aus dem Zielslot auf den aktuellen Slot an.

public static void ApplySlotConfigToProduction (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity slotSwapEntity);
static member ApplySlotConfigToProduction : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.CsmSlotEntity -> unit
<Extension()>
Public Sub ApplySlotConfigToProduction (operations As IWebAppsOperations, resourceGroupName As String, name As String, slotSwapEntity As CsmSlotEntity)

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

slotSwapEntity
CsmSlotEntity

JSON-Objekt, das den Zielslotnamen enthält. Weitere Informationen sind im Beispiel enthalten.

Hinweise

Beschreibung für Wendet die Konfigurationseinstellungen vom Zielslot auf den aktuellen Slot an.

Gilt für: