ChaosScheduleJob.Times Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET