Compartilhar via


ContainerRegistryContentClient.GetManifestAsync Método

Definição

Obter um manifesto.

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

Parâmetros

tagOrDigest
String

A marca ou resumo do manifesto a ser obtido.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

O resultado do manifesto.

Exceções

Se tagOrDigest for nulo.

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

Aplica-se a