OCIManifest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
OCIManifest() | |
OCIManifest(Nullable<Int32>, String, Descriptor, IList<Descriptor>, Annotations) |
OCIManifest()
OCIManifest(Nullable<Int32>, String, Descriptor, IList<Descriptor>, Annotations)
- ソース:
- 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)
パラメーター
- mediaType
- String
- config
- Descriptor
- layers
- IList<Descriptor>
- annotations
- Annotations
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET