ContainerRegistryContentClient.SetManifestAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SetManifestAsync(OciImageManifest, String, Nullable<ManifestMediaType>, CancellationToken)
Define um manifesto.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>> SetManifestAsync (Azure.Containers.ContainerRegistry.OciImageManifest manifest, string tag = default, Azure.Containers.ContainerRegistry.ManifestMediaType? mediaType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SetManifestAsync : Azure.Containers.ContainerRegistry.OciImageManifest * string * Nullable<Azure.Containers.ContainerRegistry.ManifestMediaType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>>
override this.SetManifestAsync : Azure.Containers.ContainerRegistry.OciImageManifest * string * Nullable<Azure.Containers.ContainerRegistry.ManifestMediaType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>>
Public Overridable Function SetManifestAsync (manifest As OciImageManifest, Optional tag As String = Nothing, Optional mediaType As Nullable(Of ManifestMediaType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SetManifestResult))
Parâmetros
- manifest
- OciImageManifest
O manifesto a ser definido.
- tag
- String
Uma marca opcional a ser atribuída ao artefato que este manifesto representa.
- mediaType
- Nullable<ManifestMediaType>
O tipo de mídia do manifesto. Se não for especificado, esse valor será definido como um valor padrão de "application/vnd.oci.image.manifest.v1+json".
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
O resultado da operação de manifesto do conjunto.
Exceções
Se manifest
for nulo.
Gerado quando uma falha é retornada pelo serviço registro de contêiner.
Aplica-se a
SetManifestAsync(BinaryData, String, Nullable<ManifestMediaType>, CancellationToken)
Define um manifesto.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>> SetManifestAsync (BinaryData manifest, string tag = default, Azure.Containers.ContainerRegistry.ManifestMediaType? mediaType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SetManifestAsync : BinaryData * string * Nullable<Azure.Containers.ContainerRegistry.ManifestMediaType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>>
override this.SetManifestAsync : BinaryData * string * Nullable<Azure.Containers.ContainerRegistry.ManifestMediaType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>>
Public Overridable Function SetManifestAsync (manifest As BinaryData, Optional tag As String = Nothing, Optional mediaType As Nullable(Of ManifestMediaType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SetManifestResult))
Parâmetros
- manifest
- BinaryData
O BinaryData que contém o manifesto serializado a ser definido.
- tag
- String
Uma marca opcional a ser atribuída ao artefato que este manifesto representa.
- mediaType
- Nullable<ManifestMediaType>
O tipo de mídia do manifesto. Se não for especificado, esse valor será definido como um valor padrão de "application/vnd.oci.image.manifest.v1+json".
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
O resultado da operação de manifesto do conjunto.
Exceções
Se manifest
for nulo.
Gerado quando uma falha é retornada pelo serviço registro de contêiner.
Aplica-se a
Azure SDK for .NET