ContainerRegistryAccessToken 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
ContainerRegistryAccessToken(ContainerRegistryRefreshToken, String, String) | |
ContainerRegistryAccessToken(String, String, String, String) |
ContainerRegistryAccessToken(ContainerRegistryRefreshToken, String, String)
- Source:
- AuthToken.cs
public ContainerRegistryAccessToken (Microsoft.Azure.ContainerRegistry.ContainerRegistryRefreshToken refreshToken, string scope, string loginUrl);
new Microsoft.Azure.ContainerRegistry.ContainerRegistryAccessToken : Microsoft.Azure.ContainerRegistry.ContainerRegistryRefreshToken * string * string -> Microsoft.Azure.ContainerRegistry.ContainerRegistryAccessToken
Public Sub New (refreshToken As ContainerRegistryRefreshToken, scope As String, loginUrl As String)
Parameters
- refreshToken
- ContainerRegistryRefreshToken
- scope
- String
- loginUrl
- String
Applies to
ContainerRegistryAccessToken(String, String, String, String)
- Source:
- AuthToken.cs
public ContainerRegistryAccessToken (string username, string password, string scope, string loginUrl);
new Microsoft.Azure.ContainerRegistry.ContainerRegistryAccessToken : string * string * string * string -> Microsoft.Azure.ContainerRegistry.ContainerRegistryAccessToken
Public Sub New (username As String, password As String, scope As String, loginUrl As String)
Parameters
- username
- String
- password
- String
- scope
- String
- loginUrl
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET