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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET