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

StatefulServiceTypeDescription 类

定义

描述有状态服务类型。

public sealed class StatefulServiceTypeDescription : System.Fabric.Description.ServiceTypeDescription
type StatefulServiceTypeDescription = class
    inherit ServiceTypeDescription
Public NotInheritable Class StatefulServiceTypeDescription
Inherits ServiceTypeDescription
继承
StatefulServiceTypeDescription

构造函数

StatefulServiceTypeDescription()

初始化 StatefulServiceTypeDescription 类的实例。

属性

Extensions

获取服务类型的扩展。

(继承自 ServiceTypeDescription)
Extensions_

仅限内部使用。 属性“Extensions”的包装器。 序列化需要。

(继承自 ServiceTypeDescription)
HasPersistedState

获取或设置一个标志,该标志指示这是否是在本地磁盘上存储状态的持久性服务。

IsStateful

指示服务是否为有状态服务。

(继承自 ServiceTypeDescription)
LoadMetrics

获取服务报告的负载指标的类型。

(继承自 ServiceTypeDescription)
PlacementConstraints

获取或设置在 Service Fabric 群集中实例化此服务时要使用的约束。

(继承自 ServiceTypeDescription)
Policies

获取服务类型的策略。

(继承自 ServiceTypeDescription)
ServiceTypeKind

获取或设置服务类型的类型。

(继承自 ServiceTypeDescription)
ServiceTypeName

获取或设置服务类型的名称。

(继承自 ServiceTypeDescription)

方法

ReadCommonProperties(IntPtr, IntPtr, IntPtr, IntPtr)

读取服务类型的属性。

(继承自 ServiceTypeDescription)

适用于