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

ContainerRepository.GetAllManifestProperties 方法

定义

列出与此存储库关联的清单以及每个存储库的属性。 这对于确定与此存储库关联的项目集合很有用,因为每个项目都由其清单唯一标识。

public virtual Azure.Pageable<Azure.Containers.ContainerRegistry.ArtifactManifestProperties> GetAllManifestProperties (Azure.Containers.ContainerRegistry.ArtifactManifestOrder manifestOrder = Azure.Containers.ContainerRegistry.ArtifactManifestOrder.None, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllManifestProperties : Azure.Containers.ContainerRegistry.ArtifactManifestOrder * System.Threading.CancellationToken -> Azure.Pageable<Azure.Containers.ContainerRegistry.ArtifactManifestProperties>
override this.GetAllManifestProperties : Azure.Containers.ContainerRegistry.ArtifactManifestOrder * System.Threading.CancellationToken -> Azure.Pageable<Azure.Containers.ContainerRegistry.ArtifactManifestProperties>
Public Overridable Function GetAllManifestProperties (Optional manifestOrder As ArtifactManifestOrder = Azure.Containers.ContainerRegistry.ArtifactManifestOrder.None, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ArtifactManifestProperties)

参数

manifestOrder
ArtifactManifestOrder

集合中清单的请求顺序。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

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

适用于