你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RegistryArtifact.GetAllTagPropertiesAsync 方法

定义

列出唯一标识此项目的标记以及每个项目的属性。

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)

参数

tagOrder
ArtifactTagOrder

集合中标记的请求顺序。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

容器注册表服务返回故障时引发。

适用于