次の方法で共有


AuthToken コンストラクター

定義

オーバーロード

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

AuthToken()

ソース:
AuthToken.cs
protected AuthToken ();
Protected Sub New ()

適用対象

AuthToken(String)

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

パラメーター

token
String

適用対象

AuthToken(String, AuthToken+AcquireCallback)

ソース:
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)

パラメーター

token
String
refreshFunction
AuthToken.AcquireCallback

適用対象