Uses of Class
com.azure.resourcemanager.appservice.models.OpenAuthenticationProviderType
Packages that use OpenAuthenticationProviderType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of OpenAuthenticationProviderType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as OpenAuthenticationProviderTypeModifier and TypeFieldDescriptionstatic final OpenAuthenticationProviderTypeOpenAuthenticationProviderType.AADStatic value AAD for OpenAuthenticationProviderType.Methods in com.azure.resourcemanager.appservice.models that return OpenAuthenticationProviderTypeModifier and TypeMethodDescriptionOpenAuthenticationProviderType.fromString(String name) Creates or finds a OpenAuthenticationProviderType from its string representation.OpenAuthenticationAccessPolicy.type()Get the type property: Type of provider for OAuth.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type OpenAuthenticationProviderTypeModifier and TypeMethodDescriptionOpenAuthenticationProviderType.values()Gets known OpenAuthenticationProviderType values.Methods in com.azure.resourcemanager.appservice.models with parameters of type OpenAuthenticationProviderTypeModifier and TypeMethodDescriptionOpenAuthenticationAccessPolicy.withType(OpenAuthenticationProviderType type) Set the type property: Type of provider for OAuth.