次の方法で共有


RegistriesOperationsExtensions.BeginScheduleRunAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.Run> BeginScheduleRunAsync (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName, Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest runRequest, System.Threading.CancellationToken cancellationToken = default);
static member BeginScheduleRunAsync : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.RunRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.Run>
<Extension()>
Public Function BeginScheduleRunAsync (operations As IRegistriesOperations, resourceGroupName As String, registryName As String, runRequest As RunRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Run)

パラメーター

operations
IRegistriesOperations

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

resourceGroupName
String

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

registryName
String

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

runRequest
RunRequest

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象