Table of Contents

Enum AzureWebAppManagedPipelineMode

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

Represents the managed pipeline mode of an Azure Web App.

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

Fields

Classic = 1

The managed pipeline mode is classic.

Integrated = 2

The managed pipeline mode is integrated.

Unknown = 0

The managed pipeline mode is unknown.