WebsitesClient.SwapSlotWithPreviewApplySlotConfig Method

Definition

public void SwapSlotWithPreviewApplySlotConfig (string resourceGroupName, string webSiteName, string sourceSlotName, string destinationSlotName, bool? preserveVnet);
member this.SwapSlotWithPreviewApplySlotConfig : string * string * string * string * Nullable<bool> -> unit
Public Sub SwapSlotWithPreviewApplySlotConfig (resourceGroupName As String, webSiteName As String, sourceSlotName As String, destinationSlotName As String, preserveVnet As Nullable(Of Boolean))

Parameters

resourceGroupName
String
webSiteName
String
sourceSlotName
String
destinationSlotName
String
preserveVnet
Nullable<Boolean>

Applies to