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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET