Interface WebAppAuthentication.DefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT
- the return type ofAttachable.InDefinition.attach()
- All Superinterfaces:
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 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.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.WithExternalRedirectUrls
withAllowedExternalRedirectUrl
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppAuthentication.DefinitionStages.WithTokenStore
withTokenStore