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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.