Compartir a través de


OCIIndex Constructores

Definición

Sobrecargas

OCIIndex()
OCIIndex(Nullable<Int32>, String, IList<ManifestListAttributes>, Annotations)

OCIIndex()

Source:
OCIIndex.cs
public OCIIndex ();
Public Sub New ()

Se aplica a

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)

Parámetros

schemaVersion
Nullable<Int32>
mediaType
String
annotations
Annotations

Se aplica a