你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthenticationFactory.RemoveUser(IAzureAccount, IAzureTokenCache) Method

Definition

Remove a user from token cache.

public void RemoveUser (Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount account, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache tokenCache);
abstract member RemoveUser : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache -> unit
override this.RemoveUser : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache -> unit
Public Sub RemoveUser (account As IAzureAccount, tokenCache As IAzureTokenCache)

Parameters

account
IAzureAccount
tokenCache
IAzureTokenCache

This parameter is no longer used. However to keep the API unchanged it's not removed.

Implements

Applies to