Interface WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT
- the return type ofAttachable.InUpdate.attach()
- All Superinterfaces:
Attachable.InUpdate<ParentT>
,WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider<ParentT>
,WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls<ParentT>
,WebAppAuthentication.UpdateDefinitionStages.WithTokenStore<ParentT>
- All Known Subinterfaces:
WebAppAuthentication.UpdateDefinition<ParentT>
- Enclosing interface:
- WebAppAuthentication.UpdateDefinitionStages
public static interface WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>
extends Attachable.InUpdate<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithTokenStore<ParentT>, WebAppAuthentication.UpdateDefinitionStages.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 update using Attachable.InUpdate.attach()
.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate
attach
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider
withActiveDirectory, withFacebook, withGoogle, withMicrosoft, withTwitter
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls
withAllowedExternalRedirectUrl
Methods inherited from interface com.microsoft.azure.management.appservice.WebAppAuthentication.UpdateDefinitionStages.WithTokenStore
withTokenStore