RegistryCredentials Interface
public interface RegistryCredentials
Response containing the login credentials for a container registry.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Map<Access |
accessKeys()
The admin user access key names and values which can be used to login into the container registry. |
abstract String |
username()
Get the username value which can be used to login into the container registry. |
Method Details
accessKeys
public abstract Map
The admin user access key names and values which can be used to login into the container registry.
Returns:
the admin user access keys
username
public abstract String username()
Get the username value which can be used to login into the container registry.
Returns:
the username value
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java