Compartilhar via


ContainerRegistryContentClient.DeleteManifestAsync Método

Definição

Exclua um manifesto. Isso exclui efetivamente o artefato do registro.

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

Parâmetros

digest
String

O resumo do manifesto a ser excluído.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

A resposta recebida da operação de exclusão.

Exceções

Se digest for nulo.

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

Aplica-se a