Table of Contents

Enum AzureWebAppFtpAccess

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the FTP state of an Azure Web App.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureWebAppFtpAccess

Fields

Disabled = 2

FTP and FTPS access is disabled.

Enabled = 1

FTP and FTPS access is enabled.

FtpsOnly = 3

FTPS access is enabled.

Unknown = 0

The FTP state is unknown.