ChaosReportFilter 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 filter to choose the interesting ChaosEvent's to include in the ChaosReport
public sealed class ChaosReportFilter : System.Fabric.ByteSerializable
type ChaosReportFilter = class
inherit ByteSerializable
Public NotInheritable Class ChaosReportFilter
Inherits ByteSerializable
- Inheritance
Constructors
ChaosReportFilter(DateTime, DateTime) |
Properties
EndTimeUtc | |
StartTimeUtc |
Methods
FromBytes(Byte[]) |
This is the default implementation to covert an object back from a byte array (Inherited from ByteSerializable) |
Read(BinaryReader) |
Reads the state of this object from byte array. |
ToBytes() |
This is the default implementation to convert an object into a byte array (Inherited from ByteSerializable) |
ToString() |
Gets a string representation of the chaos report object. |
Write(BinaryWriter) |
Writes the state of this object into a byte array. |
Applies to
Azure SDK for .NET