ChaosScheduleJob 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 ChaosScheduleJob class.
public ChaosScheduleJob (string chaosParameters, System.Fabric.Chaos.DataStructures.ChaosScheduleJobActiveDays days, System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosScheduleTimeRangeUtc> times);
new System.Fabric.Chaos.DataStructures.ChaosScheduleJob : string * System.Fabric.Chaos.DataStructures.ChaosScheduleJobActiveDays * System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosScheduleTimeRangeUtc> -> System.Fabric.Chaos.DataStructures.ChaosScheduleJob
Public Sub New (chaosParameters As String, days As ChaosScheduleJobActiveDays, times As List(Of ChaosScheduleTimeRangeUtc))
Parameters
- chaosParameters
- String
Parameters to run Chaos with.
Which days of the week this job will trigger runs of Chaos.
- times
- List<ChaosScheduleTimeRangeUtc>
What times of the day Chaos will be running for.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET