次の方法で共有


RegistriesOperationsExtensions.ScheduleRun メソッド

定義

要求パラメーターに基づいて新しい実行をスケジュールし、実行キューに追加します。

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

パラメーター

operations
IRegistriesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

コンテナー レジストリが属するリソース グループの名前。

registryName
String

コンテナー レジストリの名前。

runRequest
RunRequest

スケジュールする必要がある実行のパラメーター。

戻り値

Run

適用対象