FabricClient.TestManagementClient.GetTestCommandStatusListAsync Method

Definition

Overloads

GetTestCommandStatusListAsync(CancellationToken)

Gets the status of test commands.

C#
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync(System.Threading.CancellationToken cancellationToken);

Parameters

cancellationToken
CancellationToken

This token can be signalled to abort this operation before it finishes

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

Azure SDK for .NET Latest ja Azure SDK for .NET Legacy
Toode Versioonid
Azure SDK for .NET Legacy, Latest

GetTestCommandStatusListAsync(TimeSpan)

Gets the status of test commands.

C#
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync(TimeSpan operationTimeout);

Parameters

operationTimeout
TimeSpan

A timeout for the API call.

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

Azure SDK for .NET Latest ja Azure SDK for .NET Legacy
Toode Versioonid
Azure SDK for .NET Legacy, Latest

GetTestCommandStatusListAsync(TimeSpan, CancellationToken)

Gets the status of test commands.

C#
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync(TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);

Parameters

operationTimeout
TimeSpan

A timeout for the API call.

cancellationToken
CancellationToken

This token can be signalled to abort this operation before it finishes

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

Azure SDK for .NET Latest ja Azure SDK for .NET Legacy
Toode Versioonid
Azure SDK for .NET Legacy, Latest

GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)

Gets the status of test commands.

C#
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync(System.Fabric.Query.TestCommandStateFilter stateFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);

Parameters

stateFilter
TestCommandStateFilter

This parameter can be used to filter by TestCommandState

operationTimeout
TimeSpan

A timeout for the API call.

cancellationToken
CancellationToken

This token can be signalled to abort this operation before it finishes

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

Azure SDK for .NET Latest ja Azure SDK for .NET Legacy
Toode Versioonid
Azure SDK for .NET Legacy, Latest

GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)

Gets the status of test commands.

C#
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync(System.Fabric.Query.TestCommandTypeFilter typeFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);

Parameters

typeFilter
TestCommandTypeFilter

This parameter can be used to filter by TestCommandType

operationTimeout
TimeSpan

A timeout for the API call.

cancellationToken
CancellationToken

This token can be signalled to abort this operation before it finishes

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

Azure SDK for .NET Latest ja Azure SDK for .NET Legacy
Toode Versioonid
Azure SDK for .NET Legacy, Latest

GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)

Gets the status of test commands.

C#
public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync(System.Fabric.Query.TestCommandStateFilter stateFilter, System.Fabric.Query.TestCommandTypeFilter typeFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);

Parameters

stateFilter
TestCommandStateFilter

This parameter can be used to filter by TestCommandState

typeFilter
TestCommandTypeFilter

This parameter can be used to filter by TestCommandType

operationTimeout
TimeSpan

A timeout for the API call.

cancellationToken
CancellationToken

This token can be signalled to abort this operation before it finishes

Returns

A TestCommandStatusList, which is an IList of TestCommandStatus objects

Remarks

The FaultAnalysisService must be enabled to use this API.

Applies to

Azure SDK for .NET Latest ja Azure SDK for .NET Legacy
Toode Versioonid
Azure SDK for .NET Legacy, Latest