ChaosEventsSegment Class
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.
Represents the events of ChaosEvent caused by Chaos.
[System.Runtime.Serialization.DataContract]
public sealed class ChaosEventsSegment
[<System.Runtime.Serialization.DataContract>]
type ChaosEventsSegment = class
Public NotInheritable Class ChaosEventsSegment
- Inheritance
-
ChaosEventsSegment
- Attributes
Properties
ContinuationToken |
If the number of ChaosEvent is too large, then those will be returned in segments. To get the next batch of events the ContinuationToken must be passed in the API call, GetChaosEventsAsync(String, Int64, TimeSpan, CancellationToken). |
History |
Gets the list of ChaosEvent that were produced during the timerange specified in GetChaosEventsAsync(ChaosEventsSegmentFilter, Int64, TimeSpan, CancellationToken) . |
Methods
ToString() |
Gets a string representation of the ChaosEventsSegment object. |
Applies to
Azure SDK for .NET