RegistriesOperationsExtensions.ScheduleRun 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.
Schedules a new run based on the request parameters and add it to the run queue.
public static Microsoft.Azure.Management.ContainerRegistry.Models.Run ScheduleRun (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName, Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest runRequest);
static member ScheduleRun : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest -> Microsoft.Azure.Management.ContainerRegistry.Models.Run
<Extension()>
Public Function ScheduleRun (operations As IRegistriesOperations, resourceGroupName As String, registryName As String, runRequest As RunRequest) As Run
Parameters
- operations
- IRegistriesOperations
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.
- runRequest
- RunRequest
The parameters of a run that needs to scheduled.