Share via


IConfiguration.Registry Property

Definition

Collection of private container registry credentials for containers used by the Container app

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Collection of private container registry credentials for containers used by the Container app", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IRegistryCredentials) }, Read=true, ReadOnly=false, Required=false, SerializedName="registries", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IRegistryCredentials> Registry { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Collection of private container registry credentials for containers used by the Container app", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IRegistryCredentials) }, Read=true, ReadOnly=false, Required=false, SerializedName="registries", Update=true)>]
member this.Registry : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IRegistryCredentials> with get, set
Public Property Registry As List(Of IRegistryCredentials)

Property Value

Attributes

Applies to