通过


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

TokenPassword interface

将用于对容器注册表的令牌进行身份验证的密码。

属性

creationTime

密码的创建日期/时间。

expiry

密码的到期日期/时间。

name

密码名称“password1”或“password2”

value

密码值。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

creationTime

密码的创建日期/时间。

creationTime?: Date

属性值

Date

expiry

密码的到期日期/时间。

expiry?: Date

属性值

Date

name

密码名称“password1”或“password2”

name?: string

属性值

string

value

密码值。 注意:此属性不会序列化。 它只能由服务器填充。

value?: string

属性值

string