ImageRegistryCredential interface
Image registry credential.
Properties
password | The password for the private registry. The password is required for create or update operations, however it is not returned in the get or list operations. |
server | Docker image registry server, without protocol such as |
username | The username for the private registry. |
Property Details
password
The password for the private registry. The password is required for create or update operations, however it is not returned in the get or list operations.
password?: string
Property Value
string
server
Docker image registry server, without protocol such as http
and https
.
server: string
Property Value
string
username
The username for the private registry.
username: string
Property Value
string
Azure SDK for JavaScript