Table of Contents

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

AzureWebAppFtpAccess

FtpAccessString

Gets the FTP access state.

public string FtpAccessString { get; set; }

Property Value

string

FtpsEndpoint

Gets or sets the FTPS endpoint for the web app.

public string FtpsEndpoint { get; set; }

Property Value

string

Password

Gets or sets the FTP password.

public string Password { get; set; }

Property Value

string

Username

Gets or sets the publishing username.

public string Username { get; set; }

Property Value

string

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.