Dela via


ChaosScheduleJob.Times Property

Definition

Gets the list of ChaosScheduleTimeRangeUtc representing the time ranges in a day for which this Chaos will be scheduled to run. The time ranges are treated as UTC time.

[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosScheduleTimeRangeUtc> Times { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Times : System.Collections.Generic.List<System.Fabric.Chaos.DataStructures.ChaosScheduleTimeRangeUtc>
Public ReadOnly Property Times As List(Of ChaosScheduleTimeRangeUtc)

Property Value

Gets the list of ChaosScheduleTimeRangeUtc representing the time ranges in a day for which this Chaos will be scheduled to run. The time ranges are treated as UTC time.

Attributes

Applies to