This documentation is archived and is not being maintained.

ITeamFoundationJobService.UpdateJobs Method (IEnumerable(TeamFoundationJobDefinition), IEnumerable(TeamFoundationJobDefinition))

Deletes, adds, or updates the specified job definitions.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

abstract UpdateJobs : 
        jobsToDelete:IEnumerable<TeamFoundationJobDefinition> * 
        jobsToUpdate:IEnumerable<TeamFoundationJobDefinition> -> unit

Parameters

jobsToDelete
Type: System.Collections.Generic.IEnumerable(TeamFoundationJobDefinition)

An enumerable collection of job definitions to delete.

jobsToUpdate
Type: System.Collections.Generic.IEnumerable(TeamFoundationJobDefinition)

An enumerable collection of job definitions to add or update.

Show: