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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java