IJobCollectionOperations.BeginUpdatingAsync Method (String, String, JobCollectionUpdateParameters, CancellationToken)
Update a job collection.
Namespace: Microsoft.WindowsAzure.Management.Scheduler
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
Task<JobCollectionUpdateResponse> BeginUpdatingAsync(
string cloudServiceName,
string jobCollectionName,
JobCollectionUpdateParameters parameters,
CancellationToken cancellationToken
)
Task<JobCollectionUpdateResponse^>^ BeginUpdatingAsync(
String^ cloudServiceName,
String^ jobCollectionName,
JobCollectionUpdateParameters^ parameters,
CancellationToken cancellationToken
)
abstract BeginUpdatingAsync :
cloudServiceName:string *
jobCollectionName:string *
parameters:JobCollectionUpdateParameters *
cancellationToken:CancellationToken -> Task<JobCollectionUpdateResponse>
Function BeginUpdatingAsync (
cloudServiceName As String,
jobCollectionName As String,
parameters As JobCollectionUpdateParameters,
cancellationToken As CancellationToken
) As Task(Of JobCollectionUpdateResponse)
Parameters
cloudServiceName
Type: System.StringThe name of the cloud service containing the job collection.
jobCollectionName
Type: System.StringThe name of the job collection to update.
parameters
Type: Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionUpdateParametersParameters supplied to the Update Job Collection operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<JobCollectionUpdateResponse>
The Update Job Collection operation response.
See Also
IJobCollectionOperations Interface
Microsoft.WindowsAzure.Management.Scheduler Namespace
Return to top