V2Manifest 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
V2Manifest()
V2Manifest(Nullable<Int32>, String, Descriptor, IList<Descriptor>)
- Source:
- V2Manifest.cs
public V2Manifest(int? schemaVersion = default, string mediaType = default, Microsoft.Azure.ContainerRegistry.Models.Descriptor config = default, System.Collections.Generic.IList<Microsoft.Azure.ContainerRegistry.Models.Descriptor> layers = default);
new Microsoft.Azure.ContainerRegistry.Models.V2Manifest : Nullable<int> * string * Microsoft.Azure.ContainerRegistry.Models.Descriptor * System.Collections.Generic.IList<Microsoft.Azure.ContainerRegistry.Models.Descriptor> -> Microsoft.Azure.ContainerRegistry.Models.V2Manifest
Public Sub New (Optional schemaVersion As Nullable(Of Integer) = Nothing, Optional mediaType As String = Nothing, Optional config As Descriptor = Nothing, Optional layers As IList(Of Descriptor) = Nothing)
Parameters
- mediaType
- String
- config
- Descriptor
- layers
- IList<Descriptor>
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