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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java