Share via


Configuration.Registries Property

Definition

Gets or sets collection of private container registry credentials for containers used by the Container app

[Newtonsoft.Json.JsonProperty(PropertyName="registries")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.RegistryCredentials> Registries { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="registries")>]
member this.Registries : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.RegistryCredentials> with get, set
Public Property Registries As IList(Of RegistryCredentials)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to