Adds or updates the specified job definitions.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub UpdateJobs ( _
    jobs As IEnumerable(Of TeamFoundationJobDefinition) _
)
void UpdateJobs(
    IEnumerable<TeamFoundationJobDefinition> jobs
)
void UpdateJobs(
    IEnumerable<TeamFoundationJobDefinition^>^ jobs
)
abstract UpdateJobs : 
        jobs:IEnumerable<TeamFoundationJobDefinition> -> unit
function UpdateJobs(
    jobs : IEnumerable<TeamFoundationJobDefinition>
)
Parameters
- jobs 
 Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>- An enumerable collection of job definitions to add or update. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.