ManifestList Constructors
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.
Overloads
ManifestList() | |
ManifestList(Nullable<Int32>, String, IList<ManifestListAttributes>) |
ManifestList()
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
- mediaType
- String
- manifests
- IList<ManifestListAttributes>
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET