Bagikan melalui


RegistryArtifact.GetAllTagPropertiesAsync Method

Definition

List the tags that uniquely identify this artifact and the properties of each.

public virtual Azure.AsyncPageable<Azure.Containers.ContainerRegistry.ArtifactTagProperties> GetAllTagPropertiesAsync (Azure.Containers.ContainerRegistry.ArtifactTagOrder tagOrder = Azure.Containers.ContainerRegistry.ArtifactTagOrder.None, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllTagPropertiesAsync : Azure.Containers.ContainerRegistry.ArtifactTagOrder * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Containers.ContainerRegistry.ArtifactTagProperties>
override this.GetAllTagPropertiesAsync : Azure.Containers.ContainerRegistry.ArtifactTagOrder * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Containers.ContainerRegistry.ArtifactTagProperties>
Public Overridable Function GetAllTagPropertiesAsync (Optional tagOrder As ArtifactTagOrder = Azure.Containers.ContainerRegistry.ArtifactTagOrder.None, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ArtifactTagProperties)

Parameters

tagOrder
ArtifactTagOrder

Requested order of tags in the collection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

Thrown when a failure is returned by the Container Registry service.

Applies to