Compartir a través de


Credentials.CustomRegistries Propiedad

Definición

Obtiene o establece describe los parámetros de credenciales para acceder a otros registros personalizados. La clave del elemento de diccionario será el servidor de inicio de sesión del Registro (myregistry.azurecr.io) y el valor del elemento será las credenciales del Registro para acceder al registro.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a