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.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppAuthentication.DefinitionStages.WithAuthenticationProvider
withActiveDirectory, withFacebook, withGoogle, withMicrosoft, withTwitter
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider
withAnonymousAuthentication, withDefaultAuthenticationProvider
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls
withAllowedExternalRedirectUrl
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppAuthentication.DefinitionStages.WithTokenStore
withTokenStore
-
-