Sdílet prostřednictvím


RegistryArtifact.UpdateManifestPropertiesAsync Method

Definition

Update the properties of the artifact's manifest.

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

Parameters

value
ArtifactManifestProperties

Manifest properties object containing values to update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

Thrown when value is null.

Thrown when a failure is returned by the Container Registry service.

Applies to