JobService interface

ジョブエンドポイントの定義

プロパティ

endpoint

エンドポイントの URL。

errorMessage

サービスのエラー。

jobServiceType

エンドポイントの種類。

nodes

ユーザーがサービスを開始するノード。 ノードが設定されていないか、null に設定されていない場合、サービスはリーダー ノードでのみ開始されます。

port

エンドポイントのポート。

properties

エンドポイントに設定する追加のプロパティ。

status

エンドポイントのステータス。

プロパティの詳細

endpoint

エンドポイントの URL。

endpoint?: string

プロパティ値

string

errorMessage

サービスのエラー。

errorMessage?: string

プロパティ値

string

jobServiceType

エンドポイントの種類。

jobServiceType?: string

プロパティ値

string

nodes

ユーザーがサービスを開始するノード。 ノードが設定されていないか、null に設定されていない場合、サービスはリーダー ノードでのみ開始されます。

nodes?: NodesUnion

プロパティ値

port

エンドポイントのポート。

port?: number

プロパティ値

number

properties

エンドポイントに設定する追加のプロパティ。

properties?: Record<string, string>

プロパティ値

Record<string, string>

status

エンドポイントのステータス。

status?: string

プロパティ値

string