ManifestAttributesBase Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- digest
- String
- createdTime
- String
- lastUpdateTime
- String
- architecture
- String
- os
- String
- mediaType
- String
- configMediaType
- String
- changeableAttributes
- ChangeableAttributes
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET