TestCompatHttpClientBase.UpdateTestSuiteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| UpdateTestSuiteAsync(SuiteUpdateModel, Guid, Int32, Int32, Object, CancellationToken) |
Obsolete.
[Preview API] Update a test suite. |
| UpdateTestSuiteAsync(SuiteUpdateModel, String, Int32, Int32, Object, CancellationToken) |
Obsolete.
[Preview API] Update a test suite. |
UpdateTestSuiteAsync(SuiteUpdateModel, Guid, Int32, Int32, Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API] Update a test suite.
[System.Obsolete]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestSuite> UpdateTestSuiteAsync(Microsoft.TeamFoundation.TestManagement.WebApi.SuiteUpdateModel suiteUpdateModel, Guid project, int planId, int suiteId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member UpdateTestSuiteAsync : Microsoft.TeamFoundation.TestManagement.WebApi.SuiteUpdateModel * Guid * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestSuite>
override this.UpdateTestSuiteAsync : Microsoft.TeamFoundation.TestManagement.WebApi.SuiteUpdateModel * Guid * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestSuite>
Parameters
- suiteUpdateModel
- SuiteUpdateModel
Suite Model to update
- project
- Guid
Project ID
- planId
- Int32
ID of the test plan that contains the suites.
- suiteId
- Int32
ID of the suite to update.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes
Applies to
UpdateTestSuiteAsync(SuiteUpdateModel, String, Int32, Int32, Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API] Update a test suite.
[System.Obsolete]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestSuite> UpdateTestSuiteAsync(Microsoft.TeamFoundation.TestManagement.WebApi.SuiteUpdateModel suiteUpdateModel, string project, int planId, int suiteId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member UpdateTestSuiteAsync : Microsoft.TeamFoundation.TestManagement.WebApi.SuiteUpdateModel * string * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestSuite>
override this.UpdateTestSuiteAsync : Microsoft.TeamFoundation.TestManagement.WebApi.SuiteUpdateModel * string * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestSuite>
Parameters
- suiteUpdateModel
- SuiteUpdateModel
Suite Model to update
- project
- String
Project ID or project name
- planId
- Int32
ID of the test plan that contains the suites.
- suiteId
- Int32
ID of the suite to update.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes