NodeContext クラス

定義

ノード名、ID、ノードの種類など、Service Fabric ノードに関するコンテキスト情報を指定します。

public class NodeContext
type NodeContext = class
Public Class NodeContext
継承
NodeContext

コンストラクター

NodeContext(String, NodeId, BigInteger, String, String)

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

プロパティ

IPAddressOrFQDN

ノードの IP アドレスまたは完全修飾ドメイン名を取得します。

NodeId

ノード ID を取得します。

NodeInstanceId

ノードを一意に識別するノード インスタンス ID を取得します。

NodeName

ノード名を取得します。

NodeType

ノードの種類を取得します。

メソッド

GetDirectory(String)

ノード レベルでディレクトリのディレクトリ パスを取得します。

適用対象