This documentation is archived and is not being maintained.

ITeamFoundationJobService.UpdateJobs Method (IEnumerable(TeamFoundationJobDefinition))

Adds or updates the specified job definitions.

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

abstract UpdateJobs : 
        jobs:IEnumerable<TeamFoundationJobDefinition> -> unit

Parameters

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

An enumerable collection of job definitions to add or update.

Show: