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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET