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
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