ManifestListAttributes 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
ManifestListAttributes() | |
ManifestListAttributes(String, Nullable<Int64>, String, Platform) |
ManifestListAttributes()
public ManifestListAttributes ();
Public Sub New ()
Applies to
ManifestListAttributes(String, Nullable<Int64>, String, Platform)
public ManifestListAttributes (string mediaType = default, long? size = default, string digest = default, Microsoft.Azure.ContainerRegistry.Models.Platform platform = default);
new Microsoft.Azure.ContainerRegistry.Models.ManifestListAttributes : string * Nullable<int64> * string * Microsoft.Azure.ContainerRegistry.Models.Platform -> Microsoft.Azure.ContainerRegistry.Models.ManifestListAttributes
Public Sub New (Optional mediaType As String = Nothing, Optional size As Nullable(Of Long) = Nothing, Optional digest As String = Nothing, Optional platform As Platform = Nothing)
Parameters
- mediaType
- System.String
- size
- System.Nullable<System.Int64>
- digest
- System.String
- platform
- Platform