次の方法で共有


SiteConfig.FtpsState プロパティ

定義

FTP/FTPS サービスの状態を取得または設定します。 使用可能な値は、'AllAllowed'、'FtpsOnly'、'Disabled' です。

[Newtonsoft.Json.JsonProperty(PropertyName="ftpsState")]
public Microsoft.Azure.Management.AppService.Fluent.Models.FtpsState FtpsState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ftpsState")>]
member this.FtpsState : Microsoft.Azure.Management.AppService.Fluent.Models.FtpsState with get, set
Public Property FtpsState As FtpsState

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象