你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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