Share via


PSTagList Constructors

Definition

Overloads

PSTagList()
PSTagList(Pageable<ArtifactManifestProperties>)
PSTagList(TagList)
PSTagList(String, String, IList<PSTagAttributeBase>)

PSTagList()

public PSTagList ();
Public Sub New ()

Applies to

PSTagList(Pageable<ArtifactManifestProperties>)

public PSTagList (Azure.Pageable<Azure.Containers.ContainerRegistry.ArtifactManifestProperties> properties);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagList : Azure.Pageable<Azure.Containers.ContainerRegistry.ArtifactManifestProperties> -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagList
Public Sub New (properties As Pageable(Of ArtifactManifestProperties))

Parameters

Applies to

PSTagList(TagList)

public PSTagList (Microsoft.Azure.ContainerRegistry.Models.TagList tag);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagList : Microsoft.Azure.ContainerRegistry.Models.TagList -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagList
Public Sub New (tag As TagList)

Parameters

tag
TagList

Applies to

PSTagList(String, String, IList<PSTagAttributeBase>)

public PSTagList (string registry = default, string imageName = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase> tags = default);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagList : string * string * System.Collections.Generic.IList<Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase> -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagList
Public Sub New (Optional registry As String = Nothing, Optional imageName As String = Nothing, Optional tags As IList(Of PSTagAttributeBase) = Nothing)

Parameters

registry
String
imageName
String

Applies to