Interface WebAppAuthentication.DefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT- the return type ofAttachable.InDefinition.attach()
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition<ParentT>, WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>, WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls<ParentT>, WebAppAuthentication.DefinitionStages.WithTokenStore<ParentT>
- All Known Subinterfaces:
WebAppAuthentication.Definition<ParentT>
- Enclosing interface:
WebAppAuthentication.DefinitionStages
public static interface WebAppAuthentication.DefinitionStages.WithAttach<ParentT>
extends com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition<ParentT>, WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>, WebAppAuthentication.DefinitionStages.WithTokenStore<ParentT>, WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls<ParentT>
The final stage of the web app authentication definition.
At this stage, any remaining optional settings can be specified, or the web app authentication definition
can be attached to the parent web app definition using Attachable.InDefinition.attach().
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attachMethods inherited from interface WebAppAuthentication.DefinitionStages.WithAuthenticationProvider
withActiveDirectory, withFacebook, withGoogle, withMicrosoft, withTwitterMethods inherited from interface WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls
withAllowedExternalRedirectUrlMethods inherited from interface WebAppAuthentication.DefinitionStages.WithTokenStore
withTokenStore