次の方法で共有


IWithSiteConfigs<FluentT>.WithFtpsState(FtpsState) メソッド

定義

Web アプリが特定の種類の FTP をサポートするかどうかを設定します。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<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.Definition.IWithCreate<'FluentT>
Public Function WithFtpsState (ftpsState As FtpsState) As IWithCreate(Of FluentT)

パラメーター

ftpsState
FtpsState

FTP(S) 構成。

戻り値

適用対象