Partager via


AuthToken Constructeurs

Définition

Surcharges

AuthToken()
AuthToken(String)
AuthToken(String, AuthToken+AcquireCallback)

AuthToken()

Source:
AuthToken.cs
protected AuthToken ();
Protected Sub New ()

S’applique à

AuthToken(String)

Source:
AuthToken.cs
public AuthToken (string token);
new Microsoft.Azure.ContainerRegistry.AuthToken : string -> Microsoft.Azure.ContainerRegistry.AuthToken
Public Sub New (token As String)

Paramètres

token
String

S’applique à

AuthToken(String, AuthToken+AcquireCallback)

Source:
AuthToken.cs
public AuthToken (string token, Microsoft.Azure.ContainerRegistry.AuthToken.AcquireCallback refreshFunction);
new Microsoft.Azure.ContainerRegistry.AuthToken : string * Microsoft.Azure.ContainerRegistry.AuthToken.AcquireCallback -> Microsoft.Azure.ContainerRegistry.AuthToken
Public Sub New (token As String, refreshFunction As AuthToken.AcquireCallback)

Paramètres

token
String
refreshFunction
AuthToken.AcquireCallback

S’applique à