ContainerRegistryTasksExtensions.GetRuns 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 a collection of Runs in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetRuns(String) instead. </item>
public static Azure.ResourceManager.ContainerRegistry.Tasks.RunCollection GetRuns(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string registryName);
static member GetRuns : Azure.ResourceManager.Resources.ResourceGroupResource * string -> Azure.ResourceManager.ContainerRegistry.Tasks.RunCollection
<Extension()>
Public Function GetRuns (resourceGroupResource As ResourceGroupResource, registryName As String) As RunCollection
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource the method will execute against.
- registryName
- String
The registryName for the resource.
Returns
An object representing collection of Runs and their operations over a RunResource.
Exceptions
resourceGroupResource is null.