共用方式為


IWithSiteConfigs<FluentT>.WithFtpsState(FtpsState) 方法

定義

設定 Web 應用程式是否支援特定類型的 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) 組態。

傳回

適用於