Partilhar via


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

Definição

Especifica se o arquivo de tokens deve estar ativado.

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 if token store should be enabled.

Devoluções

Aplica-se a