IAuthenticationFactory.RemoveUser Method

Definition

Overloads

RemoveUser(IAzureAccount, IAzureEnvironment)

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

Parameters

account
IAzureAccount
environment
IAzureEnvironment

Applies to

RemoveUser(IAzureAccount, IAzureTokenCache)

Caution

RemoveUser is deprecated, please use RemoveUser with Azure environment instead.

public void RemoveUser(Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount account, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache tokenCache);
[System.Obsolete("RemoveUser is deprecated, please use RemoveUser with Azure environment instead.", true)]
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
[<System.Obsolete("RemoveUser is deprecated, please use RemoveUser with Azure environment instead.", true)>]
abstract member 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
Attributes

Applies to