SiteConfig.ManagedPipelineMode Property

Definition

Gets or sets managed pipeline mode. Possible values include: 'Integrated', 'Classic'

[Newtonsoft.Json.JsonProperty(PropertyName="managedPipelineMode")]
public Microsoft.Azure.Management.AppService.Fluent.Models.ManagedPipelineMode? ManagedPipelineMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="managedPipelineMode")>]
member this.ManagedPipelineMode : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ManagedPipelineMode> with get, set
Public Property ManagedPipelineMode As Nullable(Of ManagedPipelineMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to