다음을 통해 공유


RegistriesOperationsExtensions.ScheduleRun Method

Definition

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.

Returns

Run

Applies to