Summary
Set managedPipelineMode to Classic or Integrated in order to validate if the destination application pool matches.The value will not be set, it will only be compared.
- Namespace
- Cake
.MsDeploy .Providers .MsDeployProviders - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph TD
Base0["Enum"]-->Type
Base1["ValueType"]-->Base0
Base2["object"]-->Base1
Interface0["IComparable"]-.->Type
Interface1["IFormattable"]-.->Type
Interface2["IConvertible"]-.->Type
Type["AppPoolPipelineMode"]
class Type type-node
Syntax
public enum AppPoolPipelineMode
Fields
Name | Constant Value | Summary |
---|---|---|
Classic | 1 |
static
|
Integrated | 0 |
static
|