Interface WebAppAuthentication.Definition<ParentT>
- Type Parameters:
ParentT
- the return type of the finalAttachable.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>
,WebAppAuthentication.DefinitionStages.Blank<ParentT>
,WebAppAuthentication.DefinitionStages.WithAttach<ParentT>
,WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>
,WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider<ParentT>
,WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls<ParentT>
,WebAppAuthentication.DefinitionStages.WithTokenStore<ParentT>
- Enclosing interface:
- WebAppAuthentication
public static interface WebAppAuthentication.Definition<ParentT>
extends WebAppAuthentication.DefinitionStages.Blank<ParentT>, WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider<ParentT>, WebAppAuthentication.DefinitionStages.WithAttach<ParentT>
The entirety of a web app authentication definition.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppAuthentication.DefinitionStages.WithAuthenticationProvider
withActiveDirectory, withFacebook, withGoogle, withMicrosoft, withTwitter
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider
withAnonymousAuthentication, withDefaultAuthenticationProvider
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls
withAllowedExternalRedirectUrl
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppAuthentication.DefinitionStages.WithTokenStore
withTokenStore