Compartir a través de


RepositoryTags Constructores

Definición

Sobrecargas

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

RepositoryTags()

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

Se aplica a

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)

Parámetros

name
String
tags
IList<String>

Se aplica a