StorageAccountUpdateParameters.IsSftpEnabled プロパティ

定義

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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象