FabricClient.TestManagementClient.GetChaosReportAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetChaosReportAsync(ChaosReportFilter) |
Récupère le rapport des exécutions chaos. |
GetChaosReportAsync(String) |
Récupère le rapport des exécutions chaos. |
GetChaosReportAsync(ChaosReportFilter, TimeSpan, CancellationToken) |
Récupère le rapport des exécutions chaos. |
GetChaosReportAsync(String, TimeSpan, CancellationToken) |
Récupère le rapport des exécutions chaos. |
GetChaosReportAsync(ChaosReportFilter)
Récupère le rapport des exécutions chaos.
public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport> GetChaosReportAsync (System.Fabric.Chaos.DataStructures.ChaosReportFilter filter);
member this.GetChaosReportAsync : System.Fabric.Chaos.DataStructures.ChaosReportFilter -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport>
Public Function GetChaosReportAsync (filter As ChaosReportFilter) As Task(Of ChaosReport)
Paramètres
- filter
- ChaosReportFilter
Filtrez les ChaosEvents à inclure dans le rapport.
Retours
Exécutions du rapport du chaos.
Exceptions
L’action a pris plus que le temps alloué.
Il s’agit d’exceptions Service Fabric et les codes d’erreur suivants doivent être inspectés. FabricErrorCode.NotReady : si cette API est appelée avant de démarrer Chaos.
S’applique à
GetChaosReportAsync(String)
Récupère le rapport des exécutions chaos.
public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport> GetChaosReportAsync (string continuationToken);
member this.GetChaosReportAsync : string -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport>
Public Function GetChaosReportAsync (continuationToken As String) As Task(Of ChaosReport)
Paramètres
- continuationToken
- String
Jeton de continuation pour la liste de ChaosEvents dans .ChaosReport
Retours
Exécutions du rapport du chaos.
Exceptions
L’un des arguments requis est null.
Il s’agit d’exceptions Service Fabric et les codes d’erreur suivants doivent être inspectés. FabricErrorCode.NotReady : si cette API est appelée avant de démarrer Chaos.
S’applique à
GetChaosReportAsync(ChaosReportFilter, TimeSpan, CancellationToken)
Récupère le rapport des exécutions chaos.
public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport> GetChaosReportAsync (System.Fabric.Chaos.DataStructures.ChaosReportFilter filter, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetChaosReportAsync : System.Fabric.Chaos.DataStructures.ChaosReportFilter * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport>
Public Function GetChaosReportAsync (filter As ChaosReportFilter, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ChaosReport)
Paramètres
- filter
- ChaosReportFilter
Filtrez les ChaosEvents à inclure dans .ChaosReport
- operationTimeout
- TimeSpan
Délai d’attente global de l’opération.
- cancellationToken
- CancellationToken
Ce jeton peut être signalé pour abandonner cette opération avant qu’elle ne se termine.
Retours
Exécutions du rapport du chaos.
Exceptions
L’action a pris plus que le temps alloué.
L’un des arguments requis est null.
Il s’agit d’exceptions Service Fabric et les codes d’erreur suivants doivent être inspectés. FabricErrorCode.NotReady : si cette API est appelée avant de démarrer Chaos.
S’applique à
GetChaosReportAsync(String, TimeSpan, CancellationToken)
Récupère le rapport des exécutions chaos.
public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport> GetChaosReportAsync (string continuationToken, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetChaosReportAsync : string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosReport>
Public Function GetChaosReportAsync (continuationToken As String, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ChaosReport)
Paramètres
- continuationToken
- String
Jeton de continuation pour la liste de ChaosEvents dans .ChaosReport
- operationTimeout
- TimeSpan
Délai d’attente global de l’opération.
- cancellationToken
- CancellationToken
Ce jeton peut être signalé pour abandonner cette opération avant qu’elle ne se termine.
Retours
Exécutions du rapport du chaos.
Exceptions
Il s’agit d’exceptions Service Fabric et les codes d’erreur suivants doivent être inspectés. FabricErrorCode.NotReady : si cette API est appelée avant de démarrer Chaos.
S’applique à
Azure SDK for .NET