你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImageRegistryCredential interface

映像注册表凭据。

属性

identity

专用注册表的标识。

identityUrl

专用注册表的标识 URL。

password

专用注册表的密码。

server

没有协议(如“http”和“https”)的 Docker 映像注册表服务器。

username

专用注册表的用户名。

属性详细信息

identity

专用注册表的标识。

identity?: string

属性值

string

identityUrl

专用注册表的标识 URL。

identityUrl?: string

属性值

string

password

专用注册表的密码。

password?: string

属性值

string

server

没有协议(如“http”和“https”)的 Docker 映像注册表服务器。

server: string

属性值

string

username

专用注册表的用户名。

username?: string

属性值

string