Interface WebAppBase.DefinitionStages.WithAuthentication<FluentT>
- Type Parameters:
FluentT
- the type of the resource
- All Known Subinterfaces:
DeploymentSlot.Definition
,DeploymentSlot.DefinitionStages.WithCreate
,FunctionApp.Definition
,FunctionApp.DefinitionStages.WithCreate
,FunctionDeploymentSlot.Definition
,FunctionDeploymentSlot.DefinitionStages.WithCreate
,WebApp.Definition
,WebApp.DefinitionStages.WithCreate
,WebApp.DefinitionStages.WithStartUpCommand
,WebApp.DefinitionStages.WithWindowsRuntimeStack
,WebAppBase.Definition<FluentT>
,WebAppBase.DefinitionStages.WithCreate<FluentT>
,WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate<FluentT>
,WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>
- Enclosing interface:
- WebAppBase.DefinitionStages
public static interface WebAppBase.DefinitionStages.WithAuthentication<FluentT>
A web app definition stage allowing authentication to be set.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the definition of a new authentication configuration.
-
Method Details
-
defineAuthentication
WebAppAuthentication.DefinitionStages.Blank<WebAppBase.DefinitionStages.WithCreate<FluentT>> defineAuthentication()Specifies the definition of a new authentication configuration.- Returns:
- the first stage of an authentication definition
-