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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET