Uses of Class
com.azure.resourcemanager.appservice.models.BuiltInAuthenticationProvider
-
Packages that use BuiltInAuthenticationProvider Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of BuiltInAuthenticationProvider in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return BuiltInAuthenticationProvider Modifier and Type Method Description BuiltInAuthenticationProviderSiteAuthSettingsInner. defaultProvider()Get the defaultProvider property: The default authentication provider to use when multiple providers are configured.BuiltInAuthenticationProviderSiteAuthSettingsProperties. defaultProvider()Get the defaultProvider property: The default authentication provider to use when multiple providers are configured.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type BuiltInAuthenticationProvider Modifier and Type Method Description SiteAuthSettingsInnerSiteAuthSettingsInner. withDefaultProvider(BuiltInAuthenticationProvider defaultProvider)Set the defaultProvider property: The default authentication provider to use when multiple providers are configured.SiteAuthSettingsPropertiesSiteAuthSettingsProperties. withDefaultProvider(BuiltInAuthenticationProvider defaultProvider)Set the defaultProvider property: The default authentication provider to use when multiple providers are configured. -
Uses of BuiltInAuthenticationProvider in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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.azure.resourcemanager.appservice.models 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.
-