WebAppBase.UpdateStages.WithAuthentication<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public interface WithAuthentication
A web app definition stage allowing authentication to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
WebAppAuthentication.UpdateDefinitionStages.Blank<Web |
defineAuthentication()
Specifies the definition of a new authentication configuration. |
WebAppAuthentication.Update<Web |
updateAuthentication()
Updates the authentication configuration of the web app. |
Web |
withoutAuthentication()
Turns off the authentication on the web app. |
Method Details
defineAuthentication
public WebAppAuthentication.UpdateDefinitionStages.Blank
Specifies the definition of a new authentication configuration.
Returns:
updateAuthentication
public WebAppAuthentication.Update
Updates the authentication configuration of the web app.
Returns:
withoutAuthentication
public Update
Turns off the authentication on the web app.
Returns:
Applies to
Azure SDK for Java