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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET