RegistryArtifact.GetTagPropertiesCollection(ArtifactTagOrderBy, 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 tags for a repository, including their full metadata.
public virtual Azure.Pageable<Azure.Containers.ContainerRegistry.ArtifactTagProperties> GetTagPropertiesCollection (Azure.Containers.ContainerRegistry.ArtifactTagOrderBy orderBy = Azure.Containers.ContainerRegistry.ArtifactTagOrderBy.None, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTagPropertiesCollection : Azure.Containers.ContainerRegistry.ArtifactTagOrderBy * System.Threading.CancellationToken -> Azure.Pageable<Azure.Containers.ContainerRegistry.ArtifactTagProperties>
override this.GetTagPropertiesCollection : Azure.Containers.ContainerRegistry.ArtifactTagOrderBy * System.Threading.CancellationToken -> Azure.Pageable<Azure.Containers.ContainerRegistry.ArtifactTagProperties>
Public Overridable Function GetTagPropertiesCollection (Optional orderBy As ArtifactTagOrderBy = Azure.Containers.ContainerRegistry.ArtifactTagOrderBy.None, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ArtifactTagProperties)
Parameters
- orderBy
- ArtifactTagOrderBy
Requested order of tags 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.