ContainerRegistryCredentials.CustomRegistries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET