Bagikan melalui


RegistryArtifact.GetManifestProperties(CancellationToken) Method

Definition

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

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