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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET