ManifestAttributesBase 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
ManifestAttributesBase() | |
ManifestAttributesBase(String, Nullable<Int64>, String, String, String, String, String, String, IList<String>, ChangeableAttributes) |
ManifestAttributesBase()
ManifestAttributesBase(String, Nullable<Int64>, String, String, String, String, String, String, IList<String>, ChangeableAttributes)
- Source:
- ManifestAttributesBase.cs
public ManifestAttributesBase (string digest = default, long? imageSize = default, string createdTime = default, string lastUpdateTime = default, string architecture = default, string os = default, string mediaType = default, string configMediaType = default, System.Collections.Generic.IList<string> tags = default, Microsoft.Azure.ContainerRegistry.Models.ChangeableAttributes changeableAttributes = default);
new Microsoft.Azure.ContainerRegistry.Models.ManifestAttributesBase : string * Nullable<int64> * string * string * string * string * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.ContainerRegistry.Models.ChangeableAttributes -> Microsoft.Azure.ContainerRegistry.Models.ManifestAttributesBase
Public Sub New (Optional digest As String = Nothing, Optional imageSize As Nullable(Of Long) = Nothing, Optional createdTime As String = Nothing, Optional lastUpdateTime As String = Nothing, Optional architecture As String = Nothing, Optional os As String = Nothing, Optional mediaType As String = Nothing, Optional configMediaType As String = Nothing, Optional tags As IList(Of String) = Nothing, Optional changeableAttributes As ChangeableAttributes = Nothing)
Parameters
- digest
- String
- createdTime
- String
- lastUpdateTime
- String
- architecture
- String
- os
- String
- mediaType
- String
- configMediaType
- String
- changeableAttributes
- ChangeableAttributes
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