次の方法で共有


ContainerRepository.GetAllManifestPropertiesAsync メソッド

定義

このリポジトリに関連付けられているマニフェストと、それぞれのプロパティを一覧表示します。 これは、各成果物がそのマニフェストによって一意に識別されるため、このリポジトリに関連付けられている成果物のコレクションを決定する場合に便利です。

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

パラメーター

manifestOrder
ArtifactManifestOrder

コレクション内のマニフェストの要求された順序。

cancellationToken
CancellationToken

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

戻り値

例外

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

適用対象