Uses of Enum Class
com.microsoft.azure.management.appservice.ManagedPipelineMode
Packages that use ManagedPipelineMode
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ManagedPipelineMode in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ManagedPipelineModeModifier and TypeMethodDescriptionstatic ManagedPipelineMode
ManagedPipelineMode.fromString
(String value) Parses a serialized value to a ManagedPipelineMode instance.SiteConfig.managedPipelineMode()
Get managed pipeline mode.WebAppBase.managedPipelineMode()
static ManagedPipelineMode
Returns the enum constant of this class with the specified name.static ManagedPipelineMode[]
ManagedPipelineMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type ManagedPipelineModeModifier and TypeMethodDescriptionSiteConfig.withManagedPipelineMode
(ManagedPipelineMode managedPipelineMode) Set managed pipeline mode.WebAppBase.DefinitionStages.WithSiteConfigs.withManagedPipelineMode
(ManagedPipelineMode managedPipelineMode) Specifies the managed pipeline mode.WebAppBase.UpdateStages.WithSiteConfigs.withManagedPipelineMode
(ManagedPipelineMode managedPipelineMode) Specifies the managed pipeline mode.