ChaosScheduleJobActiveDays Constructors
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.
Overloads
ChaosScheduleJobActiveDays() |
Initializes a new instance of the ChaosScheduleJobActiveDays class with all days set to false. |
ChaosScheduleJobActiveDays(HashSet<DayOfWeek>) |
Initializes a new instance of the ChaosScheduleJobActiveDays class with all days set to false. |
ChaosScheduleJobActiveDays(ChaosScheduleJobActiveDays) |
Initializes a new instance of the ChaosScheduleJobActiveDays class by copying another set of active days. |
ChaosScheduleJobActiveDays()
Initializes a new instance of the ChaosScheduleJobActiveDays class with all days set to false.
public ChaosScheduleJobActiveDays ();
Public Sub New ()
Applies to
ChaosScheduleJobActiveDays(HashSet<DayOfWeek>)
Initializes a new instance of the ChaosScheduleJobActiveDays class with all days set to false.
public ChaosScheduleJobActiveDays (System.Collections.Generic.HashSet<DayOfWeek> activeDaysSet);
new System.Fabric.Chaos.DataStructures.ChaosScheduleJobActiveDays : System.Collections.Generic.HashSet<DayOfWeek> -> System.Fabric.Chaos.DataStructures.ChaosScheduleJobActiveDays
Public Sub New (activeDaysSet As HashSet(Of DayOfWeek))
Parameters
Applies to
ChaosScheduleJobActiveDays(ChaosScheduleJobActiveDays)
Initializes a new instance of the ChaosScheduleJobActiveDays class by copying another set of active days.
public ChaosScheduleJobActiveDays (System.Fabric.Chaos.DataStructures.ChaosScheduleJobActiveDays other);
new System.Fabric.Chaos.DataStructures.ChaosScheduleJobActiveDays : System.Fabric.Chaos.DataStructures.ChaosScheduleJobActiveDays -> System.Fabric.Chaos.DataStructures.ChaosScheduleJobActiveDays
Public Sub New (other As ChaosScheduleJobActiveDays)
Parameters
Another set of days to copy.
Applies to
Azure SDK for .NET