Share via


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.String

    The name of the cloud service containing the job collection.

  • jobCollectionName
    Type: System.String

    The name of the job collection to update.

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