ContainerRegistryCredentials Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ContainerRegistryCredentials(String, String, AuthToken+AcquireCallback, CancellationToken)
public ContainerRegistryCredentials (string aadAccessToken, string loginUrl, Microsoft.Azure.ContainerRegistry.AuthToken.AcquireCallback acquireNewAad = default, System.Threading.CancellationToken cancellationToken = default);
new Microsoft.Azure.ContainerRegistry.ContainerRegistryCredentials : string * string * Microsoft.Azure.ContainerRegistry.AuthToken.AcquireCallback * System.Threading.CancellationToken -> Microsoft.Azure.ContainerRegistry.ContainerRegistryCredentials
Public Sub New (aadAccessToken As String, loginUrl As String, Optional acquireNewAad As AuthToken.AcquireCallback = Nothing, Optional cancellationToken As CancellationToken = Nothing)
Parameter
- aadAccessToken
- String
- loginUrl
- String
- acquireNewAad
- AuthToken.AcquireCallback
- cancellationToken
- CancellationToken
Gilt für:
ContainerRegistryCredentials(ContainerRegistryCredentials+LoginMode, String, String, String, CancellationToken)
public ContainerRegistryCredentials (Microsoft.Azure.ContainerRegistry.ContainerRegistryCredentials.LoginMode mode, string loginUrl, string username, string password, System.Threading.CancellationToken cancellationToken = default);
new Microsoft.Azure.ContainerRegistry.ContainerRegistryCredentials : Microsoft.Azure.ContainerRegistry.ContainerRegistryCredentials.LoginMode * string * string * string * System.Threading.CancellationToken -> Microsoft.Azure.ContainerRegistry.ContainerRegistryCredentials
Public Sub New (mode As ContainerRegistryCredentials.LoginMode, loginUrl As String, username As String, password As String, Optional cancellationToken As CancellationToken = Nothing)
Parameter
- loginUrl
- String
- username
- String
- password
- String
- cancellationToken
- CancellationToken
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET