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
Modifier and TypeMethodDescriptionSpecifies the definition of a new authentication configuration.Turns off the authentication on the web app.
-
Method Details
-
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
-