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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET