| Package | Description | 
|---|---|
| com.microsoft.azure.management.appservice | 
 This package contains the classes for WebSiteManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ManagedPipelineMode | 
ManagedPipelineMode.fromString(String value)
Parses a serialized value to a ManagedPipelineMode instance. 
 | 
ManagedPipelineMode | 
SiteConfig.managedPipelineMode()
Get managed pipeline mode. 
 | 
ManagedPipelineMode | 
WebAppBase.managedPipelineMode()  | 
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 | 
|---|---|
SiteConfig | 
SiteConfig.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode)
Set managed pipeline mode. 
 | 
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. 
 | 
Copyright © 2019. All rights reserved.