Configuration.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.
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