次の方法で共有


JobCollectionOperationsExtensions.BeginUpdating メソッド

定義

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

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

パラメーター

operations
IJobCollectionOperations

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

cloudServiceName
String

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

jobCollectionName
String

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

parameters
JobCollectionUpdateParameters

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

戻り値

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

適用対象