ChaosDescription(ChaosStatus, ChaosParameters, ChaosScheduleStatus) 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 ChaosDescription class.
public ChaosDescription (System.Fabric.Chaos.DataStructures.ChaosStatus chaosStatus, System.Fabric.Chaos.DataStructures.ChaosParameters chaosParameters, System.Fabric.Chaos.DataStructures.ChaosScheduleStatus chaosScheduleStatus);
new System.Fabric.Chaos.DataStructures.ChaosDescription : System.Fabric.Chaos.DataStructures.ChaosStatus * System.Fabric.Chaos.DataStructures.ChaosParameters * System.Fabric.Chaos.DataStructures.ChaosScheduleStatus -> System.Fabric.Chaos.DataStructures.ChaosDescription
Public Sub New (chaosStatus As ChaosStatus, chaosParameters As ChaosParameters, chaosScheduleStatus As ChaosScheduleStatus)
Parameters
- chaosStatus
- ChaosStatus
The status of Chaos. Can be Stopped, Running or Invalid
- chaosParameters
- ChaosParameters
The parameters that Chaos runs with if Chaos is currently running or the parameters if Chaos was running with if Chaos was running. If Chaos has never ran before, then the value here does not have a meaning.
- chaosScheduleStatus
- ChaosScheduleStatus
The state of the schedule.
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