RegistryArtifact.GetManifestPropertiesAsync(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.
Get registry artifact properties by tag or digest.
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
- System.Threading.CancellationToken
The cancellation token to use.
Returns
- System.Threading.Tasks.Task<Response<ArtifactManifestProperties>>
Exceptions
Thrown when a failure is returned by the Container Registry service.