IRegistryTaskRuns.ListByRegistry(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.