ContainerRepository.GetManifestPropertiesCollectionAsync(ArtifactManifestOrderBy, 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 the collection of registry artifacts for a repository.
public virtual Azure.AsyncPageable<Azure.Containers.ContainerRegistry.ArtifactManifestProperties> GetManifestPropertiesCollectionAsync (Azure.Containers.ContainerRegistry.ArtifactManifestOrderBy orderBy = Azure.Containers.ContainerRegistry.ArtifactManifestOrderBy.None, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManifestPropertiesCollectionAsync : Azure.Containers.ContainerRegistry.ArtifactManifestOrderBy * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Containers.ContainerRegistry.ArtifactManifestProperties>
override this.GetManifestPropertiesCollectionAsync : Azure.Containers.ContainerRegistry.ArtifactManifestOrderBy * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Containers.ContainerRegistry.ArtifactManifestProperties>
Public Overridable Function GetManifestPropertiesCollectionAsync (Optional orderBy As ArtifactManifestOrderBy = Azure.Containers.ContainerRegistry.ArtifactManifestOrderBy.None, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ArtifactManifestProperties)
Parameters
- orderBy
- ArtifactManifestOrderBy
Requested order of manifests in the collection.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
Exceptions
Thrown when a failure is returned by the Container Registry service.