ContainerRegistryCredentials.CustomRegistries Property

Definition

Describes the credential parameters for accessing other custom registries. The key for the dictionary item will be the registry login server (myregistry.azurecr.io) and the value of the item will be the registry credentials for accessing the registry.

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.ContainerRegistry.Models.CustomRegistryCredentials> CustomRegistries { get; }
member this.CustomRegistries : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.ContainerRegistry.Models.CustomRegistryCredentials>
Public ReadOnly Property CustomRegistries As IDictionary(Of String, CustomRegistryCredentials)

Property Value

Applies to