IRegistryTaskRuns.ListByRegistry(String, String) Method

Definition

The function that lists the RegistryTaskRun instances in a registry asynch.

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)

Parameters

rgName
String

The resource group of the parent registry.

acrName
String

The name of the parent registry.

Returns

Applies to