Uses of Class
com.microsoft.azure.management.appservice.ManagedPipelineMode
-
-
Uses of ManagedPipelineMode in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ManagedPipelineMode Modifier and Type Method Description static ManagedPipelineModeManagedPipelineMode. fromString(String value)Parses a serialized value to a ManagedPipelineMode instance.ManagedPipelineModeSiteConfig. managedPipelineMode()Get managed pipeline mode.ManagedPipelineModeWebAppBase. managedPipelineMode()static ManagedPipelineModeManagedPipelineMode. 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.Methods in com.microsoft.azure.management.appservice with parameters of type ManagedPipelineMode Modifier and Type Method Description SiteConfigSiteConfig. 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.
-