ISiteConfig.FtpsState Property

Definition

State of FTP / FTPS service

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "AllAllowed", "FtpsOnly", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="State of FTP / FTPS service", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ftpsState", Update=true)]
public string FtpsState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "AllAllowed", "FtpsOnly", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="State of FTP / FTPS service", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ftpsState", Update=true)>]
member this.FtpsState : string with get, set
Public Property FtpsState As String

Property Value

Attributes

Applies to