다음을 통해 공유


IWithSiteConfigs<FluentT>.WithFtpsState(FtpsState) 메서드

정의

웹앱이 특정 유형의 FTP(S)를 지원하는지 여부를 설정합니다.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithFtpsState (Microsoft.Azure.Management.AppService.Fluent.Models.FtpsState ftpsState);
abstract member WithFtpsState : Microsoft.Azure.Management.AppService.Fluent.Models.FtpsState -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithFtpsState (ftpsState As FtpsState) As IUpdate(Of FluentT)

매개 변수

ftpsState
FtpsState

FTP(S) 구성입니다.

반환

적용 대상