共用方式為


IWithTokenStore<ParentT>.WithTokenStore(Boolean) 方法

定義

指定是否應該啟用權杖存放區。

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

參數

enabled
Boolean

如果應該啟用權杖存放區,則為 True。

傳回

適用於