RunsOperationsExtensions.List 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Run> List (this Microsoft.Azure.Management.ContainerRegistry.IRunsOperations operations, string resourceGroupName, string registryName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ContainerRegistry.Models.RunFilter> odataQuery = default);
static member List : Microsoft.Azure.Management.ContainerRegistry.IRunsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ContainerRegistry.Models.RunFilter> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Run>
<Extension()>
Public Function List (operations As IRunsOperations, resourceGroupName As String, registryName As String, Optional odataQuery As ODataQuery(Of RunFilter) = Nothing) As IPage(Of Run)
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<RunFilter>
OData parameters to apply to the operation.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET