Interface WebAppBase.UpdateStages.WithAuthentication<FluentT>
-
- Type Parameters:
FluentT- the type of the resource
- All Known Subinterfaces:
DeploymentSlotBase.Update<FluentT>,FunctionApp.Update,WebApp.Update,WebApp.UpdateStages.WithStartUpCommand,WebAppBase.Update<FluentT>
- Enclosing interface:
- WebAppBase.UpdateStages
public static interface WebAppBase.UpdateStages.WithAuthentication<FluentT>A web app definition stage allowing authentication to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppAuthentication.UpdateDefinitionStages.Blank<WebAppBase.Update<FluentT>>defineAuthentication()Specifies the definition of a new authentication configuration.WebAppBase.Update<FluentT>withoutAuthentication()Turns off the authentication on the web app.
-
-
-
Method Detail
-
defineAuthentication
WebAppAuthentication.UpdateDefinitionStages.Blank<WebAppBase.Update<FluentT>> defineAuthentication()
Specifies the definition of a new authentication configuration.- Returns:
- the first stage of an authentication definition
-
withoutAuthentication
WebAppBase.Update<FluentT> withoutAuthentication()
Turns off the authentication on the web app.- Returns:
- the next stage of the web app update
-
-