Class AzureWebAppFtpPublishingSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the FTP publishing settings for an Azure web app.
public class AzureWebAppFtpPublishingSettings : BypassSection
- Inheritance
-
AzureWebAppFtpPublishingSettings
- Inherited Members
Constructors
AzureWebAppFtpPublishingSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureWebAppFtpPublishingSettings class.
public AzureWebAppFtpPublishingSettings()
Properties
FtpAccess
Gets or sets the FTP access state.
public AzureWebAppFtpAccess FtpAccess { get; set; }
Property Value
FtpAccessString
Gets the FTP access state.
public string FtpAccessString { get; set; }
Property Value
FtpsEndpoint
Gets or sets the FTPS endpoint for the web app.
public string FtpsEndpoint { get; set; }
Property Value
Password
Gets or sets the FTP password.
public string Password { get; set; }
Property Value
Username
Gets or sets the publishing username.
public string Username { get; set; }
Property Value
Methods
ToString()
Returns the FTP publishing settings as a human readable string.
public override string ToString()
Returns
- string
The FTP publishing settings as a human readable string.