RunsOperationsExtensions.ListAsync 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.
Gets all the runs for a registry.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RunInner>> ListAsync (this Microsoft.Azure.Management.ContainerRegistry.Fluent.IRunsOperations operations, string resourceGroupName, string registryName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RunFilterInner> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ContainerRegistry.Fluent.IRunsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RunFilterInner> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RunInner>>
<Extension()>
Public Function ListAsync (operations As IRunsOperations, resourceGroupName As String, registryName As String, Optional odataQuery As ODataQuery(Of RunFilterInner) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RunInner))
Parameters
- operations
- IRunsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group to which the container registry belongs.
- registryName
- String
The name of the container registry.
- odataQuery
- ODataQuery<RunFilterInner>
OData parameters to apply to the operation.
- cancellationToken
- CancellationToken
The cancellation token.