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이면 토큰 저장소를 사용하도록 설정해야 합니다.

반환

적용 대상