Sdílet prostřednictvím


StorageAccount.IsSftpEnabled Property

Definition

Gets or sets enables Secure File Transfer Protocol, if set to true

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isSftpEnabled")]
public bool? IsSftpEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isSftpEnabled")>]
member this.IsSftpEnabled : Nullable<bool> with get, set
Public Property IsSftpEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to