Monitoring class
監視を表すクラス。
コンストラクター
| Monitoring(Synapse |
監視を作成します。 |
メソッド
コンストラクターの詳細
Monitoring(SynapseClientContext)
監視を作成します。
new Monitoring(client: SynapseClientContext)
パラメーター
- client
- SynapseClientContext
サービス クライアントへの参照。
メソッドの詳細
getApplicationDetails(string, string, string, RequestOptionsBase)
ワークスペース名、プール名、livyid を指定して、1 つの Spark アプリケーションの詳細を取得します。
function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, options?: RequestOptionsBase): Promise<MonitoringGetApplicationDetailsResponse>
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.MonitoringGetApplicationDetailsResponseレスポンス>
getApplicationDetails(string, string, string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)
function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, options: RequestOptionsBase, callback: ServiceCallback<SparkJobListViewResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
getApplicationDetails(string, string, string, ServiceCallback<SparkJobListViewResponse>)
function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, callback: ServiceCallback<SparkJobListViewResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- callback
コールバック
getHistoryServerData(string, string, string, string, string, RequestOptionsBase)
特定のワークスペース、プール、livyid、appid、attemptId の履歴サーバー データを取得する
function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerDataResponse>
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- appId
-
string
アプリケーション ID。
- attemptId
-
string
試行 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.MonitoringGetHistoryServerDataResponse>
getHistoryServerData(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerDataResponse>)
function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerDataResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- appId
-
string
アプリケーション ID。
- attemptId
-
string
試行 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
getHistoryServerData(string, string, string, string, string, ServiceCallback<HistoryServerDataResponse>)
function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerDataResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- appId
-
string
アプリケーション ID。
- attemptId
-
string
試行 ID。
- callback
コールバック
getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase)
特定のワークスペース、プール、livyid、appid、および attemptId の履歴サーバー診断データを取得する
function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerDiagnosticResponse>
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- appId
-
string
アプリケーション ID。
- attemptId
-
string
試行 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.MonitoringGetHistoryServerDiagnosticResponse>
getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerDiagnosticResponse>)
function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerDiagnosticResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- appId
-
string
アプリケーション ID。
- attemptId
-
string
試行 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
コールバック
getHistoryServerDiagnostic(string, string, string, string, string, ServiceCallback<HistoryServerDiagnosticResponse>)
function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerDiagnosticResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- appId
-
string
アプリケーション ID。
- attemptId
-
string
試行 ID。
コールバック
getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase)
特定のワークスペース、プール、livyid、appid、および attemptId の履歴サーバー グラフ データを取得する
function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerGraphResponse>
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- appId
-
string
アプリケーション ID。
- attemptId
-
string
試行 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.MonitoringGetHistoryServerGraphResponse応答>
getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerGraphResponse>)
function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerGraphResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- appId
-
string
アプリケーション ID。
- attemptId
-
string
試行 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
getHistoryServerGraph(string, string, string, string, string, ServiceCallback<HistoryServerGraphResponse>)
function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerGraphResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- poolName
-
string
Spark プール名。
- livyId
-
string
livy ID。
- appId
-
string
アプリケーション ID。
- attemptId
-
string
試行 ID。
- callback
コールバック
getHistoryServerProperties(string, RequestOptionsBase)
履歴サーバーのプロパティを取得します。
function getHistoryServerProperties(workspaceName: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerPropertiesResponse>
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.MonitoringGetHistoryServerPropertiesレスポンス>
getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)
function getHistoryServerProperties(workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerPropertiesResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
コールバック
getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)
function getHistoryServerProperties(workspaceName: string, callback: ServiceCallback<HistoryServerPropertiesResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
コールバック
getSparkJobList(string, RequestOptionsBase)
ワークスペースの Spark アプリケーションの一覧を取得します。
function getSparkJobList(workspaceName: string, options?: RequestOptionsBase): Promise<MonitoringGetSparkJobListResponse>
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<MonitoringGetSparkJobListResponse>
Promise<Models.MonitoringGetSparkJobListResponse>
getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)
function getSparkJobList(workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<SparkJobListViewResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)
function getSparkJobList(workspaceName: string, callback: ServiceCallback<SparkJobListViewResponse>)
パラメーター
- workspaceName
-
string
操作を実行するワークスペースの名前。
- callback
コールバック