次の方法で共有


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

使用する取り消しトークン。

戻り値

例外

Container Registry サービスによってエラーが返されたときにスローされます。

適用対象