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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET