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.
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
- status
- ChaosStatus
- history
- System.Collections.Generic.List<ChaosEvent>
- continuationToken
- System.String