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
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