다음을 통해 공유


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

적용 대상