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

IWithTokenStore<ParentT>.WithTokenStore(Boolean) 方法

定义

指定是否应启用令牌存储。

public Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<ParentT> WithTokenStore (bool enabled);
abstract member WithTokenStore : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppAuthentication.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithTokenStore (enabled As Boolean) As IWithAttach(Of ParentT)

参数

enabled
Boolean

如果应启用令牌存储,则为 True。

返回

适用于