StatelessServiceInstance クラス

定義

ステートレス サービス インスタンスを表します。

public sealed class StatelessServiceInstance : System.Fabric.Query.Replica
type StatelessServiceInstance = class
    inherit Replica
Public NotInheritable Class StatelessServiceInstance
Inherits Replica
継承
StatelessServiceInstance

プロパティ

HealthState

レプリカの正常性状態を取得します。

(継承元 Replica)
Id

レプリカ識別子を取得します。

(継承元 Replica)
LastInBuildDuration

ビルド期間の最後を取得します。

(継承元 Replica)
LastInBuildDurationInSeconds

ビルド期間の最後を秒単位で取得します。

(継承元 Replica)
NodeName

レプリカが実行されているノード名を取得します。

(継承元 Replica)
ReplicaAddress

レプリカがリッスンしているアドレスを取得します。

(継承元 Replica)
ReplicaStatus

レプリカの状態を取得します。

(継承元 Replica)
ServiceKind

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

(継承元 Replica)

適用対象