Share via


IWithSiteConfigs<FluentT>.WithAutoSwapSlotName(String) Methode

Definition

Gibt den Slotnamen an, der automatisch ausgetauscht werden soll, wenn eine Bereitstellung in diesem Web-App-/Bereitstellungsslot abgeschlossen ist.

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

Parameter

slotName
String

Der Name des Slots oder "Produktion", der automatisch ausgetauscht werden soll.

Gibt zurück

Gilt für: