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)

適用対象