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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java