ContainerAppConfiguration.Registries 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.
Collection of private container registry credentials for containers used by the Container app.
public System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppRegistryCredentials> Registries { get; }
member this.Registries : System.Collections.Generic.IList<Azure.ResourceManager.AppContainers.Models.ContainerAppRegistryCredentials>
Public ReadOnly Property Registries As IList(Of ContainerAppRegistryCredentials)