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

IRegistryTaskRuns.ListByRegistry(String, String) 方法

定义

列出注册表异步中的 RegistryTaskRun 实例的函数。

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun> ListByRegistry (string rgName, string acrName);
abstract member ListByRegistry : string * string -> seq<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>
Public Function ListByRegistry (rgName As String, acrName As String) As IEnumerable(Of IRegistryTaskRun)

参数

rgName
String

父注册表的资源组。

acrName
String

父注册表的名称。

返回

适用于