StatelessServiceTypeDescription クラス

定義

ステートレス サービスの種類について説明します。

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

コンストラクター

StatelessServiceTypeDescription()

オブジェクトの StatelessServiceTypeDescription インスタンスを作成して初期化します。

プロパティ

Extensions

サービスの種類の拡張機能を取得します。

(継承元 ServiceTypeDescription)
Extensions_

内部使用のみ。 プロパティ "Extensions" のラッパー。 シリアル化に必要です。

(継承元 ServiceTypeDescription)
IsStateful

サービスがステートフルかどうかを示します。

(継承元 ServiceTypeDescription)
LoadMetrics

サービスによって報告される読み込みメトリックの種類を取得します。

(継承元 ServiceTypeDescription)
PlacementConstraints

Service Fabric クラスターでこのサービスをインスタンス化するときに使用する制約を取得または設定します。

(継承元 ServiceTypeDescription)
Policies

サービスの種類のポリシーを取得します。

(継承元 ServiceTypeDescription)
ServiceTypeKind

サービスの種類を取得または設定します。

(継承元 ServiceTypeDescription)
ServiceTypeName

サービスの種類の名前を取得または設定します。

(継承元 ServiceTypeDescription)
UseImplicitHost

サービスが Service Fabric インターフェイスを実装しないことを指定します。 Service Fabric は、指定された実行可能ファイル (EXEs) を開始する必要があります。

メソッド

ReadCommonProperties(IntPtr, IntPtr, IntPtr, IntPtr)

サービスの種類のプロパティを読み取ります。

(継承元 ServiceTypeDescription)

適用対象