Share via


RepositoryTags Constructors

Definition

Overloads

RepositoryTags()
RepositoryTags(String, IList<String>)

RepositoryTags()

Source:
RepositoryTags.cs
public RepositoryTags ();
Public Sub New ()

Applies to

RepositoryTags(String, IList<String>)

Source:
RepositoryTags.cs
public RepositoryTags (string name = default, System.Collections.Generic.IList<string> tags = default);
new Microsoft.Azure.ContainerRegistry.Models.RepositoryTags : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.ContainerRegistry.Models.RepositoryTags
Public Sub New (Optional name As String = Nothing, Optional tags As IList(Of String) = Nothing)

Parameters

name
String
tags
IList<String>

Applies to