Compartilhar via


PSManifestAttributeBase Constructors

Definition

Overloads

PSManifestAttributeBase(ManifestAttributesBase)
PSManifestAttributeBase(String, Nullable<Int64>, String, String, String, String, String, String, IList<String>, PSChangeableAttribute)

PSManifestAttributeBase(ManifestAttributesBase)

public PSManifestAttributeBase (Microsoft.Azure.ContainerRegistry.Models.ManifestAttributesBase attribute);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase : Microsoft.Azure.ContainerRegistry.Models.ManifestAttributesBase -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase
Public Sub New (attribute As ManifestAttributesBase)

Parameters

Applies to

PSManifestAttributeBase(String, Nullable<Int64>, String, String, String, String, String, String, IList<String>, PSChangeableAttribute)

public PSManifestAttributeBase (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.Commands.ContainerRegistry.Models.PSChangeableAttribute changeableAttributes = default);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase : string * Nullable<int64> * string * string * string * string * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase
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 PSChangeableAttribute = Nothing)

Parameters

digest
String
imageSize
Nullable<Int64>
createdTime
String
lastUpdateTime
String
architecture
String
os
String
mediaType
String
configMediaType
String
tags
IList<String>
changeableAttributes
PSChangeableAttribute

Applies to