Interface WebAppAuthentication.UpdateDefinition<ParentT>
- Type Parameters:
ParentT
- the return type of the finalAttachable.InUpdate.attach()
- All Superinterfaces:
Attachable.InUpdate<ParentT>
,WebAppAuthentication.UpdateDefinitionStages.Blank<ParentT>
,WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>
,WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider<ParentT>
,WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider<ParentT>
,WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls<ParentT>
,WebAppAuthentication.UpdateDefinitionStages.WithTokenStore<ParentT>
- Enclosing interface:
- WebAppAuthentication
public static interface WebAppAuthentication.UpdateDefinition<ParentT>
extends WebAppAuthentication.UpdateDefinitionStages.Blank<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithTokenStore<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls<ParentT>
The entirety of a web app authentication definition as part of a web app update.
-
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.WithDefaultAuthenticationProvider
withAnonymousAuthentication, withDefaultAuthenticationProvider
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