Udostępnij za pośrednictwem


JobCollectionOperationsExtensions.BeginUpdatingAsync Method

Definition

Update a job collection.

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)

Parameters

operations
IJobCollectionOperations

Reference to the Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.

cloudServiceName
String

Required. The name of the cloud service containing the job collection.

jobCollectionName
String

Required. The name of the job collection to update.

parameters
JobCollectionUpdateParameters

Required. Parameters supplied to the Update Job Collection operation.

Returns

The Update Job Collection operation response.

Applies to