RegistryArtifact.UpdateManifestPropertiesAsync(ArtifactManifestProperties, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update manifest attributes.
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
Manifest properties value.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
- System.Threading.Tasks.Task<Response<ArtifactManifestProperties>>
Exceptions
System.ArgumentNullException
Thrown when value
is null.
Thrown when a failure is returned by the Container Registry service.