TagAttributes Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TagAttributes() | |
TagAttributes(String, String, TagAttributesBase) |
TagAttributes()
public TagAttributes ();
Public Sub New ()
Applies to
TagAttributes(String, String, TagAttributesBase)
public TagAttributes (string registry = default, string imageName = default, Microsoft.Azure.ContainerRegistry.Models.TagAttributesBase attributes = default);
new Microsoft.Azure.ContainerRegistry.Models.TagAttributes : string * string * Microsoft.Azure.ContainerRegistry.Models.TagAttributesBase -> Microsoft.Azure.ContainerRegistry.Models.TagAttributes
Public Sub New (Optional registry As String = Nothing, Optional imageName As String = Nothing, Optional attributes As TagAttributesBase = Nothing)
Parameters
- registry
- System.String
- imageName
- System.String
- attributes
- TagAttributesBase