ChaosReport Constructor
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.
Initializes a new instance of the ChaosReport class.
public ChaosReport (System.Fabric.Chaos.DataStructures.ChaosParameters chaosParameters, System.Fabric.Chaos.DataStructures.ChaosStatus status, System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosEvent> history, string continuationToken);
new System.Fabric.Chaos.DataStructures.ChaosReport : System.Fabric.Chaos.DataStructures.ChaosParameters * System.Fabric.Chaos.DataStructures.ChaosStatus * System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosEvent> * string -> System.Fabric.Chaos.DataStructures.ChaosReport
Public Sub New (chaosParameters As ChaosParameters, status As ChaosStatus, history As List(Of ChaosEvent), continuationToken As String)
Parameters
- chaosParameters
- ChaosParameters
Parameters with which Chaos was started
- status
- ChaosStatus
If Chaos is currently running or stopped.
- history
- List<ChaosEvent>
The list of ChaosEvent's that match the ChaosReportFilter in ChaosParameters
- continuationToken
- String
If too many events match the ChaosReportFilter, those will be returned in multiple batches, the batches are linked by this token.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET