Compartilhar via


IWithTokenStore<ParentT>.WithTokenStore(Boolean) Método

Definição

Especifica se o repositório de tokens deve ser habilitado.

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)

Parâmetros

enabled
Boolean

True se o repositório de tokens deve ser habilitado.

Retornos

Aplica-se a