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