PSTagAttribute Constructors

Definition

Overloads

PSTagAttribute()
PSTagAttribute(TagAttributes)
PSTagAttribute(String, String, PSTagAttributeBase)

PSTagAttribute()

public PSTagAttribute ();
Public Sub New ()

Applies to

PSTagAttribute(TagAttributes)

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

Parameters

attribute
TagAttributes

Applies to

PSTagAttribute(String, String, PSTagAttributeBase)

public PSTagAttribute (string registry = default, string imageName = default, Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase attributes = default);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttribute : string * string * Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttributeBase -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSTagAttribute
Public Sub New (Optional registry As String = Nothing, Optional imageName As String = Nothing, Optional attributes As PSTagAttributeBase = Nothing)

Parameters

registry
String
imageName
String
attributes
PSTagAttributeBase

Applies to