你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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<WebAppBase.Update<FluentT>> defineAuthentication()

Specifies the definition of a new authentication configuration.

WebAppAuthentication.Update<WebAppBase.Update<FluentT>> updateAuthentication()

Updates the authentication configuration of the web app.

WebAppBase.Update<FluentT> withoutAuthentication()

Turns off the authentication on the web app.

Method Details

defineAuthentication

public WebAppAuthentication.UpdateDefinitionStages.Blank<>> defineAuthentication()

Specifies the definition of a new authentication configuration.

Returns:

the first stage of an authentication definition

updateAuthentication

public WebAppAuthentication.Update<>> updateAuthentication()

Updates the authentication configuration of the web app.

Returns:

the first stage of an authentication update

withoutAuthentication

public Update withoutAuthentication()

Turns off the authentication on the web app.

Returns:

the next stage of the web app update

Applies to