다음을 통해 공유


IWithSiteConfigs<FluentT>.WithAutoSwapSlotName(String) 메서드

정의

이 웹앱/배포 슬롯에서 배포가 완료될 때 자동 교환할 슬롯 이름을 지정합니다.

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

자동 교환할 슬롯의 이름 또는 '프로덕션'입니다.

반환

적용 대상