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