共用方式為


IWithSiteConfigs<FluentT>.WithAutoSwapSlotName(String) 方法

定義

指定此 Web 應用程式/部署位置中完成部署時,要自動交換的位置名稱。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithAutoSwapSlotName (string slotName);
abstract member WithAutoSwapSlotName : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithAutoSwapSlotName (slotName As String) As IUpdate(Of FluentT)

參數

slotName
String

要自動交換的位置名稱或 'production'。

傳回

適用於