Edit

TestHttpClientBase.UpdateTestPointsAsync Method

Definition

Overloads

UpdateTestPointsAsync(PointUpdateModel, Guid, Int32, Int32, String, Object, CancellationToken)

[Preview API] Update test points.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>> UpdateTestPointsAsync(Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel pointUpdateModel, Guid project, int planId, int suiteId, string pointIds, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member UpdateTestPointsAsync : Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel * Guid * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>>
override this.UpdateTestPointsAsync : Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel * Guid * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>>

Parameters

pointUpdateModel
PointUpdateModel

Data to update.

project
Guid

Project ID

planId
Int32

ID of the test plan.

suiteId
Int32

ID of the suite that contains the points.

pointIds
String

ID of the test point to get. Use a comma-separated list of IDs to update multiple test points.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

UpdateTestPointsAsync(PointUpdateModel, String, Int32, Int32, String, Object, CancellationToken)

[Preview API] Update test points.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>> UpdateTestPointsAsync(Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel pointUpdateModel, string project, int planId, int suiteId, string pointIds, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member UpdateTestPointsAsync : Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel * string * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>>
override this.UpdateTestPointsAsync : Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel * string * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>>

Parameters

pointUpdateModel
PointUpdateModel

Data to update.

project
String

Project ID or project name

planId
Int32

ID of the test plan.

suiteId
Int32

ID of the suite that contains the points.

pointIds
String

ID of the test point to get. Use a comma-separated list of IDs to update multiple test points.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to