Uses of Enum Class
com.microsoft.azure.management.appservice.BuiltInAuthenticationProvider
Packages that use BuiltInAuthenticationProvider
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of BuiltInAuthenticationProvider in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return BuiltInAuthenticationProviderModifier and TypeMethodDescriptionBuiltInAuthenticationProvider.fromString
(String value) Parses a serialized value to a BuiltInAuthenticationProvider instance.Returns the enum constant of this class with the specified name.static BuiltInAuthenticationProvider[]
BuiltInAuthenticationProvider.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 BuiltInAuthenticationProviderModifier and TypeMethodDescriptionWebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider.withDefaultAuthenticationProvider
(BuiltInAuthenticationProvider provider) Specifies the default authentication provider.WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider.withDefaultAuthenticationProvider
(BuiltInAuthenticationProvider provider) Specifies the default authentication provider.