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

ManifestsOperationsExtensions.GetListAsync 方法

定义

public static System.Threading.Tasks.Task<Microsoft.Azure.ContainerRegistry.Models.AcrManifests> GetListAsync (this Microsoft.Azure.ContainerRegistry.IManifestsOperations operations, string name, string last = default, int? n = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
static member GetListAsync : Microsoft.Azure.ContainerRegistry.IManifestsOperations * string * string * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.ContainerRegistry.Models.AcrManifests>
<Extension()>
Public Function GetListAsync (operations As IManifestsOperations, name As String, Optional last As String = Nothing, Optional n As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AcrManifests)

参数

name
String
last
String
orderby
String
cancellationToken
CancellationToken

返回

适用于