AuthToken Constructors
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
AuthToken() | |
AuthToken(String) | |
AuthToken(String, AuthToken+AcquireCallback) |
AuthToken()
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)
Parameters
- token
- String
Applies to
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)
Parameters
- token
- String
- refreshFunction
- AuthToken.AcquireCallback
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET