你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChaosScheduleDescription 类

定义

表示版本控制的 ChaosSchedule。 计划的版本是更新计划时更新的数字。

[System.Runtime.Serialization.DataContract]
[System.Serializable]
public sealed class ChaosScheduleDescription : System.Fabric.ByteSerializable
[<System.Runtime.Serialization.DataContract>]
[<System.Serializable>]
type ChaosScheduleDescription = class
    inherit ByteSerializable
Public NotInheritable Class ChaosScheduleDescription
Inherits ByteSerializable
继承
ChaosScheduleDescription
属性

构造函数

ChaosScheduleDescription(Int32, ChaosSchedule)

使用提供的计划和版本初始化 类的新实例 ChaosScheduleDescription

属性

Version

获取 的 ChaosSchedule版本号。

.

方法

FromBytes(Byte[])

这是从字节数组中掩盖对象的默认实现

(继承自 ByteSerializable)
Read(BinaryReader)

从字节数组中读取此对象的状态。

ToBytes()

这是将对象转换为字节数组的默认实现

(继承自 ByteSerializable)
ToString()

获取混沌计划说明对象的字符串表示形式。

Write(BinaryWriter)

将此对象的状态写入字节数组中。

适用于