Compartilhar via


ContainerRegistryContentClient.GetManifest(String, CancellationToken) Método

Definição

Obtém um manifesto.

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

Parâmetros

tagOrDigest
String

A marca ou o resumo do manifesto a ser obtido.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

O resultado do manifesto GET.

Exceções

Se tagOrDigest for nulo.

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

Aplica-se a