Share via


OCIManifest.Layers Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="layers")]
public System.Collections.Generic.IList<Microsoft.Azure.ContainerRegistry.Models.Descriptor> Layers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="layers")>]
member this.Layers : System.Collections.Generic.IList<Microsoft.Azure.ContainerRegistry.Models.Descriptor> with get, set
Public Property Layers As IList(Of Descriptor)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to