ContextModelExtensions.SetTokenCache Method

Definition

Overloads

SetTokenCache(IAzureContextContainer, IAzureTokenCache)
SetTokenCache(IAzureContextContainer, IAzureTokenCache)

SetTokenCache(IAzureContextContainer, IAzureTokenCache)

public static void SetTokenCache (this Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer container, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache cache);
static member SetTokenCache : Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache -> unit
<Extension()>
Public Sub SetTokenCache (container As IAzureContextContainer, cache As IAzureTokenCache)

Parameters

Applies to

SetTokenCache(IAzureContextContainer, IAzureTokenCache)

public static void SetTokenCache (this Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer container, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache cache);
static member SetTokenCache : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer * Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache -> unit
<Extension()>
Public Sub SetTokenCache (container As IAzureContextContainer, cache As IAzureTokenCache)

Parameters

Applies to