ManifestList Constructors

Definition

Overloads

ManifestList()
ManifestList(Nullable<Int32>, String, IList<ManifestListAttributes>)

ManifestList()

Source:
ManifestList.cs
public ManifestList ();
Public Sub New ()

Applies to

ManifestList(Nullable<Int32>, String, IList<ManifestListAttributes>)

Source:
ManifestList.cs
public ManifestList (int? schemaVersion = default, string mediaType = default, System.Collections.Generic.IList<Microsoft.Azure.ContainerRegistry.Models.ManifestListAttributes> manifests = default);
new Microsoft.Azure.ContainerRegistry.Models.ManifestList : Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.ContainerRegistry.Models.ManifestListAttributes> -> Microsoft.Azure.ContainerRegistry.Models.ManifestList
Public Sub New (Optional schemaVersion As Nullable(Of Integer) = Nothing, Optional mediaType As String = Nothing, Optional manifests As IList(Of ManifestListAttributes) = Nothing)

Parameters

schemaVersion
Nullable<Int32>
mediaType
String

Applies to