Share via


WebsitesClient.SwapSlot Method

Definition

public void SwapSlot (string resourceGroupName, string webSiteName, string sourceSlotName, string destinationSlotName, bool? preserveVnet);
member this.SwapSlot : string * string * string * string * Nullable<bool> -> unit
Public Sub SwapSlot (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