你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PutCustomPropertyOperation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示指定名称下的指定属性,并为属性值的自定义解释设置自定义类型信息。
public sealed class PutCustomPropertyOperation : System.Fabric.PropertyBatchOperation
type PutCustomPropertyOperation = class
inherit PropertyBatchOperation
Public NotInheritable Class PutCustomPropertyOperation
Inherits PropertyBatchOperation
- 继承
注解
自定义类型是 Service Fabric 未处理但用户可用于序列化/反序列化自定义类型对象的信息。
构造函数
PutCustomPropertyOperation(String, Byte[], String) |
使用指定的属性名称和 byte[] 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。 |
PutCustomPropertyOperation(String, Double, String) |
使用指定的属性名称和 double 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。 |
PutCustomPropertyOperation(String, Guid, String) |
使用指定的属性名称和 GUID 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。 |
PutCustomPropertyOperation(String, Int64, String) |
使用指定的属性名称和 Int64 值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。 |
PutCustomPropertyOperation(String, String, String) |
使用指定的属性名称和字符串值初始化 类的新实例 PutCustomPropertyOperation ,并相应地设置自定义类型。 |
属性
CustomTypeId |
获取自定义类型信息。 用户可以使用此信息来序列化/反序列化自定义类型对象。 |
Kind |
获取 PropertyBatchOperationKind 指示 的类型的 PropertyBatchOperation。 (继承自 PropertyBatchOperation) |
PropertyName |
指示此 PropertyBatchOperation 访问的属性的名称。 (继承自 PropertyBatchOperation) |
PropertyType |
获取属性类型。 |
PropertyValue |
获取属性值。 |