ManifestAttributesBase Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
- Origem:
- 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)
Parâmetros
- digest
- String
- createdTime
- String
- lastUpdateTime
- String
- architecture
- String
- os
- String
- mediaType
- String
- configMediaType
- String
- changeableAttributes
- ChangeableAttributes
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET