MockableContainerRegistryTasksResourceGroupResource.GetRuns(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.
Gets a collection of Runs in the ResourceGroupResource.
public virtual Azure.ResourceManager.ContainerRegistry.Tasks.RunCollection GetRuns(string registryName);
abstract member GetRuns : string -> Azure.ResourceManager.ContainerRegistry.Tasks.RunCollection
override this.GetRuns : string -> Azure.ResourceManager.ContainerRegistry.Tasks.RunCollection
Public Overridable Function GetRuns (registryName As String) As RunCollection
Parameters
- registryName
- String
The registryName for the resource.
Returns
An object representing collection of Runs and their operations over a RunResource.