Sdílet prostřednictvím


RegistryArtifact.UpdateManifestProperties Method

Definition

Update the properties of the artifact's manifest.

public virtual Azure.Response<Azure.Containers.ContainerRegistry.ArtifactManifestProperties> UpdateManifestProperties (Azure.Containers.ContainerRegistry.ArtifactManifestProperties value, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateManifestProperties : Azure.Containers.ContainerRegistry.ArtifactManifestProperties * System.Threading.CancellationToken -> Azure.Response<Azure.Containers.ContainerRegistry.ArtifactManifestProperties>
override this.UpdateManifestProperties : Azure.Containers.ContainerRegistry.ArtifactManifestProperties * System.Threading.CancellationToken -> Azure.Response<Azure.Containers.ContainerRegistry.ArtifactManifestProperties>
Public Overridable Function UpdateManifestProperties (value As ArtifactManifestProperties, Optional cancellationToken As CancellationToken = Nothing) As 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