| Modifier and Type | Method and Description |
|---|---|
static ManagedPipelineMode |
ManagedPipelineMode.fromString(String value)
Parses a serialized value to a ManagedPipelineMode instance.
|
ManagedPipelineMode |
WebAppBase.managedPipelineMode() |
ManagedPipelineMode |
SiteConfig.managedPipelineMode()
Get managed pipeline mode.
|
static ManagedPipelineMode |
ManagedPipelineMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedPipelineMode[] |
ManagedPipelineMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithSiteConfigs.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Specifies the managed pipeline mode.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithSiteConfigs.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Specifies the managed pipeline mode.
|
SiteConfig |
SiteConfig.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Set managed pipeline mode.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/