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

Credentials.CustomRegistries 属性

定义

获取或设置描述用于访问其他自定义注册表的凭据参数。 字典项的键将是注册表登录服务器 (myregistry.azurecr.io) 项的值将是用于访问注册表的注册表凭据。

[Newtonsoft.Json.JsonProperty(PropertyName="customRegistries")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ContainerRegistry.Models.CustomRegistryCredentials> CustomRegistries { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customRegistries")>]
member this.CustomRegistries : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ContainerRegistry.Models.CustomRegistryCredentials> with get, set
Public Property CustomRegistries As IDictionary(Of String, CustomRegistryCredentials)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于