Share via


RegistryArtifact.GetManifestPropertiesAsync(CancellationToken) Method

Definition

Get the properties of the manifest that uniquely identifies this artifact.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

Applies to