Share via


IWithSiteConfigs<FluentT>.WithAutoSwapSlotName(String) Method

Definition

Specifies the slot name to auto-swap when a deployment is completed in this web app / deployment slot.

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)

Parameters

slotName
String

The name of the slot, or 'production', to auto-swap.

Returns

Applies to