IWithTokenStore<ParentT>.WithTokenStore(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定是否應該啟用權杖存放區。
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。