Uses of Enum
com.azure.resourcemanager.appservice.models.ManagedPipelineMode
Packages that use ManagedPipelineMode
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ManagedPipelineMode in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ManagedPipelineModeModifier and TypeMethodDescriptionSiteConfigInner.managedPipelineMode()Get the managedPipelineMode property: Managed pipeline mode.SiteConfigResourceInner.managedPipelineMode()Get the managedPipelineMode property: Managed pipeline mode.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ManagedPipelineModeModifier and TypeMethodDescriptionSiteConfigInner.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode) Set the managedPipelineMode property: Managed pipeline mode.SiteConfigResourceInner.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode) Set the managedPipelineMode property: Managed pipeline mode. -
Uses of ManagedPipelineMode in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ManagedPipelineModeModifier and TypeMethodDescriptionstatic ManagedPipelineModeManagedPipelineMode.fromString(String value) Parses a serialized value to a ManagedPipelineMode instance.WebAppBase.managedPipelineMode()Gets managed pipeline mode.static ManagedPipelineModeReturns 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.Methods in com.azure.resourcemanager.appservice.models with parameters of type ManagedPipelineModeModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithSiteConfigs.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode) Specifies the managed pipeline mode.WebAppBase.UpdateStages.WithSiteConfigs.withManagedPipelineMode(ManagedPipelineMode managedPipelineMode) Specifies the managed pipeline mode.