Partager via


Credentials.CustomRegistries Propriété

Définition

Obtient ou définit décrit les paramètres d’informations d’identification pour accéder à d’autres registres personnalisés. La clé de l’élément de dictionnaire sera le serveur de connexion au Registre (myregistry.azurecr.io) et la valeur de l’élément sera les informations d’identification du Registre pour accéder au Registre.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à