TestCompatHttpClientBase.UpdateTestConfigurationAsync 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

UpdateTestConfigurationAsync(TestConfiguration, Guid, Int32, Object, CancellationToken)

Caution

This API is now deprecated.

[Preview API] Update a test configuration

C#
[System.Obsolete]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestConfiguration> UpdateTestConfigurationAsync (Microsoft.TeamFoundation.TestManagement.WebApi.TestConfiguration testConfiguration, Guid project, int testConfigurationId, object userState = null, System.Threading.CancellationToken cancellationToken = null);

Parameters

testConfiguration
TestConfiguration

Test configuration

project
Guid

Project ID

testConfigurationId
Int32

ID of the test configuration to update.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Attributes

Applies to

Azure DevOps Services .NET SDK preview
Ürün Sürümler (Kullanım dışı)
Azure DevOps Services .NET SDK (preview)

UpdateTestConfigurationAsync(TestConfiguration, String, Int32, Object, CancellationToken)

Caution

This API is now deprecated.

[Preview API] Update a test configuration

C#
[System.Obsolete]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestConfiguration> UpdateTestConfigurationAsync (Microsoft.TeamFoundation.TestManagement.WebApi.TestConfiguration testConfiguration, string project, int testConfigurationId, object userState = null, System.Threading.CancellationToken cancellationToken = null);

Parameters

testConfiguration
TestConfiguration

Test configuration

project
String

Project ID or project name

testConfigurationId
Int32

ID of the test configuration to update.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Attributes

Applies to

Azure DevOps Services .NET SDK preview
Ürün Sürümler (Kullanım dışı)
Azure DevOps Services .NET SDK (preview)