IJob.ConfigurationRegistry 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 used by a Container apps job
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Collection of private container registry credentials used by a Container apps job", 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> ConfigurationRegistry { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Collection of private container registry credentials used by a Container apps job", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IRegistryCredentials) }, Read=true, ReadOnly=false, Required=false, SerializedName="registries", Update=true)>]
member this.ConfigurationRegistry : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IRegistryCredentials> with get, set
Public Property ConfigurationRegistry As List(Of IRegistryCredentials)
Property Value
- Attributes