Share via


AcrTokenCache.TryGetToken(String, AcrToken) Method

Definition

public bool TryGetToken (string key, out Microsoft.Azure.Commands.ContainerRegistry.Models.AcrToken value);
member this.TryGetToken : string * AcrToken -> bool
Public Function TryGetToken (key As String, ByRef value As AcrToken) As Boolean

Parameters

key
String
value
AcrToken

Returns

Applies to