Share via


SiteConfigResource.ManagedPipelineMode Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to