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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET