Compartilhar via


RegistryArtifact.GetTagPropertiesAsync(String, CancellationToken) Método

Definição

Obtenha as propriedades da marca especificada.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ArtifactTagProperties>> GetTagPropertiesAsync (string tag, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTagPropertiesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ArtifactTagProperties>>
override this.GetTagPropertiesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.ArtifactTagProperties>>
Public Overridable Function GetTagPropertiesAsync (tag As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ArtifactTagProperties))

Parâmetros

tag
String

Nome da marca.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

Lançado quando tag é nulo.

Gerada quando tag está vazia.

Gerado quando uma falha é retornada pelo serviço registro de contêiner.

Aplica-se a