ContextModelExtensions.SetTokenCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- container
- IAzureContextContainer
- cache
- IAzureTokenCache
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
- container
- IAzureContextContainer
- cache
- IAzureTokenCache