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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java