OciImageManifest.Layers 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.
List of V2 image layer information.
public System.Collections.Generic.IList<Azure.Containers.ContainerRegistry.OciDescriptor> Layers { get; }
member this.Layers : System.Collections.Generic.IList<Azure.Containers.ContainerRegistry.OciDescriptor>
Public ReadOnly Property Layers As IList(Of OciDescriptor)