ManifestWrapper.FsLayers Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to