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 Azure.Provisioning.BicepList<Azure.Provisioning.AppContainers.ContainerAppRegistryCredentials> Registries { get; set; }
member this.Registries : Azure.Provisioning.BicepList<Azure.Provisioning.AppContainers.ContainerAppRegistryCredentials> with get, set
Public Property Registries As BicepList(Of ContainerAppRegistryCredentials)