ManifestWrapper.History Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to