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

IRegistryCredentials.AccessKeys 属性

定义

获取可用于登录到容器注册表的管理员用户访问密钥名称和值。

public System.Collections.Generic.IReadOnlyDictionary<Microsoft.Azure.Management.ContainerRegistry.Fluent.AccessKeyType,string> AccessKeys { get; }
member this.AccessKeys : System.Collections.Generic.IReadOnlyDictionary<Microsoft.Azure.Management.ContainerRegistry.Fluent.AccessKeyType, string>
Public ReadOnly Property AccessKeys As IReadOnlyDictionary(Of AccessKeyType, String)

属性值

适用于