Freigeben über


AuthToken Konstruktoren

Definition

Überlädt

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

AuthToken()

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

Gilt für:

AuthToken(String)

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

Parameter

token
String

Gilt für:

AuthToken(String, AuthToken+AcquireCallback)

Quelle:
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)

Parameter

token
String
refreshFunction
AuthToken.AcquireCallback

Gilt für: