RegistryArtifact.GetTagPropertiesCollectionAsync(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.
public virtual Azure.AsyncPageable<Azure.Containers.ContainerRegistry.ArtifactTagProperties> GetTagPropertiesCollectionAsync (Azure.Containers.ContainerRegistry.ArtifactTagOrderBy orderBy = Azure.Containers.ContainerRegistry.ArtifactTagOrderBy.None, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTagPropertiesCollectionAsync : Azure.Containers.ContainerRegistry.ArtifactTagOrderBy * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Containers.ContainerRegistry.ArtifactTagProperties>
override this.GetTagPropertiesCollectionAsync : Azure.Containers.ContainerRegistry.ArtifactTagOrderBy * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Containers.ContainerRegistry.ArtifactTagProperties>
Public Overridable Function GetTagPropertiesCollectionAsync (Optional orderBy As ArtifactTagOrderBy = Azure.Containers.ContainerRegistry.ArtifactTagOrderBy.None, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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.