Uses of Class
com.microsoft.azure.management.appservice.BuiltInAuthenticationProvider
-
-
Uses of BuiltInAuthenticationProvider in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return BuiltInAuthenticationProvider Modifier and Type Method Description static BuiltInAuthenticationProviderBuiltInAuthenticationProvider. fromString(String value)Parses a serialized value to a BuiltInAuthenticationProvider instance.static BuiltInAuthenticationProviderBuiltInAuthenticationProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static BuiltInAuthenticationProvider[]BuiltInAuthenticationProvider. 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 BuiltInAuthenticationProvider Modifier and Type Method Description WebAppAuthentication.DefinitionStages.WithAttach<ParentT>WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider. withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)Specifies the default authentication provider.WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider. withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)Specifies the default authentication provider.
-