Partager via


FabricClient.TestManagementClient.GetTestCommandStatusListAsync Méthode

Définition

Surcharges

GetTestCommandStatusListAsync(CancellationToken)

Obtient le status des commandes de test.

GetTestCommandStatusListAsync(TimeSpan)

Obtient le status des commandes de test.

GetTestCommandStatusListAsync(TimeSpan, CancellationToken)

Obtient le status des commandes de test.

GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)

Obtient le status des commandes de test.

GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtient le status des commandes de test.

GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtient le status des commandes de test.

GetTestCommandStatusListAsync(CancellationToken)

Obtient le status des commandes de test.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)

Paramètres

cancellationToken
CancellationToken

Ce jeton peut être signalé pour annuler cette opération avant qu’elle ne se termine

Retours

TestCommandStatusList, qui est une IList d’objets TestCommandStatus

Remarques

FaultAnalysisService doit être activé pour utiliser cette API.

S’applique à

GetTestCommandStatusListAsync(TimeSpan)

Obtient le status des commandes de test.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (TimeSpan operationTimeout);
member this.GetTestCommandStatusListAsync : TimeSpan -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (operationTimeout As TimeSpan) As Task(Of TestCommandStatusList)

Paramètres

operationTimeout
TimeSpan

Délai d’expiration de l’appel d’API.

Retours

TestCommandStatusList, qui est une IList d’objets TestCommandStatus

Remarques

FaultAnalysisService doit être activé pour utiliser cette API.

S’applique à

GetTestCommandStatusListAsync(TimeSpan, CancellationToken)

Obtient le status des commandes de test.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)

Paramètres

operationTimeout
TimeSpan

Délai d’expiration de l’appel d’API.

cancellationToken
CancellationToken

Ce jeton peut être signalé pour annuler cette opération avant qu’elle ne se termine

Retours

TestCommandStatusList, qui est une IList d’objets TestCommandStatus

Remarques

FaultAnalysisService doit être activé pour utiliser cette API.

S’applique à

GetTestCommandStatusListAsync(TestCommandStateFilter, TimeSpan, CancellationToken)

Obtient le status des commandes de test.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Fabric.Query.TestCommandStateFilter stateFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Fabric.Query.TestCommandStateFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (stateFilter As TestCommandStateFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)

Paramètres

stateFilter
TestCommandStateFilter

Ce paramètre peut être utilisé pour filtrer par TestCommandState

operationTimeout
TimeSpan

Délai d’expiration de l’appel d’API.

cancellationToken
CancellationToken

Ce jeton peut être signalé pour annuler cette opération avant qu’elle ne se termine

Retours

TestCommandStatusList, qui est une IList d’objets TestCommandStatus

Remarques

FaultAnalysisService doit être activé pour utiliser cette API.

S’applique à

GetTestCommandStatusListAsync(TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtient le status des commandes de test.

public System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList> GetTestCommandStatusListAsync (System.Fabric.Query.TestCommandTypeFilter typeFilter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetTestCommandStatusListAsync : System.Fabric.Query.TestCommandTypeFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (typeFilter As TestCommandTypeFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)

Paramètres

typeFilter
TestCommandTypeFilter

Ce paramètre peut être utilisé pour filtrer par TestCommandType

operationTimeout
TimeSpan

Délai d’expiration de l’appel d’API.

cancellationToken
CancellationToken

Ce jeton peut être signalé pour annuler cette opération avant qu’elle ne se termine

Retours

TestCommandStatusList, qui est une IList d’objets TestCommandStatus

Remarques

FaultAnalysisService doit être activé pour utiliser cette API.

S’applique à

GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken)

Obtient le status des commandes de test.

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);
member this.GetTestCommandStatusListAsync : System.Fabric.Query.TestCommandStateFilter * System.Fabric.Query.TestCommandTypeFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.TestCommandStatusList>
Public Function GetTestCommandStatusListAsync (stateFilter As TestCommandStateFilter, typeFilter As TestCommandTypeFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of TestCommandStatusList)

Paramètres

stateFilter
TestCommandStateFilter

Ce paramètre peut être utilisé pour filtrer par TestCommandState

typeFilter
TestCommandTypeFilter

Ce paramètre peut être utilisé pour filtrer par TestCommandType

operationTimeout
TimeSpan

Délai d’expiration de l’appel d’API.

cancellationToken
CancellationToken

Ce jeton peut être signalé pour annuler cette opération avant qu’elle ne se termine

Retours

TestCommandStatusList, qui est une IList d’objets TestCommandStatus

Remarques

FaultAnalysisService doit être activé pour utiliser cette API.

S’applique à