FluentT - the type of the resourcepublic static interface WebAppBase.UpdateStages.WithAuthentication<FluentT>
| Modifier and Type | Method and 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.
|
WebAppAuthentication.UpdateDefinitionStages.Blank<WebAppBase.Update<FluentT>> defineAuthentication()
WebAppBase.Update<FluentT> withoutAuthentication()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/