NewAzWebAppConfiguration_CreateExpanded.FtpsState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="State of FTP / FTPS service", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState) }, ReadOnly=false, Required=false, SerializedName="ftpsState")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState))]
[System.Management.Automation.Parameter(HelpMessage="State of FTP / FTPS service", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState FtpsState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Category(new Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Functions.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="State of FTP / FTPS service", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState) }, ReadOnly=false, Required=false, SerializedName="ftpsState")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState))>]
[<System.Management.Automation.Parameter(HelpMessage="State of FTP / FTPS service", Mandatory=false)>]
member this.FtpsState : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FtpsState with get, set
Public Property FtpsState As FtpsState
Property Value
- Attributes