DeployedStatelessServiceInstanceDetail クラス

定義

コード パッケージで実行されているステートレス インスタンスに関する情報を表します。

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

コンストラクター

DeployedStatelessServiceInstanceDetail()

DeployedStatelessServiceInstanceDetail クラスの新しいインスタンスを初期化します。

プロパティ

CurrentServiceOperation

レプリカで実行されている現在の API 呼び出しを取得または設定します。

(継承元 DeployedServiceReplicaDetail)
CurrentServiceOperationStartTimeUtc

現在のサービス操作の開始時刻を UTC 形式で取得または設定します。

(継承元 DeployedServiceReplicaDetail)
DeployedServiceReplicaInstance

ホスト プロセス ID、コード パッケージ名など、デプロイされたサービス インスタンスに関する詳細を取得します。

InstanceId

このインスタンスのインスタンス識別子を取得または設定します。

PartitionId

このレプリカに関連付けられているパーティション ID を取得または設定します。

(継承元 DeployedServiceReplicaDetail)
ReportedLoad

このレプリカによって報告される負荷を取得または設定します。

(継承元 DeployedServiceReplicaDetail)
ServiceKind

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

(継承元 DeployedServiceReplicaDetail)
ServiceName

このレプリカが属するサービス名を取得または設定します。

(継承元 DeployedServiceReplicaDetail)

適用対象