次の方法で共有


JobCollectionOperationsExtensions.BeginUpdatingAsync メソッド

定義

ジョブ コレクションを更新します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse> BeginUpdatingAsync (this Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations operations, string cloudServiceName, string jobCollectionName, Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters parameters);
static member BeginUpdatingAsync : Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations * string * string * Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateResponse>
<Extension()>
Public Function BeginUpdatingAsync (operations As IJobCollectionOperations, cloudServiceName As String, jobCollectionName As String, parameters As JobCollectionUpdateParameters) As Task(Of JobCollectionUpdateResponse)

パラメーター

operations
IJobCollectionOperations

Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations への参照。

cloudServiceName
String

必須。 ジョブ コレクションを含むクラウド サービスの名前。

jobCollectionName
String

必須です。 更新するジョブ コレクションの名前。

parameters
JobCollectionUpdateParameters

必須。 ジョブ コレクションの更新操作に指定されたパラメーター。

戻り値

ジョブ コレクションの更新操作の応答。

適用対象