Share via


PSTagAttributeBase Constructors

Definition

Overloads

PSTagAttributeBase()
PSTagAttributeBase(TagAttributesBase)
PSTagAttributeBase(String, String, String, String, Nullable<Boolean>, ChangeableAttributes)

PSTagAttributeBase()

public PSTagAttributeBase ();
Public Sub New ()

Applies to

PSTagAttributeBase(TagAttributesBase)

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

Parameters

attribute
TagAttributesBase

Applies to

PSTagAttributeBase(String, String, String, String, Nullable<Boolean>, ChangeableAttributes)

public PSTagAttributeBase (string name = default, string digest = default, string createdTime = default, string lastUpdateTime = default, bool? signed = default, Microsoft.Azure.ContainerRegistry.Models.ChangeableAttributes changeableAttributes = default);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase : string * string * string * string * Nullable<bool> * Microsoft.Azure.ContainerRegistry.Models.ChangeableAttributes -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase
Public Sub New (Optional name As String = Nothing, Optional digest As String = Nothing, Optional createdTime As String = Nothing, Optional lastUpdateTime As String = Nothing, Optional signed As Nullable(Of Boolean) = Nothing, Optional changeableAttributes As ChangeableAttributes = Nothing)

Parameters

name
String
digest
String
createdTime
String
lastUpdateTime
String
signed
Nullable<Boolean>
changeableAttributes
ChangeableAttributes

Applies to